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

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

 concierge コンシェルジュサービス

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

.conciergeMainCont .mainImg{
	background: #385c8f;
	width: 100%;
	padding-bottom: 7px;
	text-align: center;
	border-bottom: 7px solid #d7d7d7;
	overflow: hidden;
}
.conciergeMainCont .mainImg h2{
	background: #fff url(../../../_images/shop/concierge_main_img.jpg) no-repeat center top;
	height: 500px;
	box-sizing: border-box;
}
.conciergeMainCont .mainImg h2 img{
	margin: 10px 0;
}
.conciergeMainCont .innerBox{
	width: 1200px;
	margin: auto;
	padding: 30px 0;
}
.conciergeMainCont .innerBox h3{
	color: #586fac;
	margin: 30px 0 50px;
	font-size: 46px;
	text-align: center;
	position: relative;
}
.conciergeMainCont .innerBox h3 em{
	font-weight: bold;
}
.conciergeMainCont .innerBox h3:after{
	content: "";
	width: 55%;
	height: 3px;
	background: #586fac;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	border-radius: 5px;
	margin: auto;
}
.conciergeMainCont .innerBox p{
	font-size: 18px;
	line-height: 2.0em;
}

@media screen and ( max-width: 736px ){
	.conciergeMainCont .mainImg h2{
		background-size: 140%;
		height: auto;
	}
	.conciergeMainCont .mainImg h2 img{
		width: 64%;
		margin: 0 0 8% 0;
	}
	.conciergeMainCont .innerBox{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.conciergeMainCont .innerBox h3{
		margin: 30px 0 50px;
		font-size: 32px;
		line-height: 1.2em;
	}
	.conciergeMainCont .innerBox h3:after{
		left: 0;
		right: 0;
		bottom: -20px;
		border-radius: 5px;
		margin: auto;
	}
	.conciergeMainCont .innerBox p{
		font-size: 16px;
	}
}

/**/
.conciergeCont {
	margin: 30px 0 80px;
}
.conciergeCont .h3Box{
	background: #c42222;
	padding: 20px 0;
	text-align: center;
	border-top: 5px solid #beb76d;
	position: relative;
}
.conciergeCont .h3Box:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 150px solid transparent;
	border-top: 40px solid #c42222;
	position: absolute;
	bottom: -190px;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
}
.conciergeCont .h3Box h3{
	color: #fff;
	font-size: 38px;
	line-height: 1.3em;
}
.conciergeCont .h3Box h3 em{
	color: #ffeb3f;
	font-size: 63px;
	font-weight: bold;
	line-height: 1.3em;
	vertical-align: middle;
}

.conciergeCont .innerBox{
	width: 1200px;
	margin: auto;
	padding: 50px 0 0;
}
.conciergeCont .innerBox .textBox{
	padding: 15px 0;
}
.conciergeCont .innerBox .textBox p{
	font-size: 18px;
	line-height: 2em;
}

/*リンクとお問い合せ*/
.conciergeCont .contactBox{
	margin: 50px 0;
}
.conciergeCont .contactBox .formLink{
	margin: 20px 0 30px;
}
.conciergeCont .contactBox .formLink a{
	display: block;
	background: #00c7df;
	color: #fff;
	width: 700px;
	margin: auto;
	padding: 25px 60px;
	border-radius: 10px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	box-sizing: border-box;
	position: relative;
}
.conciergeCont .contactBox .formLink a:hover{
	background: #54edff;
}
.conciergeCont .contactBox .formLink a:before,
.conciergeCont .contactBox .formLink a:after{
	content: "";
	display: block;
	background-repeat: no-repeat;
	width: 40px;
	height: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.conciergeCont .contactBox .formLink a:before{
	background-image: url(../../../_images/shop/concierge_arrow_left.png);
	left: 15px;
}
.conciergeCont .contactBox .formLink a:after{
	background-image: url(../../../_images/shop/concierge_arrow_right.png);
	right: 15px;
}

.conciergeCont .contactBox p.caption{
	width: 750px;
	margin: auto;
}
.conciergeCont .contactBox p.caption img{
	vertical-align: bottom;
}

.conciergeCont .contactBox dl{
	border: 2px solid #007e2c;
	width: 750px;
	margin: auto;
	box-sizing: border-box;
}
.conciergeCont .contactBox dl dt{
	background: #007e2c;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
	font-size: 30px;
	font-weight: bold;
}
.conciergeCont .contactBox dl dd{
	padding: 10px;
}
.conciergeCont .contactBox dl dd ul li{
	margin: 10px 0;
	text-align: center;
}


@media screen and ( max-width: 736px ){
	.conciergeCont .h3Box{
		padding: 20px 10px;
	}
	.conciergeCont .h3Box h3{
		font-size: 30px;
	}
	.conciergeCont .h3Box h3 em{
		color: #ffeb3f;
		font-size: 40px;
		font-weight: bold;
		vertical-align: middle;
	}
	.conciergeCont .innerBox{
		width: 100%;
	}

	/*リンクとお問い合せ*/
	.conciergeCont .contactBox .formLink a{
		width: 98%;
		padding: 10px 40px;
		font-size: 22px;
	}
	.conciergeCont .contactBox .formLink a:hover{
		background: #54edff;
	}
	.conciergeCont .contactBox .formLink a:before{
		left: 10px;
	}
	.conciergeCont .contactBox .formLink a:after{
		right: 10px;
	}
	.conciergeCont .contactBox .formLink a:before,
	.conciergeCont .contactBox .formLink a:after{
		background-size: 100%;
		width: 30px;
		height: 23px;
	}
	
	.conciergeCont .contactBox p.caption{
		width: 60%;
		max-width: 335px;
		margin: auto 1%;
	}
	
	.conciergeCont .contactBox dl{
		width: 98%;
	}
	.conciergeCont .contactBox dl dt{
		padding: 10px 10px;
		font-size: 25px;
		line-height: 1.2em;
	}
	.conciergeCont .contactBox dl dd{
		padding: 10px;
	}
	.conciergeCont .contactBox dl dd ul li{
		margin: 10px 0;
		text-align: center;
	}
}
@media screen and ( max-width: 480px ){
	.conciergeCont .h3Box{
		padding: 10px 10px;
	}
}


/*--要望--*/
.conciergeCont .requestInner{
	background: linear-gradient(to bottom,  #ced5e9 0%,#fff 25%);
}

.conciergeCont .requestBox{
	width: 500px;
}

.conciergeCont .requestBox h4{
	display: inline-block;
	background: #6789a9;
	padding: 2px 3px;
}
.conciergeCont .requestBox dl.taskBox{
	background-color: #c3d3e1;
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 40px;
	padding: 25px;
	position: relative;
}
.conciergeCont .requestBox dl.taskBox:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 230px solid transparent;
	border-top: 20px solid #c3d3e1;
	position: absolute;
	bottom: -250px;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
}

.conciergeCont .requestBox dl.taskBox dt{
	padding: 15px 0;
	font-size: 30px;
}
.conciergeCont .requestBox dl.taskBox dt em{
	display: inline-block;
	color: #ce1313;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.5em;
}
.conciergeCont .requestBox dl.taskBox dd{
	min-height: 105px;
	background: #fff;
	background-repeat: no-repeat;
	background-position: 98% bottom;
	padding: 20px 15px;
	padding-right: 100px;
	border-radius: 10px;
	box-sizing: border-box;
}

.conciergeCont .requestBox dl.solutionBox{
	background: url(../../../_images/shop/concierge_request_bg_check.gif) repeat;
	border: 1px solid #ffeb3f;
}
.conciergeCont .requestBox dl.solutionBox dt{
	background: #ffeb3f url(../../../_images/shop/concierge_request_solution.gif) no-repeat right;
	color: #565555;
	padding: 15px;
	padding-right: 115px;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.3em;
}
.conciergeCont .requestBox dl.solutionBox dd{
	min-height: 250px;
	background-repeat: no-repeat;
	background-position: 15px bottom;
	padding: 15px 15px 15px 200px;
	box-sizing: border-box;
}
.conciergeCont .requestBox dl.solutionBox dd p{
	line-height: 2.0em;
}
.conciergeCont .requestBox dl.solutionBox dd p span{
	background: #f1f362;
}

/*左*/
.conciergeCont .requestBox:nth-of-type(odd){
	float: left;
	margin-left: 70px;
}
.conciergeCont .requestBox:nth-of-type(odd) dl.taskBox{
	background-image: url(../../../_images/shop/concierge_request1_bg.gif);
}
.conciergeCont .requestBox:nth-of-type(odd) dl.taskBox dd{
	background-image: url(../../../_images/shop/concierge_request1_man.jpg);
}
.conciergeCont .requestBox:nth-of-type(odd) dl.solutionBox dd{
	background-image: url(../../../_images/shop/concierge_request1_solution_staff.png);
}
/*右*/
.conciergeCont .requestBox:nth-of-type(even){
	float: right;
	margin-right: 70px;
}
.conciergeCont .requestBox:nth-of-type(even) dl.taskBox{
	background-image: url(../../../_images/shop/concierge_request2_bg.gif);
}
.conciergeCont .requestBox:nth-of-type(even) dl.taskBox dd{
	background-image: url(../../../_images/shop/concierge_request2_woman.jpg);
}
.conciergeCont .requestBox:nth-of-type(even) dl.solutionBox dd{
	background-image: url(../../../_images/shop/concierge_request2_solution_staff.png);
}

@media screen and ( max-width: 736px ){
	/*--要望--*/
	.conciergeCont .requestBox{
		width: 98%;
		margin: 0 1%;
	}

	.conciergeCont .requestBox dl.taskBox dt{
		padding: 5px 0;
		font-size: 25px;
	}
	.conciergeCont .requestBox dl.taskBox dt em{
		font-size: 40px;
		vertical-align: middle;
	}

	.conciergeCont .requestBox dl.solutionBox dd{
		min-height: 250px;
		background-position: 15px bottom;
		padding: 15px 15px 15px 200px;
		box-sizing: border-box;
	}
	.conciergeCont .requestBox dl.solutionBox dd p{
		line-height: 2.0em;
	}

	/*左*/
	.conciergeCont .requestBox:nth-of-type(odd){
		float: none;
		margin-left: 1%;
		margin-bottom: 30px;
	}
	/*右*/
	.conciergeCont .requestBox:nth-of-type(even){
		float: none;
		margin-right: 1%;
	}
}
@media screen and ( max-width: 480px ){
	.conciergeCont .requestBox dl.taskBox:after{
		border: 150px solid transparent;
		border-top: 20px solid #c3d3e1;
		bottom: -170px;
	}
	.conciergeCont .requestBox dl.taskBox dt em{
		font-size: 36px;
		vertical-align: middle;
	}

	.conciergeCont .requestBox dl.solutionBox dt{
		background-size: 80px auto;
		padding-right: 85px;
	}
	.conciergeCont .requestBox dl.solutionBox dd{
		min-height: auto;
		background-size: 120px auto;
		background-position: center bottom;
		padding: 10px 10px 180px 10px;
	}
}

/*--担当者へのおすすめ--*/
.conciergeCont .recommendBox{
	padding: 30px 45px;
	box-sizing: border-box;
}
.conciergeCont .recommendBox dl{
	background-repeat: no-repeat;
	background-position: top;
	width: 300px;
	margin: 30px 30px;
	padding-top: 205px;
	float: left;
}
.conciergeCont .recommendBox dl dt{
	color: #ce1313;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.8em;
	text-align: center;
	border-bottom: 1px solid #454545;
}
.conciergeCont .recommendBox dl dd p{
	line-height: 2.0em;
}

.conciergeCont .recommendBox dl.recomendTime{
	background-image: url(../../../_images/shop/concierge_recommend_time.jpg);
}
.conciergeCont .recommendBox dl.recomendProposal{
	background-image: url(../../../_images/shop/concierge_recommend_proposal.jpg);
}
.conciergeCont .recommendBox dl.recomendAnxiety{
	background-image: url(../../../_images/shop/concierge_recommend_anxiety.jpg);
}
.conciergeCont .recommendBox dl.recomendBudget{
	background-image: url(../../../_images/shop/concierge_recommend_budget.jpg);
}
.conciergeCont .recommendBox dl.recomendDiffer{
	background-image: url(../../../_images/shop/concierge_recommend_differ.jpg);
}
.conciergeCont .recommendBox dl.recomendWrong{
	background-image: url(../../../_images/shop/concierge_recommend_wrong.jpg);
}

@media screen and ( max-width: 736px ){
	/*--担当者へのおすすめ--*/
	.conciergeCont .recommendBox{
		padding: 30px 2%;
		box-sizing: border-box;
	}
	.conciergeCont .recommendBox dl{
		background-size: 100%;
		width: 46%;
		margin: 30px 2%;
		padding-top: 32%;
	}
	.conciergeCont .recommendBox dl dt{
		color: #ce1313;
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 1.5em;
		text-align: center;
		border-bottom: 1px solid #454545;
	}
}
@media screen and ( max-width: 480px ){
	.conciergeCont .recommendBox dl{
		width: 96%;
		margin: 30px 2%;
		padding-top: 190px;
		background-size: auto 180px;
		float: none;
	}
}

/*--他社との比較--*/
.comparisonBox{
	text-align: center;
	margin: 0 auto 10px;
}
.comparisonBox img{
	min-width: 600px;
}
p.comparisonText{
	display: none;
}

@media screen and ( max-width: 736px ){
	.comparisonBox{
		width: 98%;
	}
	p.comparisonText{
		display: block;
		text-align: center;
		margin: 0 auto 30px;
	}
}
@media screen and ( max-width: 600px ){
	.comparisonBox{
		overflow-x: scroll;
		-webkit-overflow-scrolling:touch;
	}
}

/*--ご利用の流れ--*/
.conciergeCont .howtoBox:nth-of-type(odd){
	background: #f2e7d3;
	padding: 30px 0;
}
.conciergeCont .howtoBox:nth-of-type(even){
	background: #f7f4ee;
	padding: 30px 0;
}

.conciergeCont .howtoBox .innerBox{
	width: 1050px;
	padding: 0;
}
.conciergeCont .howtoBox .innerBox h4{
	color: #573f15;
	margin: 0;
	padding: 20px 10px 30px 200px;
	font-size: 30px;
	line-height: 1.5em;
	position: relative;
}
.conciergeCont .howtoBox .innerBox h4:before{
	content: "";
	display: block;
	width: 180px;
	height: 74px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.conciergeCont .howtoBox .innerBox .textBox{
	min-height: 253px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding-left: 520px;
	box-sizing: border-box;
}
.conciergeCont .howtoBox .innerBox .textBox p span{
	background: #fff043;
}
.conciergeCont .howtoBox .innerBox .textBox p.tSmall{
	font-size: 14px;
}


.conciergeCont .howtoBox .innerBox .textBox .formLink{
	margin: 30px 0 0;
}
.conciergeCont .howtoBox .innerBox .textBox .formLink a{
	display: block;
	background: #00c7df;
	color: #fff;
	padding: 15px 10px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.conciergeCont .howtoBox .innerBox .textBox .formLink a:hover{
	background: #87f2ff;
}

.conciergeCont .howtoBox .innerBox .textBox .formLink a:before,
.conciergeCont .howtoBox .innerBox .textBox .formLink a:after{
	content: "";
	display: block;
	background-repeat: no-repeat;
	width: 40px;
	height: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.conciergeCont .howtoBox .innerBox .textBox .formLink a:before{
	background-image: url(../../../_images/shop/concierge_arrow_left.png);
	left: 50px;
}
.conciergeCont .howtoBox .innerBox .textBox .formLink a:after{
	background-image: url(../../../_images/shop/concierge_arrow_right.png);
	right: 50px;
}


/*step1*/
.conciergeCont .howtoBox .step1 h4:before{
	background-image: url(../../../_images/shop/concierge_howto_step1.gif);
}
.conciergeCont .howtoBox .step1 .textBox{
	background-image: url(../../../_images/shop/concierge_howto_step1_img.jpg);
}
/*step2*/
.conciergeCont .howtoBox .step2 h4:before{
	background-image: url(../../../_images/shop/concierge_howto_step2.gif);
}
.conciergeCont .howtoBox .step2 .textBox{
	background-image: url(../../../_images/shop/concierge_howto_step2_img.jpg);
}
/*step3*/
.conciergeCont .howtoBox .step3 h4:before{
	background-image: url(../../../_images/shop/concierge_howto_step3.gif);
}
.conciergeCont .howtoBox .step3 .textBox{
	background-image: url(../../../_images/shop/concierge_howto_step3_img.jpg);
}
/*step4*/
.conciergeCont .howtoBox .step4 h4:before{
	background-image: url(../../../_images/shop/concierge_howto_step4.gif);
}
.conciergeCont .howtoBox .step4 .textBox{
	background-image: url(../../../_images/shop/concierge_howto_step4_img.jpg);
}

a[href^="tel:"] {
	pointer-events: none;
}

@media screen and ( max-width: 736px ){
	/*--ご利用の流れ--*/
	.conciergeCont .howtoBox .innerBox{
		width: 98%;
	}
	.conciergeCont .howtoBox .innerBox h4{
		padding: 20px 10px 30px 130px;
		font-size: 26px;
		line-height: 1.5em;
	}
	.conciergeCont .howtoBox .innerBox h4:before{
		background-size: 100%;
		width: 120px;
		height: 49px;
	}

	.conciergeCont .howtoBox .innerBox .textBox{
		min-height: 0;
		background-position: center top;
		padding: 260px 0 0;
	}
	
	.conciergeCont .howtoBox .innerBox .textBox .formLink{
		margin: 30px 0 0;
	}
	.conciergeCont .howtoBox .innerBox .textBox .formLink a{
		padding: 15px 40px;
		font-size: 24px;
	}
	.conciergeCont .howtoBox .innerBox .textBox .formLink a:hover{
		background: #87f2ff;
	}
	
	.conciergeCont .howtoBox .innerBox .textBox .formLink a:before,
	.conciergeCont .howtoBox .innerBox .textBox .formLink a:after{
		background-size: 100%;
		width: 30px;
		height: 23px;
	}
	.conciergeCont .howtoBox .innerBox .textBox .formLink a:before{
		left: 10px;
	}
	.conciergeCont .howtoBox .innerBox .textBox .formLink a:after{
		right: 10px;
	}

	a[href^="tel:"] {
		pointer-events: auto;
	}
}
@media screen and ( max-width: 480px ){
	.conciergeCont .howtoBox .innerBox h4{
		padding: 20px 10px 30px 10px;
		font-size: 24px;
		line-height: 1.5em;
	}
	.conciergeCont .howtoBox .innerBox h4:before{
		position: static;
		background-size: 100%;
		width: 120px;
		height: 49px;
		margin-bottom: 10px;
	}
	.conciergeCont .howtoBox .innerBox .textBox{
		min-height: 0;
		background-size: 310px auto;
		padding: 180px 0 0;
	}
}


/*-----------------------------------------------
 concierge コンシェルジュサービス申込フォーム
--*/
.conciergeContact{
	width: 1020px;
	margin: auto;
	padding: 40px 0;
}

.conciergeContact h2{
	padding: 10px 0 15px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
	border-bottom: 4px double #fe701a;
}

.conciergeContact ul.pageCheck{
	width: 620px;
	margin: 30px auto 50px;
	text-align: center;
}
.conciergeContact ul.pageCheck li{
	display: inline-block;
	background: #fff;
	color: #fe701a;
	width: 150px;
	height: 150px;
	margin-right: 80px;
	padding: 52px 0;
	border: 5px solid #fe701a;
	border-radius: 50%;
	box-sizing: border-box;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	position: relative;
}
.conciergeContact ul.pageCheck li.nowPage{
	background: #fe701a;
	color: #fff;
}
.conciergeContact ul.pageCheck li:after{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-top: 5px solid #4b4b4b;
	border-right: 5px solid #4b4b4b;
	position: absolute;
	right: -50px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}
.conciergeContact ul.pageCheck li:last-child{
	margin: 0;
}
.conciergeContact ul.pageCheck li:last-child:after{
	display: none;
}


/**/
.conciergeContact section {
	margin-bottom: 50px;
}
.conciergeContact section h3{
	margin: 20px 0 30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.conciergeContact section h3:after{
	content: "";
	display: block;
	background: #fe701a;
	width: 10%;
	height: 4px;
	border-radius: 10px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}

.conciergeContact section > dl{
	margin: 15px 0 50px;
	font-size: 16px;
}
.conciergeContact section > dl dt{
	margin-bottom: 15px;
	padding: 5px 0 5px 20px;
	font-size: 20px;
	border-left: 10px solid #fe701a;
}
.conciergeContact section > dl dt.required:after{
	content: "必須";
	background: #ff2727;
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
}

.conciergeContact section > dl dd{
	margin: 10px 30px;
}
.conciergeContact section > dl dd ul{
	margin-bottom: 20px;
}
.conciergeContact section > dl dd ul li{
	margin-bottom: 15px;
}
.conciergeContact section > dl dd ul.itemSelect li{
	display: inline-block;
	margin-right: 70px;
}
.conciergeContact section > dl dd ul.itemSelect2 li{
	display: inline-block;
	margin-right: 70px;
}
.conciergeContact section > dl dd ul.itemSelect2 li:before{
	content: "■";
	display: inline-block;
}

/**/
.conciergeContact section > dl.upfileBox > dd{
	display: flex;
}
.conciergeContact section > dl.upfileBox > dd > div{
	display: flexbox;
	width: 40%;
}
.conciergeContact section > dl dd div.cautionBox{
	width: 55%;
	padding: 15px;
	border: 1px solid #898989;
}
.conciergeContact section > dl dd div.cautionBox dt{
	padding: 0 0 0 45px;
	font-size: 16px;
	border: none;
	position: relative;
}
.conciergeContact section > dl dd div.cautionBox dt:before{
	content: "";
	display: block;
	background: url(../../../_images/shop/caution_icon.gif) no-repeat;
	width: 34px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.conciergeContact section > dl dd div.cautionBox dd{
	margin: 0;
	padding: 0;
}
.conciergeContact section > dl dd div.cautionBox dd p{
	font-size: 12px;
	line-height: 1.5em;
}

@media screen and ( max-width: 736px ){
	.conciergeContact{
		width: 98%;
		margin: auto;
	}
	/**/
	.conciergeContact ul.pageCheck{
		width: 95%;
		text-align: center;
	}
	.conciergeContact ul.pageCheck li{
		width: 100px;
		height: 100px;
		margin-right: 30px;
		padding: 30px 0;
		border: 5px solid #fe701a;
		font-size: 30px;
	}
	.conciergeContact ul.pageCheck li:after{
		right: -30px;
	}

	/**/
	.conciergeContact section > dl.upfileBox > dd{
		display: block;
	}
	.conciergeContact section > dl.upfileBox > dd > div{
		display: block;
		width: auto;
	}
	.conciergeContact section > dl dd div.cautionBox{
		width: auto;
	}
}
@media screen and ( max-width: 480px ){
	.conciergeContact ul.pageCheck li{
		width: 80px;
		height: 80px;
		margin-right: 20px;
		padding: 25px 0;
		border: 5px solid #fe701a;
		font-size: 22px;
	}
	.conciergeContact ul.pageCheck li:after{
		right: -22px;
	}

	.conciergeContact section > dl dd ul.itemSelect li,
	.conciergeContact section > dl dd ul.itemSelect2 li{
		display: block;
	}
}
/*-----フォーム装飾-----*/
.conciergeContact section input,
.conciergeContact section textarea{
	background: #e2e5ea;
	margin: 5px 0;
	padding: 10px;
	font-size: 16px;
	border: none;
	box-sizing: border-box;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.conciergeContact section input{
	margin-right: 10px;
}
.conciergeContact section.customerBox input{
	width: 100%;
	margin-right: 0;
}
.conciergeContact section textarea{
	width: 100%;
}
/*チェックボックス*/
.conciergeContact section input[type="checkbox"]{
	display: none;
}
.conciergeContact section label.checkBox{
	position: relative;
	padding-left: 25px;
}
.conciergeContact section label.checkBox:before{
	content: "";
	display: block;
	background: #e2e5ea;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 3px;
}
.conciergeContact section input[type="checkbox"]:checked + label:after{
	content: "";
	display: block;
	width: 13px;
	height: 7px;
	border-left: 3px solid #ff2727;
	border-bottom: 3px solid #ff2727;
	position: absolute;
	left: 2px;
	top: 5px;
	transform: rotate(-45deg);
}
/*ラジオボタン*/
.conciergeContact section input[type="radio"]{
	display: none;
}
.conciergeContact section label.radioBtn{
	position: relative;
	padding-left: 25px;
}
.conciergeContact section label.radioBtn:before{
	content: "";
	display: block;
	background: #e2e5ea;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 3px;
}
.conciergeContact section input[type="radio"]:checked + label:after{
	content: "";
	display: block;
	background: #ff2727;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	left: 3px;
	top: 6px;
	transform: rotate(-45deg);
}
/*プルダウン*/
.conciergeContact section select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 150px;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #898989;
}
.conciergeContact section label.addressBox{
	position: relative;
}
.conciergeContact section label.addressBox:after{
	content: "▼";
	display: block;
	color: #333;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
/*ファイルアップロード*/
.conciergeContact section input[type="file"]{
	width: 90%;
}

/*入力エラー*/
div.inputError{
	display: block;
}
div.inputError p{
	display: inline-block;
	background: #ffe0e0;
	color: #d30a0a;
	margin: 10px 0;
	padding: 3px 10px 3px 35px;
	position: relative;
}
div.inputError p:before{
	content: "";
	display: block;
	background: url(../../../_images/shop/caution_icon.gif) no-repeat;
	background-size: 100%;
	width: 24px;
	height: 21px;
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}
/*送信ボタン*/
.conciergeContact .sendBox{
	margin: 50px 0;
	text-align: center;
}
.conciergeContact .sendBox li{
	width: 45%;
	display: inline-block;
	margin: 3px 10px;
	position: relative;
}
.conciergeContact .sendBox li:after{
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-top: 5px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.conciergeContact .sendBox li.nextBtn input,
.conciergeContact .sendBox li.nextBtn a,
.conciergeContact .sendBox li.backBtn input{
	display: block;
	width: 100%;
	background: #ffcc31;
	padding: 20px 15px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	box-sizing: border-box;
}
.conciergeContact .sendBox li.nextBtn input:hover,
.conciergeContact .sendBox li.nextBtn a:hover,
.conciergeContact .sendBox li.backBtn input:hover{
	opacity: 0.5;
}
.conciergeContact .sendBox li.nextBtn:after{
	border-right: 5px solid #fff;
	transform: rotate(45deg);
	right: 15px;
}

.conciergeContact .sendBox li.backBtn input{
	background: #c7c7c7;
}
.conciergeContact .sendBox li.backBtn:after{
	border-left: 5px solid #fff;
	transform: rotate(-45deg);
	left: 15px;
}


.conciergeContact section input[type="tel"]{
	width: 25%;
}

@media screen and ( max-width: 480px ){
	.conciergeContact section input{
		width: 90%;
	}

	.conciergeContact .sendBox li{
		width: 80%;
		display: inline-block;
		margin: 10px;
	}
}


/*-----------------------------------
　個人情報
------------------------------------*/
.formPrivacy{
    width: 100%;
    max-width: 800px;
    margin: 10px auto;
    padding: 15px;
	box-sizing: border-box;
}
.formPrivacy *{
	box-sizing: border-box;
}
.formPrivacy > p.title{
    margin-bottom: 10px;
    padding-left: 75px;
    font-size: 17px;
    font-weight: bold;
    position: relative;
}
.formPrivacy > p.title:after{
    content: "必須";
    display: block;
    background-color: #ff0000;
    width: 60px;
    height: 25px;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    right: auto;
    left: 5px;
    color: #fff;
    letter-spacing: 0.05em;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 3px;
}
.formPrivacy .privacyFrame{
    display: block;
    max-height: 180px;
    margin: 10px 0;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow-y: auto;
    background: #FFF;
}
.formPrivacy .privacyFrame > p.title{
    width: fit-content;
    margin: 0 auto 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #666;
}

.formPrivacy .privacyFrame > dl > dt{
    margin-bottom: 5px;
    font-weight: bold;
}
.formPrivacy .privacyFrame > dl > dd{
    padding-left: 20px;
}
.formPrivacy .privacyFrame > dl > dd:not(:last-child){
    margin-bottom: 10px;
}

.formPrivacy .privacyFrame dl.window{
    display: flex;
    flex-wrap: wrap;
}
.formPrivacy .privacyFrame dl.window > dt{
    width: 20%;
    font-weight: bold;
}
.formPrivacy .privacyFrame dl.window > dd{
    width: 80%;
}

/**/
.formPrivacy .privacyCheck{
    display: block;
    margin: 20px auto 0;
}

.formPrivacy .privacyCheck .inputError p{
	display: block;
    width: fit-content;
	margin: 0 auto 20px;
}

.formPrivacy .checkBtn{
    display: block;
    width: fit-content;
    margin: auto;
    border: 1px solid #ccc;
}
.formPrivacy .checkBtn input{
    display: none;
}
.formPrivacy .checkBtn label{
    display: inline-block;
    padding: 15px;
    font-size: 16px;
    transition: all .3s ease;
    background: #FFF;
}
.formPrivacy .checkBtn label span{
    display: inline-block;
    padding-left: 30px;
    position: relative;
}
.formPrivacy .checkBtn label span:before{
    content: """";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #eee;
    border: 1px solid #aaa;
    margin-right: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.formPrivacy .checkBtn label span:after{
    content: "";
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: -7px;
    bottom: 0;
    left: 0;
    margin: auto;
}

.formPrivacy .checkBtn input:checked ~ label{
    background-color: #f6e0e0;
}
.formPrivacy .checkBtn input:checked ~ label span:after{
    width: 18px;
    height: 10px;
    border-left: 4px solid #C00;
    border-bottom: 5px solid #C00;
}

/**/
.privacyCheck > span:first-child {
    display: block;
    text-align: center;
    margin: 30px auto 0;
    padding: 8px 20px;
    border: 2px solid #ff6b86;
    background: #fff2f2;
    width: fit-content;
    border-radius: 5px;
}

.formPrivacy .privacyCheck .privacyCaution{
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .formPrivacy .privacyFrame{
        padding: 15px 10px;
    }

    .formPrivacy > p.title:after{
        width: 55px;
        font-size: 16px;
    }

    .formPrivacy .privacyFrame > dl > dt{
        font-size: 15px;
    }
    /**/
    .formPrivacy .privacyFrame dl.window{
        flex-direction: column;
    }
    .formPrivacy .privacyFrame dl.window > dt{
        width: 100%;
        font-size: 15px;
    }
    .formPrivacy .privacyFrame dl.window > dd{
        width: 100%;
        margin-left: 5px;
        font-size: 13px;
    }
    .formPrivacy .privacyFrame dl.window > dd:not(:last-child){
        margin-bottom: 15px;
    }
}


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


