
/*=================================================
 * CSS for PC
 * ================================================= */

main{	min-height: 0;}
#left{	padding-right: 0;}
.cnt{	padding-bottom: 0;}
.cnt h3{	margin: 0;}
.form, .error, .over{	width: auto;}

.form th{
	font-size: 13px;
	width: 150px;
}
.form th br{	display: none;}

.form td input[type="checkbox"],
.form td input[type="radio"]{	display: none;}

.form td label{
	display: inline-block;
	height: 30px;
	font-size: 10px;
	line-height: 28px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #3e3e41;
	margin: 0 5px 5px 0;
	cursor: pointer;
	box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-moz-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-webkit-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	background: -webkit-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -moz-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -o-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -ms-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: linear-gradient(0deg, #28282a 0%, #1c1c1e 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form td input[type="radio"]:checked + label{
	color: #fff;
	border-color: #3e3e41;
	background: #ff429c;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.form td label.checked{
}

.line3,
.line4,
.line5,
.line6,
.line8{	padding-bottom: 11px !important;}

.line3 label{	width: 170px;}
.line6 label{	width: 82px;}

.line4 label{	width: calc(97 / 320 * 100%);}
.line5 label{
	width: -webkit-calc(33.3% - 10px);
	width: -moz-calc(33.3% - 10px);
	width: calc(33.3% - 10px);
}
.line8 label{	width: calc(55 / 320 * 100%);}


/** review **/

.rebox{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rebox_l,
.rebox_r{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rebox_l{
	width: 76px;
}

.rebox_l a{
	display: inline-block;
	border: 3px solid #3e3e41;
	background: #3e3e41;
	border-radius: 5px;
}

.rebox_l a img{
	width: 60px;
	height: auto;
	border-radius: 3px;
}

.rebox_r{
}

.rebox_r .reshop{
	font-size: 12px;
	line-height: 16px;
}

.rebox_r .recate{
	font-size: 12px;
	line-height: 14px;
}

.form td.tradio div{
	font-size: 0;
	line-height: 0;
	border-radius: 5px;
	border: 1px solid #3e3e41;
	box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-moz-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-webkit-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	background: -webkit-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -moz-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -o-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -ms-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: linear-gradient(0deg, #28282a 0%, #1c1c1e 100%);
}

.form td.tradio div label{
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	height: 50px;
	cursor: pointer;
	font-size: 12px;
	line-height: 14px;
	border-radius: 0;
	border: none;
	border-right: 1px solid #3e3e41;
	margin: 0;
	padding: 7px 0;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	background: #28282a;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form .td input[type="radio"]{	display: none;}

.form td.tradio div label.checked{
	color: #fff;
	background: #ff3399 !important;
	border-color: #3e3e41 !important;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.form td.tradio div label:first-of-type{
	border-radius: 5px 0 0 5px;
}

.form td.tradio div label:last-of-type{
	border: none;
	border-radius: 0 5px 5px 0;
}

	.form td.tradio div label:nth-of-type(1),
	.form td.tradio div label:nth-of-type(5){
		padding: 4px 0;
	}
	.form td.tradio.line2 div label:nth-of-type(1),
	.form td.tradio.line2 div label:nth-of-type(5){
		padding: 10px 0;
	}
	.form td.tradio div label:nth-of-type(3){
		padding: 16px 0;
	}
	.form td.tradio div label:nth-of-type(2),
	.form td.tradio div label:nth-of-type(4){
		padding: 10px 0;
	}
	.form td.tradio.line2 div label:nth-of-type(2),
	.form td.tradio.line2 div label:nth-of-type(4){
		padding: 16px 0;
	}


.f_link{
	position: relative;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	padding: 10px 0;
}

.erbox p.ertxt{
	color: #fff;
	font-weight: normal;
	margin-top: 15px;
	font-size: 12px;
}

.erbox p.rv1{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.erbox p.rv2{
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	padding: 10px 10px 0 10px;
}

.campaign_box{
	margin-bottom: 10px;
}

.campaign_box div{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding-top: calc(400 / 640 * 100%);
	background-repeat:no-repeat;
	background-position: top center;
	background-size: cover;
	-webkit-background-size: contain;
	background-size: contain;
}

.rgtxt{
	text-align: center;
	background: #28282a;
	border: 1px solid #28282a;
	margin: 0 10px 10px 10px;
	padding: 15px 10px;
}

.rgtxt:first-child{
	margin-top: 10px;
}

.rgtxt:nth-child(4){
	margin-bottom: 0;
}

.rgtxt div{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #ff429c;
	margin: 0 0 10px 0;
}

.rgtxt p{
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

.rgtxt .align-left{
	display: inline-block;
	font-size: 14px;
	text-align: left;
}

.cctxt{
	text-align: center;
	margin: 10px 0 0 0;
}
.cctxt span{
	font-size: 14px;
	line-height: 1;
	color: #ffde00;
}
.cctxt em{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	color: #ffde00;
	margin: 0 0 5px 0;
}
.cctxt em:before,
.cctxt em:after{
	content: '';
	width: 2px;
	height: 15px;
	background: currentColor;
	border-radius: 2px;
	position: absolute;
	top: 4px;
}
.cctxt em:before{
	left: -11px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.cctxt em:after{
	right: -11px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cctxt p{
	font-size: 14px;
	line-height: 20px;
}



/*=================================================
 * CSS for SP
 * ================================================= */

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

	.form th{
		font-size: 12px;
		line-height: 14px;
		width: 80px;
	}
	.form th br{	display: inline;}

	.form td.tradio div label{
		font-size: 10px;
		line-height: 12px;
	}

	.form td.tradio div label:nth-of-type(1),
	.form td.tradio div label:nth-of-type(5){
		padding: 7px 0;
	}
	.form td.tradio.line2 div label:nth-of-type(1),
	.form td.tradio.line2 div label:nth-of-type(5){
		padding: 13px 0;
	}
	.form td.tradio div label:nth-of-type(3){
		padding: 19px 0;
	}
	.form td.tradio div label:nth-of-type(2),
	.form td.tradio div label:nth-of-type(4){
		padding: 13px 0;
	}
	.form td.tradio.line2 div label:nth-of-type(2),
	.form td.tradio.line2 div label:nth-of-type(4){
		padding: 19px 0;
	}

}
