@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

.lp-btn{
	display: block;
	background-color: #095aab;
	width: 300px; 
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin:20px 0 0 auto;
	color: #fff !important;
	font-size: 15px;
	position: relative;
}

.lp-btn::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.h_contact .h_btn2{
  margin-left: 5px;
}
.h_contact .h_btn2 a {
  background: #006eb8;
  color: #fff;
  border-radius: 3px;
  padding: 11px 20px;
  display: block;
  font-weight: 500;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 12px;
}
.h_contact .h_btn2 a:hover{
  background: #133665;
}
.h_contact .h_btn2 a i{
  margin-right: 5px;
}
#contactArea .contactWrap .h_btn a:last-child{
  margin-top: 5px;
  background: #006eb8;
  color: #fff;
  border-radius: 3px;
  padding: 15px 10px;
  display: block;
  font-weight: 500;
}

.cnt_textbtn000 a {
    padding: 10px 40px 10px 40px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    background: #006eb8!important;
    color: #fff!important;
    margin: 0 auto;
}
/*----------------------カタログ----------------------*/
dl.checkbox dd{
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
}
dl.checkbox dd label{
  width: calc(100% / 3);
  margin-right: 0 !important;
  line-height: 1.6;
  font-size: 13px;
  padding: 10px;
}
dl.checkbox dd label div{
  display: flex !important;
  justify-content: start;
  align-items: start;
}
@media screen and (max-width: 950px) {
  .h_contact .h_btn a{
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .h_contact .h_btn a,
  .h_contact .h_btn2 a{
    font-size: 11px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 834px) {
	.flexbox01 .box{
	    width: 48%!important;
	    text-align: center;
	}
  .h_contact .h_btn2 a{
    padding: 11px 12px;
  }
  .h_contact .h_btn2 a span{
    display: none;
  }
  .h_contact .h_btn2 a i {
    margin-right: 0;
    font-size: 2.3rem;
    vertical-align: bottom;
  }
  #siteID{
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .h_contact .telwrap{
    margin-right: 5px;
  }
	.lp-btn{
		height: 50px;
		line-height: 50px;
	}
  #sp{
    margin-left: 5px;
  }
  /*----------------------カタログ----------------------*/
  dl.checkbox dd label{
    width: calc(100% / 2);
  }
}

