h2{
	font-size: 33px;
	line-height: 36px;
	    
}

h2 .allura{
	font-size: 30px;
}
.main_img_kasou{
	background-image: url("/bleda_ina/common/images/faq/faq_main_img.jpg");
}
.anchor {
	 margin-top:-30px;
  padding-top:110px;
	display: block;
}
.kengaku_outer{
	margin-top: -110px;
}
.faq_comment_area{
	width: 1120px;
	margin: 80px auto;
	background: #f9f1e9;
	padding: 40px 0;
	text-align: center;
}
.faq_comment_area p:first-of-type{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 32px;
	
}
.faq_comment_area p:last-of-type{
	color: #77626b;
	font-size: 20px;
	margin-bottom: 20px;
}
.faq_comment_area a{
	    display: block;
    width: 400px;
    margin: auto;
    border: solid 1px #77626b;
    padding: 15px 0;
    color: #d37bb6;
    font-size: 32px;
    font-weight: bold;
}
.faq_comment_area a img {
    margin-right: 33px;
    margin: auto 24px 10px 0px;
}

.faq_area{
	width: 1120px;
	margin: 0 auto;
}

.faq_list{
	margin-bottom: 80px;
	margin-top: 40px;
	font-weight: bold;
}
.faq_list li{
	width: 25%;
	text-align: center;
	position: relative;
}
.faq_list li a{
	color: white;
	font-size: 20px;
	line-height: 20px;
	display: block;
	padding: 25px 0;
}
.faq_list li a span{
	position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 10px);
            transform: translate3d(0, -50%, 10px);
}
.faq_list li:first-of-type{
	background: #c59892;	
}
.faq_list li:nth-of-type(2){
	background: #b7aeae;	
}
.faq_list li:nth-of-type(3){
	background: #a2babc;	
}
.faq_list li:last-of-type{
	background: #ceb396;	
}


/*質問部分*/

.accbox label {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 24px;
    padding: 27px 0;
    height: auto;
    font-size: 16px;
    font-weight: normal;
}

/*閉じた状態の矢印描画*/
.label_sita{
     content: "";
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: '\f106';
    font-size: 29px;
    color: 000;
    position: absolute;
    width: 45px;
    height: 45px;
    top: -3%;
    bottom: 0;
    right: 0;
    margin: auto auto 0;
    text-align: center;
    background: #77626b;
    color: white;
    line-height: 45px;
}

.label_ue{
	 content: "";
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: '\f106';
    font-size: 29px;
    color: 000;
    position: absolute;
    width: 45px;
    height: 45px;
    top: -3%;
    bottom: 0;
    right: 0;
    margin: auto auto 0;
    text-align: center;
    background: #77626b;
    color: white;
    line-height: 45px;
}
.label_class{
	display: none;
}
.label_show{
	 content: "";
    display: block;
    -ms-transform: rotate(135deg);
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: '\f106';
    font-size: 29px;
    color: 000;
    position: absolute;
    width: 45px;
    height: 45px;
    top: -3%;
    bottom: 0;
    right: 0;
    margin: auto auto 0;
    text-align: center;
    background: #77626b;
    color: white;
    line-height: 45px;
}




	/*ラベルホバー時*/
.accbox label:hover {
    opacity: 0.8;
}


	/*チェックは隠す*/
.accbox input {
    display: none;
}

	/*中身を非表示にしておく*/
.accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

	/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}


.faq_title{
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	font-weight: bold;
	padding-left: 48px;
	color: white;
	/*margin-top: 80px;*/
}
.faq_title01{
	background: #c59892;
}
.faq_title02{
	background: #b7aeae;
}
.faq_title03{
	background: #a2babc;
}
.faq_title04{
	background: #ceb396;
}

.accbox li{
	border-bottom: solid 1px #77626b;
	padding-left: 48px;
	position: relative;
}
.accbox .allow{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 45px;
	height: 45px;
}
.accbox label span{
	font-weight: bold;
	font-size: 27px;
	margin-right: 27px;
}

.accshow span.lora{
	font-weight: bold;
	margin-right: 27px;
	color: #c59892;
	font-size: 32px;
	    margin-left: -4px;
}
.accshow{
	    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
}
.accshow .flex{
	margin-bottom: 13px;
}
.accbox label .flex{
	
}

/******************************************SP*********************************************/

@media screen and (max-width: 1120px) {
	.faq_comment_area {
    width: 90%;
	}
	.faq_area {
		width: 90%;
	}
	.kengaku_outer {
    margin-top: 0;
}
	.q_text_area,.a_text_area{
		margin-right: 75px;
		line-height: 26px;
	}
}







@media screen and (max-width: 768px) {
	h2 {
		font-size: 25px;
	}
	h2 .allura {
    font-size: 22px;
}
	.main_img_kasou{
	background-image: url("/bleda_ina/common/images/faq/faq-main-img_sp.jpg");
}
	.anchor {
    margin-top: 10px;
    padding-top: 55px;
    display: block;
}
	.faq_comment_area p:first-of-type {
    padding: 0 5%;
	}
	.faq_comment_area a {
    width: 90%;
		    font-size: 28px;
	}
	.faq_comment_area a img {
    margin-bottom: 6px;
}
	.faq_comment_area p:last-of-type {
    margin-bottom: 14px;
}
	.faq_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
	.faq_list li {
    width: 50%;
	}
	.faq_list li a {
    font-size: 12px;
    line-height: 0px;
}
	.faq_list {
    margin-bottom: 0px;
	}
	
	.accbox li {
    padding-left: 3%;
	}
	
	
	
	
}




