@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.contsTtl .redH {
  background: #d00f31;
}

.redBtn {
  background-color: #d00f31;
  box-shadow: 0px -5px 0px 0px #a2031f inset;
}

.cpBtnY {
  background: #fad025;
  color: #111111;
  box-shadow: 0px -5px 0px 0px #b39f3f inset;
}

.cpBtnG {
  background: #2dad55;
  box-shadow: 0px -5px 0px 0px #1f823e inset;
}

/* page */
/* 共通 */
.disp_sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .disp_sp {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .disp_pc {
    display: none !important;
  }
}

.ulp_page {
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.ulp_page .inner01 {
  padding: 0 5.7291666667%;
}
@media only screen and (max-width: 767px) {
  .ulp_page .inner01 {
    padding: 0 20px;
  }
}
.ulp_page .inner02 {
  padding: 0 9.8958333333%;
}
@media only screen and (max-width: 767px) {
  .ulp_page .inner02 {
    padding: 0 20px;
  }
}

/* btn */
.c-btn-a {
  box-sizing: border-box;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: #DC0816;
  border-radius: 100px;
  padding: 27px 80px;
  max-width: 460px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 6px;
  box-shadow: 0 6px 0 #000000;
}
.c-btn-a::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow_01.png) center right no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.c-btn-a.-yellow {
  background: #F8D612;
  color: #000000;
}
.c-btn-a.-yellow::after {
  background: url(../img/arrow_02.png) center right no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  .c-btn-a {
    font-size: 18px;
    padding: 16px 40px;
    max-width: 320px;
  }
  .c-btn-a::after {
    width: 24px;
    height: 24px;
    right: 16px;
  }
}

.c-btn-b {
  box-sizing: border-box;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: #009A54;
  padding: 27px 30px;
  max-width: 460px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 6px;
  box-shadow: 0 6px 0 #000000;
}
@media only screen and (max-width: 640px) {
  .c-btn-b {
    font-size: 18px;
    padding: 16px 10px;
    max-width: 320px;
  }
}

.c-btn-c {
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: #CC0033;
  padding: 27px 55px;
  max-width: 530px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  border-radius: 5px;
}
.c-btn-c::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow_03.png) center right no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
@media only screen and (max-width: 640px) {
  .c-btn-c {
    font-size: 18px;
    padding: 16px 10px;
  }
  .c-btn-c::after {
    width: 20px;
    height: 20px;
    right: 14px;
  }
}

.c-btn-d {
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  display: block;
  color: #fff;
  color: #DC0816;
  border: 2px solid #DC0816;
  padding: 27px 55px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
  max-width: 530px;
  width: 100%;
}
.c-btn-d::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/arrow_05.png) center right no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}
.c-btn-d.-first {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .c-btn-d.-first {
    margin-top: 20px;
  }
}
.c-btn-d.-second {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .c-btn-d {
    font-size: 16px;
    padding: 16px 10px;
  }
  .c-btn-d::after {
    width: 20px;
    height: 20px;
    right: 14px;
  }
}

.about-btn {
  text-align: center;
  margin-top: 16px;
  padding: 0 20px 10px;
}

/* c-link */
.c-link {
  display: inline;
  font-weight: 500;
  color: #E60113;
  border-bottom: solid 1px #E60113;
}

/* list */
.c-list-a {
  margin-top: 10px;
}
.c-list-a > li {
  margin: 8px 0 0 6px;
  position: relative;
  padding-left: 13px;
  line-height: 1.6;
  font-size: 16px;
}
.c-list-a > li::before {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #F6AB00;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  transform: translateY(0.6em);
}
.c-list-a.-campaign {
  color: #fff;
  font-weight: normal;
}
.c-list-a.-campaign ::before {
  background: #fff;
}

/* notes */
.c-notes-list-a > li {
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 5px;
}

/* indent */
.c-indent > li {
  margin-top: 8px;
  line-height: 1.6;
  font-size: 16px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.entry {
  padding-top: 65px;
}
.entry__btn {
  text-align: center;
}
.entry__notes {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  margin-top: 6.3131313131%;
}
.entry__notes > li {
  font-size: 18px;
  font-weight: 500;
  padding-left: 1.1em;
  position: relative;
  line-height: 1.6;
}
.entry__notes > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .entry__notes {
    row-gap: 8px;
  }
  .entry__notes > li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .entry {
    padding-top: 40px;
  }
}

.campaign {
  margin-top: 55px;
  padding: 100px 0;
  background: url(../img/bg_01.png) no-repeat center/cover;
}
.campaign__inner {
  padding: 0 12.5%;
}
@media only screen and (max-width: 767px) {
  .campaign__inner {
    padding: 0 20px;
  }
}
.campaign__text {
  margin-top: 25px;
  border-radius: 10px;
  background-color: #000;
  border: 1px solid #FF8900;
  padding: 30px 3.4722222222%;
}
@media only screen and (max-width: 767px) {
  .campaign__text {
    margin-top: 15px;
    padding: 15px 3.4722222222%;
  }
}
@media only screen and (max-width: 640px) {
  .campaign {
    margin-top: 40px;
    padding: 50px 0;
  }
}

.card {
  padding: 120px 0;
  background: url(../img/bg_02.png) no-repeat center/cover;
}
.card__container {
  background-color: #fff;
  padding: 55px 5.9210526316%;
}
.card__container > img {
  max-width: 660px;
}
.card__container > ul {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .card__container {
    padding: 35px 5.9210526316%;
  }
  .card__container > ul {
    margin-top: 15px;
  }
}
.card__topic {
  font-size: 24px;
  font-weight: bold;
  color: #CC0033;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .card__topic {
    font-size: 20px;
    margin-top: 30px;
  }
}
.card__btn {
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .card__btn {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .card {
    padding: 50px 0;
  }
}

.attention {
  margin-top: 85px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .attention {
    margin-top: 65px;
    margin-bottom: 15px;
  }
}
.attention__container {
  position: relative;
  background-color: #FFFDEB;
}
.attention__deco {
  position: absolute;
  content: "";
  display: block;
  background-size: contain;
  max-width: 340px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -30px;
}
@media only screen and (max-width: 640px) {
  .attention__deco {
    max-width: 160px;
    top: -15px;
  }
}
.attention__title {
  font-weight: 800;
  text-align: center;
  font-size: 32px;
  color: #fff;
  background-color: #000;
  padding: 70px 0 40px;
}
@media only screen and (max-width: 640px) {
  .attention__title {
    font-size: 24px;
    padding: 60px 0 20px;
  }
}
.attention__bar {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 48px;
  height: 48px;
  background: #F8D612;
  content: "";
  cursor: pointer;
}
.attention__bar::before, .attention__bar::after {
  width: 24px;
  height: 4px;
  background-color: #000;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.attention__bar.js-active::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media only screen and (max-width: 640px) {
  .attention__bar {
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
  }
  .attention__bar::before, .attention__bar::after {
    width: 22px;
    height: 3px;
  }
}
.attention__body {
  padding: 50px 7.2368421053% 50px;
}
@media only screen and (max-width: 640px) {
  .attention__body {
    padding: 20px 20px 30px;
  }
}
.attention__heading {
  font-weight: bold;
  position: relative;
  margin-top: 30px;
  font-size: 20px;
  padding-bottom: 15px;
  padding-left: 35px;
  border-bottom: solid 3px black;
}
.attention__heading::before {
  content: "";
  position: absolute;
  background: url(../img/icon_01.png) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 640px) {
  .attention__heading {
    font-size: 17px;
    padding-left: 26px;
    padding-bottom: 6px;
  }
  .attention__heading::before {
    width: 20px;
    height: 20px;
  }
}
.attention__text {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.6666666667;
}
.attention__text.-first {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .attention__text {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */