@charset "UTF-8";
.pane-main {
  padding-top: 0;
}

footer.pane-footer {
  margin-top: 0;
}

body {
  position: relative;
}
.p-tokucp2507 .p-text {
  border-bottom: 3px dotted #000;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
.p-tokucp2507 .p-section {
  background: white;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.p-tokucp2507 .p-table {
  border-bottom: 3px dotted #000;
  width: 100%;
}
.p-tokucp2507 .p-table dt {
  color: #0068b7;
  font-weight: 900;
  line-height: 1.8;
}
.p-tokucp2507 .p-table dd {
  font-weight: 400;
  line-height: 1.8;
}
.p-tokucp2507 .p-table dd b {
  font-weight: 900;
}
.p-tokucp2507 .p-table .illust {
  animation: illust 3s infinite ease-in-out;
  position: absolute;
}
.p-tokucp2507 .p-table .illust.-i01 {
  left: -30px;
  top: 0;
  width: 85px;
}
.p-tokucp2507 .p-table .illust.-i02 {
  right: -30px;
  top: 0;
  width: 50px;
}
.p-tokucp2507 .p-table .illust.-i03 {
  left: -30px;
  top: -15px;
  width: 70px;
}
.p-tokucp2507 .p-table .illust.-i04 {
  right: -30px;
  top: 0;
  width: 90px;
}
.p-tokucp2507 .p-table .illust.-i05 {
  bottom: -40px;
  left: -30px;
  width: 50px;
}
.p-tokucp2507 em {
  color: #e85298;
  font-weight: 900;
}
.p-tokucp2507 .p-list.-annotation + * {
  margin-top: 15px;
}
.p-tokucp2507 .p-list.-annotation li {
  font-size: 16px;
  margin-top: 5px;
  padding-left: 1.2em;
  position: relative;
  text-align: left;
}
.p-tokucp2507 .p-list.-annotation li::before {
  content: "※";
  display: inline-block;
  left: 0;
  position: absolute;
}
.p-tokucp2507 .p-list.-annotation2 {
  font-size: 16px;
  margin-top: 5px;
  text-align: left;
}
.p-tokucp2507 .p-list.-em + * {
  margin-top: 15px;
}
.p-tokucp2507 .p-list.-em > li {
  font-weight: 600;
  line-height: 1.8;
  padding-left: 1em;
  position: relative;
  text-align: left;
}
.p-tokucp2507 .p-list.-em > li + li {
  margin-top: 5px;
}
.p-tokucp2507 .p-list.-em > li::before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 10px;
}
.p-tokucp2507 .p-btn {
  background: #ffe700;
  border-radius: 50px;
  color: #e85298;
  display: block;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.15));
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
}
.p-tokucp2507 .p-btn::after {
  border-right: 3px solid #e85298;
  border-top: 3px solid #e85298;
  content: "";
  display: inline-block;
  height: 13px;
  margin-left: 10px;
  right: 15px;
  top: 17px;
  transform: rotate(45deg);
  width: 13px;
}
.p-tokucp2507 .p-btn:hover {
  background: #e85298;
  color: white;
  filter: none;
  text-decoration: none;
}
.p-tokucp2507 .p-btn:hover::after {
  border-right: 3px solid white;
  border-top: 3px solid white;
}
.p-tokucp2507 .p-btn.-red {
  background: #99121A;
  color: white;
  display: inline-block;
  height: inherit;
  padding: 15px 25px;
  width: inherit;
}
.p-tokucp2507 .p-btn.-red::after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}

@keyframes illust {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}

@media screen and (min-width: 769px) {
  .p-tokucp2507 {
    background-attachment: fixed;
    background-image: url(/img/usr/freepage/toku2507/bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 2600px;
    padding-bottom: 50px;
  }
  .p-tokucp2507 h1 {
    margin: 0 auto;
    width: 1200px;
  }
  .p-tokucp2507 h2 {
    margin: 0 auto 30px;
    width: 364px;
  }
  .p-tokucp2507 .p-text {
    font-size: 20px;
    padding-bottom: 40px;
  }
  .p-tokucp2507 .p-text em {
    font-size: 20px;
  }
  .p-tokucp2507 .p-text small {
    font-size: 14px;
  }
  .p-tokucp2507 .p-section {
    margin: -110px auto 60px;
    max-width: 850px;
    padding: 40px;
  }
  .p-tokucp2507 .p-table {
    display: flex;
    padding: 15px 0;
  }
  .p-tokucp2507 .p-table dt {
    font-size: 20px;
    width: 110px;
  }
  .p-tokucp2507 .p-table dd {
    font-size: 20px;
    width: calc(100% - 110px);
  }
  .p-tokucp2507 .p-table .illust {
    display: none;
  }
  .p-tokucp2507 .p-list.-annotation li {
    font-size: 14px;
  }
  .p-tokucp2507 .p-list.-annotation2 {
    font-size: 14px;
  }
  .p-tokucp2507 .p-list.-em > li {
    font-size: 18px;
  }
  .p-tokucp2507 .p-btn {
    font-size: 22px;
    height: 70px;
    margin: 20px auto;
    padding: 25px 0;
    width: 530px;
  }
  ._pc {
    display: block !important;
  }
  ._sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-tokucp2507 {
    background: #37bef0;
    padding-bottom: 40px;
  }
  .p-tokucp2507 h1 {
    margin-top: 45px;
  }
  .p-tokucp2507 h2 {
    margin: 0 auto 15px;
    width: 220px;
  }
  .p-tokucp2507 .p-text {
    font-size: 15px;
    letter-spacing: 0;
    padding-bottom: 20px;
    text-align: left;
  }
  .p-tokucp2507 .p-text em {
    font-size: 16px;
  }
  .p-tokucp2507 .p-text small {
    font-size: 12px;
  }
  .p-tokucp2507 .p-section {
    margin: -80px 15px 30px;
    padding: 25px 15px;
  }
  .p-tokucp2507 .p-table {
    padding: 15px 0;
    position: relative;
  }
  .p-tokucp2507 .p-table dt {
    font-size: 17px;
    text-align: center;
  }
  .p-tokucp2507 .p-table dd {
    font-size: 15px;
    letter-spacing: 0;
  }
  .p-tokucp2507 .p-list.-annotation li {
    font-size: 12px;
    line-height: 1.4;
  }
  .p-tokucp2507 .p-list.-annotation li::before {
    top: -1px;
  }
  .p-tokucp2507 .p-list.-annotation2 {
    font-size: 12px;
    line-height: 1.4;
  }
  .p-tokucp2507 .p-list.-em > li {
    font-size: 15px;
  }
  .p-tokucp2507 .p-list.-em > li::before {
    top: 8px;
  }
  .p-tokucp2507 .p-btn {
    font-size: 18px;
    margin: 20px auto;
    padding: 20px 0;
    width: 300px;
  }
  ._pc {
    display: none;
  }
  ._sp {
    display: block !important;
  }
}
/*# sourceMappingURL=../maps/usr/tokucp2507.css.map */
