@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Open+Sans:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
/*size*/
/*color*/
/*sns*/
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
/*
 qa.css
*/
/* qa
========================================== */
.qa {
  position: relative;
}
.qa a {
  color: #09299c;
  text-decoration: underline;
}
.qa a:hover {
  color: #09299c;
  text-decoration: underline;
}
.qa_inner {
  margin: auto;
  padding: 0 20px 20px;
  max-width: 960px;
  position: relative;
  z-index: 1;
}
.qa_block {
  padding-top: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.qa_box {
  background-color: #fff;
  margin-bottom: 2%;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  width: 49%;
  letter-spacing: 0.1em;
}
.qa_q {
  background-color: #e71f19;
  padding: 10px 20px;
  border-radius: 15px 15px 0 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: left;
  align-items: center;
}
.qa_q_en {
  margin-right: 0.1em;
  vertical-align: middle;
  font-family: 'Staatliches', sans-serif;
  font-size: 45px;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #fff;
}
.qa_q_ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
}
.qa_a {
  border-radius: 0 0 6px 6px;
}

.answer {
  padding-bottom: 20px;
}
.answer .colorRed {
  color: #e71f19;
}
.answer_title {
  width: 100%;
  padding: 10px 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: left;
  align-items: center;
  font-weight: 700;
}
.answer_title_en {
  margin-right: 0.1em;
  vertical-align: middle;
  font-family: 'Staatliches', sans-serif;
  font-size: 45px;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #e71f19;
}
.answer_title_ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  color: #e71f19;
  text-align: justify;
}
.answer_title_link {
  color: #000;
}
.answer_h4 {
  background-color: #ffec0c;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 20px;
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1em;
}
.answer_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  text-align: justify;
  padding-left: 5px;
  padding-right: 5px;
}
.answer_text.-note {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6em;
}
.answer_text.-note:before {
  content: "※";
}
.answer_illust {
  text-align: center;
  margin-bottom: 10px;
}
.answer_illust img {
  width: 96%;
  height: auto;
}
.answer_block {
  margin: auto;
  width: 94%;
}
.answer_list li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.8em;
}
.answer_list .colorPi {
  color: #e02d73;
}
.answer_list.-mark {
  text-indent: -1em;
  padding-left: 1em;
}
.answer_list.-num li:first-child:before {
  content: "①";
}
.answer_list.-num li:nth-child(2):before {
  content: "②";
}
.answer_list.-num li:nth-child(3):before {
  content: "③";
}
.answer_list.-num li:nth-child(4):before {
  content: "④";
}
.answer_list.-num li:nth-child(5):before {
  content: "⑤";
}
.answer.-a01 .answer_block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.answer.-a01 .answer_illust img {
  max-width: 280px;
}
.answer.-a01 .answer_box {
  width: 16em;
}
.answer.-a02 .answer_block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.answer.-a02 .answer_illust img {
  max-width: 186px;
}
.answer.-a02 .answer_box {
  width: 16em;
}
.answer.-a03 .answer_illust {
  padding-bottom: 10px;
}
.answer.-a03 .answer_illust img {
  max-width: 265px;
}
.answer.-a03 .answer_list:nth-child(2) {
  margin-top: 0.6em;
}
.answer.-a04 .answer_title {
  align-items: flex-start;
}
.answer.-a04 .answer_illust img {
  width: 80%;
}
.answer.-a05 .answer_block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.answer.-a05 .answer_illust {
  padding-right: 20px;
}
.answer.-a05 .answer_illust img {
  max-width: 133px;
}
.answer.-a05 .answer_box {
  width: 16em;
}
.answer.-a06 .answer_illust {
  padding-bottom: 10px;
}
.answer.-a06 .answer_illust img {
  max-width: 240px;
}
.answer.-a07 .answer_illust {
  padding: 10px 0;
}
.answer.-a07 .answer_illust img {
  max-width: 300px;
}
.answer.-a081 .answer_illust img {
  max-width: 420px;
}
.answer.-a082 .answer_illust img {
  max-width: 180px;
}
.answer.-a09 .answer_title {
  align-items: flex-start;
}
.answer.-a09 .answer_illust img {
  max-width: 396px;
}
.answer.-a10 .answer_illust {
  margin-bottom: 0;
}
.answer.-a10 .answer_illust img {
  max-width: 330px;
}
.answer.-a10 .answer_list li {
  margin-bottom: 1em;
}
.answer.-a11 .answer_title {
  margin-bottom: 10px;
  align-items: flex-start;
}
.answer.-a11 .answer_title .textSpacing {
  letter-spacing: 0.05em;
}
.answer.-a11 .answer_illust img {
  max-width: 421px;
}
.answer.-a12 .answer_text span {
  color: #e02d73;
}
.answer.-a12 .answer_illust {
  margin: 12px 0;
}
.answer.-a12 .answer_illust img {
  max-width: 180px;
}
.answer.-a13 .answer_title {
  align-items: flex-start;
}
.answer.-a13 .answer_illust {
  margin-top: 10px;
}
.answer.-a14 .answer_text span {
  color: #e71f19;
}
.answer.-a14 .answer_illust {
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .qa_box {
    width: 100%;
    margin-bottom: 4%;
  }
  .qa_q_en {
    font-size: 45px;
    font-size: 7.03125vw;
  }
  .qa_q_ja {
    font-size: 20px;
    font-size: 3.125vw;
  }
  .qa .answer_block {
    max-width: 600px;
  }
  .qa .answer_h4 {
    font-size: 18px;
    font-size: 2.8125vw;
  }
  .qa .answer_title_en {
    font-size: 48px;
    font-size: 7.5vw;
  }
  .qa .answer_title_ja {
    font-size: 20px;
    font-size: 3.125vw;
  }
  .qa .answer_text {
    font-size: 20px;
    font-size: 3.125vw;
  }
  .qa .answer_list li {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
