@charset "UTF-8";
:root {
  --font-gothic:
     "Noto Sans JP",
     "Hiragino Kaku Gothic ProN",
  YuGothic,
  "Helvetica Neue",
     Arial,
     "Hiragino Sans",
     Meiryo,
     sans-serif;
  --font-mincho:
  "游明朝",
  "Yu Mincho",
  YuMincho,
  "Hiragino Mincho Pro",
  serif;
  --font-marugothic:
  "Lucida Grande",
  "segoe UI",
  "ヒラギノ丸ゴ ProN W4",
  "Hiragino Maru Gothic ProN",
  Meiryo, Arial,
  sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #464646;
  line-height: 200%;
  font-family: var(--font-gothic);
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

th,
td {
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}

img {
  width: 100%;
  vertical-align: middle;
  display: block;
}

a {
  color: #464646;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

ul {
  list-style: none;
}

.sub_hdr_faq .cont {
  background: #63AAB2 url("../img/sub/sub_faq.svg") no-repeat center top;
}
@media (max-width: 900px) {
  .sub_hdr_faq .cont {
    background-position: 60% top;
  }
}

.cont_faq .faq_area + .faq_area {
  border-top: 1px solid #dfdfdf;
  padding-top: 2em;
  margin-top: 2em;
}
.cont_faq .faq_area .faq_txt_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cont_faq .faq_area .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cont_faq .faq_area .question:hover {
  cursor: pointer;
}
.cont_faq .faq_area .question .q_mark {
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  font-family: var(--font-marugothic);
  background: #63AAB2;
}
.cont_faq .faq_area .question .q_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1em;
}
.cont_faq .faq_area .question .q_arrow {
  font-size: 2rem;
}
.cont_faq .faq_area .answer {
  padding-top: 2em;
  display: none;
}
.cont_faq .faq_area .answer .answer_fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cont_faq .faq_area .answer .answer_fl .a_mark {
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  font-family: var(--font-marugothic);
  background: #E6A117;
}
.cont_faq .faq_area .answer .answer_fl .a_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1em;
}
.cont_faq .faq_area .q_arrow {
  font-size: 2em;
  width: 2em;
  text-align: center;
  padding-left: 0.5em;
  color: #63AAB2;
}
.cont_faq .go_portal {
  margin-top: 3em;
  border: 2px solid #63AAB2;
  padding: 1.5em;
  border-radius: 10px;
  margin-bottom: 3em;
}
.cont_faq .go_portal .q_else {
  text-align: center;
}
.cont_faq .go_portal .btn_allergy {
  margin-top: 1em;
}
.cont_faq .go_portal .btn_allergy a {
  background: #557AD7;
}
/*# sourceMappingURL=faq.css.map */