@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css");
@media (max-width: 800px) {
  main .l-narrow__inner {
    margin-bottom: 20px;
  }
}
main .l-narrow__inner p {
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  main .l-narrow__inner p {
    margin: 0 0 1em;
  }
}

.bg-stripe {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(254, 255, 211) 10px, rgb(254, 255, 211) 20px);
}

.highlight {
  background-image: linear-gradient(transparent 60%, rgba(246, 216, 76, 0.6) 0%);
}

.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}

.l-mainpage {
  margin-top: 60px;
  margin-bottom: 2em;
  width: 100%;
  max-width: 996px;
}
@media (max-width: 800px) {
  .l-mainpage {
    margin-top: 20px;
  }
}

.MLT_p-mv {
  text-align: center;
  background: #cce198;
}
.MLT_FV_h2 {
  padding: 20px 0;
  color: #283594;
  font-size: 28px;
  text-align: center;
  background: #eacb1d;
}
@media (max-width: 800px) {
  .MLT_FV_h2 {
    font-size: 20px;
  }
}
.MLT_balloon {
  padding: 15px 100px;
}
.MLT_balloon2 {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  margin: 0 auto;
  padding: 1em 2em;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  border: 3px solid #333;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 800px) {
  .MLT_balloon2 {
    margin: 0 auto 1em;
    padding: 1em;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.MLT_balloon2::before, .MLT_balloon2::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 14px 12px 0 12px;
  border-style: solid;
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
}
.MLT_balloon2::before {
  bottom: -14px;
  border-color: #333 transparent transparent transparent;
}
.MLT_balloon2::after {
  bottom: -10px;
  border-color: #fff transparent transparent transparent;
}

.c-commonList01.check > li {
  margin-bottom: 15px;
}

.c-heading-balloon {
  margin: 0 auto 30px;
  padding: 0 60px;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
@media (max-width: 800px) {
  .c-heading-balloon {
    padding: 0 40px;
    font-size: 1.8rem;
  }
}
.c-heading-balloon::before, .c-heading-balloon::after {
  content: "";
  width: 3px;
  height: 100%;
  max-height: 100px;
  background: #333;
  position: absolute;
  bottom: 0;
}
.c-heading-balloon::before {
  transform: rotate(-25deg);
  left: 20px;
}
.c-heading-balloon::after {
  transform: rotate(25deg);
  right: 20px;
}
.c-heading08 {
  font-size: 3rem;
}
.c-heading09 {
  border-color: #eacb1d !important;
  background: #fff8c1 !important;
}

.box {
  padding: 3em;
}
@media (max-width: 800px) {
  .box {
    padding: 1em;
  }
}
.box-01 {
  height: 100%;
  padding: 2em;
  border: 3px solid #eacb1d;
  border-radius: 10px;
}
@media (max-width: 800px) {
  .box-01 {
    padding: 1em;
  }
}

.c-correct .wrap .box.first:after {
  right: -25px;
}

.btn-wrapper:hover {
  text-decoration: none;
}

.palnewfv {
  padding-bottom: 0;
  text-align: center;
}

.MLT_PAL .palnewfv,
.MLT_PAL .palnewfv img {
  background: #ffc977 !important;
}

.MLT_DIA .palnewfv img {
  width: 100%;
  height: auto;
}

.text-xlarge {
  font-size: 140%;
}
@media (max-width: 800px) {
  .text-xlarge {
    font-size: 120%;
  }
}
.text-xxlarge {
  font-size: 160%;
}
@media (max-width: 800px) {
  .text-xxlarge {
    font-size: 120%;
  }
}

.modal {
  overflow: unset;
  display: block;
}

.pay .c-commonBtn01 {
  width: 100%;
  padding: 19px 50px 17px;
}

.list-01 {
  margin-bottom: 1em;
}
.list-01 li {
  padding: 5px 10px;
  border-radius: 50px;
}
.list-01 li:nth-child(1) {
  background: #efca3b;
}
.list-01 li:nth-child(2) {
  background: #fc9d9c;
}
.list-01 li:nth-child(3) {
  background: #84e8cc;
}

.c-fixedFooter {
  background: #eacb1d;
}
.c-fixedFooter .inner p {
  color: #283594 !important;
}
@media (max-width: 920px) {
  .c-fixedFooter .inner p {
    width: 90%;
  }
}
.c-fixedFooter .c-commonBtn01 {
  color: #FFF;
  border: 1px solid #eacb1d;
  background: #283594;
}
.c-fixedFooter .c-commonBtn01 > span:after {
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}/*# sourceMappingURL=Full_lineup_2023.css.map */