@charset "utf-8";
/***************************** reset *****************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
ol,ul { list-style: none; }
img { border: 0; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
	font-style: normal;
	font-weight: normal;
}

/***************************** base/common *****************************/
* { -webkit-text-size-adjust: none; }
* { box-sizing: border-box; }
#header-fixd-content.fixed-header { padding-top: 0!important; }

/*** ボタン ***/
.hs-btn {
display: inline-block;
vertical-align: middle;
border-radius: 40px;
font-family: 'メイリオ',Meiryo,'Hiragino Sans',sans-serif !important;
border: 0;
text-align: center;
cursor: pointer;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0,0,0,0);
outline: none;
line-height: 1.6em;
}
.hs-btn:hover { text-decoration: none; }
/* サイズ */
/* MIN */
	.hs-btn.hs-btn-min {
		min-width: 70px;
		font-size: 12px;
		padding: 5px 10px;
	}
	.hs-btn.hs-btn-min:hover { padding: 6px 10px 4px; }
/* SS */
	.hs-btn.hs-btn-ss {
		min-width: 120px;
		font-size: 13px;
		padding: 8px 10px;
	}
	.hs-btn.hs-btn-ss:hover { padding: 9px 10px 7px; }
/* S */
	.hs-btn.hs-btn-s {
		min-width: 160px;
		font-size: 15px;
		padding: 8px 10px;
	}
	.hs-btn.hs-btn-s:hover { padding: 9px 10px 7px; }
/* M */
	.hs-btn.hs-btn-m {
		min-width: 210px;
		font-size: 18px;
		padding: 8px 15px;
	}
	.hs-btn.hs-btn-m:hover { padding: 9px 15px 7px; }
/* L */
	.hs-btn.hs-btn-l {
		min-width: 240px;
		font-size: 21px;
		padding: 11px 40px;
	}
	.hs-btn.hs-btn-l:hover { padding: 12px 40px 10px; }

/* 色 */
/* 赤 */
.hs-btn.hs-btn-red {
	color: #ffffff!important;
	background-color: #c2222a;
	background-image: -moz-linear-gradient(center top , #f7837f, #c2222a);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #c2222a),color-stop(1, #f7837f));
	background: -ms-linear-gradient(top, #f7837f 0%, #c2222a 100%);
	background: linear-gradient(top, #f7837f 0%, #c2222a 100%);
	border: solid 1px #d03d41;
}
.hs-btn.hs-btn-red:hover {
	background-color: #d82d2d;
	background-image: -moz-linear-gradient(center top , #d82d2d, #d82d2d);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d82d2d),color-stop(1, #d82d2d));
	background: -ms-linear-gradient(top, #d82d2d 0%, #d82d2d 100%);
	background: linear-gradient(top, #d82d2d 0%, #d82d2d 100%);
	border: solid 1px #d03d41;
	}
/* 白 */
.hs-btn.hs-btn-wht {
	color: #4d4d4d!important;
	background-color: #cdcdcd;
	background-image: -moz-linear-gradient(center top , #ebebeb, #cdcdcd);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cdcdcd),color-stop(1, #ebebeb));
	background: -ms-linear-gradient(top, #ebebeb 0%, #cdcdcd 100%);
	background: linear-gradient(top, #ebebeb 0%, #cdcdcd 100%);
	border: 1px #cccccc solid;
}
.hs-btn.hs-btn-wht:hover {
	background-color: #c3c3c3;
	background-image: -moz-linear-gradient(center top , #c3c3c3, #c3c3c3);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #c3c3c3),color-stop(1, #c3c3c3));
	background: -ms-linear-gradient(top, #c3c3c3 0%, #c3c3c3 100%);
	background: linear-gradient(top, #c3c3c3 0%, #c3c3c3 100%);
}
/* SP */
@media screen and (max-width: 670px) {
	/* サイズ */
	/* MIN */
		.hs-btn.hs-btn-min { font-size: 11px; }
	/* SS */
		.hs-btn.hs-btn-ss { font-size: 12px; }
	/* S */
		.hs-btn.hs-btn-s { font-size: 13px; }
	/* M */
		.hs-btn.hs-btn-m { font-size: 15px; }
	/* L */
		.hs-btn.hs-btn-l { font-size: 17px; }
}

/***************************** layout *****************************/
#hs-wrap {
	min-height: 100%;
	position: relative;
}
/* TAB/SP */
@media screen and (max-width: 940px) { #hs-wrap { padding-bottom: 0; } }

/***************************** header *****************************/
#hs-header-wrap {
	background-color: #eeeeee;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: 1px #cccccc solid;
	z-index: 99;
}
#hs-header-wrap .hs-header-inner {
	max-width: 1360px;
	margin: 0 auto;
	padding: 6px 20px 4px;
	position: relative;
}
#hs-header-wrap .header-logo-wrap,
#hs-header-wrap .header-logo-wrap a,
#hs-header-wrap .header-logo-wrap .header-logo,
#hs-header-wrap .nav-menu,
#hs-header-wrap .nav-menu li {
	display: inline-block;
	vertical-align: middle;
}
/* ロゴ*/
#hs-header-wrap .header-logo-wrap {
	margin: 10px auto;
	width: 30%;
	line-height: 1;
}
#hs-header-wrap .header-logo-wrap * { vertical-align: bottom; }
#hs-header-wrap .header-logo-wrap .header-logo-inner .header-logo {
	border-right: 1px #aaaaaa solid;
	padding-right: 10px;
	margin-right: 10px;
}
#hs-header-wrap .header-logo-wrap .sub-title {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
}
#hs-header-wrap .header-logo-wrap .header-logo img {
	width: 111px;
	height: auto;
}
/* メニュー */
#hs-header-wrap .nav-menu {
	text-align: right;
	width: 70%;
}
#hs-header-wrap .nav-menu li a:not(.hs-btn) {
	display: block;
	padding: 5px 10px;
	font-size: 15px;
	color: #333333;
}
/* ボタン */
#hs-header-wrap .nav-menu li a.hs-btn {
	margin: 5px 10px;
	font-size: 15px;
}
/* スマホ用ハンバーガーボタン */
#hs-header-wrap .sp-navbtn-wrap {
	display: none;
	width: 20%;
	text-align: right;
	vertical-align: middle;
}
#hs-header-wrap .sp-navbtn {
	float: right;
	padding: 15px;
}
#hs-header-wrap .sp-navbtn span,
#hs-header-wrap .sp-navbtn:before,
#hs-header-wrap .sp-navbtn:after {
	display: block;
	vertical-align: middle;
	width: 30px;
	height: 5px;
	border-radius: 3px;
	background-color: #0066cc;
}
#hs-header-wrap .sp-navbtn:before,
#hs-header-wrap .sp-navbtn:after { content: ''; }
#hs-header-wrap .sp-navbtn:before { margin-bottom: 5px; }
#hs-header-wrap .sp-navbtn:after { margin-top: 5px; }

/* TAB/SP */
@media screen and (max-width: 940px) {
	#hs-header-wrap .hs-header-inner { padding: 4px 5px 2px 10px; }
	/* ロゴ*/
	#hs-header-wrap .header-logo-wrap { width: 80%; }
	/* メニュー */
	#hs-header-wrap .nav-menu {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		background-color: #ffffff;
		width: 250px;
		text-align: left;
		padding: 10px 5px 15px;
	}
	#hs-header-wrap .nav-menu li { display: block; }
	/* スマホ用ハンバーガーボタン */
	#hs-header-wrap .sp-navbtn-wrap { display: inline-block; }
}
/* SP */
@media screen and (max-width: 670px) {
	#hs-header-wrap .header-logo-wrap .sub-title { font-size: 13px; }
	#hs-header-wrap .header-logo-wrap .title-walltxt {
		font-size: 11px;
		margin: 0 4px;
	}
	#hs-header-wrap .header-logo-wrap .header-logo img { width: 100px; }
}

/***************************** footer *****************************/
#footer-area-common3.hs-fotter .down { padding-top: 30px; }
#footer-area-common3.hs-fotter .down .wrap { margin-bottom: 0; }
#footer-area-common3.hs-fotter .hs-footinfo {
	background-color: #445c76;
	text-align: center;
	padding: 15px;
}
#footer-area-common3.hs-fotter .hs-footinfo,
#footer-area-common3.hs-fotter .hs-footinfo a { color: #ffffff; }
#footer-area-common3.hs-fotter .hs-footinfo .hs-cominfo,
#footer-area-common3.hs-fotter .hs-footinfo a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}
#footer-area-common3.hs-fotter .hs-footinfo .hs-copyright {
	margin: 5px 0 0;
	font-size: 11px;
}

/* TAB/SP */
@media screen and (max-width: 940px) {
	#footer-area-common3.hs-fotter { position: static; }
	#footer-area-common3.hs-fotter .hs-footinfo .hs-cominfo {
		display: block;
		margin-bottom: 3px;
	}
}

/***************************** contents *****************************/
.hs-contents h2 {
    color: #333333;
    font-size: 31px;
    margin-top: 15px;
    width: 94%;
    margin: 0 auto;
    border: none;
}
.hs-contents h2:after {
    content: '';
    width: 100px;
    height: 4px;
    background-color: #333333;
    display: block;
    margin: 15px auto 20px;
    border-radius: 5px;
}
/* TABLET */
@media screen and (min-width: 671px) and (max-width: 940px) {
	.hs-contents h2 {
	    font-size: 29px;
	}
}
/* SP */
@media screen and (max-width: 670px) {
	.hs-contents h2 {
	    font-size: 21px;
	    font-weight: bold;
	}
}


/************** TOPページ *************/
#homestaging .hs-contents {
	max-width: 970px;
	margin: 30px auto 50px;
	padding: 20px;
	text-align: center;
}
#homestaging .hs-contents [class^='contents-txt'] { margin: 15px auto 10px; }
#homestaging .hs-contents .hs-contents-txt-left {
	display: inline-block;
	text-align: left;
}
/* ボタンリンク */
#homestaging .hs-contents .btn-link {
	display: inline-block;
	background-color: #333333;
	border-radius: 2.4em;
	font-size: 15px;
	margin-top: 15px;
	padding: 0.6em 20px 0.4em;
	color: #ffffff;
	min-width: 150px;
}
#homestaging .hs-contents .btn-link:hover {
	text-decoration: none;
	opacity: 0.8;
}

/* メインビジュアル */
#homestaging .main-visual {
	background: url('/img/contents/lp/homestaging/mainvisual.jpg') center center no-repeat;
	background-size: cover;
	padding: 120px 0;
	text-align: center;
	color: #ffffff;
	height: 380px;
}
#homestaging .main-visual div.top-tx .catch {
	font-size: 27px;
	font-weight: bold;
}
#homestaging .main-visual div.top-tx h1.title {
	font-size: 35px;
	color: #ffffff;
	padding: 0 40px;
}
/* SP */
@media screen and (max-width: 670px) {
	#homestaging .main-visual div.top-tx .catch {
		font-size: 20px;
	}
	#homestaging .main-visual div.top-tx h1.title {
		font-size: 23px;
		padding: 0 30px;
	}
}


/* about SD */
#homestaging .about {
    padding: 110px 0px 80px;
    height: 400px;
}
#homestaging .about .inside-wrap {
	width: 95%;
	max-width: 950px;
	margin: 0px auto 0;
}
#homestaging .about .inside-wrap .left {
	width: 51%;
	float: left;
}
#homestaging .about .inside-wrap .left .txt {
	width: 96%;
	font-size: 18px;
	line-height: 1.8;
}
#homestaging .about .inside-wrap .right {
	width: 48%;
	float: right;
	margin-top: -40px;
}
#homestaging .about .inside-wrap .right img {
	width: 100%;
	height: auto;
}
/* TABLET */
@media screen and (min-width: 671px) and (max-width: 940px) {
	#homestaging .about {
		    height: 360px;
	}
	#homestaging .about .inside-wrap {
		width: 87%;
	}	
	#homestaging .about .inside-wrap .left .txt {
		width: 100%;
		font-size: 15px;
		line-height: 1.7;
	}
	#homestaging .about .inside-wrap .right {
		margin-top: 0px;
		width: 40%;
	}
	#homestaging .about .inside-wrap .left {
		width: 60%;
	    padding-right: 30px;
	}
	#homestaging .about .inside-wrap .right img {
		max-width: 250px;
	}
}
/* SP */
@media screen and (max-width: 670px) {
	#homestaging .about {
	    padding: 40px 0px 80px;
	}
	
	#homestaging .about .inside-wrap {
		width: 85%;
	}
	#homestaging .about .inside-wrap .left {
		width: 100%;
		float: none;
	}
	#homestaging .about .inside-wrap .left .txt {
		font-size: 15px;
		line-height: 1.7;
		width: 100%;
	}
	#homestaging .about .inside-wrap .right {
		margin-top: 20px;
	    float: none;
	    width: 100%;
		display: inline-block;
    	text-align: center;
	}
	#homestaging .about .inside-wrap .right img {
		width: 100%;
		height: auto;
		max-width: 350px;
	}
}



/* サービス内容 */
#homestaging .service {
    padding-bottom: 0px !important;
}
#homestaging .service ul {
    text-align: center;
}
#homestaging .service ul li {
	display: inline-block;
	margin: 30px;
	max-width: 235px;
	vertical-align: top;
}
#homestaging .service ul li .box1 {
}
#homestaging .service ul li .box1 img {
    width: 100%;
    max-width: 210px;
}
#homestaging .service ul li .box1 h3 {
	font-size: 20px;
	color: #2c6aa8;
	font-weight: bold;
	margin-top: 20px;
 }
#homestaging .service ul li .box1 p {
	font-size: 16px;
	text-align: left;
	margin: 10px 0px;
}
#homestaging .service ul li .box1 p span {
	font-size: 13px;
	display: inline-block;
}
/* TABLET */
@media screen and (min-width: 671px) and (max-width: 940px) {
	#homestaging .service {
	margin-top: 0px;
	}
	#homestaging .service ul li {
		max-width: 198px;
		margin: 12px;
	}
	#homestaging .service ul li .box1 img {
    width: 75%;
    max-width: 170px;
	}
#homestaging .service ul li .box1 h3 {
	font-size: 17px;
	color: #2c6aa8;
	font-weight: bold;
	margin-top: 20px;
 }
#homestaging .service ul li .box1 p {
	font-size: 14px;
	text-align: left;
	margin: 10px 0px;
	}
}
/* SP */
@media screen and (max-width: 670px) {
	#homestaging .service {
		margin-top: 70px;
		margin-bottom: 0px;
	}
	#homestaging .service ul li {
		max-width: 240px;
		margin: 12px;
	}
	#homestaging .service ul li .box1 img {
		max-width: 150px;
	}
	#homestaging .service ul li .box1 h3 {
		font-size: 19px;
	}
}

/* 撮影実績ギャラリー */
#homestaging .gallery {
	background-color: #eeeeee;
	max-width: 100%;
	padding: 80px 0px 80px;
 }
#homestaging .gallery p.caption {
	font-size: 19px;
	line-height: 1.7;
    padding: 10px 30px 25px;
    margin: 0 auto;
    max-width: 75%;
  }
#homestaging .gallery div.gallery-wrap {
	background: #ffffff;
	border-radius: 10px;
	margin: 0 auto 20px;
	box-shadow: 0 6px 0 #d1d1d1;
	width: 90%;
	max-width: 1200px;
	padding: 35px 32px 35px 40px;
}
#homestaging .gallery div.gallery-wrap div.spec {
    float: left;
    padding-bottom: 10px;
    text-align: left;
    width: 15%;
    padding-right: 30px;
}
#homestaging .gallery div.gallery-wrap div.spec dl {
	padding-bottom: 15px;
}
#homestaging .gallery div.gallery-wrap div.spec dl dt {
	font-size: 14px;
	color: #aaaaaa;
	font-weight: bold;
	margin-bottom: 3px;
}
#homestaging .gallery div.gallery-wrap div.spec dl dd {
	font-size: 15px;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 7px;
}
#homestaging .gallery div.gallery-wrap .gallery-img {
	width: 85%;
    float: left;
}
#homestaging .gallery div.gallery-wrap .gallery-img div.r {
    float: left;
    min-width: 300px;
    width: 50%;
    padding-right: 8px;
}
#homestaging .gallery div.gallery-wrap .gallery-img div.l {
    float: left;
    min-width: 300px;
    width: 50%;
    padding-right: 8px;
}
#homestaging .gallery div.gallery-wrap .gallery-img div img {
	width: 100%;
}
#homestaging .gallery div.gallery-wrap .gallery-img div.l {	
    float: left;
    min-width: 300px;
    width: 50%;
    padding-right: 8px;
}
/* TABLET */
@media screen and (min-width: 671px) and (max-width: 940px) {
	#homestaging .gallery {
	background-color: #eeeeee;
	max-width: 100%;
	padding: 60px 0px 60px;
	  }
	#homestaging .gallery p.caption {
    font-size: 18px;
    line-height: 1.7;
    padding: 10px 30px 25px;
    margin: 0 auto;
    max-width: 77%;
	  }
	#homestaging .gallery div.gallery-wrap {
		background: #ffffff;
		border-radius: 10px;
		margin: 0 auto 20px;
		box-shadow: 0 6px 0 #d1d1d1;
		width: 95%;
		padding: 30px 25px 25px 30px;
	}
	#homestaging .gallery div.gallery-wrap div.spec {
	    float: left;
	    padding-bottom: 10px;
	    text-align: left;
	    width: 30%;
	    padding-right: 25px;
    }
	#homestaging .gallery div.gallery-wrap div.spec dl {
		padding-bottom: 15px;
	}
	#homestaging .gallery div.gallery-wrap div.spec dl dt {
	    font-size: 1em;
		color: #aaaaaa;
		font-weight: bold;
	}
	#homestaging .gallery div.gallery-wrap div.spec dl dd {
	    font-size: 1.1em;
		border-bottom: solid 1px #cccccc;
		padding-bottom: 10px;
	}
	#homestaging .gallery div.gallery-wrap .gallery-img {
		width: 70%;
	    float: left;
	}
	#homestaging .gallery div.gallery-wrap .gallery-img div.r {
	    float: none;
	    min-width: 210px;
	    width: 100%;
	}
	#homestaging .gallery div.gallery-wrap .gallery-img div.l {
	    float: none;
	    min-width: 210px;
	    width: 100%;
	}
}

/* SP */
@media screen and (max-width: 670px) {
	#homestaging .gallery {
		padding: 50px 0px;
	  }
	#homestaging .gallery p.caption {
		font-size: 15px;
		line-height: 1.5;
		padding: 10px 15px;
		text-align: left;
		max-width: 100%;
	  }
	#homestaging .gallery div.gallery-wrap {
		background: #ffffff;
		border-radius: 10px;
		margin: 0 auto 20px;
		box-shadow: 0 6px 0 #d1d1d1;
		width: 95%;
		padding: 18px 5px 15px 10px;
	}
	#homestaging .gallery div.gallery-wrap div.spec {
	    float: left;
	    padding-bottom: 10px;
	    text-align: left;
	    width: 30%;
	    padding-right: 12px;
    }
	#homestaging .gallery div.gallery-wrap div.spec dl {
		padding-bottom: 15px;
	}
	#homestaging .gallery div.gallery-wrap div.spec dl dt {
	    font-size: 1em;
		color: #aaaaaa;
		font-weight: bold;
	}
	#homestaging .gallery div.gallery-wrap div.spec dl dd {
	    font-size: 0.9em;
		border-bottom: solid 1px #cccccc;
		padding-bottom: 10px;
	}
	#homestaging .gallery div.gallery-wrap .gallery-img {
		width: 70%;
	    float: left;
	}
	#homestaging .gallery div.gallery-wrap .gallery-img div.r {
	    float: none;
	    min-width: 210px;
	    width: 100%;
	}
	#homestaging .gallery div.gallery-wrap .gallery-img div.l {
	    float: none;
	    min-width: 210px;
	    width: 100%;
	}
}


/* 撮影エリア */
#homestaging .area {
    padding: 20px 40px;
    height: 400px;
}
#homestaging .area .inside-wrap {
	width: 95%;
	max-width: 950px;
	margin: 80px auto 0;
    text-align: left;
}
#homestaging .area .inside-wrap .annotation {
	font-size: 13px;
	display: inline-block !important;
}
#homestaging .area .inside-wrap .left {
    width: 63%;
    float: left;
    padding-right: 20px;
}
#homestaging .area .inside-wrap .left .txt {
	font-size: 18px;
    line-height: 1.8;
    padding-right: 38px;
}
#homestaging .area .inside-wrap .right {
    width: 37%;
    float: right;
    margin-top: -40px;
}
#homestaging .area .inside-wrap .right img {
	height: auto;
	width: 100%;
	max-width: 400px;
}
/* TABLET */
@media screen and (min-width: 671px) and (max-width: 940px) {
	#homestaging .area .inside-wrap .right img {
		margin-top: 30px;
	}
	#homestaging .area .inside-wrap .left {
	    width: 60%;
	}
	#homestaging .area .inside-wrap .right {
	    width: 40%;
	}
}

/* SP */
@media screen and (max-width: 670px) {
	#homestaging .area {
	    padding: 0px 15px;
	    height: 470px;
	}
	#homestaging .area .inside-wrap {
		width: 90%;
		margin: 40px auto 0;
	    text-align: left;
	}
	#homestaging .area .inside-wrap .left {
		width: 100%;
		float: none;
	}
	#homestaging .area .inside-wrap .left .txt {
		font-size: 15px;
	    line-height: 1.8;
	    padding-right: 0px;
	    
	}
	#homestaging .area .inside-wrap .right {
		width: 100%;
		float: none;
		margin: 20px auto;
	}
	#homestaging .area .inside-wrap .right img {
		height: auto;
		width: 100%;
		max-width: 400px;
	}
}


/* ご利用料金 */
#homestaging .price h2 {
	color: #ffffff;
 }
#homestaging .price h2:after {
    background-color: #ffffff;
}
#homestaging .price {
	background-color: #2d70b5;
	max-width: 100%;
	padding: 60px 0px 80px;
	margin-top: 50px;
 }
#homestaging .price .wht-box {
    background-color: #ffffff;
    padding: 40px 2% 35px;
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px #e6e6e6 solid;
    border-radius: 2px;
    box-sizing: border-box;
 }
#homestaging .price .wht-box .bl-area {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
	width: 44%;
	max-width: 410px;
	border-radius: 10px;
	color: #ffffff;
	background-color: #2d70b5;
	padding-bottom: 15px;
 }
#homestaging .price .wht-box .bl-area p span {
	font-size: 19px;
    vertical-align: text-top;
 }
#homestaging .price .wht-box .bl-area p {
	border-bottom: 1px #ffffff solid;
	padding: 7px 0 3px;
	font-weight: bold;
	font-size: 20px;
 }
#homestaging .price .wht-box .bl-area .pricewrap {
	padding: 10px 20px;
 }
#homestaging .price .wht-box .bl-area .pricewrap .non-taxed {
	font-size: 29px;
 }
#homestaging .price .wht-box .bl-area .pricewrap dl dd span.tax {
	font-size: 17px;
	font-weight: bold;
 }
#homestaging .price .wht-box .bl-area .pricewrap dl {
	font-size: 17px;
 }
#homestaging .price .wht-box .bl-area .pricewrap dl:first-child {
	border-bottom: 1px dotted #ffffff;
    margin-bottom: 10px;
    padding-bottom: 10px;
 }
#homestaging .price .wht-box .bl-area .pricewrap dl dt {
	float: left;
    width: 45%;
    font-size: 15px;
    padding-top: 10px;
 }
#homestaging .price .wht-box .bl-area .pricewrap dl dd {
	float: left;
    width: 55%;
  }
#homestaging .price .wht-box .bl-area .pricewrap dl dt.price-type-normal {
    font-size: 16px;
 }
#homestaging .price .wht-box .bl-area .pricewrap dl dt span.annotation {
	font-size: 15px;
	display: inline-block !important;
}
#homestaging .price .wht-box .period {
	display: table;
	margin: 15px auto;
	max-width: 845px;
	width: 92%;
}
#homestaging .price .wht-box .period dl {
	display: table-row;
}
#homestaging .price .wht-box .period dl dt {
	width: 12%;
    padding: 15px 2%;
    background-color: #2d70b5;
    color: #ffffff;
    display: table-cell;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px;
}
#homestaging .price .wht-box .period dl dd {
	width: 84%;
    padding: 15px 2%;
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    text-align: left;
    color: #333333;
    display: table-cell;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px;
}
#homestaging .price .wht-box .period dl dd .note {
	font-weight: normal;
    font-size: 15px;
    color: #666666;
    margin-left: 20px;
}
#homestaging .price .wht-box p.option {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    width: 585px;
}
#homestaging .price .wht-box .option-image {
	margin: 0 auto;
}
#homestaging .price .wht-box .option-image div.ex {
    display: inline-block;
    margin: 10px auto;
    padding: 7px;
}
/* TABLET */
@media screen and (min-width: 671px) and (max-width: 940px) {
	#homestaging .price .wht-box .bl-area p {
		font-size: 17px;
	 }
	#homestaging .price .wht-box .bl-area p span {
		font-size: 16px;
	 }
	#homestaging .price .wht-box .bl-area .pricewrap .non-taxed {
		font-size: 20px;
		text-align: right;
	 }
	#homestaging .price .wht-box .bl-area .pricewrap dl dd span.tax {
		font-size: 13px;
		font-weight: bold;
	 }
	#homestaging .price .wht-box .bl-area .pricewrap dl {
		font-size: 17px;
	 }
	#homestaging .price .wht-box .bl-area .pricewrap dl dt {
	    font-size: 13px;
	 }
	#homestaging .price .wht-box .bl-area .pricewrap dl dt.price-type-normal {
		font-size: 15px;
	    margin-top: -8px;
	}
	#homestaging .price .wht-box .period dl {
		display: table-row;
	}
	#homestaging .price .wht-box .period dl dt {
		width: 10%;
	    font-size: 16px;
	}
	#homestaging .price .wht-box .period dl dd {
	    font-size: 16px;
	}
	#homestaging .price .wht-box .period dl dd .note {
	    font-size: 13px;
	    margin-left: 10px;
	}
}
/* SP */
@media screen and (max-width: 670px) {
	#homestaging .price {
	margin-bottom: 40px;
	padding: 50px 0px 10px;
	}
	#homestaging .price .wht-box {
	padding: 20px 2% 35px;
	}
	#homestaging .price .wht-box .bl-area {
		width: 90%;
	}
	#homestaging .price .wht-box .bl-area p {
		font-size: 17px;
	 }
	#homestaging .price .wht-box .bl-area p span {
		font-size: 16px;
	 }
	#homestaging .price .wht-box .bl-area .pricewrap .non-taxed {
		font-size: 23px;
		font-weight: bold;
	 }
	#homestaging .price .wht-box .bl-area .pricewrap dl dd span.tax {
		font-size: 17px;
		font-weight: bold;
	 }
	#homestaging .price .wht-box .bl-area .pricewrap dl dt {
	    font-size: 15px;
	    width: 100%;
	    float: none;
	 }
	#homestaging .price .wht-box .bl-area .pricewrap dl dd {
	    font-size: 13px;
	    width: 100%;
	    float: none;
	 }
	#homestaging .price .wht-box .bl-area .pricewrap dl dt.price-type-normal {
		font-size: 16px;
	    margin-top: -8px;
		padding-bottom: 5px;
	}
	#homestaging .price .wht-box .period dl {
		display: table-row;
	}
	#homestaging .price .wht-box .period dl dt {
		width: 10%;
	    font-size: 14px;
	}
	#homestaging .price .wht-box .period dl dd {
		font-size: 15px;
		padding-left: 10px;
	}
	#homestaging .price .wht-box .period dl dd .note {
	    font-size: 13px;
	    margin-left: 0px;
		display: block;
	}
	#homestaging .price .wht-box p.option {
	font-size: 13px;
    text-align: left;
    width: 92%;
	}
}


/* お申し込みから納品までの流れ */
#homestaging .step-area {
	padding-top: 20px;
    max-width: 1000px;
    margin-bottom: 50px;
}
#homestaging .step-area .step-box {
	margin: 40px 0 20px;
	width: 21.5%;
}
#homestaging .step-area .step-box .step-head {
	font-size: 16px;
}
#homestaging .step-area .step-box .step-box-txt {
    border: 1px #d0e6f3 solid;
    background-color: #f1f7f8;
    padding: 28px 7% 0;
    min-height: 16.5em;
}
#homestaging .step-area .step-box .last {
    border: 1px #6ebde8 solid;
    background-color: #d0e6f3;
 }
#homestaging .step-area .step-box .step-box-txt h4 {
	font-size: 17px;
	margin-bottom: 15px;
	font-weight: bold;
}
#homestaging .step-area .step-box .step-box-txt p {
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
}
#homestaging .step-area .step-box .step-box-txt p span {
	font-size: 12px;
	text-align: left;
	display: inline-block;
	text-indent: -1em !important;
	padding-left: 1em !important;
}
#homestaging .step-area .step-box-arw {
	line-height: 0;
	width: 2%;
}
#homestaging .step-area .step-box-arw img {
    width: 70%;
    margin-top: 4em;
}
#homestaging .step-area .step-box,
#homestaging .step-area .step-box-last,
#homestaging .step-area .step-box-arw {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
#homestaging .step-area .delivery {
    width: 95%;
    margin: 10px auto;
	padding: 20px 0px;
    border-top: 1px solid #6ebde8;
    border-bottom: 1px solid #6ebde8;
}
#homestaging .step-area .delivery dl dt {
	font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

#homestaging .step-area .add {
	background-color:#fff;
	border-top:1px solid #6ebde8;
	position:relative;
	padding: 20px;
    margin: 10px auto;
}
 
#homestaging .step-area .add:before {
	border:10px solid transparent;
	border-bottom-color:#fff;
	border-top-width:0;
	top:-9px;
	content:"";
	display:block;
	right:10%;
	position:absolute;
	width:0;
	z-index:1;
}
#homestaging .step-area .add:after {
	border:10px solid transparent;
	border-bottom-color:#6ebde8;
	border-top-width:0;
	top:-10px;
	content:"";
	display:block;
	right:10%;
	position:absolute;
	width:0;
}
#homestaging .step-area .add dl dd {
	text-align: left;
	font-size: 15px;
	padding-bottom: 5px;
}
/* TABLET */
@media screen and (min-width: 671px) and (max-width: 940px) {
	#homestaging .step-area .step-box .step-box-txt {
		min-height: 20em;
	}
}
/* SP */
@media screen and (max-width: 670px) {
	#homestaging .step-area {
		padding-top: 20px;
	    max-width: 1000px;
	    margin-bottom: 30px;
	}
	#homestaging .step-area .step-box {
		display: block;
		width: 100%;
		margin: 10px 0px 20px;
	}
	#homestaging .step-area .step-box-arw img {
		margin: 0;
		width: 10px;
		transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	#homestaging .step-area .step-box .step-box-txt {
		min-height: 0;
		padding: 20px 7%;
	}
	#homestaging .step-area .step-box .step-box-txt h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	#homestaging .step-area .step-box .step-box-txt p {
	    font-size: 14px;
	    line-height: 1.6;
	    margin-bottom: 0px;	
	}
	#homestaging .step-area .add {
		padding: 15px 0 10px;
	}
	
	#homestaging .step-area .add dl dd {
	    font-size: 14px;
	 }
	#homestaging .step-area .delivery dl dt {
		font-size: 15px;
	    margin-bottom: 5px;
	}
}


/* コンバージョン枠 */
#homestaging .cv-wrap {
	background: #f6f6f6;
    max-width: 740px;
    width: 90%;
    padding: 40px 0 45px;
    position: relative;
}
#homestaging .cv-wrap p {
	text-align: center;
	font-size: 21px;
}
#homestaging .cv-wrap p:nth-child(2) {
	font-weight: bold;
	font-size: 15px;
}
#homestaging .cv-wrap div.hp {
	position: absolute;
    top: 33%;
    left: -7%;
}
#homestaging .cv-wrap div.hp img {
	width: 100%;
	max-width: 196px;
}
#homestaging .cv-wrap div.catalog {
	position: absolute;
	top: 23%;
    right: -7%;
}
#homestaging .cv-wrap div.catalog img {
	width: 100%;
	max-width: 180px;
}
/* TABLET */
@media screen and (min-width: 671px) and (max-width: 940px) {
	#homestaging .cv-wrap {
		width: 70%;
	}
	#homestaging .cv-wrap p:nth-child(2) {
		font-size: 16px;
		width: 60%;
		margin: 0 auto;	
	}
	#homestaging .cv-wrap div.hp {
	    top: 53%;
	    left: -7%;
	}
	#homestaging .cv-wrap div.catalog {
		top: 41%;
		right: -6%;
	}
	#homestaging .cv-wrap div.catalog img {
		max-width: 150px;
	}
	#homestaging .cv-wrap div.hp img {
		max-width: 166px;
	}
	
}

/* SP */
@media screen and (max-width: 670px) {
	#homestaging .cv-wrap {
		padding: 30px 10px 35px;
		margin-bottom: 0px;
	}
	#homestaging .cv-wrap p {
		font-size: 19px;
	    line-height: 1.5;
	}
	#homestaging .cv-wrap div.hp {
		display: none;
	}
	#homestaging .cv-wrap div.catalog {
		display: none;
	}
}

/* ホームステージングロゴ */
#homestaging .hs-logo {
    max-width: 400px;
    width: 90%;
    padding: 20px 0 10px;
	margin-bottom: 0px!important;
	border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
#homestaging .hs-logo p {
	font-size: 13px;
	margin-top: 3px;
}
/* TABLET */
@media screen and (min-width: 671px) and (max-width: 940px) {
	#homestaging .hs-logo {
    	max-width: 320px;
	}
	#homestaging .hs-logo img {
		width: 85%;
	}
	#homestaging .hs-logo p {
		font-size: 12px;
		margin-top: 2px;
	}
}
/* SP */
@media screen and (max-width: 670px) {
	#homestaging .hs-logo {
	    max-width: 320px;
	}
	#homestaging .hs-logo img {
		width: 85%;
	  }
	#homestaging .hs-logo p {
		font-size: 12px;
	}
}

/* 撮影実績ギャラリー一覧 */
/* コンバージョン枠 */
#galleryindex .cv-wrap {
	background: #f6f6f6;
    max-width: 740px;
    width: 90%;
    padding: 40px 0 45px;
    position: relative;
}
#galleryindex .cv-wrap p {
	text-align: center;
	font-size: 21px;
}
#galleryindex .cv-wrap p:nth-child(2) {
	font-weight: bold;
	font-size: 15px;
}
#galleryindex .cv-wrap div.hp {
	position: absolute;
    top: 33%;
    left: -7%;
}
#galleryindex .cv-wrap div.hp img {
	width: 100%;
	max-width: 196px;
}
#galleryindex .cv-wrap div.catalog {
	position: absolute;
	top: 23%;
    right: -7%;
}
#galleryindex .cv-wrap div.catalog img {
	width: 100%;
	max-width: 180px;
}

#galleryindex .hs-contents {
	margin: 30px auto 50px;
	padding: 20px;
	text-align: center;
}
#galleryindex .hs-contents [class^='contents-txt'] { margin: 15px auto 10px; }
#galleryindex .hs-contents .hs-contents-txt-left {
	display: inline-block;
	text-align: left;
}
#galleryindex .gallery {
	background-color: #eeeeee;
	max-width: 100%;
	padding: 80px 0px 80px;
 }
#galleryindex .gallery p.caption {
	font-size: 19px;
	line-height: 1.7;
    padding: 10px 30px 25px;
    margin: 0 auto;
    max-width: 75%;
  }
#galleryindex .gallery div.gallery-wrap {
	background: #ffffff;
	border-radius: 10px;
	margin: 0 auto 90px;
	box-shadow: 0 6px 0 #d1d1d1;
	width: 90%;
	max-width: 1200px;
	padding: 35px 32px 35px 40px;
}
#galleryindex .gallery div.gallery-wrap img.number {
	position: absolute;
    top: -35px;
    left: -11px;
}
#galleryindex .gallery div.gallery-wrap div.spec {
    float: left;
    padding-bottom: 10px;
    text-align: left;
    width: 15%;
    padding-right: 30px;
}
#galleryindex .gallery div.gallery-wrap div.spec dl {
	padding-bottom: 15px;
}
#galleryindex .gallery div.gallery-wrap div.spec dl dt {
	font-size: 14px;
	color: #aaaaaa;
	font-weight: bold;
	margin-bottom: 3px;
}
#galleryindex .gallery div.gallery-wrap div.spec dl dd {
	font-size: 15px;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 7px;
}
#galleryindex .gallery div.gallery-wrap .gallery-img {
	width: 85%;
    float: left;
}
#galleryindex .gallery div.gallery-wrap .gallery-img div.r {
    float: left;
    min-width: 300px;
    width: 50%;
    padding-right: 8px;
}
#galleryindex .gallery div.gallery-wrap .gallery-img div.l {
    float: left;
    min-width: 300px;
    width: 50%;
    padding-right: 8px;
}
#galleryindex .gallery div.gallery-wrap .gallery-img div img {
	width: 100%;
}
#galleryindex .gallery div.gallery-wrap .gallery-img div.l {	
    float: left;
    min-width: 300px;
    width: 50%;
    padding-right: 8px;
}
/* TABLET */
@media screen and (min-width: 671px) and (max-width: 940px) {
	#galleryindex .gallery {
	background-color: #eeeeee;
	max-width: 100%;
	padding: 60px 0px 60px;
	  }
	#galleryindex .gallery p.caption {
    font-size: 18px;
	  }
	#galleryindex .gallery div.gallery-wrap {
		background: #ffffff;
		border-radius: 10px;
		margin: 0 auto 70px;
		box-shadow: 0 6px 0 #d1d1d1;
		width: 92%;
		padding: 30px 25px 25px 30px;
	}
	#galleryindex .gallery div.gallery-wrap img.number {
		position: absolute;
	    top: -26px;
	    left: -10px;
	    width: 70px;
	}
	#galleryindex .gallery div.gallery-wrap div.spec {
	    float: left;
	    padding-bottom: 10px;
	    text-align: left;
	    width: 30%;
	    padding-right: 25px;
    }
	#galleryindex .gallery div.gallery-wrap div.spec dl {
		padding-bottom: 15px;
	}
	#galleryindex .gallery div.gallery-wrap div.spec dl dt {
	    font-size: 1em;
		color: #aaaaaa;
		font-weight: bold;
	}
	#galleryindex .gallery div.gallery-wrap div.spec dl dd {
	    font-size: 1.1em;
		border-bottom: solid 1px #cccccc;
		padding-bottom: 10px;
	}
	#galleryindex .gallery div.gallery-wrap .gallery-img {
		width: 70%;
	    float: left;
	}
	#galleryindex .gallery div.gallery-wrap .gallery-img div.r {
	    float: none;
	    min-width: 210px;
	    width: 100%;
	}
	#galleryindex .gallery div.gallery-wrap .gallery-img div.l {
	    float: none;
	    min-width: 210px;
	    width: 100%;
	}
}

/* SP */
@media screen and (max-width: 670px) {
	#galleryindex .gallery p.caption {
		font-size: 15px;
		line-height: 1.5;
		padding: 10px 20px;
		text-align: left;
		max-width: 100%;
	  }
	#galleryindex .gallery div.gallery-wrap {
		background: #ffffff;
		border-radius: 10px;
		margin: 30px auto 60px;
		box-shadow: 0 6px 0 #d1d1d1;
		width: 95%;
		padding: 18px 5px 15px 10px;
	}
		#galleryindex .gallery div.gallery-wrap img.number {
		position: absolute;
	    top: -23px;
	    left: -5px;
	    width: 55px;
	}
	
	#galleryindex .gallery div.gallery-wrap div.spec {
	    float: left;
	    padding-bottom: 10px;
	    text-align: left;
	    width: 30%;
	    padding-right: 12px;
    }
	#galleryindex .gallery div.gallery-wrap div.spec dl {
		padding-bottom: 15px;
	}
	#galleryindex .gallery div.gallery-wrap div.spec dl dt {
	    font-size: 1em;
		color: #aaaaaa;
		font-weight: bold;
	}
	#galleryindex .gallery div.gallery-wrap div.spec dl dd {
	    font-size: 0.9em;
		border-bottom: solid 1px #cccccc;
		padding-bottom: 10px;
	}
	#galleryindex .gallery div.gallery-wrap .gallery-img {
		width: 70%;
	    float: left;
	}
	#galleryindex .gallery div.gallery-wrap .gallery-img div.r {
	    float: none;
	    min-width: 210px;
	    width: 100%;
	}
	#galleryindex .gallery div.gallery-wrap .gallery-img div.l {
	    float: none;
	    min-width: 210px;
	    width: 100%;
	}
}


/************** 利用規約 *************/
#rules {
    padding: 100px 0px 150px;
    background: #2d70b5;
}
#rules .contents-rules {
	max-width: 950px;
	width: 90%;
    margin: 0px auto -70px;
    text-align: left;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
}
#rules .contents-rules p.title {
	font-size: 19px;
	background: #eaeff4;
	border-bottom: 1px solid #d2dde8;
	padding: 10px 0;
	border-radius: 10px 10px 0px 0px;
	font-weight: bold;
	padding: 12px 0px 10px 17px;
}

#rules .contents-rules .txt-wrap {
    padding: 10px 40px 30px;
    line-height: 1.6;
}
#rules .contents-rules .txt-wrap .txt-box {
    margin: 10px 15px 40px;
    letter-spacing: 0.5px;
    font-size: 14px;
}
#rules .contents-rules .txt-wrap .txt-box ol {
    margin: 0;
    padding: 0;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
#rules .contents-rules .txt-wrap .txt-box ol>li {
     list-style: inside decimal;
}
#rules .contents-rules .txt-wrap .txt-box ol.list_parentheses {
  padding:0 0 0 2em;
  margin:0;
}

#rules .contents-rules .txt-wrap .txt-box ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
#rules .contents-rules .txt-wrap .txt-box ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

/************** FAQ *************/
#faq {
    padding: 100px 0px 150px;
    background: #ffffff;
}
#faq .contents-faq {
	max-width: 950px;
	width: 90%;
    margin: 0px auto -70px;
    text-align: left;
    background: #ffffff;
    border-radius: 10px;
}
#faq .contents-faq p.title-first {
    font-size: 17px;
    background: #eaeff4;
    border-bottom: 1px solid #d2dde8;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
    padding: 12px 10px 10px;
    color: #2c6aa8;
    border-top: 1px solid #cccccc;
    margin-bottom: 0;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
	text-indent: -1.8em;
    padding-left: 2.7em;
}
#faq .contents-faq p.title {
	font-size: 17px;
	background: #eaeff4;
	font-weight: bold;
	padding: 12px 10px 10px;
	color: #2c6aa8;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-bottom: 0px;
	text-indent: -1.8em;
    padding-left: 2.7em;
}

#faq .contents-faq p span {
	font-size: 19px;
	font-weight: bold;
	margin-right: 0.5em;
}

#faq .contents-faq .txt-wrap {
    padding: 18px 40px 15px 48px;
    line-height: 1.6;
    font-size: 14px;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
#faq .contents-faq .txt-wrap-last {
	padding: 18px 40px 15px 48px;
	line-height: 1.6;
	font-size: 14px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-radius: 0px 0px 10px 10px;
}
#rules .contents-faq .txt-wrap .txt-box {
    margin: 10px 15px 40px;
    letter-spacing: 0.5px;
    font-size: 14px;
}
#faq .contents-faq .txt-wrap .txt-box ol {
    margin: 0;
    padding: 0;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
#faq .contents-faq .txt-wrap .txt-box ol>li {
     list-style: inside decimal;
}
#faq .contents-faq .txt-wrap .txt-box ol.list_parentheses {
  padding:0 0 0 2em;
  margin:0;
}




/************** フォーム *************/
#hs-form {
	padding: 40px 20px 50px;
	background-color: #f6f6f6;
	color: #4d4d4d;
	font-size: 14px;
}
#hs-form * { word-break: break-all; }
#hs-form .co-form-container { width: 100%; }
#hs-form .fo-contents {
	max-width: 750px;
	margin: 0 auto;
}
#hs-form .fo-error-exclamation {
	background: url('/img/common/icon/error_warning.png') left top 3px no-repeat;
	background-size: 14px auto;
	margin-left: 1px;
}
#hs-form .hs-btn { margin: 5px 13px;  }
#hs-form .hs-btn.hs-btn-back { min-width: 100px; }

/*** タイトル、表部分 ***/
#hs-form .hf-form-title {
	font-size: 22px;
	padding-bottom: 15px;
	margin: 0 auto 20px;
	border-bottom: 1px #d3d3d3 solid;
	max-width: 1313px;
}
#hs-form .hf-form-subtitle {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 25px auto 10px;
	max-width: 750px;
	border-bottom: 1px #d3d3d3 solid;
}
#hs-form .step-info .step-txt p:after { text-shadow: 3px 0 0 #f6f6f6, -3px 0 0 #f6f6f6; }
#hs-form .fo-contents,
#hs-form .fo-contents .wrap,
#hs-form .fo-rwd-table .row .th-cap,
#hs-form .fo-rwd-table .row .td-txt { border: 0; }
#hs-form .fo-contents .wrap,
#hs-form .fo-rwd-table .row .th-cap { background-color: transparent; }
#hs-form .fo-rwd-table .row .th-cap {
	text-align: right;
	padding: 15px 8px;
}
#hs-form .fo-rwd-table .row .td-txt { padding: 8px; }
#hs-form em.fo-req {
	font-family: 'メイリオ',Meiryo,'Hiragino Sans',sans-serif !important;
	font-size: 13px;
	padding: 4px 6px 2px!important;
	vertical-align: baseline;
}

/*** 入力部分 ***/
#hs-form input[type="text"],#hs-form input[type="password"],
#hs-form input[type="tel"],#hs-form input[type="email"],
#hs-form input[type="number"],#hs-form textarea,#hs-form select {
	border: 1px #aaaaaa solid;
	padding: 6px 8px 4px;
	border-radius: 4px;
	-webkit-appearance: none;
	font-size: 14px;
	vertical-align: middle;
	font-family: 'メイリオ',Meiryo,'Hiragino Sans',sans-serif !important;
}
#hs-form label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 8px 30px 8px 0;
}
#hs-form label input{
	vertical-align: baseline;
	margin-right: 3px;
}
/* プルダウン */
#hs-form .hs-slct { margin: 0 20px 4px 0; }
#hs-form .hs-slct select {
	background: url('/img/button/arrow_down.gif') right 10px center no-repeat #ffffff;
	font-size: 13px;
	margin: 0;
	padding-left: 6px;
	padding-right: 24px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	font-family: "メイリオ",Meiryo,"Hiragino Sans",sans-serif;
}
#hs-form .hs-slct select::-ms-expand { display: none; }
#hs-form .hs-slct .hs-slct-first { color: #bbbbbb; }
#hs-form .hs-slct option { color: #4d4d4d; }
/* カレンダー */
#hs-form [id^='co-calender-input-form'] .hasDatepicker {
	height: 34px;
	border: 1px #aaaaaa solid;
	padding: 0 35px 0 3px;
}
#hs-form [id^='co-calender-input-form'] .ui-datepicker-trigger {
	border-radius: 0 5px 5px 0;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #aaaaaa;
	box-sizing: border-box;
}
#ui-datepicker-div { font-size: 12px; }
.ui-datepicker { width: 20em!important; }
.ui-datepicker .ui-datepicker-title .ui-datepicker-year,
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
	width: 44%!important;
	height: 25px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year { margin-right: 3px; }
.ui-datepicker .ui-datepicker-title .ui-datepicker-month { margin-left: 3px; }
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	height: 2.3em;
	width: 2.2em;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover { top: 2px; }
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover { left: 2px; }
.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover { right: 2px; }
.ui-datepicker td span,
.ui-datepicker td a { padding: 6px 3px!important; }
.ui-datepicker-calendar .ui-datepicker-week-end span { color: #2f6aa8; }
.ui-datepicker-calendar .ui-datepicker-week-end:first-child span { color: #dc4d4d; }

/*** プレースホルダー（一緒に指定すると効かないのでバラのままで） ***/
/* IE */
#hs-form input:-ms-input-placeholder,
#hs-form textarea:-ms-input-placeholder { color: #bbbbbb; }
/* Chrome */
#hs-form input::-webkit-input-placeholder,
#hs-form textarea::-webkit-input-placeholder { color: #bbbbbb; }
/* その他 */
#hs-form input:placeholder-shown,
#hs-form textarea:placeholder-shown { color: #bbbbbb; }

/*** 会員チェック ***/
#hs-form .member-check label {
	border-top: 1px #cccccc dashed;
	font-size: 13px;
	padding-left: 18px;
	text-indent: -18px;
}
/*** 住所検索 ***/
#hs-form [class*='fo-addressCompletion'] {
	background: none;
	width: auto;
	height: auto;
}
/*** ボタン枠 ***/
#hs-form .fo-submit {
	margin: 50px auto 0;
	padding-top: 40px;
	border-top: 1px #d3d3d3 solid;
}
#hs-form .fo-submit p { margin-top: 40px; }

/* 利用規約部分 */
#hs-form .hs-payment-chk + .fo-submit {
	border-top: 0;
	margin-top: 0;
	padding-top: 25px;
}
#hs-form [class^='hs-payment'] {
	max-width: 750px;
	margin: 0 auto;
}
#hs-form .hs-payment {
	text-align: center;
	margin-top: 40px;
	padding-top: 25px;
	border-top: 1px #d3d3d3 solid;
	line-height: 1.5;
}
#hs-form .hs-payment .hs-payment-title {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}
#hs-form .hs-payment-rules {
	border-radius: 5px;
	border: 1px #d3d3d3 solid;
	background-color: #ffffff;
	text-align: center;
	padding: 22px 10px;
	margin-top: 28px;
}
#hs-form .hs-payment-rules a {
	display: inline-block;
	vertical-align: middle;
}
#hs-form .hs-slash { margin: 0 15px; }
#hs-form .hs-payment-chk {
	text-align: center;
	border-top: 1px #d3d3d3 solid;
	border-bottom: 1px #d3d3d3 solid;
	padding: 18px 5px 16px;
	margin-top: 20px;
}
#hs-form .hs-payment-chk label,
#hs-form .hs-payment-chk label input,
#hs-form .hs-payment-chk .fo-req { vertical-align: middle; }
#hs-form .hs-payment-chk label {
	cursor: pointer;
	font-weight: bold;
	padding: 0 0 0 5.2em;
	text-indent: -5.2em;
	display: block;
}
#hs-form .hs-payment-chk .fo-req {
	margin-right: 10px;
	text-indent: 0;
}
/* SP */
@media screen and (max-width: 670px) {
	#hs-form .co-form-container,
	#hs-form .co-w750 { width: 100%; }
	#hs-form .hf-form-title {
		font-size: 17px;
		padding-bottom: 5px;
	}
	#hs-form .hf-form-subtitle { font-size: 14px; }
	#hs-form .fo-rwd-table .row .th-cap {
		text-align: left;
		padding-bottom: 0;
	}
	#hs-form .fo-rwd-table .row .th-cap,
	#hs-form .fo-rwd-table .row .td-txt { font-size: 13px; }
	#hs-form .fo-error-exclamation,
	#hs-form .fo-submit p { font-size: 12px; }
	#hs-form .fo-error-exclamation {
		padding-left: 15px;
		margin: 3px 0;
		background-size: 12px auto;
	}
	/* 利用規約部分 */
	#hs-form .hs-payment,
	#hs-form .hs-payment-chk { text-align: left; }
	#hs-form .hs-payment-rules { padding: 10px; }
	#hs-form .hs-payment-rules a { padding: 4px 0 4px 18px; }
}

/*** 確認画面 ***/
#hs-form.hs-form-conf .fo-rwd-table {
	width: 94%;
	max-width: 550px;
	margin: 25px auto;
}
#hs-form.hs-form-conf .fo-rwd-table .row .th-cap,
#hs-form.hs-form-conf .fo-rwd-table .row .td-txt { border-bottom: 1px #d3d3d3 solid; }
#hs-form.hs-form-conf .fo-rwd-table .row .th-cap {
	text-align: left;
	padding: 15px 8px 15px 0;
}
#hs-form.hs-form-conf .fo-rwd-table .row .td-txt { padding: 15px 0; }
/* SP */
@media screen and (max-width: 670px) {
	#hs-form.hs-form-conf .fo-rwd-table { margin: 0 auto; }
	#hs-form.hs-form-conf .fo-rwd-table .row .th-cap {
		border-bottom: 0;
		padding-bottom: 0;
	}
	#hs-form.hs-form-conf .fo-rwd-table .row .td-txt { padding-top: 5px; }
}

/*** 完了画面 ***/
#hs-form.hs-form-comp .hs-comp-wrap {
	display: inline-block;
	padding: 70px 55px 0;
	margin-top: -15px;
	background: url('/img/fumi/homestaging/hs_form_light_00.png') left top no-repeat , url('/img/fumi/homestaging/hs_form_light_01.png') right top no-repeat;
	background-size: 292px auto;
}
#hs-form.hs-form-comp .hs-comp-wrap .hs-thnks {
	width: 199px;
	height: auto;
}
#hs-form.hs-form-comp .hs-comp-wrap .hs-comp-ttl {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
#hs-form.hs-form-comp .hs-comp-wrap .hs-comp-txt { margin-top: 15px; }
#hs-form.hs-form-comp .hs-comp-wrap .hs-comp-txt .pc-br { display: block; }
#hs-form.hs-form-comp .hs-contact-wrap {
	text-align: center;
	border: 1px #dadada solid;
	background-color: #eeeeee;
	padding: 17px 15px 13px;
	max-width: 440px;
	margin: 20px auto 0;
	color: #666666;
	font-size: 13px;
}
#hs-form.hs-form-comp .hs-contact-wrap .hs-contact-txt {
	border-bottom: 1px #cccccc solid;
	padding-bottom: 5px;
	margin-bottom: 12px;
	display: inline-block;
}
#hs-form.hs-form-comp .hs-contact-wrap .hs-contact-cap {
	font-size: 14px;
	font-weight: bold;
}
#hs-form.hs-form-comp .hs-contact-wrap .hs-contact-tel {
	background: url('/img/common/icon/tel_gray_00.png') left center no-repeat;
	background-size: 13px auto;
	padding-left: 15px;
	font-size: 17px;
	color: #666666;
	vertical-align: middle;
}
#hs-form.hs-form-comp .hs-contact-wrap .hs-contact-tel:hover { text-decoration: none; }
#hs-form.hs-form-comp .hs-contact-wrap .hs-contact-open { vertical-align: middle; }
/* SP */
@media screen and (max-width: 670px) {
	#hs-form.hs-form-comp .hs-comp-wrap {
		padding: 50px 0 0;
		background-size: 160px auto;
		font-size: 13px;
	}
	#hs-form.hs-form-comp .hs-comp-wrap .hs-comp-ttl { font-size: 17px; }
	#hs-form.hs-form-comp .hs-comp-wrap .hs-comp-txt { margin-top: 25px; }
	#hs-form.hs-form-comp .hs-comp-wrap .hs-comp-txt .pc-br { display: inline; }
	#hs-form.hs-form-comp .hs-contact-wrap { font-size: 12px; }
	#hs-form.hs-form-comp .hs-contact-wrap .hs-contact-cap { font-size: 13px; }
	#hs-form.hs-form-comp .hs-contact-wrap .hs-contact-open { display: block; }
}