/*body{
    background-image: url(/wp-content/themes/original/images/top_design.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1366px 1666px;
}*/

.max800_only{
    display: none;
}
.contents{
    padding: 30px 20px 20px;
    color: #404041;
}
.contents h2{
    text-align: center;
    color: #007b9d;
    font-size: .37rem;
}
.contents h2 img{
    display: none;
}
.top_contents_list{
	padding: 30px 50px 50px;
}
.top_contents_list li{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.top_contents_list li:nth-child(even){
	flex-direction: row-reverse;
}
.top_contents_list li:nth-child(odd){
	justify-content: flex-start;
}
.top_contents_list li:nth-child(odd) a{
	background-color: #e2f1df;
}
.top_contents_list li:nth-child(even) a{
	background-color: #fae7d9;
}
.top_contents_list a{
	margin-bottom: 40px;
	padding: 20px 20px 28px;
	flex: 0 1 auto;
	width: 80%;
	text-decoration: none;
	position: relative;
	color: #404041;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 5px 5px 0 #bfbaa6;
}
.top_contents_list a:hover{
	opacity: 0.7!important;
	transition: none;
    transform: none;
}
.top_after a,
.top_jyutaku a{
	width: 70%;
}
.top_sumikae a,
.top_chintai a{
	width: 60%;
}
.top_jyutaku a{
	margin-right: 20px;
}
.top_sumikae a{
	margin-left: 65px;
}
.top_chintai a{
	margin-right: 90px;
}
.top_contents_list a>img{
	position: absolute;
	width: 124px;
}
.top_after a>img,
.top_jyutaku a>img{
	top: 25px;
	right: -30px;
}
.top_sumikae a>img,
.top_chintai a>img{
	bottom: 25px;
	right: -30px;
}
.top_contents_list h2{
	margin-bottom: 5px;
	color: #007b9d;
	font-size: .2rem;
}
.top_contents_list p{
	font-size: .14rem;
	line-height: .2rem;
}
.top_contents_list h2 img{
	margin-right: 10px;
	width: 40px;
	vertical-align: middle;
}
.top_contents_list img{
	flex: 0 1 auto;
}
li.top_after>img {
	margin-left: 45px;
	width: 18%;
}
li.top_jyutaku>img {
	width: 24%;
}
li.top_sumikae>img {
	margin-top: 15px;
	margin-left: 45px;
	width: 20%;
}
li.top_chintai>img {
	margin-top: -20px;
	margin-left: -20px;
	width: 30%;
}
.top_faq{
	margin: 0 auto;
	padding: 16px 5px;
	max-width: 814px;
	display: block;
	background-color: #007b9d;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 5px 5px 0 #bfbaa6;
}
.top_faq:hover{
	opacity: 0.7!important;
	transition: none;
    transform: none;
}
.top_faq h2{
	font-size: .15rem;
	color: #fff7de;
	font-weight: bold;
	text-align: center;
}
.top_faq img{
	width: 30px;
	vertical-align: middle;
}
.top_illust_wrap,
.top_illust_wrap2{
	display: none;
}
/*QA*/
.faq_contents h2{
    margin-bottom: 40px;
}
.faq_link_wrap{
	margin-bottom: 60px;
}
.faq_link_wrap ul{
	list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin: 35px auto 70px;
    max-width: 804px;
    list-style: none;
}
.faq_link_wrap li {
    margin-bottom: 15px;
    padding: 18px 5px;
    flex: 0 1 auto;
    width: 49%;
    min-height: 96px;
    color: #007b9d;
    background-color: #e4efe0;
    text-decoration: none;
    text-align: center;
    box-shadow: 5px 5px 0 #bfbaa6;
    border-radius: 5px;
    font-size: .2rem;
    font-weight: bold;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq_link_wrap li:hover {
	opacity:0.7;
}
.faq_link_wrap a:hover{
	opacity:1;
}
.faq_link_wrap a{
	text-decoration: none;
	color: #404041;
}
.faq_container{
    padding: 30px 0 40px;
}
.faq_contents h3 {
    margin-bottom: 30px;
    padding: 0 10px;
    text-align: center;
    font-size: .3rem;
}
.a .faq_underline{
	text-decoration: underline;
    font-size: .15rem;
    text-align: unset;
    width: auto;
}
.qa_loan{
	position:relative;
}
.qa_loan img{

}
.qa_loan a{
    position: absolute;
    right: 37px;
    top: 26px;
    display: block;
}
.qa_loan img{
    width: 80px;
}

@media(max-width: 800px){
	.faq_link_wrap li {
		min-height: auto;
	}
	.faq_contents h3 {
	    font-size: .26rem;
	}
	.qa_loan a {
		position: relative;
		margin-left: 120px;
		margin-bottom: 20px;
	}
    .qa_loan .sp_only {
        display: inline;
    }
}
.q,
.a{
    margin: 0 auto;
    max-width: 900px;
    background-color: #fff;
}
.q,
.a div {
    padding: 25px 22px 25px 25px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}
.q {
    margin-top: 22px;
    cursor: pointer;
    box-shadow: 5px 5px 0 #c5c1ad;
    font-size: .16rem;
    border-radius: 6px;
}
.a{
    display: none;
    box-shadow: 5px 5px 0 #c5c1ad;
    border-radius: 0px 0px 6px 6px;
}
.q.active{
    border-radius: 6px 6px 0px 0px;
}
.q p{
    flex: 0 1 auto;
    width: 77%;
    font-size: .16rem;
}
.a p {
    flex: 0 1 auto;
    width: 85.2%;
    padding-right: 19px;
    line-height: 1.8;
    font-size: .15rem;
}
.q>span,
.a span{
    flex: 0 1 auto;
    width: 10%;
    text-align: center;
    font-size: .16rem;
}
/*プラスアイコン*/
.plus {
    flex: 0 0 auto;
    position: relative;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 13;
}
  .plus span {
  display: block;
  position: absolute;
  top: 50%;
  width: 23px;
  border-bottom: solid 3px #404041;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  }
  .plus span:nth-child(1) {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
  }
  /* プラスアイコンを回転 */
  .plus.active span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 3px #000;
  }
  .plus.active span:nth-child(2){
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 3px #000;
  }


/*賃貸*/
.chintai_list{
    margin: 35px 0 90px;
    list-style: none;
}
.chintai_list li{
    margin: 0 auto;
    padding: 0 40px 0 25px;
    border-bottom: dotted 2px #000;
    display: flex;
    max-width: 840px;
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
}
.chintai_list li:first-child{
    border-top: dotted 2px #000;
}
.chintai_list p{
    flex: 0 1 auto;
    width: 37%;
    font-size: .17rem;
}
.chintai_list img{
    flex: 0 1 auto;
    width: 49px;
}
.chintai_list a{
    padding: 18px 5px;
    flex: 0 1 auto;
    width: 49%;
    color: #007b9d;
    background-color: #e4efe0;
    text-decoration: none;
    text-align: center;
    box-shadow: 5px 5px 0 #bfbaa6;
    border-radius: 5px;
    font-size: .2rem;
    font-weight: bold;
    box-sizing: border-box;
}
.chintai_list a:hover{
	opacity: 0.7!important;
	transition: none;
    transform: none;
}
#chintai_kanri{
    margin-bottom: 85px;
}

.chintai_contents section>div,
.contact_contents section>div,
.after_contents section>div{
    margin: 0 auto;
    padding: 50px 0 0;
    max-width: 840px;
    border-radius: 10px;
    background-color: #fff;
}
.chintai_contents h3,
.contact_contents h3,
.after_contents h3{
    margin: 0 auto;
    padding-top: 5px;
    width: fit-content;
    color: #404041;
    font-size: .3rem;
    text-align: center;
    position: relative;
    background-color: #fff;
}
.contact_contents h3 {
    padding: 12px 8px 0;
}
.chintai_contents h3::before,
.chintai_contents h3::after,
.contact_contents h3::before,
.contact_contents h3::after,
.after_contents h3::before,
.after_contents h3::after{
    content:"";
    display: inline-block;
    width: 30px;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}
.chintai_contents h3::before,
.contact_contents h3::before,
.after_contents h3::before{
    background-image: url(../images/tab_left.svg);
    left: -30px;
}
.chintai_contents h3::after,
.contact_contents h3::after,
.after_contents h3::after{
    background-image: url(../images/tab_right.svg);
    right: -30px;
}
.chintai_intro{
    margin: 0 auto 40px;
    padding: 12px 0;
    border-top: solid 1px #404041;
    border-bottom: solid 1px #404041;
    max-width: 609px;
    text-align: center;
    font-size: .2rem;
    line-height: .32rem;
    letter-spacing: .01rem;
}

.chintai_trouble{
    margin: 0 auto;
    padding: 5px 20px 14px;
    max-width: 737px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fcf1ed;
    border-radius: 20px;
    position: relative;
}
.chintai_trouble1::after{
    content:"";
    display: inline-block;
    width: 8px;
    height:37px;
    background-image: url(../images/dotted.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -37px;
    left: 49%;
}
.chintai_trouble div{
    flex: 0 1 auto;
    width: 25%;
    text-align: center;
}
.chintai_trouble img{
    margin-top: 15px;
    width: 58%;
}
.chintai_trouble p{
    font-size: .16rem;
    font-weight: bold;
    text-align: center;
    line-height: .22rem;
}
.chintai_trouble ul{
    flex: 0 1 auto;
    width: 70%;
    list-style: none;
}
.chintai_trouble li{
    margin-top: 10px;
    margin-left: 20px;
    padding-left: 5px;
    font-size: .19rem;
    line-height: .29rem;
    position: relative;
}
.chintai_trouble li::before{
    content:"";
    display: inline-block;
    width: 22px;
    height:22px;
    background-image: url(../images/icon_check.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: -20px;
}
.heisya{
    margin: 40px 0 30px;
    text-align: center;
    font-size: .2rem;
    font-weight: bold;
}
.chintai_contents h4{
    margin: 0 auto;
    font-size: .28rem;
    text-align: center;
}
.chintai_point_wrap{
    margin: 0 auto;
    padding: 30px 0;
    max-width: 760px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.chintai_point{
    margin-bottom: 20px;
    border: solid 2px #ee4036;
    flex: 0 1 auto;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 0 #bfbaa6;
    min-height: 171px;
    background-position: left bottom;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
}
.chintai_point_wrap1 .chintai_point{
    width: 49%;
    background-size: 25%;
}
.chintai_point_wrap2 .chintai_point{
    width: 32.5%;
    background-size: 35%;
}
.chintai_point:nth-child(1){
    background-image: url(../images/point01.svg);
}
.chintai_point:nth-child(2){
    background-image: url(../images/point02.svg);
}
.chintai_point:nth-child(3){
    background-image: url(../images/point03.svg);
}
.chintai_point:nth-child(4){
    background-image: url(../images/point04.svg);
}
.chintai_point h5{
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
    color: #ee4036;
    font-size: .28rem;
    line-height: .35rem;
}
.chintai_point_wrap1 .chintai_point:first-child h5{
    font-size: .19rem;
}
.chintai_point:first-child span{
    font-size: .6rem;
}
.chintai_point p{
    margin-top: 10px;
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
    font-size: .16rem;
    line-height: .22rem;
}
.chintai_point small{
    flex: 0 1 auto;
    width: 100%;
    display: block;
    text-align:right;
    font-size: .12rem;
    position: absolute;
    bottom: 0;
    right: 2%;
}
.chintai_tokuten{
    margin: 0 auto;
    padding: 38px 0 28px;
    border-top: dotted 2px #000;
    border-bottom: dotted 2px #000;
    max-width: 760px;
}
.chintai_tokuten h4{
    margin-bottom: 10px;
    font-size: .24rem;
}
.chintai_tokuten div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chintai_tokuten div p{
    padding: 5px 3px;
    flex: 0 1 auto;
    width: 47%;
    background-color: #df003b;
    color: #fff;
    font-size: .18rem;
    font-weight: bold;
    text-align: center;
    border-radius: 25px;
}
.chintai_tokuten div>span{
    flex: 0 1 auto;
    width: 5%;
    font-size: .36rem;
    color: #df003b;
    font-weight: bold;
    text-align: center;
}
.chintai_tokuten div p span{
    font-size: .26rem;
}
.chintai_tokuten>p{
    margin-top: 5px;
    font-size: .34rem;
    font-weight: bold;
    color: #df003b;
    text-align: center;
}
.chintai_contact{
    margin: 0 auto;
    padding: 25px 0 30px;
    max-width: 760px;
}
.chintai_contact h4{
    margin-bottom: 10px;
    font-size: .24rem;
}
.chintai_contact p{
    font-size: .16rem;
    text-align: center;
}
.chintai_contact a,
.chintai_contact span{
    color: #007b9d;
}
.chintai_tel{
    font-size: .27rem;
    text-decoration: none;
}
.chintai_mail{
    font-size: .26rem;
}
.chintai_trouble2{
    margin-bottom: 40px;
}
.chintai_point_wrap2{
    margin-bottom: 10px;
    max-width: 800px;
}
.chintai_point_wrap2 h5{
    font-size: .22rem;
}
.chintai_point_wrap2 .chintai_point{
    min-height: 155px;
}
.chintai_service{
    margin: 0 auto;
    padding: 40px 0;
    border-bottom: dotted 2px #000;
    border-top: dotted 2px #000;
    max-width: 760px;
}
.chintai_service h4{
    font-size: .23rem;
    color: #007b9d;
}
.chintai_service_list{
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.chintai_service_list div{
    margin-bottom:32px;
    flex: 0 1 auto;
    width: 32%;
}
.chintai_service_list div:last-child img{
    border: solid 1px #808184;
}
.chintai_service_list img{
    width: 100%;
}
.chintai_service_list h5{
    color: #007b9d;
    font-size: .17rem;
    line-height: .22rem;
}
.chintai_service_list p{
    font-size: .14rem;
    line-height: .19rem;
}
.chintai_table_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.chintai_table_left,
.chintai_table_right{
    flex: 0 1 auto;
    width: 48%;
}
.chintai_table_left tr:first-child{
    background-color: #007b9d;
    color: #fff;
}
.chintai_table_right tr:first-child{
    border: solid 1px #007b9d;
}
.chintai_table_left tr:first-child th,
.chintai_table_right tr:first-child th{
    padding: 2px;
    text-align: center;
}
.chintai_table_wrap tr{
    border-bottom: solid 1px #007b9d;
}
.chintai_table_wrap th{
    padding: 7px 7px 7px 15px;
    font-size: .14rem;
}
.chintai_table_wrap td{
    padding: 7px 15px 7px 7px;
    text-align: right;
    font-size: .14rem;
}
.chintai_table_wrap td span{
    font-size: .22rem;
}
.chintai_table_wrap caption{
    margin-top: 5px;
}
/*担当・お問い合わせ*/
.contact_list{
	margin: 35px auto 90px;
	max-width: 804px;
    list-style: none;
	display: flex;
	justify-content: space-between;
}
.contact_list li{
	flex: 0 1 auto;
	width:48%;
}
.contact_list a{
    padding: 18px 5px;
    width: 100%;
	display: block;
    color: #007b9d;
    background-color: #e4efe0;
    text-decoration: none;
    text-align: center;
    box-shadow: 5px 5px 0 #bfbaa6;
    border-radius: 5px;
    font-size: .2rem;
    font-weight: bold;
    box-sizing: border-box;
}
.contact_contents section>div {
    padding: 25px 0 15px;
}
#keiyaku_contact{
	margin-bottom:75px;
}
.contact_contents table{
	margin: 20px auto;
	max-width: 760px;
	width: 100%;
}
.contact_contents tr{
	border-top: dotted 1px #000;
}
.contact_contents tr:last-child{
	border-bottom: dotted 1px #000;
}
.contact_contents th{
	padding: 20px 5px;
	width: 20%;
	text-align: center;
}
.contact_contents td{
	padding: 20px 5px;
	width: 80%;
	border-collapse: collapse;
}
.contact_contents td span,
.contact_contents td a{
	display: block;
}
.contact_tantou{
	font-size: .14rem;
}
.contact_tantou_name{
	font-size: .17rem;
    margin-bottom: 18px;
}
.contact_tantou_busyo{
	font-size: .16rem;
}
.contact_contents .contact_tantou_td{
	padding: 20px 5px 0;
}
.contact_tel{
	font-size: .21rem;
	color: #007b9d;
	text-decoration: none;
}
.contact_mail{
	font-size: .21rem;
	color: #007b9d;
}
.contact_tantou_hour{
	font-size: .16rem;
}



/*建築関係書類*/
.kenchiku_contents h3{
	margin: 70px auto 30px;
	font-size: .3rem;
	color: #404041;
	text-align: center;
}
.syorui_list {
    margin: 0 auto 80px;
    max-width: 627px;
    list-style: none;
}
.syorui_list:last-of-type {
    margin: 0 auto 0px;
}
.syorui_list li{
	margin-bottom: 22px;
	border-radius: 10px;
	background-color: #fae7d9;
	box-shadow: 5px 5px 0 #bebaa6;
}

.syorui_list a{
	padding: 15px;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.syorui_icon{
	flex: 0 1 auto;
	width: 9%;
}
.syorui_list a>div{
	flex: 0 1 auto;
	width: 87%;
}
li.syorui_release{
	background-color: #E6EFE1;
}
.syorui_release .syorui_title{
	margin-bottom: 6px;
}
.syorui_release .syorui_icon{
	width: 10%;
}
.release_text{
	color: #404041;
    font-size: .15rem;
    display: inline-block;
	width: 78%;
    font-weight: bold;
}
.syorui_title{
	color: #007b9d;
	font-size: .2rem;
	display: block;
	font-weight: bold;
}
.syorui_date,
.syorui_date_cms{
	margin-top: 5px;
}
.syorui_date,
.syorui_date_cms,
.syorui_size,
.syorui_size_cms{
	color: #404041;
	font-size: .15rem;
	display: inline-block;
	font-weight: bold;
}
.syorui_date_cms{
	margin-right: 23px;
}
.syorui_download {
    width: 100px;
    position: absolute;
    bottom: 17px;
    right: 15px;
}
.kenchiku_no-item {
    text-align: justify;
    color: #d04c44;
    margin-top: 5px;
	font-size: .15rem;
}
.syorui_list .hover_op:hover{
	opacity:0.5!important;
}

/*取扱説明書0830追加*/
.modal-open{
	cursor: pointer;
}
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
    padding: 70px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container.active{
	opacity: 1;
	visibility: visible;
	z-index: 1;
}
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 700px;
	width: 90%;
}
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
.modal-content {
    background: #fff;
    text-align: left;
    padding: 36px 40px;
    border-radius: 20px;
}
.manual_title{
    margin-bottom: 40px;
	font-size: .19rem;
	text-align: center;
}
.manual_list{
	list-style: none;
}
.manual_item {
    margin-bottom: 21px;
}
.manual_a {
    color: #006ea0;
    text-decoration: none;
    font-size: .16rem;
}


.manual_arrow{
	margin-right: 5px;
	display: inline-block;
}
@media(max-width: 600px) {
	.kenchiku_contents h3 {
    	font-size: .24rem;
    	text-align: justify;
    	max-width: 77%;
	}
	
	.syorui_release a>div{
		width: 87%;
	}
	.release_text{
		margin-bottom: 10px;
		width: 100%;
	}
	.manual_title {
    	font-size: .16rem;
	}
	.manual_item {
		padding-left: 34px;
		padding-right: 24px;
		text-indent: -9px;
	}
	.manual_a {
		font-size: .14rem;
	}
	.modal-container {
    	padding: 70px 0px;
	}
	.modal-content{
		padding: 30px 10px;
	}
	.modal-close {
        right: 0;
        left: -10px;
        top: -52px;
    }
}


/*工事状況*/
.kouji_contents section{
	margin: 90px auto;
	max-width: 760px;
}
.kouji_contents h3{
	display: block;
	font-size:.3rem;
	color: #404041;
	text-align: center;
}
.kouji_date{
	margin: 10px auto 25px;
	font-size:.15rem;
	color: #404041;
	font-weight: bold;
	text-align: center;
}
.kouji_img{
	width: 100%;
}
.kouji_report{
	margin: 34px auto 0;
	padding: 10px;
	border-radius: 10px;
	background-color: #fae7d9;
	box-shadow: 5px 5px 0 #bebaa6;
	text-decoration: none;
	color: #d04c44;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 346px;
}
.kouji_report img{
	flex: 0 1 auto;
	width: 35px;
}
.kouji_report span {
    flex: 0 1 auto;
    width: 80%;
    text-align: center;
    font-size: .2rem;
}
/*契約物件概要*/
.keiyaku_list{
	margin: 35px auto 70px;
	max-width: 804px;
    list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.keiyaku_list li {
    margin-bottom: 35px;
    flex: 0 1 auto;
    width: 48%;
}
.keiyaku_list a{
    padding: 18px 5px;
    width: 100%;
	display: block;
    color: #007b9d;
    background-color: #e4efe0;
    text-decoration: none;
    text-align: center;
    box-shadow: 5px 5px 0 #bfbaa6;
    border-radius: 5px;
    font-size: .2rem;
    font-weight: bold;
    box-sizing: border-box;
}
.keiyaku_contents h3{
	margin: 70px auto 40px;
	font-size: .3rem;
	text-align: center;
}
.keiyaku_contents table{
	margin: 8px auto 0;
	max-width: 760px;
    width: 100% !important;
	font-size: .15rem;
}

.overview_table_wrap{
	max-width:760px;
	margin:0 auto;
}


.keiyaku_contents tr{
/*
	border-top: dotted 1px #000;
	border-right: dotted 1px #000;
	border-left: dotted 1px #000;
*/
}
.keiyaku_contents tr:last-child{
/*
	border-bottom: dotted 1px #000;
*/
}
.keiyaku_contents th{
	padding: 18px 20px;
/*
	border-right: dotted 1px #000;
*/
	background-color: #f5f9f4;
}
.keiyaku_contents tr th:first-child{
	min-width: 188px;
}
.keiyaku_contents td{
	padding: 18px 20px;
	background-color: #fff;
}
.keiyaku_contents td:not(:last-child){
/*
	border-right: dotted 1px #000;
*/
}
.keiyaku_contents td{
	border-color: #000;
	border-width: 1px;
}
.keiyaku_contents th{
	padding: 18px 20px;
	background-color: #e8e8e8 !important;
	border-color: #000;
	border-width: 1px;
}
	
/*住宅関連サービス*/
.jyutaku_contents h2{
	margin-bottom: 55px;
}
.jyutaku_a_wrap{
	margin: 0 auto;
	max-width: 840px;
}
.jyutaku_a {
    margin-bottom: 32px;
    padding: 30px 30px 54px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    text-decoration: none;
    color: #404041;
    background-color: #fff;
    border-radius: 9px;
    box-shadow: 5px 5px 0 #bfbaa6;
}
.jyutaku_a span{
	flex: 0 1 auto;
	width: 36%;
}
.jyutaku_a span img{
	width: 100%;
}
.jyutaku_a div{
	flex: 0 1 auto;
	width: 59%;
	position: relative;
}
.jyutaku_a h3{
	margin-bottom: 7px;
	font-size: .27rem;
}
.jyutaku_a h4{
    font-size: .21rem;
    margin-bottom: 13px;
}
.jyutaku_a p{
	font-size: .16rem;
	line-height: .35rem;
}
.jyutaku_a div img {
    position: absolute;
    bottom: -31px;
    right: 0;
    width: 124px;
}
ul.jyutaku_caution {
    margin-top: 10px;
    font-size: .13rem;
    list-style: none;
    line-height: 1.9;
    color: #007b9d;
}
.jyutaku_caution li {
    text-indent: -0.14rem;
    padding-left: 0.14rem;
}

p.jyutaku_caution {
    margin-top: 10px;
    font-size: .13rem;
    list-style: none;
    line-height: 1.9;
    color: #007b9d;
	/*text-indent: -0.14rem;
    padding-left: 0.14rem;*/
}



/*アフターサービスサンクスページ*/
.thanks_contents p{
    text-align: center;
    margin-top: 32px;
    font-size: .17rem;
    line-height: 2;
}
@media(max-width: 700px){
	.thanks_contents p{
    	text-align: justify;
	}
}

/*アフターサービス*/
.after_list{
	margin: 40px auto 25px;
    max-width: 804px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.after_list li {
    margin-bottom: 35px;
    flex: 0 1 auto;
    width: 48%;
}
.after_list a{
	padding: 18px 5px;
    width: 100%;
    display: block;
    color: #007b9d;
    background-color: #e4efe0;
    text-decoration: none;
    text-align: center;
    box-shadow: 5px 5px 0 #bfbaa6;
    border-radius: 5px;
    font-size: .2rem;
    font-weight: bold;
    box-sizing: border-box;
}
#whatis p{
	margin: 0 auto;
	padding: 15px 10px;
	border-top: solid 1px #404041;
	border-bottom: solid 1px #404041;
	max-width: 608px;
	text-align: center;
	font-size: .2rem;
	line-height: .3rem;
}
#whatis p span{
	color: #ed4036;
}
.after_contents section>div{
	padding-bottom: 35px;
}
.after_attention{
	margin: 20px auto 0;
	padding: 25px 50px;
	background-color: #fbf0ec;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 738px;
	border-radius: 15px;
}
.after_attention div{
	flex: 0 1 auto;
	width: 12%;
}
.after_attention div img{
	width: 100%;
}
.after_attention div span{
	font-size:.19rem;
	color:#ed4036;
}
.after_attention ol{
	flex: 0 1 auto;
	width: 73%;
	color: #404041;
	font-size: .16rem;
	list-style: none;
}
.after_attention li{
	margin-left: .1rem;
	margin-bottom: 10px;
	text-indent: -.42rem;
	font-size: .16rem;
	line-height: .3rem;
}
#basis{
	margin-top: 80px;
}
.basis_intro{
	margin: 0 auto 10px;
	padding-top: 20px;
	border-top: dotted 2px #404041;
	max-width: 760px;
	color: #404041;
	font-size: .23rem;
}
.basis_flex {
    margin: 30px auto 0;
    padding: 0 20px;
    max-width: 760px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.basis_flex>div{
	flex: 0 1 auto;
	width: 56%;
}
.basis_flex p{
	color: #404041;
	font-size: .16rem;
	line-height: .3rem;
}
.basis_flex a{
	margin-top: 20px;
	padding: 10px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-size: .2rem;
	color: #cf4c44;
	background-color: #fbf0ec;
	box-shadow: 5px 5px 0 #bfbaa6;
	border-radius: 10px;
}
.basis_flex a img{
	margin-right: 30px;
	flex: 0 1 auto;
	width: 35px;
}
.basis_flex>img{
	flex: 0 1 auto;
	width: 42%;
}
#after_naiyou{
	margin-top: 100px;
}
.naiyou_blue{
	margin: 0 auto 50px;
	padding: 20px 0;
	max-width: 750px;
	text-align: center;
}
.naiyou_blue1{
	background: url(/wp-content/themes/original/images/after_01.svg);
	background-repeat:no-repeat;
	background-position:14px 14px;
	background-size: 82px;
	border-radius: 15px;
	background-color: #d3f2f3;
}
.naiyou_blue2{
	background: url(/wp-content/themes/original/images/after_02.svg);
	background-repeat:no-repeat;
	background-position:14px 14px;
	background-size: 82px;
	border-radius: 15px;
	background-color: #d3f2f3;
}
.naiyou_blue h4{
	color: #007b9c;
	font-size: .28rem;
	text-align: center;
}
.naiyou_blue_p{
	margin: 30px auto 0;
	padding-bottom: 30px;
	max-width: 650px;
	border-bottom: dotted 2px #404041;
	color: #404041;
	font-size: .16rem;
	line-height: .25rem;
	text-align: center;
}
.naiyou_blue .naiyou_link_btn{
    margin: 0 auto 40px;
	padding: 18px 10px;
	box-sizing: border-box;
	width: 390px;
	display: inline-block;
	background-color: #007b9c;
	text-decoration: none;
	font-size: .2rem;
	text-align: center;
	color: #fff;
	box-shadow: 5px 5px 0 #a8c1c6;
	border-radius: 10px;
}
#after_naiyou .naiyou_blue .naiyou_link_btn {
    width: 81%;
    order: 1;
}
#after_naiyou .naiyou_blue1 .naiyou_blue_p{
	margin-bottom:40px;
}
.afterform_switch_caution{
    text-align: center;
    font-size: .20rem;
    color: #dc7872;
    width: 81%;
	margin: 0 auto 40px; 
}
.afterform_switch_wrap{
    display: flex;
    flex-direction: column;
}
.naiyou_blue_p2{
	margin:20px auto 5px;
	color: #404041;
	font-size: .23rem;
	text-align: center;
}
.naiyou_blue .naiyou_link_tel{
	color: #007b9c;
	text-decoration: none;
	font-size: .27rem;
}
.naiyou_time{
	font-size: .17rem;
	color: #007b9c;
}
/*住み替え（賃貸ページからの変更箇所のみ上書き）*/
.sumikae_contents section{
	margin-top: 50px;
}
.sumikae_contents .chintai_point:nth-child(1),
.sumikae_contents .chintai_point:nth-child(2){
	padding: 25px 0;
	background-image:none;
}
.sumikae_contents .chintai_point:first-child h5{
	font-size: .28rem;
}
.sumikae_contents .chintai_contact p{
	text-align: center;
}
/*1040以下*/
@media(max-width: 1040px){
	.faq_link_wrap li{
		width: 100%;
	}
}
/*よ940以下*/
@media(max-width: 940px){
    .q,
    .a,
    .faq_main h3{
        width: calc(100% - 60px);
    }
	.chintai_contact,
	.top_faq{
		width: calc(100% - 40px);
	}
	
}
@media(max-width: 880px){
	.after_list{
		flex-wrap: wrap;
	    margin: 40px auto 55px;
	}
	.after_list li{
		margin-bottom:25px;
		width: 100%;
	}
	.after_contents section>div{
		padding-top: 20px;
	}
	.after_contents h3{
		font-size: .24rem;
	}
	.case_list:nth-of-type(odd) td{
		padding-bottom:0;
	}
	.case_list:nth-of-type(even) td{
		padding-top:20px;
	}
	.naiyou_blue h4{
		font-size: .22rem;
	}
	#whatis p,
	.after_attention,
	.basis_intro,
	.naiyou_blue{
		width: calc(100% - 40px);
	}
	#whatis p,
	.basis_flex>div p,
	.naiyou_blue_p{
		text-align: start;
	}
	.after_attention{
		padding: 30px 40px;
		flex-direction: column;
	}
	.after_attention div,
	.after_attention ol{
		width:100%;
	}
	.after_attention div{
		margin-bottom:20px;
		text-align: center;
	}
	.after_attention div img{
		width: 20px;
	}
	#basis {
    	margin-top: 50px;
	}
	.basis_intro {
    	font-size: .20rem;
	}
	.basis_flex{
		 flex-direction: column-reverse;
	}
	.basis_flex>div{
		width: 100%;
	}
	.basis_flex>img {
    	margin: -8px auto 15px;
    	width: 81%;
	}
	.naiyou_blue{
		padding: 80px 20px 40px;
	}
	.naiyou_blue{
		background-size: 50px;
	}
	.naiyou_blue .naiyou_link_btn{
		width: 100%;
	}
	.naiyou_blue2{
	    margin-bottom: 0;
	}
}
/*800~900*/
@media (min-width: 800px) and (max-width: 900px){
    .chintai_point_wrap,
    .chintai_trouble,
    .chintai_tokuten,
    .chintai_service{
        width: calc(100% - 40px);
    }
}
/*800以下*/
@media(max-width: 800px){
    .max800_only{
        display: block;
    }
    .contents h2 img{
        display: inline-block;
        width: 30px;
    }
    .chintai_list li{
        padding: 20px;
        flex-direction: column;
    }
    .chintai_list p{
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .chintai_list a{
        width: 100%;
    }
    .chintai_list img{
        display: none;
    }
    .chintai_intro,
    .chintai_trouble,
    .chintai_contents h4,
    .chintai_point_wrap,
    .chintai_tokuten,
    .chintai_contact,
    .chintai_service{
        width: calc(100% - 30px);
    }
    .chintai_trouble{
        flex-direction: column;
    }
    .chintai_trouble div{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .chintai_trouble div img{
        flex: 0 1 auto;
        width: 100px;
    }
    .chintai_trouble div p{
        flex: 0 1 auto;
    }
    .chintai_trouble ul{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .chintai_trouble li{
        flex: 0 1 auto;
    	font-size: .17rem;
    	letter-spacing: 0.1em;
    }
    .chintai_point_wrap1 .chintai_point,
    .chintai_point_wrap2 .chintai_point{
        width: 100%;
    }
	.chintai_point p {
    	font-size: .15rem;
	}
    .chintai_tokuten div{
        flex-direction: column;
    }
    .chintai_tokuten div p,
    .chintai_tokuten div span{
        padding: 0px 3px;
        width: 100%;
    }
    .chintai_tokuten div p span{
        display: block;
        text-align: center;
    }
	.chintai_tokuten div p {
    	padding: 15px 10px 2px;
	    max-width: 90%;
	}
	.chintai_tokuten div p span {
    	padding: 2px 0 10px;
	}
    .chintai_contact p{
        text-align: center;
    }
    .chintai_contact a{
        display: block;
        font-size: .2rem;
    }
    .chintai_service_list div{
        width: 100%;
    }
    .chintai_table_wrap{
        flex-direction: column;
    }
    .chintai_table_left,
    .chintai_table_right{
        margin-bottom: 25px;
        width: 100%;
    }
	.chintai_point h5 {
    	font-size: .25rem;
	}
	.contact_list{
		flex-wrap: wrap;
	    margin: 35px auto 50px;
	}
	.contact_list li{
		margin-bottom: 20px;
		width: 100%;
	}
	.syorui_list a{
		padding-bottom: 30px;
	}
	.syorui_download{
		bottom: 10%;
	}
	.keiyaku_list li{
		width: 100%;
	}
	/*住み替えスマホ*/
	.sumikae_contents h3{
		font-size: .2rem;
	}
	.sumikae_contents h4{
		font-size: .24rem;
	}
	.sumikae_contents .chintai_contact a{
		font-size: .18rem;
	}
}
/*スマホ*/
@media(max-width: 599px){
	.contents {
    	margin-top: 0px;
    	padding: 50px 20px 50px;
    	background-color: #fff7de;
	}

	.contents h2 {
    	font-size: .30rem;
	}

	.faq_contents {
    	padding: 40px 10px 40px;
	}
	.chintai_contents section>div {
    	padding: 30px 0 0;
	}
	.heisya {
    	margin-bottom:70px;
	}
	.chintai_trouble div {
    	margin-bottom: 10px;
	}
	.contents h2 img {
    	width: 38px;
    	margin-right: 8px;
    	vertical-align: middle;
	}
	.chintai_trouble div p {
    	text-align: left;
    	margin-left: 10px;
	}
	.top_illust_wrap,
	.top_illust_wrap2{
		margin: 50px auto 30px;
		width: calc(100% - 60px);
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.top_illust_wrap img,
	.top_illust_wrap2 img{
		flex: 0 1 auto;
		width: 45%;
	}
	.top_contents_list{
		margin: 0 auto;
		padding: 0;
		width: calc(100% - 40px);
	}
	.top_contents_list a{
		box-shadow: 5px 5px 0 #c0675e;
	}
	.top_contents_list li>img{
		display: none;
	}
	.top_contents_list a{
		margin-bottom: 25px;
		padding-bottom: 60px;
		width: 100%;
	}
	.top_jyutaku a,
	.top_chintai a{
		margin-right: 0;
	}
	.top_sumikae a{
		margin-left: 0;
	}
	.top_after a>img,
	.top_jyutaku a>img,
	.top_sumikae a>img,
	.top_chintai a>img{
		top: auto;
		bottom: 25px;
		right: 15px;
	}

	.top_faq{
		box-shadow: 5px 5px 0 #be685f;
	}
	.top_contents_list h2{
		display: flex;
    	align-items: center;
		margin-bottom: 11px;
	}
	.top_contents_list h2 span{
		
	}
	.top_contents_list h2 img{
		width: 35px;
		margin-right: 5px;
	}
	.jyutaku_a h3 {
    	margin-bottom: 7px;
    	font-size: .23rem;
	}
		.jyutaku_a h4 {
    		font-size: .17rem;
    		margin: 12px 0 20px;
    		color: #dd7870;
		}
    .q,
    .a,
    .faq_main h3{
        width: calc(100% - 20px);
    }
    .q, .a div{
        padding: 35px 10px;
	    align-items: start;
    }
	.q p {
    	padding: 0 8px;
	}
    .plus{
        margin-left: 15px;
    }
	.chintai_point_wrap {
    	padding: 20px 0 30px;
	}
	.chintai_list {
    	margin: 40px 0 60px;
	}
	.chintai_list li {
    	padding: 20px 20px 27px;
	}
	.chintai_contents h3{
		font-size: .24rem;
	}
	.contact_contents h3{
    	font-size: .22rem;
		padding: 12px 0px 0;
	}
	.chintai_contents h3::before,
	.contact_contents h3::before{
    	left: -55px;
		width:55px;
	}
	.chintai_contents h3::after,
	.contact_contents h3::after{
		right:-55px;
		width:55px;
	}
    .chintai_point:first-child span{
        font-size: .4rem;
    }
	.contact_contents table{
		width: calc(100% - 20px);
	}
	.contact_contents section>div {
    	padding: 8px 20px;
	}
	.contact_mail {
	    font-size: .17rem;
    	margin-top: 6px;
	}
	.contact_contents tr{
		display: flex;
		flex-direction: column;
	}
	.contact_contents th{
		padding: 20px 5px 0;
		width: 100%;
		font-size: .18rem;
	}
	.contact_contents td{
		padding: 10px 5px 20px;
		width: 100%;
		text-align:center;
	}
	.contact_contents td span{
		text-align: center;
	}
	.kouji_contents h3 {
    	font-size: .2rem;
	}
	.kouji_date {
    	margin: 6px auto 13px;
	}
	.kouji_contents section {
    	margin: 70px auto;
	}
	.kouji_report {
    	margin: 20px auto 0;
	}
	.kouji_report span {
    	font-size: .17rem;
	}
	.kouji_contents h3 span,
	.keiyaku_contents h3{
		font-size: .2rem;
	}
	/*
	.keiyaku_contents tr{
		display: flex;
		flex-direction: column;
	}
	.keiyaku_contents th{
		border-right: none;
		flex: 0 1 auto;
		width: 100%;
	}
	.keiyaku_contents td{
		flex: 0 1 auto;
		width: 100%;
	}*/
	/*
	.overview_table_wrap{
		overflow: auto;
	}0826消*/
	.keiyaku_contents{
	    padding-bottom: 50px;
	}
	.keiyaku_contents h3 {
    	font-size: .18rem;
    	margin-bottom: 0px;
	}
	.keiyaku_contents table{
		font-size: 14px;
    	/*min-width: 800px;0826消*/
	}
	.keiyaku_contents table th,
	.keiyaku_contents table td{
		padding: 10px 5px;
		font-size: 12px;
		-webkit-text-size-adjust: 100%;
	}
	.keiyaku_contents table th{
		width: 18%!important;
	}
	.keiyaku_contents table td{
		width: auto!important;
	}
	.keiyaku_contents tr:first-child th{
		width: auto!important;
	}
	.keiyaku_contents tr th:first-child{
		min-width: 60px!important;
	}
	.keiyaku_contents tr:last-child th{
		width: 18%!important;
	}
	
	/*.keiyaku_list_inner{
    	padding-right: 20px;
    	margin-right: -40px;
	}0826消*/
	.jyutaku_a{
		padding: 20px 20px;
		flex-direction: column;
	}
	.jyutaku_a span{
		margin-bottom:15px;
		width: 100%;
	}
	.jyutaku_a div{
		padding-bottom: 50px;
		width: 100%;
	}
	.jyutaku_a div img {
    	bottom: 0;
	}
	.afterform_switch_caution {
    	width: 100%;
    	text-align: justify;
    	font-size: .20rem;
	}
	#after_naiyou .naiyou_blue .naiyou_link_btn {
    	width: 100%;
	}	
	#after_naiyou .naiyou_blue1 .naiyou_blue_p {
    	margin-bottom: 25px;
	}
}
