@charset "utf-8";
#page_contents .answer {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	background-image: url(../img/a.png);
	background-repeat: no-repeat;
	background-position: 10px 25px;
	background-color: #EEF6FA;
	line-height: 1.2em;
	font-size: 16px;
	background-size: 22px auto;
}
#page_contents .CollapsiblePanelTab:after {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #0071BE;
	position: absolute;
	top: 15px;
	right: 10px;
	content: "回答はコチラ";
	line-height: 24px;
	text-align: center;
	height: 24px;
	width: 80px;
	border-radius: 18px;
	border: 1px solid #0071BE;
}
#page_contents .CollapsiblePanelOpen .CollapsiblePanelTab:after {
	content: "回答を閉じる";
	color: #0071BE;
	background-color: #FFFFFF;
}
#page_contents .CollapsiblePanelTab.line1 {
	line-height: 1.5em;
}
.faq_box01 {
	background-color: #FFFFFF;
	padding: 20px;
}
.fc01 {
	font-size: 14px;
	color: #E5007F;
	font-weight: bold;
	line-height: 1.8em;
}
.faq_box02 {
	background-color: #F6F6F6;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.faq_box02 p {
	font-size: 14px;
	font-weight: bold;
	color: #E5007F;
	padding-left: 20px;
	line-height: 1.4em;
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 13px auto;
}
.faq_box02 p span {
	font-size: 12px;
	margin-left: 5px;
	line-height: 1.4em;
}
.faq_box02 .num1 {
	background-image: url(../img/1.jpg);
}
.faq_box02 .num2 {
	background-image: url(../img/2.jpg);
}
.faq_box02 .num3 {
	background-image: url(../img/3.jpg);
}
.faq_box02 .num4 {
	background-image: url(../img/4.jpg);
}
.faq_box03 {
	padding: 18px;
	border: 2px solid #0071BE;
}
.faq_box04 {
	background-image: url(../img/ico01.jpg);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-weight: bold;
	color: #0071BF;
	margin-bottom: 10px;
	background-size: 22px auto;
}
.small {
	font-size: 12px;
	line-height: inherit;
}
.faq_caution {
	font-size: 12px;
	line-height: 1.8em;
	margin-right: 10px;
	margin-left: 10px;
}
.faq_caution:before{
	clear: left;
	float: left;
}
#faq_caution01:before {
	content: '※1';
}
#faq_caution02:before {
	content: '※2';
}
#faq_caution03:before {
	content: '※3';
}
#faq_caution04:before {
	content: '※4';
}
#faq_caution05:before {
	content: '※5';
}
#faq_caution06:before {
	content: '※6';
}
#faq_caution07:before {
	content: '※';
}
.faq_caution span {
	display: block;
	padding-left: 30px;
	font-size: 12px;
	line-height: 1.8em;
}
#faq_caution07 span {
	padding-left: 20px;
}
.answer img {
	width: auto;
}
