@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 737px) {


.p-ancer__list li{
	display: block;
	margin: 0px 0px 0px;

}
.p-ancer__list li a{
	position: relative;
	background: #efefef;
	display: block;
	font-size: 16px;
	line-height: 50px;
	color: #333;
	transition: 0.2s;
	background-image: url(../../img/common/ancer-btn.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 30px auto;
	padding: 5px 40px 5px;
	margin-bottom: 10px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.p-ancer__list li a:hover{
	color:#EE1C23;
	opacity: 1;
	background-position: 96% center;
}
.p-sec{
	margin-top: -20px;
	padding-top: 100px;
	padding-bottom: 40px;
}

.p-sec h3{
	text-align: center;
	position: relative;
	font-size: 24px;
	padding: 0px 0 20px;
	margin-bottom: 40px;
}
.p-sec h3:after{
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	border-bottom: 2px solid #EE1C23;
	top:100%;
	left:50%;
	transform: translateX(-50%);
	
}
.p-faqbox {
	margin-top: 20px;
}
.p-faqbox dt {
	position: relative;
	background-color: #F0F0F0;
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 40px;
	padding-right: 45px;
	font-size:14px;
	cursor: pointer;
}
.p-faqbox dt:before{
	content: "Q.";
	color:#EE1C23;
	font-size:20px;
	font-weight: bold;
	position: absolute;
	top:15px;
	left:15px;
	
}
.p-faqbox dt:after{
	content:"+";
	position: absolute;
	right:-10px;
	top:8px;
	width: 40px;
	height: 40px;
	border: 1px solid #EE1C23;
	background: #EE1C23;
	color:#fff;
	text-align: center;
	line-height: 40px;
	font-size:24px;
	transition: 0.2s;
	font-weight: 100;
	
}

.p-faqbox dt.opened:after{
	content:"―";
	position: absolute;
	right:-10px;
	top:8px;
	width: 40px;
	height: 40px;
	border: 1px solid #EE1C23;
	background: #fff;
	color:#EE1C23;
	text-align: center;
	line-height: 40px;
	font-size:14px;
	
}
.p-faqbox dd {
	position: relative;
	background-color: #fff;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 40px;
	padding-right: 0px;
	font-size:12px;
	line-height: 20px;
}
.p-faqbox dd:before{
	content: "A.";
	font-size:20px;
	font-weight: bold;
	position: absolute;
	top:15px;
	left:15px;
	
}




    .pc-view {
        display: none;
    }
    .sp-view {
        display: inline-block;
    }
   
}
