@charset "shift_jis";
/* CSS Document */

/* 開くメニュー */
label {
	color: #666;
	padding: 10px;
	display: block;
	margin: 0;
	text-align: center;
/*
	font-size:16px;
	text-align:left;
	border: 1px solid #fff;
*/
}

label:hover {
	background: #555;
}

input[type="checkbox"].on-off{
	display: none;
}

.dmenu  {
	margin-top: 60px;
	font-size:16px;
}

.dmenu ul {
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dmenu li {
    padding: 5px;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
	height: 480px;
}

.accordion {
	width: 100%;
	margin: auto;

}
.Panel1 {
	position: relative;
	padding: 20px 0 22px 30px;
	color: #318066;
	border-bottom: 1px solid #fff;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #A8D9C9;
	background-image: url(../images/faq/q.png);
}
.icon {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 10px;
	height: 2px;
	margin: auto;
	background: #fff;
	content: "";
	transition: all 0.15s ease-out 0s;
}
.icon::before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 2px;
	height: 10px;
	margin: auto;
	background: #fff;
	content: "";
}
.active .icon {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ccc {
	color: #999;
}

/*
.faq_box {
}
*/
.subMenu {
	display: none;
	font-family: 'Sawarabi Mincho';
	text-shadow: 0px 0px 1px rgba(55,55,55,0.3);
	background-image: url(../images/faq/a.png);
	background-position: 30px 20px;
	background-repeat: no-repeat;
}
.subMenu  li {
	padding: 5% 5% 5% 5%;
	color: #666;
    }

.subMenu  p {
	line-height:28px;
	padding-bottom: 1em;
}
/*
.faq_q {
	position: relative;
	color: #318066;
	border-bottom: 1px solid #fff;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #A8D9C9;
	background-image: url(../images/faq/q.png);
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 30px;
}
*/

.faq_q {
	position: relative;
	padding: 20px 0 22px 30px;
	color: #318066;
	border-bottom: 1px solid #fff;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #A8D9C9;
	background-image: url(../images/faq/q.png);
	font-size:16px;
}



.faq_a {
	text-shadow: 0px 0px 1px rgba(55,55,55,0.3);
	background-image: url(../images/faq/a.png);
	background-position: 30px 20px;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 40px;
	font-size:16px;
	line-height:28px;
	padding-bottom: 1em;
	color: #666;
}
