@charset "utf-8";
/* CSS Document */

@import "reset.css";
@import "base_sp_min.css";


/*******************

LP style

********************/
.pl {position: relative;}

#fv .fv-btn {
	width: 91%;
	margin: 8% auto 10%;
}
.btn1 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 92%;
}
.cta-btn {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 92%;
}
.cta-btn2 {
	position: absolute;
	bottom: 5%;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 75%;
}
.cta2 {
	margin-top: 10%;
}
#cta {
	margin-bottom: 12%;
}



.question-box .titl {
	color: #e0377f;
	outline: 1px solid red;
}
.question-box .pue-icom {
	width: 11%;
	display: inline-block;
	vertical-align: middle;
}
.question-box .icon-box {
	outline: 1px solid red;
}
.question-box .close {
	width: 6%;
	display: block;
}
#acMenu dd {
	display: none;
	width: 90%;
}


.details table {
	border: 1px solid #f1a2b6;
	width: 95%;
	margin: 0 auto;
}
.details table th {
	background: #f1a2b6;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 1.2% 0;
}
.details table td {
	text-align: center;
	padding: 1.2% 0;
}
.details table tr:nth-of-type(4) td {
	text-align: left;
	padding: 1.2% 5%;
}
.details table tr:nth-of-type(8) td {
	text-align: left;
	padding: 1.2% 5%;
}
.details table tr:nth-of-type(10) td {
	text-align: left;
	padding: 2% 3%;
}
.details table tr:nth-of-type(16) td {
	text-align: left;
	padding: 2% 3%;
}
/*-------------------------------------------
footer
-----------------------------------------------*/
.footer-link {
	text-align: center;
	margin-top: 10%;
}
.footer-link li{
	font-size: 1.2em;
	padding-bottom: 1em;
}
#copy {
	background: #e0377f;
	text-align: center;
	font-size: .72em;
	color: #fff;

	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	box-sizing: border-box;
	padding: 1em 0 1em;
	line-height: 1.7;
}




.question-box .accordion {
	width: 95%;
	margin: 0 auto;
}
.accordion> li {
	border-bottom: 2px dashed #060001;
	margin-bottom: 5%;
	padding-bottom: 5%;
	font-size: 1.3vw;
}
.accordion> li:first-child {
	border-top: 2px dashed #060001;
	padding-top: 5%;
}
.accordion .icon {
	width: 13%;
	vertical-align: middle;
	display: inline-block;
}
.accordion .icon2 {
	width: 13%;
	vertical-align: top;
	display: inline-block;
}
.accordion button {
	color: #e0377f;
	font-size: 1.2em;
	text-align: left;
	display: inline-block;
	width: 85%;
	margin-left: 2%;

	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.button {
	width: 100%;
	background: #fff;
	position: relative;
}
.button.button_1 {
}
.button:after {
	content: "　";
	background: url(../img/close.png) no-repeat;
	background-size: 130%;
	position: absolute;
	top: 0;
	right: 8%;
}
.button.active:after {
	content: "　";
	background: url(../img/open.png) no-repeat;
	background-size: 130%;
}

.accordion_1 li {
	width: 85%;
	margin-left: 15%;
	text-align: left;
}

