.contact-wrapper{}

.contact-stage-wrapper{
}

.contact-stage{display: none}
.contact-stage.is-active{display: block;}
.contact-stage .box-gray{background-color: #f0f0f0;}

.contact-stage-title-wrapper{
	padding-top: 40px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 30px;
	font-weight: bold;
}

.contact-stage-title-shoulder{
	font-size: 20px;
	position: relative;
	display: inline-block;
	color:#737373;
	padding-bottom: 10px;
	margin-bottom: 7px;
}

.contact-stage-title-shoulder:after{
	display:block;
	content:'';
	background:#737373;
	width:18px;
	height:2px;
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-9px;
}

.contact-stage-title {
	font-size:28px;
	font-weight: bold;
}

/* お問い合わせ内容を選択 */

.contact-selectpurpose-wrapper{
	padding:40px 0 40px 0;
}

.contact-selectpurpose {
	background: #fff;
	padding:20px 20px 0;
	border-radius:20px;
}

.contact-selectpurpose-title {
	line-height: 1.1;
	padding: 20px 0 14px 60px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	background: url(../images/icon_contract.png) no-repeat left center;
	background-size: 50px;
}

.contact-selectpurpose-title-pay {background-image: url(../images/icon_pay.png);}
.contact-selectpurpose-title-document {background-image: url(../images/icon_document.png);}
.contact-selectpurpose-title-help {background-image: url(../images/icon_help.png);}

.contact-selectpurpose-list {margin-bottom: 0;}

.contact-selectpurpose-list-item {
	border-top: 1px solid #f0f0f0;
	height: 54px;
	position: relative;
}

.contact-selectpurpose-list-item-btn {
	display: block;
	line-height: 1.4;
	font-size:15px;
	cursor:pointer;
	position: absolute;
	top: 50%;
	transform: translate(0%,-50%);
	width: 100%;
}

.contact-selectpurpose-list-item-btn:after{
	content:'';
	display: block;
	background: url("/common_c/images/common/icon/icon_arrow.svg") no-repeat center center;
	background-size: 10px;
	position: absolute;
	right: 0px;
	top: 50%;
	width: 10px;
	height: 17px;
	margin-top: -8px;
}

.contact-selectpurpose-list-item-btn:hover {opacity:0.5;}


/* 機種カテゴリー選択 */

.contact-selectcategory{
	padding:40px 0 10px;
}

.contact-selectcategory-list {
	overflow: hidden;
	margin-bottom: 0;
}

.contact-selectcategory-list-item {
	float: left;
	width:48%;
	margin-left: 2%;
	margin-bottom: 15px;
}

.contact-selectcategory-list-item:nth-child(2n+1) {
	margin-left: 0;
}

.contact-selectcategory-list-item-btn {
	display: inline-block;
	font-size: 17px;
	color: #222;
	text-align: left;
	border: 1px solid #cacaca;
	border-radius: 7px;
	width: 100%;
	height:108px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	background: #fff;
	box-shadow: 0px 3px 0px #cacaca;
	line-height: 1.5;
	transition: all .1s ease;
	top: 0px;
	position: relative;
}

.contact-selectcategory-list-item-btn:before {
	content: '';
	display: block;
	background: url(/common_c/images/common/radio.svg) no-repeat 0 center;
	width: 20px;
	height: 20px;
	z-index: 0;
	position: absolute;
	top: 50%;
	left: 17px;
	margin-top: -10px;
}

.contact-selectcategory-list-item-btn {
	background: url(../images/icon_itemcategory_smartphone.png) no-repeat 30px center #fff;
	background-size:90px;
}

.contact-selectcategory-list-item-mobile .contact-selectcategory-list-item-btn {background-image: url(../images/icon_itemcategory_mobile.png);}
.contact-selectcategory-list-item-pocketwifi .contact-selectcategory-list-item-btn {background-image: url(../images/icon_itemcategory_pocketwifi.png);}
.contact-selectcategory-list-item-sim .contact-selectcategory-list-item-btn {background-image: url(../images/icon_itemcategory_sim.png);}

.contact-selectcategory-list-item-btn span{
	position:absolute;
	left:120px;
	top:50%;
	transform:translate(0,-50%);
	display: block;
}

.contact-selectcategory-list-item-btn:hover {
	top:3px;
    box-shadow: 0px 0px 0px #cacaca;
}



/* 機種詳細選択 */


.contact-selectproduct{
	margin-bottom: 100px;
	display: none;
}


.contact-selectproduct-list{
	overflow: hidden;
	margin-bottom: 0;
}

.contact-selectproduct-list-item{
	float: left;
    width: 49%;
    margin:0 0 0 2%;
}

.contact-selectproduct-list-item:nth-child(2n+1){
	margin-left: 0;
}

.contact-selectproduct-list-item-btn{
	display: inline-block;
	font-size: 17px;
	color: #222;
	text-align: left;
	border: 1px solid #cacaca;
	border-radius: 7px;
	width: 100%;
	height: 108px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	background: #fff;
	box-shadow: 0px 3px 0px #cacaca;
	line-height: 1.5;
	transition: all .1s ease;
	top: 0px;
	position: relative;
}

.contact-selectproduct-list-item-btn:last-child{
	margin-bottom: 0;
}

.contact-selectproduct-list-item-btn:before{
	content: '';
	display: block;
	background: url(/common_c/images/common/radio.svg) no-repeat 0 center;
	width: 20px;
	height: 20px;
	z-index: 0;
	position: absolute;
	top: 50%;
	left: 17px;
	margin-top: -10px;
}

.contact-selectproduct-list-item-btn.is-selected{
	border: 1px solid #f2b3b9;
	background-color: #fee7e9;
	box-shadow: 0px 3px 0px #f2b3b9;
}

.contact-selectproduct-list-item-btn.is-selected:before{
	background-image: url(/common_c/images/common/radio_on.svg);
}

.contact-selectproduct-list-item-btn span{
	display: block;
	position:absolute;
	left:60px;
	top:50%;
	transform:translate(0%,-50%);
}

.contact-result{
	display: none;
	margin-top:90px;
	margin-bottom: 40px;
}

.l-section.hasIcon{
	overflow:visible;
	padding-bottom: 120px;
}

.l-section.bg-gray{
	background: #f0f0f0;
	position: relative;
}

.l-section.hasIcon.last,
.l-section.last,
.contact-result .l-section:last-child{
	padding-bottom: 80px;
}

.contact-result-icon{
	width:130px;
	height:130px;
	position: absolute;
	left:50%;
	top:-150px;
	margin-left: -65px;
	background: #fff;
	border-radius:130px;
}

.l-section.bg-gray .contact-result-icon{background-color: #f0f0f0;}

.contact-result-icon img{
	width:80px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.contact-result-section-title{
	color:#F91940;
	font-size:25px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 30px;
	font-weight: bold;
}

.contact-result-text-wrapper{
	max-width:670px;
	margin:0 auto;
}

table td .tel1_btn:not(.btn),
table td .tel2_btn:not(.btn),
table td .tel3_btn:not(.btn){text-decoration: none;color:#131313;}


.contact-check{background-color: transparent;}

#contact-check-section{
	display: none;
}

#contact-check-section.is-active{
	display: block;
}





@media (max-width: 768px) {

	.contact-wrapper{}

	.contact-stage-wrapper{}

	.contact-stage{}

	.contact-stage-title-wrapper{
		padding-top: 20px;
		margin-bottom: 15px;
	}

	.contact-stage-title-shoulder{font-size: 16px;}

	.contact-stage-title-shoulder:after{
		width:10px;
		height:1px;
		margin-left:-5px;
	}

	.contact-stage-title {font-size:23px;}

	/* お問い合わせ内容を選択 */

	.contact-selectpurpose-wrapper{padding:20px 0 20px 0;}

	.contact-selectpurpose {
		border-radius:15px;
		padding:10px 20px 0;
	}

	.contact-selectpurpose-title {
		padding:20px 0 13px 50px;
		font-size:18px;
		background-size:45px;
		margin-bottom: 5px;
	}

	.contact-selectpurpose-list-item-btn {
		padding:10px 10px 10px 0;
		font-size:14px;
		position: relative;
		cursor:pointer;
	}

	.contact-selectpurpose-list-item-btn:after{
		background-size: 7px;
		width: 7px;
		height: 14px;
		margin-top: -7px;
	}


	/* 機種カテゴリー選択 */

	.contact-selectcategory{
		padding:20px 0 10px;
	}

	.contact-selectcategory-list-item {
		float: none;
		width:auto;
		margin-left: 0;
		margin-bottom: 8px;
	}

	.contact-selectcategory-list-item:nth-child(2n+1) {
		margin-left: 0;
	}

	.contact-selectcategory-list-item-btn {
	    font-size: 18px;
	    border-radius: 5px;
	    height:108px;
	}

	.contact-selectcategory-list-item-btn {
		background: url(../images/icon_itemcategory_smartphone_sp.png) no-repeat 33px center #fff;
		background-size:70px;
	}

	.contact-selectcategory-list-item-mobile .contact-selectcategory-list-item-btn {
		background-image: url(../images/icon_itemcategory_mobile.png);
		height:65px;
		background-size: 60px;
		background-position-x: 37px;
	}
	.contact-selectcategory-list-item-pocketwifi .contact-selectcategory-list-item-btn {
		background-image: url(../images/icon_itemcategory_pocketwifi.png);
		height:65px;
		background-size: 60px;
		background-position-x: 37px;
	}
	.contact-selectcategory-list-item-sim .contact-selectcategory-list-item-btn {
		background-image: url(../images/icon_itemcategory_sim.png);
		height:65px;
		background-size: 60px;
		background-position-x: 37px;
	}

	.contact-selectcategory-list-item-btn span{
		left:100px;
	}

	.contact-selectcategory-list-item-btn:hover {
		top:0px;
	    box-shadow: 0px 3px 0px #cacaca;
	}



	/* 機種詳細選択 */

	.contact-selectproduct{
		margin-bottom: 80px;
	}


	.contact-selectproduct-list{
		overflow: hidden;
		margin-bottom: 0;
	}

	.contact-selectproduct-list-item{
		float: none;
		width: auto;
		margin:0 0 8px 0;
	}
	
	.contact-selectproduct-list-item:last-child{
		margin-bottom: 0;
	}

	.contact-selectproduct-list-item-btn{
		font-size: 18px;
		border-radius: 5px;
		height: 65px;
	}
	
	.contact-selectproduct-list-item-btn.big{
		height: 100px;
	}
	
	.contact-selectproduct-list-item-btn.mid{
		font-size: 13px;
		height: 74px;
	}


	.contact-selectproduct-list-item-btn span{
		position: absolute;
		left: 50px;
		top: 50%;
		transform: translate(0,-50%);
		display: block;
	}

	.contact-result{margin-top:50px;margin-bottom: 20px;}

	.l-section.hasIcon{
		padding:55px 0 80px;
	}
	
	.l-section.hasIcon.last,
	.l-section.last,
	.contact-result .l-section:last-child{
		padding-bottom: 40px;
	}

	.contact-result-icon{
		width:100px;
		height:100px;
		top:-105px;
		margin-left: -50px;
		border-radius:100px;
	}

	.contact-result-icon img{
		width:60px;
	}

	.contact-result-section-title{
		font-size:18px;
		margin-bottom: 15px;
	}

	.contact-result-text-wrapper p{
	}

}