@charset "utf-8";
/* CSS Document */

/***/

/*

.main_section{
background-color:#ffffff;
box-shadow:0px 0px 3px rgba(0,0,0,0.2);
}

*/


#pan{
list-style:none;
font-size:85%;
padding-top:15px;
padding-bottom:15px;
}
#pan li{
display:inline;
color:#999;
}
#pan li a{
color:#ff8920;
text-decoration:none;
}

#pan li:first-child a:before{
color:#ff8920;
padding-right:4px;
font-size:120%;
vertical-align:-5%;
  content: "\f015";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pan li a:after {
margin:0px 6px 0px 8px;
color:#999;
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pan li a:hover {
text-decoration:underline;
color:#ed6d00;
}


#pan.pan_sp{
	padding:0% 2%;
	display:none;
}


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

	#pan{
	display:none;
	}

	#pan.pan_sp{
		margin-top:50px;
		margin-bottom:-40px;
		display:block;
	}

}


.w1000{
max-width:1000px;
padding-left:4%;
padding-right:4%;
margin-left:auto;
margin-right:auto;
text-align:left;
}

.ttl04{
background-color:#e7ded8;
padding:20px 20px 20px 25px;
border-left:12px solid #ff8920;
font-size:182%;
border-radius:8px;
line-height:120%;
font-weight:normal;
margin-bottom:20px;
}

.ttl05{
font-size:123.1%;
line-height:120%;
font-weight:normal;
margin-bottom:10px;
}
.ttl05 i{
color:#ff8920;
padding-right:6px;
font-size:115%;
vertical-align:-5%;
}
/*
.ttl06{
background-color:#fff;
box-shadow:0px 0px 3px rgba(0,0,0,0.2);
padding:15px 4%;
font-size:153.9%;
font-weight:normal;
margin-bottom:10px;
}
*/


.ttl06{
font-size:153.9%;
line-height:120%;
font-weight:normal;
margin-bottom:10px;
}
.ttl06 i{
color:#ff8920;
padding-right:6px;
font-size:115%;
vertical-align:-5%;
}



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

	.ttl04{
	padding:10px 10px 10px 15px;
	border-left:5px solid #ff8920;
	font-size:138.5%;
	border-radius:4px;
	}

}

/**********************************************
コラム
***********************************************/


/*
カテゴリ選択
*/


.column_cate{
list-style:none;
padding-top:20px;
padding-bottom:50px;
}
.column_cate li{
float:left;
padding-right:8px;
padding-bottom:8px;
}
.column_cate li a{
display:inline-block;
border-radius:5px;
min-width:80px;
padding:8px 20px;
text-align:center;
font-size:108%;
font-weight:bold;

border:1px solid #bfbfbf;
color:#ffffff;
text-shadow:0px 1px 1px rgba(0,0,0,0.4);
box-shadow:0px 2px 2px rgba(0,0,0,0.2);
text-decoration:none !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1c1c1+0,bababa+20,a0a0a0+60,8c8c8c+100 */
	background: rgb(193,193,193); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(193,193,193,1) 0%, rgba(186,186,186,1) 20%, rgba(160,160,160,1) 60%, rgba(140,140,140,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,193,193,1)), color-stop(20%,rgba(186,186,186,1)), color-stop(60%,rgba(160,160,160,1)), color-stop(100%,rgba(140,140,140,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(186,186,186,1) 20%,rgba(160,160,160,1) 60%,rgba(140,140,140,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(186,186,186,1) 20%,rgba(160,160,160,1) 60%,rgba(140,140,140,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(186,186,186,1) 20%,rgba(160,160,160,1) 60%,rgba(140,140,140,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(193,193,193,1) 0%,rgba(186,186,186,1) 20%,rgba(160,160,160,1) 60%,rgba(140,140,140,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#8c8c8c',GradientType=0 ); /* IE6-9 */


}

.column_cate li a:hover{
text-shadow:0px 2px 2px rgba(0,0,0,0.2);
box-shadow:0px 2px 2px rgba(0,0,0,0.2);
border:1px solid #dd7a22;
	background: #ff7a04; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd0a6 0%, #ff983c 7%, #ff7a04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd0a6), color-stop(7%,#ff983c), color-stop(100%,#ff7a04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd0a6', endColorstr='#ff7a04',GradientType=0 ); /* IE6-9 */
}

.column_cate li a.select{
color:#ffffff;
text-shadow:0px 2px 2px rgba(0,0,0,0.2);
box-shadow:0px 2px 2px rgba(0,0,0,0.2);
border:1px solid #dd7a22;
text-decoration:none !important;
	background: #ff7a04; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd0a6 0%, #ff983c 7%, #ff7a04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd0a6), color-stop(7%,#ff983c), color-stop(100%,#ff7a04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd0a6', endColorstr='#ff7a04',GradientType=0 ); /* IE6-9 */
}

.column_cate li a img{
display:block;
margin:0 auto;
width:40px;
height:auto;
}





.column_cate02{
list-style:none;
padding-bottom:50px;
}
.column_cate02 li{
float:left;
padding-right:8px;
padding-bottom:8px;
}
.column_cate02 li a{
display:inline-block;
border-radius:5px;
min-width:80px;
padding:8px 20px;
text-align:center;
font-size:108%;
font-weight:bold;

border:1px solid #bfbfbf;
color:#ffffff;
text-shadow:0px 1px 1px rgba(0,0,0,0.4);
box-shadow:0px 2px 2px rgba(0,0,0,0.2);
text-decoration:none !important;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1c1c1+0,bababa+20,8e8e8e+60,8c8c8c+100 */
background: rgb(193,193,193); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(193,193,193,1) 0%, rgba(186,186,186,1) 20%, rgba(142,142,142,1) 60%, rgba(140,140,140,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,193,193,1)), color-stop(20%,rgba(186,186,186,1)), color-stop(60%,rgba(142,142,142,1)), color-stop(100%,rgba(140,140,140,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(186,186,186,1) 20%,rgba(142,142,142,1) 60%,rgba(140,140,140,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(186,186,186,1) 20%,rgba(142,142,142,1) 60%,rgba(140,140,140,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(186,186,186,1) 20%,rgba(142,142,142,1) 60%,rgba(140,140,140,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(193,193,193,1) 0%,rgba(186,186,186,1) 20%,rgba(142,142,142,1) 60%,rgba(140,140,140,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#8c8c8c',GradientType=0 ); /* IE6-9 */
}

.column_cate02 li a:hover{
text-shadow:0px 2px 2px rgba(0,0,0,0.2);
box-shadow:0px 2px 2px rgba(0,0,0,0.2);
border:1px solid #dd7a22;
	background: #ff7a04; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd0a6 0%, #ff983c 7%, #ff7a04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd0a6), color-stop(7%,#ff983c), color-stop(100%,#ff7a04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd0a6', endColorstr='#ff7a04',GradientType=0 ); /* IE6-9 */
}



.column_cate03{
list-style:none;
padding-bottom:20px;
}
.column_cate03 li{
float:left;
padding-right:5px;
padding-bottom:5px;
}
.column_cate03 li a{
display:inline-block;
border-radius:5px;
padding:8px 15px;
text-align:center;
font-size:108%;
font-weight:bold;

border:1px solid #bfbfbf;
color:#ffffff;
text-shadow:0px 1px 1px rgba(0,0,0,0.4);
box-shadow:0px 1px 2px rgba(0,0,0,0.1);
text-decoration:none !important;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1c1c1+0,bababa+20,8e8e8e+60,8c8c8c+100 */
background: rgb(193,193,193); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(193,193,193,1) 0%, rgba(186,186,186,1) 20%, rgba(142,142,142,1) 60%, rgba(140,140,140,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,193,193,1)), color-stop(20%,rgba(186,186,186,1)), color-stop(60%,rgba(142,142,142,1)), color-stop(100%,rgba(140,140,140,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(186,186,186,1) 20%,rgba(142,142,142,1) 60%,rgba(140,140,140,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(186,186,186,1) 20%,rgba(142,142,142,1) 60%,rgba(140,140,140,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(186,186,186,1) 20%,rgba(142,142,142,1) 60%,rgba(140,140,140,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(193,193,193,1) 0%,rgba(186,186,186,1) 20%,rgba(142,142,142,1) 60%,rgba(140,140,140,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#8c8c8c',GradientType=0 ); /* IE6-9 */
}

.column_cate03 li a:hover{
text-shadow:0px 2px 2px rgba(0,0,0,0.2);
box-shadow:0px 2px 2px rgba(0,0,0,0.2);
border:1px solid #dd7a22;
	background: #ff7a04; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd0a6 0%, #ff983c 7%, #ff7a04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd0a6), color-stop(7%,#ff983c), color-stop(100%,#ff7a04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd0a6', endColorstr='#ff7a04',GradientType=0 ); /* IE6-9 */
}




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

	.column_cate{
	padding-top:10px;
	padding-bottom:20px;
	padding-left:2%;
	padding-right:2%:
	}
	.column_cate li{
	padding-right:5px;
	padding-bottom:5px;
	}
	.column_cate li a{
	min-width:inherit;
	padding:4px 10px;
	font-size:85%;
	font-weight:bold;
	}
	
	.column_cate li a img{
	display:block;
	margin:0 auto;
	width:20px;
	height:auto;
	}


	.column_cate02{
	padding-top:0px;
	padding-bottom:20px;
	padding-left:2%;
	padding-right:2%:
	}
	.column_cate02 li{
	padding-right:3px;
	padding-bottom:3px;
	}
	.column_cate02 li a{
	min-width:inherit;
	padding:4px 10px;
	font-size:85%;
	font-weight:bold;
	}
	
	.column_cate02 li a img{
	display:block;
	margin:0 auto;
	width:20px;
	height:auto;
	}

}


.voice_txt{
	text-align:center;
	font-size: 140%;
	margin-top:40px;
	margin-bottom:30px;
}

@media screen and (max-width:768px) {
	.voice_txt{
		font-size: 100%;
		margin-top:30px;
		margin-bottom:30px;
	}
}

/*
masonryメイン
*/



#masonry_area {
width: 100%;
margin: 0 auto;   /*中央寄せ*/
position: relative;
padding-bottom:100px;
padding-top:20px;
}


/*
masonry　コラム
*/

.masonry_item {
/*padding:100px 0px;*/
margin-right: 20px;
margin-bottom:20px;
width: 280px;
border: 1px solid #eee;
box-sizing:border-box;
}
.masonry_item.x2 {
width: 580px;
}
.masonry_item img {
width: 100%;
height:auto;
}
.masonry_item figure {
max-height:300px;
overflow:hidden;
}


#masonry_area .masonry_item:nth-child(7n+1){
width: 580px;
}
#masonry_area .masonry_item:nth-child(7n+1) figure{
max-height:350px;
overflow:hidden;
}



/*
masonry　声
*/

.masonry_voice {
/*padding:100px 0px;*/
margin-right: 20px;
margin-bottom:20px;
width: 380px;
box-sizing:border-box;
}



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

	#masonry_area {
	width: 100%;
	box-sizing:border-box;
	padding:0 2%;
	}

	.masonry_item {
	padding:0px 4%;
	margin-right:0px;
	margin-bottom:10px;
	width:100%;
	box-sizing:border-box;
	}
	.masonry_item.x2 {
	width: 100%;
	}
	
	.masonry_item figure {
	max-height:200px;
	overflow:hidden;
	}
	#masonry_area .masonry_item:nth-child(7n+1){
	width:100%;
	}
	#masonry_area .masonry_item:nth-child(7n+1) figure{
	max-height:inherit;
	max-height:200px;
	}



	.masonry_voice {
	/*padding:100px 0px;*/
	margin-right: 0px;
	margin-top:20px;
	margin-bottom:0;
	width: 100%;
	box-sizing:border-box;
	}
	.masonry_voice:last-child{
	margin-bottom:50px;
	}

}



.column_container{
}

.column_container section{
background-color:#ffffff;
box-shadow:0px 0px 3px rgba(0,0,0,0.2);
padding: 10px;
}
.column_container section a{
display:block;
color:#333333;
text-decoration:none;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.column_container section a:hover{
opacity:0.8;
}
.column_container section a:hover h1{
color:#ff8920;
text-decoration:underline;
}
.column_container section time{
display:block;
font-size:85%;
color:#888888;
padding-top:8px;
}
.column_container section figure img{
width:100%;
height:auto;
}
.column_container section h1{
font-size:153.9%;
line-height:130%;
font-weight:normal;
padding-bottom:8px;
}

.cateicon span{
display:inline-block;
padding:3px 8px;
background-color:#ff8920;
color:#fff;
margin-right:3px;
margin-bottom:3px;
font-size:85%;
}

.writer{
font-size:85%;
line-height:150%;
padding-top:10px;
}
.writer img{
width:40px;
height:40px;
float:left;
padding-right:8px;
margin-top:-3px;
border-radius:100%;
}



/*
詳細
*/

.column_left{
float:left;
width:66.6666%;
max-width:800px;
margin-bottom:80px;
}
.column_right{
float:right;
width:28.33333%;
max-width:340px;
}

.column_base{
background-color:#fff;
box-sizing:border-box;
padding:30px 4%;
box-shadow:0px 0px 3px rgba(0,0,0,0.2);
}

.column_side_base{
background-color:#fff;
width:100%;
box-sizing:border-box;
padding:20px 6%;
box-shadow:0px 0px 3px rgba(0,0,0,0.2);
}


.post_title{
padding-bottom:20px;
}
.post_title:after{
display:block;
content:"";
width:16px;
height:3px;
background-color:#333;
border-radius:3px;
}
.post_title p.cateicon span{
font-size:100%;
}
.post_title h1{
font-size:197%;
font-weight:normal;
line-height:130%;
padding-top:10px;
}
.post_title time{
display:block;
padding-top:8px;
text-align:right;
color:#666666;
}

.post_image{
padding-bottom:20px;
}
.post_image img{
max-width:100%;
height:auto;
}

.post p{
font-size:116%;
line-height:200%;
padding-bottom:1em;
}
.post h2{
font-size:167%;
line-height:130%;
font-weight:normal;
border-left:3px solid #ff8920;
padding:2px 0px 4px 15px;
margin-bottom:15px;
}
.post p+h2{
margin-top:40px;
}

.post img{
margin:15px 0px 30px 0px;
max-width:100%;
height:auto;
}

.post ul{
padding-left:30px;
}
.post ul li{
font-size:116%;
line-height:200%;
}


.side_writer{
}
.side_writer h4{
font-size:138.5%;
text-align:center;
padding-bottom:15px;
}

.side_writer figure{
}
.side_writer figure img{
width:90px;
height:auto;
border-radius:100%;
float:left;
}
.side_writer figure figcaption{
padding-left:105px;
padding-top:20px;
}
.side_writer figure figcaption strong{
font-size:150%;
font-weight:normal;
}

.side_writer p{
font-size:93%;
line-height:175%;
padding-top:15px;
}



.cateicon_link{
	display:flex;
	margin-top:10px;
}

.cateicon_link p{
	margin-right:3px;
}

.cateicon_link a{
display:inline-block;
padding:4px 8px;
background-color:#ff8920;
color:#fff;
margin-right:3px;
margin-bottom:3px;
font-size:100%;
text-decoration:none;
}

@media screen and (max-width:768px) {
	.cateicon_link a{
		font-size:85%;
	}
}

.cateicon_link a:hover{
	background:#000;
}





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


	.column_left{
	float:none;
	width:100%;
	max-width:inherit;
	box-sizing:border-box;
	padding-top:10px;
	padding-left:2%;
	padding-right:2%;
	max-width:800px;
	margin-bottom:10px;
	
	}
	.column_right{
	float:none;
	width:100%;
	max-width:inherit;
	box-sizing:border-box;
	padding-left:2%;
	padding-right:2%;
	padding-top:20px;
	}
	
	.side_writer{
	width:100%;
	}


	.post p{
	font-size:100%;
	line-height:150%;
	}

}


/**********************************************
リエストの特徴
***********************************************/


.spcontents{
padding-bottom:50px;
}
.spcontents h3{
font-weight:normal;
color:#222222;
font-size:182%;
vertical-align:middle;
}
.spcontents h3 img{
vertical-align:middle;
padding-bottom:5px;
padding-right:20px;
}
.spcontents h3 strong{
color:#ff8920;
}

.spcontents > div{
background-color:#ffffff;
box-shadow:0px 0px 3px rgba(0,0,0,0.2);
padding:30px 5%;
}


.sp_post{
position:relative;
}
.sp_post p{
font-size:108%;
line-height:180%;
padding-bottom:0.8em;
z-index:9;
position:relative;
}

.sp_illust01{
position:absolute;
right:0px;
bottom:0px;
z-index:1;
}


.reason{
padding-bottom:100px;
}
.reason p{
font-size:108%;
line-height:175%;
padding-bottom:0.8em;
}


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

	.spcontents{
	padding-bottom:30px;
	}
	.spcontents h3{
	font-size:138.5%;
	text-align:center;
	padding-bottom:10px;
	}
	.spcontents h3 img{
	padding-right:0;
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
	.spcontents h3 strong{
	color:#ff8920;
	}
	
	.sp_post{
	}
	.sp_post p{
	font-size:100%;
	line-height:150%;
	}
	
	.sp_illust01{
	position:static;
	right:inherit;
	display:block;
	text-align:center;
	}
	.sp_illust01 img{
	width:100%;
	max-width:380px;
	height:auto;
	}


}







/**********************************************
施工事例
***********************************************/

.works_company{
	font-size:182%;
	padding:30px 0 10px 0%;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width:768px) {
	.works_company{
		font-size:130%;
		padding-top:30px;
		padding-left:2%;
		padding-bottom:0px;
		
	}
}





.side_cate_list01{
background-color:#fff;
box-shadow:0px 0px 3px rgba(0,0,0,0.2);
margin-bottom:30px;
}
.side_cate_list01 ul{
list-style:none;
}
.side_cate_list01 ul li{
border-bottom:1px solid #e0e0e0;
}
.side_cate_list01 ul li a{
display:block;
padding:10px 15px;
font-size:108%;
text-decoration:none;
color:#333;
vertical-align:middle;
}
.side_cate_list01 ul li a:hover{
background-color:#f6f6f6;
}
.side_cate_list01 ul li a img{
width:40px;
height:auto;
vertical-align:middle;
padding-right:10px;
vertical-align:-60%;
}

.works_description{
	font-size:108%;
	padding:10px 0px 20px;
}

@media screen and (max-width:768px) {
	.works_description{
		font-size:95%;
		padding:8px 0px 10px;
	}
}



.works_list{
padding-bottom:80px;
}
.works_list section{
background-color:#fff;
box-shadow:0px 0px 3px rgba(0,0,0,0.2);
margin-bottom:15px;
}
.works_list section a{
display:block;
padding:20px 4%;
color:#333;
text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.works_list section a:hover{
opacity:0.8;
}
.works_list section a:hover h2{
color:#ff8920;
text-decoration:underline;
}

.works_list section a figure{
width:35%;
float:left;
}
.works_list section a figure img{
width:100%;
height:auto;
}

.works_list section a > div{
width:61%;
float:right;
}
.works_list section a > div h2{
font-size:138.5%;
font-weight:normal;
line-height:130%;
padding-bottom:6px;
}
.works_list section a > div p.works_dis{
font-size:85%;
line-height:140%;
color:#666;
padding-top:10px;
}
.works_list section a > div p.works_dis span{
text-decoration:underline;
color:#289dcc;
}


.works_point{
background-color:#f3eeea;
padding:8px 3%;
border-radius:8px;
margin-top:8px;
}
.works_point h2{
color:#504134;
padding-bottom:6px;
}
.works_point h2 i{
padding-right:2px;
color:#ff8920;
font-size:120%;
vertical-align:-5%;
}

.works_point ul{
list-style:none;
}
.works_point ul li{
float:left;
margin:0px 2px 2px 0px;
background-color:#d3c7bc;
border-radius:6px;
color:#504134;
font-size:85%;
padding:5px 8px;
font-weight:bold;
}


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

.works_list section a figure{
padding-right:5px;
}
.works_list section a > div{
width:100%;
float:none;
}
.works_list section a > div h1{
font-size:116%;
}



}





/**********************************************
お客様の声
***********************************************/


.voice_box{
}

.voice_title{
padding-left:10px;
}
.voice_title figure img{
float:left;
width:auto;
height:54px;
padding-right:10px;
}
.voice_title h3{
padding-top:8px;
font-weight:normal;
line-height:140%;
}
.voice_box div.voice_dat{
background:#fff;
box-shadow:0px 0px 3px rgba(0,0,0,0.2);
padding:0px 4% 20px 4%;
}
.voice_box div.voice_dat h4{
padding:13px 3px;
font-weight:normal;
border-bottom:1px solid #ddd;
font-size:123.1%;
margin-bottom:4px;
}
.stararea{
font-size:93%;
font-weight:bold;
color:#888;
padding:8px 5px;
}
.star:before{
font-size:16px;
color:#ff8920;
font-weight:normal;
letter-spacing:1.5px;
padding-left:5px;
}
.star:after{
font-size:14px;
color:#dd0000;
font-weight:bold;
padding-left:2px;
font-family:Arial, Helvetica, sans-serif;
}
.star50:before{ content: "\f005\f005\f005\f005\f005"; }
.star50:after { content: " 5.0"; }
.star45:before{ content: "\f005\f005\f005\f005\f123"; }
.star45:after { content: " 4.5"; }
.star40:before{ content: "\f005\f005\f005\f005\f006"; }
.star40:after { content: " 4.0"; }
.star35:before{ content: "\f005\f005\f005\f123\f006"; }
.star35:after { content: " 3.5"; }
.star30:before{ content: "\f005\f005\f005\f006\f006"; }
.star30:after { content: " 3.0"; }
.star25:before{ content: "\f005\f005\f123\f006\f006"; }
.star25:after { content: " 2.5"; }
.star20:before{ content: "\f005\f005\f006\f006\f006"; }
.star20:after { content: " 2.0"; }
.star15:before{ content: "\f005\f123\f006\f006\f006"; }
.star15:after { content: " 1.5"; }
.star10:before{ content: "\f005\f006\f006\f006\f006"; }
.star10:after { content: " 1.0"; }
.star05:before{ content: "\f123\f006\f006\f006\f006"; }
.star05:after { content: " 0.5"; }
.star00:before{ content: "\f006\f006\f006\f006\f006"; }
.star00:after { content: " 0.0"; }

.voice_comment p{
font-size:93%;
line-height:180%;
}





.column_cate li a{
border-radius:5px;
text-align:center;
color:#ffffff;
text-shadow:0px 1px 1px rgba(0,0,0,0.4);
box-shadow:0px 2px 2px rgba(0,0,0,0.2);
text-decoration:none !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1c1c1+0,bababa+20,a0a0a0+60,8c8c8c+100 */
	background: rgb(193,193,193); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(193,193,193,1) 0%, rgba(186,186,186,1) 20%, rgba(160,160,160,1) 60%, rgba(140,140,140,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,193,193,1)), color-stop(20%,rgba(186,186,186,1)), color-stop(60%,rgba(160,160,160,1)), color-stop(100%,rgba(140,140,140,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(186,186,186,1) 20%,rgba(160,160,160,1) 60%,rgba(140,140,140,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(186,186,186,1) 20%,rgba(160,160,160,1) 60%,rgba(140,140,140,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(186,186,186,1) 20%,rgba(160,160,160,1) 60%,rgba(140,140,140,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(193,193,193,1) 0%,rgba(186,186,186,1) 20%,rgba(160,160,160,1) 60%,rgba(140,140,140,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#8c8c8c',GradientType=0 ); /* IE6-9 */
}

.column_cate li a:hover{
text-shadow:0px 2px 2px rgba(0,0,0,0.2);
box-shadow:0px 2px 2px rgba(0,0,0,0.2);
border:1px solid #dd7a22;
	background: #ff7a04; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd0a6 0%, #ff983c 7%, #ff7a04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd0a6), color-stop(7%,#ff983c), color-stop(100%,#ff7a04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd0a6', endColorstr='#ff7a04',GradientType=0 ); /* IE6-9 */
}

.column_cate li a.select{
color:#ffffff;
text-shadow:0px 2px 2px rgba(0,0,0,0.2);
box-shadow:0px 2px 2px rgba(0,0,0,0.2);
border:1px solid #dd7a22;
text-decoration:none !important;
	background: #ff7a04; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd0a6 0%, #ff983c 7%, #ff7a04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd0a6), color-stop(7%,#ff983c), color-stop(100%,#ff7a04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd0a6 0%,#ff983c 7%,#ff7a04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd0a6', endColorstr='#ff7a04',GradientType=0 ); /* IE6-9 */
}

.column_cate li a img{
display:block;
margin:0 auto;
width:40px;
height:auto;
}

/**********************************************
ページャー
***********************************************/

.pager_bn ul{
	display:flex;
	justify-content:center;
	margin-top:20px;
	
}

.pager_bn ul li{
	list-style-type:none;
	/*min-width:100px;*/
	margin:auto 5px;
}

.pager_bn ul li a ,.pager_bn ul li span{
	padding:12px 40px;
	font-size:110%;
	color:#fff;
	text-align:center;
	border-radius:5px;
	text-decoration:none;
	font-weight:bold;
}

.pager_bn ul li span{
	opacity:0.3;
}

@media screen and (max-width:768px) {
	.pager_bn ul li a ,.pager_bn ul li span{
		font-size:90%;
		padding:10px 30px;
	}
}

.pager_bn ul li.prev a ,.pager_bn ul li.prev span{
	background:rgb(193,193,193);
	display:block;	
}


.pager_bn ul li.next a ,.pager_bn ul li.next span{
	background:#00b29a;
	display:block;
}

.pager_bn ul li a:hover{
	background:#000;
}

/**********************************************
ページネーション
***********************************************/
/* pager */
.pager{
	width:100%;
	margin:30px auto 0px auto;
	text-align:center;
	box-sizing:border-box;
}
.pager span,
.pager a{
	display:inline-block;
	padding:10px 12px;
	text-align:center;
	font-size:108%;
	text-decoration:none;
	margin-right:3px;
	line-height:100%;
  border-radius: 5px;
  border:1px solid #bfbfbf;
  background: rgb(193,193,193);
	margin-bottom:10px;
  color:#fff;
}
.pager span{
	font-weight:bold;
	color:#fff;
	background:#ff8920;
	border:1px solid #ff8920;
}
.pager a:hover,
.pager a:active{
	color: #fff;
	background:#ff8920;
	border:1px solid #ff8920;
}

.pager a.next_page,
.pager a.prev_page{
	width: auto;
	padding:10px 12px;
}

@media screen and (min-width:600px) {
	.pager{
		margin:40px auto 0px auto;
		padding-bottom: 30px;
	}
}
@media screen and (min-width:961px) {
	.pager{
		margin:60px auto 0px auto;
	}
}

/* blog_navi */

.blog_navi{
	width:100%;
	margin:0px auto 40px auto;
	box-sizing: border-box;
}
.blog_navi ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.blog_navi li{
	text-align: left;
	width:50%;
	box-sizing:border-box;
  list-style: none;
}
.blog_navi li.prev {
	border-left:1px solid #bfbfbf;
}
.blog_navi li a{
	display: block;
	padding:10px 15px;
	box-sizing: border-box;
	text-decoration: none;
	color:#333;
	position: relative;
	font-size: 108%;
	line-height: 150%;
	/*border:1px solid #bfbfbf;*/
	text-align: left;
	width:100%;
}
.blog_navi li.prev a{
	text-align: right;
}
.blog_navi li a span:first-of-type{
	display: inline-block;
}
.blog_navi li a span + span{
	display: none;
}
.blog_navi li.next a i{
	margin-right: 5px;
}
.blog_navi li.prev a i{
	margin-left: 5px;
}
.blog_navi .case_btn{
	border: 1px solid #bfbfbf;
	width:80%;
	max-width:300px;
	margin:0px auto;
	text-align: center;
}
.blog_navi .case_btn a{
	text-decoration: none;
	padding:15px 25px 15px 25px;
	display: block;
	font-size: 100%;
	color:#333;
}

@media screen and (min-width:768px) {
	.blog_navi{
		margin:30px auto 100px auto;
		box-sizing: border-box;
	}
	.blog_navi ul{
		margin-bottom: 30px;
	}
	.blog_navi li{  
    padding:0 10px;
  }
	.blog_navi li a{
		font-size: 100%;
		height: 100%;
		transition: all 0.3s;		
	}
	.blog_navi li a:hover{
		background: #ff8920;
	}
	.blog_navi li:hover a{
		color:#fff;
	}
	.blog_navi li a span:first-of-type{
		display: inline-block;
		font-size: 116%;
	}
	.blog_navi li a span + span{
		display: block;
		padding:5px 15px;
	}
	.blog_navi .case_btn a{
		font-size: 108%;
		transition: all 0.3s;
	}
	.blog_navi .case_btn a:hover{
		background: #ff8920;
		color:#fff;
    border:1px solid #ff8920;
	}
}


/*****リフォームお問い合わせフォーム******/

.contact_flyer{
	padding-top:50px;
	padding-bottom:50px;
}

/**********/

.contact_zenkoku{
	text-align:center;
	font-size:155%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:900;
	margin-bottom:20px;
}

@media screen and (min-width: 560px) {
	.contact_zenkoku{
	font-size:250%;
	}
}

@media screen and (min-width: 768px) {
	.contact_zenkoku{
	font-size:370%;
	margin-bottom:30px;
	}
}


.contact_zenkoku span{
	font-size:140%;
	color:#ef7a00;
	padding:0px 5px;
}

/***********/

.contact_cost{
	font-size:105%;
	margin-bottom:20px;
	text-align:left;
	line-height:1.6;
}

.contact_cost br{
	display:none;
}


@media screen and (min-width: 560px) {
	.contact_cost{
	font-size:120%;
	margin-bottom:30px;
	text-align:center;
	}

	.contact_cost br{
		display:block;
	}

}

@media screen and (min-width: 768px) {
	.contact_cost{
	font-size:130%;
	margin-bottom:60px;
	}
}

/***************/

.flyer_attention_list li{
	list-style-type:none;
}

.flyer_attention_list{
	font-size:95%;
	margin-bottom:20px;
}


@media screen and (min-width: 560px) {
	.flyer_attention_list{
		font-size:105%;
		margin-bottom:25px;
	}
}


@media screen and (min-width: 768px) {
	.flyer_attention_list{
		font-size:110%;
		margin-bottom:30px;
	}
}

/***************/

.contact_kakaku{
	color:#c00;
	font-weight:bold;
	font-size:100%;

}

@media screen and (min-width: 560px) {
	.contact_kakaku{
		font-size:105%;
	}
}


@media screen and (min-width: 768px) {
	.contact_kakaku{
		font-size:110%;
	}
}



/***************/



.flyer_pdf{
	font-size:100%;
}

@media screen and (min-width: 560px) {
	.flyer_pdf{
		font-size:105%;
	}
}

@media screen and (min-width: 768px) {
	.flyer_pdf{
		font-size:110%;
	}
}

/********contactForm_use***********/

.contactForm_use{
	font-size:100%;
	margin-bottom:15px;
	margin-top:15px;
}

@media screen and (min-width: 560px) {
	.contactForm_use{
		font-size:105%;
		margin-bottom:20px;
		margin-top:18px;
	}
}

@media screen and (min-width: 768px) {
	.contactForm_use{
		font-size:110%;
		margin-bottom:30px;
		margin-top:20px;
	}
}


/***flyer_box****/

.flyer_box {
    margin: 20px auto;
    background: #fef4e9;
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.flyer_box img{
	max-width:100%;
}

@media screen and (min-width: 560px) {
	.flyer_box {
	    display:flex;
	    flex-wrap:wrap;
	    justify-content:space-between;
	}
}

.flyer_box div p {
    font-weight: bold;
    font-size: 138.5%;
    padding-bottom: 15px;
    color: #ef7a00;
}

.flyer_box div {
    /*float: left;*/
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 20px 20px 30px 20px;
    box-sizing: border-box;
}

@media screen and (min-width: 560px) {
	.flyer_box div {
		width: 48%;
	}
}

.flyer_box div a:hover img{
	opacity:0.75;
}

.flyer_box div:nth-of-type(2) {
    /*float: right;*/
}









/*****************************************/

.contact_sec01{
    /*background: #ffffff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);*/
    padding: 30px 0px 50px 0px;
}

@media screen and (min-width: 768px) {
	.contact_sec01{
    		padding: 50px 0px 100px 0px;
	}
}




.mail_warning {
  width: 100%;
  text-align: center;
  padding: 15px;
  font-weight: 700;
  color: #CF1212;
  border: 2px solid #CF1212;
  border-radius: 5px;
  font-size: 0.875rem;
  margin-bottom: 18px;
}
@media screen and (min-width: 560px) {
  .mail_warning {
    border-width: 3px;
    padding: 18px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  .mail_warning {
    padding: 28px;
    border-width: 5px;
    margin-bottom: 30px;
    border-radius: 10px;
    font-size: 1.375rem;
  }
}

.mess_txt {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.8;
  padding-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .mess_txt {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .mess_txt {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.cont_att {
  border: 1px solid #ccc;
  background: #ebebeb;
  margin: 30px 0;
  padding: 20px;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .cont_att {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .cont_att {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.contactTable {
  width: 100%;
  table-layout: fixed;
  /*border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;*/
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.contactTable th,
.contactTable td {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
  display: block;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .contactTable th,
  .contactTable td {
    display: table-cell;
  }
}
@media screen and (min-width: 960px) {
  .contactTable th,
  .contactTable td {
    font-size: 1rem;
  }
}

.contactTable th {
  /*background: #f9f9f9;*/
  padding: 15px 20px;
}
@media screen and (min-width: 560px) {
  .contactTable th {
    width: 170px;
    padding: 15px 10px;
    border-right: 1px solid #ccc;

  }
}
@media screen and (min-width: 768px) {
  .contactTable th {
    width: 200px;
  }
}
@media screen and (min-width: 960px) {
  .contactTable th {
    padding: 30px 20px;
    width: 250px;
  }
}
.contactTable th.th_must {
  background: #ffebeb;
}
.contactTable th span {
  display: inline-block;
  padding: 2px 0;
}
.contactTable th .must,
.contactTable th .nini {
  background: #CF1212;
  color: #fff;
  font-size: 0.6875rem;
  padding: 2px 5px;
  font-weight: normal;
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .contactTable th .must,
  .contactTable th .nini {
    position: relative;
    top: -2px;
  }
}
.contactTable th .nini {
  background: #777;
}
.contactTable th .mintxt {
  font-size: 93%;
}
.contactTable td {
  padding-bottom: 40px;
  background:#fff;
}
@media screen and (min-width: 560px) {
  .contactTable td {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .contactTable td {
    padding: 30px 40px;
  }
}

.contactAttention {
  margin-top: 15px;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.contactAttention p {
  font-size: 0.8125rem;
}

.formList li {
  margin-bottom: 10px;
}
.formList label {
  display: inline-block;
  padding: 5px 10px;
}
.formList_check li {
  position: relative;
}
.formList_check label {
  padding: 10px 10px 10px 30px;
}
.formList_check input {
  position: absolute;
  left: 5px;
  top: 10px;
}
.formList_check input:checked + label {
  background: rgba(255, 120, 0, 0.3);
}
.formList--row {
  display: flex;
  flex-wrap: wrap;
}
.formList--row li {
  width: 50%;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .formList--row li {
    width: 33.3%;
  }
}
.formList--row label {
  display: block;
}

.contactThanks {
  margin-bottom: 30px;
  margin-top:20px;
  font-size:105%;
}
@media screen and (min-width: 560px) {
  .contactThanks {
    margin-bottom: 50px;
    font-size:110%;
  }
}
@media screen and (min-width: 960px) {
  .contactThanks {
    margin-bottom: 60px;
    font-size:115%;
  }
}

.contactThanks p{
	line-height:2;
}

.contact_btn{
background: linear-gradient(to bottom, #f39d62 0%, #f7742a 7%, #f35603 100%);
margin:0 auto;
max-width:200px;
text-align:center;
}

.contact_btn a{
padding:12px 15px 12px;
	color:#fff;
	text-decoration:none;
	display:block;
}

@media screen and (min-width: 560px) {
.contact_btn a{
padding:13px 18px 13px;

}
}
@media screen and (min-width: 768px) {
.contact_btn a{
padding:15px 20px 15px;

}
}



/* =============================================================
form.scss
============================================================== */
.error_txt {
  width: 100%;
  padding: 10px 15px 8px 35px;
  box-sizing: border-box;
  font-size: 108%;
  position: relative;
  background: #FFF5F5;
}

.error_txt i {
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 18px;
}

.error_box {
  background: #fff;
  padding: 20px;
  /*border: 1px solid #bcbcbc;*/
  border-radius: 3px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.error_box p {
  color: #CF1212;
  padding-bottom: 10px;
  font-size: 108%;
}

.submit_btn button[type=submit] {
  margin: 0px auto;
  display: block;
  width: 90%;
  max-width: 400px;
  border: 1px solid #b71818;
  color: #fff;
  font-weight: bold;
  padding: 20px 0px;
  font-size: 138.5%;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  background: #cb1b1b;
}

.back_btn {
  width: 40%;
  max-width: 250px;
  margin: 20px auto 20px auto;
  text-align: center;
}

.back_btn button {
  border: 1px solid #b9b9b9;
  display: block;
  width: 100%;
  margin: 0px auto;
  color: #333;
  padding: 10px 0px 8px 0px;
  font-size: 108%;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  background: rgb(238, 238, 238);
}

.formbtn_box {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 560px) {
  .submit_btn button[type=submit] {
    padding: 15px 0px;
    font-size: 153.9%;
  }
  .back_btn button {
    padding: 13px 0px 13px 0px;
    font-size: 116%;
    line-height: 1.5;
  }
}
/* form parts style
---------------------------------------------*/
.form50 {
  width: 50px;
}

.form70 {
  width: 70px;
}

.form100 {
  width: 100%;
  max-width: 100px;
}

.form150 {
  width: 100%;
  max-width: 150px;
}

.form200 {
  width: 100%;
  max-width: 200px;
}

.form250 {
  width: 100%;
  max-width: 250px;
}

.form300 {
  width: 100%;
  max-width: 300px;
}

.form350 {
  width: 100%;
  max-width: 350px;
}

.form400 {
  width: 100%;
  max-width: 400px;
}

.formmax {
  width: 100%;
}

.comment_box {
  width: 100%;
  margin: 5px 0px 5px 0px;
  height: 300px;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
}

@media screen and (min-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    padding: 12px;
  }
}
select {
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #217fc4;
  box-shadow: 0px 0px 3px #ccc;
}

input[type=radio] {
  margin-top: -3px;
}

button:disabled {
  opacity: 0.4 !important;
  cursor: default !important;
}


/* =============================================================
contact
============================================================== */


.formList li{
	list-style-type:none;
}



.mail_warning {
  width: 100%;
  text-align: center;
  padding: 15px;
  font-weight: 700;
  color: #CF1212;
  border: 2px solid #CF1212;
  border-radius: 5px;
  font-size: 0.875rem;
  margin-bottom: 18px;
}
@media screen and (min-width: 560px) {
  .mail_warning {
    border-width: 3px;
    padding: 18px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  .mail_warning {
    padding: 28px;
    border-width: 5px;
    margin-bottom: 30px;
    border-radius: 10px;
    font-size: 1.375rem;
  }
}

.mess_txt {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.8;
  padding-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .mess_txt {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .mess_txt {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.cont_att {
  border: 1px solid #ccc;
  background: #ebebeb;
  margin: 30px 0;
  padding: 20px;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .cont_att {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .cont_att {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.contactTable {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #ccc;
}
.contactTable th,
.contactTable td {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
  display: block;
  width: 100%;
  box-sizing:border-box;
}
@media screen and (min-width: 560px) {
  .contactTable th,
  .contactTable td {
    display: table-cell;
  }
}
@media screen and (min-width: 960px) {
  .contactTable th,
  .contactTable td {
    font-size: 1rem;
  }
}
.contactTable th {
  background: #f9f9f9;
  padding: 15px 20px;
}
@media screen and (min-width: 560px) {
  .contactTable th {
    width: 170px;
    padding: 15px 10px;
  }
}
@media screen and (min-width: 768px) {
  .contactTable th {
    width: 200px;
  }
}
@media screen and (min-width: 960px) {
  .contactTable th {
    padding: 30px 20px;
    width: 250px;
  }
}
.contactTable th.th_must {
  background: #ffebeb;
}
.contactTable th span {
  display: inline-block;
  padding: 2px 0;
}
.contactTable th .must,
.contactTable th .nini {
  background: #CF1212;
  color: #fff;
  font-size: 0.6875rem;
  padding: 2px 5px;
  font-weight: normal;
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .contactTable th .must,
  .contactTable th .nini {
    position: relative;
    top: -2px;
  }
}
.contactTable th .nini {
  background: #777;
}
.contactTable th .mintxt {
  font-size: 93%;
}
.contactTable td {
  padding-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .contactTable td {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .contactTable td {
    padding: 30px 40px;
  }
}

.contactAttention {
  margin-top: 15px;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.contactAttention p {
  font-size: 0.8125rem;
}

.formList li {
  margin-bottom: 10px;
  box-sizing: border-box;
　list-style-type: none;
}



.formList label {
  display: inline-block;
  padding: 5px 10px;
}
.formList_check li {
  position: relative;
}
.formList_check label {
  padding: 10px 10px 10px 30px;
}
.formList_check input {
  position: absolute;
  left: 5px;
  top: 10px;
}
.formList_check input:checked + label {
  background: rgba(255, 120, 0, 0.3);
}
.formList--row {
  display: flex;
  flex-wrap: wrap;
}
.formList--row li {
  width: 50%;
  padding-right: 10px;

}
@media screen and (min-width: 768px) {
  .formList--row li {
    width: 33.3%;
  }
}
.formList--row label {
  display: block;
}

.contactThanks {
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .contactThanks {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .contactThanks {
    margin-bottom: 60px;
  }
}