@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;
}

.ulp_page {
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.inner {
  padding: 0 8%;
}

.-bold {
  font-weight: bold;
}

.c-link {
  display: inline;
  font-weight: 500;
}

/* btn */
.c-btn-a {
  box-sizing: border-box;
  display: block;
  border-radius: 8px;
  padding: 34px 38px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background-color: #EF5D3A;
  margin: 0 auto;
  line-height: 1;
  width: 100%;
  max-width: 490px;
  text-align: center;
  position: relative;
  box-shadow: 0 6px 0 0 #C4320E;
}
.c-btn-a::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  background: url(../img/arrow_01.png) no-repeat center right/contain;
}
.c-btn-a.-target {
  max-width: none;
  background-color: #E8380D;
}
.c-btn-a.-target::after {
  background: url(../img/arrow_02.png) no-repeat center right/contain;
}
.c-btn-a.-about {
  background-color: #E8380D;
  border-radius: 0;
  padding: 15px 38px;
  line-height: 1.2;
}
.c-btn-a.-about::after {
  background: url(../img/arrow_02.png) no-repeat center right/contain;
}

/* 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: 4px;
  height: 4px;
  border-radius: 100px;
  background: black;
  position: absolute;
  content: "";
  left: 0;
  top: calc(0.9em - 4px);
}

/* notes */
.c-notes-list-a > li {
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 5px;
}
.c-notes-list-a.-number > li {
  padding-left: 2.6em;
  text-indent: -2.6em;
}

/* indent */
.c-indent > li {
  margin-top: 8px;
  line-height: 1.6;
  font-size: 16px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

/* number */
.c-number-a {
  counter-reset: number;
}
.c-number-a > li {
  line-height: 1.6;
  padding-left: 1.6em;
  text-indent: -1.6em;
  margin-top: 5px;
  counter-increment: number;
}
.c-number-a > li::before {
  content: counter(number) "．";
}
.c-number-a > .num-10 {
  padding-left: 2.2em !important;
  text-indent: -2.2em !important;
}

/* entry */
.entry-btn {
  margin-top: 65px;
  text-align: center;
}
.entry-notes {
  text-align: left;
  margin-top: 55px;
}
.entry-notes li:nth-child(2), .entry-notes li:nth-child(3), .entry-notes li:nth-child(4) {
  margin-top: 16px;
}
.entry-notes li {
  font-size: 18px;
  padding-left: 1.1em;
  position: relative;
  line-height: 1.6;
}
.entry-notes li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}
.entry-notes li a {
  color: #0045FF;
  border-bottom: solid 1px #0045FF;
}

/* campaign */
.campaign {
  margin-top: 70px;
  background: url(../img/img_01.png) no-repeat center/cover;
}

/* target-btn */
.target-btn {
  margin-top: 50px;
  text-align: center;
}

/* attention */
.attention {
  padding-top: 80px;
  margin-bottom: 24px;
}
.attention__container {
  position: relative;
  border: 1px solid #E8380D;
}
.attention__deco {
  position: absolute;
  background-size: contain;
  max-width: 390px;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.attention__title {
  text-align: center;
  background-color: rgba(232, 56, 13, 0.2);
  margin: 0 auto;
  font-size: 44px;
  font-weight: bold;
  padding: 65px 5% 35px;
  color: #E8380D;
  line-height: 1.5;
}
.attention__title > span {
  background-image: linear-gradient(to bottom, transparent 85%, #fff 85%);
  padding-bottom: 10px;
}
.attention__body {
  padding: 0 4.5% 43px;
}
.attention__heading {
  font-weight: bold;
  position: relative;
  font-size: 21px;
  padding-left: 30px;
  color: #E8380D;
  margin: 43px 0 0 0;
}
.attention__heading::before {
  content: "";
  position: absolute;
  background-color: #E8380D;
  width: 19px;
  height: 19px;
  left: 0;
  top: 0.3em;
  border-radius: 100%;
}
.attention__text {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 8px;
}
.attention__text:first-of-type {
  margin-top: 45px;
}
.attention__bar {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.attention__bar::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 16px;
  background: url(../img/arrow_03.png) no-repeat center/contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.attention__bar.js-active::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

/* about-btn */
.about-btn {
  text-align: center;
  margin-top: 50px;
  align-items: center;
  padding: 0 20px 10px;
}

/*===== SP =====*/
@media screen and (max-width: 767px) {
  .disp_sp {
    display: block !important;
  }
  .disp_pc {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    padding: 0 3.5%;
  }
  /* btn-a */
  .c-btn-a {
    padding: 24px 28px;
    font-size: 18px;
    box-shadow: 0 4px 0 0 #C4320E;
  }
  .c-btn-a::after {
    width: 20px;
    height: 20px;
    right: 20px;
  }
  .c-btn-a.-about {
    padding: 10px 45px;
  }
  /* list */
  .c-list-a > li {
    font-size: 16px;
  }
  /* entry */
  .entry-btn {
    margin-top: 40px;
  }
  .entry-notes {
    margin-top: 30px;
  }
  .entry-notes li:nth-child(2), .entry-notes li:nth-child(3), .entry-notes li:nth-child(4) {
    margin-top: 10px;
  }
  .entry-notes li {
    font-size: 16px;
  }
  /* campaign */
  .campaign {
    margin-top: 40px;
  }
  /* target-btn */
  .target-btn {
    margin-top: 35px;
  }
  /* attention */
  .attention {
    padding-top: 60px;
    margin-bottom: 14px;
  }
  .attention__deco {
    max-width: 200px;
    top: -20px;
  }
  .attention__title {
    font-size: 24px;
    padding: 45px 5% 20px;
  }
  .attention__title > span {
    padding-bottom: 0;
  }
  .attention__body {
    padding: 0 4.5% 23px;
  }
  .attention__heading {
    font-size: 17px;
    margin: 23px 0 0 0;
  }
  .attention__bar {
    top: 5px;
    right: 5px;
  }
  /* about-btn */
  .about-btn {
    margin-top: 20px;
  }
}
.fixed-btn {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 12px 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  z-index: 500;
}
/*# sourceMappingURL=style.css.map */