@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.l-wrapper {
  padding-top: 60px !important;
  min-height: calc(100vh - 89px);
  padding-bottom: 11.86441%;
  background-color: #f5f5f4;
}

@media print, screen and (min-width: 751px) {
  .l-wrapper {
    padding-top: 60px !important;
    min-height: calc(100vh - 100px);
    padding-bottom: 78px;
  }
}
.pcD {
  display: block;
}
@media screen and (max-width: 750px) {
  .pcD {
    display: none;
  }
}

.spD {
  display: none;
}
@media screen and (max-width: 750px) {
  .spD {
    display: block;
  }
}

.sup {
  font-size: 0.8em;
}

.grid-bg {
  --grid: 21px;
  /* マスの大きさ */
  --line: 1px;
  /* 線の太さ */
  --color: #E6E6E6;
  /* 線の色 */
  background-image: repeating-linear-gradient(90deg, var(--color) 0 var(--line), transparent var(--line) var(--grid)), repeating-linear-gradient(0deg, var(--color) 0 var(--line), transparent var(--line) var(--grid));
}

.campaign_test-lp {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  /*キーフレームアニメ1*/
  /*キーフレームアニメ2*/
  /*キーフレームアニメ3*/
}
.campaign_test-lp .common_btn {
  background-color: #C41E1E;
  border: 3px solid #C2AC7A;
  color: #fff;
  box-sizing: border-box;
  box-shadow: 3px 5px #8D0202;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 305px;
  height: 84px;
}
.campaign_test-lp .common_btn::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 18px;
}
.campaign_test-lp .common_btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .common_btn {
    width: 81.3333333333vw;
    height: 22.4vw;
    border-radius: 10.6666666667vw;
    font-size: 4.8vw;
    border: 0.8vw solid #C2AC7A;
    box-shadow: 0.8vw 1.3333333333vw #8D0202;
  }
}
.campaign_test-lp .common_btn02 {
  background-color: #BC9529;
  border: 3px solid #fff;
  box-shadow: 3px 5px #977415;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .common_btn02 {
    width: 78.6666666667vw;
    height: 17.6vw;
    border: 0.8vw solid #fff;
    box-shadow: 0.8vw 1.3333333333vw #977415;
  }
}
.campaign_test-lp .common_btn.btn_blue {
  background-color: #1D42CC;
  border: none;
  box-shadow: none;
}
.campaign_test-lp .common_btn.btn_blue:hover {
  box-shadow: none;
  transform: none;
}
.campaign_test-lp section {
  width: 100%;
}
.campaign_test-lp .inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .inner {
    width: 100%;
  }
}
.campaign_test-lp .campaign__kv {
  width: 100%;
}
.campaign_test-lp .about {
  padding: 56px 0;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .about {
    padding: 10.6666666667vw 0;
  }
}
.campaign_test-lp .about .about__ttl {
  width: 333px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .about .about__ttl {
    width: 88.5333333333vw;
  }
}
.campaign_test-lp .about .about__txt {
  margin-top: 24px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .about .about__txt {
    font-size: 4.5333333333vw;
    margin-top: 4.2666666667vw;
  }
}
.campaign_test-lp .about .about__txt-p {
  line-height: 1.667;
  font-size: 18px;
  color: #011C51;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .about .about__txt-p {
    font-size: 4.5333333333vw;
    line-height: 1.7647058824;
  }
}
.campaign_test-lp .prize {
  background-color: #2B6DD8;
  padding: 56px 0 53px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize {
    padding: 8.5333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
.campaign_test-lp .prize .inner {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize .inner {
    width: 100%;
  }
}
.campaign_test-lp .prize .prize__ttl {
  width: 159px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize .prize__ttl {
    width: 42.4vw;
  }
}
.campaign_test-lp .prize .prize__ttl__course {
  width: 188px;
  margin: auto;
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize .prize__ttl__course {
    width: 50.1333333333vw;
    margin: 4.2666666667vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize .prize__ttl__course.prize-b {
    margin: 8.5333333333vw auto 0;
  }
}
.campaign_test-lp .prize .prize__a,
.campaign_test-lp .prize .prize__b {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize .prize__a,
  .campaign_test-lp .prize .prize__b {
    margin-top: 4.2666666667vw;
    display: flex;
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.campaign_test-lp .prize .prize__a .prize__list,
.campaign_test-lp .prize .prize__b .prize__list {
  width: 335px;
  height: auto;
  padding: 11px 11px 16px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize .prize__a .prize__list,
  .campaign_test-lp .prize .prize__b .prize__list {
    width: 100%;
    padding: 2.9333333333vw 2.9333333333vw 4.2666666667vw;
  }
}
.campaign_test-lp .prize .prize__a .prize__list {
  background-color: #F8E4AF;
}
.campaign_test-lp .prize .prize__b .prize__list {
  background-color: #DFDFDF;
}
.campaign_test-lp .prize .prize__img {
  width: 145px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize .prize__img {
    width: 38.6666666667vw;
  }
}
.campaign_test-lp .prize .prize__info {
  display: flex;
  justify-content: space-between;
}
.campaign_test-lp .prize .prize__name__txt {
  font-size: 14px;
  line-height: 1.357;
  font-weight: bold;
  text-align: center;
  width: 156px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize .prize__name__txt {
    font-size: 3.7333333333vw;
    width: 41.6vw;
  }
}
.campaign_test-lp .prize .prize__b .prize__name__txt {
  margin-top: 38px;
}
.campaign_test-lp .prize .medical {
  border: 1px solid #000;
  display: block;
  font-size: 10px;
  width: 62px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 6px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize .medical {
    border: 0.2666666667vw solid #000;
    font-size: 2.6666666667vw;
    width: 16.5333333333vw;
    height: 4.2666666667vw;
  }
}
.campaign_test-lp .prize .prize__win {
  position: absolute;
  width: 164px;
  top: 143px;
  right: -5px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize .prize__win {
    width: 43.7333333333vw;
    top: 38.1333333333vw;
    right: -1.3333333333vw;
  }
}
.campaign_test-lp .prize .prize__detail {
  padding-top: 24px;
  color: #222222;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize .prize__detail {
    padding-top: 6.4vw;
  }
}
.campaign_test-lp .prize .prize__detail .prize__detail__btn {
  margin: 0 auto 8px;
  text-align: center;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize .prize__detail .prize__detail__btn {
    margin-bottom: 2.1333333333vw;
  }
}
.campaign_test-lp .prize .prize__detail .prize__detail__btn .btn__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 24px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize .prize__detail .prize__detail__btn .btn__txt {
    font-size: 4.2666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.campaign_test-lp .prize .prize__detail .prize__detail__btn .btn__txt::after {
  content: "";
  border-bottom: 2px solid #222;
  border-left: 2px solid #222;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 5px;
  transform-origin: center;
  transform: rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize .prize__detail .prize__detail__btn .btn__txt::after {
    border-width: 0.5333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 1.3333333333vw;
  }
}
.campaign_test-lp .prize .prize__detail .prize__detail__content {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 0;
  overflow: hidden;
}
.campaign_test-lp .prize .prize__detail .prize__detail__content .detail__inner {
  padding: 14px 20px;
  font-size: 14px;
  min-height: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize .prize__detail .prize__detail__content .detail__inner {
    padding: 3.7333333333vw 4.5333333333vw 3.7333333333vw 6.1333333333vw;
  }
}
.campaign_test-lp .prize .prize__detail .prize__detail__content .detail__inner .caution {
  font-size: 12px;
}
.campaign_test-lp .prize .prize__detail .prize__detail__content .detail__inner__txt {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize .prize__detail .prize__detail__content .detail__inner__txt {
    font-size: 3.7333333333vw;
  }
}
.campaign_test-lp .prize .prize__detail .prize__detail__content .detail__inner__txt:not(:first-of-type) {
  margin-top: 12px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize .prize__detail .prize__detail__content .detail__inner__txt:not(:first-of-type) {
    margin-top: 3.2vw;
  }
}
.campaign_test-lp .prize .prize__detail .prize__detail__content .detail__inner__txt .medical {
  margin: 0 0 0 9px;
  width: 78px;
  height: 22px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize .prize__detail .prize__detail__content .detail__inner__txt .medical {
    margin: 0 0 0 2.4vw;
    width: 20.8vw;
    height: 5.8666666667vw;
    font-size: 3.7333333333vw;
  }
}
.campaign_test-lp .prize .prize__a .prize__detail .detail__inner {
  min-height: 172px;
}
.campaign_test-lp .prize .prize__detail.accordion.active .accordion-content {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
}
.campaign_test-lp .prize .prize__detail.accordion.active .accordion-btn span::after {
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  border-bottom: none;
  border-left: none;
  top: 8px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .prize .prize__detail.accordion.active .accordion-btn span::after {
    border-width: 0.5333333333vw;
    top: 2.1333333333vw;
  }
}
.campaign_test-lp .prize .prize__detail.accordion .accordion-content {
  max-height: 0;
  transition: max-height 1s ease-in-out;
  overflow: hidden;
}
.campaign_test-lp .howto {
  padding: 56px 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.campaign_test-lp .howto .inner::after {
  content: "";
  background-image: url("/assets/img/campaign/school/test_lp/howto_deco.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
  width: 980px;
  height: 129px;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .inner::after {
    background-image: url("/assets/img/campaign/school/test_lp/howto_deco_sp.png");
    width: 100vw;
    height: 33.6vw;
    top: -14.4vw;
  }
}
.campaign_test-lp .howto .howto__ttl {
  width: 159px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .howto__ttl {
    width: 42.4vw;
  }
}
.campaign_test-lp .howto .howto__inner {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 40px 25px 56px;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .howto__inner {
    width: 100%;
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
.campaign_test-lp .howto .howto__list .howto__list__item {
  text-align: center;
  width: 704px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .howto__list .howto__list__item {
    width: 100%;
  }
}
.campaign_test-lp .howto .howto__list__txt {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .howto__list__txt {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
    line-height: 1.5;
  }
}
.campaign_test-lp .howto .howto__list__txt02 {
  position: relative;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .howto__list__txt02 {
    font-size: 4.8vw;
    margin-top: 3.2vw;
  }
}
.campaign_test-lp .howto .caution {
  color: #C41E1E;
  display: inline-block;
  font-size: 14px;
  line-height: 1.429;
  font-weight: 400;
  position: absolute;
  bottom: -26px;
  left: 74px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .caution {
    font-size: 3.7333333333vw;
    position: static;
    margin-top: 3.2vw;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.campaign_test-lp .howto .howto__ttl02 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  color: #011C51;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .howto__ttl02 {
    font-size: 6.9333333333vw;
    margin-top: 6.4vw;
  }
}
.campaign_test-lp .howto .howto__list02 {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .howto__list02 {
    display: flex;
    flex-direction: column;
    gap: 6.4vw;
  }
}
.campaign_test-lp .howto .howto__list02 .howto__list02__item {
  background-color: #E3EBF8;
  display: inline-block;
  width: 160px;
  height: 144px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-inline: 7px 8px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .howto__list02 .howto__list02__item {
    width: 100%;
    height: auto;
    flex-direction: row;
    padding: 2.1333333333vw 6.6666666667vw 2.1333333333vw 0;
    min-height: 16vw;
  }
}
.campaign_test-lp .howto .howto__list02 .howto__list02__item .txt {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding-top: 7px;
  line-height: 1.5;
  padding-bottom: 21px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .howto__list02 .howto__list02__item .txt {
    font-size: 4.2666666667vw;
    text-align: left;
    padding: 0;
    width: 55.7333333333vw;
    line-height: 1.25;
  }
}
.campaign_test-lp .howto .howto__list02 .howto__list02__item .txt.item04,
.campaign_test-lp .howto .howto__list02 .howto__list02__item .txt.item05 {
  padding-bottom: 39px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .howto__list02 .howto__list02__item .txt.item04,
  .campaign_test-lp .howto .howto__list02 .howto__list02__item .txt.item05 {
    padding: 0;
  }
}
.campaign_test-lp .howto .howto__list02 .howto__list02__item .num {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #6489C4;
  width: 139px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  line-height: 0.6071428571;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .howto__list02 .howto__list02__item .num {
    width: 14.1333333333vw;
    border-bottom: none;
    border-right: 0.2666666667vw solid #fff;
  }
}
.campaign_test-lp .howto .howto__list02 .num__item::after {
  content: "";
  background-image: url("/assets/img/campaign/school/test_lp/icon_arrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 19px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .howto__list02 .num__item::after {
    position: absolute;
    top: auto;
    bottom: -5.3333333333vw;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    width: 9.0666666667vw;
    height: 4.2666666667vw;
  }
}
.campaign_test-lp .howto .howto__list02 .num__item.num__item__sp::after {
  content: none;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .howto__list02 .num__item.num__item__sp::after {
    content: "";
  }
}
.campaign_test-lp .howto .howto__list02 .last__item {
  background-color: #023078;
  color: #fff;
  width: 99px;
  padding-inline: 4px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .howto__list02 .last__item {
    width: 100%;
    padding: 5.6vw 0 4.8vw;
  }
}
.campaign_test-lp .howto .howto__list02 .last__item::after {
  background-image: none;
}
.campaign_test-lp .howto .howto__list02 .last__item::before {
  content: "";
  display: block;
  width: 16px;
  height: 3px;
  background-color: #023078;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .howto__list02 .last__item::before {
    background-image: url("/assets/img/campaign/school/test_lp/icon_arrow.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -5.3333333333vw;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    width: 9.0666666667vw;
    height: 4.2666666667vw;
    background-color: transparent;
  }
}
.campaign_test-lp .howto .howto__list02 .last__item .txt {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .howto__list02 .last__item .txt {
    width: auto;
    font-size: 4.8vw;
  }
}
.campaign_test-lp .howto .common_btn {
  margin-top: 56px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .common_btn {
    margin-top: 10.6666666667vw;
  }
}
.campaign_test-lp .howto .common_btn.common_btn-member {
  height: 60px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .common_btn.common_btn-member {
    height: 16vw;
  }
}
.campaign_test-lp .howto .btn__wrap {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 56px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .btn__wrap {
    flex-direction: column;
    gap: 6.4vw;
    margin-top: 10.6666666667vw;
  }
}
.campaign_test-lp .howto .btn__wrap .common_btn {
  margin: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.1785714286;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .howto .btn__wrap .common_btn {
    margin-top: 0;
    width: 81.3333333333vw;
    height: 22.4vw;
    margin: 0 auto;
  }
}
.campaign_test-lp .howto .btn__wrap .big {
  font-size: 28px;
  display: block;
}
.campaign_test-lp .terms {
  font-size: 18px;
  background-color: #fff;
  padding: 56px 0 80px;
  line-height: 1.444;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms {
    padding: 0 0 11.7333333333vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .inner {
    width: 100%;
  }
}
.campaign_test-lp .terms .terms__banner {
  position: relative;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .terms__banner {
    width: 100%;
  }
}
.campaign_test-lp .terms .common_btn02 {
  position: absolute;
  bottom: 34px;
  right: 216px;
  margin: 0;
  width: 295px;
  height: 60px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .common_btn02 {
    bottom: 8vw;
    right: 50%;
    transform: translateX(50%);
    width: 78.6666666667vw;
    height: 16vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .terms__wrap {
    padding-inline: 5.3333333333vw;
  }
}
.campaign_test-lp .terms .terms__ttl {
  margin-top: 56px;
  background-color: #C9D9F2;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .terms__ttl {
    font-size: 4.8vw;
    height: 13.8666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.campaign_test-lp .terms li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms li {
    font-size: 4.2666666667vw;
  }
}
.campaign_test-lp .terms li span {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms li span {
    font-size: 3.7333333333vw;
  }
}
.campaign_test-lp .terms .link-blue {
  color: #006CC4;
}
.campaign_test-lp .terms .underline {
  text-decoration: underline;
}
.campaign_test-lp .terms .terms__box {
  border: 2px solid #C9D9F2;
  padding-bottom: 48px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .terms__box {
    padding-bottom: 6.4vw;
  }
}
.campaign_test-lp .terms .caution {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .caution {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
.campaign_test-lp .terms .minokishi__caution {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .minokishi__caution {
    font-size: 3.2vw;
  }
}
.campaign_test-lp .terms .list__border {
  margin-top: 0;
  background-image: repeating-linear-gradient(90deg, #000000, #000000 6px, transparent 6px, transparent 12px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding-top: 24px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .list__border {
    background-image: repeating-linear-gradient(90deg, #000000, #000000 2.6666666667vw, transparent 2.6666666667vw, transparent 5.3333333333vw);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 0.2666666667vw;
    padding-top: 3.2vw;
    margin-top: 0;
  }
}
.campaign_test-lp .terms .type_a,
.campaign_test-lp .terms .type_b,
.campaign_test-lp .terms .type_c {
  color: #222222;
  padding: 0 48px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .type_a,
  .campaign_test-lp .terms .type_b,
  .campaign_test-lp .terms .type_c {
    padding: 0 5.3333333333vw;
  }
}
.campaign_test-lp .terms .type_a dt,
.campaign_test-lp .terms .type_b dt,
.campaign_test-lp .terms .type_c dt {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .type_a dt,
  .campaign_test-lp .terms .type_b dt,
  .campaign_test-lp .terms .type_c dt {
    font-size: 4.2666666667vw;
  }
}
.campaign_test-lp .terms .type_a dd,
.campaign_test-lp .terms .type_b dd,
.campaign_test-lp .terms .type_c dd {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .type_a dd,
  .campaign_test-lp .terms .type_b dd,
  .campaign_test-lp .terms .type_c dd {
    font-size: 4.2666666667vw;
  }
}
.campaign_test-lp .terms .type_a {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .type_a {
    margin-top: 6.6666666667vw;
  }
}
.campaign_test-lp .terms .type_a .txt:not(:last-of-type) {
  padding-bottom: 18px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .type_a .txt:not(:last-of-type) {
    padding-bottom: 4.2666666667vw;
  }
}
.campaign_test-lp .terms .type_a .prize__txt {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .type_a .prize__txt {
    font-size: 4.2666666667vw;
  }
}
.campaign_test-lp .terms .type_b dt {
  font-size: 24px;
  text-align: center;
  margin-top: 32px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .type_b dt {
    margin-top: 6.4vw;
    font-size: 4.8vw;
  }
}
.campaign_test-lp .terms .type_b dt::before, .campaign_test-lp .terms .type_b dt::after {
  content: "";
  display: block;
  width: 367px;
  height: 1px;
  background-color: #222222;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .type_b dt::before, .campaign_test-lp .terms .type_b dt::after {
    width: 25.6vw;
  }
}
.campaign_test-lp .terms .type_b dt::before {
  left: 0;
}
.campaign_test-lp .terms .type_b dt::after {
  right: 0;
}
.campaign_test-lp .terms .type_b dd {
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .type_b dd {
    margin-top: 4.2666666667vw;
  }
}
.campaign_test-lp .terms .type_b .medical__list li {
  text-indent: 0;
  padding-left: 0;
}
.campaign_test-lp .terms .type_b .medical__list li:not(:first-of-type) {
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .type_b .medical__list li:not(:first-of-type) {
    margin-top: 4.2666666667vw;
  }
}
.campaign_test-lp .terms .type_b .medical__list__ttl {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .type_b .medical__list__ttl {
    font-size: 4.2666666667vw;
  }
}
.campaign_test-lp .terms .type_b .medical__list__ttl + p {
  margin-top: 16px;
  margin-left: -10px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .type_b .medical__list__ttl + p {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    margin-left: 0;
  }
}
.campaign_test-lp .terms .type_b .medical__list__item {
  border: 1px solid #222;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-left: 16px;
  padding-inline: 6px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .type_b .medical__list__item {
    font-size: 3.7333333333vw;
    padding-inline: 1.6vw;
    margin: 2.4vw 0 0;
  }
}
.campaign_test-lp .terms .type_b .medical__caution {
  color: #AA1F1F;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .type_b .medical__caution {
    font-size: 3.7333333333vw;
  }
}
.campaign_test-lp .terms .type_b .medical__list__txt {
  font-size: 16px;
}
.campaign_test-lp .terms .type_c {
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .type_c {
    margin-top: 0;
  }
}
.campaign_test-lp .terms .type_c .ttl {
  font-size: 20px;
  padding-left: 8px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .type_c .ttl {
    margin-top: 6.4vw;
    font-size: 3.7333333333vw;
  }
}
.campaign_test-lp .terms .type_c dt:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .type_c dt:not(:first-child) {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
.campaign_test-lp .terms .type_c dt,
.campaign_test-lp .terms .type_c dd {
  text-indent: -1em;
  padding-left: 1em;
}
.campaign_test-lp .terms .terms__accordion__btn {
  position: relative;
}
.campaign_test-lp .terms .terms__accordion__btn::after {
  content: "";
  border-bottom: solid 2px #222;
  border-left: solid 2px #222;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 68px;
  top: 50%;
  transform-origin: center;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .campaign_test-lp .terms .terms__accordion__btn::after {
    right: 5.6vw;
  }
}
.campaign_test-lp .terms .terms__accordion__btn.active::after {
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  border-bottom: none;
  border-left: none;
}
.campaign_test-lp .terms .terms__accordion__contents {
  display: none;
}
.campaign_test-lp .terms .terms__accordion__contents.active {
  display: block;
}
.campaign_test-lp .js-fade-section {
  display: block;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.campaign_test-lp .js-fade-section.show {
  animation: slideFadeUp1 0.8s ease-out 0.5s forwards;
}
@keyframes slideFadeUp1 {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.campaign_test-lp .js-bg-fade.show::before,
.campaign_test-lp .js-bg-fade.show::after {
  animation: slideFadeUp2 1s ease-out 0.5s forwards;
}
@keyframes slideFadeUp2 {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.campaign_test-lp .js-bg-fade2.show::before,
.campaign_test-lp .js-bg-fade2.show::after {
  animation: slideFadeUp3 1s ease-out 0.5s forwards;
}
@keyframes slideFadeUp3 {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*モーダル修正*/
/* Force Remodal lock to not hide overflow */
html.remodal-is-locked {
  overflow: visible !important;
}