@charset "UTF-8";
/*レスポンシブサイズ設定*/
/*wrap*/

.renov_wrap {
	background: #f8f8f8;
}
/*施工事例一覧*/

.renov_archive .inner {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
}

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

.renov_archive .inner {
	justify-content: center;
}
}

.renov_archive .box {
	background: #fff;
	-moz-box-shadow: 1px 2px 3px #ccc;
	-webkit-box-shadow: 1px 2px 3px #ccc;
	box-shadow: 1px 2px 3px #ccc;
}

@media only screen and (min-width: 600px) {

.renov_archive .box {
	padding: 2%;
	width: 27%;
	margin: 0 1% 25px;
}
}

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

.renov_archive .box {
	padding: 10px;
	width: 41%;
	margin: 0 1% 15px;
}
}

.renov_archive .box a {
	display: block;
}

.renov_archive .box .pic {
	margin-bottom: 20px;
	    width: 100%;
    height: 25vh;
    overflow: hidden;
    text-align: center;
}

.renov_archive .box .box_tit {
	overflow: hidden;
	font-weight: bold;
	line-height: 1.5em;
}

.renov_archive .box .pic img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}

@media only screen and (min-width: 600px) {

.renov_archive .box .box_tit {
	font-size: 20px;
	margin-bottom: 25px;
	max-height: 56px;
}
}

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

.renov_archive .box .box_tit {
	font-size: 14px;
	margin-bottom: 15px;
	max-height: 44px;
}
}

.renov_archive .box .text {
	line-height: 1.6em;
}

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

.renov_archive .box .text {
	height: 46px;
	overflow: hidden;
}
}

@media only screen and (min-width: 600px) {

.renov_archive .box .text {
	font-size: 16px;
	height: 46px;
	overflow: hidden;
}
}

.renov_tit {
	font-weight: bold;
	font-size: 1.4em;
	padding: 15px 10px;
	margin: 10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
}
.renov_name{padding:0 6px; position: relative;margin: 10px 0 0;}
.renov_price{padding:0 6px; position: relative;margin: 0 0 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

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

.renov_tit {
	font-size: 28px;
}
    .renov_name{height:6vw;padding:0;font-size:90%;}
    .renov_price{height:6vw;padding:0;font-size:90%;}
}

@media only screen and (min-width: 600px) {

.renov_tit {
	font-size: 32px;
}
}

/*大型施工事例詳細*/
@media only screen and (max-width: 599px) {

.renov_single {
	margin: auto 10px;
}
}

@media only screen and (min-width: 600px) {

.renov_single .block {
	margin-bottom: 20px;
}
}

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

.renov_single .block {
	margin-bottom: 20px;
}
}

.renov_single .block .s_tit {
	margin-bottom: 15px;
	font-size: 18px;
	border-bottom: solid 3px #e83416;
	font-weight: bold;
}

@media only screen and (min-width: 600px) {

.renov_single .block .s_tit {
	font-size: 20px;
	padding: 10px;
}
}

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

.renov_single .block .s_tit {
	font-size: 16px;
	padding: 5px;
}
}

.renov_single .block .s_tit_min {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	background: #eee;
	padding: 0.6em 1em;
	border-left: solid 4px #e83416;
	color: #333;
}

.renov_single .detail {
	font-size: 14px;
}

.renov_single .detail .renovation_tit {
	background-color: #666;
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	padding: 15px 10px;
	margin: 20px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.renov_single .detail .top_area {
	margin-bottom: 20px;
}

.renov_single .detail .top_area .pic_area {
	text-align: center;
}

@media only screen and (min-width: 600px) {

.renov_single .detail .top_area .pic_area {
	margin: 0 auto 15px;
	width: 90%;
}
}

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

.renov_single .detail .top_area .pic_area {
	margin: auto auto 15px;
}
}

.renov_single .detail .top_area .pic_area .before_comment {
	padding: 10px 0;
	line-height: 1.5em;
}

@media only screen and (min-width: 600px) {

.renov_single .detail .top_area .cust_detail {
	width: 60%;
	margin: auto;
}
}

.renov_single .detail .top_area .cust_detail th {
	border: 2px solid #CCC;
	padding: 5px;
	text-align: left;
	white-space: nowrap;
	width: 1%;
	vertical-align: top;
	background: #f2f2f2;
	line-height: 1.6em;
}

.renov_single .detail .top_area .cust_detail td {
	border: 2px solid #CCC;
	padding: 5px;
	vertical-align: top;
	line-height: 1.6em;
}

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

.renov_single .detail .middle_area {
	flex-wrap: wrap;
}
}

.renov_single .detail .middle_area .pic {
	text-align: center;
}

@media only screen and (min-width: 600px) {

.renov_single .detail .middle_area .pic {
	width: 45%;
}
}

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

.renov_single .detail .middle_area .pic {
	margin-bottom: 15px;
}
}

.renov_single .detail .middle_area .s_nayami {
	line-height: 1.6em;
}

@media only screen and (min-width: 600px) {

.renov_single .detail .middle_area .s_nayami {
	width: 80%;
	margin: auto auto 15px;
}
}

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

.renov_single .detail .middle_area .s_nayami {
	width: 100%;
	margin: auto auto 15px;
}
}

.renov_single .detail .middle_area .s_teian {
	line-height: 1.6em;
}

@media only screen and (min-width: 600px) {

.renov_single .detail .middle_area .s_teian {
	width: 80%;
	margin: auto auto 15px;
}
}

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

.renov_single .detail .middle_area .s_teian {
	width: 100%;
	margin: auto auto 15px;
}
}

.renov_single .detail .after_comment {
	margin-bottom: 30px;
	line-height: 1.6em;
}

@media only screen and (min-width: 600px) {

.renov_single .detail .after_comment {
	width: 80%;
	margin: auto auto 30px;
}
}

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

.renov_single .detail .after_comment {
	margin: auto 10px 30px;
}
}

.renov_single .detail .madori .inner {
	-js-display: flex;
	display: flex;
}

@media only screen and (min-width: 600px) {

.renov_single .detail .madori .inner {
	justify-content: center;
}
}

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

.renov_single .detail .madori .inner {
	justify-content: space-between;
}
}

.renov_single .detail .madori .box {
	margin-bottom: 15px;
}

.renov_single .detail .madori .box .img {
	display: block;
	margin-bottom: 10px;
}

@media only screen and (min-width: 600px) {

.renov_single .detail .madori .box {
	width: 45%;
	margin: auto 10px;
}
}

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

.renov_single .detail .madori .box {
	width: 48%;
}
}

.renov_single .detail .madori .box a {
	display: block;
	text-align: center;
}

.renov_single .detail .madori .text {
	line-height: 1.5em;
}

.renov_single .detail .parse .inner {
	-js-display: flex;
	display: flex;
	justify-content: center;
}

@media only screen and (min-width: 600px) {

.renov_single .detail .parse .inner {
	justify-content: center;
}
}

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

.renov_single .detail .parse .inner {
	justify-content: space-between;
}
}

.renov_single .detail .parse .img {
	display: block;
	margin-bottom: 10px;
}

.renov_single .detail .parse .box {
	margin-bottom: 15px;
}

@media only screen and (min-width: 600px) {

.renov_single .detail .parse .box {
	width: 45%;
	margin: auto 10px;
}
}

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

.renov_single .detail .parse .box {
	width: 48%;
}
}

.renov_single .detail .parse .box a {
	display: block;
	text-align: center;
}

.renov_single .detail .parse .text {
	line-height: 1.5em;
}

.renov_single .detail .after_image {
	text-align: center;
}

.renov_single .detail .after_image .text {
	text-align: left;
	padding: 15px 0 0 0;
	line-height: 1.6em;
	font-size: 14px;
}

.renov_single .detail .other_pic_area {
	margin-bottom: 50px;
}

.renov_single .detail .img_detali {
	margin-bottom: 20px;
}

@media only screen and (min-width: 600px) {

.renov_single .detail .img_detali {
	padding: 0 10px;
}
}

.renov_single .detail .img_detali .img_detal_tit {
	border-bottom: 3px solid #333;
	padding: 10px 0 10px;
	margin-bottom: 15px;
	font-size: 16px;
	/* 				font-weight: bold; */
	color: #333;
	clear: left;
}

.renov_single .detail .img_detali .inner {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (min-width: 600px) {

.renov_single .detail .img_detali .inner {
	justify-content: center;
}
}

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

.renov_single .detail .img_detali .inner {
	justify-content: space-between;
}
}

.renov_single .detail .img_detali .pic_box {
	margin: 0 0 25px;
	line-height: 1.6em;
	position: relative;
}

@media only screen and (min-width: 600px) {

.renov_single .detail .img_detali .pic_box {
	padding: 5px;
}
}

.renov_single .detail .img_detali .pic_box.before:before {
	content: 'ビフォー';
	position: absolute;
	background: #ccc;
}

@media only screen and (min-width: 600px) {

.renov_single .detail .img_detali .pic_box.before:before {
	padding: 5px 10px;
	left: 5px;
	top: 5px;
}
}

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

.renov_single .detail .img_detali .pic_box.before:before {
	padding: 0px 5px;
	font-size: 10px;
	left: 0;
	top: 0;
}
}

.renov_single .detail .img_detali .pic_box.after:before {
	content: 'アフター';
	position: absolute;
	background: #333;
	color: #fff;
}

@media only screen and (min-width: 600px) {

.renov_single .detail .img_detali .pic_box.after:before {
	padding: 5px 10px;
	left: 5px;
	top: 5px;
}
}

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

.renov_single .detail .img_detali .pic_box.after:before {
	padding: 0px 5px;
	font-size: 10px;
	left: 0;
	top: 0;
}
}

@media only screen and (min-width: 600px) {

.renov_single .detail .img_detali .pic_box {
	width: 46%;
}
}

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

.renov_single .detail .img_detali .pic_box {
	width: 48%;
}
}

.renov_single .detail .img_detali .pic_box a {
	display: block;
	margin-bottom: 10px;
	background:#D7CBC8;
}

.renov_single .detail .img_detali .pic_box a img{
	display:block;
	height:353px;
	margin:0 auto;
}

@media only screen and (max-width: 599px) {
	
	.renov_single .detail .img_detali .pic_box a img{
		height:35vw;
	}
	
}

.renov_single .detail .img_detali .point {
	line-height: 1.5em;
	font-size: 14px;
}

.renov_single .detail .img_detali .zairyo {
	line-height: 1.5em;
	margin: auto;
	padding: 10px;
	border: solid 1px #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

@media only screen and (min-width: 600px) {

.renov_single .detail .img_detali .zairyo {
	width: 90%;
}
}

.renov_single .detail .img_detali .zairyo .tit {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.renov_single .detail .before_picarea .list {
	-js-display: flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.renov_single .detail .before_picarea .list li {
	margin: 0 0 20px 0;
	padding: 5px;
	line-height: 1.6em;
}

@media only screen and (min-width: 600px) {

.renov_single .detail .before_picarea .list li {
	width: 230px;
}
}

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

.renov_single .detail .before_picarea .list li {
	width: 45%;
}
}

.renov_single .detail .before_picarea .list li img {
	margin-bottom: 10px;
}

.renov_single .renov_cust {
	overflow: hidden;
	border: 3px solid #CCC;
	padding: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media only screen and (min-width: 600px) {

.renov_single .renov_cust {
	margin-bottom: 30px;
}
}

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

.renov_single .renov_cust {
	margin-bottom: 10px;
}
}

.renov_single .renov_cust .cust_tit {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.renov_single .renov_cust .comment {
	line-height: 1.5em;
}

.renov_single .renov_cust .inner {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.renov_single .renov_cust .inner .pic {
	width: 290px;
}

@media only screen and (min-width: 600px) {

.renov_single .renov_cust .inner .pic {
	width: 30%;
	margin-bottom: 20px;
}
}

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

.renov_single .renov_cust .inner .pic {
	margin: auto 20px auto;
}
}

.renov_single .renov_cust .inner .comment {
	line-height: 1.5em;
	font-size: 14px;
}

@media only screen and (min-width: 600px) {

.renov_single .renov_cust .inner .comment {
	width: 68%;
}
}

.renov_single .renov_tanto {
	border: 3px solid #CCC;
	padding: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 30px;
}

.renov_single .renov_tanto .s_tit {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.renov_single .renov_tanto .inner {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.renov_single .renov_tanto .inner .staff {
	position: relative;
}

@media only screen and (min-width: 600px) {

.renov_single .renov_tanto .inner .staff {
	margin-bottom: 20px;
	width: 30%;
}
}

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

.renov_single .renov_tanto .inner .staff {
	margin: auto auto 20px;
	width: 100%;
}
}

.renov_single .renov_tanto .inner .staff .pic {
	display: block;
}

.renov_single .renov_tanto .inner .staff .staff_text {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	padding: 5px;
	color: #fff;
	text-align: center;
	bottom: 0;
	margin: auto;
	width: 90%;
	left: 0;
	right: 0;
}

.renov_single .renov_tanto .inner .staff .btn {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	background: #E67F17;
	font-size: 10px;
	padding: 10px;
	margin: 10px 0 0 0;
}

.renov_single .renov_tanto .inner .bun_box1 {
	line-height: 1.5em;
	font-size: 14px;
}

@media only screen and (min-width: 600px) {

.renov_single .renov_tanto .inner .bun_box1 {
	width: 68%;
}
}

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

.renov_single .renov_tanto .inner .bun_box1 {
	width: 100%;
}
}

.renov_single .renov_tanto .comment {
	line-height: 1.5em;
}

/* 現場日記を追加 */
.genba_report { margin-bottom:2vw; }
.genba_report .genba_tit { border-bottom: 3px solid #CCC;
	padding: 30px 0 10px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	clear: left;
}
.genba_report p.pic {
	margin-bottom:0.5vw;
}

.genba_report h5.genba_detail_tit { font-size:120%; font-weight:bold; line-height:140%; margin-bottom:1vw; }
.genba_report ul li {  display:inline-block; width:29.6%; margin:0 1.666666666666% 1vw 1.666666666666%; }
.genba_report p.text { line-height:140%; }

@media only screen and (min-width: 600px) {
	.genba_report ul{
		display:-webkit-box;
	  	display:-ms-flexbox;
	  	display:flex;
	  	flex-wrap: wrap;
	  	-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.genba_report ul li {
		width:29.6%;
		margin:0 0 1vw;
	}
	
	.genba_report p.pic{
		height:235px;
		
	}
	
	.genba_report p.pic img{
		width:100%;
		height:100%;
		object-fit: contain;
	}
}

@media only screen and (max-width: 599px) {
.genba_report ul li { display:block; width:86%; margin:0 7% 3vw 7%; }
.genba_report p.pic { margin-bottom:0.5vw; width:100%; text-align:center;  }
}
/* 施工事例アーカイブ */
.txt_bold{font-weight:bold;font-size:16px;min-height: 3rem;}
.renov {font-size:15px;line-height:1.6;}
.renov_box{position:relative;}
.renov span{display:inline}
.renov .price{margin-bottom:6px;}
.renov_tit{font-size:15px;font-weight:normal;padding:0 6px;text-align:left;position: relative;}
.renov .renov_more{}
.renov .renov_more p{background:#fff;color:#E02C00;text-align:center;border:3px solid #E02C00;}
.renov .renov_more p:hover{background:#E02C00;color:#fff;}

@media only screen and (max-width: 599px) {
.txt_bold{font-weight:bold;font-size:13px;}
}

@media only screen and (min-width: 600px) {
	.renov_box{/*min-width:304px;min-height:440px;margin:0 0 0 -10px;padding:0;*/}
	renov_box .pic img{margin-top:5px;}
	.renov .renov_more{bottom:10px;/*width:60%;left:20%;*/}
	.renov .renov_more p{padding:10px 16px;}
}
@media only screen and (max-width: 599px) {
	.renov_box{position: relative;}
	.renov_tit{font-size:14px;margin-top:0;height: 18vw;margin: 10px 0 5px 0;padding: 0;}
	.renov .renov_more{position: static;}
	.renov .renov_more p{padding:6px;}
	.renov .renov_more p{padding:6px;}
    .renov_archive .box .pic{
        height: 30vw;
    }
}

.renov_tit2{font-size:22px;font-weight:700;padding:0 6px 10px 0;text-align:left;position:relative;border-bottom:solid 5px #000;position:relative;margin-bottom: 20px;}
.renov_tit2:after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #e9310e;
  bottom: -5px;
  width: 20%;
}
.renov_tit2:first-letter{
  font-size:26px;
  font-weight:700;
  color:#e9310e;
 }

/* 問い合わせフォーム */
.page_contact .top_text {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 10px; }

.file_space span { display:inline-block; margin-right:1.6%; vertical-align:top; text-align:center; }
.file_space span img { margin-bottom:1.2em; height:160px; width:auto; }
.file_space span input { margin-bottom:0.5rem; }
@media only screen and (min-width: 600px) {
	.file_space span{
		 width:48%;
	}
}
@media only screen and (max-width: 599px) {
	.file_space span{
		 width:95%;
	}
}


.contact_form {
	margin-bottom: 20px;
	table-layout: fixed;
}

@media only screen and (min-width: 600px) {
.contact_form {

	    margin: 0 auto;
}
}

@media only screen and (max-width: 599px) {
.contact_form {
	width: 95%;
	margin: auto;
}
}
.contact_form th, .contact_form td {
	line-height: 1.5em;
}

@media only screen and (min-width: 600px) {
.contact_form th, .contact_form td {
	padding: 10px;
}
}
.contact_form tr th {
	font-size: 14px;
	vertical-align: top;
}

@media only screen and (min-width: 600px) {
.contact_form tr th {
	text-align: right;
	position: relative;
	line-height: 1.5em;
}
}

@media only screen and (max-width: 599px) {
.contact_form tr th {
	text-align: left;
	padding: 10px 0;
}
}
.contact_form tr th:before {
	background: #ccc;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	content: '任意';
	padding: 3px 8px;
	color: #fff;
	margin-right: 5px;
}

@media only screen and (min-width: 600px) {
.contact_form tr th:before {
	position: absolute;
	left: 0;
}
}

@media only screen and (min-width: 600px) {
.contact_form tr th {
	width: 160px;
	border-bottom: dotted 1px #eee;
}
}

@media only screen and (max-width: 599px) {
.contact_form tr th {
	width: 100%;
	display: inline-block;
}
}
.contact_form tr.req th:before {
	background: #d20000;
	content: '必須';
}
.contact_form tr.req td input, .contact_form tr.req td textarea, .contact_form tr.req td select {
	background-color: #ffeff5;
}
.contact_form tr td {
	font-size: 14px;
}
.contact_form tr td .cap {
	padding: 5px 0;
	font-size: 10px;
}

@media only screen and (min-width: 600px) {
.contact_form tr td {
	border-bottom: dotted 1px #eee;
}
}

@media only screen and (max-width: 599px) {
.contact_form tr td {
	width: 100%;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
}
.contact_form tr td #name, .contact_form tr td #mail, .contact_form tr td #zip, .contact_form tr td #add, .contact_form tr td #tel, .contact_form tr td #num, .contact_form tr td #huri, .contact_form tr td #eventdate {
	padding: 5px 0;
	font-size: 14px;
}
.contact_form tr td #name, .contact_form tr td #mail, .contact_form tr td #add, .contact_form tr td #tel, .contact_form tr td #huri, .contact_form tr td #eventdate {
	width: 100%;
}
.contact_form tr td #zip {
	width: 80px;
}
.contact_form tr td #num {
	width: 50px;
	margin-right: 5px;
}
.contact_form tr td #message, .contact_form tr td #keiiother {
	width: 100%;
	height: 100px;
}
.contact_form tr td select, .contact_form tr td input, .contact_form tr td label {
	font-size: 16px;
}

@media only screen and (max-width: 599px) {
.contact_form tr td.kibouday {
	line-height: 2em;
}
}
.contact_form tr td #kibo .wpcf7-list-item {
	display: inline-block;
	margin-bottom: 5px;
}

@media only screen and (max-width: 599px) {
.contact_form tr td #kibo .wpcf7-list-item {
	width: 100%;
}
}

@media only screen and (max-width: 599px) {
.contact_form tr td #tatemono label {
	margin-bottom: 10px;
	display: block;
}
}
.kojin_area {
	border: solid 2px #eee;
	padding: 15px;
	font-size: 14px;
	line-height: 1.5em;
	max-width: 730px;
	text-align: center;
	margin: auto;
}

@media only screen and (min-width: 600px) {
.kojin_area {
	width: 76%;
}
}

@media only screen and (max-width: 599px) {
.kojin_area {
	width: 90%;
}
}
.kojin_area .kojin_tit {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.kojin_area .text {
	max-width: 650px;
	margin: auto auto 20px;
}
.kojin_area a {
	color: #e83416;
}
.chui{
	width:70%;
	max-width:500px;
	margin:20px auto;
	text-align:left;
}
.submit {
	padding: 10px 0;
	text-align: center;
	margin-bottom:5rem;
}
.submit input[type="button"], .submit input[type="submit"] {
	-webkit-appearance: none;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.submit input {
	margin: auto;
}
.submit .submit_btn1 {
	background: #732322;
	font-weight: bold;
	color: #fff;
	padding: 15px 0;
	border: none;
	font-size: 14px;
}

@media only screen and (min-width: 600px) {
.submit .submit_btn1 {
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
}
.submit .submit_btn2 {
	background: #eee;
	padding: 15px 0;
	border: none;
	font-size: 14px;
}

@media only screen and (min-width: 600px) {
.submit .submit_btn2 {
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
}
.submit #submit_button {
	width: 130px;
}
.submit #soushin {
	width: 130px;
}
.submit #h_modoru {
	margin: auto 15px auto -15px;
}

@media only screen and (min-width: 600px) {
.submit #h_modoru {
	width: 80px;
}
}

@media only screen and (max-width: 599px) {
.submit #h_modoru {
	width: 50px;
}
}
.page_form_comp {
	font-size: 14px;
	line-height: 1.6em;
}

.triangle3{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ca3111;
  display:block;
  margin:2rem auto;
}

.genba_report > ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.genba_report > ul li{
	width:30%;
	margin:0 auto 1vw;
	padding:0;
}

.genba_report > ul li .pic{
	background:#D7CBC8;
}

.genba_report > ul li .pic img{
	display:block;
	height:235px;
	width:auto;
	margin:0 auto;
}

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

	.genba_report > ul li{
		width:86%;
		margin:0 auto 7%;
		padding:0;
	}
	
	.genba_report > ul li .pic img{
		display:block;
		height:calc(100vw / 414 * 254);
		width:auto;
		margin:0 auto 15px;
	}

}


.for-form{
	text-align:center;
	margin-bottom: 50px;
}

.for-form a{
	display:inline-block;
	background:#d20000;
	color:#fff;
	font-size:20px;
	font-weight: bold;
	line-height:1.6;
	padding:20px 100px;
	border-radius:20px;
	transition:.5s;
}

.for-form a:hover{
	opacity:0.5;
}

#form{
	display: block;
	padding-top: 66px;
	margin-top: -66px;
}

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

  #form{
    padding-top: 10px;
    margin-top: -10px;
  }
	
	.for-form a{
		display:block;
		width:100%;
		padding:20px 0;
	}
	
}

/* マンションリフォームリノベーション */

.mansion_wrap {
	padding-bottom: 60px;
}

.mansion_more {
	max-width: 300px;
	margin: 0 auto;
	margin-top: 60px;
}

.mansion_more a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	padding: 16px 0;
	border: 3px solid #E02C00;
	background-color: #E02C00;
	color: #fff;
}

.mansion_more a:hover{
	background-color: #fff;
	color: #E02C00;
}

@media only screen and (max-width: 599px) {
	.mansion_wrap {
		padding-bottom: 0;
	}
}
.twentytwenty-container {
	background-color: #f2f2f2;
	aspect-ratio: 4 / 3;
}
.twentytwenty-container img {
    width: 100%;
	height: 100%;
    object-fit: contain;
}
@media only screen and (max-width: 599px) {
	.twentytwenty-container {
		background-color: #f2f2f2;
	}
}

.genba_report .toggle_btn{
	position:relative;
	width:300px;
	margin:0 auto 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13px 0;
	color: #E83416;
	font-size: 18px;
	font-weight: 600;
	border: 3px solid #E83416;
	z-index:2;
	transition:.5s;
}

.genba_report .toggle_btn::before{
	content: '';
	position: absolute;
	display: inline-block;
	background-color: #E83416;
	right: -4px;
	width: 60px;
	height: 2px;
}

.genba_report .toggle_btn::after{
	content: '';
	position: absolute;
	display: inline-block;
	background-color: #E83416;
	right: -23px;
	width: 20px;
	height: 2px;
}

.genba_report .toggle_btn:hover::before{
	background:#fff;
}

.genba_report .toggle_btn:hover{
	background:#E83416;
	color:#fff;
}

.genba_report .toggle_btn span:last-child{
	display:none;
}

.genba_report .toggle_btn.active span:last-child{
	display:block;
}

.genba_report .toggle_btn.active span:first-child{
	display:none;
}

.toggle_box02_wrap{
	display:none;
}



/*レスポンシブサイズ設定*/
.more {
	text-align: center;
	padding: 0 0 15px;
	margin-bottom:20px;
}

@media only screen and (max-width: 599px) {
	.more {
		width: 75%;
		margin: auto;
	}
}

.more_btn .more_btn_link {
	position: relative;
	display: inline-block;
	background-color: #E83416;
	width: 100%;
}

.more_btn .more_btn_link>span {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.03em;
}

.more_btn .more_btn_link:before,
.more_btn .more_btn_link:after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	display: inline-block;
	z-index: 1;
}

.more_btn .more_btn_link:before {
	right: -1px;
	width: 35px;
	height: 2px;
	background-color: #fff;
}

.more_btn .more_btn_link:after {
	right: -15px;
	width: 15px;
	height: 2px;
	background-color: #E83416;
}

.more_btn .more_btn_link:hover {
	opacity: 0.8;
}

.t_works .more_btn .more_btn_link {
	max-width: 380px;
}

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

	.more_btn .more_btn_link>span {
		padding: 5px;
		line-height: 1.4;
	}

	.more_btn .more_btn_link:before {
		width: 26px;
	}
}

@media only screen and (min-width: 600px) {

	.more_btn .more_btn_link {
		max-width: 500px;
		height: 50px;
	}

	.pc-hide {
		display: none !important;
	}
}

.renov_archive .tax_tit {
	font-size: 30px;
}

.renov_archive .top_text {
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 30px;
}
@media only screen and (max-width: 599px) {
	.renov_archive .tax_tit span{
		text-align: center;
		font-size: 18px;
		display: block;
		margin-top: 5px;
	}
	
	.renov_archive .top_text {
		font-size: 12px;
		padding-bottom: 20px;
		padding: 0 5px 20px;
	}
	}
