@charset "UTF-8";

#bc_faq{
    font-size: 16px;
    line-height: 1.8;
}

#bc_faq .bc_faq-block{
    width: 800px;
    margin: 0 auto;
    padding: 36px 36px 80px;
    background-color: #fff;
}

#bc_faq h1{
    font-weight: bold;
    text-align: center;
    padding-bottom: 60px;
}

#bc_faq h2{
    font-weight: bold;
    text-align: center;
	margin-bottom: 1em;
    padding-top: 1em;
}



/* �܂肽���� */
.toggle {
	display: none;
}
.Label {		/*�^�C�g��*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#4f8119;
    font-weight: bold;
}
.Label::before{		/*�^�C�g�����̖��*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*�{��*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*�J��*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
/* �܂肽���� �@�����܂�*/




/*-------------------
スマホ
-------------------*/

@media screen and (max-width: 480px) {

	#bc_faq .bc_faq-block{
		width: 100%;
	}

}