@charset "utf-8";
/* ★charset */

/* 共通
================================================== */
*:focus{
	outline: none;
}
/* link */
a{
	color: #e50011;
	text-decoration: underline;
}
a:hover{
	color: #c41219;
	text-decoration: none;
}
a:visited{
	color: #f06671;
}
/* section */
.sec_pt50{
	padding-top: 50px;
}
.sec_pt150{
	padding-top: 150px;
}
.sec_mt-70{
	margin-top: -70px;
}
.sec_mt-30{
	margin-top: -30px;
}
.sec_brown{
	background: #453533;
}
#works.sec_brown{
	padding-bottom: 100px;
}
/* title */
.title{
	color: #251e19;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
}
.title_withsub{
	line-height: 100%;
	margin-bottom: 40px;
	text-align: center;
	font-size: 36px;
}
@media all and (-ms-high-contrast: none){
	*::-ms-backdrop, .title_withsub{
		line-height: 120%;
	}
}
.title_withsub span{
	font-size: 20px;
}
.title_with_sub_bdrred{
	line-height: 100%;
	margin-bottom: 40px;
	text-align: center;
	font-size: 32px;
	letter-spacing: 8px;
}
.title_with_sub_bdrred span{
	display: block;
	margin-top: 10px;
	padding-top: 8px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 5px;
	border-top: 1px solid #e60011;
}
.title_second{
	margin-bottom: 40px;
	text-align: center;
	font-size: 36px;
	letter-spacing: 2px;
}
.title_24{
	font-size: 24px;
	letter-spacing: 2px;
}
.title_24 span{
	font-size: 18px;
}
.title_16{
	font-size: 16px;
}
.sec_brown .title{
	color: #ffffff;
}
.sec_brown .title_with_sub_bdrred span{
	border-top: 1px solid #ffffff;
}
#works .title_with_sub_bdrred{
	margin-bottom: 50px;
}
/* img */
.img_w100per{
	width: 100%;
	height: auto;
}
/* text */
.lead{
	line-height: 180%;
	font-size: 16px;
	color: #251e19;
	letter-spacing: 2px;
}
.lead_s{
	line-height: 180%;
	font-size: 14px;
	color: #251e19;
}
.lead_sub{
	line-height: 180%;
	font-size: 12px;
	color: #251e19;
}
.lead_l{
	line-height: 160%;
	font-size: 22px;
	color: #251e19;
	letter-spacing: 2px;
}
.indent{
	padding-left: 1em;
	text-indent: -1em;
}
.break{
	display: none;
}
.indent_15{
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.sec_brown .lead,
.sec_brown .lead_s{
	color: #ffffff;
}
/* list */
.list_notice{
	font-size: 10px;
	line-height: 160%;
}
.list_notice_m{
	font-size: 12px;
	line-height: 160%;
}
.inner800.list_notice_m{
	letter-spacing: 0;
}
/* br */
.br_w960,
.br_w760,
.br_w600,
.br_ipad,
.br_iphone,
.br_android_mob,
.br_android_tab,
.br_pc{
	display: none;
}
.br_wide{
	display: inline;
}
.br_mobile{
	display: none;
}

.android_mob .title_second,
.iphone .title_second{
	font-size: 32px;
	line-height: 140%;
}

.mobile .sec_pt150{
	padding-top: 130px;
}
.mobile .visible_mobile{/* mobileで表示 */
	display: inline;
}
.pc .visible_mobile{
	display: none;
}
.pc .visible_pc{/* pcで表示 */
	display: inline;
}
.mobile .visible_pc{
	display: none;
}
.android_tab .telbox_thanks .visible_pc,
.ipad .telbox_thanks .visible_pc{
	display: inline;
}
.pc .visible_sp,
.android_tab .visible_sp,
.ipad .visible_sp{
	display: none;
}
.android_mob .visible_mobile_notipad,
.iphone .visible_mobile_notipad{
	display: inline;
}
.ipad .br_ipad{/* ipadで表示 */
	display: inline;
}
.iphone .br_iphone{/* iphoneで表示 */
	display: inline;
}
.android_mob .br_android_mob{/* android mobileで表示 */
	display: inline;
}
.android_tab .br_android_tab{/* android tabletで表示 */
	display: inline;
}
.pc .br_pc{/* pcで表示 */
	display: inline;
}
@media screen and (max-width: 760px){
	.br_w760{
		display: inline;
	}
	.br_wide{
		display: none;
	}
	/* android mobile */
	.android_mob .indent{
		padding-left: 0.75em;
		text-indent: -0.75em;
	}
	.android_mob .indent_15{
		padding-left: 1.25em;
		text-indent: -1.25em;
	}
}
@media screen and (max-width: 600px){
	.text_formnotice br{
		display: none;
	}
	.mobile .br_w600{
		display: inline;
	}
	/* android mobile */
	.android_mob .br_mobile,
	.iphone .br_mobile{
		display: inline;
	}
}
/* top
================================================== */
#copybox{
	padding: 150px 0;
	background: url(../img/top/bg_undermain.jpg) no-repeat center center;
	background-size: cover;
}
#copybox p{
	line-height: 220%;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
/* usersguide */
#usersguidebox{
	display: flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	justify-content: space-between;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;/*--- IE10 ---*/
}
#usersguidebox a{
	display: block;
	width: 47.9%;
	margin-bottom: 30px;
	font-size: 15px;
	color: #251e19;
	text-decoration: none;
	border: 1px solid #c4c0bc;
}
#usersguidebox a:hover{
	opacity: 0.6;
}
#usersguidebox a img{
	width: 100%;
	height: auto;
}
#usersguidebox a p{
	height: 60px;
	line-height: 60px;
	text-align: center;
}
#usersguidebox a p:before{
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	margin-right: 8px;
	background: url(../img/arrow_right_red_s.png) no-repeat 0 0;
}
/* service */
.servicebox > div{
	float: left;
	width: 50%;
	min-height: 400px;
	box-sizing: border-box;
}
.servicebox_text{
	padding: 60px 50px;
}
.servicebox_text h3{
	line-height: 140%;
	margin-bottom: 16px;
	font-size: 36px;
}
.servicebox_text p{
	line-height: 180%;
	font-size: 14px;
	color: #332b25;
}
.servicebox_text p.cap{
	margin-top: 20px;
	font-size: 12px;
}
.servicebox_text .catch{
	margin-bottom: 5px;
	color: #e50011;
}
.servicebox_text .catch strong{
	font-weight: normal;
}
#service01_img{
	float: left;
	background: url(../img/top/img_service01.jpg) no-repeat center center;
	background-size: cover;
}
#service02_img{
	float: right;
	background: url(../img/top/img_service02.jpg) no-repeat center center;
	background-size: cover;
}
#service03_img{
	float: left;
	background: url(../img/top/img_service03.jpg) no-repeat center center;
	background-size: cover;
}
#service04_img{
	float: right;
	background: url(../img/top/img_service04.jpg) no-repeat center center;
	background-size: cover;
}
/* works */
.works_cont h3{
	margin-bottom: 20px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}
.works_cont > div{
	position: relative;
	width: 960px;
	height: 420px;
	margin: 0 auto 50px auto;
}
.works_cont > div p{
	overflow: hidden;
}
.works_cont > div .img01{
	position: absolute;
	top: 0;
	left: 0;
	width: 66.6666666%;
}
.works_cont > div .img02{
	position: absolute;
	top: 0;
	right: 0;
	width: 33.3333333%;
}
.works_cont > div .img03{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 33.3333333%;
}
.works_cont > div p img{
	width: 100%;
	height: auto;
	-moz-transition: -moz-transform 0.15s linear;
	-webkit-transition: -webkit-transform 0.15s linear;
	-o-transition: -o-transform 0.15s linear;
	-ms-transition: -ms-transform 0.15s linear;
	transition: transform 0.15s linear;
}
.works_cont > div p img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.works_cont > div p span{
	position: absolute;
	right: 10px;
	bottom: 8px;
	line-height: 140%;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	text-shadow: 0 0 8px #120a07;
}
.android_mob .works_cont > div p span,
.iphone .works_cont > div p span{
	display: none;
}
.works_cont > div p span small{
	font-size: 8px;
	font-weight: normal;
}
#btn_link_works{
	display: block;
	width: 380px;
	height: 54px;
	line-height: 54px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ffffff;
}
#btn_link_works span:before{
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	margin-right: 8px;
	background: url(../img/arrow_right_wht_s.png) no-repeat 0 0;
}
#btn_link_works:hover{
	background-color: rgba(255, 255, 255, 0.45);
}
/* item */
#itembox{
	display: flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	justify-content: space-between;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;/*--- IE10 ---*/
	margin-bottom: 30px;
}
#itembox a{
	position: relative;
	display: block;
	width: 23.4375%;
	line-height: 0;
	margin-bottom: 2.0833333%;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}
#itembox a:hover{
	opacity: 0.6;
}
#itembox a img{
	width: 100%;
	height: auto;
}
#itembox a p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 120%;
	padding: 8px 10px;
	text-align: center;
	background-color: rgba(39, 34, 29, 0.7);
	box-sizing: border-box;
}
#itembox a p span{
	font-size: 10px;
}
.cap_item{
	margin-bottom: 100px;
	text-align: center;
	font-size: 12px;
	color: #332b25;
}
/* flow */
#flowbox{
	padding-bottom: 120px;
}
#flowbox > div{
	float: left;
	width: 18.75%;
}
#flowbox > div:last-child{
	width: 19.27%;
}
#flowbox > div:not(:first-child){
	margin-left: -2.61%;
}
#flowbox > div img{
	width: 100%;
	height: auto;
}
#flowbox > div p{
	width: 77.7777777%;
	margin-left: 5.5555555%;
	line-height: 160%;
	font-size: 11px;
	color: #ffffff;
}
#flowbox > div:not(:first-child) p{
	margin-left: 11.1111111%;
}
#flowbox > div:last-child p{
	margin-left: 19.4444444%;
}
/* contact */
#contactbox{
	display: flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	justify-content: space-between;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;/*--- IE10 ---*/
	width: 670px;
	margin: 0 auto 30px auto;
}
#contactbox > div{
	position: relative;
	width: 47.76%;
	height: 285px;
	padding: 20px 30px 0 30px;
	color: #ffffff;
	background: #453333;
	box-sizing: border-box;
}
.title_contactbox{
	padding-bottom: 5px;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
#contactbox > div a{
	color: #ffffff;
	text-decoration: none;
}
#btn_contact_contactbox{
	display: block;
	height: 60px;
	line-height: 60px;
	margin-top: 60px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
#btn_contact_contactbox:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 12px;
	vertical-align: middle;
	background: url(../img/icon_contact.png) no-repeat 0 0;
}
#contactbox .contact_notice {
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	line-height: 160%;
}
#contactbox .telbox{
	margin-top: 15px;
}
#contactbox .telbox > a{
	display: block;
	height: 40px;
	margin-bottom: 15px;
	font-size: 16px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
#contactbox .telbox > a span{
	display: block;
	float: left;
	width: 73%;
	height: 38px;
	line-height: 38px;
	text-align: center;
}
#contactbox .telbox > a .tel_area{
	width: 27%;
	color: #453333;
	font-size: 14px;
	background: #ffffff;
}
#btn_contact_contactbox:hover{
	background-color: rgba(255, 255, 255, 0.45);
}
#contactbox > div .cap{
	position: absolute;
	bottom: 15px;
	right: 0;
	left: 0;
	margin: auto;
	line-height: 160%;
	font-size: 12px;
	text-align: center;
}
@media screen and (max-width: 1217px){
	.works_cont > div{
		width: 80%;
	}
}
@media screen and (max-width: 760px){
	#contactbox{
		width: 96%;
	}
	#usersguidebox a{
		font-size: 13px;
	}
	#itembox a{
		font-size: 11px;
	}
	#itembox a p span{
		font-size: 8px;
	}
}
/* mobile */
.android_mob .servicebox > div,
.android_tab .servicebox > div,
.iphone .servicebox > div{
	float: none !important;
	width: 100%;
	min-height: 200px;
}
.android_mob #service01_img,
.android_mob #service02_img,
.android_mob #service03_img,
.android_mob #service04_img,
.android_tab #service01_img,
.android_tab #service02_img,
.android_tab #service03_img,
.android_tab #service04_img,
.iphone #service01_img,
.iphone #service02_img,
.iphone #service03_img,
.iphone #service04_img{
	height: 200px !important;
}
.mobile .works_cont > div .img01{
	width: 100%;
}
.mobile .works_cont > div .img02{
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	width: 50%;
}
.mobile .works_cont > div .img03{
	width: 50%;
}
.android_mob #copybox,
.iphone #copybox{
	padding: 130px 10px;
}
.android_mob #usersguidebox a,
.iphone #usersguidebox a{
	width: 100%;
}
.android_mob .servicebox_text,
.iphone .servicebox_text{
	padding: 30px 25px;
}
.android_mob #btn_link_works,
.iphone #btn_link_works{
	width: 80%;
	font-size: 12px;
}
.android_mob .works_cont > div p span,
.iphone .works_cont > div p span{
	right: 0;
	bottom: 6px;
	left: 0;
	margin: auto;
	text-align: center;
}
.android_mob #itembox a,
.iphone #itembox a{
	width: 49%;
	margin-bottom: 2%;
}
.android_mob #flowbox,
.iphone #flowbox{
	padding-bottom: 80px;
}
.android_mob #flowbox > div,
.iphone #flowbox > div{
	width: 36.36%;
	margin-bottom: 20px;
}
.android_mob #flowbox > div:last-child,
.iphone #flowbox > div:last-child{
	width: 37.37%;
}
.android_mob #flowbox > div:not(:first-child),
.iphone #flowbox > div:not(:first-child){
	margin-left: -5.05%;
}
.android_mob #flowbox > div:nth-child(4),
.iphone #flowbox > div:nth-child(4){
	margin-left: 0;
}
.android_mob #contactbox,
.iphone #contactbox{
	margin-bottom: 0;
}
.android_mob #contactbox > div,
.iphone #contactbox > div{
	width: 100%;
	height: 240px;
	margin-bottom: 30px;
}

/* usersguide 下層
================================================== */
/* 自分好みのインテリアメーカーを探す */
.page_preferential .sec_preferential{
	position: relative;
}
.page_preferential .sec_preferential:nth-child(even){
	background: #ffffff;
}
.page_preferential .sec_preferential:nth-child(1){
	z-index: 100;
}
.page_preferential .sec_preferential:nth-child(2){
	z-index: 90;
}
.page_preferential .sec_preferential:nth-child(3){
	z-index: 80;
}
.page_preferential .sec_preferential:nth-child(4){
	z-index: 70;
}
.page_preferential .sec_preferential:nth-child(5){
	z-index: 60;
}
.page_preferential .sec_preferential:nth-child(6){
	z-index: 50;
}
.page_preferential .sec_preferential:nth-child(7){
	z-index: 40;
}
.page_preferential .sec_preferential:nth-child(8){
	z-index: 30;
}
.page_preferential .sec_preferential:nth-child(9){
	z-index: 20;
}
.page_preferential .sec_preferential:nth-child(10){
	z-index: 10;
}
.slidecont{
	margin-bottom: 25px;
}
.slider_preferential{
	display: none;
}
.slider_preferential .slick-list{
	position: relative;
	float: left;
	width: 640px;
}
.slider_preferential li{
	position: relative;
}
.slider_preferential li img{
	width: 100%;
	height: auto;
}
.slider_preferential li p{
	position: absolute;
	right: 10px;
	bottom: 8px;
	line-height: 140%;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	text-shadow: 0 0 8px #120a07;
}
.slider_preferential .slick-dots{
	float: right;
	width: 290px;
	display: flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	justify-content: flex-start;
	-ms-flex-pack: flex-start;/*--- IE10 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;/*--- IE10 ---*/
}
.slider_preferential .slick-dots li{
	width: 90px;
	line-height: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.slider_preferential .slick-dots li img{
	width: 90px;
	height: 60px;
}
@supports (-ms-ime-align: auto) {/*--- Edge ---*/
	.slider_preferential .slick-dots li{
		margin-bottom: 10px !important;
	}
}
.slider_preferential .slick-dots li:nth-child(3n){
	margin-right: 0;
}
@media screen and (max-width: 977px){
	.slider_preferential .slick-list{
		width: 66.66%;
	}
	.slider_preferential .slick-dots{
		width: 30.21%;
	}
	.slider_preferential .slick-dots li{
		width: 31.03%;
		margin-right: 3.455%;
		margin-bottom: 3.455%;
	}
	.slider_preferential .slick-dots li img{
		width: 100%;
		height: auto;
	}
}
.title_recommend{
	margin-bottom: 20px;
	padding-bottom: 2px;
	font-size: 18px;
	border-bottom: 1px solid #26211D;
}
.list_maker{
	display: flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	justify-content: flex-start;
	-ms-flex-pack: flex-start;/*--- IE10 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;/*--- IE10 ---*/
	margin-bottom: 60px;
}
.list_maker.list_maker_exception{
	margin-bottom: 30px;
}
.list_maker li{
	width: 33.3333333%;
	margin-bottom: 12px;
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
	box-sizing: border-box;
}
.list_maker li:before{
	content: "・";
}
.title_maker{
	line-height: 100%;
	margin-bottom: 40px;
	text-align: center;
	font-size: 28px;
}
.title_maker span{
	font-size: 12px;
}
.title_bdrsand{
	line-height: 100%;
	margin-bottom: 30px;
	padding: 15px;
	text-align: center;
	font-size: 20px;
	border-top: 1px solid #26211D;
	border-bottom: 1px solid #26211D;
}
.sec_brown .title_recommend{
	border-color: #ffffff;
}
.sec_brown .list_maker li{
	color: #ffffff;
}
.mainmaker{
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: url(../img/bg_dot.png) repeat-x 0 bottom;
}
.mainmaker.oversea{
	padding-bottom: 0;
	background: none;
}
.mainmaker:last-child{
	background: none;
	border-bottom: 1px solid #26211D;
}
.btn_contact_l{
	display: block;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
	color: #ffffff !important;
	text-decoration: none;
	background: #453433;
}
.btn_contact_l:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 12px;
	vertical-align: middle;
	background: url(../img/icon_contact.png) no-repeat 0 0;
}
.btn_contact_l:hover{
	opacity: 0.6;
}
/* mobile */
.mobile .slider_preferential .slick-list{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.mobile .slider_preferential .slick-dots{
	float: none;
	width: 100%;
}
.mobile .slider_preferential .slick-dots li img{
	width: 100%;
	height: auto;
}
.android_tab .slider_preferential .slick-dots li,
.ipad .slider_preferential .slick-dots li{
	width: 18.75%;
	margin-right: 1.25%;
	margin-bottom: 1.25%;
}
.android_tab .slider_preferential .slick-dots li:nth-child(3n),
.ipad .slider_preferential .slick-dots li:nth-child(3n){
	margin-right: 1.25%;
}
.android_tab .slider_preferential .slick-dots li:nth-child(5n),
.ipad .slider_preferential .slick-dots li:nth-child(5n){
	margin-right: 0;
}
.android_mob .slider_preferential .slick-dots li,
.iphone .slider_preferential .slick-dots li{
	width: 23%;
	margin-right: 2.66%;
	margin-bottom: 2.66%;
}
.android_mob .slider_preferential .slick-dots li:nth-child(3n),
.iphone .slider_preferential .slick-dots li:nth-child(3n){
	margin-right: 2.66%;
}
.android_mob .slider_preferential .slick-dots li:nth-child(4n),
.iphone .slider_preferential .slick-dots li:nth-child(4n){
	margin-right: 0;
}
.android_mob .list_maker li,
.iphone .list_maker li{
	width: 50%;
	font-size: 13px;
}
/* クーポンアプリでお得に買い物する */
.page_ilmio{
	color: #261f19;
}
.page_ilmio .lead{
	letter-spacing: 1.7px;
}
.title_sconto_bdr{
	margin-bottom: 24px;
	padding-bottom: 6px;
	font-size: 24px;
	letter-spacing: 2px;
	border-bottom: 3px solid #261f19;
}
.featurebox_sconto{
	margin-bottom: 13px;
}
.featurebox_sconto img{
	float: left;
	margin-right: 37px;
}
.feature_ars_sconto{
	display:none;
}
#img_10peroff{
	position: absolute;
	top: -84px;
	right: -40px;
}
#howuse_sconto dt,
#howuse_sconto dd{
	float:left;
	margin-bottom:15px;
}
#howuse_sconto dt{
	width: 128px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	font-weight: bold;
	border: 1px solid #C4C0BC;
}
#howuse_sconto dd{
	padding-left:20px;
}
#browser{
	padding: 30px 25px;
	border: 1px solid #C4C0BC;
}
#browser p,
#browser ul{
	font-size:12px;
	margin-left: 144px;
	padding-left: 32px;
	border-left: 1px solid #C4C0BC;
	letter-spacing: normal;
}
#browser li{
	float:left;
}
.appsbox_ilmio{
	display: flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	justify-content: space-between;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;/*--- IE10 ---*/
}
.appsbox_ilmio p{
	width: 20.83%;
}
.appsbox_ilmio p img{
	width: 100%;
	height: auto;
}
.appsbox_ilmio p.arrow{
	width: 1.67%;
	padding-top: 1.5%;
}
@supports (-ms-ime-align: auto) {/*--- Edge ---*/
	.appsbox_ilmio p.arrow{
		padding-top: 15px;
	}
}
.appsbox_ilmio p:last-child{
	width: 21.04%;
}
.btnbox_ilmio > div:nth-child(1){
	float: left;
}
.btnbox_ilmio > div.qrbox_ilmio img{
	display: none;
}
.pc .btnbox_ilmio > div.qrbox_ilmio img.img_pc,
.pc .btnbox_ilmio > div.qrbox_ilmio .img_mobile,
.pc .btnbox_ilmio > div.qrbox_ilmio .img_mobile img{
	display: inline;
}
.mobile .btnbox_ilmio > div.qrbox_ilmio img.img_pc{
	display: none;
}
.mobile .btnbox_ilmio > div.qrbox_ilmio .img_mobile,
.mobile .btnbox_ilmio > div.qrbox_ilmio .img_mobile img{
	display: inline;
}
.btnbox_ilmio > div.qrbox_ilmio{
	float: right;
	width: 250px;
}
.btnbox_ilmio > div.qrbox_ilmio p img{
	width: 100%;
	height: auto;
}
.btnbox_ilmio > div.qrbox_ilmio p{
	width: 110px;
}
.btnbox_ilmio > div.qrbox_ilmio p:nth-child(1){
	float: left;
}
.btnbox_ilmio > div.qrbox_ilmio p:nth-child(2){
	float: right;
}
.btn_ilmio{
	display: block;
	width: 100%;
	height: 54px;
	line-height: 54px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff !important;
	text-align: center;
	text-decoration: none;
	border: 2px solid #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 10px #b5afae;
	background: #e60011;
	box-sizing: border-box;
}
.btn_ilmio p{
	display: inline-block;
	text-align: center;
}
.btn_ilmio p img{
	display: none;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	margin-top: -3px;
	vertical-align: middle;
}
.btn_ilmio:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-top: -3px;
	vertical-align: middle;
	background: url(../img/icon_contact.png) no-repeat 0 0;
}
.btn_ilmio:hover{
	color: #ffffff;
	background-color: #c41219;
}
.title_sconto_bg{
	padding: 10px 10px 8px 20px;
	line-height: 140%;
	margin-bottom: 30px;
	font-size: 16px;
	color: #261F19;
	letter-spacing: 0;
	background: #B4EADE;
}
.title_sconto_bg span{
	float: right;
	font-size: 11px;
}
.brandbox_sconto{
	display: flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	justify-content: space-between;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;/*--- IE10 ---*/
}
.brandbox_sconto li{
	width: 300px;
	line-height: 0;
	margin-bottom: 25px;
	border: 1px solid #e1d7d6;
}
@supports (-ms-ime-align: auto) {/*--- Edge ---*/
	.brandbox_sconto li{
		margin-bottom: 30px !important;
	}
}
#renewal_sconto{
	border:1px solid #C4C0BC;
	padding:30px 42px 28px 43px;
}
.img_how{
	width: 96.0416%;
	height: auto;
}
.howbox_ilmio{
	display: flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	justify-content: space-between;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;/*--- IE10 ---*/
	margin-bottom: 20px;
}
.howbox_ilmio li{
	width: 31.25%;
	font-size: 14px;
	line-height: 180%;
}
.arbox_ilmio{
	display: flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	justify-content: space-between;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;/*--- IE10 ---*/
	margin-bottom: 5px;
}
.arbox_ilmio > p{
	width: 12.92%;
}
.arbox_ilmio > p img{
	width: 100%;
	height: auto;
}
.arbox_ilmio > div{
	width: 84.375%;
}
.arbox_ilmio > div p{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #261f19;
}
.img_ar_sp{
	float: right;
	width: 41.979%;
	margin-right: 2.5%;
}
.img_ar_exp{
	float: left;
	width: 54.583%;
	margin-top: 60px;
}
.arimgbox_ilmio > p{
	line-height: 0;
}
.arimgbox_ilmio > p img{
	width: 100%;
	height: auto;
}
.arexpbox_ilmio{
	display: flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	justify-content: space-between;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;/*--- IE10 ---*/
	margin-bottom: 5px;
	padding-left: 2px;
}
.arexpbox_ilmio p{
	width: 21.875%;
}
.arexpbox_ilmio p:last-child{
	width: 47.708%;
}
.arexpbox_ilmio p.arrow{
	position: relative;
	width: 1.146%;
}
.arexpbox_ilmio p.arrow img{
	position: absolute;
	top: 36%;
	left: 0;
}
.arexpbox_ilmio p img{
	width: 100%;
	height: auto;
}
.tel_ilmio{
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 15px 0 13px 0;
	line-height: 140%;
	text-align: center;
	color: #453333;
	font-size: 16px;
	border-top: 1px solid #261f19;
	border-bottom: 1px solid #261f19;
}
.tel_ilmio a{
	color: #453333;
	text-decoration: none;
}
.tel_ilmio span{
	font-size: 12px;
}
@media screen and (max-width: 977px){
	.featurebox_sconto img{
		margin-right: 1.5%;
	}
	.feature_arl_sconto{
		display:none;
	}
	.feature_ars_sconto{
		display:inline;
		width:81.5%;
	}
	#img_10peroff{
		width: 25%;
		height: auto;
		top: -30%;
		right: -1.5%;
	}
	#howuse_sconto{
		margin:0 0 25px 0;
	}
	#howuse_sconto dt{
		width: 100%;
	}
	#howuse_sconto dd{
		padding: 0 15px 10px 20px;
	}
	#browser{
		padding:20px 25px;
	}
	#browser h4{
		width: 100%;
		border-bottom: 1px solid #C4C0BC;
		margin-bottom: 15px;
		padding: 5px 0;
	}
	#browser p,
	#browser ul{
		margin-left: 0;
		padding-left: 0;
		border:none;
	}
	#browser img{
		margin-left: 0;
	}
	#browser li{
		clear: both;
		padding-left: 15px;
		text-indent: -15px;
	}
	.break{
		display: inline;
	}
	#renewal_sconto img{
		width: 80%;
	}
	.featureexpbox_ilmio img{
		width: 52.083%;
		height: auto;
	}
	.featureexpbox_ilmio ul{
		width: 43%;
		margin-left: 2.083%;
	}
	.btn_ilmio .break{
		display:none;
	}
	.btnbox_ilmio{
		margin-top: 20px;
	}
	.btnbox_ilmio > div{
		width: 66.66%;
	}
	.btnbox_ilmio > div.qrbox_ilmio{
		width: 26.04%;
	}
	.btnbox_ilmio > div.qrbox_ilmio p{
		width: 44%;
		height: auto;
	}
	.brandbox_sconto li{
		width: 31.25%;
		margin-bottom: 3.125%;
	}
	.brandbox_sconto li img{
		width: 100%;
		height: auto;
	}
}
.android_tab .brandbox_sconto li,
.ipad .brandbox_sconto li{
	width: 31.25%;
	margin-bottom: 3.125%;
}
.android_tab .brandbox_sconto li img,
.ipad .brandbox_sconto li img{
	width: 100%;
	height: auto;
}
/* mobile */
#logo_main{
	overflow:hidden;
}
#logo_main img{
	width: 130%;
	margin-left: -15%;
}
.android_mob .featurebox_sconto,
.iphone .featurebox_sconto{
	position: relative;
	width: 76%;
}
.android_mob .featurebox_sconto img,
.iphone .featurebox_sconto img{
	width: 31%;
	height: auto;
	margin-right: 2%;
	margin-bottom: 2%;
}
.android_mob #img_10peroff,
.iphone #img_10peroff{
	top: -18.5%;
	right: -1%;
	width: 28%;
}
.android_mob .appsbox_ilmio,
.iphone .appsbox_ilmio{
	justify-content: flex-start;
	-ms-flex-pack: flex-start;/*--- IE10 ---*/
}
.android_mob .appsbox_ilmio p,
.iphone .appsbox_ilmio p{
	width: 41.66%;
	margin-right: 2%;
	margin-bottom: 5%;
}
.android_mob .appsbox_ilmio p.arrow,
.iphone .appsbox_ilmio p.arrow{
	width: 3.34%;
}
.android_mob .appsbox_ilmio p:last-child,
.iphone .appsbox_ilmio p:last-child{
	width: 42.08%;
}
.mobile .btnbox_ilmio > div,
.mobile .btnbox_ilmio > div.qrbox_ilmio{
	float: none;
	width: 100%;
}
.mobile .btnbox_ilmio > div.qrbox_ilmio{
	margin-top: 20px;
	text-align: center;
}
.mobile .btnbox_ilmio > div.qrbox_ilmio p{
	float: none;
	display: inline-block;
	width: 30%;
	margin: 0 5%;
	text-align: center;
}
.android_mob .btnbox_ilmio > div.qrbox_ilmio p,
.iphone .btnbox_ilmio > div.qrbox_ilmio p{
	width: 40%;
	margin: 0 2.5%;
}
.android_mob .brandbox_sconto,
.iphone .brandbox_sconto{
	justify-content: flex-start;
	-ms-flex-pack: flex-start;/*--- IE10 ---*/
}
.android_mob .brandbox_sconto li,
.iphone .brandbox_sconto li{
	width: 47.5%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
}
.android_mob .brandbox_sconto li:nth-child(2n),
.iphone .brandbox_sconto li:nth-child(2n){
	margin-right: 0;
}
.android_mob .howbox_ilmio,
.iphone .howbox_ilmio{
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.android_mob .howbox_ilmio li,
.iphone .howbox_ilmio li{
	width: 100%;
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
.android_mob .img_ar_sp,
.iphone .img_ar_sp{
	float: none;
	width: 100%;
	text-align: center;
	margin-right: 0;
}
.android_mob .img_ar_sp img,
.iphone .img_ar_sp img{
	width: 80%;
	height: auto;
}
.android_mob .img_ar_exp,
.iphone .img_ar_exp{
	float: none;
	width: 100%;
	margin-top: 20px;
}
.android_mob .arexpbox_ilmio,
.iphone .arexpbox_ilmio{
	justify-content: flex-start;
	-ms-flex-pack: flex-start;/*--- IE10 ---*/
	margin-bottom: 0;
	padding-left: 0;
}
.android_mob .arexpbox_ilmio p,
.iphone .arexpbox_ilmio p{
	width: 43.75%;
	margin-right: 2.6%;
	margin-bottom: 20px;
}
.android_mob .arexpbox_ilmio p:nth-child(4),
.iphone .arexpbox_ilmio p:nth-child(4){
	margin-right: 0;
}
.android_mob .arexpbox_ilmio p:last-child,
.iphone .arexpbox_ilmio p:last-child{
	width: 95%;
}
.android_mob .arexpbox_ilmio p.arrow,
.iphone .arexpbox_ilmio p.arrow{
	position: relative;
	width: 2.2%;
}
.mobile #howuse_sconto{
	margin:0 0 25px 0;
}
.mobile .btn_ilmio .break{
	display:inline;
}
.mobile .btn_ilmio{
	height: auto;
	line-height: 130%;
	padding: 10px 0;
	padding-left: 18px;
	text-indent: -7px;
	text-align: left;
}
.mobile .btn_ilmio p{
	display: block;
	width: 17em;
	margin: 0 auto;
	padding-left: 12px;
	position: relative;
	text-align: left;
}
.mobile .btn_ilmio:before{
	display: none;
}
.mobile .btn_ilmio img{
	display: inline;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: -30px;
}
/* tablet */
.ipad #img_10peroff,
.android_tab #img_10peroff{
	right: -3%;
}
.android_tab #img_10peroff{
	top: -25%;
}
.android_mob .featureexpbox_ilmio img,
.android_tab .featureexpbox_ilmio img,
.iphone .featureexpbox_ilmio img{
	float: none;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.android_tab .featureexpbox_ilmio img{
	width: 76%;
}
.android_mob .featureexpbox_ilmio ul,
.android_tab .featureexpbox_ilmio ul,
.iphone .featureexpbox_ilmio ul{
	float: none;
	width: 100%;
	margin-left: 0;
}
.android_tab .title_sconto_bg.twoline span{
	float: left;
}
.android_mob .title_sconto_bg.twoline_sp span,
.iphone .title_sconto_bg.twoline_sp span{
	float: left;
}
/* 優待価格でインテリア用品を購入する */
.qbox{
	display: table;
	width: calc(100% + 37px);
	height: 190px;
	margin-bottom: 40px;
	margin-left: -37px;
	background: url(../img/usersguide/bg_preferential_q.png) no-repeat 0 center;
	background-size: cover;
}
.qbox p{
	display: table-cell;
	padding-left: 100px;
	font-size: 16px;
	line-height: 180%;
	vertical-align: middle;
	color: #1f1f1e;
}
.makerbox_pref{
	margin-bottom: 50px;
	padding: 20px 10px 10px 10px;
	border: 1px solid #dedadb;
	box-sizing: border-box;
}
.makerbox_pref > div{
	display: flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	justify-content: space-between;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;/*--- IE10 ---*/
}
.makerbox_pref > div p{
	width: 19.1897654%;
}
.makerbox_pref > div p img{
	width: 100%;
	height: auto;
}
.btnbox_pref{
	position: relative;
	text-align: center;
	z-index: 10;
}
.btnbox_pref p{
	line-height: 160%;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.btnbox_pref > div{
	display: flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	justify-content: space-between;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;/*--- IE10 ---*/
}
.btnbox_pref > div.btn3{
	width: 74.792%;
	margin: 0 auto;
}
.btnbox_pref > div a{
	display: block;
	height: 100px;
	line-height: 140%;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #000000;
	box-sizing: border-box;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
	display: flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	justify-content: center;
	-ms-flex-pack: center;/*--- IE10 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;/*--- IE10 ---*/
	align-items: center;
}
.btnbox_pref > div a.btn_totop{
	color: #ffffff;
	background-color: #000000;
}
.btnbox_pref > div a:hover{
	opacity: 0.6;
	background: #f3f2f1;
}
.btnbox_pref > div a.btn_totop:hover{
	opacity: 0.6;
	background: #000000;
}
.btnbox_pref > div.btn3 a{
	width: 32.0334261%;
}
.btnbox_pref > div.btn4 a{
	width: 23.9583333%;
}
.prefbox{
	position: relative;
	margin-top: -60px;
	padding-top: 110px;
}
.titlebox_pref{
	position: relative;
	background-color: #f3f2f1;
}
.titlebox_pref > div,
.titlebox_pref > h2{
	float: left;
	width: 50%;
	min-height: 360px;
	box-sizing: border-box;
}
.titlebox_pref h2{
	line-height: 180%;
	padding-top: 80px;
	font-size: 30px;
	font-weight: normal;
	color: #453633;
	text-align: center;
}
#pref01 .titlebox_pref h2{
	float: right;
}
#pref02 .titlebox_pref h2{
	padding-top: 50px;
}
#pref03 .titlebox_pref h2{
	float: right;
}
.titlebox_pref h2 .num{
	line-height: 100%;
	font-size: 96px;
}
#pref01_img{
	background: url(../img/usersguide/img_pref01.jpg) no-repeat center center;
	background-size: cover;
}
#pref02_img{
	float: right;
	background: url(../img/usersguide/img_pref02.jpg) no-repeat center center;
	background-size: cover;
}
#pref03_img{
	background: url(../img/usersguide/img_pref03.jpg) no-repeat center center;
	background-size: cover;
}
.flowbox_pref{
	position: relative;
	width: 800px;
	margin: 0 auto 70px auto;
	padding: 0 25px 20px 25px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	background: #ffffff;
}
.flowbox_pref.first{
	margin-top: -20px;
}
.flowbox_pref .icon{
	position: absolute;
	top: -46px;
	right: 0;
	left: 0;
	margin: auto;
}
.flowbox_pref .arrow{
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -22px;
}
.flowbox_pref .title{
	margin-top: 45px;
/*	margin-bottom: -5px;*/
	font-size: 20px;
	text-align: center;
	color: #654c4b;
}
.flowexpbox_pref{
	padding: 30px 55px 25px 55px;
	background: #f8f8f8;
	letter-spacing: 0;
}
.flowexpbox_pref .catch{
	line-height: 160%;
	margin-bottom: 20px;
	padding-bottom: 12px;
	color: #6e8338;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px dotted #bbbbbb;
}
.flowexpbox_pref .catch span{
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 120%;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}
.flowexpbox_pref .lead_s{
	line-height: 160%;
}
.pointbox_pref{
	display: table;
	margin-bottom: 10px;
}
.pointbox_pref_mid{
	padding-top: 20px;
	border-top: 1px dotted #bbbbbb;
}
.pointbox_pref span,
.pointbox_pref p{
	display: table-cell;
	vertical-align: top;
}
.pointbox_pref p{
	line-height: 120%;
	padding-left: 10px;
	font-size: 20px;
	color: #bf3d32;
	vertical-align: middle;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
}
.btn_contact_pref{
	display: block;
	width: 500px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	color: #ffffff !important;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	background: #574a47;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.btn_contact_pref:hover{
	opacity: 0.6;
}
@media screen and (max-width: 840px){
	.flowbox_pref{
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	.btn_contact_pref{
		width: 100%;
	}
}
/* mobile */
.android_mob .titlebox_pref > div,
.android_tab .titlebox_pref > div,
.iphone .titlebox_pref > div,
.android_mob .titlebox_pref > h2,
.android_tab .titlebox_pref > h2,
.iphone .titlebox_pref > h2{
	float: none !important;
	width: 100%;
	min-height: auto;
}
.android_mob #pref01_img,
.android_mob #pref02_img,
.android_mob #pref03_img,
.android_tab #pref01_img,
.android_tab #pref02_img,
.android_tab #pref03_img,
.iphone #pref01_img,
.iphone #pref02_img,
.iphone #pref03_img{
	height: 200px !important;
}
.android_tab .titlebox_pref h2,
.android_mob .titlebox_pref h2,
.iphone .titlebox_pref h2{
	padding-top: 10px !important;
	padding-bottom: 10px;
	font-size: 24px;
	text-align: center;
}
.android_tab .titlebox_pref h2 .num,
.android_mob .titlebox_pref h2 .num,
.iphone .titlebox_pref h2 .num{
	font-size: 76px;
}
.android_tab .flowbox_pref .title,
.android_mob .flowbox_pref .title,
.iphone .flowbox_pref .title{
	margin-bottom: 5px;
}
.android_tab .flowexpbox_pref,
.android_mob .flowexpbox_pref,
.iphone .flowexpbox_pref{
	padding: 20px;
}
.android_mob .pointbox_pref span img,
.iphone .pointbox_pref span img{
	width: 50px;
	height: auto;
}
.android_mob .qbox,
.iphone .qbox{
	width: 100%;
	margin-left: 0;
	background: url(../img/usersguide/bg_preferential_q_mob.png) no-repeat 0 center;
}
.android_tab .qbox{
	width: 100%;
	margin-left: 0;
	background: url(../img/usersguide/bg_preferential_q_android_tab.png) no-repeat 0 center;
}
.mobile #renewal_sconto{
	padding: 30px 23px;
}
.mobile #renewal_sconto img{
	width:100%;
}
.mobile .feature_ars_sconto{
	width:100%;
}
@media all and (orientation: landscape){
	.android_tab .qbox{
		background: url(../img/usersguide/bg_preferential_q.png) no-repeat 0 center;
	}
}
.ipad .qbox{
	width: 100%;
	margin-left: 0;
}
.android_mob .qbox p,
.iphone .qbox p{
	padding-left: 80px;
}
.android_mob .makerbox_pref > div p:nth-child(1),
.iphone .makerbox_pref > div p:nth-child(1){
	display: none;
}
.android_mob .makerbox_pref > div p,
.iphone .makerbox_pref > div p{
	width: 48%;
	margin-bottom: 2%;
}
.android_mob .makerbox_pref > div p:nth-child(4),
.android_mob .makerbox_pref > div p:nth-child(5),
.iphone .makerbox_pref > div p:nth-child(4),
.iphone .makerbox_pref > div p:nth-child(5){
	margin-bottom: 0;
}
.android_tab .btnbox_pref > div.btn3,
.android_mob .btnbox_pref > div.btn3,
.iphone .btnbox_pref > div.btn3{
	width: 100%;
}
.android_tab .btnbox_pref > div a,
.android_mob .btnbox_pref > div a,
.iphone .btnbox_pref > div a{
	height: 60px;
	margin-bottom: 20px;
}
.android_tab .btnbox_pref > div.btn3 a,
.android_tab .btnbox_pref > div.btn4 a,
.android_mob .btnbox_pref > div.btn3 a,
.android_mob .btnbox_pref > div.btn4 a,
.iphone .btnbox_pref > div.btn3 a,
.iphone .btnbox_pref > div.btn4 a{
	width: 100%;
}
.android_mob .flowexpbox_pref .catch span,
.iphone .flowexpbox_pref .catch span{
	margin-top: 10px;
}
.mobile .prefbox{
	margin-top: -40px;
	padding-top: 88px;
}
/* お部屋のコーディネート相談をする */
.page_coordination .qbox{
	letter-spacing: 0;
	background: url(../img/usersguide/bg_coordination_q.png) no-repeat 0 center;
}
.leadbox_coord{
	margin-bottom: 100px;
	padding-bottom: 40px;
	background: url(../img/usersguide/bg_bdr_coordination_lead.png) repeat-x 0 bottom;
}
.catchbox_coord{
	display: table;
	width: 710px;
	margin: 0 auto 28px auto;
}
.catchbox_coord p{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.catchbox_coord p:nth-child(2){
	padding: 0 30px;
}
.imgbox_coord{
	display: flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	justify-content: space-between;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;/*--- IE10 ---*/
	border-bottom: 3px solid #453633;
	margin-bottom: 18px;
}
.imgbox_coord > p{
	width: 25%;
	line-height: 0;
}
.imgbox_coord > p img{
	width: 100%;
	height: auto;
}
/* mobile */
.page_coordination.android_tab .qbox p{
	font-size: 15px;
}
.page_coordination.android_mob .qbox p,
.page_coordination.iphone .qbox p{
	font-size: 14px;
	line-height: 160%;
}
.page_coordination.android_tab .qbox{
	background: url(../img/usersguide/bg_coordination_q_android_tab.png) no-repeat 0 center;
}
.page_coordination.ipad .qbox{
	background: url(../img/usersguide/bg_coordination_q_ipad.png) no-repeat 0 center;
}
@media all and (orientation: landscape){
	.page_coordination.android_tab .qbox,
	.page_coordination.ipad .qbox{
		background: url(../img/usersguide/bg_coordination_q.png) no-repeat 0 center;
	}
}
.android_tab .catchbox_coord,
.android_mob .catchbox_coord,
.iphone .catchbox_coord{
	display: block;
	width: auto;
}
.android_tab .catchbox_coord p,
.android_mob .catchbox_coord p,
.iphone .catchbox_coord p{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.mobile .catchbox_coord p:nth-child(2){
	padding: 0;
}
.android_mob .catchbox_coord p:nth-child(1) img,
.iphone .catchbox_coord p:nth-child(1) img,
.ipad .catchbox_coord p:nth-child(1) img{
	width: 204px;
	height: auto;
}
.android_mob .catchbox_coord p:nth-child(2) img,
.iphone .catchbox_coord p:nth-child(2) img,
.ipad .catchbox_coord p:nth-child(2) img{
	width: 29px;
	height: auto;
}
.android_mob .catchbox_coord p:nth-child(3) img,
.iphone .catchbox_coord p:nth-child(3) img,
.ipad .catchbox_coord p:nth-child(3) img{
	width: 294px;
	height: auto;
}
.android_mob .btn_contact_pref.long,
.iphone .btn_contact_pref.long{
	width: 100%;
	height: auto;
	line-height: 140%;
	padding: 10px 0;
}

/* ご注文手続きについて
================================================== */
.ordernoticebox{
	margin-bottom: 40px;
	padding: 0 30px;
	border: 1px solid #251e18;
	box-sizing: border-box;
}
.ordernoticebox li{
	margin-bottom: 30px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	line-height: 180%;
}
.ordernoticebox li:before{
	content: "・";
}
.title_ordernotice{
	line-height: 60px;
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
	border-bottom: 1px solid #251e18;
}
.title_notice{
	margin-bottom: 20px;
	padding-bottom: 6px;
	font-size: 20px;
	border-bottom: 1px solid #251e18;
}
/* mobile */
.android_mob .ordernoticebox,
.iphone .ordernoticebox{
	padding: 0 15px;
}

/* お知らせBOX追加
================================================== */
.infobox{
	margin-top: 50px;
	padding: 20px 0;
	border: 1px solid #c4c0bc;
}
.infobox_contact{
	margin-top: 60px;
	margin-bottom: 80px;
}
.infobox p{
	line-height: 180%;
	text-align: center;
	font-size: 14px;
}
.infobox p strong{
	font-size: 16px;
}