<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ------------------- 初期設定 ------------------- */
html{
	font-size: 62.5%;
}
body{
	margin: 0;
	font-size:12px;
	font-size:1.2rem;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "FontAwesome", メイリオ, Meiryo, sans-serif;  
}
article{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
ul{
	list-style-type: none;
}
header {
	padding: 10px 0;
	border-bottom:1px solid #afa597;  
}
footer{
}

/* ------------------- 共通パーツ ------------------- */
.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
  	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
}
.inner {
	margin: 0 auto;
	width: 980px;
}
ul.li-block {
	padding: 0;
	width: 100%;
}
.li-block li{
	background-color: #fff;
	border: 1px solid #111;
	font-size: 26px;
  	font-size: 2.6rem;	
	line-height: 84px;
	text-align: center;
	margin: 26px auto;
	width: 80%;
	font-weight: bold;
}
.sp_disp { 
	display:none;
}

/* ------------------- ヘッダー ------------------- */
header section {
	width:100%;
	padding: 0;
}
header section p.header_text1 {
	font-size: 20px;
  	font-size: 2.0rem;	
	display: inline-block;
	margin:20px 0px 20px 20px;
	vertical-align: bottom;
	font-weight: bold;
}
header section p.header_text1 span {
	color: #dd5943;
	font-weight: bold;
	font-size: 20px;
  	font-size: 2.0rem;	
}
header section p.header_text2 {
	font-size: 25px;
  	font-size: 2.5rem;	
	display: inline-block;
	margin-left: 20px;
	vertical-align: bottom;
}
header section p.header_text2 span {
	color: #333;
	font-size: 14px;
  	font-size: 1.4rem;	
}
.hearder_area ul {
	display: inline-block;
 }
.hearder_area ul h1 {
	font-size: 15px;
  	font-size: 1.5rem;	
}
header section p.header_text3 {
	float: right; 
	width: 230px; 
	text-align: center; 
	margin: 30px 0px 0px 0px; 
	line-height:26px;
	letter-spacing:1.2px; 
	font-weight: bold; 
	font-size:14px;
  	font-size: 1.4rem;	
}
header section p.header_text3 span {
	font-size:26px;
  	font-size: 2.6rem;		
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
	letter-spacing:1.5px; 
}
.header_bar{
	height:60px;
	width:100%;
}
.header_img_logo{
	float:left;	
	margin: 2px 10px 0 0;   
}
.header_img_logo img{
	background-color:#fff;	
}
.header_left_text {
	float:left;
	font-size: 16px;
  	font-size: 1.6rem;	
	font-weight: bold;
	letter-spacing:0.5px;
	letter-spacing:0.05rem;
	line-height:24px;
	line-height:2.4rem;
	margin:0;
	padding:7px 0 0;
}
.header_left_text b {
	color: #f5781c;
	line-height:1.5;
}
.header_img_90{  /*20171014modify*/
	float: right/*left*/;	
	margin: 5px 30px 0 15px; /*10→30px*/
}
.header_tel {  /*20171014modify*/
	float: right; 
	width: 250px; 
	text-align: left; 
	margin:0;       
	line-height:32px;
	font-weight: bold; 
	font-size:14px;
  	font-size: 1.4rem;	
	display:none;
}
.header_tel span {
	font-size:28px;
  	font-size: 2.8rem;	
	letter-spacing:1.5px; 
	line-height:0;
}

/* ------------------- 看板＆フォーム ------------------- */
#section1 {
	position: relative;
	padding: 40px 0 0;
	background-color: #fff;
	height: 660px;
}
#section1 .left_area{
	width:480px;
	float: left;
	box-sizing:border-box;
	padding-left:20px;
}
#section1 .right_area{
	width:500px;
	float: right;
}	

.left1 {
	margin: 0 40px 0 0;
	width: 480px;
	position: relative;
	padding: /*8*/5px 5px; /*20171116変更(吹出)*/
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #333 ;
	font-size: 12px;
  	font-size: 1.2rem;
	font-weight:bold;
	font-family: "Hannari","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, serif;
	letter-spacing: 2.0px;
	letter-spacing: 0.2rem;
	line-height: 26px;
	line-height: 2.6rem;
	color: #000;
	box-shadow: 0 4px 4px rgba(0,0,0,0.1);
}
	.left1 .forange{
		color: #f5781c;
		font-size: 17px;
		font-size: 1.7rem;	
	}
	.left1:before,
	.left1:after {
		position: absolute;
		left: 50%;
		top: 100%;
		border: solid transparent;
		content: '';
		height: 0;
		width: 0;
		border-width: 10px;
		margin: 0 0 0 -10px;
	}
	.left1:before {
		border-top-color: #000000;
		margin-left: -14px;
	}
	.left1:after {
		border-top-color: #FFFFFF;
		margin: -1px 0 0 -14px;
	}
.left2{
	margin: 13px 0	5px;
	width: 480px;	
	text-align:left;
	font-size:29px;
	font-size:2.9rem;
	font-weight:bold;
	font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, serif;
	color: #6F1108;
	letter-spacing: 0.04rem;
	word-break: break-all; 
}		
	.left2 img {
		width: 180px;
		height: auto;
		vertical-align:middle;
		margin-right: 10px;
		box-sizing:border-box;	
		padding-bottom: 6px;	
	}
	.left2 .forange{
		color: #f5781c;
		margin-right:3px;
		word-break: break-all; 
	}
	.left2 .fsmall{
		font-size: 22px;
		font-size: 2.2rem;
		color: #000;
		word-break: break-all; 	
	}
.left3{
	width: 480px;
	text-align:left;	
	word-break: break-all; 
}	
	.left3 .bgdeepred{
		width: 100%;
		margin:0 auto;
		text-align:center;	
		background-color: #6f1208;
		padding: 5px 10px;
		box-sizing:border-box;
		color: #fff;
		font-size: 53px;
		font-size: 5.3rem;
		font-weight:bold;
		font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, serif;
		letter-spacing: 0.03rem;	
		box-shadow: 4px 4px 5px rgba(0,0,0,0.4);
	}
		.left3 .bgdeepred .fsmall{
			font-size: 25px;
			font-size: 2.5rem;
			font-weight:bold;
			color: #fff;
			word-break: break-all; 	
		}

.left4 {
	width: 480px;
	margin-top: 10px;
	text-align:left;	
	font-size: 30px;
  	font-size: 3.0rem;
	font-weight:bold;
	font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, serif;
	letter-spacing: 0.05rem;
	color: #000;
}		
.left5{
	width: 480px;
	margin: 0;
}
	.left5 .allfree{
		float:left;
		width: 50%;
		padding-top:15px;
		box-sizing: border-box;
	}
		.left5 .allfree img{
			width:100%;
			height:auto;
		}
	.left5 .categoryimage{
		float:right;
		width: 50%;
		margin: 0; padding: 0;	border: 0;
		position: relative;
	}
		.left5 .categoryimage img{
			width:100%;
			height:auto;
			margin: 0; padding: 0;	border: 0;
		}
		.left5 .categoryimage:after {
			position: absolute;
			left: 0; top: 0; right: 0; bottom: 0;
			-moz-box-shadow: inset 0px 0px 12px 12px #fff;
			-webkit-box-shadow: inset 0px 0px 12px 12px #fff;
			box-shadow: inset 0px 0px 12px 12px #fff;
			content: " ";
		}

/* 入力フォーム */
#section1 .mail_form_top {
	float: right;	
	margin:0 40px 0 0;
	width: 380px;
	position: relative;
	padding: 15px 0px;
	box-sizing:border-box;
	background-color: #f5781c;
	-webkit-border-top-right-radius: 10px;  
	-webkit-border-top-left-radius: 10px;  
	-moz-border-radius-topright: 10px;  
	-moz-border-radius-topleft: 10px;    
	font-size:26px;
  	font-size: 2.6rem;	
	font-weight:bold;
	letter-spacing:0.5px;
	letter-spacing:0.05rem;
	line-height: 35px;
	line-height:3.5rem;
	color:#fff;
}
#section1 .mail_form_top .f1{
	color:#fbf29f;
	font-size:32px;
  	font-size: 3.2rem;	
	letter-spacing:1px;	
	letter-spacing:0.1rem;
	margin-right:2px;	
}
#section1 .mail_form_top .f2{
	color:#fff;
	border-bottom:2px solid #fff;
}
#section1 .mail_form_top .f3{
	color:#fbf29f;
	font-size:38px;
  	font-size: 3.8rem;	
	letter-spacing:8px;	
}
#section1 .mail_form_top::after {
	position: absolute;
	top: 100%;
	left: 170px;
	content: '';
	width: 0;
	height: 0;
	border: 1.0rem solid transparent;
	border-top: 0.75rem solid #f5781c;
}
#section1 ul.mail_form {
	background-color: #fff;
	border-bottom: 4px solid #f5781c;
	border-left: 4px solid #f5781c;
	border-right: 4px solid #f5781c;
	float: right;
	margin-top: -1px;
	margin-right:40px;
	padding: 30px 26px 10px;
	-webkit-border-bottom-right-radius: 10px;  
	-webkit-border-bottom-left-radius: 10px;  
	-moz-border-radius-bottomright: 10px;  
	-moz-border-radius-bottomleft: 10px;  
}
#section1 .mail_form select {
	margin-bottom: 15px;
	font-size: 15px;
  	font-size: 1.5rem;	
	border: solid 1px #da3f1c;
	background-color: #fff;
	padding: 7px 0 7px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 320px;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
#section1 .mail_form select::-ms-expand {
	display: none;
}
#section1 .mail_form input {
	font-size: 15px;
  	font-size: 1.5rem;	
	border: solid 1px #da3f1c;
	background-color: #fff;
	margin-bottom: 15px;
	padding: 7px 0 7px 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-size: 30px, 100%;
	width: 312px;
	height: 20px;
}
#section1 input.market_price {
	background: url(./img/check_button_send.png)  no-repeat;
	background-size: 100%;
	border: none;
	cursor: pointer;
	/* height: 79px; */
	/* width: 320px; */
	height: 69px;
	/* width: 168px; */
	width: 200px;
	margin-top:10px;
}
#section1 input.market_price:hover {
	opacity: 0.9;
}
#section1 .tel_err_msg1{
	font-family:inherit;
	font-size:15px;
  	font-size: 1.5rem;	
	color:#ff0000;
	letter-spacing:0.8;
	text-align:left;
	padding-bottom:2px;	
}
#section1 .form_down {
	position: relative;
	width:100%;
}
#section1 .form_down .fa {
	font-size: 25px;
  	font-size: 2.5rem;	
	right: 15px;
	top: -45px;
	position: absolute;
}
.tel_smalltxt{
	color: #333;
	font-size: 10px;
  	font-size: 1.0rem;		
	letter-spacing:0.5;
	text-align:left;
	padding: 0 5px 5px;
}

/*colorbox(モーダルウィンドウ）*/
#cboxOverlay {
	background: #000;
}
#cboxContent{
	width: 100%;
}
#cboxLoadedContent {
    background: #fff;
	width:500px;
	padding: 0;
	overflow: auto;
	box-sizing:border-box;
	-moz-box-shadow: 0px 1px 10px #000000;
	-webkit-box-shadow: 0px 1px 10px #000000;
	box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
  top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}

/* ▼▼▼施工業者写真スライダー▼▼▼ */
#section_photo{
	position: relative;
	margin:10px 0 20px;
	box-sizing:border-box;	
	height: 210px;	
	border-bottom:1px solid #afa597;
	background-color:#fff;
}
#section_photo .txt{
	overflow: hidden;
	text-align: center;	
	font-size:26px;
  	font-size: 2.6rem;	
	color:#6f1208;
	font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, serif;
	letter-spacing:2px;
	line-height: 30px;
	line-height:3.0rem;
	padding:3px 0;
	margin-bottom:3px;
}
#section_photo .txt .title{
	position: relative;
	display: inline-block;
	margin: 10px 3px 15px 15px;
	padding: 0 3px 0 15px;
	text-align: left;	
}
#section_photo .txt .title .fcorange{
	color:#f5781c;
	font-size:34px;
  	font-size: 3.4rem;	
}
#section_photo .txt .title::before,
#section_photo .txt .title::after{
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 2px;
	background-color: #6f1208;
}
#section_photo .txt .title::before {
	right: 100%;
}
#section_photo .txt .title::after {
	left: 100%;
}
/* ▲▲▲施工業者写真スライダー▲▲▲ */

/* ------------------- 商品紹介 -------------------*/
#section_products{
	width:100%;
	height: auto;
	border-bottom:1px solid #afa597;  
	padding: 40px 0 20px;
}
#section_products img.rankingicon{
	position:relative;
	left:-3%;
	top:18px;
	width:30%;
	height:auto;
}
.products_photo{
	width:100%;
	max-width: 960px;
	margin:0 auto;
}
.products_photo ul{
	width:100%;
	max-width: 980px;
}
.products_photo ul li{
	float:left;
	width: 225px;
	text-align:left;
	margin: 0 20px 10px 0;
}
.products_photo ul li:nth-child(4n) {
	margin-right: 0;
}
.products_photo ul li img{
	width: 225px;
}
.products_photo ul li .grade{
    display: inline-block;
    border: 1px solid #999;
    padding: 0 8px;
    font-size: 11px;
  	font-size: 1.1rem;
	line-height: 18px;	
    line-height: 1.8rem;
    color: #4d4d4d;
    background-color: #fff;
	vertical-align: baseline;
	margin: 10px 0 5px;
}
.products_photo ul li .productname{
    margin-bottom: 5px;
	font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
	line-height:20px;
    line-height: 2.0rem;
}
.products_photo ul li .c-price{
	width: auto;
    color: #db4d00;
    font-size: 20px;
    font-size: 2.0rem;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.products_photo ul li .c-price .u-mr5 {
	margin-right: 1px !important;
}
.products_photo ul li .c-price .c-icons__s--20 {
	width: 20px;
	height: 20px;
}
.products_photo ul li .c-price .c-icons__f--primary {
	fill: #fe7b07;
}
.products_photo ul li .c-price svg {
	width: 30px;
	max-width: 100%;
	height: auto;
}
.products_photo ul li .c-price .c-price__num{
	font-family: "Lato Semibold", Helvetica, Arial, Verdana, sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 22px;
	line-height: 2.2rem;
	letter-spacing: 0.25px;
	letter-spacing: 0.025em;
	margin-right: -4px;
}
.products_photo ul li .c-price .c-price__num:before {
    content: "¥";
    margin-right: 1px;
    font-size: 20px;
    font-size: 2.0rem;
}
.products_photo ul li .c-price .c-price__tax{
	margin-left: 3px;
	color: #817c78;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: normal;
}
.makerpoint{
	width:98%;
	padding:20px;
	box-sizing:border-box;
	margin: 40px auto;
	background-color: #fff3dd;
	border-radius: 8px;	
}
.makerpointtitle{
	width:200px;
	float:left;
	border-radius: 5px;	
	background-color: #0000ff;
	color:#fff;
	font-size:16px;
	font-size:1.6rem;
	line-height:24px;
	line-height:2.4rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	box-sizing:border-box;
	padding:8px;
	text-align:center;
}
.makerpointtext{
	width:700px;
	float:right;
	font-size:15px;
	font-size:1.5rem;
	line-height:22px;
	line-height:2.2rem;
	letter-spacing:0.5px;
	text-align:left;
}

/* ------------------- ３ポイント PC用 ------------------- */
#section_point_pc {
	padding: 60px 0 10px;
}
	ul.threepoint{
		width: 100%;
		margin: 20px auto 0;
		box-sizing: border-box;
	}
		.threepoint &gt; li{
			width:100%;
			padding-left:10px;
			text-align:left;
			box-sizing: border-box;
			margin-bottom:80px;
		}
			.pointtitle{
				width: 100%;
				height: 100px;
			}
			.pointtitle img.pointno{
				float:left;
				padding-right:5px;
				width: 80px;
				height: auto;
			}
			.pointtitle .pointtext{
				width: 870px;
				float:left;
				font-size:33px;
				font-size:3.3rem;
				font-weight:bold;
				letter-spacing:2.5px;
				letter-spacing:.25rem;
				line-height: 46px;
				line-height: 4.6rem;
				text-align:left;
				padding: 20px 0 5px 10px;
			    border-bottom: 5px solid #eee;
			}
				.pointtitle .pointtext .forange{
					color:#f5781c;
				}
				.pointtitle .pointtext .fsmall{
					font-size: 24px;
					font-size: 2.4rem;
				}
			.pointimage{
				margin-top:10px;
				padding-left:20px;
			}

/* ------------------- ３ステップ ------------------- */
#section3 {
	width:100%;
	background-image: url("img/3step_bg.png");
	padding: 50px 0;
	height: auto;
}
#section3 img {
	max-width:100%;
	height:auto;	
	margin-bottom:20px;
}
#section3 .threestep_txt{
	font-size:38px;
	font-size:3.8rem;
	font-weight:bold;
	letter-spacing: 2px;
	letter-spacing: .2rem;
	text-align:center;
	padding:10px 0 20px;
}

/* 看板＆フォーム３(PC用） */　
#section5{
	background-color: #fff;
	height:auto;
	width:100%;
	margin:0 auto;
}
#section5 .mail_form_top3{  
	margin: 50px auto 0;
	width: 700px;
	position: relative;
	padding: 15px 0px;
	box-sizing:border-box;
	background-color: #f5781c;
	-webkit-border-top-right-radius: 10px;  
	-webkit-border-top-left-radius: 10px;  
	-moz-border-radius-topright: 10px;  
	-moz-border-radius-topleft: 10px;    
	font-size:32px;
	font-weight:bold;
	letter-spacing:5px;
	line-height:1.4;	
	color:#fff;
}
#section5 .mail_form_top3 .f1{
	color:#fbf29f;
	font-size:40px;
	letter-spacing:5px;
}
#section5 .mail_form_top3 .f2{
	color:#fff;
	border-bottom:2px solid #fff;
}
#section5 .mail_form_top3 .f3{
	color:#fbf29f;
	font-size:40px;
	letter-spacing:	5px;	
}
#section5 .mail_form_top3::after {
	position: absolute;
	top: 100%;
	left: 336px;	
	content: '';
	width: 0;
	height: 0;
	border: 1.0rem solid transparent;
	border-top: 0.75rem solid #f5781c;
}
#section5 ul.mail_form3 {
	background-color: #fff;
	border-bottom: 4px solid #f5781c;
	border-left: 4px solid #f5781c;
	border-right: 4px solid #f5781c;
	width: 700px;	
	margin: -1px auto 50px;
	padding: 50px 30px 20px;
	box-sizing:border-box;	
	-webkit-border-bottom-right-radius: 10px;  
	-webkit-border-bottom-left-radius: 10px;  
	-moz-border-radius-bottomright: 10px;  
	-moz-border-radius-bottomleft: 10px;  
}
#section5 .lefttitle{
	width:280px;
	font-size:15px;
	font-size:1.5rem;
	padding-top:10px;
	display:block;
	text-align:left;
	float:left;
}
#section5 .lefttitle .fcorange{
	color:#f5781c;
}
#section5 .mail_form3 select {
	float:left;
	margin-bottom: 15px;
	font-size: 15px;
	border: solid 1px #da3f1c;
	background-color: #fff;
	padding: 7px 0 7px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 350px;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
#section5 .mail_form3 select::-ms-expand {
	display: none;
}
#section5 .form_down {
	position: relative;
}
#section5 .form_down .fa {
	font-size: 25px;
	right:15px;
	top:8px;
	position: absolute;
}
#section5 .mail_form3 input {
	font-size: 15px;
	float:left;
	border: solid 1px #da3f1c;
	background-color: #fff;
	margin-bottom: 15px;
	padding: 7px 0 7px 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-size: 30px, 100%;
	width: 342px;
	height:22px;
}
#section5 input.market_price3 {
	background: url(./img/check_button_send.png)  no-repeat;
	background-size: 100%;
	border: none;
	cursor: pointer;
	/* height: 79px; */
	/* width: 320px;*/
	height: 69px; 
	width: 168px;	
	margin-top:10px;
	/* margin-left:158px; */
	margin-left:230px;
}
#section5 input.market_price3:hover {
	opacity: 0.9;
}
#section5 .tel_err_msg3{
	font-family:inherit;
	font-size:15px;
	color:#ff0000;
	letter-spacing:0.8;
	text-align:left;
	padding-bottom:2px;
}

/* ------------------- メディア掲載事例 ------------------- */
#section_media{
	width:100%;
	padding: 70px 0;
	background: #fff;
	height: auto;
	font-size:26px;
  	font-size: 2.6rem;
	line-height: 32px;
	line-height:3.2rem;	  	
	font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, serif;
	letter-spacing:1.0px;  
}
#section_media .mediatitle{
	overflow: hidden;
	text-align: center;
}
#section_media .mediatitle span{
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0 5px;
	text-align: left;	
}
#section_media .mediatitle span:before,
#section_media .mediatitle span:after{
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc;
}
#section_media .mediatitle span::before {
	right: 100%;
}
#section_media .mediatitle span::after {
	left: 100%;
}
#section_media ul {
	font-size: 0;
	position:relative;
	top:10px;
}
#section_media li{	
	display: inline-block;
	margin:10px 0 15px;
	width: 17%;
}
#section_media li img{
	width:90%;
	height:auto;
} 

/* ------------------- 主要メーカー -------------------*/
#section_maker{
	width:100%;
	height: auto;
	padding: 0 0 30px;
	margin: 0 auto 30px;
}
.makername {
	width: 820px;
	margin: 10px auto 0;
	border: 2px solid #ccc; 
	border-radius: 4px; 
	padding: 25px; 
	position: relative; 
	font-size: 18px;
  	font-size: 1.8rem;	
}
.makername::before {
	background-color: #fff; 
	content: attr(title); 
	color: #fe7b07; 
	font-weight: bold; 
	left: 0.8em; 
	padding: 0 .3em; 
	position: absolute; 
	top: -.8em;
}
.makername ul li{
	display: inline-block;
	margin: 10px 15px 0;
	vertical-align: baseline;
}

/* ------------------- バナー ------------------- */
#section_banner{
	width:100%;
	height: auto;
	margin: 0 auto 20px;
}
#section_banner ul li{	
	display: inline-block;
	font-size:1.5px;
	font-size:1.5rem;
	line-height:22px;
	line-height:2.2rem;
	margin: 10px 5px;
}
#section_banner ul li a{	
	color:#000;
}

/* ------------------- フッター ------------------- */
#footer {
	position: relative;
	height:auto;
	box-sizing:border-box;
	padding-top:20px;
	width:100%;
	border-top:1px solid #afa597;  
	background-color:#fefaf8;  		
}
#footer .bottom-foot{
	clear:both;
	font-size: 12px;
  	font-size: 1.2rem;	
	letter-spacing: 2.0px;
	letter-spacing: 0.2rem;
	line-height: 20px;
	line-height: 2.0rem;
	text-align: center;
	margin-bottom: 15px;
}
#footer .bottom-foot a{
	color:#274fc4;
}

/* ----------------------------------------------------------- */

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

	/* ------------------- (SP)共通 ------------------- */	
	.inner {
		max-width: 95%;
	}
	img {
		width: 100%;
	}
	.pc_disp {display:none;}
	.sp_disp {display:block;}
	.header_logo  {
		width: 15%;
	}

	/* ------------------- (SP)ヘッダー ------------------- */
	header section p.header_text1 {
		display: none;
	}
	img.header_90 {
		margin: 0;
		float: right;
		padding-top: 3%;
		width: 40%
	}
	.header_tel {
		display: none;
	}
	.header_text3 {
		display:none;
	}
	.header_img_logo {
		padding: 0;
		margin:1% 1% 0 0; 
	}
	.header_left_text {
		margin: 3px 0;  
		padding: 0;
		font-size: 12px;
		font-size: 1.2rem;	
		line-height:18px;
		line-height:1.8rem;
	}
	.header_left_text b {
		font-size: 12px;	
		font-size: 1.2rem;
		line-height:22px;
		line-height:2.2rem;
	}
	.header_img_90 {
		float:right;
		margin: 0;
		padding: 5px 0 0;
		width: 30%;
		max-width:200px;
		height:auto;
	}
	.header_img_90 img {
		vertical-align:middle;
	}
	.header_tel {
		display: none;
	}

	/* ------------------- (SP)看板＆フォーム ------------------- */
	#section1 {
		max-width: 100%;
		height: inherit;
		margin: 0;
		padding: 20px 0 0 0;
	}
	#section1 .left_area{
		width:100%;
		float:none;
		padding-left:0;
	}
	#section1 .right_area{
		width:100%;
		float:none;
	}	
	.left1 {
		margin: 0;
		width: 100%;
		padding: 10px 3px;
		box-sizing: border-box;
		font-size: 10px;
		font-size: 1.0rem;
		font-size: 2.0vw;
		letter-spacing: 0.1px;
		letter-spacing: 0.01rem;
		letter-spacing: .7vw;
		line-height: 25px;
		line-height: 2.5rem;
		line-height: 4.0vh;
	}
		.left1 .forange{
			font-size: 11px;
			font-size: 1.1rem;	
			font-size: 3.5vw;
		}
	.left2 {
		margin: 15px 0 10px;
		width: 100%;	
		font-size: 16px;
		font-size: 1.6rem;
		font-size: 5.8vw;
		letter-spacing: 2.0px;
		letter-spacing: 0.2rem;
		letter-spacing: .5vw;
	}		
		.left2 img {
			width: 120px;
			width: 35vw;
			height: auto;
			margin-right: 5px;			
			padding-bottom: 3px;	
		}	
		.left2 .forange{
			margin-right:1px;
		}
		.left2 .fsmall{
			font-size: 18px;
			font-size: 1.8rem;
			font-size: 5.0vw;
		}				
	.left3{
		width: 100%;	
		margin: 0;
	}	
		.left3 .bgdeepred{
			padding: 7px 10px 7px 5px;
			font-size: /*37*/34px;
			font-size: /*3.7*/3.4rem;
			font-size: /*11.5*/10.2vw;
			letter-spacing: 0.5px;	
			letter-spacing: 0.05rem;	
			box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
			word-break: break-all; 
		}
	.left4 {
		width: 100%;	
		margin-top: 10px;
		font-size: 20px;
		font-size: 2.0rem;
		font-size: 6.5vw;
		letter-spacing: 0.1px;
		letter-spacing: 0.01rem;
		letter-spacing: .05vw;
	}			
	.left5{
		width: 100%;
	}

	/*-- 入力フォーム --*/
	#section1 .mail_form_top {
		float: none;
		width:100%;
		box-sizing:border-box;
		margin-top: 30px;
		margin-bottom: 0px;
		margin-right:0;	
		font-size:6vw;
	}
	#section1 .mail_form_top .f1{
		font-size: 8vw;
	}	
	#section1 .mail_form_top::after {
		left:45%;
	}
	#section1 ul.mail_form {
		border-left: 3px solid #f5781c;  
		border-right: 3px solid #f5781c; 
		float: none;
		margin-right:0;
		padding: 20px 0 0;
	}
	#section1 ul.mail_form li {
		padding-top:10px;
	}
	#section1 .mail_form select {
		width: 90%;
	}
	#section1 .mail_form input {
		width: 88%;
	}
	#section1 .form_down .fa {
		right: 9%;
	}
	#section1 .form_down .tel_check .fa {
		right: 9%;
	}
	#section1 .tel_err_msg1{
		margin-left:6%;	
	}
	.tel_smalltxt{
		font-size: 9px;	
		font-size: 0.9em;
		font-size: .5vw;
		letter-spacing:0;
		padding: 0 1% 5%;
	}
	#cboxLoadedContent {
		width:90%;
	}	
	#section1 input.market_price {
		/* max-width: 320px; */
		/* height:100px; */
		/* max-width: 168px;; */
		max-width: 200px;
		height:69px;
	}

	/* ▼▼▼施工業者写真スライダー▼▼▼ */
	#section_photo{
		height: 240px;	
		box-sizing:border-box;
		padding: 20px 0;
	}
	#section_photo .txt{
		font-size:18px;
		font-size: 1.8rem;	
		line-height:24px;
		text-align:center;
	}
	#section_photo .txt .title{
		margin: 0;
		padding: 10px 0;
		text-align: center;	
	}
	#section_photo .txt .title .fcorange{
		color:#f5781c;
		font-size:24px;
		font-size: 2.4rem;	
	}
	#section_photo .txt .title:before,
	#section_photo .txt .title:after{
		display:none;
	}
	/* ▲▲▲施工業者写真スライダー▲▲▲ */

	/* ------------------- (SP)商品紹介 -------------------*/
	#section_products{
		padding: 20px 0 30px;
	}
	#section_products img.productstitle{
		margin-top:10px;
	}
	#section_products img.rankingicon{
		top:12px;
	}	
	.products_photo{
		width: 100%;
	}
	.products_photo ul{
		width: 100%;
	}
	.products_photo ul li{
		width: 49%;
		margin: 0 2% 0 0;
	}
	.products_photo ul li:nth-child(2n) {
		margin-right: 0;
	}
	.products_photo ul li img{
		width: 100%;
	}
	.makerpoint{
		padding:20px;
		margin: 40px auto 10px;
	}
	.makerpointtitle{
		width:100%;
	}
	.makerpointtext{
		width:100%;
		font-size:14px;
		font-size:1.4rem;
		margin-top:10px;
	}	

	/* ------------------- (SP)3ポイント ------------------- */
	#section_point_sp {
		padding: 40px 0 20px;
	}
	#section_point_sp .threepoint{
		width:100%;		
		margin:20px auto 0;
	}
		#section_point_sp ul{
			float:none;
			width:97%;
			margin: 0 auto;
			padding: 0;
			box-sizing: border-box;
		}
			#section_point_sp li{
				box-sizing: border-box;
				margin-bottom:30px;
				width:100%;				
				height:auto;
				text-align:left;
			}
				#section_point_sp li &gt; img.pointno{
					float:left;
					margin-right:10px;
					width:12%;
					height:auto;
				}
				#section_point_sp li &gt; .pointtext{
					float:left;
					font-size:12px;
					font-size:1.2rem;
					font-size:3.7vw;
					letter-spacing:1.0px;
					letter-spacing:.1rem;
					letter-spacing: .6vw;
					line-height: 16px;
					line-height: 1.6rem;
					line-height: 5vw;
					text-align:left;
					padding-top:3px;
					padding-top: .5vh;
					word-wrap: break-all;
				}
					li &gt; .pointtext .forange{
						color:#f5781c;
					}
					li &gt; .pointtext .funderline{
						box-shadow: 0px -6px 5px -5px #FABA8A inset,0px 8px 4px -8px  #FABA8A;
					}				
			#section_point_sp img.womanimage{
				width:38%;
				height:auto;
				margin-top:10px;
			}

	/* ------------------- (SP)メディア掲載事例 ------------------- */
	#section_media{
		padding:30px 0;
		font-size:18px;
		font-size: 1.8rem;
		font-size: 4vw;
		line-height: 25px;
		line-height:2.5rem;	  	
	}
	#section_media li{	
		display: inline-block;
		margin: 10px 10px 0;
		width: 20%;
	}	
	#section_media li.sp_disp_none {
		display:none;
	}	

	/* ------------------- (SP)3ステップ ------------------- */
	#section3{
		width:100%;
		box-sizing:border-box;
		padding: 20px 0 10px;
		margin: 0 auto;
	}
	#section3 img.threestep_img1{
		max-width:70%;
		height:auto;
		margin-bottom:5px;
	}
	#section3 .threestep_txt{
		font-size:28px;
		font-size:2.8rem;
		font-size: 4.5vw;
		font-weight:bold;
		letter-spacing: 1px;
		letter-spacing: .1rem;
		letter-spacing: .1vw;
		padding:0 0 20px;
	}
	#section3 img.threestep_img2{
		max-width:95%;
		height:auto;
	}

	/* ------------------- (SP)看板＆フォーム２ ------------------- */
	#section4{
		padding:40px 0 0;
		height: auto;
		margin: 0 auto;
		width:100%;
	}

	/* (SP)3ステップ後の入力フォーム */
	#section4{
		width:100%;
		background-color: #fff;
		margin:0 auto;
		height:auto;
	}
	#section4 .mail_form_top2 {
		float: none;
		width:100%;
		margin: 0;
		position: relative;
		padding: 15px 0px;	
		box-sizing:border-box;
		background-color: #f5781c;
		-webkit-border-top-right-radius: 10px;  
		-webkit-border-top-left-radius: 10px;  
		-moz-border-radius-topright: 10px;  
		-moz-border-radius-topleft: 10px;    
		font-size:26px;
		font-size: 2.6rem;	
		font-size: 6vw;
		font-weight:bold;
		letter-spacing:0.5px;
		letter-spacing:0.05rem;
		line-height: 35px;
		line-height:3.5rem;	
		color:#fff;
	}
	#section4 .mail_form_top2 .f1{
		color:#fbf29f;
		font-size:32px;
		font-size: 3.2rem;	
		font-size: 8vw;
		letter-spacing:1px;	
		letter-spacing:0.1rem;
		margin-right:2px;
	}
	#section4 .mail_form_top2 .f2{
		color:#fff;
		border-bottom:2px solid #fff;
	}
	#section4 .mail_form_top2 .f3{
		color:#fbf29f;
		font-size:38px;
		font-size: 3.8rem;	
		letter-spacing:8px;		
	}
	#section4 .mail_form_top2::after {
		position: absolute;
		top: 100%;
		left:45%;
		content: '';
		width: 0;
		height: 0;
		border: 1.0rem solid transparent;
		border-top: 0.75rem solid #f5781c;		
	}
	#section4 ul.mail_form2 {
		background-color: #fff;
		border-bottom: 3px solid #f5781c;
		border-left: 3px solid #f5781c;  
		border-right: 3px solid #f5781c; 
		margin: -1px auto 50px;
		width:100%;	
		padding: 20px 0 10px 0;
		box-sizing:border-box;
		-webkit-border-bottom-right-radius: 10px;  
		-webkit-border-bottom-left-radius: 10px;  
		-moz-border-radius-bottomright: 10px;  
		-moz-border-radius-bottomleft: 10px;  		
	}
	#section4 ul.mail_form2 li {
		padding-top:10px;
	}
	#section4 .mail_form2 select {
		margin-bottom: 15px;
		font-size: 15px;
		font-size: 1.5rem;	
		border: solid 1px #da3f1c;
		background-color: #fff;
		padding: 7px 0 7px 10px;
		-webkit-appearance: none;
		-moz-appearance: none;
		width: 90%;
		text-indent: 0.01px;
		text-overflow: '';	
		}
	#section4 .mail_form2 select::-ms-expand {
		display: none;
	}
	#section4 .form_down {
		position: relative;
	}
	#section4 .form_down .fa {
		font-size: 25px;
		font-size: 2.5rem;	
		right:9%;
		top: -45px;
		position: absolute;
	}			
	#section4 .mail_form2 input {
		font-size: 15px;
		font-size: 1.5rem;	
		border: solid 1px #da3f1c;
		background-color: #fff;
		margin-bottom: 15px;
		padding: 7px 0 7px 6px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-size: 30px, 100%;
		width: 88%;
		height:20px;		
	}
	#section4 input.market_price2 {
		background: url(./img/check_button_send.png)  no-repeat;
		background-size: 100%;
		border: none;
		cursor: pointer;
		/* max-width: 320px;
		height:100px; */
		/* max-width: 320px; */
		max-width: 200px;
		height:69px;
		margin-top:10px;
	}	
	#section4 input.market_price2:hover {
		opacity: 0.9;
	}	
	#section4 .tel_err_msg2{
		font-family:inherit;
		font-size:15px;
		font-size: 1.5rem;	
		color:#ff0000;
		letter-spacing:0.8;
		text-align:left;
		padding-bottom:2px;			
		margin-left:6%;	
	}

	/* ------------------- (SP)主要メーカー ------------------- */
	.makername {
		width: 90%;
		margin: 20px auto 0;
		padding: 20px 0; 
		font-size: 17px;
		font-size: 1.7rem;
	}
	.makername::before {
		left: 0.5em; 
	}
	.makername ul li{
		margin: 15px 15px 0;
	}


}



/* ------------------- 完了画面 ------------------- */
#thanks_section{
	width:600px;
	margin:0 auto;
	text-align:center;
}	

#thanks_section p.thanks_text1 {
	color: #ff832e;
	font-size: 20px;
	font-size: 2.0rem;	
	margin: 75px 0 40px;
}

#thanks_section p.thanks_text2 {
	margin-bottom: 30px;
	line-height:22px;
	line-height:2.2rem;
}

#thanks_section p.thanks_text3 {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 25px;
	line-height: 25px;
	line-height: 2.5rem;  
}/*20180318カスタマーセンター表記追加・変更 */

#thanks_section p.thanks_text3 span {
	font-weight: bold;
	font-size: 50px;
	font-size: 5.0rem;
	line-height:5.0rem;	
}/*20180318電話番号サイズ変更30→50 */

#thanks_section .guidance_area {
	border: 3px solid #e5e5e5;
	display: inline-block;
	margin-bottom: 30px;
	padding: 15px;
	width:300px;
}

#thanks_section .guidance_area a {
	background-color: #e5e5e5;
	border: 1px solid #e5e5e5;
	border-radius: 15px;
	color: #333333;
	display: block;
	margin: 20px auto 10px;
	padding: 8px;
	text-decoration: none;
	width: 200px;
}

#thanks_section p.header_text1 {
	font-size: 15px;
	font-size: 1.5rem;	
	display: inline-block;
	margin-top: 10px;
	margin-left: 5px;
	padding-bottom: 2px;
	line-height:18px;
	line-height:1.8rem;
	text-align: left;
	vertical-align: bottom;
}

#thanks_section p.header_text1 span {
	color: #ff0000;
	font-size: 15px;
	font-size: 1.5rem;	
}
 
#thanks_tel{
	text-align:left;
	width:310px;
	margin:20px auto;
}

#thanks_section p.thanks_text4 {
	margin-bottom: 5px;
	font-weight:bold;
	font-size:14px;
	font-size:1.4rem;
}
#thanks_section input {
	font-size: 15px;
	font-size: 1.5rem;	
	border: solid 1px #da3f1c;
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: 5px;
	padding: 6px 3px;
	box-sizing:border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-size: 30px, 100%;
	width: 300px;
}
.your_tel_thanks{
	width:100%;
	margin:0 auto;
}
#thanks_section .telsendbtn {
	width:300px;
	background: #d04a3e;
	border: 4px solid #f2f2f2;
	border-radius: 9px;	
	text-decoration: none;
	font-size: 28px;
	font-size: 2.8rem;	
	font-weight:bold;
	text-shadow: 2px 2px 2px #000;
	color: #fff;  
	box-sizing:border-box;
	padding: 20px 10px;
	margin: 10px 0;
	-webkit-transition: All 250ms ease;
	-moz-transition: All 250ms ease;
	-o-transition: All 250ms ease;
	-ms-transition: All 250ms ease;
	transition: All 250ms ease;
	background-image:-moz-linear-gradient(top, #f48a84 0%, #d04a3e);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f48a84),to(#d04a3e));  
}
#thanks_section .telsendbtn:hover{
	background:#f48a84;
}
#thanks_section .thanks_tel{
	margin:0 auto;
	width:100%;
}
#thanks_section .thanks_tel_err_msg{
	font-size:15px;
  	font-size: 1.5rem;	
	color:#ff0000;
	letter-spacing:0.2px;
	letter-spacing:0.02rem;
	text-align:left;
	margin-bottom:5px;
}
#f-section1 {
	background-color: #fff;
	padding: 15px;
	margin: 0;
}

#f-section1 ul {
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;	
  line-height: 18px;
  line-height: 1.8rem;
  padding: 0;
  margin: 0;
}

#f-section1 a {
  color: #0404e6;
  font-size: 12px;
  font-size: 1.2rem;	
  text-decoration: none;
}

@media screen and (max-width:768px){
	#thanks_section{
		text-align:left;
		width: 95%;
		max-width:300px;		
	}
	#thanks_section p.header_text1 {
		padding-bottom: 8px;
	}
	#thanks_section .guidance_area {
		padding: 15px;
		width:300px;
		box-sizing:border-box;        
		margin:0 auto;      
		display: block;     
		text-align:center;  
	}
	.guidance_area .header_logo {
		width: 25%;
	}
	#thanks_section p.thanks_text1 {
		margin: 45px 0;
	}
	.copyright {
		font-size: 10px;
		font-size: 1.0rem;	
		padding-top: 2px;
	}
}
</pre></body></html>