@charset "UTF-8";
a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}

a img {
  transition: 0.4s;
}

a img:hover {
  transition: 0.4s;
  opacity: 0.7;
}

ul {
  list-style: none;
}

.l-drawer {
  position: fixed;
  top: 64px;
  right: 0;
  left: 0;
  width: 100%;
  height: calc(100lvh - 64px);
  z-index: 9998;
  background: #1A181D;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
}
.l-drawer.is-open {
  transform: translateY(0);
  overflow-y: scroll;
}
@media screen and (min-width: 993px) {
  .l-drawer {
    display: none;
  }
}
.l-drawer h1, .l-drawer h2, .l-drawer h3, .l-drawer h4, .l-drawer h5, .l-drawer h6, .l-drawer p {
  margin: 0;
  line-height: 1.5;
}
.l-drawer ul, .l-drawer dl {
  margin: 0;
  padding: 0;
}
.l-drawer ul::before, .l-drawer ul::after, .l-drawer dl::before, .l-drawer dl::after {
  content: none;
}
.l-drawer__inner {
  padding: 20px 32px 40px;
}
.l-drawer__menu {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 12px;
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
}

.c-accordion-heading {
  color: #fff;
}
.c-accordion-heading__heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  cursor: pointer;
  position: relative;
  margin-bottom: 12px;
}
.c-accordion-heading__container {
  line-height: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  transition: line-height 0.4s ease-out, opacity 0.1s linear, visibility 0.1s linear, padding-bottom 0.1s linear;
}
.c-accordion-heading.is-open .c-accordion-heading__container {
  line-height: 1.6;
  height: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: line-height 0.4s ease-out 0.1s, opacity 0.4s linear 0.1s, visibility 0.1s linear 0s, padding-bottom 0.1s linear 0.1s;
}
.c-accordion-heading .c-accordion {
  background: #525657 !important;
  margin-top: 12px;
}
.c-accordion-heading .c-accordion:last-child {
  margin-bottom: 12px;
}
.c-accordion-heading .c-accordion dt {
  margin-bottom: 0;
  padding-block: 4px;
  padding-left: 12px;
}
.c-accordion-heading .c-accordion dd {
  padding-left: 12px;
}

.c-accordion {
  color: #fff;
}
.c-accordion__heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  cursor: pointer;
  position: relative;
  margin-bottom: 12px;
}
.c-accordion__container {
  line-height: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  transition: line-height 0.4s ease-out, opacity 0.1s linear, visibility 0.1s linear, padding-bottom 0.1s linear;
}
.c-accordion.is-open .c-accordion__container {
  line-height: 1.6;
  height: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: line-height 0.4s ease-out 0.1s, opacity 0.4s linear 0.1s, visibility 0.1s linear 0s, padding-bottom 0.1s linear 0.1s;
}
.c-accordion--system .c-accordion__container {
  background: #525657 !important;
  font-size: 16px;
}
.c-accordion--system.is-open .c-accordion__container {
  margin-block: 12px;
}
.c-accordion--system.is-open .c-accordion__container .l-drawer__menu-list li a {
  display: block;
  padding-left: 12px;
}

.l-drawer__menu-list a {
  display: block;
  padding-block: 4px;
  font-size: 16px;
}
.l-drawer__menu span.is-acc1 {
  position: relative;
  display: block;
}
.l-drawer__menu span.is-acc1::before, .l-drawer__menu span.is-acc1::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 1px;
  background: #ffffff;
  transition: 0.4s;
}
.l-drawer__menu span.is-acc1::after {
  top: calc(50% - 1px);
  transform: rotate(90deg);
}
.l-drawer__menu span.is-acc2 {
  position: relative;
  display: block;
  font-size: 18px;
}
.l-drawer__menu span.is-acc2::after {
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
}
.l-drawer__menu .is-open span.is-acc1::after {
  transform: rotate(0deg);
  transition: 0.4s;
}
.l-drawer__menu .c-accordion.is-open span.is-acc2::after {
  transform: translateY(-50%) rotate(-135deg);
}

.l-footer {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  width: 100%;
}
.l-footer h1, .l-footer h2, .l-footer h3, .l-footer h4, .l-footer h5, .l-footer h6, .l-footer p {
  margin: 0;
  line-height: 1.5;
}
.l-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-footer ul::before, .l-footer ul::after {
  content: none;
}
.l-footer a {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: 0.4s;
}
.l-footer a:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.l-footer__nav {
  background-color: #9E9E9E;
  padding: 40px 20px;
}
@media screen and (min-width: 993px) {
  .l-footer__nav {
    padding: 32px 32px 64px;
  }
}
@media screen and (min-width: 993px) {
  .l-footer__nav-inner {
    max-width: 1200px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
  }
}
.l-footer__nav-group + .l-footer__nav-group {
  margin-top: 40px;
}
@media screen and (min-width: 993px) {
  .l-footer__nav-group + .l-footer__nav-group {
    margin-top: 0;
  }
}
.l-footer__nav-group.solo-links + .l-footer__nav-group.solo-links {
  margin-top: 20px;
}
@media screen and (min-width: 993px) {
  .l-footer__nav-group.solo-links + .l-footer__nav-group.solo-links {
    margin-top: 0;
  }
}
.l-footer__nav-group h3 {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 16px;
}
.l-footer__nav-menu li a {
  font-size: 14px;
  font-weight: 500;
}
.l-footer__company {
  background-color: #616161;
  padding: 40px 20px;
}
@media screen and (min-width: 993px) {
  .l-footer__company {
    padding: 40px 32px;
  }
}
@media screen and (min-width: 993px) {
  .l-footer__company-inner {
    max-width: 1200px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 993px) {
  .l-footer__company-info {
    width: 50%;
  }
}
.l-footer__company-logo {
  width: 187px;
  margin-bottom: 28px;
}
.l-footer__company h4 {
  color: #FFF;
}
.l-footer__company-office + .l-footer__company-office {
  margin-top: 20px;
}
.l-footer__company-office h4 {
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 993px) {
  .l-footer__company-office h4 {
    font-size: 20px;
  }
}
.l-footer__company-office h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #fff;
}
.l-footer__company-office p {
  font-size: 12px;
  font-weight: 500;
  padding-left: 20px;
}
@media screen and (min-width: 993px) {
  .l-footer__company-office p {
    font-size: 14px;
  }
}
.l-footer__company-sns {
  margin-top: 40px;
}
@media screen and (min-width: 993px) {
  .l-footer__company-sns {
    margin-top: 0;
    width: 50%;
  }
}
.l-footer__company-sns-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (min-width: 993px) {
  .l-footer__company-sns-flex {
    justify-content: stretch;
  }
}
.l-footer__company-sns-flex li {
  padding: 12px;
  background: #fff;
  border-radius: 10px;
  color: #333;
}
.l-footer__company-sns-flex li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  height: 100%;
}
.l-footer__company-sns-flex li img {
  width: 25px;
  height: 25px;
}
.l-footer__company-sns-flex li div {
  width: calc(100% - 25px - 12px);
}
.l-footer__company-sns-flex li p {
  color: #616161;
  font-size: 10px;
}
@media screen and (min-width: 993px) {
  .l-footer__company-sns-flex li p {
    font-size: 12px;
  }
}
.l-footer__company-sns-flex li h5 {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 993px) {
  .l-footer__company-sns-flex li h5 {
    font-size: 14px;
  }
}
.l-footer__company-sns-left {
  width: calc(100% - 92px);
}
@media screen and (min-width: 993px) {
  .l-footer__company-sns-left {
    width: calc(50% - 80px - 18px);
  }
  .l-footer__company-sns-left.is-col1 {
    order: 1;
  }
  .l-footer__company-sns-left.is-col2 {
    order: 2;
  }
}
.l-footer__company-sns-left a img {
  width: 36px;
  height: 36px;
}
.l-footer__company-sns-right {
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 993px) {
  .l-footer__company-sns-right {
    width: 80px;
  }
  .l-footer__company-sns-right.is-col3 {
    order: 3;
  }
  .l-footer__company-sns-right.is-col4 {
    order: 4;
  }
}
.l-footer__company-sns-right a img {
  width: 28px;
  height: 28px;
}
.l-footer__company-banner {
  margin-top: 12px;
  background: #fff;
  border-radius: 10px;
  color: #616161;
  padding: 12px;
}
.l-footer__company-banner a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 993px) {
  .l-footer__company-banner a {
    gap: 20px;
    padding: 0 40px;
  }
}
.l-footer__company-banner a p {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0px;
  border-bottom: 1px solid;
}
@media screen and (min-width: 993px) {
  .l-footer__company-banner a p {
    font-size: 12px;
  }
}
.l-footer__company-banner a h5 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0px;
}
@media screen and (min-width: 993px) {
  .l-footer__company-banner a h5 {
    font-size: 14px;
  }
}
.l-footer__company-banner-img {
  width: 130px;
}
@media screen and (min-width: 993px) {
  .l-footer__company-banner-img {
    width: 45%;
  }
}
.l-footer__company-banner-img img {
  width: 120px;
  height: auto;
}
@media screen and (min-width: 993px) {
  .l-footer__company-banner-img img {
    width: 100%;
  }
}
.l-footer__company-banner-info {
  width: calc(100% - 140px);
}
@media screen and (min-width: 993px) {
  .l-footer__company-banner-info {
    width: 50%;
  }
}
.l-footer__bottom {
  background: #1A181D;
  color: #fff;
  padding: 24px;
}
.l-footer__bottom-text {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 993px) {
  .l-footer__bottom-text {
    font-size: 12px;
  }
}
.l-footer__bottom-text a {
  text-decoration: underline;
}
.l-footer__bottom-copyright {
  font-size: 10px;
  letter-spacing: 0;
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 993px) {
  .l-footer__bottom-copyright {
    font-size: 12px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: hsl(264deg, 9%, 10%);
  color: #fff;
  letter-spacing: 0;
  z-index: 9999;
}
@media screen and (min-width: 993px) {
  .l-header {
    height: 64px;
  }
}
.l-header h1, .l-header h2, .l-header h3, .l-header h4, .l-header h5, .l-header h6, .l-header p {
  margin: 0;
  line-height: 1.5;
}
.l-header ul {
  margin: 0;
  padding: 0;
}
.l-header ul::before, .l-header ul::after {
  content: none;
}
.l-header__inner {
  padding: 12px;
  position: relative;
  transition: 0.3s ease;
  height: 100%;
}
@media screen and (min-width: 993px) {
  .l-header__inner {
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1240px;
    margin-inline: auto;
  }
}
.l-header__logo {
  display: flex;
  justify-content: stretch;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 993px) {
  .l-header__logo {
    width: 200px;
  }
}
.l-header__logo img {
  width: 148px;
}
@media screen and (min-width: 993px) {
  .l-header__logo img {
    width: 160px;
  }
}
.l-header__nav {
  display: none;
}
@media screen and (min-width: 993px) {
  .l-header__nav {
    display: block;
    width: calc(98% - 200px - 80px);
    font-size: 16px;
  }
}
@media screen and (min-width: 993px) {
  .l-header__menus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 64px;
  }
}
.l-header__menu {
  height: 100%;
  position: relative;
  cursor: pointer;
}
.l-header__menu a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 12px;
}
.l-header__menu.js-hover-nav:hover .l-header__submenu {
  opacity: 1;
  visibility: visible;
}
.l-header__menu.js-hover-nav:hover a span {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__menu.js-hover-nav:hover a span::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 3px;
  transform: translateX(-50%);
  background: #f60;
}
.l-header__menu.active a.is-main-menu {
  color: #FD6801;
  position: relative;
}
.l-header__menu.active a.is-main-menu::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 3px;
  transform: translateX(-50%);
  background: #f60;
}
.l-header__submenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 64px;
  left: 0;
  width: 160px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.l-header__submenu.is-mega {
  left: -48px;
  width: 380px;
}
.l-header__submenu-contents {
  background: #525657;
  color: #ddd;
  padding: 4px 8px 8px;
  width: 164px;
}
.l-header__tab {
  width: 100%;
  margin: 0 auto;
}
.l-header__tab input[type=radio] {
  display: none;
}
.l-header__tab-contents {
  display: flex;
}
.l-header__tab-tab {
  color: #fff;
}
.l-header__tab-tab label {
  display: block;
  background: #737373;
  padding: 4px 8px 0;
  cursor: pointer;
  margin: 0;
}
.l-header__tab-tab label span {
  display: inline-block;
  font-size: 16px;
  width: 100%;
  padding: 0 20px 0 8px;
  position: relative;
}
.l-header__tab-tab label span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #d9d9d9;
  border-right: 0;
}
.l-header__tab-tab label:hover span, .l-header__tab-tab label.active span {
  background: #9E9E9E;
}
.l-header__tab-tab label:last-child {
  padding-bottom: 4px;
}
.l-header__tab-panels {
  background: #525657;
  color: #ddd;
  padding: 4px 8px 8px;
  width: 164px;
  display: none;
}
.l-header__tab-panel {
  width: 100%;
  display: none;
  padding: 0;
}
.l-header__tab-list a {
  display: block;
  font-size: 15px;
  text-align: left;
  padding: 2px 8px;
}
.l-header__trigger {
  width: 50px;
  position: absolute;
  right: 24px;
  top: 16px;
}
.l-header__trigger button {
  background: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 50px;
  height: 30px;
  position: relative;
}
.l-header__trigger button::before, .l-header__trigger button::after {
  box-sizing: border-box;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin-inline: auto;
  width: 28px;
  height: 1px;
  content: "";
  background: #fff;
  transition: all 0.4s ease-in-out;
}
.l-header__trigger button::before {
  top: 6px;
}
.l-header__trigger button::after {
  bottom: 6px;
}
.l-header__trigger button span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin-inline: auto;
  width: 28px;
  height: 1px;
  content: "";
  background: #fff;
  transition: all 0.4s ease-in-out;
}
.l-header__trigger button.is-open::before {
  top: 14px;
  transform: rotate(45deg);
}
.l-header__trigger button.is-open::after {
  bottom: 14px;
  transform: rotate(-45deg);
}
.l-header__trigger button.is-open span {
  background: #1A181D;
}
@media screen and (min-width: 993px) {
  .l-header__trigger {
    display: none;
  }
}

main {
  padding-top: 64px;
}
@media screen and (min-width: 993px) {
  main {
    padding-top: 64px;
  }
}

#sidefxpageplus-v6 .main_banner .is-overlay-content img, #sidefxpageplus .main_banner .is-overlay-content img {
  top: 0;
}

.p-price {
  padding-bottom: 40px;
}
@media screen and (min-width: 993px) {
  .p-price {
    padding-bottom: 80px;
  }
}
.p-price h1, .p-price h2, .p-price h3, .p-price h4, .p-price h5, .p-price h6, .p-price p {
  margin: 0;
  line-height: 1.5;
}
.p-price ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-price ul::before, .p-price ul::after {
  content: none;
}
.p-price__contents {
  padding: 20px 30px 40px;
}
@media screen and (min-width: 993px) {
  .p-price__contents {
    max-width: 1080px;
    margin-inline: auto;
    padding-top: 60px;
  }
}
.p-price__heading h1.p-price__heading-title {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
@media screen and (min-width: 993px) {
  .p-price__heading h1.p-price__heading-title {
    font-size: 40px;
    gap: 16px;
    margin-bottom: 40px;
  }
}
.p-price__heading-text {
  font-size: 16px;
}
@media screen and (min-width: 993px) {
  .p-price__heading-text {
    font-size: 18px;
  }
}
.p-price__heading-text + .p-price__heading-text {
  margin-top: 16px;
}
@media screen and (min-width: 993px) {
  .p-price__heading-text + .p-price__heading-text {
    margin-top: 20px;
  }
}
.p-price__heading-link {
  width: 180px;
  margin: 20px auto;
}
.p-price__heading-link a {
  display: block;
  background: #FD6801;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 100vh;
}
.p-price__type {
  margin-top: 40px;
}
.p-price__type h2 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 3px solid #FD6801;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 993px) {
  .p-price__type h2 {
    font-size: 32px;
    border-bottom: 4px solid #FD6801;
  }
}
.p-price__type h2 img {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 993px) {
  .p-price__type h2 img {
    width: 32px;
    height: 32px;
  }
}
.p-price__type p.p-price__type-text {
  font-size: 14px;
  margin-top: 12px;
}
@media screen and (min-width: 993px) {
  .p-price__type p.p-price__type-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 993px) {
  .p-price__type-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 40px;
  }
}
.p-price__type-item {
  margin-bottom: 24px;
}
@media screen and (min-width: 993px) {
  .p-price__type-item {
    width: calc(50% - 20px);
    margin-bottom: 0;
  }
  .p-price__type-item.is-col1 {
    width: 100%;
  }
}
.p-price__type-link {
  max-width: 160px;
  margin: 32px auto 0;
}
.p-price__type-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border: 1px solid #FD6801;
  border-radius: 100vh;
  color: #FD6801;
  font-size: 14px;
  transition: 0.4s;
  height: 48px;
}
.p-price__type-link a:hover {
  background: #FD6801;
  color: #FFF;
}
.p-price__section {
  margin-top: 40px;
}
@media screen and (min-width: 993px) {
  .p-price__section {
    margin-top: 80px;
  }
}
.p-price__section h2.p-price__section-title {
  font-size: 20px;
  font-weight: 700;
  padding-left: 12px;
  padding-block: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  position: relative;
  margin-bottom: 12px;
}
@media screen and (min-width: 993px) {
  .p-price__section h2.p-price__section-title {
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.p-price__section h2.p-price__section-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 80%;
  background: #FD6801;
}
@media screen and (min-width: 993px) {
  .p-price__section h2.p-price__section-title::before {
    width: 6px;
  }
}
.p-price__section-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-price__section-heading h2.p-price__section-heading-title {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 993px) {
  .p-price__section-heading h2.p-price__section-heading-title {
    font-size: 32px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.p-price__section-heading p.p-price__section-heading-text {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}
@media screen and (min-width: 993px) {
  .p-price__section-heading p.p-price__section-heading-text {
    font-size: 16px;
  }
}
.p-price__section-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 993px) {
  .p-price__section-text {
    font-size: 16px;
  }
}
.p-price__article {
  margin-top: 40px;
}
@media screen and (min-width: 993px) {
  .p-price__article {
    margin-top: 72px;
  }
}
.p-price__table {
  width: 100%;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 20px;
}
.p-price__table td {
  border: 1px solid #FD6801;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 8px;
}
@media screen and (min-width: 993px) {
  .p-price__table td {
    font-size: 16px;
    padding: 16px;
  }
}
.p-price__table th {
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 993px) {
  .p-price__table th {
    font-size: 18px;
  }
}
.p-price__table .col-name {
  width: 40%;
}
.p-price__table .col-name.is-main {
  background: rgba(253, 104, 1, 0.3);
}
.p-price__table .col-name.is-sub {
  background: rgba(253, 104, 1, 0.1);
}
.p-price__table .col-name span.is-present {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  background: #fff;
  padding: 4px 8px;
  margin-top: 4px;
}
@media screen and (min-width: 993px) {
  .p-price__table .col-name span.is-present {
    font-size: 12px;
    margin-top: 8px;
  }
}
.p-price__table .col-name .is-term {
  text-align: center;
}
.p-price__table .col-name .is-term span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FD6801;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 993px) {
  .p-price__table .col-name .is-term span {
    width: 70%;
  }
}
@media screen and (min-width: 993px) {
  .p-price__table .col-name .is-flex {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .p-price__table .col-name .is-flex .is-term {
    width: 120px;
  }
  .p-price__table .col-name .is-flex .is-term span {
    width: 100%;
    font-size: 14px;
  }
}
.p-price__table .col-name strong {
  display: block;
}
.p-price__table .col-core {
  width: 23%;
  text-align: center;
  word-break: break-word;
}
@media screen and (min-width: 993px) {
  .p-price__table .col-core {
    font-size: 18px;
  }
}
.p-price__table .col-fx {
  width: 23%;
  text-align: center;
  word-break: break-word;
}
@media screen and (min-width: 993px) {
  .p-price__table .col-fx {
    font-size: 18px;
  }
}
.p-price__table .col-edu {
  width: 14%;
  text-align: center;
  word-break: break-word;
}
.p-price__table-buy {
  width: 60px;
  margin-inline: auto;
  margin-top: 4px;
}
@media screen and (min-width: 993px) {
  .p-price__table-buy {
    width: 100px;
    margin-top: 8px;
  }
}
.p-price__table-buy a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FD6801;
  border-radius: 8px;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  height: 24px;
  transition: 0.4s;
}
@media screen and (min-width: 993px) {
  .p-price__table-buy a {
    font-size: 16px;
    height: 36px;
  }
}
.p-price__table-buy a:hover {
  opacity: 0.7;
}
.p-price__table.is-access {
  table-layout: fixed;
  border-collapse: collapse;
}
.p-price__table.is-access th {
  background: rgba(253, 104, 1, 0.4);
  border: 1px solid #FD6801;
  font-size: 14px !important;
  font-weight: 400;
  padding: 12px 8px;
}
.p-price__table.is-access .col-label {
  background: rgba(253, 104, 1, 0.3);
  width: 32%;
  text-align: center;
  word-break: break-word;
}
@media screen and (min-width: 993px) {
  .p-price__table.is-access .col-label {
    font-size: 18px;
  }
}
.p-price__table.is-access .col-value {
  width: 17%;
  text-align: center;
  word-break: break-word;
}
@media screen and (min-width: 993px) {
  .p-price__table.is-access .col-value {
    font-size: 18px;
  }
}
.p-price__table.is-access .is-term {
  text-align: center;
}
.p-price__table.is-access .is-term span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FD6801;
  width: 70%;
  margin-inline: auto;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 993px) {
  .p-price__table.is-access .is-flex {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .p-price__table.is-access .is-flex .is-term {
    width: 120px;
  }
  .p-price__table.is-access .is-flex .is-term span {
    width: 100%;
    font-size: 14px;
  }
  .p-price__table.is-access .is-flex span {
    font-weight: 400;
    font-size: 15px;
  }
}
.p-price__table2 {
  width: 100%;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 20px;
  border: 1px solid #FD6801;
}
.p-price__table2 td {
  border: 1px solid #FD6801;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 8px;
}
.p-price__table2 th {
  background: rgba(253, 104, 1, 0.3);
  font-size: 16px;
  padding-block: 8px;
  text-align: center;
}
.p-price__table2 .is-title {
  position: relative;
}
.p-price__table2 .is-title span {
  position: absolute;
  right: 20px;
  font-size: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.p-price__table2 .col-label {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.p-price__table2 .col-price {
  text-align: center;
  font-size: 14px;
}
.p-price__notes {
  margin-top: 20px;
  font-size: 12px;
}
@media screen and (min-width: 993px) {
  .p-price__notes {
    font-size: 14px;
  }
}
.p-price__notes p {
  font-size: 12px;
}
@media screen and (min-width: 993px) {
  .p-price__notes p {
    font-size: 16px;
  }
}
.p-price__notes dl {
  margin-top: 12px;
}
@media screen and (min-width: 993px) {
  .p-price__notes dl {
    margin-top: 20px;
  }
}
.p-price__notes dt {
  margin-top: 8px;
}
@media screen and (min-width: 993px) {
  .p-price__notes dt {
    margin-top: 12px;
  }
}
.p-price__notes dd {
  line-height: 1.2;
  padding-left: 12px;
}
@media screen and (min-width: 993px) {
  .p-price__notes dd {
    padding-left: 16px;
  }
}
.p-price .sp-table {
  display: table;
}
@media screen and (min-width: 993px) {
  .p-price .sp-table {
    display: none;
  }
}
.p-price .pc-table {
  display: none;
}
@media screen and (min-width: 993px) {
  .p-price .pc-table {
    display: table;
  }
}
.p-price__banner {
  margin-top: 32px;
}
@media screen and (min-width: 993px) {
  .p-price__banner {
    margin-top: 40px;
    max-width: 800px;
    margin-inline: auto;
  }
}
.p-price__banner p.p-price__banner-text {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (min-width: 993px) {
  .p-price__banner p.p-price__banner-text {
    font-size: 16px;
  }
}
.p-price__banner-button.p-price__type-link {
  width: 100%;
  max-width: 300px;
}

.p-pack {
  padding-bottom: 40px;
}
@media screen and (min-width: 993px) {
  .p-pack {
    padding-bottom: 80px;
  }
}
.p-pack h1, .p-pack h2, .p-pack h3, .p-pack h4, .p-pack h5, .p-pack h6, .p-pack p {
  margin: 0;
  line-height: 1.5;
}
.p-pack ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-pack ul::before, .p-pack ul::after {
  content: none;
}
.p-pack__mv {
  position: relative;
}
.p-pack__mv-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 240px;
}
@media screen and (min-width: 768px) {
  .p-pack__mv-svg {
    max-width: 500px;
  }
}
.p-pack__mv-img img {
  width: 100%;
}
.p-pack__mv-credit {
  position: absolute;
  bottom: 0;
  right: 0;
  color: hsla(0deg, 0%, 100%, 0.5);
  font-size: 8px;
}
.p-pack__anchor {
  background: #131517;
  color: #fff;
  padding-block: 8px;
}
@media screen and (min-width: 993px) {
  .p-pack__anchor {
    padding-block: 16px;
  }
}
.p-pack__anchor-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 993px) {
  .p-pack__anchor-list {
    flex-direction: row;
    gap: 60px;
  }
}
.p-pack__anchor-list a {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transition: 0.4s;
}
.p-pack__anchor-list a:hover {
  color: #FD6801;
}
.p-pack__contents {
  padding: 20px 30px 40px;
}
@media screen and (min-width: 993px) {
  .p-pack__contents {
    max-width: 1080px;
    margin-inline: auto;
    padding-top: 80px;
  }
}
.p-pack__heading-text {
  font-size: 16px;
  text-align: center;
}
.p-pack__banner {
  text-align: center;
  margin-top: 12px;
}
@media screen and (min-width: 993px) {
  .p-pack__banner {
    margin-top: 32px;
  }
}
.p-pack__banner-catch {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 993px) {
  .p-pack__banner-catch {
    font-size: 36px;
  }
}
.p-pack__banner-catch span {
  position: relative;
  padding-inline: 48px;
}
@media screen and (min-width: 993px) {
  .p-pack__banner-catch span {
    padding-inline: 56px;
  }
}
.p-pack__banner-catch span::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCAzOCAyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjg0MTcgNy4zNDU5NUwzNy4yNDM0IDI3Ljg0NTlNMC4zNjEwODQgMC4zNDU5NDdMMjYuNzA1OCAyNy44NDU5IiBzdHJva2U9IiMxQTE4MUQiLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 993px) {
  .p-pack__banner-catch span::before {
    width: 48px;
    height: 36px;
  }
}
.p-pack__banner-catch span::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCAzOCAyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjgxMDkgNy4zNDU5NUwwLjQwOTE3NSAyNy44NDU5TTM3LjI5MTUgMC4zNDU5NDdMMTAuOTQ2OCAyNy44NDU5IiBzdHJva2U9IiMxQTE4MUQiLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 993px) {
  .p-pack__banner-catch span::after {
    width: 48px;
    height: 36px;
  }
}
.p-pack__banner-title {
  background: #FD6801;
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2 !important;
  padding: 8px;
}
@media screen and (min-width: 993px) {
  .p-pack__banner-title {
    display: inline-block;
    font-size: 48px;
    padding: 12px 40px;
  }
}
@media screen and (min-width: 993px) {
  .p-pack__banner-title br {
    display: none;
  }
}
.p-pack__banner-title + p.p-pack__heading-text {
  margin-top: 32px;
}
.p-pack__section {
  margin-top: 20px;
}
@media screen and (min-width: 993px) {
  .p-pack__section {
    margin-top: 80px;
  }
}
.p-pack__section + .p-pack__section {
  margin-top: 40px;
}
@media screen and (min-width: 993px) {
  .p-pack__section + .p-pack__section {
    margin-top: 80px;
  }
}
.p-pack h2.p-pack__section-heading {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 4px solid #FD6801;
}
@media screen and (min-width: 993px) {
  .p-pack h2.p-pack__section-heading {
    align-items: center;
    padding-bottom: 4px;
  }
}
.p-pack h2.p-pack__section-heading img {
  width: 32px;
  height: 32px;
}
.p-pack h2.p-pack__section-heading p.p-pack__section-title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 993px) {
  .p-pack h2.p-pack__section-heading p.p-pack__section-title {
    font-size: 32px;
  }
}
.p-pack h2.p-pack__section-heading p.p-pack__section-title span {
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 993px) {
  .p-pack h2.p-pack__section-heading p.p-pack__section-title span {
    display: inline;
    font-size: 32px;
  }
}
.p-pack__data {
  background: rgba(253, 104, 1, 0.1);
  padding: 8px 12px;
  margin-top: 12px;
}
@media screen and (min-width: 993px) {
  .p-pack__data {
    padding: 30px 24px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
}
.p-pack__data dl {
  margin-bottom: 0;
}
@media screen and (min-width: 993px) {
  .p-pack__data dl {
    flex: 1;
  }
}
.p-pack__data-list dt {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 8px;
  position: relative;
}
@media screen and (min-width: 993px) {
  .p-pack__data-list dt {
    font-size: 14px;
  }
}
.p-pack__data-list dt::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1a181d;
}
.p-pack__data-list dd {
  font-size: 11px;
  line-height: 1.2;
  padding-left: 8px;
  padding-bottom: 10px;
}
@media screen and (min-width: 993px) {
  .p-pack__data-list dd {
    font-size: 12px;
  }
}
@media screen and (min-width: 993px) {
  .p-pack__movie {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
  }
}
.p-pack__movie-item {
  background: rgba(253, 104, 1, 0.1);
  border: 1px solid #FD6801;
  border-radius: 20px;
  padding: 20px;
  margin-top: 16px;
}
@media screen and (min-width: 993px) {
  .p-pack__movie-item {
    width: calc(50% - 10px);
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.p-pack__movie h3.p-pack__movie-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 12px;
  margin-bottom: 4px;
  position: relative;
}
@media screen and (min-width: 993px) {
  .p-pack__movie h3.p-pack__movie-title {
    padding-left: 14px;
  }
}
.p-pack__movie h3.p-pack__movie-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background: #FD6801;
}
@media screen and (min-width: 993px) {
  .p-pack__movie h3.p-pack__movie-title::before {
    width: 10px;
    height: 10px;
  }
}
.p-pack__movie h3.p-pack__movie-title small {
  color: #000;
  display: block;
  font-size: 11px;
  font-weight: 700;
}
@media screen and (min-width: 993px) {
  .p-pack__movie h3.p-pack__movie-title small {
    font-size: 12px;
  }
}
.p-pack__movie p.p-pack__movie-description {
  font-size: 12px;
}
@media screen and (min-width: 993px) {
  .p-pack__movie p.p-pack__movie-description {
    font-size: 13px;
  }
}
.p-pack__movie-flex {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-pack__movie-flex {
    display: flex;
    justify-content: space-between;
    gap: 8px;
  }
}
.p-pack__movie-img {
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pack__movie-img {
    width: calc(55% - 4px);
  }
}
@media screen and (min-width: 993px) {
  .p-pack__movie-img {
    width: calc(50% - 4px);
  }
}
.p-pack__movie-img small {
  font-size: 10px;
  display: block;
}
.p-pack__movie-img img {
  width: 100%;
  height: auto;
}
.p-pack__movie-text {
  background: #FFF;
  padding: 12px;
  border: 1px solid #FD6801;
  border-radius: 4px;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-pack__movie-text {
    width: calc(45% - 4px);
    padding: 8px;
    margin-top: 0;
  }
}
@media screen and (min-width: 993px) {
  .p-pack__movie-text {
    width: calc(50% - 4px);
  }
}
.p-pack__movie-text h4 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 4px;
}
.p-pack__movie-text p {
  font-size: 10px;
}
.p-pack__movie-text.is-caption {
  margin-top: 12px;
}
@media screen and (min-width: 993px) {
  .p-pack__movie-text.is-caption {
    margin-top: 0;
  }
}
.p-pack__movie-links {
  display: flex;
}
.p-pack__movie-link {
  width: 160px;
  margin-inline: auto;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-pack__movie-link {
    margin-top: 20px;
  }
}
.p-pack__movie-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FD6801;
  border: 1px solid #FD6801;
  border-radius: 100vh;
  color: #FFF;
  padding-block: 6px;
  height: 30px;
  font-size: 13px;
  font-weight: 700;
  transition: 0.4s;
}
@media screen and (min-width: 993px) {
  .p-pack__movie-link a {
    font-size: 14px;
    height: 40px;
  }
}
.p-pack__movie-link a:hover {
  opacity: 0.7;
}
.p-pack__movie-link--white a {
  background: #FFF;
  color: #FD6801;
}
.p-pack__movie-link--white a:hover {
  background: #FD6801;
  color: #FFF;
}
.p-pack__movie-item.is-col1 {
  width: 100%;
}
.p-pack__movie-item.is-col1 .p-pack__movie-flex {
  display: block;
}
@media screen and (min-width: 993px) {
  .p-pack__movie-item.is-col1 .p-pack__movie-flex {
    display: flex;
    padding-inline: 20px;
  }
}
.p-pack__movie-item.is-col1 .p-pack__movie-img {
  text-align: center;
}
@media screen and (min-width: 993px) {
  .p-pack__movie-item.is-col1 .p-pack__movie-img {
    text-align: left;
    width: 180px;
  }
}
.p-pack__movie-item.is-col1 .p-pack__movie-img img {
  width: 180px;
  height: auto;
}
@media screen and (min-width: 993px) {
  .p-pack__movie-item.is-col1 .p-pack__movie-text {
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 993px) {
  .p-pack__movie-item.is-col1 .p-pack__movie-seminors {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    padding-inline: 20px;
    margin-top: 16px;
  }
}
.p-pack__movie-item.is-col1 .p-pack__movie-seminor {
  margin-top: 20px;
}
@media screen and (min-width: 993px) {
  .p-pack__movie-item.is-col1 .p-pack__movie-seminor {
    margin-top: 0;
    flex: 1;
  }
}
.p-pack__movie-item.is-col1 .p-pack__movie-seminor dl {
  margin-bottom: 0;
}
.p-pack__movie-item.is-col1 .p-pack__movie-seminor dt {
  padding-bottom: 4px;
}
.p-pack__movie-item.is-col1 .p-pack__movie-seminor dt h5 {
  font-size: 14px;
  font-weight: 700;
}
.p-pack__movie-item.is-col1 .p-pack__movie-seminor dt h5 span {
  font-size: 12px;
  font-weight: 400;
}
.p-pack__movie-item.is-col1 .p-pack__movie-seminor dt p.p-pack__movie-seminor-author {
  font-size: 12px;
}
.p-pack__movie-item.is-col1 .p-pack__movie-seminor dd {
  font-size: 12px;
  border-top: 1px solid #FFF;
  padding-top: 4px;
}
.p-pack__bonus-wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 993px) {
  .p-pack__bonus-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
  }
}
.p-pack__bonus {
  background-color: #FFF;
  border: 2px solid #FD6801;
  padding: 12px;
}
@media screen and (min-width: 993px) {
  .p-pack__bonus {
    border: 3px solid #FD6801;
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.p-pack__bonus + .p-pack__bonus {
  margin-top: 20px;
}
@media screen and (min-width: 993px) {
  .p-pack__bonus + .p-pack__bonus {
    margin-top: 0;
  }
}
.p-pack__bonus h3 {
  background: #FFA569;
  color: #1a181d;
  font-size: 14px;
  font-weight: 700;
  padding-block: 4px;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 993px) {
  .p-pack__bonus h3 {
    font-size: 16px;
    padding-block: 6px;
  }
}
.p-pack__bonus-youtube p {
  font-size: 11px;
  line-height: 1.4;
  margin-top: 4px;
}
@media screen and (min-width: 993px) {
  .p-pack__bonus-youtube p {
    font-size: 12px;
  }
}
.p-pack__bonus-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9アスペクト比 */
  height: 0;
  overflow: hidden;
}
.p-pack__bonus-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.p-pack__bonus-contain {
  margin-top: 20px;
}
.p-pack__bonus-contain.is-top {
  margin-top: 12px;
  margin-bottom: 20px;
}
.p-pack__bonus-contain h4 {
  font-size: 13px;
  font-weight: 700;
  padding-left: 16px;
  border-bottom: 3px solid rgba(253, 104, 1, 0.2);
  position: relative;
}
@media screen and (min-width: 993px) {
  .p-pack__bonus-contain h4 {
    font-size: 14px;
  }
}
.p-pack__bonus-contain h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  display: block;
  background: #FD6801;
}
.p-pack__bonus-contain dl {
  margin-top: 12px;
}
.p-pack__bonus-contain dt {
  font-size: 12px;
}
@media screen and (min-width: 993px) {
  .p-pack__bonus-contain dt {
    font-size: 13px;
  }
}
.p-pack__bonus-contain dd {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 4px;
}
@media screen and (min-width: 993px) {
  .p-pack__bonus-contain dd {
    font-size: 13px;
  }
}
.p-pack__bonus-contain p {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 4px;
}
@media screen and (min-width: 993px) {
  .p-pack__bonus-contain p {
    font-size: 13px;
  }
}
.p-pack__bonus-contain dd + dt {
  margin-top: 12px;
}
.p-pack__bonus-contain p {
  margin-top: 12px;
}
.p-pack__bonus-link {
  width: 160px;
  margin-inline: auto;
  margin-top: 16px;
}
@media screen and (min-width: 993px) {
  .p-pack__bonus-link {
    margin-top: 20px;
  }
}
.p-pack__bonus-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FD6801;
  border: 1px solid #FD6801;
  border-radius: 100vh;
  color: #FFF;
  padding-block: 6px;
  height: 30px;
  font-size: 13px;
  font-weight: 700;
  transition: 0.4s;
}
@media screen and (min-width: 993px) {
  .p-pack__bonus-link a {
    height: 40px;
    font-size: 14px;
  }
}
.p-pack__bonus-link a:hover {
  opacity: 0.7;
}
.p-pack__blog-description {
  font-size: 14px;
  line-height: 1.4;
  padding: 20px 0;
}
@media screen and (min-width: 993px) {
  .p-pack__blog-description {
    font-size: 16px;
    padding: 20px 40px;
  }
}
.p-pack__blog-link {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 993px) {
  .p-pack__blog-link {
    margin-bottom: 32px;
    width: 70%;
  }
}
.p-pack__blog-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FD6801;
  color: #FFF;
  padding-block: 10px;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  transition: 0.4s;
}
.p-pack__blog-link a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 993px) {
  .p-pack__blog-link a {
    font-size: 20px;
    height: 56px;
  }
}
.p-pack__blog-card {
  background: rgba(253, 104, 1, 0.1);
  padding: 20px;
}
@media screen and (min-width: 993px) {
  .p-pack__blog-card {
    padding: 20px 40px;
  }
}
.p-pack__blog-card p {
  font-size: 14px;
}
.p-pack__blog-card p + p {
  margin-top: 14px;
}
.p-pack__blog-card p.is-small {
  font-size: 12px;
}
.p-pack__blog p.p-pack__blog-note {
  font-size: 14px;
  margin-top: 12px;
  padding-inline: 0;
}
@media screen and (min-width: 993px) {
  .p-pack__blog p.p-pack__blog-note {
    font-size: 16px;
    margin-top: 20px;
    padding-inline: 40px;
  }
}
.p-pack__target-text {
  font-size: 14px;
  line-height: 1.4;
  padding: 20px 0;
}
@media screen and (min-width: 993px) {
  .p-pack__target-text {
    font-size: 16px;
    padding: 20px 40px;
  }
}
.p-pack__target-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (min-width: 993px) {
  .p-pack__target-title {
    font-size: 16px;
  }
}
.p-pack__target ul {
  margin: 0;
  padding: 0;
}
.p-pack__target-items {
  border-top: 10px solid rgba(253, 104, 1, 0.3);
}
.p-pack__target-item {
  background: rgba(253, 104, 1, 0.15);
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 993px) {
  .p-pack__target-item {
    font-size: 18px;
  }
  .p-pack__target-item br {
    display: none;
  }
}
.p-pack__target-item.is-even {
  background: rgba(253, 104, 1, 0.1);
}
.p-pack__target-link {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (min-width: 993px) {
  .p-pack__target-link {
    margin-top: 32px;
    width: 70%;
  }
}
.p-pack__target-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FD6801;
  color: #FFF;
  padding-block: 10px;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  transition: 0.4s;
}
.p-pack__target-link a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 993px) {
  .p-pack__target-link a {
    font-size: 20px;
    height: 56px;
  }
}
.p-pack__target p.p-pack__target-note {
  font-size: 14px;
  margin-top: 12px;
}
@media screen and (min-width: 993px) {
  .p-pack__target p.p-pack__target-note {
    font-size: 16px;
  }
}
.p-pack__target-description {
  margin-top: 20px !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 993px) {
  .p-pack__target-description {
    margin-top: 40px !important;
    font-size: 16px;
  }
}

.u-d-block {
  display: block;
}
.u-d-block--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-d-block--sp {
    display: block;
  }
}
.u-d-block--tb {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-d-block--tb {
    display: block;
  }
}
.u-d-block--pc {
  display: none;
}
@media screen and (min-width: 993px) {
  .u-d-block--pc {
    display: block;
  }
}
.u-d-none {
  display: none;
}
.u-d-none--sp {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-d-none--sp {
    display: none;
  }
}
.u-d-none--tb {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-d-none--tb {
    display: none;
  }
}
.u-d-none--pc {
  display: block;
}
@media screen and (min-width: 993px) {
  .u-d-none--pc {
    display: none;
  }
}

.u-hide-sp {
  display: none;
}
@media screen and (min-width: 993px) {
  .u-hide-sp {
    display: block;
  }
}

@media screen and (min-width: 993px) {
  .u-hide-pc {
    display: none;
  }
}

.u-m-0 {
  margin: 0 !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mt-4 {
  margin-top: 4px !important;
}

.u-mb-4 {
  margin-bottom: 4px !important;
}

.u-mr-4 {
  margin-right: 4px !important;
}

.u-ml-4 {
  margin-left: 4px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

.u-ml-8 {
  margin-left: 8px !important;
}

.u-mt-12 {
  margin-top: 12px !important;
}

.u-mb-12 {
  margin-bottom: 12px !important;
}

.u-mr-12 {
  margin-right: 12px !important;
}

.u-ml-12 {
  margin-left: 12px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-mr-16 {
  margin-right: 16px !important;
}

.u-ml-16 {
  margin-left: 16px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mr-24 {
  margin-right: 24px !important;
}

.u-ml-24 {
  margin-left: 24px !important;
}

.u-mt-28 {
  margin-top: 28px !important;
}

.u-mb-28 {
  margin-bottom: 28px !important;
}

.u-mr-28 {
  margin-right: 28px !important;
}

.u-ml-28 {
  margin-left: 28px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

.u-mr-32 {
  margin-right: 32px !important;
}

.u-ml-32 {
  margin-left: 32px !important;
}

.u-mt-36 {
  margin-top: 36px !important;
}

.u-mb-36 {
  margin-bottom: 36px !important;
}

.u-mr-36 {
  margin-right: 36px !important;
}

.u-ml-36 {
  margin-left: 36px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mt-44 {
  margin-top: 44px !important;
}

.u-mb-44 {
  margin-bottom: 44px !important;
}

.u-mr-44 {
  margin-right: 44px !important;
}

.u-ml-44 {
  margin-left: 44px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-mr-48 {
  margin-right: 48px !important;
}

.u-ml-48 {
  margin-left: 48px !important;
}

.u-mt-52 {
  margin-top: 52px !important;
}

.u-mb-52 {
  margin-bottom: 52px !important;
}

.u-mr-52 {
  margin-right: 52px !important;
}

.u-ml-52 {
  margin-left: 52px !important;
}

.u-mt-56 {
  margin-top: 56px !important;
}

.u-mb-56 {
  margin-bottom: 56px !important;
}

.u-mr-56 {
  margin-right: 56px !important;
}

.u-ml-56 {
  margin-left: 56px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mt-64 {
  margin-top: 64px !important;
}

.u-mb-64 {
  margin-bottom: 64px !important;
}

.u-mr-64 {
  margin-right: 64px !important;
}

.u-ml-64 {
  margin-left: 64px !important;
}

.u-mt-68 {
  margin-top: 68px !important;
}

.u-mb-68 {
  margin-bottom: 68px !important;
}

.u-mr-68 {
  margin-right: 68px !important;
}

.u-ml-68 {
  margin-left: 68px !important;
}

.u-mt-72 {
  margin-top: 72px !important;
}

.u-mb-72 {
  margin-bottom: 72px !important;
}

.u-mr-72 {
  margin-right: 72px !important;
}

.u-ml-72 {
  margin-left: 72px !important;
}

.u-mt-76 {
  margin-top: 76px !important;
}

.u-mb-76 {
  margin-bottom: 76px !important;
}

.u-mr-76 {
  margin-right: 76px !important;
}

.u-ml-76 {
  margin-left: 76px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

@media screen and (min-width: 993px) {
  .u-mt-0--pc {
    margin-top: 0px !important;
  }
  .u-mb-0--pc {
    margin-bottom: 0px !important;
  }
  .u-mr-0--pc {
    margin-right: 0px !important;
  }
  .u-ml-0--pc {
    margin-left: 0px !important;
  }
  .u-mt-4--pc {
    margin-top: 4px !important;
  }
  .u-mb-4--pc {
    margin-bottom: 4px !important;
  }
  .u-mr-4--pc {
    margin-right: 4px !important;
  }
  .u-ml-4--pc {
    margin-left: 4px !important;
  }
  .u-mt-8--pc {
    margin-top: 8px !important;
  }
  .u-mb-8--pc {
    margin-bottom: 8px !important;
  }
  .u-mr-8--pc {
    margin-right: 8px !important;
  }
  .u-ml-8--pc {
    margin-left: 8px !important;
  }
  .u-mt-12--pc {
    margin-top: 12px !important;
  }
  .u-mb-12--pc {
    margin-bottom: 12px !important;
  }
  .u-mr-12--pc {
    margin-right: 12px !important;
  }
  .u-ml-12--pc {
    margin-left: 12px !important;
  }
  .u-mt-16--pc {
    margin-top: 16px !important;
  }
  .u-mb-16--pc {
    margin-bottom: 16px !important;
  }
  .u-mr-16--pc {
    margin-right: 16px !important;
  }
  .u-ml-16--pc {
    margin-left: 16px !important;
  }
  .u-mt-20--pc {
    margin-top: 20px !important;
  }
  .u-mb-20--pc {
    margin-bottom: 20px !important;
  }
  .u-mr-20--pc {
    margin-right: 20px !important;
  }
  .u-ml-20--pc {
    margin-left: 20px !important;
  }
  .u-mt-24--pc {
    margin-top: 24px !important;
  }
  .u-mb-24--pc {
    margin-bottom: 24px !important;
  }
  .u-mr-24--pc {
    margin-right: 24px !important;
  }
  .u-ml-24--pc {
    margin-left: 24px !important;
  }
  .u-mt-28--pc {
    margin-top: 28px !important;
  }
  .u-mb-28--pc {
    margin-bottom: 28px !important;
  }
  .u-mr-28--pc {
    margin-right: 28px !important;
  }
  .u-ml-28--pc {
    margin-left: 28px !important;
  }
  .u-mt-32--pc {
    margin-top: 32px !important;
  }
  .u-mb-32--pc {
    margin-bottom: 32px !important;
  }
  .u-mr-32--pc {
    margin-right: 32px !important;
  }
  .u-ml-32--pc {
    margin-left: 32px !important;
  }
  .u-mt-36--pc {
    margin-top: 36px !important;
  }
  .u-mb-36--pc {
    margin-bottom: 36px !important;
  }
  .u-mr-36--pc {
    margin-right: 36px !important;
  }
  .u-ml-36--pc {
    margin-left: 36px !important;
  }
  .u-mt-40--pc {
    margin-top: 40px !important;
  }
  .u-mb-40--pc {
    margin-bottom: 40px !important;
  }
  .u-mr-40--pc {
    margin-right: 40px !important;
  }
  .u-ml-40--pc {
    margin-left: 40px !important;
  }
  .u-mt-44--pc {
    margin-top: 44px !important;
  }
  .u-mb-44--pc {
    margin-bottom: 44px !important;
  }
  .u-mr-44--pc {
    margin-right: 44px !important;
  }
  .u-ml-44--pc {
    margin-left: 44px !important;
  }
  .u-mt-48--pc {
    margin-top: 48px !important;
  }
  .u-mb-48--pc {
    margin-bottom: 48px !important;
  }
  .u-mr-48--pc {
    margin-right: 48px !important;
  }
  .u-ml-48--pc {
    margin-left: 48px !important;
  }
  .u-mt-52--pc {
    margin-top: 52px !important;
  }
  .u-mb-52--pc {
    margin-bottom: 52px !important;
  }
  .u-mr-52--pc {
    margin-right: 52px !important;
  }
  .u-ml-52--pc {
    margin-left: 52px !important;
  }
  .u-mt-56--pc {
    margin-top: 56px !important;
  }
  .u-mb-56--pc {
    margin-bottom: 56px !important;
  }
  .u-mr-56--pc {
    margin-right: 56px !important;
  }
  .u-ml-56--pc {
    margin-left: 56px !important;
  }
  .u-mt-60--pc {
    margin-top: 60px !important;
  }
  .u-mb-60--pc {
    margin-bottom: 60px !important;
  }
  .u-mr-60--pc {
    margin-right: 60px !important;
  }
  .u-ml-60--pc {
    margin-left: 60px !important;
  }
  .u-mt-64--pc {
    margin-top: 64px !important;
  }
  .u-mb-64--pc {
    margin-bottom: 64px !important;
  }
  .u-mr-64--pc {
    margin-right: 64px !important;
  }
  .u-ml-64--pc {
    margin-left: 64px !important;
  }
  .u-mt-68--pc {
    margin-top: 68px !important;
  }
  .u-mb-68--pc {
    margin-bottom: 68px !important;
  }
  .u-mr-68--pc {
    margin-right: 68px !important;
  }
  .u-ml-68--pc {
    margin-left: 68px !important;
  }
  .u-mt-72--pc {
    margin-top: 72px !important;
  }
  .u-mb-72--pc {
    margin-bottom: 72px !important;
  }
  .u-mr-72--pc {
    margin-right: 72px !important;
  }
  .u-ml-72--pc {
    margin-left: 72px !important;
  }
  .u-mt-76--pc {
    margin-top: 76px !important;
  }
  .u-mb-76--pc {
    margin-bottom: 76px !important;
  }
  .u-mr-76--pc {
    margin-right: 76px !important;
  }
  .u-ml-76--pc {
    margin-left: 76px !important;
  }
  .u-mt-80--pc {
    margin-top: 80px !important;
  }
  .u-mb-80--pc {
    margin-bottom: 80px !important;
  }
  .u-mr-80--pc {
    margin-right: 80px !important;
  }
  .u-ml-80--pc {
    margin-left: 80px !important;
  }
}
.u-p-0 {
  padding: 0 !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pt-4 {
  padding-top: 4px !important;
}

.u-pb-4 {
  padding-bottom: 4px !important;
}

.u-pr-4 {
  padding-right: 4px !important;
}

.u-pl-4 {
  padding-left: 4px !important;
}

.u-pt-8 {
  padding-top: 8px !important;
}

.u-pb-8 {
  padding-bottom: 8px !important;
}

.u-pr-8 {
  padding-right: 8px !important;
}

.u-pl-8 {
  padding-left: 8px !important;
}

.u-pt-12 {
  padding-top: 12px !important;
}

.u-pb-12 {
  padding-bottom: 12px !important;
}

.u-pr-12 {
  padding-right: 12px !important;
}

.u-pl-12 {
  padding-left: 12px !important;
}

.u-pt-16 {
  padding-top: 16px !important;
}

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pr-16 {
  padding-right: 16px !important;
}

.u-pl-16 {
  padding-left: 16px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pt-24 {
  padding-top: 24px !important;
}

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-pr-24 {
  padding-right: 24px !important;
}

.u-pl-24 {
  padding-left: 24px !important;
}

.u-pt-28 {
  padding-top: 28px !important;
}

.u-pb-28 {
  padding-bottom: 28px !important;
}

.u-pr-28 {
  padding-right: 28px !important;
}

.u-pl-28 {
  padding-left: 28px !important;
}

.u-pt-32 {
  padding-top: 32px !important;
}

.u-pb-32 {
  padding-bottom: 32px !important;
}

.u-pr-32 {
  padding-right: 32px !important;
}

.u-pl-32 {
  padding-left: 32px !important;
}

.u-pt-36 {
  padding-top: 36px !important;
}

.u-pb-36 {
  padding-bottom: 36px !important;
}

.u-pr-36 {
  padding-right: 36px !important;
}

.u-pl-36 {
  padding-left: 36px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pt-44 {
  padding-top: 44px !important;
}

.u-pb-44 {
  padding-bottom: 44px !important;
}

.u-pr-44 {
  padding-right: 44px !important;
}

.u-pl-44 {
  padding-left: 44px !important;
}

.u-pt-48 {
  padding-top: 48px !important;
}

.u-pb-48 {
  padding-bottom: 48px !important;
}

.u-pr-48 {
  padding-right: 48px !important;
}

.u-pl-48 {
  padding-left: 48px !important;
}

.u-pt-52 {
  padding-top: 52px !important;
}

.u-pb-52 {
  padding-bottom: 52px !important;
}

.u-pr-52 {
  padding-right: 52px !important;
}

.u-pl-52 {
  padding-left: 52px !important;
}

.u-pt-56 {
  padding-top: 56px !important;
}

.u-pb-56 {
  padding-bottom: 56px !important;
}

.u-pr-56 {
  padding-right: 56px !important;
}

.u-pl-56 {
  padding-left: 56px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pt-64 {
  padding-top: 64px !important;
}

.u-pb-64 {
  padding-bottom: 64px !important;
}

.u-pr-64 {
  padding-right: 64px !important;
}

.u-pl-64 {
  padding-left: 64px !important;
}

.u-pt-68 {
  padding-top: 68px !important;
}

.u-pb-68 {
  padding-bottom: 68px !important;
}

.u-pr-68 {
  padding-right: 68px !important;
}

.u-pl-68 {
  padding-left: 68px !important;
}

.u-pt-72 {
  padding-top: 72px !important;
}

.u-pb-72 {
  padding-bottom: 72px !important;
}

.u-pr-72 {
  padding-right: 72px !important;
}

.u-pl-72 {
  padding-left: 72px !important;
}

.u-pt-76 {
  padding-top: 76px !important;
}

.u-pb-76 {
  padding-bottom: 76px !important;
}

.u-pr-76 {
  padding-right: 76px !important;
}

.u-pl-76 {
  padding-left: 76px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

@media screen and (min-width: 993px) {
  .u-pt-0--pc {
    padding-top: 0px !important;
  }
  .u-pb-0--pc {
    padding-bottom: 0px !important;
  }
  .u-pr-0--pc {
    padding-right: 0px !important;
  }
  .u-pl-0--pc {
    padding-left: 0px !important;
  }
  .u-pt-4--pc {
    padding-top: 4px !important;
  }
  .u-pb-4--pc {
    padding-bottom: 4px !important;
  }
  .u-pr-4--pc {
    padding-right: 4px !important;
  }
  .u-pl-4--pc {
    padding-left: 4px !important;
  }
  .u-pt-8--pc {
    padding-top: 8px !important;
  }
  .u-pb-8--pc {
    padding-bottom: 8px !important;
  }
  .u-pr-8--pc {
    padding-right: 8px !important;
  }
  .u-pl-8--pc {
    padding-left: 8px !important;
  }
  .u-pt-12--pc {
    padding-top: 12px !important;
  }
  .u-pb-12--pc {
    padding-bottom: 12px !important;
  }
  .u-pr-12--pc {
    padding-right: 12px !important;
  }
  .u-pl-12--pc {
    padding-left: 12px !important;
  }
  .u-pt-16--pc {
    padding-top: 16px !important;
  }
  .u-pb-16--pc {
    padding-bottom: 16px !important;
  }
  .u-pr-16--pc {
    padding-right: 16px !important;
  }
  .u-pl-16--pc {
    padding-left: 16px !important;
  }
  .u-pt-20--pc {
    padding-top: 20px !important;
  }
  .u-pb-20--pc {
    padding-bottom: 20px !important;
  }
  .u-pr-20--pc {
    padding-right: 20px !important;
  }
  .u-pl-20--pc {
    padding-left: 20px !important;
  }
  .u-pt-24--pc {
    padding-top: 24px !important;
  }
  .u-pb-24--pc {
    padding-bottom: 24px !important;
  }
  .u-pr-24--pc {
    padding-right: 24px !important;
  }
  .u-pl-24--pc {
    padding-left: 24px !important;
  }
  .u-pt-28--pc {
    padding-top: 28px !important;
  }
  .u-pb-28--pc {
    padding-bottom: 28px !important;
  }
  .u-pr-28--pc {
    padding-right: 28px !important;
  }
  .u-pl-28--pc {
    padding-left: 28px !important;
  }
  .u-pt-32--pc {
    padding-top: 32px !important;
  }
  .u-pb-32--pc {
    padding-bottom: 32px !important;
  }
  .u-pr-32--pc {
    padding-right: 32px !important;
  }
  .u-pl-32--pc {
    padding-left: 32px !important;
  }
  .u-pt-36--pc {
    padding-top: 36px !important;
  }
  .u-pb-36--pc {
    padding-bottom: 36px !important;
  }
  .u-pr-36--pc {
    padding-right: 36px !important;
  }
  .u-pl-36--pc {
    padding-left: 36px !important;
  }
  .u-pt-40--pc {
    padding-top: 40px !important;
  }
  .u-pb-40--pc {
    padding-bottom: 40px !important;
  }
  .u-pr-40--pc {
    padding-right: 40px !important;
  }
  .u-pl-40--pc {
    padding-left: 40px !important;
  }
  .u-pt-44--pc {
    padding-top: 44px !important;
  }
  .u-pb-44--pc {
    padding-bottom: 44px !important;
  }
  .u-pr-44--pc {
    padding-right: 44px !important;
  }
  .u-pl-44--pc {
    padding-left: 44px !important;
  }
  .u-pt-48--pc {
    padding-top: 48px !important;
  }
  .u-pb-48--pc {
    padding-bottom: 48px !important;
  }
  .u-pr-48--pc {
    padding-right: 48px !important;
  }
  .u-pl-48--pc {
    padding-left: 48px !important;
  }
  .u-pt-52--pc {
    padding-top: 52px !important;
  }
  .u-pb-52--pc {
    padding-bottom: 52px !important;
  }
  .u-pr-52--pc {
    padding-right: 52px !important;
  }
  .u-pl-52--pc {
    padding-left: 52px !important;
  }
  .u-pt-56--pc {
    padding-top: 56px !important;
  }
  .u-pb-56--pc {
    padding-bottom: 56px !important;
  }
  .u-pr-56--pc {
    padding-right: 56px !important;
  }
  .u-pl-56--pc {
    padding-left: 56px !important;
  }
  .u-pt-60--pc {
    padding-top: 60px !important;
  }
  .u-pb-60--pc {
    padding-bottom: 60px !important;
  }
  .u-pr-60--pc {
    padding-right: 60px !important;
  }
  .u-pl-60--pc {
    padding-left: 60px !important;
  }
  .u-pt-64--pc {
    padding-top: 64px !important;
  }
  .u-pb-64--pc {
    padding-bottom: 64px !important;
  }
  .u-pr-64--pc {
    padding-right: 64px !important;
  }
  .u-pl-64--pc {
    padding-left: 64px !important;
  }
  .u-pt-68--pc {
    padding-top: 68px !important;
  }
  .u-pb-68--pc {
    padding-bottom: 68px !important;
  }
  .u-pr-68--pc {
    padding-right: 68px !important;
  }
  .u-pl-68--pc {
    padding-left: 68px !important;
  }
  .u-pt-72--pc {
    padding-top: 72px !important;
  }
  .u-pb-72--pc {
    padding-bottom: 72px !important;
  }
  .u-pr-72--pc {
    padding-right: 72px !important;
  }
  .u-pl-72--pc {
    padding-left: 72px !important;
  }
  .u-pt-76--pc {
    padding-top: 76px !important;
  }
  .u-pb-76--pc {
    padding-bottom: 76px !important;
  }
  .u-pr-76--pc {
    padding-right: 76px !important;
  }
  .u-pl-76--pc {
    padding-left: 76px !important;
  }
  .u-pt-80--pc {
    padding-top: 80px !important;
  }
  .u-pb-80--pc {
    padding-bottom: 80px !important;
  }
  .u-pr-80--pc {
    padding-right: 80px !important;
  }
  .u-pl-80--pc {
    padding-left: 80px !important;
  }
}
.u-pt-120 {
  padding-top: 120px !important;
}

.u-pt-140 {
  padding-top: 140px !important;
}

.u-pt-148 {
  padding-top: 148px !important;
}

.u-pt-160 {
  padding-top: 160px !important;
}

@media screen and (min-width: 993px) {
  .u-pt-120--pc {
    padding-top: 120px !important;
  }
  .u-pt-140--pc {
    padding-top: 140px !important;
  }
  .u-pt-148--pc {
    padding-top: 148px !important;
  }
  .u-pt-160--pc {
    padding-top: 160px !important;
  }
}
.u-pb-120 {
  padding-bottom: 120px !important;
}

.u-pb-140 {
  padding-bottom: 140px !important;
}

.u-pb-148 {
  padding-bottom: 148px !important;
}

.u-pb-160 {
  padding-bottom: 160px !important;
}

@media screen and (min-width: 993px) {
  .u-pb-120--pc {
    padding-bottom: 120px !important;
  }
  .u-pb-140--pc {
    padding-bottom: 140px !important;
  }
  .u-pb-148--pc {
    padding-bottom: 148px !important;
  }
  .u-pb-160--pc {
    padding-bottom: 160px !important;
  }
}
.u-p-inline-0 {
  padding-inline: 0 !important;
}
.u-p-inline-20 {
  padding-inline: 20px !important;
}

.u-text-left {
  text-align: left;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
@media screen and (min-width: 993px) {
  .u-text-left--pc {
    text-align: left;
  }
  .u-text-center--pc {
    text-align: center;
  }
  .u-text-right--pc {
    text-align: right;
  }
}

.pg-overview21__contents {
  margin-bottom: 20px;
}
@media screen and (min-width: 993px) {
  .pg-overview21__contents {
    margin-bottom: 40px;
  }
}
.pg-overview21__iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9アスペクト比 */
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}
.pg-overview21__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 993px) {
  .pg-overview21__flex-center {
    justify-content: center;
  }
}
.pg-overview21__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 993px) {
  .pg-overview21__links {
    flex-direction: row;
    gap: 30px;
    margin-bottom: 80px;
  }
}
.pg-overview21__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  transition: 0.4s;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 993px) {
  .pg-overview21__link a {
    width: 240px;
    height: 52px;
    font-size: 20px;
  }
}
.pg-overview21__link--orange a {
  color: #FFF;
  background: #FE5200;
  border: 1px solid #FE5200;
}
.pg-overview21__link--orange a:hover {
  color: #FE5200;
  background: #FFF;
}
.pg-overview21__link--white a {
  color: #1a181d;
  background: #FFF;
  border: 1px solid #FE5200;
}
.pg-overview21__link--white a:hover {
  color: #FFF;
  background: #FE5200;
}
.pg-overview21__linkitem {
  margin-bottom: 20px;
}
@media screen and (min-width: 993px) {
  .pg-overview21__linkitem {
    margin-bottom: 0;
  }
}
.pg-overview21__whatsbtn a.is-btn-ghost1 {
  background: #D9D9D9;
  border-color: #D9D9D9;
  color: #000;
  font-weight: 700;
}
.pg-overview21__whatsbtn a.is-btn-ghost1:hover {
  opacity: 0.7;
}

.pg-compare__table-wrapper {
  overflow-x: scroll;
}
.pg-compare__bottom {
  display: block;
  padding-block: 40px;
}
@media screen and (min-width: 993px) {
  .pg-compare__bottom {
    padding-block: 80px;
  }
}
.pg-compare__links {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 993px) {
  .pg-compare__links {
    flex-direction: row;
    gap: 32px;
  }
}
.pg-compare__links + .pg-compare__links {
  margin-top: 20px;
}
@media screen and (min-width: 993px) {
  .pg-compare__links + .pg-compare__links {
    margin-top: 32px;
  }
}
.pg-compare__link {
  width: 240px;
}
.pg-compare__link a {
  display: block;
  width: 100%;
}
.pg-compare__link--orange a {
  color: #FFF;
  background: #FE5200;
  border: 2px solid #FE5200;
}
.pg-compare__link--orange a:hover {
  color: #FE5200;
  background: #FFF;
  border: 2px solid #FE5200;
}

.pg-system a.pg-system__link span {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.pg-system a.pg-system__link:hover span {
  color: #da6a2f;
}

.pg-supported ul {
  list-style-type: disc;
}