@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
/*メインビジュアル*/
#mv{
	position: relative;
	
}
.main_img{
	margin: 0 0 0 auto;
	display: block;
	width: 60%;
	
}
.main_ttl {
    position: absolute;
    bottom: 10%;
    left: 10%;
	text-align: center;
	width: 30%;
	max-width: 540px;
}
.main_ttl h2 {
	margin-bottom: 40px;

}
.main_ttl p {

}
@media screen and (max-width: 1350px) {
.main_img{
	margin: 0 0 0 auto;
	display: block;
	width: 70%;
	
}
.main_ttl {

}
}
@media screen and (max-width: 1000px) {
	#mv{
		padding-bottom: 80px;
		margin-bottom: 40px;
	}
	.main_ttl {
	bottom: 0;
}

}
@media screen and (max-width: 768px) {
.main_img{
	margin: 0 0 0 auto;
	display: block;
	width: 70%;
	
}
.main_ttl {
    left: 5%;
	bottom: 0;
	width: 35%;
}
.main_ttl h2 {
	margin-bottom: 20px;

}	
}
@media screen and (max-width: 550px) {
.main_ttl {
	width: 40%;
}
}
/*	コンテンツ	*/
.top_ttl{
	font-size: 4.0rem;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.5;
}

.top_about{
	position: relative;
	padding: 80px 0;
	margin-bottom: 100px;
}
.top_about::before{
	content: "";
	width: 70%;
	height: 100%;
	background: #EFF7C6;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0 40px 40px 0;
}
.top_about .inner{
	position: relative;
	width: 50%;
    padding-left: 20px;
}
.top_about .about_img{
	position: absolute;
	right: 20%;
	top: 10%;
	width: 30%;
	max-width: 400px;

}
.top_flex{
	display: flex;
	position: relative;
	justify-content: space-between;
	margin-bottom: 80px;
}
.top_flex::before{
	content: "";
	width: 55%;
	height: 100%;
	background: #CFE8F1;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0 40px 40px 0;
		z-index: -1;
}
.top_flex::after{
	content: "";
	width: 40%;
	height: 100%;
	background: #FEF9D7;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 40px 0 0 40px;
	z-index: -1;
}
.top_flex .top_value{
	width: 55%;
	padding: 80px 0;
}
.top_value .inner{
	position: relative;
	width: 60%;
	margin:  0 auto 0 10%;
}
.top_value .inner .value_img{
	position: absolute;
	right: -40%;
	bottom: -20px;
	width: 50%;
	max-width: 280px;
}
.top_flex .top_howto{
	width: 40%;
	padding: 80px 0;
}
.top_howto .inner{
	position: relative;
	width: 60%;
	margin: 0 10% 0 auto;
}
.top_howto .inner .howto_img{
		position: absolute;
	left: -40%;
	bottom: -50px;
	width: 20%;
}
.top_standard{
	background: #F2F2EE;
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	border-radius: 40px;	
	padding: 60px 40px 40px 40px;
	text-align: center;
	position: relative;
}
.top_standard .standard_img{
	position: absolute;
	left: -50px;
	top: -50px;
}

@media screen and (max-width:991px) {
	.top_ttl{
	font-size: 2.8rem;
}	
.top_howto .inner{
	width: 70%;
	margin: 0 5% 0 auto;
}
.top_standard .standard_img{
	position: absolute;
	left: -10px;
	top: -10px;
	width: 20%;
}	
}
@media screen and (max-width: 768px) {
	.top_ttl{
	font-size: 2.4rem;
}
.top_about{
	padding: 0;
	margin-bottom: 80px;
}	
.top_about::before{
	content: none;
}
.top_about .inner{
	width: 90%;
	margin: 0 auto;
	padding: 30px;
	background: #EFF7C6;
	border-radius: 30px;
}
.top_about .about_img{
	position: relative;
	right: auto;
	top: auto;
	width: 50%;
	max-width: 400px;
	display: block;
	margin:  40px auto 0 auto;
}
.top_flex{
	flex-direction: column;
	margin-bottom: 0;
}
.top_flex::before,.top_flex::after{
	content: none;
}

.top_flex .top_value{
	width: 90%;
	padding: 30px;
	background: #CFE8F1;
	border-radius: 30px;
	margin: 0 auto 80px auto;
}
.top_value .inner{
	position: relative;
	width: 100%;
	margin:  0;
}
.top_value .inner .value_img{
	position: relative;
	right:auto;
	bottom: auto;
	width: 50%;
	max-width: 280px;
		display: block;
	margin:  40px auto 0 auto;
}
.top_flex .top_howto{
	width: 90%;
	padding: 30px;
	border-radius: 30px;
		margin: 0 auto 80px auto;
	background: #FEF9D7;
}
.top_howto .inner{
	position: relative;
	width: 100%;
	margin: 0;

}
.top_howto .inner .howto_img{
		position: relative;
	left: auto;
	bottom: auto;
	width: 20%;
		display: block;
	margin:  40px auto 0 auto;
}	
.top_standard{
	width: 90%;
	margin: 0 auto;
	border-radius: 30px;	
	padding: 60px 30px 30px 30px;
	text-align: left;
}	
}
@media screen and (max-width:550px) {
	.top_about .inner,.top_flex .top_howto,.top_flex .top_value{
	width: 90%;
		padding: 30px;
}	
.top_about{
	margin-bottom: 40px;
}	
	.top_flex .top_value,.top_flex .top_howto{
	margin: 0 auto 40px auto;
}
.top_standard .standard_img{
	position: absolute;
	left: -10px;
	top: -10px;
	width: 30%;
}	
}


/* トップ　news */
#top_news .news_wrap{
	background: #EFF7C6;
	border-radius: 40px;
	padding: 80px 0;
}
/* トップ　news */
#top_news .news_wrap .inner{
	max-width: 820px;
	margin: 0 auto;
	width: 90%;

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

}
@media screen and (max-width: 768px) {
#top_news .news_wrap{
	border-radius: 30px;
	padding: 30px 0;
}
}
@media screen and (max-width: 550px) {
	
}
/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.ttl {
	text-align: center;
	line-height: 1.5;
  margin-bottom: 40px;
  z-index: 1;
  letter-spacing: 0.1em;
}
.ttl span{
  font-size: 4.0rem;
  font-weight: 700;
	position: relative;
	display: inline-block;
	padding: 0 45px;
}
.ttl span::before {
  content: "";
  width: 42px;
  height: 66px;
	background-image: url("../images/bg_h01.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
  position: absolute;
  bottom: 0;
	left: 0;
}
.ttl span::after {
  content: "";
  width: 42px;
  height: 66px;
	background-image: url("../images/bg_h02.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
  position: absolute;
  bottom: 0;
	right: 0;
}
.ttl02{
	text-align: center;
}
.base_list li {
  margin-bottom: 30px;
}
.base_list li:last-child {
  margin-bottom: 0;
}
a .img_wrap {
  overflow: hidden;
  width: 100%;
}
a:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}
.img_radius25 {
  border-radius: 25px;
  overflow: hidden;
}
.page_ttl{
	font-weight: 600;
	font-size: 3.6rem;
	margin-bottom: 40px;
	line-height: 1.5;
}
.single_wrap{
	background: #FFFFFF;
	border-radius: 40px;
    padding: 80px 0;
	position: relative;	
}
.single_wrap .inner{
	margin: 0 auto;
	width: 80%;
}
.point{
	display: flex;
	justify-content: space-between;
}
.point dt{
	width: 120px;
	text-align: center;
	margin-right: 20px;
}
.point dd{
	width: 90%;
}

.point dd h4{
	font-weight: 600;
	font-size: 3.4rem;
	margin-bottom: 30px;
	line-height: 1.5;
}
.caption{
	font-weight: 600;
}
.caption span{
	font-weight: 600;
	vertical-align: baseline;
	color: #D42D2D;
	background:linear-gradient(transparent 90%, #D42D2D 90%);
}
@media screen and (max-width: 991px) {
.single_wrap{
	border-radius: 30px;
    padding: 40px 0;
}
.single_wrap .inner{
	width: 85%;
}	
.point{
	flex-direction: column;
}
.point dt{
	max-width: 100px;
	width: 100%;
	margin: 0 auto 30px auto;
}
.point dd{
	width: 100%;
}
.point dd h4{
	font-size: 2.4rem;
}	
}
@media screen and (max-width: 768px) {
.ttl {
  margin-bottom: 40px;
}
.ttl span{
  font-size: 2.8rem;
	padding: 0 25px;
}
.ttl span::before {
  width: 20px;
}
.ttl span::after {
  width: 20px;
}
.page_ttl{
	font-size: 2.8rem;
}
.ttl02 img{
	width: 70%;
	display: block;
	margin: 0 auto;
}
.caption{
	font-size: 1.8rem;
}	
}
@media screen and (max-width: 550px) {
.ttl span{
  font-size: 2.2rem;
	padding: 0 20px;
}
.page_ttl{
	font-size: 2.2rem;
}
.single_wrap .inner{
	width: 90%;
}	
}
/*-------------------------------------*/
/*	下層サブイメージ*/
/*-------------------------------------*/
#sub_ttl {
  padding-top: 160px;

}

@media screen and (max-width: 1000px) {
#sub_ttl {
  padding-top: 140px;

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

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

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

}

/*-------------------------------------*/
/*	えひめ優良住宅の会とは	*/
/*-------------------------------------*/
#about01{
	position: relative;
}
#about01 .container{
	position: relative;
}
#about01::before{
	content: "";
	width: 70%;
	height: 100%;
	background: #EFF7C6;
	border-radius: 0 40px 40px 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.about_img01{
	position: absolute;
	right: 0;
	top: 5%;
	max-width: 420px;
	width: 40%;
}

#about03{
	position: relative;
}
#about03::before{
	content: "";
	width: 90%;
	height: 100%;
	background: #EFF7C6;
	border-radius: 40px 0 0 40px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.check_list{
	margin-bottom: 10px;
}
.check_list li{
	margin-bottom: 10px;
	background: #FFFFFF;
	padding: 0.5em;
	border-radius: 15px;
	font-weight: 600;
	padding-left: 50px;
	position: relative;
}
.check_list li::before{
	content: url("../images/ico_check.svg");
	position: absolute;
	left: 20px;
	top: 00.5em;

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

}
@media screen and (max-width: 768px) {
#about01::before,#about03::before{
	width: 100%;
	border-radius: 0;
}	
.about_img01{
	position: relative;
	right: auto;
	top: auto;
	max-width: 420px;
	width: 40%;
	margin-top: 40px;
}
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	家づくりの知識	*/
/*-------------------------------------*/
#howto .single_wrap{
	margin-bottom: 80px;
}
#howto .single_wrap:last-of-type{
	margin-bottom: 0;
}
.howto01 .howto_img01{
	position: absolute;
	left: 20px;
	bottom: -20px;
}

.howto01 .howto_img02{
	position: absolute;
	right: 0;
	top: -20px;
}
.howto02 .howto_img05{
	position: absolute;
	left: 30px;
	bottom: -20px;
}
.howto04 .howto_img07{
	position: absolute;
	left: 30px;
	bottom: -20px;
}
/*-------------------------------------*/
/*	資産価値のある家とは	*/
/*-------------------------------------*/
#value .single_wrap{
	margin-bottom: 80px;
}

/*-------------------------------------*/
/*	ロングライフ住宅認定基準	*/
/*-------------------------------------*/
#standard .single_wrap{
	margin-bottom: 80px;
}
.point_box{
	border: 1px solid #80962B;
	padding: 20px;
}
.point_box .txt{
	font-size: 1.4rem;
	
}
.standard01,.standard02,.standard03{
	width: 100%;
}
.standard01,.standard02,.standard03, #standard table td,  #standard table th{
  border-collapse: collapse;
	line-height: 1.7;
}
#standard thead th{
	padding: 0.8em 1em;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 2rem;
}
.standard01 thead th{
	background: #C19E0B;
}
.standard01 tbody td{
	padding: 0.5em 1em;
}
.standard01 tbody tr:nth-child(2n+1){
	padding: 0.5em 1em;
	background : #ECE0BC;
}
.standard01 tbody tr:nth-child(2n){
	padding: 0.5em 1em;
	 background : #DAC375;
}
.standard02 thead th{
	background:#475B00;
	width: 100%;
}
.standard02 tbody th,.standard02 tbody td{
	border: 1px solid #FFFFFF;
padding: 0.5em;
	font-size: 1.6rem;
}
.standard02 tbody th{
	background:#6A7B28;
	color: #FFFFFF;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}

.cel01{
	background: #B3BD8D;
	text-align: center;
}
.cel02{
	background: #DADFC6;
}
.standard03 thead th{
	background: #80962B;
}
.standard03 tbody td{
	padding: 0.5em 1em;
}
.standard03 tbody tr:nth-child(2n+1){
	padding: 0.5em 1em;
	background : #B1BF7E;
}
.standard03 tbody tr:nth-child(2n){
	padding: 0.5em 1em;
	 background : #D9E0BE;
}
@media screen and (max-width: 991px) {

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

}
@media screen and (max-width: 550px) {
#standard thead th{
	font-size: 1.6rem;
}
#standard tbody td{
	font-size: 1.4rem;
}
}
/*-------------------------------------*/
/*	新着記事　詳細	*/
/*-------------------------------------*/
/*　新着　*/
a.cat{
	background: #494544;
	color: #FFFFFF;
	line-height: 1;
	padding: 0.7em 1em;
	display: inline-block;
	border-radius: 50px;
	font-size: 1.6rem;
	
}
#single .date {
  font-size: 1.4rem;
  margin-right: 10px;
	color: #BDDE19;
}
.thumb {
  display: block;
  margin: 0 auto 40px auto;
  text-align: center;
}
/*ページャー*/
#pager {
  margin: 40px 0;
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
}
#pager li.prev {
  width: 50%;
  float: left;
}
#pager li.next {
  width: 50%;
  float: right;
  text-align: right;
}
#pager li a {
  display: block;
  padding: 1em 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
#pager li a:hover {
  color: #0290D4;
}
#pager li.prev a::before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #000;
}
#pager li.next a::after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  h2.page_ttl {
    font-size: 150%;
  }
}
/*-------------------------------------*/
/*	新着一覧	*/
/*-------------------------------------*/
/*一覧*/
.news_list {
  padding: 0;
}
.news_list li {
  padding-top: 25px;
  border: 1px solid #494544;
	background: #FFFFFF;
	margin-bottom: 20px;
	border-radius: 20px;
	
}
.news_list .item {
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
}
.news_list .item .date {
  margin: 0;
  min-width: 120px;
  color:#BDDE19;
  padding: 0 15px;
  line-height: 2;
}
.news_list .item .title {
  margin: 0;
  width: 100%;
  line-height: 2;
  padding-left: 15px;
}
.news_list .item .title a {
  display: block;
  padding: 0 0.5em 25px 0.5em;
}
.news_list .item .title a:hover {
  opacity: 0.7;
  color: #000;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {

  .news_list .item {
    flex-wrap: wrap;
	  padding-top: 15px;
  }
  .news_list .item .date {
    min-width: 100px;
  }
  .news_list .item .title a {
    display: block;
   padding: 0 0 15px 0;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	一覧ページナビ	*/
/*-------------------------------------*/
.wp-pagenavi {
  clear: both;
  margin: 40px auto auto;
  text-align: center;
  font-size: 100%;
}
.wp-pagenavi a {
  text-decoration: none !important;
  padding: 0.5em 1.2em !important;
  margin: 3px;
  display: inline-block;
  color: #494544 !important;
  background: #FFFFFF;
  border: 1px solid #494544;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  font-weight: 600;
	border-radius: 50px;
}
.wp-pagenavi span {
  color: #494544;
}
.wp-pagenavi span.current {
  text-decoration: none !important;
  padding: 0.5em 1.2em !important;
  margin: 3px;
  display: inline-block;
  border: 1px solid #494544;
  color: #FFFFFF;
  background: #494544;
  font-size: 1.6rem;
  font-weight: 600;
	border-radius: 50px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #313131 !important;
}
.wp-pagenavi a:hover {
  border: 1px solid #494544;
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #494544;
  padding: 0.5em 1.2em !important;
}
.wp-pagenavi a:hover span {
  color: #FFFFFF;
}
.wp-pagenavi span {
  border: none !important;
}
.extend {
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 768px) {
  .previouspostslink, .nextpostslink {
    font-size: 1.4rem;
  }
}

/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
.form_area h4 {
  margin-top: 40px !important;
  position: relative;
  border: none !important;
  padding: 0 !important;
  background: none !important;
}
.submit_btn_wrap {
  position: relative;
  width: 220px;
  margin: 0 auto;
}
ul.submit2_btn_wrap {
  position: relative;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
ul.submit2_btn_wrap li {
  display: inline-block;
  width: 200px;
  margin-left: 5px;
}
.submit_btn {
  width: 100%;
  padding: 1em 1.5em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  border: none;
  background: #494544;

  border-radius: 50px;
  color: #fff;
}
.submit_btn:hover {
  background: #BDDE19;
  text-decoration: none;
  color: #FFFFFF;
}
.back_btn {
  width: 100%;
  height: 35px;
  position: relative;
  display: inline-block;
  border: 1px solid #AAAAAA;
  font-size: 100%;
  text-align: center;
  background: #AAAAAA;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 35px;
}
.back_btn:hover {
  color: #AAAAAA;
  background: #FFFFFF;
  text-decoration: none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}
.must {
  padding: 0.2em 1em;
  display: inline-block;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 50px;
  background: #D42D2D;
  margin-right: 10px;
  vertical-align: middle;
}
.privacy_box {
  border: 1px solid #00406C;
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 1.4rem;
}
.privacy_inner {
  width: auto;
  height: 200px;
  overflow-y: scroll;
  padding: 22px;
  font-size: 100%;
}
.consent_check_wrap {
  padding: 20px;
  margin-bottom: 40px;
  text-align: center;
  background: #F5F5F5;
  border-radius: 10px;
}
.consent_check_wrap p a {
  text-decoration: underline;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  border: 1px solid #00406C;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 0.7em;
  margin: 0;
  background-color: #F2F2EE;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  margin-bottom: 0;
}
.form_area input[type="text"].text_fomr_01, .form_area input[type="email"].text_fomr_01, .form_area input[type="tel"].text_fomr_01 {
  width: 70%;
}
.form_area input[type="text"].text_fomr_02, .form_area input[type="email"].text_fomr_02, .form_area input[type="tel"].text_fomr_02 {
  width: 50%;
}
.form_area input[type="text"].text_fomr_03, .form_area input[type="email"].text_fomr_03, .form_area input[type="tel"].text_fomr_03 {
  width: 40%;
  margin: 0
}
.form_area input[type="text"].text_fomr_04, .form_area input[type="email"].text_fomr_04, .form_area input[type="tel"].text_fomr_04 {
  width: 100%;
}
.form_area textarea.form_txtarea_01 {
  width: 100%;
}
.form_area input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin: 5px;
  vertical-align: middle;
}
.form_area input[type="radio"] {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.form_area label {
  margin-right: 20px;
  font-weight: normal !important;
  font-size: 100%;
  font-weight: 500;
  padding: 5px;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0.5em !important;
}
@media screen and (max-width: 768px) {
  .tel_list {
    display: block;
  }
  .tel_list div {
    margin-right: 0;
  }
  .privacy_inner {
    padding: 10px;
  }
  .privacy_inner p {
    font-size: 75% !important;
  }
  .submit_btn_wrap {
    width: 80%;
    margin: 0 auto;
  }
  .submit_btn {
    width: 100%;
  }
  ul.submit2_btn_wrap li {
    margin-bottom: 20px;
  }
  input[type="text"].text_fomr_01, input[type="email"].text_fomr_01, input[type="tel"].text_fomr_01 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_02, input[type="email"].text_fomr_02, input[type="tel"].text_fomr_02 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_03, input[type="email"].text_fomr_03, input[type="tel"].text_fomr_03 {
    width: 100% !important;
  }
  ul.input_list li {
    margin-bottom: 20px;
  }
  ul.input_list li:last-child {
    margin-bottom: 0;
  }
  label {
    font-size: 1.6rem;
  }
}