@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/* アニメーション記述用 */
@keyframes headerFixed { 0% { transform: translateY(-90px); }
  100% { transform: translateY(0px); } }
@keyframes SlideIn { 0% { opacity: 0; transform: translateY(-90px); }
  100% { opacity: 1; transform: translateY(0); } }
@keyframes loop { 0% { transform: translateX(100%); }
  to { transform: translateX(-100%); } }
@keyframes loop2 { 0% { transform: translateX(0); }
  to { transform: translateX(-200%); } }
.faq__mb { margin-bottom: 60px; }
.faq__mb:last-child { margin-bottom: 0; }

.faq .faq__txt { font-size: 1.6rem; margin-bottom: 25px; text-align: center; color: #F69320; }
@media (min-width: 769px) { .faq .faq__txt { font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 6.4516129032 ); } }
@media (min-width: 800px) { .faq .faq__txt { font-size: 1.8rem; } }
.faq .faq__wp { margin-bottom: 20px; background: #fff; border-radius: 15px; }
.faq .faq__wp .faq__ques { font-size: 1.3rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: baseline; -webkit-align-items: baseline; -ms-flex-align: baseline; align-items: baseline; position: relative; padding: 25px; transition: .3s; cursor: pointer; }
@media (min-width: 769px) { .faq .faq__wp .faq__ques { font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.4975124378 ); } }
@media (min-width: 970px) { .faq .faq__wp .faq__ques { font-size: 1.4rem; } }
.faq .faq__wp .faq__ques .faq__ques-en { flex: 0 1 25px; width: 25px; max-width: 25px; position: relative; margin-right: 5px; text-align: center; color: #fff; }
.faq .faq__wp .faq__ques .faq__ques-en span { position: relative; z-index: 1; }
.faq .faq__wp .faq__ques .faq__ques-en::after { position: absolute; content: ""; display: block; top: 48%; left: 50%; width: 22px; height: 22px; background: #F69320; transform: translate(-50%, -50%); border-radius: 50px; }
.faq .faq__wp .faq__ques .faq__ques-txt { flex: 0 1 calc(85% - 32px); width: calc(85% - 32px); max-width: calc(85% - 32px); }
.faq .faq__wp .faq__ques .push__btn { position: absolute; display: block; top: 50%; right: 25px; width: 20px; height: 20px; transform: translate(0, -50%); }
.faq .faq__wp .faq__ques .push__btn::before { position: absolute; content: ""; display: block; top: 0; left: 50%; width: 3px; height: 100%; background: #F69320; transform: translate(-50%, 0); transition: .4s; opacity: 1; }
.faq .faq__wp .faq__ques .push__btn::after { position: absolute; content: ""; display: block; top: 50%; left: 0; width: 100%; height: 3px; background: #F69320; transform: translate(0, -50%); }
.faq .faq__wp .faq__ques.active { transition: .4s; }
.faq .faq__wp .faq__ques.active .push__btn::before { opacity: 0; transition: .4s; }
.faq .faq__wp .faq__answ { font-size: 1.3rem; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: baseline; -webkit-align-items: baseline; -ms-flex-align: baseline; align-items: baseline; position: relative; display: none; padding: 25px; }
@media (min-width: 769px) { .faq .faq__wp .faq__answ { font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.4975124378 ); } }
@media (min-width: 970px) { .faq .faq__wp .faq__answ { font-size: 1.4rem; } }
.faq .faq__wp .faq__answ .fap__answ { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
.faq .faq__wp .faq__answ .fap__answ .faq__answ-en { flex: 0 1 25px; width: 25px; max-width: 25px; position: relative; margin-right: 5px; color: #F69320; text-align: center; font-weight: normal; font-family: "Raleway medium" , sans-serif; }
.faq .faq__wp .faq__answ .fap__answ .faq__answ-en span { position: relative; z-index: 1; }
.faq .faq__wp .faq__answ .fap__answ .faq__answ-en::after { position: absolute; content: ""; display: block; top: 0; left: 50%; width: 22px; height: 22px; border: solid 1px #F69320; transform: translate(-50%, 0); border-radius: 50px; }
.faq .faq__wp .faq__answ .fap__answ .faq__answ-txt { flex: 0 1 calc(100% - 30px); width: calc(100% - 30px); max-width: calc(100% - 30px); text-align: justify; }
.faq .faq__wp .faq__answ::after { position: absolute; content: ""; display: block; top: 0; left: 50%; width: 90%; height: 1px; background: #6E6E6E; transform: translate(-50%, 0); }
.faq .faq__wp:last-child { margin-bottom: 0; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .faq .faq__txt { margin-bottom: 30px; }
  .faq .faq__wp { padding: 0 40px; }
  .faq .faq__wp .faq__ques { padding: 25px 0; }
  .faq .faq__wp .faq__answ { padding: 25px 0; }
  .faq .faq__wp .faq__answ::after { width: 100%; } }
/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1181px以上
------------------------------*/
@media screen and (min-width: 1181px) { #contents { margin-top: 170px; } }
/*------------------------------
		1600px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
