li {
	margin:0;
	padding:0;
	text-decoration:none;
	font-style:normal;
	list-style:none;
	font-weight:normal;
	font-size:100%;
}

#customerSex1, #customerSex2, #customerSex3 {
	margin-left : 0px;
}

.customRadio label {
	font-weight : normal;
	margin-right : 16px;
	margin-left : 7px;
}

/* ----------------------------------------------（Web申込改善）ここから */
#terminal label{
	border:#ccc solid 3px;
}
#terminal input[type="checkbox"]:checked~label{
	border:#ff6602 solid 3px;
}
#terminal .btn{
	padding:0;
	text-align:center;
	margin:0 auto 20px auto;
}
#terminal .btn a{
	color:#fff;
	padding:20px;
	background:#d9534f;
}
#terminal label{
	display:inline-block;
	margin:0 auto;
	padding:10px 50px;
	box-shadow:none;
}
#terminal input[type="checkbox"]~label:before{
	top:15px
}
#terminal input[type="checkbox"]:checked~label:after{
	top:10px;
}
#terminal input[type="checkbox"]~label:before{
	left:10px;
	top:15px
}
#terminal input[type="checkbox"]:checked~label:after{
	left:10px;
	top:10px;
}

.cboxs ul input[type="checkbox"]~label{
	display:block;
	text-align:center;
	border:#ccc solid 3px;
	border-radius:5px;
	box-shadow:0 3px #ccc;
	padding:25px 30px;
	font-weight:bold;
}
.cboxs ul input[type="checkbox"]:checked~label{
	border:#ff6602 solid 3px;
	background:#ffebdd;
	box-shadow:0 3px #ff6602;
}
.cboxs input[type="checkbox"]~label {
	position:relative;
	text-align:left;
	font-weight:normal;
}
.cboxs input[type="checkbox"]~label:before {
	position:absolute;
	left:20px;
	display:block;
	content:"";
	width:15px;
	height:15px;
	border:#aaa solid 1px;
	background:#fff;
}
.cboxs input[type="checkbox"]:checked~label:after {
	position:absolute;
	left:20px;
	top:20px;
	font-size:1.2em;

	content:"\f00c";
	font-family: FontAwesome;
	font-weight:bold;
	color:#ff6602;
}
/*
.cboxs ul input[type="checkbox"]~label{
	padding:15px;
	text-align:left;
	font-weight:normal;
	font-size:0.87em;
}
.cboxs input[type="checkbox"]~label,
.cboxs input[type="checkbox"]:checked~label{
	padding:0;
	background:none;
	border:none;
	border-bottom:#000 dotted 1px;
	box-shadow:none;
	border-radius:0;
}
.cboxs input[type="checkbox"]~label:before{
	left:0;
}
.cboxs input[type="checkbox"]:checked~label:after{
	left:0;
	top:-5px;
}
*/
.cboxs input[type="checkbox"]~label .img{
	max-width:50px;
}
.cboxs input[type="checkbox"]~label .txt span{
	display:block;
	text-align:left;
}
.cboxs input[type="checkbox"]~label .txt span:nth-of-type(1){
	font-weight:bold;
}
.cboxs input + input + label .img{
	display:none;
}
.cboxs input + input + label .img{
	display:block;
	float:left;
	width:30%;
	max-width:130px;
}
.cboxs input + input + label .txt{
	display:block;
	overflow:hidden;
	text-align:center;
	padding:0 0 0 10px;
}
.img{
	pointer-events: none;
}
/* ----------------------------------------------（Web申込改善）ここまで */
/* ----------------------------------------------（リアルタイムチェックなど）ここから */
.backgroundok {	/* リアルタイムチェックＯＫ時の背景色 */
	background-color:rgb(214, 249, 220);
}
.backgroundng {	/* リアルタイムチェックＮＧ時の背景色 */
	background-color:rgb(252, 190, 193);
}
#terminal label{	/* 同意するチェックボックスの背景色 */
	background:rgba(255,0,0,0.3);
}
.cboxs p.item_error{	/* リアルタイムチェックエラーメッセージ領域 */
	background:none;
	margin:0px 0 5px 0;
	padding:0px;
	border-radius:none;
	border:none;
	display:none;
	color:red;
}
#kokuchi p span{	/* 「※ブラウザの戻るボタンは使用しないでください。」メッセージ */
	font-size:0.8em;
	font-weight:bold;
	color:#f00;
}

#kokuchiPikara p{/* ピカラいっしょ割の告知メッセージ用css */
	font-size:1.25em;
	font-weight:bold;
	margin:0 0 20px 0;
	text-align:center;
}

#kokuchiMoushikomi p{/* 「お申込みを受け付けしました。」メッセージ用css */
	font-size:1.25em;
	font-weight:bold;
	margin:0 0 20px 0;
	text-align:center;
}

/* ----------------------------------------------（リアルタイムチェックなど）ここまで */

#popt .packetOptimisation, #popt .zeroRatingService{
	border:#ccc solid 3px;
	display:inline-block;
	margin:0 auto;
	padding:10px 50px;
	box-shadow:none;
	background:rgba(255,0,0,0.3);
}
#popt input[type="checkbox"]:checked~label{
	border:#ff6602 solid 3px;
}
#popt input[type="checkbox"]~label:before{
	left:10px;
	top:15px
}
#popt input[type="checkbox"]:checked~label:after{
	left:10px;
	top:10px;
}

#popt .detailInfo, #popt .detailInfo, #eSIMCaution .detailInfo {
	display: block;
	margin: 10px 5px;
	padding : 11px 12px;
	background :#ffffff;
	transition: all 0.5s;
	border:2px solid;
	border-color:#cccccc;
	border-radius: 5px 5px 5px 5px;
}

#popt .packetOptimisationLabel, #popt .zeroRatingServiceLabel {
	padding : 11px 12px;
	color :#0000ff;
	font-weight: bold;
	background :#ffffff;
	cursor :pointer;
	transition: all 0.5s;
	border-color:#cccccc;
	border-radius: 5px 5px 5px 5px;
}

#popt .packetOptimisationShow, #popt .zeroRatingServiceShow {
	padding: 10px 20px;
	display: block;
}

.cboxR ul input[type="checkbox"]~label{
	display:block;
	text-align:center;
	border:#ccc solid 3px;
	border-radius:5px;
	box-shadow:0 3px #ccc;
	padding:25px 30px;
	font-weight:bold;
}
.cboxR ul input[type="checkbox"]:checked~label{
	border:#ff6602 solid 3px;
	background:#ffebdd;
	box-shadow:0 3px #ff6602;
}
.cboxR input[type="checkbox"]~label {
	position:relative;
	text-align:left;
	font-weight:normal;
}
.cboxR input[type="checkbox"]~label:before {
	position:absolute;
	right:40.5%;
	top:56%;
	display:block;
	content:"";
	width:15px;
	height:15px;
	border:#aaa solid 1px;
	background:#fff;
}
.cboxR input[type="checkbox"]:checked~label:after {
	position:absolute;
	right:40%;
	top:46%;
	font-size:1.2em;

	content:"\f00c";
	font-family: FontAwesome;
	font-weight:bold;
	color:#ff6602;
}

.cboxR input[type="checkbox"]~label .img{
	max-width:50px;
}
.cboxR input[type="checkbox"]~label .txt span{
	display:block;
	text-align:center;
	font-weight:bold;
}

.cboxR input + input + label .txt{
	display:block;
	overflow:hidden;
	text-align:center;
	padding:0 0 0 10px;
}

.cboxR input[type="checkbox"]{
	display:none;
}

#cbox5 ul{
	display:block;
}

#cbox5 ul li{
	width:auto;
}

.cboxR li{
	width:49%;
	position:relative;

}

.noPaddingLeft{
	padding-left: 0px !important;
}

/* ----------------------------------------------（スマホ買取サービス）ここから */
.purchase {
	margin: 20px auto 0 auto;
}

.purchase a{
	padding: 10px;
	background: #344eb1;
}

.purchase .purchaseMain{
	font-size: 18px;
	color: #ffffff;
}

.purchase .purchaseSub{
	font-size: 12px;
	color: gold;
}
/* ----------------------------------------------（スマホ買取サービス）ここまで */

@media (max-width: 767px) {
	.cOptionCbox{
		width: 14%;
	}
	.cOptionNm{
		width: 20%;
	}
	.cOptionRemarks{
		width: 50%;
	}
}
@media (min-width: 768px) {
	.cOptionCbox{
		width: 16%;
	}
	.cOptionNm{
		width: 20%;
	}
	.cOptionRemarks{
		width: 49%;
	}
}