@charset "utf-8";

/* 初期化 */

body,form,fieldset,
h1,h2,h3,h4,h5,h6,p,pre,span,
table,tr,th,td,
img,blockquote,
ul,ol,li,dl,dd,
input,textarea,select,option,
embed,object {
  margin: 0;
  padding: 0;
  zoom:1;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
blockquote,li,dt,dd { margin-left: 1em;}

li {
margin: 0;
padding: 0;
/*IE8 fireFox用*/
list-style-type: none;
/*IE6-7用*/
list-style: none;
}
input,textarea {font-size: 1em;}

table,tr,td,th {border-collapse: collapse; border:0;}

img {border:0;vertical-align: bottom;}

form {margin:0px; padding: 0px;}

a { text-decoration: none;}

a:hover {
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color:#C5B280;
  text-decoration:none;
}

strong{font-weight: bold;}

ol { width:auto;}
ol li {
  margin-left: 20px;
  list-style:decimal ;
}
ul { width: auto;}
ul li {
  margin-left: 1.5em;
  list-style: disc ;
}
/* IE6/7 brが改行されないバグ */
br { letter-spacing: 0; }


p {
  line-height: 1.7;
  margin-bottom:30px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* clearfix */
.clearfix{
  width: 100%;
  clear: both;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* ---------------------------------------------*/
/* 共通エレメント */
/* ---------------------------------------------*/
body {
  font-size: 16px;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  text-align:justify;
  text-justify: inter-ideograph;
  background: #f2f4f0;
}
#contents { }
#contents a { color:#FFF;}
#contents a:hover { color:#C5B280}

.fs10 { font-size:10px;}
.fs12 { font-size:12px;}
.fs13 { font-size:13px;}
.fs14 { font-size:14px;}
.fs15 { font-size:15px;}
.fs16 { font-size:16px;}
.fs18 { font-size:18px;}
.fs32 { font-size:32px; margin:0; padding: 10px 0 ; line-height:1;}
.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 20px;}
h1,h2,h3,h4,h5,h6 { clear:both; }
/* 見出し */
h2{
  font-size:24px;
  color:#fff;
  font-weight:bold;
  width: 100%;
  min-height:50px;
  line-height:50px;
  display:block;
  clear:both;
  background: #53b9b5;
  margin:0px 0 0px !important;
  padding: 10px 37px;
  position: relative;
  margin-bottom: 30px !important;
}
h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 33px;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 15px solid #53b9b5;
}
h3{

}
h4{
  }
h6{}
.y_text{
  color:#ff9900;
  font-size:18px;
  border-bottom:1px dashed #333;
  text-indent:10px;
}
.y_text span{
  margin-left:15px;
  font-size:14px;
  color:#666;
}
.y_text2{
  font-size:16px;
  margin-left:10px;
}

table caption{

}
table tr {

}
table th {
  font-weight: normal;
    color:#fff;
  vertical-align:top ;
  width:94px;



}
table td {
  padding:0px ;
  font:14px;
  color:#000;

}
table.border-none,
table.border-none th,
table.border-none td {
  text-align:center;
  margin: 0;
  padding:0 0 10px 0;
}
table.border-none td img {
  margin-bottom: 5px;
}

.box {
  padding-bottom: 20px;
}
.bold {
  font-weight:bold;
}
.clear { clear:both; margin-bottom:10px;}
.pink { color: #FF1F80;}

.mail-link {
  font-size:14px;
  padding: 8px 0px;
  background-color: #FF1F80;
  display:block;
  color: #FFF ;
  width: 192px;
  text-align:center;
}
.mail-link:hover {
  background-color: #A2CA0F;
  text-decoration: none;
}
/* ---------------------------------------------*/
/* レイアウト */
/* ---------------------------------------------*/
#container { width: 100%;}
#header-content,
ul#main-navi,
#contents,
#footer {
  width: 100%;
}
#contents {
}
/* 左カラム */
#main-contents {
  width: 920px;
  float:left;
  background:#FFFFFF;
  padding:20px;
}

/* 右カラム */

#side {
  width: 300px;
  float:right;
  margin-right:15px;
}

/* ------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------ */
#header {
  margin-top:0px;
  width:100%;
  /* height:80px; */
  padding-bottom: 0px !important;
  position: relative !important;
  background: #fff;


}
.header_text{
  border-bottom:1px solid #E4E4E4;
}
.header_text h1{
  border-bottom:1px solid #E4E4E4;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 14px;
  padding: 3px 15px;
  font-weight: normal;
}
#header .header_info{
  display: none;
}
@media screen and (min-width: 1000px) {
#header .header_info{
  /* display: block; */
  display: flex;
  float:right;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom:5px ; */
  margin-right: 10px;
  /* padding-top: 14px; */
  width: 418px;
}
}
#header .header_info a{
  /* margin:0px;
  height:0px;
  display:block; */
}
#header .header_info_sp{
  /* float: right;
  padding: 18px 25px 10px 10px;
  display: block; */
  display:flex;
  align-items: center;
  padding-right:15px;
}
#header .header_info_sp img{
  width: 50px;
  vertical-align: bottom;
}
@media screen and (min-width: 1000px) {
#header .header_info_sp{
  display: none;
}
}
#header .header_inner{
  max-width:1000px;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#header .head_text2{
  position:absolute;
  top:15px;
  right:1px;
  font-size:18px;
  line-height:22px;
  text-align:left;
  color:#8bc53f;
}
#header .logo {
  height:80px;
  display:flex;
  align-items:center;
  padding-left:20px;
}
#header .logo a{display:block;}
#header .logo img{
  width: 190px;
  /* float: left; */
}
@media screen and (min-width: 450px) {
#header .logo img{
  width: 190px;
}
}
@media screen and (min-width: 768px) {
#header .logo img{
  width: 190px;
}
}
#header .logo span{
  font-size: 14px;
  color: #333333;
  margin-left: 30px;
  line-height: 36px;
  display: block;
  float: left;
  display: none;

}
@media screen and (min-width: 1000px) {
#header h1 span{
  display: block;
}
}
#header .logo{
  /* float:left; */
  /* margin: 12px 0 0px 15px; */
}
#header .info_box{
  float:right;
  width:320px;
  height:70px;

}
.header_h1{
  /* width: 253px;
  float: left;
  padding: 10px 0 0 19px; */
  flex-grow: 2;
  display: flex;
  align-items: center;
  padding-left: 20px;
}


.header_h1 h1{
  font-size: 12px;
  font-weight: normal !important;
}
@media screen and (max-width: 767px) {
.header_h1{
  background: #a7b165;
  padding: 5px 12px;
  /* display: block; */
  width: 100%;
  /* position: absolute;
  top:80px;
  left: 0; */
  order: 3;
}
.header_h1 h1{
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
}
@media screen and (min-width: 1000px) {
  .header_h1 h1{width:23em;}
}



.tel_img{
  width: 193px;
  vertical-align: bottom;
  /* display: none;
  padding-right: 0;
  padding-top: 0;
  float: left;
  margin-top: 5px; */
}
/* @media screen and (min-width: 1000px) {
.tel_img{
  display: block;
}
} */
.contact_btn{
  width: 200px;
  height: 40px !important;
  background: #c76a12;
  display: block;
  /* float: left; */
  /* margin-top: 5px !important; */
  /* margin-left: 25px !important; */
  text-align: center;
  text-decoration: none;
  color:#fff;
  line-height: 40px;
  font-size: 14px;
}
a.contact_btn:hover{
  background:#347a25 !important;
  color:#fff;
}
.scroll_text{
  height:30px;
  background:#666;
}
.scroll_text Marquee{
  color:#8bc53f;
  line-height:30px;
  font-size:13px;
}
.main_img{
  text-align:center;
  background:#EFECE2 url(../images/lp/selecthome_lp_pc/lp_main01_pc.jpg) no-repeat center;
  padding-top: 2%;
  background-size: cover;
  /* margin-top: 64px; */
}

@media screen and (min-width: 768px) {
.main_img{
  text-align:center;
  background:#EFECE2 url(../images/lp/selecthome_lp_pc/lp_main01_pc.jpg) no-repeat center;
  background-size: cover;
  padding-top: 0;
  height: 560px;
  margin-top: 0;
}
}
.main_img_sp{
  width: 100%;
  padding-bottom: 109%;
  background:#ffffff url(../images/lp/selecthome_lp_sp/lp_main02_sp.png) no-repeat center;
  background-size: 92%;
  position: relative;
}
.main_img_sp .inner{
  position: absolute;
  bottom: 8%;
  width: 100%;
  text-align: center;

}
.main_img_sp .inner img{
  width: 72%;
}
@media screen and (min-width: 768px) {
.main_img_sp{
  display: none;
}
}
.main_img .inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 15px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_img .inner .left_box{
  width: 48%;
  padding-top: 155px;
}
.main_img .inner .right_box{
  width: 48%;
  text-align: right;
  padding-top: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
.main_img .inner .left_box{
  width: 100%;
  padding-top: 155px;
}
.main_img .inner .right_box{
  display: none;
}
}
.main_img .inner .right_box .position_btn{
  position: absolute;
  top: 81%;
left: 25%;
width: 60%;

}

.description_text{
  padding-top:5px;
  background:#fff;
  width:100%;
  height:0px;
  display:block;
  text-align:center;
  color:#fff;
}
.description_text p{
  color:#fff;
  line-height:80px;
  font-size:24px;
}
.head_d{
  width: 390px;
  margin-top: 17px;
  float: left;
  margin-left: -200px;
}
.link_area{
  width:100%;
  height:210px;
  background:#F2E7E2;
  text-align:center;
  padding-top:30px;
}
.link_area2{
  width:100%;
  height:210px;
  text-align:center;
  padding-top:50px;
  background: #F2E7E2;
}
.y_bg{
  background: #F2E7E2 url(../images/lp_meo/bb.png) no-repeat center top ;
}

.pc_box{
  display: none !important;
}
.sp_box{
  display: block !important;
}
@media screen and (min-width: 768px) {
.pc_box{
  display: block !important;
}
.sp_box{
  display: none !important;
}
}


/* トップのみの表示のエリア */
#contents{
  width:100%;
}
.contents_1{
  width:100%;
  background: #f4f6f5;
  display: block;

}
.contents_inner1{
  max-width:1000px;
  margin:0 auto;
  padding:60px 15px 0;
  text-align: center;

}

.contents_2{
  width: 100%;
  background: url(../images/lp/bg2.png) no-repeat bottom center ;
  background-size: 100% 100%;
  text-align: center;
  height: 200px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 100px) {
.contents_2{
  width: 100%;
  background: url(../images/lp/bg2.svg) no-repeat bottom center ;
  background-size: cover;
  text-align: center;
  height: 200px;
}
}
.contents_2 h3{
  font-size: 32px;
  color: #fff;
  padding: 45px 15px;
  text-align: center;
}
.contents_2 h3 img{
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
.contents_2 h3{
  font-size: 24px;
  color: #fff;
  padding: 45px 15px;
}
}

.contents_2_b{
  width: 100%;
  background: url(../images/lp/bg2.png) no-repeat bottom center ;
  background-size: 100% 100%;
  text-align: center;
  height: 200px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 100px) {
.contents_2_b{
  width: 100%;
  background: url(../images/lp/bg2.svg) no-repeat bottom center ;
  background-size: cover;
  text-align: center;
  height: 200px;
}
}
.contents_2_b h3{
  font-size: 32px;
  color: #fff;
  padding: 70px 15px;
  text-align: center;
}
.contents_2_b h3 img{
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
.contents_2_b h3{
  font-size: 24px;
  color: #fff;
  padding: 45px 15px;
}
}


.contents_3{
  width:100%;
  background: url(../images/lp/bg02.jpg) no-repeat center ;
  background-size: cover;
  display: block;
  margin-top: -87px;
  position: relative;
  z-index: -1;
}
.contents_inner3{
  max-width:1000px;
  margin:0 auto;
  padding:140px 15px 85px;
  text-align: center;

}

.contents_4{
  width:100%;
  background: #f2f4f0 ;
  background-size: cover;
  display: block;

}
.contents_inner4{
  max-width:1000px;
  margin:0 auto;
  padding:110px 15px 75px;
  text-align: center;

}

@media screen and (max-width: 767px) {
.contents_inner4{
  max-width:1000px;
  margin:0 auto;
  padding:50px 15px 30px;
  text-align: center;

}
}

.contents_5{
  width:100%;
  background: #ffffff;
  display: block;

}
.contents_inner5{
  max-width:1000px;
  margin:0 auto;
  padding:60px 15px 3px;
  text-align: center;

}

.contents_6{
  width:100%;
  background: url(../images/lp/bg03.jpg) no-repeat center ;
  background-size: cover;
  display: block;

}
.contents_inner6{
  max-width:1000px;
  margin:0 auto;
  padding:87px 15px 80px;
  text-align: center;

}

.contents_7{
  width:100%;
  background: #ffffff;
  display: block;
  position: relative;
  z-index: -2;
}
.contents_inner7{
  max-width:1000px;
  margin:0 auto;
  padding:60px 15px 84px;
  text-align: center;

}
.contents_7 .bg_1{
  width: calc( 100% - 60px );
  padding-bottom: 226px;
  background: #f2f4f0;
  display: block;
  position: absolute;
  top:248px;
  right: 0;
  z-index: -1;

}
.contents_7 .bg_2{
  width: calc( 100% - 60px );
  padding-bottom: 226px;
  background: #f2f4f0;
  display: block;
  position: absolute;
  top:605px;
  left: 0;
  z-index: -1;

}
.contents_7 .bg_3{
  width: calc( 100% - 60px );
  padding-bottom: 226px;
  background: #f2f4f0;
  display: block;
  position: absolute;
  top:967px;
  right: 0;
  z-index: -1;

}

.contents_7 .bg_4{
  width: calc( 100% - 60px );
  padding-bottom: 226px;
  background: #f2f4f0;
  display: block;
  position: absolute;
  top:1329px;
  left: 0;
  z-index: -1;

}

.contents_7 .bg_5{
  width: calc( 100% - 60px );
  padding-bottom: 226px;
  background: #f2f4f0;
  display: block;
  position: absolute;
  top:1725px;
  right: 0;
  z-index: -1;

}

@media screen and (max-width: 767px) {
.contents_7 .bg_1{
  display: none;
}
.contents_7 .bg_2{
  display: none;
}
.contents_7 .bg_3{
  display: none;
}
.contents_7 .bg_4{
  display: none;
}
.contents_7 .bg_5{
  display: none;
}
}


.contents_8{
  width: 100%;
  background: url(../images/lp/bg2.png) no-repeat bottom center ;
  background-size: 100% 100%;
  text-align: center;
  height: 200px;
}
@media screen and (max-width: 100px) {
.contents_8{
  width: 100%;
  background: url(../images/lp/bg2.svg) no-repeat bottom center ;
  background-size: cover;
  text-align: center;
  height: 200px;
}
}
.contents_8 h3{
  font-size: 32px;
  color: #fff;
  padding: 74px 15px;
  text-align: center;
}
.contents_8 h3 img{
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
.contents_8 h3{
  font-size: 24px;
  color: #fff;
  padding: 45px 15px;
}
}

.contents_9{
  width:100%;
  background: #ffffff;
  display: block;
  position: relative;

  padding-top: 68px;
  margin-top: -87px;
}
.contents_inner9{
  max-width:1000px;
  margin:0 auto;
  padding:60px 15px 84px;
  text-align: center;

}
.btn_box {
  position: relative;
  z-index: 1;
}
.btn_box img{
  max-width: 500px;
  width: 100%;
  padding-top:30px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.contents_10{
  width:100%;
  background: url(../images/lp/bg_pattern.jpg) center ;

  display: block;
  position: relative;
}
.contents_inner10{
  max-width:1000px;
  margin:0 auto;
  padding:80px 15px 84px;
  text-align: center;

}
.contents_inner10 img{
  margin: 0 auto;

}

.contents_11{
  width:100%;
  background:#fff ;

  display: block;
  position: relative;
}
.contents_inner11{
  max-width:1000px;
  margin:0 auto;
  padding:90px 15px 86px;
  text-align: center;

}

.contents_12{
  width:100%;
  background: url(../images/lp/bg_pattern.jpg) center ;

  display: block;
  position: relative;
}
.contents_inner12{
  max-width:1000px;
  margin:0 auto;
  padding:80px 15px 47px;
  text-align: center;

}
.contents_inner12 img{
  margin: 0 auto;

}
.contents_13{
  width:100%;
  background: #fff;

  display: block;
  position: relative;
}
.contents_13::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 348px;
  top:0;
  left: 0;
  /* background: url(../images/lp/bg04.jpg) no-repeat center ; */
  background: url(../images/lp/bg04_sp.jpg) no-repeat center ;
  background-size: cover;
}
@media screen and (min-width:768px){
  .contents_13::after{
    background: url(../images/lp/bg04_pc .jpg) no-repeat center ;
  }
}


.contents_inner13{
  max-width:1000px;
  margin:0 auto;
  padding:120px 15px 47px;
  text-align: center;
  position: relative;
  z-index: 2;

}

.contents_14{
  width:100%;
  background: url(../images/lp/bg_pattern.jpg) center ;

  display: block;
  position: relative;
}
.contents_inner14{
  max-width:1000px;
  margin:0 auto;
  padding:50px 15px 50px;
  text-align: center;

}
.contents_x{
  width:100%;
  background: #fff ;

  display: block;
  position: relative;
}
.contents_innerx{
  max-width:1000px;
  margin:0 auto;
  padding:45px 15px 53px;
  text-align: center;

}
.contents_15{
  width:100%;
  background: url(../images/lp/bg_pattern.jpg) center ;

  display: block;
  position: relative;
}
.contents_inner15{
  max-width:1000px;
  margin:0 auto;
  padding:45px 15px 53px;
  text-align: center;

}












.contents_innerx{
  max-width:1000px;
  margin:0 auto;
  padding:60px 15px;

}
.submitArea {
    margin: 0;
    padding: 31px 0;
}
table.type2{

  float: none !important;
  margin: 0px 0 50px !important;
  width: 100% !important;
  border: 2px solid #ccc !important;
}
table.type2 tbody{
  width: 100% !important;
}
table.type2 th{
  background: #eee !important;
  padding: 15px 20px;
  color: #555 !important;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  width: 100% !important;
  text-align: left;
  display: block;
  -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;

}
table.type2 td{
  padding: 15px 20px !important;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  width: 100% !important;
  text-align: left;
  display: block;
  -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
table.type2 th{
  background: #eee !important;
  padding: 15px 20px;
  color: #555 !important;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  width: 200px !important;
  display:table-cell;

}
table.type2 td{
  padding: 15px 20px !important;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  width: 800px !important;
  display:table-cell;
}
}

table.type2 td input{
  border: 2px solid #ccc;
  padding: 5px !important;

}
table.type2 td select{
  border: 2px solid #ccc;
  padding: 5px !important;

}
table.type2 td input[type="text"]{
  width: 98%;
}
table.type2 td input[type="tel"]{
  width: 98%;
}
table.type2 td textarea{
  border: 2px solid #ccc;
  padding: 5px !important;
  width: 98%;
}
table.type2 th .m_t{
  background: #FF7B80 !important;
  color: #fff !important;
  font-size: 12px;
  padding: 3px 5px;
  margin-left: 20px;
  border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
}
table.type2 th .mn_t{
  background: #aaa !important;
  color: #fff !important;
  font-size: 12px;
  padding: 3px 5px;
  margin-left: 20px;
  border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
}
table.type2 th .t_t{
  font-size: 12px;
  margin-top: 25px;
}

.c_btn input{
  max-width: 100px;
  width: 100%;
  padding: 13px;
  font-size: 14px;
}
@media screen and (min-width: 640px) {
.c_btn input{
  max-width: 200px;
  width: 100%;
  padding: 15px;
  font-size: 18px;
}
}

.c_box{
  background: #FAFAFA;
  padding: 15px;
  margin-bottom: 20px;
}
.c_box p{
  margin-bottom: 0px;
}
.mwform-checkbox-field-text{
  font-weight: bold;
}
.w_c input[type="tel"]{
  width: 70px !important;
}
/* ------------------------------------------ */
/* フッター */
/* ------------------------------------------ */

#footer{
  padding: 100px 15px !important;
  text-align: center;
}
#footer img{
  width: 100%;
  max-width: 228px;
}
.mr{
  margin-right:15px;
}
.footer_info{
  max-width:1000px ;
  width: 100%;
  margin-top:30px;
  margin:0px auto ;
}
.footer_info .inner{
  padding:30px 15px 0;
}
.footer_info img{

}
.footer_info p{
  font-size:14px ;
}
.footer_info .left_box{
  text-align: left;

}
.footer_info .right_box{
  text-align: right;

}
.footer_info .left_box img{
  width: 100%;
  max-width: 200px;
}
.footer_info .right_box a{
  border: 2px solid #333;
  padding: 7px 0;
  width: 100%;
  max-width: 200px;
  margin: 35px auto;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
}

@media screen and (min-width: 640px) {
.footer_info .left_box{
  float: left;
  width: calc( 100% - 230px ) ;

}

.footer_info .right_box{
  float: right;
  width: 200px;

}
.footer_info .right_box a{
  padding: 7px 0;
  width: 100%;
  max-width: 200px;
  margin: 20px 0 0 auto;
}
.footer_info .img_box{
  float: left;
  width: 200px;
  padding-top: 20px;

}
.footer_info .text_box{
  float: right;
  width: calc( 100% - 230px ) ;
  padding-top: 20px;

}
.footer_info .text_box p{
  padding-top: 0px !important;

}
}



#footer .tt{
  background: #fff;
  color:#282828;
  padding: 30px 0;
}
#footer p{

  margin-bottom:0px ;
  font-size:16px;
  padding-top: 20px;
}
.copywriter{
  font-size: 12px !important;
  text-align: center;
}
.text_f{
  font-size:20px ;
}

.wp_social_bookmarking_light{
  display:none ;
}
.wp_social_bookmarking_light_clear{
  display:none ;
}
.gb_text{
  width: 100%;
  height: 80px;
  background: #9F8C5C;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  text-align: center;

}
.tokusyu_text{
  font-size: 42px ;
}
.tokusyu_text span{
  font-size: 32px ;
}

.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .column2Wrap .columnBox {
    flex-basis: 100%;
    margin-top: 0; }
    .column2Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }
  .column2Wrap.sp140 .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column2Wrap.sp140 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

@media print, screen and (min-width: 768px) {
  .column2Wrap .columnBox {
    flex-basis: calc( 50% - 15px );
    max-width: calc( 50% - 15px ); }
    .column2Wrap .columnBox p:last-of-type {
      margin-bottom: 0; }
    .column2Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 0; }
    .column2Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0; }
  .column2Wrap.sp140 .columnBox:nth-of-type(n + 3) {
    margin-top: 20px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 140px;
    max-width: 140px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 160px );
    max-width: calc( 100% - 160px ); }
  .column2Wrap .column2Wrap .columnBox {
    flex-basis: calc( 50% - 15px );
    max-width: calc( 50% - 15px ); }}




.fixedBtn{
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 110;
  border-top: 1px solid #fff;
}
.fixedBtn ul{
  padding: 0;
  margin: 0;
}
.fixedBtn ul li{
  padding: 0;
  margin: 0;
  list-style: none;
  width: 50%;
  float: left;
  border-left: 2px solid #fff;
}
.fixedBtn ul li:first-child{
  padding: 0;
  margin: 0;
  list-style: none;
  width: 50%;
  float: left;
  border-left: none !important;
}
.fixedBtn ul li a{
  padding: 55px 0 3% 0;
  width: 100%;
  display: block;
  margin: 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.fixedBtn ul li a.foxed_tel_btn{
  background:#a7b165 url("../images/lp/jyuwaki.png") no-repeat top 22px center ;
  background-size: 21px;
}
.fixedBtn ul li a.foxed_contact_btn{
  background:#a7b165 url("../images/lp/himekuri.png") no-repeat top 20px center ;
  background-size: 23px;
}
@media print, screen and (min-width: 768px) {
.fixedBtn{
  display: none;
}
}
















.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  font-family: 'FontAwesome', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  color: #53b9b5;
}
.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0.5em 0.5em 2em;
  padding: 1em 0 2em 0;
  cursor: pointer;
  border-radius: 0.3em;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
  border: 2px solid #53b9b5;

}
.cp_qa .cp_actab label span {
  display: block;
  padding: 0 2em 1em 2em;
  border-bottom: 1px solid #53b9b5;
}
/* --?アイコン */
.cp_qa .cp_actab label::before {
  font-size: 2em;
  position: absolute;
  z-index: 99;
  top: 0.5em;
  left: -1em;
  padding: 0px 13px;
  content: 'Q';
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #53b9b5;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  line-height: 50px;
  color: #fff;
}
/* --▼アイコン */
.cp_qa .cp_actab label::after {
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  position: absolute;
  right: 0;
  bottom: 1em;
  content: '▼';
  display: inline-block;
  width: 100%;
  height: 1em;
  padding: 0.5em;
  text-align: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 5em;
  -webkit-transition: max-height 0.5s ease;
          transition: max-height 0.5s ease;
  color: #ffffff;
}
/* --!アイコン */
.cp_qa .cp_actab .cp_actab-content::before {
  font-size: 1.5em;
  position: absolute;
  z-index: 99;
  top: calc(50% - 0.9em);
  left: 2.5em;
  padding: 0 11px;
  content: 'A';
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #5d80eb;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
}
.cp_qa .cp_actab .cp_actab-content p {
  margin: 0.5em 0.5em 0.5em 0;
  padding: 1em 1em 1em 3em;
  border-radius: 0.3em;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
  border: 2px solid #5d80eb;
  color: #5d80eb;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
}
/* 質問をクリックした時の▼アイコンの動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  bottom: 0em;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}


/* お問い合わせフォーム */
#single_contact_wrap {
  clear: both;
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 0;
  padding: 40px 0 0;
}
#single_contact_wrap p {
  text-align: center;
  margin: 15px 0;
}
#single_contact_wrap p:first-child {
  font-size: 18px;
}
#single_contact_wrap p:first-child .red {
  color: #c12e30;
}
#single_contact_wrap form {

  width: 100%;
  margin: 60px auto 0;
}
#single_contact_wrap form * {
  box-sizing: border-box;
}
#single_contact_wrap form .inner {
  width: 600px;
  margin: 40px auto 0;
  text-align: left;
}
#single_contact_wrap form .input_row {
  display: block;
  margin-bottom: 20px;
}
#single_contact_wrap form .input_row label {
  display: inline-block;
}
#single_contact_wrap form .input_row .labelT {
  width: 100px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0 0 0;
}
@media print, screen and (max-width: 768px) {
#single_contact_wrap form .input_row .labelT {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0 0 0;
}
}
#single_contact_wrap form .labelT {
  font-size: 18px;
  font-weight: bold;
}
#single_contact_wrap form .input_row .labelT2 {
  width: 100px;
  float: left;
  font-size: 18px;
  font-weight: bold;
}
#single_contact_wrap form .input_row .label_name {
  font-size: 16px;
  font-weight: normal;
}
#single_contact_wrap form .input_row .att {
  font-size: 14px;
}
#single_contact_wrap form .input_row #last_name {
  width: 213px;
  font-weight: normal;
  margin-left: 15px;
  margin-right: 10px;
}
#single_contact_wrap form .hit input[type="text"] {
    width: 190px;
  font-weight: normal;
  margin-left: 15px;
  margin-right: 10px;
}
#single_contact_wrap form .input_row #first_name {
  width: 215px;
  font-weight: normal;
  margin-left: 15px;
}
#single_contact_wrap form .hit input[type="text"]:last-child {
    width: 190px;
    margin-right: 0;
}
#single_contact_wrap form .input_row .small {
  font-size: 16px;
  font-weight: normal;
}
#single_contact_wrap form .input_row .input_wrap {
  float: right;
  width: 500px;
  display: block;
}
#single_contact_wrap form input[type="text"],
#single_contact_wrap form input[type="email"],
#single_contact_wrap form input[type="tel"] {
  width: 100%;
  padding: .5em;
  border: none;
  min-height: 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
#single_contact_wrap form textarea {
  width: 100%;
  height: 150px;
  padding: .5em;
  box-shadow: none;
  border: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 30px;
}
#single_contact_wrap form input[type="submit"] {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  background:#ff6666 url(../images/lp_meo/icon_btn.png) no-repeat  top 27px right 36px ;
  display: block;
  height: 70px;
  font-size: 16px;
  color: #fff;
  line-height: 70px;
  border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
  box-shadow: 2px 2px 4px #aaa !important;
  font-size: 16px !important;
  border: none !important;
  cursor: pointer !important;
}
#single_contact_wrap form input[type="submit"]:hover {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  background:#5d8efa url(../images/lp_meo/icon_btn.png) no-repeat  top 27px right 36px ;
  display: block;
  height: 70px;
  font-size: 16px;
  color: #fff !important;
  line-height: 70px;
  border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
  box-shadow: 0px 0px 0px #aaa !important;
}
#single_contact_wrap form .input_row select {
    padding: .5em;
}
.attention_box_2 {
  overflow: auto;
  height: 300px;
  border: 2px solid #DDD;
  padding: 10px;
  margin-bottom:30px;
}
.form_table{
  width: 100%;
}
.form_table th{
  color: #333;
  padding: 0 0 20px;
  width: 200px;
}
.form_table td{
  padding: 0 0 20px;
}
@media print, screen and (max-width: 768px) {
.form_table th{
  color: #333;
  padding: 0 0 20px;
  width: 100%;
  display: block;
}
.form_table td{
  padding: 0 0 20px;
  width: 100%;
  display: block;
}
}
.red {
    color: #c12e30;
}
.form_table .box{
  width: 50%;
  float: left;
}
.form_table .box input{
  width: 80% !important;
}
.form_table .box span{
  text-align: center;
    width: 34px;
    display: block;
  float: left;
  padding-top: 7px;
  margin-right: 5px;
}

.hiraya_w{
  width: 122px;
  padding-bottom: 35px;
}
.renovation_w{
  /* width: 247px; */
  width: 200px;
  padding-bottom: 35px;
}
.s_box{
  padding: 50px 0 0;
}
.slider_box{
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
.flex-prev{
  opacity: 1 !important;
  left: -50px !important;
  background: url(../images/lp/yazi_l.png) no-repeat !important;
  height: 39px !important;
  width: 23px !important;
}
.flex-next{
  opacity: 1 !important;
  right: -50px !important;
  background: url(../images/lp/yazi_r.png) no-repeat !important;
  height: 39px !important;
  width: 23px !important;
}
@media print, screen and (max-width: 768px) {
.slider_box{
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 0 42px;
}
.flex-prev{
  opacity: 1 !important;
  left: -30px !important;
  background: url(../images/lp/yazi_l.png) no-repeat !important;
  height: 39px !important;
  width: 23px !important;
}
.flex-next{
  opacity: 1 !important;
  right: -30px !important;
  background: url(../images/lp/yazi_r.png) no-repeat !important;
  height: 39px !important;
  width: 23px !important;
}
}

.inline-b {display: inline-block;}