@charset "utf-8";

section#sect_qa{}
.qa_set{
	color: #FFFFFF;
	font-size: 1rem;
	
}
.qa_set>*{
	padding-top: 1em;
	padding-left: 50px;
	padding-bottom: 1em;
	position: relative;
}
.qa_set p{}
.qa_set .q_box{
	background-color: #595959;
	padding-right: 60px;
	cursor: pointer;	
}
.qa_set .a_box{
background-color: #6e6e6e;
padding-right: 1.5em;
display: none;
}
.qa_set .q_box:after{
	content: "";
	width: 2em;
	height: 2em;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0.75em;
	background-color: #da2429;
	display: block;
	margin: auto;
	background-image: url(../img/mark_plusWH.svg);
	background-position: center center;
	background-size: 65% auto;
	background-repeat: no-repeat;
}
.qa_set .q_box.opened:after{
	background-image: url(../img/mark_minusWH.svg);
	background-color: #6E6E6E;
}

.qa_set>*:before{
	font-weight: bold;
	font-size: 120%;
	position: absolute;
	top: 0.7em;
	left: 20px;
}
.qa_set .q_box:before{
	content: "Q";
}
.qa_set .a_box:before{
	content: "A";
}
.qa_set + .qa_set{
	padding-top: 0.8em;
}

section#sect_qa .btn_box{ padding-top: 4em; }

/*下からフェードイン*/
.opened:after{
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 0.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
   }
   100% {
      opacity: 1;
   }
}


section#sect_tel{}
.tel_box{
	text-align: center;
	padding-top: 2em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 2em;
	border: 1px solid #a5a5a5;
}
.tel_box .uketsuke{
	font-size: 1.2rem;
	display: block;
	line-height: 1em;
}
.tel_box a{
	font-size: 2.8rem;
	color: #373737;
	display: inline-block;
	font-weight: bold;
}
.atten_box{ font-size: 1rem; padding-top: 3em}



/* ##### responsive ##### */
@media screen and (max-width: 760px) {

section#sect_qa{}


section#sect_tel{}
.tel_box{
}
.tel_box .uketsuke{
	font-size: 1rem;
	display: block;
	line-height: 1em;
}
.tel_box a{
	font-size: 2.2rem;
}
.atten_box{ font-size: 0.8rem; padding-top: 2em}

section#sect_qa .btn_box{ padding-top: 2em; }


}
