@charset "utf-8";

/*==============================

			customer

==============================*/

/*==============================
			PC ＋ SP
==============================*/

/*--------------------------------------------------
		acdBox
--------------------------------------------------*/
.acdConts {
	display: none;
}





/*==============================
			PC
==============================*/
@media screen and (min-width: 641px) {

/*--------------------------------------------------
		acdBox
--------------------------------------------------*/
.acdBox {
	border: 1px solid #EDEDED;
	border-radius: 10px;
}
.acdBox .acdBtn {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 45px 20px 20px;
	cursor: pointer;
	position: relative;
}
.acdBox .acdBtn::after {
	display: block;
	content: "+";
	color: #EE1D23;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 10;
}
.acdBox._open .acdBtn::after {
	content: "−";
}
.acdBox .acdConts {
	padding: 10px;
	border-top: 1px solid #EDEDED;
}



/*--------------------------------------------------
		acdBoxFaq
--------------------------------------------------*/
.acdBoxFaq .txtQ {
	padding-left: 45px;
}
.acdBoxFaq .txtQ::before {
	display: block;
	content: "Q";
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	line-height: 36px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	background-color: #EE1D23;
	border-radius: 18px;
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 10;
}
.acdBoxFaq .acdContsA .acdContsInner {
	padding: 20px 19px;
	background-color: #FFF9F9;
}
.acdBoxFaq .acdContsA .acdContsInner .boxL {
	width: 50px;
	float: left;
}
.acdBoxFaq .acdContsA .acdContsInner .boxL p {
	color: #E60012;
	font-size: 100%;
	font-weight: bold;
}
.acdBoxFaq .acdContsA .acdContsInner .boxR {
	width: 820px;
	float: right;
}
.acdBoxFaq .acdContsA .acdContsInner .layoutBox .txt + .txt {
	margin-top: 1em;
}



/*--------------------------------------------------
		faqListBlock
--------------------------------------------------*/
.faqListBlock {
	border: 1px solid #EDEDED;
	border-radius: 10px;
}
.faqListBlock .acdBox {
	border: none;
	border-radius: 0;
}
.faqListBlock .acdBox + .acdBox {
	border-top: 1px solid #EDEDED;
}

/*--------------------------------------------------
		customer_info
--------------------------------------------------*/
.customer_info {
	margin: 2em 0;
	padding: 1.5em;
	border: #C00 3px solid;
	line-height: 1.5;
}

.customer_info .txt_box .txt + .txt {
	margin-top: 1em;
}

.customer_info .txt_box .txt_title {
	font-size: 120%;
	font-weight: bold;
}

.customer_info .txt_box .txt_info {
	font-weight: bold;
}

}





/*==============================
			SP
==============================*/
@media screen and (max-width: 640px) {

/*--------------------------------------------------
		acdBox
--------------------------------------------------*/
.acdBox {
	border: 1px solid #EDEDED;
	border-radius: 4px;
}
.acdBox .acdBtn {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px 10px 10px;
	cursor: pointer;
	position: relative;
}
.acdBox .acdBtn::after {
	display: block;
	content: "+";
	color: #EE1D23;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 10px;
	width: 20px;
	height: 10px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 10;
}
.acdBox._open .acdBtn::after {
	content: "−";
}
.acdBox .acdConts {
	padding: 5px 2%;
	border-top: 1px solid #EDEDED;
}



/*--------------------------------------------------
		acdBoxFaq
--------------------------------------------------*/
.acdBoxFaq .txtQ {
	padding-left: 25px;
}
.acdBoxFaq .txtQ::before {
	display: block;
	content: "Q";
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 24px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background-color: #EE1D23;
	border-radius: 12px;
	position: absolute;
	top: 50%;
	left: 5px;
	z-index: 10;
}
.acdBoxFaq .acdContsA .acdContsInner {
	padding: 5px 2%;
	background-color: #FFF9F9;
}
.acdBoxFaq .acdContsA .acdContsInner .boxL {
	margin-bottom: 10px;
}
.acdBoxFaq .acdContsA .acdContsInner .boxL p {
	color: #E60012;
	font-size: 100%;
	font-weight: bold;
}
.acdBoxFaq .acdContsA .acdContsInner .layoutBox .txt + .txt {
	margin-top: 1em;
}



/*--------------------------------------------------
		faqListBlock
--------------------------------------------------*/
.faqListBlock {
	border: 1px solid #EDEDED;
	border-radius: 4px;
}
.faqListBlock .acdBox {
	border: none;
	border-radius: 0;
}
.faqListBlock .acdBox + .acdBox {
	border-top: 1px solid #EDEDED;
}

/*--------------------------------------------------
		customer_info
--------------------------------------------------*/
.customer_info {
	margin: 2em 0;
	padding: 1.5em;
	border: #C00 3px solid;
	line-height: 1.5;
}

.customer_info .txt_box .txt + .txt {
	margin-top: 1em;
}

.customer_info .txt_box .txt_title {
	font-size: 120%;
	font-weight: bold;
}

.customer_info .txt_box .txt_info {
	font-weight: bold;
}

}





