@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@700&display=swap");
.p-quiz-section {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-quiz-section {
    margin-top: 43px;
    margin-bottom: 100px;
  }
}
.p-quiz-section__txt01 {
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-quiz-section__txt01 {
    text-align: center;
  }
}
.p-quiz-qa {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-quiz-qa {
    margin-top: 74px;
  }
}
.p-quiz-qa__btn01 {
  text-align: center;
  width: 179px;
  margin: 25px auto 0;
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__btn01 {
    margin-top: 30px;
  }
}
.p-quiz-qa__btn01 .link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: solid 1px #fff;
  width: 100%;
  text-decoration: none;
  color: #374479;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding: 5px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__btn01 .link {
    padding: 8px 10px;
    transition: all 0.5s;
  }
  .p-quiz-qa__btn01 .link:hover {
    background-color: #374479;
    color: #fff;
    cursor: pointer;
  }
}
.p-quiz-qa__btn01 .txt {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__btn01 .txt {
    left: 2px;
    margin-right: 17px;
  }
}
.p-quiz-qa__btn02 {
  text-align: center;
  width: 100%;
}
.p-quiz-qa__btn02 .link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #009dba;
  border: solid 1px #009dba;
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  border-radius: 9px;
  padding: 6px 10px 4px;
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__btn02 .link {
    transition: all 0.5s;
  }
  .p-quiz-qa__btn02 .link:hover {
    background-color: #fff;
    color: #009dba;
  }
  .p-quiz-qa__btn02 .link:hover .arr path {
    stroke: #009dba;
  }
}
.p-quiz-qa__btn02 .txt {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__btn02 .txt {
    margin-right: 21px;
  }
}
.p-quiz-qa__btn02 .arr {
  display: inline-block;
  position: relative;
  width: 7px;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__btn02 .arr {
    right: 2px;
    width: 9px;
    height: 14px;
  }
}
.p-quiz-qa__btn02 .arr svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-quiz-qa__btn02 .arr path {
  transition: all 0.5s;
}
.p-quiz-qa__btn__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__btn__group {
    gap: 20px 20px;
  }
}
.p-quiz-qa__btn__group .p-quiz-qa__btn02 {
  width: 100%;
  max-width: 290px;
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__btn__group .p-quiz-qa__btn02 {
    width: 402px;
    max-width: 100%;
  }
}
.p-quiz-qa__item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__item {
    margin-top: 40px;
  }
}
.p-quiz-qa__item:first-child {
  margin-top: 0;
}
.p-quiz-qa__q {
  background-color: #374479;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__q {
    padding: 28px clamp(2rem,
        2.4038461538vw + 0.1538461538rem,
        4rem) 25px;
  }
}
.p-quiz-qa__q__main {
  display: flex;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__q__main {
    gap: 5px clamp(1.5rem,
        1.6826923077vw + 0.2076923077rem,
        2.9rem);
  }
}
.p-quiz-qa__q__num {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1;
  top: 1px;
  min-width: 30px;
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__q__num {
    top: 0;
    min-width: 42px;
  }
}
.p-quiz-qa__q__content .txt01 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
}
.p-quiz-qa__q__content .list-choose {
  width: 100%;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__q__content .list-choose {
    gap: 5px clamp(2.4rem,
        0.4807692308vw + 2.0307692308rem,
        2.8rem);
    margin: 3px 0 0;
  }
}
.p-quiz-qa__q__content .list-choose li {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
  width: 41%;
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__q__content .list-choose li {
    width: auto;
  }
}
.p-quiz-qa__q__content .list-choose.w100 li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__q__content .list-choose.w100 li {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__q .p-quiz-qa__btn01 {
    margin-top: 19px;
  }
}
.p-quiz-qa__a {
  display: none;
  padding: 20px 20px;
  background-color: #fffdeb;
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__a {
    padding: 15px 20px 25px;
  }
}
.p-quiz-qa__a__txt {
  text-align: center;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 15px;
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__a__txt {
    gap: 5px clamp(1.5rem,
        1.5625vw + 0.3rem,
        2.8rem);
  }
}
.p-quiz-qa__a .p-quiz-qa__btn__group {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__item.i03 .p-quiz-qa__q, .p-quiz-qa__item.i04 .p-quiz-qa__q, .p-quiz-qa__item.i06 .p-quiz-qa__q, .p-quiz-qa__item.i07 .p-quiz-qa__q, .p-quiz-qa__item.i08 .p-quiz-qa__q, .p-quiz-qa__item.i09 .p-quiz-qa__q {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__item.i05 .p-quiz-qa__q {
    padding-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__item.i05 .p-quiz-qa__q__main {
    gap: 5px clamp(1.5rem,
        1.6826923077vw + 0.2076923077rem,
        2.9rem);
  }
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__item.i10 .p-quiz-qa__q {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-quiz-qa__item.i10 .p-quiz-qa__q__main {
    gap: 5px clamp(1.5rem,
        1.6826923077vw + 0.2076923077rem,
        2.9rem);
  }
}

.pgttl.quiz-pgttl {
  background-size: cover;
  background-image: url(../img/quiz/bg-pgttl.jpg);
}
.pgttl.quiz-pgttl .inner-pgttl {
  padding-left: 20px;
  padding-right: 20px;
}
.pgttl.quiz-pgttl .txt img {
  max-width: 100%;
  height: auto;
}

.home .top-btn {
  position: fixed;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  right: 5px;
  z-index: 5;
  pointer-events: none;
  padding-bottom: 40vh;
}
@media screen and (min-width: 768px) {
  .home .top-btn {
    right: 21px;
    padding-bottom: 15%;
  }
}
.home .top-btn img {
  max-width: 100%;
  height: auto;
}
.home .top-btn a {
  pointer-events: all;
  width: 104px;
  display: block;
}
@media screen and (min-width: 768px) {
  .home .top-btn a {
    width: 147px;
    transition: all 0.5s;
  }
  .home .top-btn a:hover {
    opacity: 0.7;
  }
}

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