
body{
  line-height: 180%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;/*文字サイズ自動調整させない*/
}

header {
  width: 100%;
  position: relative;
}

header .con1{
  width: 95%;
}

#logo {
  width: 70px;
  background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 64%,rgba(239,239,239,1) 64%,rgba(239,239,239,1) 100%);
  padding: 15px;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 2;
}

#logo img{
  height: auto;
  width: 100%;
  padding: 0;
  display: block;
  vertical-align: bottom;
}

.hd_bar{
  background: #08264f;
  padding: 10px 50px 10px 0 ;
  text-align: right;
}

.hd_bar p{
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  padding-right: 10px;
  font-size: 12px;
}

.hd_tel {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.hd_tel a{
  display: block;
  color: #fff;
  padding-left: 30px;
  font-size: 0;
  background: url(images/i_tel.png) no-repeat left center;
  background-size: 20px;
}

/*メインビジュアル
トップスライダー*/

#mainvl {
  width: 100%;
  height: 430px;
  position: relative;
}

#mainvl .img_list {
  height: 430px;
  overflow: hidden;
}
#mainvl .img_list img {
  height: 430px;
  width: auto;
  display: block;
  max-width: inherit;
}

#mainvl .img_list li {
  margin-right: 0px;
}

.mv_box{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0,0,0,0.4);
}

.mv_txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 280px;
}

.contactbox{
  background: #df6b20 url(images/bg_ill.png) no-repeat 1% 20px;
  background-size: 170px;
}

.ttl{
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}

.ttl h2,
.subvl h2{
  font-size: 23px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
  padding: 5px 10px 5px;
  position: relative;
}

.subvl h2{
  color: #fff;
  display: block;
  padding: 0px 0px 10px;
}

.area_ttl h2{
  font-size: 26px;
  font-weight: 700;
  line-height: 45px;
}

.ttl h2 .star{
  color: #ce5100;
  letter-spacing: 1px;
  font-weight: 700;
  display: inline-block;
  padding: 25px 10px 0;
  background: url(images/star.png) no-repeat center top;
  background-size: 50px;
}

.ttl .en{
  font-size: 26px;
  font-weight: 700;
  position: absolute;
  left: -5px;
  top: -30px;
  display: inline-block;
  transform: rotate(-15deg);
}

.contactbox .ttl .en{
  color: #fff;
}

#reason h2 .f1{
  display: inline-block;
  background: url(images/logo2.png) no-repeat center center;
  background-size: 165px;
  width: 165px;
  height: 22px;
  padding-right: 10px;
}

#reason h2 .f2{
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  padding-top: 10px;
  padding-right: 4px;
  padding-left: 4px;
  display: inline-block;
  background: url(images/point.png) no-repeat center top;
  background-size: 40px;
}

.ttl p{
  display: block;
}

.btn1{
  display: inline-block;
}

.btn1 a,
.rightbtn{
  display: block;
  background: url(images/i_ar2.png) no-repeat right center;
  background-size: 26px;
  padding: 5px 40px 5px 0;
  color: #ce5100;
  font-weight: 700;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.leftbtn{
  display: block;
  background: url(images/i_ar3.png) no-repeat left center;
  background-size: 26px;
  padding: 5px 0 5px 40px;
  color: #ce5100;
  font-weight: 700;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
  text-align: right;
}

.leftbtn,
.rightbtn{
  width: 130px;
}

.leftbtn{
  float: left;
}

.rightbtn{
  float: right;
}

.btn1 a:hover{
  color: #08264f;
}

.postbtn{
  border-top: 1px solid #dddddd;
  padding-top: 40px;
}


.btn2 a{
  display: block;
  background: #df6b20 url(images/i_ar2_w.png) no-repeat 98% center;
  background-size: 26px;
  padding: 5px 40px 5px 10px;
  color: #fff;
  font-weight: 700;
  border: 1px solid #df6b20;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn2 a:hover{
  background: #fff url(images/i_ar2.png) no-repeat 98% center;
  background-size: 26px;
  color: #df6b20;
}

#works .btn1{
  padding-left: 5%;
}

.btn_con{
}

.btn_con .tel,
.btn_con .mail{
  width: 100%;
}

.btn_con .mail{
  margin-top: 20px;
}

.btn_con .mail a,
.btn_con .tel a{
  display: block;
  padding: 15px 20px 15px 20px;
  box-sizing: border-box;
  color: #ffffff;
  position: relative;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
  font-weight: 700;
  text-align: center;
}

.btn_con .tel a{
  background: url(images/i_tel.png) no-repeat 15px center,
  linear-gradient(135deg,
    rgba(8,38,79,1) 0%,
    rgba(8,38,79,1) 50%,
    rgba(2,25,57,1) 50%,
    rgba(2,25,57,1) 100%
  );
background-size: 30px, cover;
  font-size: 25px;
  line-height: 35px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn_con .mail a{
}

.btn_con .tel a span,
.btn_con .mail a span{
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
}

.btn_con .mail a{
  background: #ce5100 url(images/i_mail.png) no-repeat 15px center;
  background-size: 30px;
  font-size: 18px;
  line-height: 30px;
}

.bg_ill1{
  background: #ececec;
  position: relative;
  overflow: hidden;
}

.bg_ill1::before{
  content: '';
  background: url(images/bg_ill2.png) no-repeat center center;
  background-size: cover;
  width: 900px;
  height: 665px;
  position: absolute;
  top: 100px;
  left: 10%;
  mix-blend-mode: screen;
  z-index: 1;
}

.ft_bg{
  background: url(images/bg2.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.ft_bg::before{
  content: '';
  background: url(images/bg_ill2.png) no-repeat center center;
  background-size: cover;
  width: 900px;
  height: 665px;
  position: absolute;
  top: -50px;
  right: -100px;
  mix-blend-mode: overlay;
  z-index: 1;
}

.message_img{
  padding-bottom: 30px;
  width: 90%;
  margin: 0 auto;
}

.message_txt{
  
}

.message_txt img{
  width: 100%;
}

.bg_2{
  background: url(images/bg1.jpg) no-repeat center center;
  background-size: cover;
}

.reason_list ul {
  
}

.reason_list li {
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
  margin: 50px 0 20px;
  position: relative;
}

.reason_list .en{
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 2;
  color: #fff;
}

.reason_list .en p,
.reason_list2 .en p{
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  padding-left: 5px;
}

.reason_list .en span,
.reason_list2 .en span{
  display: inline-block;
  transform: rotate(-15deg);
  font-size: 18px;
  font-style: italic;
  line-height: 18px;
  color: #fff;
  padding-bottom: 5px;
}

.reason_list2 .en {
  width: 50px;
}

.reason_list2 .en p,
.reason_list2 .en span{
  color: #d15b0e;
}

.re_img{
  width: 100%;
  text-align: center;
}

.re_img img{
  width: 100%;
  max-width: inherit;
}

.re_txt{
  padding: 20px;
}

.re_txt h3{
  text-align: center;
}

.reason_list2{
  background: #ffffff;
  padding: 5px 15px;
}

.reason_list2 li{
  padding: 30px 0;
  border-top: 1px solid #ddd;
}

.reason_list2 li:first-child{
  border-top: none;
}



.re_img2{
  margin: 30px auto 0;
}

.re_txt2{
}

.re_flextxt{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.re_flextxt h3{
  flex: .95;
}

.work_list2 ul {
  
}

.work_list2 li {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0px 40px;
  box-sizing: border-box;
}

.archivemenu{
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.archivemenu h3{
}

.term1 span,
.term1 a{
  background: #ededed;
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  color: #ce5100;
  font-size: 14px;
  line-height: 26px;
  margin-right: 10px;
  margin-top: 10px;
}

.archivemenu .term1{
  padding-top: 5px;
}

.thumbimg {
	height: 180px;
	width: 100%;
  margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.thumbimg img {
	height: auto;
	width: 100%;
	max-width: inherit;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.multiple-items .slick-slide {
  padding: 0 10px 20px;
  box-sizing: border-box;
  height: auto;
}

/*.multiple-items .slick-slide > div {
  height: 100%;
}
*/
.multiple-items img {
  width: 100%;
  height: auto;
  display: block;
}

.multiple-items {
    padding: 0;
 }

.slick-dots {
  bottom: -40px;
}

.slick-dots li button:before {
  font-size: 18px;
}

.service_box{
  padding: 25px 20px; 
  margin-bottom: 20px;
}

.kabebg{
  background: #df6b20 url(images/bg_ill3.png) no-repeat 98% 10px;
  background-size: 161px;
}

.yanebg{
  background: #ce5100 url(images/bg_ill4.png) no-repeat 98% 10px;
  background-size: 161px;
}

.ttl2 h3,
.ttl2 h3 span{
  font-weight: bold;
  color: #fff;
  display: inline-block;
}

.ttl2 h3{
  font-size: 28px;
}

.ttl2 h3 span{
  font-size: 20px;
  padding-left: 5px;
}

.ttl2 p{
  color: #fff;
  display: inline-block;
}

.flex_1{

}

.ser_box{
  padding: 15px;
  width: 100%;
  margin-top: 15px;
  background: #fff;
}

.to_img{
  width: 90px;
  float: left;
  position: relative;
  padding-top: 20px;
}

.adimg{
  position: absolute;
  width: 40px;
  left: -10px;
  top: -10px;
  z-index: 2;
}

.to_txt{
  padding-left: 100px;
}

.to_txt h3{
  padding-right: 20px;
  background: url(images/i_ar2.png) no-repeat right center;
  background-size: 15px;
}

.taio{
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 5px;
  margin: 10px 0;
}

.price{
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.p_txt,
.p_txt span{
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ce5100;
}

.p_txt{
  font-size: 60px;
  line-height: 60px;
}

.p_txt span{
  font-size: 48px;
  line-height: 60px;
}

.tax{
  padding-left: 10px;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  font-weight: 700;
}

.ser_box h4{
  background: #ededed;
  text-align: center;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 20px;
}

.ser_box h4::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ededed; /* ←色を合わせる */
}

.ser_box h4 span,
.ser_box2 .ttl h2 span{
  color: #ce5100;
  font-weight: bold;
}

.ad_ill1,
.ad_ill2{
  position: absolute;
  width: 60px;
  z-index: 2;
  top: -50px;
}

.ad_ill1{
  left: 0;
}

.ad_ill2{
  right: 0;
}

.area_box{
  border: 8px solid #ececec;
  background: #fff url(images/area.jpg) no-repeat 125% top;
  background-size: 220px;
  padding: 20px 15px 15px;
}

.area_ttl{
  text-align: center;
  width: 200px;
  margin: 0 auto;
}

.area_ttl p{
  font-size: 18px;
  color: #fff;
  background: #08264f;
  padding: 3px 5px;
}

.area_txt{
  padding-top: 20px;
}

/*フッタ*/

footer {
  position: relative;
}

.ft_flex{
}

.ft_clm1{
  text-align: center;
}

.ft_clm2{
  padding-top: 30px;
}

.ft_clm2 ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.ft_clm2 ul ul{
  display: block;
  padding-left: 0px;
}

.ft_clm2 li{
  font-size: 15px;
  padding: 10px;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  width: 50%;
}

.ft_clm2 li:nth-child(odd){
  border-right: 1px solid #ddd;
}

.ft_clm2 li li{
  font-size: 13px;
  padding: 0px 5px 5px;
  width: 100%;
  border-top: none;
}

.ft_clm2 li li:nth-child(odd){
  border-right: none;
}

.ft_clm2 li li::before{
  content: '・';
  display: inline-block;
}

.ft_clm2 li ul{
  padding-top: 10px;
}

#ft_logo h2{
  width: 100px;
  margin: 0 auto;
}

#copyright{
  color: #dcdcdc;
  padding-top: 50px;
  text-align: right;
  font-size: 13px;
}

#copyright li a,
#copyright p{
  color: #dcdcdc;
}


/*タイトル*/

.txt_s{
  font-size: 13px;
  line-height: 20px;
}

.txt_ns{
  font-size: 14px;
  line-height: 26px;
}

.txt_n{
  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
}

.txt_m{
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
}

.txt_b{
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
}

.txt_bb{
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}

.txt_c{
  text-align: center;
}

.txt_r{
  text-align: right;
}

.mgat{
  margin: 0 auto;
}

.wid_1{
  width: 260px;
}

.wid_2{
  width: 300px;
}

.wid_3{
  max-width: 600px;
}

.t_inlin{
  display: inline-block;
}

.co_r{
  padding-right: 20px;
}

/*下層ページ*/
.pankuzu_list{
  padding: 0 0 0;
}

.pankuzu_list ul{
	text-align: center;
}

.pankuzu_list li{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 30px;
	color: #fff;
  font-weight: 500;
}

.pankuzu_list li p,
.pankuzu_list li span,
.pankuzu_list li a{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 30px;
	color: #fff;
  font-weight: 500;
  padding: 0;
}

.pankuzu_list li::after{
	content: '>';
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 30px;
  margin: 0;
	padding: 0px 5px;
	color: #fff;
}

.pankuzu_list li:last-child::after{
	display: none;
}

.subvl{
  width: 100%;
  padding: 30px 0;
  position: relative;
  text-align: center;
}

.subvl::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 1;
  left: 0;
  top: 0;
}

.servicebg{
  background: url(images/sub_bg1.jpg) no-repeat center center;
  background-size: cover;
}

.worksbg{
  background: url(images/sub_bg4.jpg) no-repeat center center;
  background-size: cover;
}

.flex_box{
  background: #df6b20;
  padding: 15px;
}

.flex_box ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: flex-start;
}

.flex_box li{
  background: #fff;
  color: #df6b20;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  padding: 5px 5px;
  box-sizing: border-box;
  margin: 5px 1% 5px 1%;
  width: 31.3%;
  text-align: center;
  display: flex;
  align-items: center; 
  justify-content: center;
}

.flex_box li.ss{
  font-size: 13px;
  line-height: 22px;
}

.itmename{
  background: #ededed;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 30px;
}

.item_flex{
}

.item_thumb{
  width: 250px;
  margin: 0 auto;
  text-align: center;
}

.item_txt{
  margin-top: 10px;
}

.dl_toku dl,
.dl_nen dl{
  display: table;
  border: 1px solid #dddddd;
}

.dl_toku dl{
  width: 100%;
}

.dl_toku dt,
.dl_nen dt{
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  text-align: center;
  padding: 10px 10px;
  color: #fff;
  font-size: 16px!important;
}

.dl_toku dd,
.dl_nen dd{
  display: table-cell;
  vertical-align: middle;
  padding: 20px 20px;
  text-align: center;
}

.dl_nen{

}

.dl_nen dl{
   width: 100%;
  margin-bottom: 20px;
}

.check_inr {
  text-align: left;
}

.check_inr li{
  display: inline-block;
  padding: 5px 0 5px 30px;
  background: url(images/i_check.png) no-repeat left center;
  background-size: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-right: 25px;
}

.onayami ul{

}

.onayami li{
  background: #ededed;
  padding: 15px 15px;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin: 20px 0;
}

.onayami li::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px 15px 0 15px;
  border-style: solid;
  border-color: #ededed transparent transparent transparent;
}

.table1 table{
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.table1 th,
.table1 td{
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.table1 th{
  background: #08264f;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  font-weight: bold;
  padding: 15px 5px;
}

.table1 td{
  background: #f0f0f0;
  padding: 15px 10px;
  vertical-align: top;
}

.table2 dl{
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  background: #f0f0f0;
  width: 100%;
  box-sizing: border-box;
}

.table2 dd,
.table2 dt{
  border-top: 1px solid #dddddd;
  padding: 15px 15px;
  box-sizing: border-box;
}

.table2 dt{
  background: #08264f;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.table2 dd{
}

.table1 th img{
  width: 80px;
  margin: 0 auto;
}

.table1 th.w1{
  width: 70px;
}

.td_flex{
  
}

.mark{
  font-size: 30px;
  text-align: center;
  padding-bottom: 5px;
}

.with .mark{
  color: #dc3e00;
}

.td_flex p{
  font-size: 13px;
  line-height: 22px;
}

.ad1,
.ad2{
  width: 70px;
  position: absolute;
  bottom: -50px;
}

.ad1{
  left: 0px;
}

.ad2{
  right: 0px;
}

.fst_box1{
  margin-top: 50px;
  border: 5px solid #08264f;
}

.fst_box1 h3{
  background: #08264f;
  padding: 5px 10px 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}

.fst_box1 h3 span{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.fst_inr1{
  background: #ececec;
  padding: 20px 15px;
}

.fst_inr2{
  background: #fff;
  padding: 20px 15px;
  position: relative;
  margin-bottom: 50px;
}

.fst_inr2::after{
  content: '';
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 50px solid #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -49px;
}

.fst_inr3{
  position: relative;
  padding: 40px 15px;
  background: #fff;
}

.fst_inr3::before,
.fst_inr3::after{
  content: '';
  background: url(images/line1.png) repeat center center;
  background-size: 600px;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
}

.fst_inr3::before{
  top: 0;
}

.fst_inr3::after{
  bottom: 0;
}

.fst_img1,
.fst_img2{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.fst_list,
.fst_list2{
  padding-top: 30px;
}

.fst_list2{
  text-align: center;
}

.fst_list2 ul{
  text-align: left;
}

.fst_list li{
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
}

.fst_list li:first-child{
  border-top: none;
  padding-top: 0;
}

.fst_list li:last-child{
  padding-bottom: 0;
}

.fst_list2 li{
  padding: 10px 0 10px 35px;
  background: url(images/i_check.png) no-repeat left 10px;
  background-size: 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}

.fst_list3 {
  padding-bottom: 40px;
  background: url(images/ar1_sp.png) no-repeat center bottom;
  background-size: 70px;
  box-sizing: border-box;
  text-align: center;
}


.fst_list3 ul {
  text-align: left;
}

.fst_list3 li{
  padding: 8px 0 8px 32px;
  background: url(images/i_notice.png) no-repeat left 10px;
  background-size: 20px;
  font-size: 18px;
  line-height: 25px;
}

.fst_inr3 h3{
 padding-top: 15px;
  text-align: center;
}

.no{
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #08264f;
  border-radius: 50%;
  text-align: center;
  font-size: 17px;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.fst_txt{
  flex: .95;
}

.rekka_list ul{
  
}

.rekka_list li{
  text-align: center;
  margin-top: 20px;
}

.rekka_flex{
}

.rekka_img{
  width: 100px;
  margin: 0 auto 20px;
}

.rekka_txt{
}

.check_inr2 ul{
  
}

.check_inr2 li{
  padding: 3px 0 3px 30px;
  background: url(images/i_check_w.png) no-repeat left center;
  background-size: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
}

/*FAQ*/

.faq-list {
}

.faq-list dt {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px 12px 50px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  background: #fff;
  margin-top: 15px;
}

.faq-list dt::before {
  content: 'Q.';
  position: absolute;
  left: 10px;
  top: 12px;
  font-size: 25px;
  line-height: 40px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #08264f;
}

.faq-list dd.open::before {
  content: 'A.';
  position: absolute;
  left: 10px;
  top: 12px;
  font-size: 25px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ce5100;
}

.faq-list dd {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  padding: 0 10px 0 50px;
}

.faq-list dd.open {
  max-height: 500px;
  padding: 12px 10px 12px 50px;
  margin-bottom: 20px;
  position: relative;
  background: #fff;
}

.faq-list dt::after {
  content: '+';
  position: absolute;
  right: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #cdcdcd;
  transition: 0.3s;
}

.faq-list dt.active::after {
  content: '−';
}

.step_list{
}

.s_wid1,
.s_wid2{
  margin: 50px 0 20px;
  position: relative;
  background: #ececec;
  padding-bottom: 20px;
}

.s_wid1{
}

.s_wid2{
}

.s_wid1 h3,
.s_wid2 h3{
  background: #08264f;
  text-align: center;
  padding: 15px 5px;
  color: #fff;
}

.s_txt{
  padding: 20px 15px;
}

.s_txt li{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px 0;
}

.s_img{
  margin-bottom: 15px;
  text-align: center;
}

.nu{
  width: 30px;
  height: 30px;
  background: #08264f;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.s_txt li h4{
  flex: .95;
}

.s_no,
.s_no span{
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
  color: #08264f;
}

.s_no{
  position: absolute;
  left: 5px;
  top: -35px;
  font-size: 30px;
}

.s_no span{
  font-size: 18px;
  padding-right: 5px;
}

.s_time{
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 13px;
}

.singlebox{
  padding: 30px 0; 
}

.befaf{

}

.beforeimg{
  width: 90%;
  /*aspect-ratio: 4/3;*/
  height: 230px;
  margin: 0 auto;
  position: relative;
  background: #333;
  margin-bottom: 40px;
}

.afterimg{
  width: 100%;
  aspect-ratio: 5/4;
  position: relative;
}

.beforeimg img,
.afterimg img{
   width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .9;
}

.beforeimg::before,
.afterimg::before{
  content: '';
  position: absolute;
  left: -10px;
  top: -20px;
  width: 80px;
  height: 39px;
  z-index: 1;
}

.beforeimg::before{
  background: url(images/before.png) no-repeat center center;
  background-size: 80px;
}

.afterimg::before{
  background: url(images/after.png) no-repeat center center;
  background-size: 80px;
}

.beforeimg::after{
  content: '';
  position: absolute;
  left: 40px;
  bottom: -30px;
  width: 75px;
  height: 63px;
  background: url(images/after2.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
  display: inline-block;
  transform: rotate( 45deg );
}

.block_box ul {
  width: 90%;
  margin: 0 auto;
}

.block_box li {
  margin-bottom: 30px;
  box-sizing: border-box;
}

.block_box li:last-child {
  margin-bottom: 0px;
}

.block_img{
  margin-bottom: 20px;
}


/*contactfoam*/

.con_form li{
  
}

.dt_box{
  padding-top: 20px;
}

.dt_box2{
  padding-top: 20px;
}

.con_form h4{
  font-weight: 500;
  padding-bottom: 5px;
}

.hissu{
  color: #ce5100;
  font-size: 13px;
  font-weight: 700;
}

.inputarea{
  width: 100%;
}

.flex_img li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
}

.flex_img li:last-child{
  padding-bottom: 0px;
}

.i_img{
  width: 550px;
}

.flex_img2 ul{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex_img2 li{
  width: 550px;
}

.i_img2{
  margin-bottom: 20px;
}
.copy{
  padding-left: 55px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.copy::before{
  content: '';
  width: 45px;
  height: 1px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 17px;
}

.dl_box dl,
.dl_box2 dl{
  border-bottom: 1px solid #e4e4e4;
}

.dl_box dt,
.dl_box dd,
.dl_box2 dt,
.dl_box2 dd{
  border-top: 1px solid #e4e4e4;
  padding: 15px 15px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 30px;
}

.dl_box dt{
  width: 200px;
  clear: left;
  float: left;
}

.dl_box2 dt{
  width: 300px;
  clear: left;
  float: left;
}

.dl_box dd{
  margin-left: 200px;
}

.dl_box2 dd{
  margin-left: 300px;
}

.dl_box dd::after,
.dl_box2 dd::after{
  content: '';
  display: table;
  clear: both;
}

.map{
  margin-top: 30px;
}

.map iframe{
  width: 100%;
  height: 400px;
}

.btn2_hd{
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 35px 20px;
  
}

.btn2_hd a{
  background:rgba(0,0,0,1) url(images/icon1.png) no-repeat 15px center;
  background-size: 35px;
  display: block;
  border-radius: 5px;
  padding: 15px 10px 15px 10px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
  width: 250px;
  border: 2px solid #ffffff;
}

/********************************************
 * 共通要素
 ********************************************/

.line1{
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #e4e4e4;
}

.sp_none{
	display:none;
}

.pdl_no{
  padding-bottom: 0;
}

@media screen and (max-width: 1200px) {




}
