
@charset "UTF-8";

/*よくある質問(パーツ無)*/
#faq_box+section .heading.block_header_2{
	background: url(/common/upload_data/r-hybrid-academycom/image/bg2_1.png) repeat #f2e8dd;
}
#faq_box+section .heading.block_header_2 .h{
	/*color: #fff;*/
	border-bottom:none;
	padding-bottom:0;
	padding-left: 30px;
	font-size: 2rem;
}
#faq_box+section .heading.block_header_2 .h::before {
	display: block;
	content: "Q";
	/*color: #4e352e;*/
	font-size: 2.6rem;
	font-weight: 500;
	text-align: center;
	position: absolute;
	top: calc(50% - 18px);
	left: 0px;
	pointer-events: none;
	line-height: 1.3;
	border-radius: 0;
	font-family: 'Abril Fatface', serif !important;
	background:none;
}
#faq_box+section.block_text_6 .heading::after{
	font-size: 2rem!important;
	/*color: #fff!important;*/
}
#faq_box+section.block_text_6 .open .heading::after,
#faq_box+section.edit_view .block_text_6 .heading::after {
	content: "－"!important;
}
#faq_box+section .wrapper_item .inner_item_txt {
	padding: 20px 20px 20px !important;
	background: rgba(255,255,255,0.7);
	padding-left: 60px !important;
	position: relative;
}
#faq_box+section .inner_item_txt p:first-child::before{
	display: block;
	content: "A";
	color: #983347;
	font-size: 2.8rem;
	font-weight: 500;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 30px;
	pointer-events: none;
	line-height: 1.3;
	font-family: 'Abril Fatface', serif !important;	
}

@media screen and (max-width: 600px){
	.block_text_6 .heading {
    	padding: 11px 40px 10px 13px !important;
	}
	.heading.block_header_2 .h {
    	font-size: 1.75rem!important;
		padding-left: 25px;
	}
	#faq_box+section .heading.block_header_2 .h::before {
    	font-size: 2.4rem;
    	top: calc(50% - 18px);
	}
	#faq_box+section .wrapper_item .inner_item_txt {
		font-size: 1.6rem;
	}
}