.page .contentArea .contentBody {
   width: 960px;
   margin: 0 auto 50px;
   overflow: hidden;
}
/*アコーディオン*/
.acd-check{
     display: none;
 }
 .acd-label{
	font-size: 16px;
	letter-spacing: 0.04em; 
	background: #e8463b;
	color: #fff;
	font-weight: 600;
	display: block;
	margin-top: 10px;
	padding: 16px 24px;
	position: relative;
	border: solid 1px #e8463b;
	border-radius: 0;
	padding-right: 40px;
	line-height: 1.34;
	padding-left: 1em;
 }
 .acd-label:before{
     box-sizing: border-box;
     content: "";
     padding: 8px 20px;
     position: absolute;
     right: 0;
     top: 0;
	 bottom: 0;
	 margin: auto;
	 font-size: 24px;
	 width: 16px;
	 height: 16px;
	 background-image: url("../faq/img/icn_plus.png");
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: contain;
 }
 .acd-content{
     border-left: 1px solid rgb(158, 158, 158);
     border-right: 1px solid rgb(158, 158, 158);
     border-bottom: 1px solid rgb(158, 158, 158);
     border-radius: 0 0 10px 10px;
     display: block;
     height: 0;
     opacity: 0;
     padding: 0 10px;
     transition: .5s;
     visibility: hidden;
 }
 .acd-check:checked + .acd-label:before{
     content: "";
	 background-image: url("../faq/img/icn_minus.png");
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: contain; 
 }
 .acd-check:checked + .acd-label + .acd-content{
	font-size: 16px;
	line-height: 1.6; 
	height: 100%;
	opacity: 1;
	padding: 16px 20px;
	visibility: visible;
	line-height: 25px;
	border: solid 1px #e8463b;
	border-top: none;
	border-radius: 0;
 }
 .faq_one_centence{
     margin: 10px 0;
     line-height: 20px;
 }
.back_to_top_text_link {
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: solid 1px #000;
}
 .air{
     margin-top: 20px;
 }
.back_to_top_text_link:hover{
   opacity: 0.7;
}
.back_to_top_text{
   margin: 10px auto;
   text-align: right;
}
.to_each_topic{
   display: flex;
   justify-content: center;
   color: white;
   width: 100%;
   margin: 0px auto 30px auto;
   flex-wrap: wrap;
}
.decolation_a{
   color: #b70000;
   text-decoration: underline #b70000 1px;
}
.to_each_topic_bg{
   width: calc(100%/5);
   height: 40px;
   background-color: #c45331;
   text-align: center;
   padding-top: 10px;
}
.name_of_topic{
   color: #000;
   padding: 10px;
   width: 150px;
   margin: 5px 5px;
   background: white;
   border: 1px solid #cabc92;
   border-radius: 10px;
   /*box-shadow: 2px 3px 0 #ffd0d0;*/
   font-weight: bold;
   text-align: center;
}
.faq_important{
   color: #b70000;
}
.faq_kind_of_kessai{
   font-weight: 600;
}
.faq_eatimg{
   width: 25%;

}
.faq_eatimg_all{
   width: 100%;
}
.faq_background_color{
   background-color: white;
   padding: 25px;
   margin-top: 25px;
}
.faq_text_between{
   margin-bottom: 10px;
   text-indent: -1em;
   padding-left: 1em;	
}
.faq_text_between:last-child {
   margin-bottom: 0;
}
.faq_question_category {
   font-size: 1em;
   font-size: 18px;
   border-left: solid 4px #cabc92;
   padding-left: 10px;
}
._faq{
   background-image: url(/images/img_main_faq01.png);
   background-size: cover;
}
.faq_add_info_text {
   font-size: 1em;
   background-color: #e8463b;
   width: 40%;
   padding: 5px 10px;
   margin: 0 0 5px 0;
   border-radius: 0;
   border: solid 1px #e8463b;
   color: white;
   font-weight: bold;
   display: block;
}
.has_text_at_under{
   margin-bottom: 15px;
}
.faq_phone_only {
   display: none;
}
@media screen and (max-width: 900px){
   .faq_add_info_text{
      width: 100%;
   }
}
@media screen and (max-width: 740px){
   .name_of_topic {
       width: 100%;
   }
   .acd-label{
      font-size: 0.8em;
	  font-size: 14px;
      padding-right: 30px;
   }
   .acd-label:after {
       /* position: static; */
       width: 100%;
       height: auto;
       /* margin: 10px auto 10px auto; */
       padding: 10px 0 0 0;
       /* border-top: solid 1px; */
       text-align: right;
       margin: 0 14px 0 0;
   }
   .faq_eatimg {
       width: 100%;
   }
   .page .contentArea .contentBody {
      width: 96%;
   }
.acd-label::after {  font-size: 20px;
}	
.back_to_top_text_link {
  font-size: 13px;
}	
.faq_background_color {
  padding: 25px 10px;
	}
.faq_phone_only {
   display: block;
}
}






