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


/* スマートフォン用CSS */
@media screen and (max-width: 630px) {
#faq {
	min-width:100%;
}

#faq #main_img {
    background-image: url("../img/faq/main_img.jpg");
}

/*アコーディオンメニュー*/
.list{
    border-bottom: 1px dotted #cccccc;
}
.displaynone {
    display: none;
}
.contentWrap {
	margin: -10px 10px 20px 0;
	padding: 0 0 0 41px;
	position: relative;
}
.contentWrap .pic, .contentWrap .koen_pic {
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
}
.panel-head {
    cursor:pointer;
	margin: 0 0 ;
    padding:20px 40px 20px 42px;
    font-size: 14px;
	color:#005A1F;
	font-weight: normal;
    position: relative;
    transition-property: all;
    transition-duration: 0.3s;
}
.panel-head:hover {
	opacity:0.5;
    transition-property: all;
    transition-duration: 0.3s;
}
.panel-head:before{
	content: 'Q';
	font-size: 100%;
	line-height: 130%;
	font-weight: 300;
	width: auto;
	height: auto;
	top: 17px;
	left: 10px;
	position: absolute;
	background-color: #005A1F;
	border-radius: 20px;
	color: #ffffff;
	padding: 3px 8px 5px;
}
/*下矢印↓*/
.panel-head:after {
	content: "";
	position: absolute;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	width: 10px;
	top:21px;
	right: 20px;
	height: 10px;
	transform: rotate(45deg);
}
/*上矢印↑*/
.panel-head.ac:after {
	content: "";
	position: absolute;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	border-right: 0;
	border-bottom: 0;
	width: 10px;
	top:28px;
	right: 20px;
	height: 10px;
	transform: rotate(45deg);
}

.answer{
	text-align: justify;
}
.answer:before{
	content: 'A';
	font-size: 100%;
	line-height: 130%;
	width: auto;
	height: auto;
	top: 0px;
	left: 10px;
	position: absolute;
	border:1px solid #333333;
	border-radius: 20px;
	padding: 3px 8px;
}


}










/* PCページ用CSS */
@media screen and (min-width: 631px) {
#faq {
	min-width:1000px;
}

#faq #main_img {
    background-image: url("../img/faq/main_img.jpg");
}

/*アコーディオンメニュー*/
.list {
    border-bottom: 1px dotted #cccccc;
}

.displaynone {
    display: none;
}
.contentWrap {
    margin: 0px 50px 20px 5px;
	padding: 0 0 0 50px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}
.contentWrap .pic {
	width: 1000px;
	height: auto;
	margin: 0 0 10px;
}
.contentWrap .pic {
	float: right;
	width: 480px;
	height: auto;
	margin: 10px 0 10px 20px;
}

.panel-head {
    cursor: pointer;
    margin: 0 0 0px;
    padding: 20px 55px;
    font-size: 20px;
    color: #005A1F;
    font-weight: normal;
    position: relative;
    transition-property: all;
    transition-duration: 0.3s;
}
.panel-head:hover {
	opacity:0.5;
    transition-property: all;
    transition-duration: 0.3s;
}
.panel-head:before{
	content: 'Q';
	font-size: 100%;
	line-height: 130%;
	font-weight: 300;
	width: auto;
	height: auto;
	top: 18px;
	left: 10px;
	position: absolute;
	background-color: #005A1F;
	border-radius: 30px;
	color: #ffffff;
	padding: 4px 10px;
}
/*下矢印↓*/
.panel-head:after {
	content: "";
	position: absolute;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	width: 13px;
	top:22px;
	right: 20px;
	height: 13px;
	transform: rotate(45deg);
}
/*上矢印↑*/
.panel-head.ac:after {
	content: "";
	position: absolute;
	border-left: 2px solid #333333;
	border-top: 2px solid #333333;
	border-right: 0;
	border-bottom: 0;
	width: 13px;
	top:27px;
	right: 20px;
	height: 13px;
	transform: rotate(45deg);
}

.qa-answer{
    display:none;
    margin:100px;
}
.answer{
	font-size: 16px;
	line-height: 230%;
	text-align: justify;
}
.answer:before{
	content: 'A';
	font-size: 115%;
	line-height: 125%;
	font-weight: 300;
	width: auto;
	height: auto;
	top: 1px;
	left: 5px;
	position: absolute;
	border:1px solid #333333;
	border-radius: 30px;
	color: #333333;
	padding: 4px 10px;
}


}