@charset "UTF-8";
@media screen and (max-width: 768px) {
  /* 1260px以上*/
}
@media screen and (max-width: 1024px) {
  /* 1024px以下*/
}
@media screen and (max-width: 768px) {
  /* 768px以下*/
}
@media screen and (max-width: 480px) {
  /* 480px以下*/
}
@media screen and (max-width: 320px) {
  /* 320px以下*/
}
.l-header.-mini {
  width: 950px;
  margin: auto auto;
  padding: 20px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-header.-mini {
    width: auto;
    padding: 20px 10px 15px;
  }
}
.l-header.-mini .-jal-logo {
  -ms-flex-preferred-size: 75px;
      flex-basis: 75px;
}
.l-header.-mini .-logo {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .l-header.-mini .-logo {
    width: 140px;
  }
}

.c-bold {
  font-weight: bold;
}

.c-red {
  color: #cc0000;
}

.global-footer {
  padding-top: 30px;
}
.global-footer .clearfix ul {
  margin-top: 0;
}
.p-quiz {
  padding-bottom: 100px;
  font-size: 16px;
}
.p-quiz .innerWrap {
  width: 950px;
}
@media screen and (max-width: 768px) {
  .p-quiz .innerWrap {
    width: 96%;
    width: calc(100% - 40px);
  }
}
.p-quiz .p-title_bar {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 23px 0;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-quiz .p-title_bar {
    font-size: 20px;
    line-height: 1.3;
  }
}
.p-quiz .mv {
  margin: 60px auto;
}
.p-quiz .linkWindowBtn a {
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 24px 0;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .p-quiz .linkWindowBtn a {
    padding: 20px 20px;
    line-height: 1.4;
  }
}
.p-quiz .linkWindowBtn a::after {
  content: "";
  background-image: url(/img/window_white.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 16px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .p-quiz .linkWindowBtn a::after {
    right: 10px;
  }
}
.p-quiz .linkWindowBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-quiz .p-title2 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-quiz .p-title2 {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}
.p-quiz .p-title2::before, .p-quiz .p-title2::after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.p-quiz .p-title2::before {
  width: 100%;
  background-color: #dcdcdc;
}
.p-quiz .p-title2::after {
  width: 357px;
  background-color: #c51418;
}
@media screen and (max-width: 768px) {
  .p-quiz .p-title2::after {
    width: 210px;
  }
}
.p-quiz .p-text {
  font-size: 16px;
}
.p-quiz .p-select_quiz {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-quiz .p-select_quiz {
    font-size: 14px;
    gap: 5px;
  }
}
.p-quiz .p-select_quiz > li {
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  text-align: center;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .p-quiz .p-select_quiz > li {
    -ms-flex-preferred-size: 136px;
        flex-basis: 136px;
    font-size: 15px;
  }
}
.p-quiz .p-indent > li {
  text-indent: -1em;
  margin-left: 1em;
}
.p-quiz .p-indent > li .p-indent > li:first-child {
  margin-top: 0 !important;
}
.p-quiz .p-box {
  border: 1px solid #000000;
  width: 560px;
  margin: 70px auto 0;
  padding: 22px 30px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-quiz .p-box {
    width: 100%;
  }
}