@charset "UTF-8";


/*****************************************************
　ヘッダー　
*****************************************************/
#header{
	left:8.68vw;
	margin:0;
	position:absolute;
	top:7.43vw;
	z-index:0;
}


/*****************************************************
　メインビジュアル　
*****************************************************/
/* 画像・キャッチコピー 
------------------------------------------------- */
#main-visual .main-visual_inner{
	position:relative;
}
/* ----- 画像 ----- */
#main-visual .main-visual_inner .img{
	background:url('../img/top/main-visual.jpg') no-repeat center center;
	background-size:cover;
	border-radius:0 0 0 45px;
	height:80vh;
	height:45vw;
	position:absolute;
	right:0;
	top:0;
	width:69vw;
	z-index:-1;
}
/* ----- キャッチコピー ----- */
#main-visual .main-visual_inner .txt{
	text-align:center;
	width:100%;
}
#main-visual .main-visual_inner .txt img{
	margin:20px 0 0 11vw;
	max-width:971px;
	width:67.43vw;
}
/* ----- アイコン ----- */
#main-visual .main-visual_inner .icon{
	bottom:-20vw;
	max-width:350px;
	position:absolute;
	right:70px;
	width:24.3vw;
	z-index:0;
}
#main-visual .main-visual_inner .icon img{
	width:100%;
}
/* その他情報（補助金名・日付など） 
------------------------------------------------- */
/* ----- .pagettl-wrap ----- */
#main-visual .pagettl-wrap{
	margin:0 65px ;
}
/* ロゴ */
.syologo-wrap{
	display:flex;
	margin:0 0 0 20px;
	position:relative;
	z-index:0;
}
.syologo-wrap .syo-logo{
	background:#f3f1ee;
	padding:10px;
}
.syologo-wrap .syo-logo + .syo-logo{
	padding-left:20px;
}
/* タイトル */
#main-visual .pagettl-wrap .pagettl .small,
#main-visual .pagettl-wrap .pagettl .large{
	background:#f3f1ee;
	display:inline-block;
	font-weight:bold;
	line-height:1.4;
}
#main-visual .pagettl-wrap .pagettl .small{
	font-size:29px;
	font-size:2.9rem;
	letter-spacing:0.3;
	letter-spacing:0.14;
	padding:2px 10px 2px 22px;
}
#main-visual .pagettl-wrap .pagettl .large{
	font-size:50px;
	font-size:5.0rem;
	letter-spacing:0.2;
	padding:5px 20px;
}
/* ----- .pagettl-wrap ----- */
#main-visual .date{
	margin:50px 147px 0;
	text-align:center;
}
#main-visual .date p{
	background:#fff;
	border:3px solid #ec6c00;
	color:#ec6c00;
	font-size:55px;
	font-size:5.5rem;
	font-weight:bold;
	line-height:1.4;
	margin:50px auto 0;
	max-width:1000px;
	padding:0 40px 20px;
	width:100%;
}
#main-visual .date p span{
	font-size:30px;
	font-size:3.0rem;
	font-weight:bold;
}


/*****************************************************
　一部商品紹介　
*****************************************************/
#product-summary{
	margin:100px 0 0;
	padding:50px 0;
	position:relative;
}
/*#product-summary:before{
	background:#fff;
	bottom:70px;
	content:'';
	display:block;
	height:216px;
	left:0;
	position:absolute;
	width:100%;
	z-index:-1;
}*/
/* 内容 
------------------------------------------------- */
#product-summary .ps-list{
	display:flex;
	justify-content:center;
}
#product-summary .ps-list .ps-item + .ps-item{
	margin:0 0 0 145px;
}
#product-summary .ps-list .ps-item:nth-child(1){
	max-width:277px;
	width:28%;
}
#product-summary .ps-list .ps-item:nth-child(2){
	max-width:264px;
	width:27%;
}
#product-summary .ps-list .ps-item .ttl{
	font-size:31px;
	font-size:3.1rem;
	font-weight:bold;
	letter-spacing:0.2em;
	line-height:1.4;
	margin:0 0 15px;
	text-align:center;
}
#product-summary .ps-list .ps-item .ttl .icon{
	background:url('../img/top/yellow_iconbg.png') no-repeat center center;
	display:block;
	font-size:25px;
	font-size:2.5rem;
	line-height:46px;
	margin:0 auto;
	position:relative;
	width:256px;
}
#product-summary .ps-list .ps-item .ttl .icon:before{
	background:url('../img/top/attention2.png') no-repeat center center;
	background-size:contain;
	content:'';
	display:block;
	height:54px;
	left:-58px;
	position:absolute;
	top:-38px;
	width:72px;
	z-index:0;
}
#product-summary .ps-list .ps-item .ttl .small{
	font-size:26px;
	font-size:2.6rem;
}
/* ボタン 
------------------------------------------------- */
.ps-readmore{
	font-size:33px;
	font-size:3.3rem;
	font-weight:bold;
	letter-spacing:0.2em;
	margin:30px 0;
	text-align:center;
}
.ps-readmore a{
	color:#ec6c00;
}
/* 間取り図＆金額表 
------------------------------------------------- */
#product-summary .ps-ttl{
	font-size:45px;
	font-size:4.5rem;
	font-weight:bold;
	letter-spacing:0.16em;
	line-height:1.4;
	margin:0 0 30px;
	text-align:center;
}
/* ----- 間取り図 ----- */
#product-summary .floormap{
	max-width:800px;
	margin:0 auto 30px;
	text-align:center;
	width:100%;
}
/* ----- 金額表 ----- */
#product-summary .price-list{
	border:3px solid #55342d;
	border-collapse:collapse;
	border-radius:18px;
	width:100%;
}
#product-summary .price-list th,
#product-summary .price-list td{
	background:#fff;
	border:1px solid #55342d;
	padding:10px;
}
#product-summary .price-list thead th{
	background:#55342d;
	border-right:1px solid #fff;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
#product-summary .price-list tbody th{
	text-align:left;
}
#product-summary .price-list tbody td:nth-child(4){
	text-align:center;
}
#product-summary .price-list tbody td:nth-child(5),
#product-summary .price-list tbody td:nth-child(6),
#product-summary .price-list tbody td:nth-child(7),
#product-summary .price-list tbody td:nth-child(8){
	text-align:right;
}
#product-summary .price-list thead th:nth-child(8){
	background:#ec6c00;
}
#product-summary .price-list tbody td:nth-child(8){
	font-size:20px;
	font-size:2.0rem;
	font-weight:bold;
}
#product-summary .p-notice{
	font-size:14px;
	font-size:1.4rem;
	margin:0.5em 0 0;
	text-align:right;
}


/*****************************************************
　窓のあるある　
*****************************************************/
#worry{
	margin:120px 0 0;
	position:relative;
}
#worry:before,
#worry:after{
	content:'';
	display:block;
	position:absolute;
}
#worry:before{
	background:#fff;
	height:216px;
	left:0;
	top:150px;
	width:100%;
	z-index:-1;
}
#worry:after{
	background:url('../img/top/kumo_1.png') no-repeat center center;
	background-size:contain;
	bottom:-65px;
	height:83px;
	left:100px;
	width:156px;
	z-index:-1;
}
/* タイトル 
------------------------------------------------- */
.worry-ttl{
	font-size:45px;
	font-size:4.5rem;
	font-weight:bold;
	letter-spacing:0.16em;
	line-height:1.4;
	margin:0 0 50px;
	text-align:center;
}
.worry-ttl br{
	display:none;
}
/* 内容 
------------------------------------------------- */
.worry-list{
	display:flex;
	justify-content:space-between;
}
.worry-list .worry-item{
	max-width:290px;
	width:29%;
}
.worry-list .worry-item .img{
	text-align:center;
}
.worry-list .worry-item .ttl{
	font-size:25px;
	font-size:2.5rem;
	font-weight:bold;
	letter-spacing:0.18em;
	line-height:1.3;
	margin:0 0 25px;
	text-align:center;
}
/*.worry-list .worry-item:nth-child(3) .ttl{
	padding:0.6em 0 0.7em;
}*/
.worry-list .worry-item .txt{
	letter-spacing:0.18em;
	line-height:1.5;
	text-align:justify;
}
/* ----- その他 ----- */
#worry .other{
	margin:30px 0 0;
	text-align:center;
	position:relative;
}
#worry .other:after{
	bottom:-50px;
	content:'・・・';
	display:block;
	-ms-writing-mode:tb-rl;
	writing-mode:vertical-rl;
	font-size:20px;
	font-size:2.0rem;
	font-weight:bold;
	left:50%;
	letter-spacing:-0.3em;
	margin:0 0 0 -0.5em;
	position:absolute;
	z-index:0;
}
#worry .other-1{
	font-size:25px;
	font-size:2.5rem;
	font-weight:bold;
	letter-spacing:0.24em;
	line-height:1.4;
	margin:0 0 5px;
}
#worry .other-2{
	font-size:20px;
	font-size:2.0rem;
	font-weight:bold;
	letter-spacing:0.24em;
	line-height:1.4;
}


/*****************************************************
　窓のせいかも　
*****************************************************/
#madonoseikamo{
	margin:60px 0 0;
	text-align:center;
}
#madonoseikamo .madonoseikamo-inner{
	display:inline-block;
	position:relative;
}
#madonoseikamo .madonoseikamo-inner:before,
#madonoseikamo .madonoseikamo-inner:after{
	content:'';
	display:block;
	position:absolute;
	z-index:0;
}
#madonoseikamo .madonoseikamo-inner:before{
	background:url('../img/top/tori.png') no-repeat center center;
	background-size:contain;
	height:173px;
	left:-158px;
	top:47px;
	width:122px;
}
#madonoseikamo .madonoseikamo-inner:after{
	background:url('../img/top/kaeru.png') no-repeat center center;
	background-size:contain;
	height:178px;
	right:-158px;
	top:45px;
	width:109px;
}
/* タイトル 
------------------------------------------------- */
.madonoseikamo-ttl{
	text-align:center;
}
.madonoseikamo-subttl{
	display:inline-block;
	margin:35px 0 0;
	position:relative;
}
.madonoseikamo-subttl:after{
	background:url('../img/top/thermometer.png') no-repeat center center;
	background-size:contain;
	content:'';
	display:block;
	height:111px;
	position:absolute;
	right:-70px;
	top:-18px;
	width:54px;
	z-index:0;
}
/* テキスト 
------------------------------------------------- */
#madonoseikamo .txt{
	letter-spacing:0.18em;
	line-height:1.5;
	margin:10px 0 0;
	text-align:center;
}


/*****************************************************
 実証実験　
*****************************************************/
#experiment{
	margin:80px 0 100px;
}
/* タイトル 
------------------------------------------------- */
.experiment-ttl{
	font-size:25px;
	font-size:2.5rem;
	font-weight:bold;
	letter-spacing:0.18em;
	line-height:1.3;
	margin:0 0 25px;
	text-align:center;
}
/* 概要 
------------------------------------------------- */
.experiment-summary{
	display:flex;
}
/* ----- 画像 ----- */
.experiment-summary .experiment-img{
	margin:0 auto 20px;
	max-width:600px;
	width:100%;
}
/* ----- 実験詳細 ----- */
.experiment-summary .experiment-detail{
	margin:0 auto;
	width:450px;
}
.experiment-detail dl{
	display:flex;
}
.experiment-detail dt,
.experiment-detail dd{
	border:1px solid #55342d;
	line-height:1.4;
	padding:8px 15px;
	vertical-align:top;
}
.experiment-detail dt{
	background:#55342d;
	border-bottom:1px solid #fff;
	color:#fff;
	text-align:left;
	width:130px;
}
.experiment-detail dl:last-child dt{
	border-bottom:1px solid #55342d;
}
.experiment-detail dd{
	background:#fff;
	width:calc(100% - 130px);
}
.experiment-detail dl + dl dt,
.experiment-detail dl + dl dd{
	border-top:none;
}
/* 実験結果 
------------------------------------------------- */
.experiment-result{
	display:flex;
	justify-content:space-between;
	margin:30px 0 0;
}
.er-item{
	max-width:370px;
	width:30.83vw;
}
.er-item .img{
	position:relative;
}
.er-item .img:after{
	border-top:15px solid transparent;
	border-left:20px solid #55342d;
	border-bottom:15px solid transparent;
	content:'';
	display:block;
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	right:-32px;
	z-index:0;
}
.er-item:last-child .img:after{
	display:none;
}
.er-item .txt{
	line-height:1.4;
	margin:0.5em 0 0;
	text-align:center;
}
/* テキスト 
------------------------------------------------- */
.experiment-txt{
	font-size:25px;
	font-size:2.5rem;
	line-height:1.4;
	margin:40px 0 0;
	text-align:center;
}
.experiment-txt .orange{
	color:#ec6c00;
	font-size:inherit;
	font-weight:bold;
}


/*****************************************************
 youtube　
*****************************************************/
#youtube{
	margin:80px 0;
}
/* タイトル 
------------------------------------------------- */
.youtube-ttl{
	font-size:25px;
	font-size:2.5rem;
	font-weight:bold;
	letter-spacing:0.18em;
	line-height:1.3;
	margin:0 0 25px;
	text-align:center;
}
/* 動画 
------------------------------------------------- */
#youtube .youtube-box{
	display:flex;
	justify-content:space-between;
}
#youtube .youtube-box .y-item{
	height:0;
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	width:48%;
}
#youtube .youtube-box .y-item iframe{
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}


/*****************************************************
　補助金が出ます　
*****************************************************/
#subsidy{
	margin:50px 0 0;
	position:relative;
}
#subsidy:after{
	background:url('../img/top/kumo_2.png') no-repeat center center;
	background-size:contain;
	content:'';
	display:block;
	height:52px;
	position:absolute;
	right:127px;
	top:195px;
	width:96px;
	z-index:0;
}
#subsidy > .inner{
	position:relative;
}
#subsidy > .inner:before,
#subsidy > .inner:after{
	content:'';
	display:block;
	position:absolute;
	z-index:0;
}
#subsidy > .inner:before{
	background:url('../img/top/kirakira_1.png') no-repeat center center;
	background-size:contain;
	height:136px;
	right:90px;
	top:-60px;
	width:89px;
}
#subsidy > .inner:after{
	background:url('../img/top/kirakira_2.png') no-repeat center center;
	background-size:contain;
	height:132px;
	left:-100px;
	top:195px;
	width:147px;
}
/* タイトル 
------------------------------------------------- */
#subsidy .subsidy-ttl{
	position:relative;
	text-align:center;
}
#subsidy .subsidy-ttl:before{
	background:url('../img/top/mado.png') no-repeat center center;
	bottom:-27px;
	content:'';
	display:block;
	height:99px;
	left:50px;
	position:absolute;
	width:136px;
	z-index:0;
}


/*****************************************************
　快適・健康の窓リフォーム　
*****************************************************/
#subsidy-madoreform{
	margin:0 auto;
	max-width:970px;
	position:relative;
	width:100%;
}
#subsidy-madoreform:before{
	background:url('../img/top/kumo_2.png') no-repeat center center;
	background-size:contain;
	bottom:-15px;
	content:'';
	display:block;
	height:52px;
	position:absolute;
	left:-185px;
	width:96px;
	z-index:0;
}
/* タイトル 
------------------------------------------------- */
#subsidy-madoreform .sm-ttl{
	color:#ec6c00;
	left:0;
	letter-spacing:0.1em;
	line-height:1.4;
	margin:0 auto;
	position:absolute;
	right:0;
	text-align:center;
	top:-3.3em;
	z-index:1;
}
#subsidy-madoreform .sm-ttl .ttl-inner{
	background:url('../img/common/ttl_bg.png') repeat-x left center;
	background-size:100% 100%;
	display:inline-block;
	font-size:37px;
	font-size:3.7rem;
	font-weight:bold;
	padding:0 20px;
}
#subsidy-madoreform .sm-ttl .large{
	display:inline-block;
	font-size:50px;
	font-size:5.0rem;
	font-weight:bold;
	margin:10px 0 0;
}
/* 内容 
------------------------------------------------- */
#subsidy-madoreform .sm-contents{
	background:#fff;
	border:3px solid #251d1b;
	box-sizing:border-box;
	border-radius:18px;
	margin:100px 0 0;
	padding:90px 75px 70px;
	position:relative;
}
#subsidy-madoreform .sm-contents:after{
	background:url('../img/top/plus.png') no-repeat center center;
	background-size:contain;
	bottom:-65px;
	content:'';
	display:block;
	height:86px;
	left:50%;
	margin:0 0 0 -43px;
	width:86px;
	position:absolute;
	z-index:0;
}
.sm-list{
	display:flex;
	justify-content:space-between;
	margin:40px 0 0;
}
.sm-list .sm-item{
	text-align:center;
}
.sm-list .sm-item1{
	max-width:403px;
	width:50%;
}
.sm-list .sm-item2{
	max-width:339px;
	width:42%;
}
.sm-list .sm-item .ttl{
	border:2px solid #ec6c00;
	color:#ec6c00;
	display:inline-block;
	font-size:28px;
	font-size:2.8rem;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:46px;
	padding:0 30px;
}
.sm-list .sm-item .txt{
	display:inline-block;
	font-size:19px;
	font-size:1.9rem;
	letter-spacing:0.1em;
	line-height:1.6;
	margin:22px 0 0;
	text-align:left;
}
.sm-list .sm-item .img{
	margin:30px 0 0;
}
.sm-list .sm-item .img figcaption{
	color:#ec6c00;
	font-size:25px;
	font-size:2.5rem;
	font-weight:bold;
	letter-spacing:0.24em;
	margin:24px 0 0;
}
.sm-list .sm-item .ex-contents{
	margin:95px 0 0;
	position:relative;
}
.sm-list .sm-item .ex-contents .ex{
	left:-27px;
	position:absolute;
	top:-45px;
	z-index:0;
}
.sm-list .sm-item .ex-contents .ex-kome{
	display:block;
	letter-spacing:0.1em;
	margin:8px 0 0;
	text-align:right;
}


/*****************************************************
　面倒な補助金申請は「石田トーヨー」におまかせ!!　
*****************************************************/
#subsidy-detail{
	margin:185px auto 0;
	max-width:970px;
	position:relative;
	width:100%;
}
#subsidy-detail:before{
	background:url('../img/top/kirakira_3.png') no-repeat center center;
	background-size:contain;
	content:'';
	display:block;
	height:102px;
	left:50px;
	top:-150px;
	width:85px;
	position:absolute;
	z-index:0;
}
/* タイトル 
------------------------------------------------- */
#subsidy-detail .sm-ttl{
	color:#ec6c00;
	left:0;
	letter-spacing:0.1em;
	line-height:1.4;
	margin:0 auto;
	position:absolute;
	right:0;
	text-align:center;
	top:-3.3em;
	z-index:0;
}
#subsidy-detail .sm-ttl .ttl-inner{
	background:url('../img/common/ttl_bg.png') repeat-x left center;
	background-size:100% 100%;
	display:inline-block;
	font-size:37px;
	font-size:3.7rem;
	font-weight:bold;
	padding:0 20px;
}
#subsidy-detail .sm-ttl .large{
	display:inline-block;
	font-size:45px;
	font-size:4.5rem;
	font-weight:bold;
	margin:10px 0 0;
}
/* 内容 
------------------------------------------------- */
#subsidy-detail .sm-contents{
	background:#fff;
	border:3px solid #251d1b;
	box-sizing:border-box;
	border-radius:18px;
	padding:55px 75px 35px;
}
#subsidy-detail .sm-contents .txt{
	line-height:1.4;
	margin:0 0 15px;
	text-align:center;
}
#subsidy-detail .sm-contents .v-detail dl:nth-child(1) dt{
	vertical-align:top;
}
#subsidy-detail .sm-contents .v-detail dl:nth-child(1) dt span{
	width:calc(50px + 5em);
}
#subsidy-detail .sm-contents .v-detail dl + dl{
	margin:20px 0 0;
}
#subsidy-detail .sm-contents .v-detail dl dt,
#subsidy-detail .sm-contents .v-detail dl dd{
	vertical-align:middle;
}
#subsidy-detail .sm-contents .v-detail dl dd .large{
	color:#ec6c00;
	font-size:41px;
	font-size:4.1rem;
	font-weight:bold;
	letter-spacing:0.2em;
}
#subsidy-detail .sm-contents .v-detail dl dd .small{
	color:#ec6c00;
	font-size:25px;
	font-size:2.5rem;
	letter-spacing:0.2em;
	margin:0 0 0 0.5em;
}
#subsidy-detail .sm-contents .v-detail dl dd .small-2{
	font-size:16px;
	font-size:1.6rem;
	letter-spacing:0.2em;
	margin:0 0 0 0.5em;
}


/*****************************************************
　リフォーム補助金対象商品紹介　
*****************************************************/
#product{
	margin:130px 0 0;
	position:relative;
}
#product:after{
	background:url('../img/top/kumo_1.png') no-repeat center center;
	background-size:contain;
	content:'';
	display:block;
	height:83px;
	position:absolute;
	right:80px;
	top:-40px;
	width:156px;
	z-index:0;
}
/* タイトル 
------------------------------------------------- */
#product .product-ttl{
	color:#ec6c00;
	letter-spacing:0.2em;
	line-height:1.4;
	margin:0 0 25px;
	text-align:center;
}
#product .product-ttl .ttl-inner{
	display:inline-block;
	font-size:33px;
	font-size:3.3rem;
	font-weight:bold;
	padding:0 60px;
	position:relative;
}
#product .product-ttl .ttl-inner:before,
#product .product-ttl .ttl-inner:after{
	content:'';
	display:block;
	position:absolute;
	z-index:0;
}
#product .product-ttl .ttl-inner:before{
	background:url('../img/top/slash1.png') no-repeat center center;
	background-size:contain;
	bottom:10px;
	height:39px;
	left:0;
	width:31px;
}
#product .product-ttl .ttl-inner:after{
	background:url('../img/top/slash2.png') no-repeat center center;
	background-size:contain;
	bottom:10px;
	height:39px;
	right:0;
	width:31px;
}
#product .product-ttl .large{
	color:#ec6c00;
	display:inline-block;
	font-size:54px;
	font-size:5.4rem;
	font-weight:bold;
	margin:10px 0 0;
}
/* テキスト 
------------------------------------------------- */
#product .txt{
	line-height:1.5;
	margin:0 auto 35px;
	max-width:650px;
	width:100%;
}
/* 商品 
------------------------------------------------- */
.product-item-list{
	margin:0 auto;
	max-width:970px;
	width:100%;
}
.product-item{
	background:#fff;
	border:3px solid #251d1b;
	box-sizing:border-box;
	border-radius:18px;
	padding:25px 55px;
	position:relative;
}
.product-item + .product-item{
	margin:60px 0 0;
}
/* ----- タイトル ----- */
.product-item .ttl{
	background:url('../img/common/arrow.png') no-repeat left center;
	background-size:contain;
	font-size:29px;
	font-size:2.9rem;
	font-weight:bold;
	letter-spacing:0.2em;
	line-height:1.4;
	margin:0 0 10px;
	padding:0 0 0 55px;
}
.product-item .ttl .small{
	font-size:20px;
	font-size:2.0rem;
}
/* ----- タグ ----- */
.product-item .tag{
	position:absolute;
	right:-35px;
	top:-40px;
	z-index:0;
}
/* ----- 詳細 ----- */
.product-item .detail{
	align-items:center;
	display:flex;
	justify-content:space-between;
}
.product-item .detail .price img.sp{
	display:none;
}
/* 注意書き 
------------------------------------------------- */
.notice{
	line-height:1.4;
	margin:30px 0 0;
	text-align:center;
}
/* 見積もりボタン 
------------------------------------------------- */
.quote{
	margin:65px 0 0;
}
.quote-ttl{
	text-align:center;
}
.quote-btn{
	background:#fff;
	border:5px solid #4e3730;
	border-radius:20px;
	margin:25px auto 0;
	max-width:770px;
	text-align:center;
	width:100%;
}
.quote-btn a{
	display:block;
}
.quote-btn span{
	background:url('../img/top/brown-arrow.png') no-repeat right center;
	color:#4e3730;
	font-size:37px;
	font-size:3.7rem;
	font-weight:bold;
	line-height:120px;
	padding:0 95px 0 0;
}


/*****************************************************
　補助金申請・受取までの流れ　
*****************************************************/
#flow{
	margin:175px 0 0;
}
/* タイトル 
------------------------------------------------- */
#flow .flow-ttl{
	color:#ec6c00;
	letter-spacing:0.2em;
	line-height:1.4;
	margin:0 0 65px;
	text-align:center;
}
#flow .flow-ttl .ttl-inner{
	display:inline-block;
	font-size:33px;
	font-size:3.3rem;
	font-weight:bold;
	padding:0 60px;
	position:relative;
}
#flow .flow-ttl .ttl-inner:before,
#flow .flow-ttl .ttl-inner:after{
	content:'';
	display:block;
	position:absolute;
	z-index:0;
}
#flow .flow-ttl .ttl-inner:before{
	background:url('../img/top/slash1.png') no-repeat center center;
	background-size:contain;
	bottom:10px;
	height:39px;
	left:0;
	width:31px;
}
#flow .flow-ttl .ttl-inner:after{
	background:url('../img/top/slash2.png') no-repeat center center;
	background-size:contain;
	bottom:10px;
	height:39px;
	right:0;
	width:31px;
}
#flow .flow-ttl .large{
	color:#ec6c00;
	display:inline-block;
	font-size:54px;
	font-size:5.4rem;
	font-weight:bold;
	margin:10px 0 0;
}
#flow .flow-ttl .large br{
	display:none;
}
/* 内容 
------------------------------------------------- */
.flow-list{
	display:flex;
	justify-content:space-between;
}
.flow-list + .flow-list{
	flex-direction:row-reverse;
	margin:80px 0 0;
}
.flow-list .flow-item{
	background:#fff;
	border:3px solid #251d1b;
	box-sizing:border-box;
	border-radius:8px;
	max-width:330px;
	padding:30px 30px 40px 55px;
	position:relative;
	width:28%;
}
.flow-list .flow-item .num{
	left:-47px;
	margin:-44px 0 0;
	position:absolute;
	top:50%;
	z-index:0;
}
.flow-list .flow-item .ttl{
	color:#ec6c00;
	font-size:25px;
	font-size:2.5rem;
	font-weight:bold;
	letter-spacing:0.2em;
	line-height:1.3;
	margin:0 0 15px;
}
.flow-list .flow-item .txt{
	letter-spacing:0.18em;
	line-height:1.5;
	text-align:justify;
}
.flow-list_wrap{
	position:relative;
}
.flow-list_wrap:before{
	background:url('../img/top/orange-arrow2.png') no-repeat center center;
	background-size:contain;
	content:'';
	display:block;
	height:26px;
	position:absolute;
	right:125px;
	top:50%;
	width:48px;
	z-index:0;
}
.flow-list1 .flow-item + .flow-item{
	position:relative;
}
.flow-list1 .flow-item + .flow-item:before{
	background:url('../img/top/orange-arrow1.png') no-repeat center center;
	background-size:contain;
	content:'';
	display:block;
	height:49px;
	left:-95px;
	margin:-24px 0 0;
	position:absolute;
	top:50%;
	width:27px;
	z-index:0;
}
.flow-list2 .flow-item + .flow-item{
	position:relative;
}
.flow-list2 .flow-item + .flow-item:before{
	background:url('../img/top/orange-arrow3.png') no-repeat center center;
	background-size:contain;
	content:'';
	display:block;
	height:49px;
	margin:-24px 0 0;
	position:absolute;
	right:-45px;
	top:50%;
	width:27px;
	z-index:0;
}


/*****************************************************
　施工事例　
*****************************************************/
#works{
	margin:160px 0 0;
}
/* タイトル 
------------------------------------------------- */
#works .works-ttl{
	color:#ec6c00;
	letter-spacing:0.2em;
	line-height:1.4;
	margin:0 0 65px;
	text-align:center;
}
#works .works-ttl .ttl-inner{
	display:inline-block;
	font-size:33px;
	font-size:3.3rem;
	font-weight:bold;
	padding:0 60px;
	position:relative;
}
#works .works-ttl .ttl-inner:before,
#works .works-ttl .ttl-inner:after{
	content:'';
	display:block;
	position:absolute;
	z-index:0;
}
#works .works-ttl .ttl-inner:before{
	background:url('../img/top/slash1.png') no-repeat center center;
	background-size:contain;
	bottom:10px;
	height:39px;
	left:0;
	width:31px;
}
#works .works-ttl .ttl-inner:after{
	background:url('../img/top/slash2.png') no-repeat center center;
	background-size:contain;
	bottom:10px;
	height:39px;
	right:0;
	width:31px;
}
#works .works-ttl .large{
	color:#ec6c00;
	display:inline-block;
	font-size:54px;
	font-size:5.4rem;
	font-weight:bold;
	margin:10px 0 0;
}
/* 内容 
------------------------------------------------- */
.works-list{
	align-items:top;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.works-list .works-item{
	background:#fff;
	border:4px solid #000;
	border-radius:18px;
	margin:60px 0 0;
	max-width:580px;
	padding:40px 40px 30px;
	position:relative;
	width:48%;
}
.works-list .works-item:nth-child(1),
.works-list .works-item:nth-child(2){
	margin:0;
}
.works-list .works-item{
	display:flex;
	justify-content:space-between;
}
.works-list .works-item .before,
.works-list .works-item .after{
	max-width:270px;
	width:47%;
}
.works-list .works-item .before .img{
	position:relative;
}
.works-list .works-item .before .img:after{
	border-bottom:20px solid transparent;
	border-left:18px solid #555;
	border-right:0;
	border-style:solid;
	border-top:20px solid transparent;
	content:'';
	display:block;
	height:0;
	position:absolute;
	right:-23px;
	top:50%;
	transform:translate(0,-50%);
	width:0;
	z-index:0;
}
.works-list .works-item .txt{
	line-height:1.4;
	margin:1em 0 0;
}
/* ----- 施工事例リンクボタン ----- */
.works-btn{
	background:#fff;
	border:5px solid #4e3730;
	border-radius:20px;
	margin:120px auto 0;
	max-width:770px;
	text-align:center;
	width:100%;
}
.works-btn a{
	display:block;
}
.works-btn span{
	background:url('../img/top/brown-arrow.png') no-repeat right center;
	color:#4e3730;
	font-size:37px;
	font-size:3.7rem;
	font-weight:bold;
	line-height:120px;
	padding:0 95px 0 0;
}


/*****************************************************
　お客様の声　
*****************************************************/
#voice{
	margin:160px 0 0;
}
/* タイトル 
------------------------------------------------- */
#voice .voice-ttl{
	color:#ec6c00;
	letter-spacing:0.2em;
	line-height:1.4;
	margin:0 0 65px;
	text-align:center;
}
#voice .voice-ttl .ttl-inner{
	display:inline-block;
	font-size:33px;
	font-size:3.3rem;
	font-weight:bold;
	padding:0 60px;
	position:relative;
}
#voice .voice-ttl .ttl-inner:before,
#voice .voice-ttl .ttl-inner:after{
	content:'';
	display:block;
	position:absolute;
	z-index:0;
}
#voice .voice-ttl .ttl-inner:before{
	background:url('../img/top/slash1.png') no-repeat center center;
	background-size:contain;
	bottom:10px;
	height:39px;
	left:0;
	width:31px;
}
#voice .voice-ttl .ttl-inner:after{
	background:url('../img/top/slash2.png') no-repeat center center;
	background-size:contain;
	bottom:10px;
	height:39px;
	right:0;
	width:31px;
}
#voice .voice-ttl .large{
	color:#ec6c00;
	display:inline-block;
	font-size:54px;
	font-size:5.4rem;
	font-weight:bold;
	margin:10px 0 0;
}
/* 内容 
------------------------------------------------- */
.voice-list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto;
	max-width:900px;
	width:100%;
}
.voice-list .voice-item{
	background:#fff;
	border:4px solid #000;
	border-radius:18px;
	margin:100px 0 0;
	max-width:420px;
	padding:40px 40px 30px;
	position:relative;
	width:47%;
}
.voice-list .voice-item:nth-child(2),
.voice-list .voice-item:nth-child(3){
	margin:60px 0 0;
}
.voice-list .voice-item.voice-large{
	margin:0 0 60px;
	max-width:none;
	width:100%;
}
.voice-list .voice-item:before,
.voice-list .voice-item:after{
	content:'';
	display:block;
	position:absolute;
	z-index:0;
}
.voice-list .voice-item:before{
	background:url('../img/top/voice_bg1.png') no-repeat center center;
	background-size:contain;
	height:114px;
	left:-4px;
	top:-58px;
	width:136px;
}
.voice-list .voice-item:after{
	background:url('../img/top/voice_bg2.png') no-repeat center center;
	background-size:contain;
	bottom:-49px;
	height:49px;
	left:50%;
	margin:0 0 0 -20px;
	width:40px;
}
.voice-list .voice-item .voice-item_inner{
	position:relative;
	z-index:1;
}
/* ----- 施工事例画像 ----- */
.voice-list .voice-item .imgwrap{
	display:flex;
	justify-content:space-between;
	margin:20px auto 25px;
	max-width:707px;
	width:100%;
}
.voice-list .voice-item .imgwrap .img{
	position:relative;
	max-width:307px;
	width:44%;
}
.voice-list .voice-item .imgwrap .img:before,
.voice-list .voice-item .imgwrap .img:after{
	content:'';
	display:block;
	position:absolute;
	z-index:0;
}
.voice-list .voice-item .imgwrap .img:nth-child(1):before{
	background:url('../img/top/before.png') no-repeat center center;
	background-size:contain;
	height:97px;
	right:-17px;
	top:-27px;
	width:98px;
}
.voice-list .voice-item .imgwrap .img:nth-child(2):before{
	background:url('../img/top/after.png') no-repeat center center;
	background-size:contain;
	height:91px;
	right:-17px;
	top:-27px;
	width:92px;
}
.voice-list .voice-item .imgwrap .img:nth-child(1):after{
	background:url('../img/top/orange-arrow1.png') no-repeat center center;
	background-size:contain;
	height:49px;
	margin:-24px 0 0;
	right:-65px;
	top:50%;
	width:27px;
}
.voice-list .voice-item .imgwrap .img:nth-child(2):after{
	background:url('../img/top/attention.png') no-repeat center center;
	background-size:contain;
	height:34px;
	left:-32px;
	top:-38px;
	width:41px;
}
/* ----- 名前 ----- */
.voice-list .voice-item .name{
	color:#ec6c00;
	font-size:25px;
	font-size:2.5rem;
	font-weight:bold;
	margin:0 18px 10px;
}
.voice-list .voice-item .name span{
	font-size:41px;
	font-size:4.1rem;
}
/* ----- テキスト ----- */
.voice-list .voice-item .txt{
	line-height:1.5;
	text-align:justify;
}


/*****************************************************
　よくある質問　
*****************************************************/
#faq{
	margin:185px 0 0;
}
/* タイトル 
------------------------------------------------- */
#faq .faq-ttl{
	color:#ec6c00;
	letter-spacing:0.2em;
	line-height:1.4;
	margin:0 0 85px;
	text-align:center;
}
#faq .faq-ttl .ttl-inner{
	display:inline-block;
	font-size:33px;
	font-size:3.3rem;
	font-weight:bold;
	padding:0 60px;
	position:relative;
}
#faq .faq-ttl .ttl-inner:before,
#faq .faq-ttl .ttl-inner:after{
	content:'';
	display:block;
	position:absolute;
	z-index:0;
}
#faq .faq-ttl .ttl-inner:before{
	background:url('../img/top/slash1.png') no-repeat center center;
	background-size:contain;
	bottom:10px;
	height:39px;
	left:0;
	width:31px;
}
#faq .faq-ttl .ttl-inner:after{
	background:url('../img/top/slash2.png') no-repeat center center;
	background-size:contain;
	bottom:10px;
	height:39px;
	right:0;
	width:31px;
}
#faq .faq-ttl .large{
	color:#ec6c00;
	display:inline-block;
	font-size:54px;
	font-size:5.4rem;
	font-weight:bold;
	margin:10px 0 0;
}
/* 内容 
------------------------------------------------- */
.faq-list{
	margin:0 auto;
	max-width:970px;
	width:100%;
}
.faq-list .faq-item{
	position:relative;
}
.faq-list .faq-item + .faq-item{
	margin:80px 0 0;
}
.faq-list .faq-item .ttl{
	color:#ec6c00;
	left:0;
	letter-spacing:0.1em;
	line-height:1.4;
	margin:0 auto;
	padding:0 50px;
	position:absolute;
	right:0;
	top:-1em;
	z-index:1;
}
.faq-list .faq-item .ttl .ttl-inner{
	background:url('../img/common/ttl_bg.png') repeat-x left center;
	background-size:100% 100%;
	display:inline-block;
	font-size:29px;
	font-size:2.9rem;
	font-weight:bold;
	letter-spacing:0.2em;
	padding:0 20px 0 82px;
	position:relative;
}
.faq-list .faq-item .ttl .ttl-inner:before{
	background:url('../img/top/q_icon.png') no-repeat left center;
	background-size:contain;
	content:'';
	display:block;
	height:68px;
	left:15px;
	position:absolute;
	top:-0.8em;
	width:57px;
	z-index:0;
}
.faq-list .faq-item .contents{
	background:#fff;
	border:3px solid #251d1b;
	box-sizing:border-box;
	border-radius:18px;
	padding:40px 35px 35px 120px;
	position:relative;
}
.faq-list .faq-item .contents:before{
	background:url('../img/top/a_icon.png') no-repeat left center;
	background-size:contain;
	content:'';
	display:block;
	height:70px;
	left:47px;
	position:absolute;
	top:40px;
	width:59px;
	z-index:0;
}
.faq-list .faq-item .contents p{
	line-height:1.5;
	min-height:4.5em;
}
.faq-list .faq-item .contents p + p,
.faq-list .faq-item .contents p + dl,
.faq-list .faq-item .contents dl + dl,
.faq-list .faq-item .contents dl + p{
	margin:1em 0 0;
}
.faq-list .faq-item .contents dl dt{
	font-weight:bold;
}
.faq-list .faq-item .contents dl dt,
.faq-list .faq-item .contents dl dd,
.faq-list .faq-item .contents li{
	line-height:1.5;
}
.faq-list .faq-item .contents ul{
	list-style-type:disc;
}
.faq-list .faq-item .contents a{
	color:#ec6c00;
	text-decoration:underline;
}
/* 文字数多めタイトル（2行） */
.faq-list .faq-item + .faq-item.line-2{
	margin-top:120px;
}
.faq-list .faq-item.line-2 .ttl{
	top:-2.8em;
}
.faq-list .faq-item.line-2 .ttl span{
	line-height:1.4;
}
/* 文字数多めタイトル（4行） */
.faq-list .faq-item + .faq-item.line-4{
	margin-top:180px;
}
.faq-list .faq-item.line-4 .ttl{
	top:-5.8em;
}
.faq-list .faq-item.line-4 .ttl span{
	line-height:1.4;
}
.faq-list .faq-item.line-4 .contents{
	padding-top:80px;
}
.faq-list .faq-item.line-4 .contents:before{
	top:80px;
}
/* ----- もっとみるボタン ----- */
.faq-list .readmore{
	color:#ec6c00;
	cursor:pointer;
	font-size:33px;
	font-size:3.3rem;
	font-weight:bold;
	letter-spacing:0.2em;
	margin:45px 0 0;
	text-align:center;
}
/* ----- 続き ----- */
.faq-list .readfaq{
	padding:80px 0 0;
}


/*****************************************************
　お問い合わせ　
*****************************************************/
/* 共通 
------------------------------------------------- */
.contact{
	margin:130px 0 0;
}
/* ----- タイトル ----- */
.contact .contact-ttl{
	color:#ec6c00;
	letter-spacing:0.2em;
	line-height:1.4;
	margin:0 0 18px;
	text-align:center;
}
.contact .contact-ttl .ttl-inner{
	display:inline-block;
	font-size:45px;
	font-size:4.5rem;
	font-weight:bold;
	padding:0 90px;
	position:relative;
}
.contact .contact-ttl .ttl-inner:before,
.contact .contact-ttl .ttl-inner:after{
	content:'';
	display:block;
	position:absolute;
	z-index:0;
}
.contact .contact-ttl .ttl-inner:before{
	background:url('../img/top/slash1.png') no-repeat center center;
	background-size:contain;
	bottom:0;
	height:39px;
	left:0;
	width:31px;
}
.contact .contact-ttl .ttl-inner:after{
	background:url('../img/top/slash2.png') no-repeat center center;
	background-size:contain;
	bottom:0;
	height:39px;
	right:0;
	width:31px;
}
/* ----- 内容 ----- */
.contact .contact-inner{
	background:#fff;
	padding:50px 0 60px;
	position:relative;
}
/*.contact .contact-inner:before{
	content:'';
	display:block;
	width:100%;
}*/
/* メール */
.contact .mailbtn{
	background:#ec6c00;
	border-bottom:5px solid #b05b18;
	border-radius:18px;
	margin:0 auto 30px;
	max-width:670px;
	text-align:center;
	width:100%;
}
.contact .mailbtn a{
	color:#fff;
	display:block;
}
.contact .mailbtn a span{
	background-size:46px auto;
	display:inline-block;
	font-size:29px;
	font-size:2.9rem;
	font-weight:bold;
	letter-spacing:0.18em;
	line-height:120px;
}
/* 電話 */
.contact .tel-item.tantosya{
	margin:50px auto 30px;
	text-align:center;
}
.contact .tel-block{
	display:flex;
	justify-content:space-between;
	text-align:center;
}
.contact .tel-item{
	max-width:546px;
	width:55%;
}
.contact .tel-item .ttl{
	font-size:33px;
	font-size:3.3rem;
	font-weight:bold;
	letter-spacing:0.2em;
	margin:0 0 15px;
}
.contact .tel-item .telbtn{
	background:#ec6c00;
	border-bottom:5px solid #b05b18;
	border-radius:18px;
	margin:30px auto 0;
	max-width:455px;
	width:100%;
}
.contact .tel-item .telbtn a{
	color:#fff;
	display:block;
}
.contact .tel-item .telbtn a span{
	background:url('../img/common/tel.png') no-repeat left center;
	background-size:46px auto;
	display:inline-block;
	font-size:29px;
	font-size:2.9rem;
	font-weight:bold;
	letter-spacing:0.18em;
	line-height:92px;
	padding:0 0 0 60px;
}
/* ページ下部 
------------------------------------------------- */
#bottom-contact{
	margin:110px 0 0;
	text-align:center;
}
/* ----- タイトル ----- */
#bottom-contact .b-contact-ttl{
	display:inline-block;
	margin:0 0 60px;
	position:relative;
}
#bottom-contact .b-contact-ttl:before,
#bottom-contact .b-contact-ttl:after{
	content:'';
	display:block;
	position:absolute;
	z-index:1;
}
#bottom-contact .b-contact-ttl:before{
	background:url('../img/top/tori.png') no-repeat center center;
	height:173px;
	left:-158px;
	top:47px;
	width:122px;
}
#bottom-contact .b-contact-ttl:after{
	background:url('../img/top/kaeru.png') no-repeat center center;
	height:178px;
	right:-158px;
	top:45px;
	width:109px;
}
/* ----- 電話でのお問い合わせ ----- */
/* サブタイトル */
#bottom-contact .bc-subttl{
	font-size:33px;
	font-size:3.3rem;
	font-weight:bold;
	line-height:1.4;
	margin:10px 0 25px;
}
#bottom-contact .bc-subttl br{
	display:none;
}
/* ロゴ */
#bottom-contact .bc-logo{
	margin:0 0 25px;
}
#bottom-contact .bc-logo .logo-company{
	font-size:20px;
	font-size:2.0rem;
	font-weight:bold;
	line-height:1.4;
	margin:5px 0 0;
}
/* 受付時間 */
#bottom-contact .reception-time{
	color:#524d35;
	font-size:25px;
	font-size:2.5rem;
	letter-spacing:0.2em;
	line-height:1.4;
	margin:30px 0 0;
	text-align:center;
}
#bottom-contact .reception-time br{
	display:none;
}
/* ----- メールでのお問い合わせ ----- */
#bottom-contact .mail-block{
	padding:85px 0 125px;
}
/* サブタイトル */
#bottom-contact .mail-block .mb-ttl{
	font-size:37px;
	font-size:3.7rem;
	font-weight:bold;
	letter-spacing:0.12em;
	line-height:1.4;
}
#bottom-contact .mail-block .mb-ttl br{
	display:none;
}
/* テキスト */
#bottom-contact .mail-block .mb-txt{
	line-height:1.4;
	margin:1.5em 0 0;
}
#bottom-contact .mail-block .mb-txt br{
	display:none;
}
/* ボタン */
#bottom-contact .mail-block .mb-btn{
	background:#ec6c00;
	border-bottom:5px solid #b05b18;
	border-radius:18px;
	margin:22px auto 0;
	max-width:635px;
	width:100%;
}
#bottom-contact .mail-block .mb-btn a{
	color:#fff;
	display:block;
}
#bottom-contact .mail-block .mb-btn a span{
	background:url('../img/common/mail.png') no-repeat left center;
	background-size:73px auto;
	display:inline-block;
	font-size:41px;
	font-size:4.1rem;
	font-weight:bold;
	letter-spacing:0.18em;
	line-height:136px;
	padding:0 0 0 88px;
}
/* テキスト */
#bottom-contact .mail-block .mb-txt{
	line-height:1.4;
	margin:20px 0 0;
}
#bottom-contact .mail-block .mb-txt br{
	display:none;
}
/* ----- お問い合わせフォーム ----- */
.contact-form{
	margin:50px auto;
	max-width:900px;
	width:100%;
}
.contact-form table{
	width:100%;
}
.contact-form table tr:nth-child(1) th,
.contact-form table tr:nth-child(1) td{
	padding-bottom:30px;
}
.contact-form table th,
.contact-form table td{
	font-size:20px;
	font-size:2.0rem;
	padding:10px 0;
	text-align:left;
	vertical-align:top;
}
.contact-form table th p,
.contact-form table td p,
.contact-form table td .wpcf7-list-item-label{
	font-size:20px;
	font-size:2.0rem;
}
.contact-form table td .wpcf7-list-item{
	display:block;
	line-height:1.4;
	margin:10px 0;
}
.contact-form table th{
	width:230px;
}
.contact-form table th .hissu{
	margin:0 0 0 0.5em;
}
.contact-form table td{
	width:calc(100% - 230px);
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea{
	border:3px solid #251d1b;
	border-radius:15px;
	font-size:20px;
	font-size:2.0rem;
	padding:15px;
}
.contact-form textarea{
	width:100%;
}
.contact-form .acceptance-txt{
	margin:50px 0 60px;
}
.contact-form .acceptance-txt .wpcf7-list-item-label{
	line-height:1.4;
}
.contact-form .acceptance-txt a{
	color:#ec6c00;
}
.contact-form .submit-btn{
	margin:30px 0 0;
}
.contact-form .submit-btn input[type="submit"]{
	background:#ec6c00;
	border:none;
	border-bottom:5px solid #b05b18;
	border-radius:15px;
	color:#fff;color;
	cursor:pointer;
	font-size:29px;
	font-size:2.9rem;
	font-weight:bold;
	letter-spacing:0.18em;
	line-height:92px;
	max-width:455px;
	width:100%;
}
.contact-form .submit-btn input[type="submit"]:disabled{
	background:#8d8d8d;
	border-bottom-color:#686868;
}
.contact-form .wpcf7-not-valid-tip{
	margin:5px 0 0;
}
.contact-form .wpcf7-spinner{
	display:block;
	margin:15px auto 0;
	text-align:center;
}
.wpcf7 form .wpcf7-response-output{
	line-height:1.4;
	padding:15px 0;
}


/*****************************************************
　リンク　
*****************************************************/
#link{
	padding:20px 0 60px;
}
/* .line-banner 
------------------------------------------------- */
.line-banner{
	margin:0 auto 20px;
	max-width:600px;
	width:100%;
}
/* .link-block 
------------------------------------------------- */
.link-block{
	display:flex;
	justify-content:space-between;
}
.link-block .banner{
	width:48%;
}



@media screen and (max-width:1500px){
	/*****************************************************
	　ヘッダー　
	*****************************************************/
	#header{
		left:3.2vw;
	}


	/*****************************************************
	　メインビジュアル　
	*****************************************************/
	/* 画像・キャッチコピー 
	------------------------------------------------- */
	/* ----- 画像 ----- */
	#main-visual .main-visual_inner .img{
		width:80vw;
	}
}



@media screen and (max-width:1024px){
	/*****************************************************
	　ヘッダー　
	*****************************************************/
	#header{
		margin:2.34vw 0;
		position:static;
	}


	/*****************************************************
	　メインビジュアル　
	*****************************************************/
	/* 画像・キャッチコピー 
	------------------------------------------------- */
	#main-visual .main-visual_inner{
		height:60vw;
	}
	/* ----- 画像 ----- */
	#main-visual .main-visual_inner .img{
		border-radius:0;
		height:60vw;
		width:100vw;
	}
	/* ----- キャッチコピー ----- */
	#main-visual .main-visual_inner .txt{
		align-items:center;
		display:flex;
		height:100%;
		justify-content:center;
	}
	#main-visual .main-visual_inner .txt img{
		margin:-8vw 0 0;
		max-width:none;
		width:85vw;
	}
	/* ----- アイコン ----- */
	#main-visual .main-visual_inner .icon{
		bottom:-20vw;
		max-width:none;
		right:3.15vw;
		width:33vw;
		z-index:0;
	}
	/* その他情報（補助金名・日付など） 
	------------------------------------------------- */
	/* ----- .pagettl-wrap ----- */
	#main-visual .pagettl-wrap{
		margin:8vw 5vw 0;
	}
	/* ロゴ */
	.syologo-wrap{
		margin:2.34vw 0 0;
	}
	.syologo-wrap .syo-logo{
		padding:1.56vw;
	}
	.syologo-wrap .syo-logo + .syo-logo{
		padding-left:3.12vw;
	}
	.syologo-wrap .syo-logo:nth-child(1) img{
		width:20.31vw;
	}
	.syologo-wrap .syo-logo:nth-child(2) img{
		width:28.59vw;
	}
	/* タイトル */
	#main-visual .pagettl-wrap .pagettl .small{
		font-size:4.62vw;
		margin:2.34vw 0 0;
		padding:0.31vw 0 0.31vw 0.8vw;
	}
	#main-visual .pagettl-wrap .pagettl .large{
		font-size:6.2vw;
		padding:0;
	}
	/* ----- .pagettl-wrap ----- */
	#main-visual .date{
		/*margin:0 15vw 0 5vw;*/
		margin:0 5vw;
	}
	#main-visual .date p{
		border-width:0.46vw;
		font-size:4.62vw;
		margin:4.68vw auto 0;
		max-width:none;
		padding:0 6.25vw 3.12vw;
	}
	#main-visual .date p span{
		font-size:3vw;
	}


	/*****************************************************
	　一部商品紹介　
	*****************************************************/
	#product-summary{
		margin:15vw 0 0;
		padding:0;	
	}
	/* 内容 
	------------------------------------------------- */
	#product-summary .ps-list .ps-item + .ps-item{
		margin:0 0 0 2vw;
	}
	#product-summary .ps-list .ps-item:nth-child(1){
		max-width:none;
		width:45vw;
	}
	#product-summary .ps-list .ps-item:nth-child(2){
		max-width:none;
		width:44vw;
	}
	#product-summary .ps-list .ps-item .ttl{
		font-size:4.84vw;
		margin:0 0 2.34vw;
	}
	#product-summary .ps-list .ps-item .ttl .icon{
		background-size:contain;
		font-size:3.9vw;
		line-height:7.18vw;
		width:40vw;
	}
	#product-summary .ps-list .ps-item .ttl .icon:before{
		height:5.99vw;
		left:-5vw;
		top:-5vw;
		width:8vw;
	}
	#product-summary .ps-list .ps-item .ttl .small{
		font-size:4.06vw;
	}
	#product-summary .ps-list .ps-item .img{
		margin:0 auto;
		width:80%;
	}
	#product-summary .ps-list .ps-item .img img{
		width:100%;
	}
	/* ボタン 
	------------------------------------------------- */
	.ps-readmore{
		font-size:5.15vw;
		margin:10.93vw 0 0;
	}
	/* 間取り図＆金額表 
	------------------------------------------------- */
	#product-summary .ps-ttl{
		font-size:6.66vw;
		margin:0 0 5vw;
	}
	/* ----- 間取り図 ----- */
	#product-summary .floormap{
		max-width:none;
		margin:0 auto 5vw;
	}
	/* ----- 金額表 ----- */
	#product-summary .price-list{
		border-width:0.46vw;
		border-radius:2.81vw;
		width:250vw;
	}
	#product-summary .price-list th,
	#product-summary .price-list td{
		/*border:1px solid #55342d;*/
		padding:1.56vw;
	}
	/*#product-summary .price-list thead th{
		border-right:1px solid #fff;
	}*/
	#product-summary .price-list tbody td:nth-child(6){
		font-size:3.12vw;
	}
	#product-summary .p-notice{
		font-size:2.8vw;
	}


	/*****************************************************
	　窓のあるある　
	*****************************************************/
	#worry{
		margin:18.75vw 0 0;
	}
	#worry:before{
		height:calc(100% - 58vw);
		top:41.66vw;
	}
	#worry:after{
		bottom:-11vw;
		height:12.96vw;
		left:-2vw;
		width:24.37vw;
	}
	/* タイトル 
	------------------------------------------------- */
	.worry-ttl{
		font-size:6.66vw;
		margin:0 0 7.81vw;
	}
	.worry-ttl br{
		display:block;
	}
	/* 内容 
	------------------------------------------------- */
	.worry-list{
		display:block;
		padding:0 14.16vw;
	}
	.worry-list .worry-item{
		max-width:none;
		width:auto;
	}
	.worry-list .worry-item + .worry-item{
		margin:9.16vw 0 0;
	}
	.worry-list .worry-item .img img{
		height:38.66vw;
	}
	.worry-list .worry-item .ttl{
		font-size:4.16vw;
		margin:0 0 25px;
	}
	.worry-list .worry-item:nth-child(1) .img,
	.worry-list .worry-item:nth-child(3) .img{
		margin:0 0 2.34vw;
	}
	/*.worry-list .worry-item:nth-child(2) .ttl br{
		display:none;
	}*/
	/*.worry-list .worry-item:nth-child(3) .ttl{
		padding:0;
	}*/
	/* ----- その他 ----- */
	#worry .other{
		margin:7.81vw 0 0;
	}
	#worry .other:after{
		bottom:-7.81vw;
		font-size:3.12vw;
	}
	#worry .other-1{
		font-size:3.9vw;
		letter-spacing:0.2em;
		margin:0 0 0.78vw;
	}
	#worry .other-2{
		font-size:3.9vw;
	}


	/*****************************************************
	　窓のせいかも　
	*****************************************************/
	#madonoseikamo{
		margin:12.5vw 0 0;
	}
	#madonoseikamo .madonoseikamo-inner:before,
	#madonoseikamo .madonoseikamo-inner:after{
		display:none;
	}
	/* タイトル 
	------------------------------------------------- */
	.madonoseikamo-ttl img{
		width:100%;
	}
	.madonoseikamo-subttl{
		margin:5.46vw 0 0;
	}
	.madonoseikamo-subttl:after{
		height:12.34vw;
		right:-3.5vw;
		top:10vw;
		width:6vw;
	}
	.madonoseikamo-subttl img{
		width:83.75vw;
	}
	/* テキスト 
	------------------------------------------------- */
	#madonoseikamo .txt{
		margin:3.12vw 5.46vw 0;
		text-align:left;
	}
	#madonoseikamo .txt br{
		display:none;
	}


	/*****************************************************
	 実証実験　
	*****************************************************/
	#experiment{
		margin:12vw 0;
	}
	/* タイトル 
	------------------------------------------------- */
	.experiment-ttl{
		font-size:4.16vw;
		margin:0 0 3vw;
	}
	/* 概要 
	------------------------------------------------- */
	.experiment-summary{
		display:block;
	}
	/* ----- 画像 ----- */
	.experiment-summary .experiment-img{
		margin:0 auto 5vw;
		max-width:none;
		text-align:center;
		width:100%;
	}
	/* ----- 実験詳細 ----- */
	.experiment-summary .experiment-detail{
		width:90vw;
	}
	.experiment-detail dt,
	.experiment-detail dd{
		padding:2vw 3.5vw;
	}
	.experiment-detail dt{
		width:25vw;
	}
	.experiment-detail dd{
		width:calc(100% - 25vw);
	}
	/* 実験結果 
	------------------------------------------------- */
	.experiment-result{
		display:block;
		margin:30px 0 0;
	}
	.er-item{
		max-width:none;
		width:100%;
	}
	.er-item + .er-item{
		margin:10vw 0 0;
	}
	.er-item .img:after{
		border-right:4vw solid transparent;
		border-top:5vw solid #55342d;
		border-left:4vw solid transparent;
		border-bottom:none;
		bottom:-13vw;
		top:auto;
		transform:translate(50%,0);
		right:50%;
	}
	/* テキスト 
	------------------------------------------------- */
	.experiment-txt{
		margin:10vw 0 0;
		text-align:left;
	}


	/*****************************************************
	 youtube　
	*****************************************************/
	#youtube{
		margin:12vw 0;
	}
	/* タイトル 
	------------------------------------------------- */
	.youtube-ttl{
		font-size:4.16vw;
		margin:0 0 3vw;
	}
	/* 動画 
	------------------------------------------------- */
	#youtube .youtube-box{
		display:block;
	}
	#youtube .youtube-box .y-item{
		width:100%;
	}
	#youtube .youtube-box .y-item + .y-item{
		margin:4vw 0 0;
	}


	/*****************************************************
	　補助金が出ます　
	*****************************************************/
	#subsidy{
		margin:7.81vw 0 0;
	}
	#subsidy:after{
		height:8.12vw;
		right:2vw;
		top:25vw;
		width:15vw;
	}
	#subsidy > .inner:before{
		height:15.28vw;
		right:10vw;
		top:-8vw;
		width:10vw;
	}
	#subsidy > .inner:after{
		height:13.47vw;
		left:-3vw;
		top:22vw;
		width:15vw;
	}
	/* タイトル 
	------------------------------------------------- */
	#subsidy .subsidy-ttl img{
		width:90vw;
	}
	#subsidy .subsidy-ttl:before{
		display:none;
	}


	/*****************************************************
	　快適・健康の窓リフォーム　
	*****************************************************/
	#subsidy-madoreform{
		max-width:none;
	}
	/* タイトル 
	------------------------------------------------- */
	#subsidy-madoreform .sm-ttl{
		top:-2.6em;
	}
	#subsidy-madoreform .sm-ttl .ttl-inner{
		font-size:5.78vw;
		padding:0 3.12vw;
	}
	#subsidy-madoreform .sm-ttl .large{
		font-size:7.81vw;
		margin:1.56vw 0 0;
	}
	/* 内容 
	------------------------------------------------- */
	#subsidy-madoreform .sm-contents{
		border-width:0.46vw;
		border-radius:2.81vw;
		margin:15.62vw 0 0;
		padding:10.93vw 4vw 7.81vw;
	}
	#subsidy-madoreform .sm-contents:after{
		bottom:-10vw;
		height:14.16vw;
		margin:0 0 0 -7.08vw;
		width:14.16vw;
	}
	.sm-list{
		display:block;
		margin:12vw 0 0;
	}
	.sm-list .sm-item1,
	.sm-list .sm-item2{
		max-width:none;
		width:auto;
	}
	.sm-list .sm-item2{
		margin:12vw 0 0;
	}
	.sm-list .sm-item .ttl{
		border-width:0.31vw;
		font-size:5.46vw;
		line-height:7.18vw;
		padding:0 4.68vw;
	}
	.sm-list .sm-item .txt{
		font-size:3.59vw;
		margin:3.43vw 0 0;
	}
	.sm-list .sm-item .img{
		margin:4.68vw 0 0;
	}
	.sm-list .sm-item .img img{
		width:40vw;
	}
	.sm-list .sm-item .img figcaption{
		font-size:4.84vw;
		margin:3.75vw 0 0;
	}
	.sm-list .sm-item .ex-contents{
		margin:7.81vw 5vw 0;
	}
	.sm-list .sm-item .ex-contents .ex{
		left:-27px;
		position:absolute;
		top:-45px;
		z-index:0;
	}
	.sm-list .sm-item .ex-contents .ex img{
		width:18vw;
	}
	.sm-list .sm-item .ex-contents .ex-img img{
		width:100%;
	}
	.sm-list .sm-item .ex-contents .ex-kome{
		margin:1.25vw 0 0;
	}


	/*****************************************************
	　面倒な補助金申請は「石田トーヨー」におまかせ!!　
	*****************************************************/
	#subsidy-detail{
		margin:28.9vw auto 0;
		max-width:none;
	}
	#subsidy-detail:before{
		height:11.99vw;
		left:2vw;
		top:-23vw;
		width:10vw;
	}
	/* タイトル 
	------------------------------------------------- */
	#subsidy-detail .sm-ttl{
		top:-2.6em;
	}
	#subsidy-detail .sm-ttl .ttl-inner{
		font-size:5.78vw;
		/*padding:0 3.12vw;*/
		padding:0;
	}
	#subsidy-detail .sm-ttl .large{
		/*font-size:7.03vw;*/
		font-size:5.78vw;
		margin:1.56vw 0 0;
	}
	/* 内容 
	------------------------------------------------- */
	#subsidy-detail .sm-contents{
		border-width:0.46vw;
		border-radius:2.81vw;
		padding:10.93vw 4.68vw 7.81vw;
	}
	#subsidy-detail .sm-contents .txt{
		margin:0 0 5.46vw;
		text-align:left;
	}
	#subsidy-detail .sm-contents .v-detail dl:nth-child(1) dt span{
		width:auto;
	}
	#subsidy-detail .sm-contents .v-detail dl + dl{
		margin:3.12vw 0 0;
	}
	#subsidy-detail .sm-contents .v-detail dl dd .large{
		font-size:6.4vw;
	}
	#subsidy-detail .sm-contents .v-detail dl dd .small{
		display:block;
		font-size:3.9vw;
		margin:1.56vw 0 0;
	}
	#subsidy-detail .sm-contents .v-detail dl dd .small-2{
		font-size:3.12vw;
	}


	/*****************************************************
	　リフォーム補助金対象商品紹介　
	*****************************************************/
	#product{
		margin:20.31vw 0 0;
	}
	#product:after{
		height:12.96vw;
		right:0;
		top:-13vw;
		width:24.37vw;
	}
	/* タイトル 
	------------------------------------------------- */
	#product .product-ttl{
		margin:0 0 3.9vw;
	}
	#product .product-ttl .ttl-inner{
		font-size:5.15vw;
		padding:0 9.37vw;
	}
	#product .product-ttl .ttl-inner:before{
		bottom:1.56vw;
		height:6.09vw;
		width:4.84vw;
	}
	#product .product-ttl .ttl-inner:after{
		bottom:1.56vw;
		height:6.09vw;
		width:4.84vw;
	}
	#product .product-ttl .large{
		font-size:8.43vw;
		margin:1.56vw 0 0;
	}
	/* テキスト 
	------------------------------------------------- */
	#product .txt{
		margin:0 auto 5.46vw;
		max-width:none;
	}
	/* 商品 
	------------------------------------------------- */
	.product-item-list{
		max-width:none;
	}
	.product-item{
		border-width:0.46vw;
		border-radius:2.81vw;
		/*padding:25px 55px;*/
		padding:3.9vw 8.59vw;
	}
	.product-item + .product-item{
		margin:9.37vw 0 0;
	}
	/* ----- タイトル ----- */
	.product-item .ttl{
		background-size:6.25vw auto;
		background-position:left top;
		font-size:4.53vw;
		margin:0 0 1.56vw;
		padding:0 0 0 8.59vw;
	}
	.product-item .ttl .small{
		font-size:3.9vw;
	}
	/* ----- タグ ----- */
	.product-item .tag{
		right:-5vw;
		top:-7vw;
		width:36vw;
	}
	.product-item .tag img{
		width:100%;
	}
	/* ----- 詳細 ----- */
	.product-item .detail{
		display:block;
	}
	.product-item .detail .img{
		margin:0 auto 2.34vw;
		width:55vw;
	}
	.product-item .detail .img img{
		width:100%;
	}
	.product-item .detail .price img.sp{
		display:block;
		margin:0 auto;
		width:45vw;
	}
	.product-item .detail .price img.pc{
		display:none;
	}
	/* 注意書き 
	------------------------------------------------- */
	.notice{
		margin:4.68vw 0 0;
	}
	/* 見積もりボタン 
	------------------------------------------------- */
	.quote{
		margin:10.15vw 0 0;
	}
	.quote-ttl img{
		width:100%;
	}
	.quote-btn{
		border-width:0.78vw;
		border-radius:3.12vw;
		margin:3.9vw auto 0;
		max-width:none;
		width:100%;
	}
	.quote-btn span{
		background-size:7vw auto;
		font-size:5vw;
		line-height:18.75vw;
		padding:0 8.5vw 0 0;
	}


	/*****************************************************
	　補助金申請・受取までの流れ　
	*****************************************************/
	#flow{
		margin:27.34vw 0 0;
	}
	/* タイトル 
	------------------------------------------------- */
	#flow .flow-ttl{
		margin:0 0 10.15vw;
	}
	#flow .flow-ttl .ttl-inner{
		font-size:5.15vw;
		/*padding:0 9.37vw;*/
		padding:0 5vw;
	}
	#flow .flow-ttl .ttl-inner:before{
		bottom:1.56vw;
		height:6.09vw;
		width:4.84vw;
	}
	#flow .flow-ttl .ttl-inner:after{
		bottom:1.56vw;
		height:6.09vw;
		width:4.84vw;
	}
	#flow .flow-ttl .large{
		font-size:5.7vw;
		line-height:1.2;
		margin:1.56vw 0 0;
	}
	#flow .flow-ttl .large br{
		display:block;
	}
	/* 内容 
	------------------------------------------------- */
	.flow-list{
		display:block;
	}
	.flow-list + .flow-list{
		flex-direction:row;
		margin:8vw 0 0;
	}
	.flow-list .flow-item{
		border-width:0.46vw;
		border-radius:1.25vw;
		max-width:none;
		padding:4.68vw 4.68vw 6.25vw 12vw;
		width:auto;
	}
	.flow-list .flow-item + .flow-item{
		margin:8vw 0 0;
	}
	.flow-list .flow-item .num{
		left:-5vw;
		margin:-6.87vw 0 0;
		width:13.59vw;
	}
	.flow-list .flow-item .num img{
		width:100%;
	}
	.flow-list .flow-item .ttl{
		font-size:3.9vw;
		font-size:4.2vw;
		margin:0 0 2.34vw;
	}
	.flow-list .flow-item .ttl br{
		display:none;
	}
	.flow-list1 .flow-item:nth-child(2) .ttl br{
		display:block;
	}
	.flow-list_wrap:before{
		display:none;
	}
	.flow-list1 .flow-item + .flow-item:before,
	.flow-list2 .flow-item + .flow-item:before{
		background:url('../img/top/orange-arrow2.png') no-repeat center center;
		background-size:contain;
		height:4.06vw;
		left:50%;
		margin:0 0 0 -3.75vw;
		top:-6.5vw;
		width:7.5vw;
	}
	.flow-list2 .flow-item:nth-child(1):before{
		background:url('../img/top/orange-arrow2.png') no-repeat center center;
		background-size:contain;
		content:'';
		display:block;
		height:4.06vw;
		left:50%;
		margin:0 0 0 -3.75vw;
		position:absolute;
		top:-6.5vw;
		width:7.5vw;
		z-index:0;
	}


	/*****************************************************
	　施工事例　
	*****************************************************/
	#works{
		margin:25vw 0 0;
	}
	/* タイトル 
	------------------------------------------------- */
	#works .works-ttl{
		margin:0 0 10.15vw;
	}
	#works .works-ttl .ttl-inner{
		font-size:5.15vw;
		padding:0 9.37vw;
	}
	#works .works-ttl .ttl-inner:before{
		bottom:1.56vw;
		height:6.09vw;
		width:4.84vw;
	}
	#works .works-ttl .ttl-inner:after{
		bottom:1.56vw;
		height:6.09vw;
		width:4.84vw;
	}
	#works .works-ttl .large{
		font-size:8.43vw;
		margin:1.56vw 0 0;
	}
	/* 内容 
	------------------------------------------------- */
	.works-list{
		display:block;
	}
	.works-list .works-item{
		border-width:0.62vw;
		border-radius:2.81vw;
		margin:6vw 0 0;
		max-width:none;
		padding:6.25vw 6.25vw 4.68vw;
		width:100%;
	}
	.works-list .works-item:nth-child(1){
		margin:0;
	}
	.works-list .works-item:nth-child(2){
		margin:6vw 0 0;
	}
	.works-list .works-item .before,
	.works-list .works-item .after{
		max-width:none;
	}
	.works-list .works-item .before .img:after{
		border-bottom-width:2.5vw;
		border-left-width:2vw;
		border-top-width:2.5vw;
		right:-3.2vw;
	}
	/* ----- 施工事例リンクボタン ----- */
	.works-btn{
		border-width:0.78vw;
		border-radius:3.12vw;
		margin:12vw auto 0;
		max-width:none;
		width:100%;
	}
	.works-btn span{
		background-size:7vw auto;
		font-size:5vw;
		line-height:18.75vw;
		padding:0 8.5vw 0 0;
	}


	/*****************************************************
	　お客様の声　
	*****************************************************/
	#voice{
		margin:25vw 0 0;
	}
	/* タイトル 
	------------------------------------------------- */
	#voice .voice-ttl{
		margin:0 0 10.15vw;
	}
	#voice .voice-ttl .ttl-inner{
		font-size:5.15vw;
		padding:0 9.37vw;
	}
	#voice .voice-ttl .ttl-inner:before{
		bottom:1.56vw;
		height:6.09vw;
		width:4.84vw;
	}
	#voice .voice-ttl .ttl-inner:after{
		bottom:1.56vw;
		height:6.09vw;
		width:4.84vw;
	}
	#voice .voice-ttl .large{
		font-size:8.43vw;
		margin:1.56vw 0 0;
	}
	/* 内容 
	------------------------------------------------- */
	.voice-list{
		display:block;
		max-width:none;
	}
	.voice-list .voice-item{
		border-width:0.62vw;
		border-radius:2.81vw;
		margin:10vw 0 0;
		max-width:none;
		padding:6.25vw 6.25vw 4.68vw;
		width:auto;
	}
	.voice-list .voice-item:nth-child(2),
	.voice-list .voice-item:nth-child(3){
		margin:10vw 0 0;
	}
	.voice-list .voice-item.voice-large{
		margin:0 0 9.37vw;
		padding-top:8vw;
	}
	.voice-list .voice-item:before{
		height:14.24vw;
		left:-0.62vw;
		top:-7.3vw;
		width:17vw;
	}
	.voice-list .voice-item:after{
		bottom:-4.9vw;
		height:4.89vw;
		margin:0 0 0 -2vw;
		width:4vw;
	}
	/* ----- 施工事例画像 ----- */
	.voice-list .voice-item .imgwrap{
		margin:3.12vw auto 3.9vw;
		max-width:none;
	}
	.voice-list .voice-item .imgwrap .img{
		max-width:none;
		width:44%;
	}
	.voice-list .voice-item .imgwrap .img:nth-child(1):before{
		height:15.15vw;
		right:-2.65vw;
		top:-8.5vw;
		width:15.31vw;
	}
	.voice-list .voice-item .imgwrap .img:nth-child(2):before{
		height:14.21vw;
		right:-2.65vw;
		top:-8.5vw;
		width:14.37vw;
	}
	.voice-list .voice-item .imgwrap .img:nth-child(1):after{
		height:7.65vw;
		margin:-3.75vw 0 0;
		right:-7.15vw;
		width:4.21vw;
	}
	.voice-list .voice-item .imgwrap .img:nth-child(2):after{
		height:5.31vw;
		left:-5vw;
		top:-5.93vw;
		width:6.4vw;
	}
	/* ----- 名前 ----- */
	.voice-list .voice-item .name{
		font-size:3.9vw;
		margin:0 2.81vw 1.56vw;
	}
	.voice-list .voice-item .name span{
		font-size:6.4vw;
	}


	/*****************************************************
	　よくある質問　
	*****************************************************/
	#faq{
		margin:28.9vw 0 0;
	}
	/* タイトル 
	------------------------------------------------- */
	#faq .faq-ttl{
		margin:0 0 13.28vw;
	}
	#faq .faq-ttl .ttl-inner{
		font-size:5.15vw;
		padding:0 9.37vw;
	}
	#faq .faq-ttl .ttl-inner:before{
		bottom:1.56vw;
		height:6.09vw;
		width:4.84vw;
	}
	#faq .faq-ttl .ttl-inner:after{
		bottom:1.56vw;
		height:6.09vw;
		width:4.84vw;
	}
	#faq .faq-ttl .large{
		font-size:8.43vw;
		margin:1.56vw 0 0;
	}
	/* 内容 
	------------------------------------------------- */
	.faq-list{
		max-width:none;
	}
	.faq-list .faq-item + .faq-item{
		margin:12.5vw 0 0;
	}
	.faq-list .faq-item .ttl{
		margin:0 0 2vw;
		padding:0;
		position:static;
	}
	.faq-list .faq-item .ttl .ttl-inner{
		background:url('../img/top/q_icon.png') no-repeat left 1.5vw;
		background-size:8.9vw auto;
		font-size:4.53vw;
		line-height:1.4;
		min-height:10.61vw;
		padding:1.5vw 0 1.5vw 12.81vw;
	}
	.faq-list .faq-item .ttl .ttl-inner:before{
		display:none;
	}
	.faq-list .faq-item .contents{
		border-width:0.46vw;
		border-radius:2.81vw;
		padding:6.25vw 5.46vw 5.46vw 17vw;
	}
	.faq-list .faq-item .contents:before{
		height:10.93vw;
		left:5vw;
		top:6.25vw;
		width:9.21vw;
	}
	.faq-list .faq-item .contents p{
		min-height:10.93vw;
	}
	/* 文字数多めタイトル（2行） */
	.faq-list .faq-item + .faq-item.line-2{
		margin-top:12.5vw;
	}
	/* 文字数多めタイトル（4行） */
	.faq-list .faq-item + .faq-item.line-4{
		margin-top:12.5vw;
	}
	.faq-list .faq-item.line-4 .contents{
		padding-top:6.25vw;
	}
	.faq-list .faq-item.line-4 .contents:before{
		top:6.25vw;
	}
	/* ----- もっとみるボタン ----- */
	.faq-list .readmore{
		font-size:5.15vw;
		margin:7.03vw 0 0;
	}
	/* ----- 続き ----- */
	.faq-list .readfaq{
		padding:12.5vw 0 0;
	}


	/*****************************************************
	　お問い合わせ　
	*****************************************************/
	/* 共通 
	------------------------------------------------- */
	.contact{
		margin:20.31vw 0 0;
	}
	/* ----- タイトル ----- */
	.contact .contact-ttl{
		margin:0 0 2.81vw;
	}
	.contact .contact-ttl .ttl-inner{
		font-size:7.03vw;
		line-height:1.2;
		padding:0 14.06vw;
	}
	.contact .contact-ttl .ttl-inner:before{
		bottom:1.56vw;
		height:6.09vw;
		width:4.84vw;
	}
	.contact .contact-ttl .ttl-inner:after{
		bottom:1.56vw;
		height:6.09vw;
		width:4.84vw;
	}
	/* ----- 内容 ----- */
	.contact .contact-inner{
		padding:7.81vw 0 9.37vw;
	}
	/* メール */
	.contact .mailbtn{
		border-bottom-width:0.78vw;
		border-radius:2.81vw;
		margin:0 auto 4.68vw;
		max-width:80vw;
	}
	.contact .mailbtn a span{
		background-size:7.18vw auto;
		font-size:4.53vw;
		line-height:19vw;
	}
	/* 電話 */
	.contact .tel-block{
		display:block;
	}
	.contact .tel-item{
		max-width:none;
		width:auto;
	}
	.contact .tel-item + .tel-item{
		margin:7.81vw 0 0;
	}
	.contact .tel-item .ttl{
		font-size:5.15vw;
		margin:0 0 2.34vw;
	}
	.contact .tel-item .telnum img{
		width:85vw;
	}
	.contact .tel-item .telbtn{
		border-bottom-width:0.78vw;
		border-radius:2.81vw;
		margin:4.68vw auto 0;
		max-width:80vw;
	}
	.contact .tel-item .telbtn a span{
		background-size:7.18vw auto;
		font-size:4.53vw;
		line-height:14.37vw;
		padding:0 0 0 9.37vw;
	}
	/* ページ下部 
	------------------------------------------------- */
	#bottom-contact{
		margin:17.18vw 0 0;
	}
	/* ----- タイトル ----- */
	#bottom-contact .b-contact-ttl{
		margin:0 0 9.37vw;
	}
	#bottom-contact .b-contact-ttl:before,
	#bottom-contact .b-contact-ttl:after{
		display:none;
	}
	/* ----- 電話でのお問い合わせ ----- */
	/* サブタイトル */
	#bottom-contact .bc-subttl{
		font-size:5.15vw;
		margin:1.56vw 0 3.9vw;
	}
	#bottom-contact .bc-subttl br{
		display:block;
	}
	/* ロゴ */
	#bottom-contact .bc-logo{
		margin:0 0 7.81vw;
	}
	#bottom-contact .bc-logo img{
		width:30vw;
	}
	#bottom-contact .bc-logo .logo-company{
		font-size:3.12vw;
		margin:0.78vw 0 0;
	}
	/* 受付時間 */
	#bottom-contact .reception-time{
		font-size:3.9vw;
		margin:4.68vw 0 0;
	}
	#bottom-contact .reception-time br{
		display:block;
	}
	/* ----- メールでのお問い合わせ ----- */
	#bottom-contact .mail-block{
		padding:13.28vw 0 19.53vw;
	}
	/* サブタイトル */
	#bottom-contact .mail-block .mb-ttl{
		font-size:5.78vw;
	}
	#bottom-contact .mail-block .mb-ttl br{
		display:block;
	}
	/* ボタン */
	#bottom-contact .mail-block .mb-btn{
		border-bottom-width:0.78vw;
		border-radius:2.81vw;
		margin:3.43vw auto 0;
		max-width:85vw;
	}
	#bottom-contact .mail-block .mb-btn a span{
		background-size:11.4vw auto;
		font-size:6.4vw;
		line-height:21.25vw;
		padding:0 0 0 13.75vw;
	}
	/* テキスト */
	#bottom-contact .mail-block .mb-txt{
		margin:3.12vw 0 0;
	}
	#bottom-contact .mail-block .mb-txt br{
		display:block;
	}
	/* ----- お問い合わせフォーム ----- */
	.contact-form{
		margin:9.76vw auto;
		max-width:auto;
	}
	.contact-form table,
	.contact-form table tbody,
	.contact-form table tr,
	.contact-form table th,
	.contact-form table td{
		display:block;
	}
	.contact-form table tr:nth-child(1) th{
		padding-bottom:0;
	}
	.contact-form table tr:nth-child(1) td{
		padding-bottom:1.95vw;
	}
	.contact-form table th{
		padding:3.9vw 0 0;
	}
	.contact-form table td{
		font-size:3.12vw;
		padding:1.95vw 0;
	}
	.contact-form table th p,
	.contact-form table td p,
	.contact-form table td .wpcf7-list-item-label{
		font-size:3.12vw;
	}
	.contact-form table td .wpcf7-list-item{
		margin:1.95vw 0;
	}
	.contact-form table th,
	.contact-form table td{
		width:auto;
	}
	.contact-form input[type="text"],
	.contact-form input[type="email"],
	.contact-form input[type="tel"],
	.contact-form textarea{
		border-width:0.58vw;
		border-radius:2.92vw;
		font-size:3.12vw;
		padding:2.92vw;
		width:100%;
	}
	.contact-form .acceptance-txt{
		margin:9.76vw 0 11.71vw;
	}
	.contact-form .submit-btn{
		margin:5.85vw 0 0;
	}
	.contact-form .submit-btn input[type="submit"]{
		border-width:0.97vw;
		border-radius:2.92vw;
		font-size:4.54vw;
		line-height:14.37vw;
		max-width:88.86vw;
	}
	.contact-form .wpcf7-not-valid-tip{
		margin:0.97vw 0 0;
	}
	.contact-form .wpcf7-spinner{
		margin:2.92vw auto 0;
	}
	.wpcf7 form .wpcf7-response-output{
		padding:2.92vw 0;
	}


	/*****************************************************
	　リンク　
	*****************************************************/
	#link{
		padding:3.9vw 0 11.71vw;
	}
	/* .link-block 
	------------------------------------------------- */
	.link-block{
		display:block;
	}
	.link-block .banner{
		width:auto;
	}
	.link-block .banner + .banner{
		margin:2vw 0 0;
	}
	.link-block .banner img{
		width:100%;
	}
}


