<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Scss Document */
/* CSS Document */
/*------------------------------mixin font------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2"), url("../font/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/OpenSans-Bold.woff2") format("woff2"), url("../font/OpenSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/BarlowCondensed-Bold.woff2") format("woff2"), url("../font/BarlowCondensed-Bold.woff") format("woff");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/BarlowCondensed-Medium.woff2") format("woff2"), url("../font/BarlowCondensed-Medium.woff") format("woff");
}
/*------------------------------mixin bg------------------------------*/
/*------------------------------mixin flex------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 0.694444444vw;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.56vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #222;
  line-height: 1.6;
  counter-reset: benefit_number;
}

picture {
  display: block;
}

img, source {
  width: 100%;
  height: auto;
}

.wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

main {
  flex: 1;
  width: 100%;
  padding: 0 !important;
}

.pc-only {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.bold {
  font-weight: 700;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.cormorant-garamond {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}

.blue {
  color: #0056CC;
}

.d-blue {
  color: #002F6F;
}

.orange {
  color: #FF9B14;
}

.yellow {
  color: #FFF717;
}

.box {
  display: none;
}

.pc_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .pc_flex {
    flex-direction: column;
  }
}

/* -------------------------- ▼ トップページ 共通デザイン // common ▼ -------------------------- */
section {
  padding: 12rem 27rem;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 6rem 3rem;
  }
}

.section_title {
  font-size: 5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4rem;
  line-height: 1.3;
  color: #002F6F;
}
@media only screen and (max-width: 768px) {
  .section_title {
    font-size: 3.2rem;
    margin-bottom: 2.5rem;
  }
}
.section_title .small {
  font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .section_title .small {
    font-size: 2.6rem;
  }
}
.section_title .small .open-sans {
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .section_title .small .open-sans {
    font-size: 3rem;
  }
}
.section_title .sub {
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .section_title .sub {
    font-size: 2.4rem;
  }
}

.note-mark {
  font-size: 0.8rem;
  font-weight: normal;
}

.note_wrap {
  padding-left: 1.5rem;
  text-align: justify;
  color: #888;
}
@media only screen and (max-width: 768px) {
  .note_wrap {
    padding-left: 1rem;
  }
}
.note_wrap .note {
  position: relative;
  font-size: 1rem;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .note_wrap .note {
    font-size: 1rem;
  }
}
.note_wrap .note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
}

.body_text {
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.8;
}

.accordion.detail {
  font-weight: 700;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  width: 100%;
  background: #222;
  border-radius: 0.2rem;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .accordion.detail {
    font-size: 1.4rem;
  }
}
.accordion.detail::after {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url("../img/plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 1.2em;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .accordion.detail::after {
    right: 1em;
  }
}
.accordion.detail.close::after {
  background: url("../img/minus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.box {
  background: #fff;
  padding: 5rem;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .box {
    font-size: 1.2rem;
    padding: 2rem 1.5rem;
  }
}

.line {
  display: block;
  background: #C0C0C0;
  height: 1px;
}

/* ▼ TOPページ start ▼ */
/* -------------------- ▼ファーストビュー // #fv -------------------- */
#fv {
  background-image: url(../img/fv_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 5.4rem;
  padding: 7.2rem 18rem 6rem;
}
@supports (background-image: url(../img/fv_pc.webp)) {
  #fv {
    background-image: url(../img/fv_pc.webp);
  }
}
@media only screen and (max-width: 768px) {
  #fv {
    background-image: url(../img/fv.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -3.5rem;
    padding: 5.2rem 0 4rem;
    flex-direction: column;
    justify-content: center;
  }
  @supports (background-image: url(../img/fv.webp)) {
    #fv {
      background-image: url(../img/fv.webp);
    }
  }
}
#fv .pc_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #fv .pc_flex {
    flex-direction: column;
  }
}
#fv .pc_flex .text_wrap {
  transform: rotate(-12deg);
  position: relative;
  text-align: center;
}
#fv .pc_flex .text_wrap h1 {
  text-align: center;
}
#fv .pc_flex .text_wrap h1 .sub {
  background: #fff;
  transform: skew(-20deg);
  padding: 0.7rem 2rem;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #fv .pc_flex .text_wrap h1 .sub {
    padding: 0.7rem 1rem;
  }
}
#fv .pc_flex .text_wrap h1 .sub::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  border-style: solid;
  border-width: 1.3rem 1.3rem 0 0;
  border-color: #fff transparent transparent;
  translate: calc(-50% - 0.5rem) 100%;
  transform: skew(-25deg);
}
#fv .pc_flex .text_wrap h1 .sub p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #fv .pc_flex .text_wrap h1 .sub p {
    font-size: 1.6rem;
  }
}
#fv .pc_flex .text_wrap h1 .sub p .open-sans {
  font-size: 3.8rem;
  color: #0056CC;
}
@media only screen and (max-width: 768px) {
  #fv .pc_flex .text_wrap h1 .sub p .open-sans {
    font-size: 3rem;
  }
}
#fv .pc_flex .text_wrap h1 .main {
  font-size: 6.2rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  transform: skew(-20deg);
}
@media only screen and (max-width: 768px) {
  #fv .pc_flex .text_wrap h1 .main {
    font-size: 5rem;
  }
}
#fv .pc_flex .text_wrap h1 .main .border {
  position: relative;
}
#fv .pc_flex .text_wrap h1 .main .border::before {
  content: "";
  display: block;
  background: #fff;
  height: 0.1rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1rem;
}
#fv .pc_flex .text_wrap h1 .main .yellow {
  font-size: 8.8rem;
}
@media only screen and (max-width: 768px) {
  #fv .pc_flex .text_wrap h1 .main .yellow {
    font-size: 6.8rem;
  }
}
#fv .pc_flex .text_wrap h1 .main .orange {
  font-size: 5rem;
}
@media only screen and (max-width: 768px) {
  #fv .pc_flex .text_wrap h1 .main .orange {
    font-size: 4rem;
  }
}
#fv .pc_flex .text_wrap h1 .main .note-mark {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #fv .pc_flex .text_wrap h1 .main .note-mark {
    font-size: 1rem;
  }
}
#fv .pc_flex .text_wrap .price_wrap {
  position: absolute;
  right: -56rem;
  top: 12rem;
  transform: rotate(12deg);
}
@media only screen and (max-width: 768px) {
  #fv .pc_flex .text_wrap .price_wrap {
    position: static;
    transform: rotate(0deg);
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  #fv .pc_flex .text_wrap .price_wrap p {
    color: #002F6F;
    font-weight: bold;
    transform: skew(-20deg);
    position: relative;
    display: inline-block;
    z-index: 2;
    font-size: 2.4rem;
    text-shadow: none;
    color: #fff;
  }
}
#fv .pc_flex .text_wrap .price_wrap p .open-sans {
  font-size: 5.6rem;
}
#fv .pc_flex .text_wrap .price_wrap p .tax {
  font-size: 1rem;
  font-weight: normal;
  position: absolute;
  right: 2.5rem;
  top: 3rem;
}
#fv .pc_flex .text_wrap .price_wrap p figure {
  width: 26.5rem;
}
#fv .pc_flex picture {
  width: 56.3rem;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  #fv .pc_flex picture {
    margin-top: -3.5rem;
    width: 37.1rem;
  }
}
#fv .cv_wrap {
  margin-top: -3rem;
}
@media only screen and (max-width: 768px) {
  #fv .cv_wrap {
    margin-top: -3.5rem;
  }
}
#fv .cv_wrap .sub {
  color: #fff;
}
#fv .cv_wrap .sub::before, #fv .cv_wrap .sub::after {
  background: #fff;
}
#fv .note_wrap {
  text-align: center;
  color: #fff;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  #fv .note_wrap {
    margin: 0 2rem;
    text-align: justify;
    margin-top: 2.5rem;
  }
}
#fv .note_wrap .note {
  color: #fff;
}

/* -------------------- ▲ ファーストビュー // #fv -------------------- */
/* ---------------- ▼ MUGEN WiFiとは // #about ---------------- */
#about {
  padding: 9rem 27rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #about {
    padding: 6rem 3rem;
  }
}
#about::before {
  content: "about";
  position: absolute;
  left: 0;
  top: -2.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 20rem;
  font-weight: bold;
  color: #EBF3FF;
  line-height: 1;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #about::before {
    font-size: 12rem;
  }
}
@media only screen and (max-width: 768px) {
  #about .section_title {
    margin-bottom: 1.5rem;
  }
}
#about ul {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  #about ul {
    flex-direction: column;
    gap: 0.5rem;
  }
}
#about ul .line {
  height: 20rem;
  width: 1.5px;
}
@media only screen and (max-width: 768px) {
  #about ul .line {
    height: 1px;
    width: 33rem;
  }
}
#about ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: calc((100% - 18rem) / 4);
}
@media only screen and (max-width: 768px) {
  #about ul li {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  }
}
#about ul li figure {
  width: 10rem;
}
@media only screen and (max-width: 768px) {
  #about ul li figure {
    width: 6rem;
  }
}
#about ul li p {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
  height: 8.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #about ul li p {
    flex: 1;
    justify-content: flex-start;
    font-size: 1.6rem;
    text-align: left;
  }
}
#about ul li p .blue {
  font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  #about ul li p .blue {
    font-size: 2rem;
  }
}
#about ul li p .blue.small {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #about ul li p .blue.small {
    font-size: 2rem;
  }
}

/* ---------------- ▲ MUGEN WiFiとは // #about ---------------- */
/* ---------------- ▼ プラン・オプション・コース // #poc ---------------- */
#poc {
  background: #0056CC;
}
#poc .section_title {
  color: #fff;
}
#poc .poc_plan_wrap {
  position: relative;
  z-index: 2;
}
#poc .poc_plan_wrap::before {
  content: "plan";
  font-family: "Open Sans", sans-serif;
  font-size: 20rem;
  font-weight: bold;
  color: #1468DC;
  position: absolute;
  right: -27rem;
  top: -14rem;
  line-height: 1;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #poc .poc_plan_wrap::before {
    font-size: 12rem;
    right: -3rem;
    top: -6rem;
  }
}
#poc .poc_plan_wrap .content {
  background: #fff;
  padding: 4rem 9.2rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  #poc .poc_plan_wrap .content {
    padding: 2.5rem 2rem;
    border-radius: 1rem;
    gap: 2rem;
  }
}
#poc .poc_plan_wrap .content li {
  text-align: center;
  width: calc((100% - 3rem) / 2);
}
@media only screen and (max-width: 768px) {
  #poc .poc_plan_wrap .content li {
    width: 100%;
  }
}
#poc .poc_plan_wrap .content li .bubble {
  font-size: 1.6rem;
  background: rgba(124, 193, 134, 0.15);
  border-radius: 0.5rem;
  display: inline-block;
  line-height: 1.3;
  padding: 0.8rem 1.5rem;
  font-weight: bold;
  color: #7CC186;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #poc .poc_plan_wrap .content li .bubble {
    font-size: 1.4rem;
    white-space: nowrap;
    padding: 0.8rem 1rem;
  }
}
#poc .poc_plan_wrap .content li .bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -0.7rem;
  border: 0.7rem solid transparent;
  border-top: 0.7rem solid rgba(124, 193, 134, 0.15);
}
#poc .poc_plan_wrap .content li .box_wrap {
  margin-top: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #7CC186;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  height: 10.4rem;
}
@media only screen and (max-width: 768px) {
  #poc .poc_plan_wrap .content li .box_wrap {
    height: 8.8rem;
  }
}
#poc .poc_plan_wrap .content li .box_wrap .name {
  background: #7CC186;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  width: 11.8rem;
  border-radius: 1rem 0 0 1rem;
  height: 100%;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #poc .poc_plan_wrap .content li .box_wrap .name {
    width: 10rem;
    font-size: 2rem;
  }
}
#poc .poc_plan_wrap .content li .box_wrap .white_wrap {
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  border-radius: 0 1rem 1rem 0;
  padding-left: 1.8rem;
}
@media only screen and (max-width: 768px) {
  #poc .poc_plan_wrap .content li .box_wrap .white_wrap {
    padding-left: 1.5rem;
  }
}
#poc .poc_plan_wrap .content li .box_wrap .white_wrap .month {
  font-size: 1.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #poc .poc_plan_wrap .content li .box_wrap .white_wrap .month {
    font-size: 1.2rem;
  }
}
#poc .poc_plan_wrap .content li .box_wrap .white_wrap .price_wrap {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #poc .poc_plan_wrap .content li .box_wrap .white_wrap .price_wrap {
    font-size: 1.6rem;
  }
}
#poc .poc_plan_wrap .content li .box_wrap .white_wrap .price_wrap .open-sans {
  font-size: 5.6rem;
  line-height: 1;
  color: #0056CC;
}
@media only screen and (max-width: 768px) {
  #poc .poc_plan_wrap .content li .box_wrap .white_wrap .price_wrap .open-sans {
    font-size: 4.8rem;
  }
}
#poc .poc_plan_wrap .content li .box_wrap .white_wrap .price_wrap .tax {
  position: absolute;
  right: 0rem;
  top: 1rem;
  font-weight: normal;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  #poc .poc_plan_wrap .content li .box_wrap .white_wrap .price_wrap .tax {
    right: -1rem;
    top: 1.3rem;
  }
}
#poc .poc_plan_wrap .content li:nth-child(2) .bubble {
  background: rgba(126, 191, 240, 0.15);
  color: #7EBFF0;
}
#poc .poc_plan_wrap .content li:nth-child(2) .bubble::before {
  border-top: 0.7rem solid rgba(126, 191, 240, 0.15);
}
#poc .poc_plan_wrap .content li:nth-child(2) .box_wrap {
  border: 1px solid #7EBFF0;
}
#poc .poc_plan_wrap .content li:nth-child(2) .box_wrap .name {
  background: #7EBFF0;
}
#poc .poc_plan_wrap .content li:nth-child(3) .bubble {
  background: rgba(255, 178, 101, 0.15);
  color: #FFB265;
}
#poc .poc_plan_wrap .content li:nth-child(3) .bubble::before {
  border-top: 0.7rem solid rgba(255, 178, 101, 0.15);
}
#poc .poc_plan_wrap .content li:nth-child(3) .box_wrap {
  border: 1px solid #FFB265;
}
#poc .poc_plan_wrap .content li:nth-child(3) .box_wrap .name {
  background: #FFB265;
}
#poc .poc_plan_wrap .content li:nth-child(4) .bubble {
  background: rgba(255, 140, 125, 0.15);
  color: #FF8C7D;
}
#poc .poc_plan_wrap .content li:nth-child(4) .bubble::before {
  border-top: 0.7rem solid rgba(255, 140, 125, 0.15);
}
#poc .poc_plan_wrap .content li:nth-child(4) .box_wrap {
  border: 1px solid #FF8C7D;
}
#poc .poc_plan_wrap .content li:nth-child(4) .box_wrap .name {
  background: #FF8C7D;
}
#poc .poc_option_wrap {
  margin-top: 6rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #poc .poc_option_wrap {
    margin-top: 5rem;
  }
}
#poc .poc_option_wrap::before {
  content: "option";
  font-family: "Open Sans", sans-serif;
  font-size: 20rem;
  font-weight: bold;
  color: #1468DC;
  position: absolute;
  left: -27rem;
  top: -2rem;
  line-height: 1;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #poc .poc_option_wrap::before {
    font-size: 12rem;
    left: -3rem;
    top: -5rem;
  }
}
#poc .poc_option_wrap .content {
  background: #fff;
  padding: 4rem 9.2rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 768px) {
  #poc .poc_option_wrap .content {
    padding: 2.5rem 2rem;
    border-radius: 1rem;
  }
}
#poc .poc_option_wrap .content .top_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
}
@media only screen and (max-width: 768px) {
  #poc .poc_option_wrap .content .top_wrap {
    gap: 1.5rem;
  }
}
#poc .poc_option_wrap .content .top_wrap .line {
  width: 1px;
  height: 11.8rem;
}
@media only screen and (max-width: 768px) {
  #poc .poc_option_wrap .content .top_wrap .line {
    height: 13.7rem;
  }
}
#poc .poc_option_wrap .content .top_wrap li {
  width: calc((100% - 5.6rem) / 2);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #poc .poc_option_wrap .content .top_wrap li {
    width: calc((100% - 3rem) / 2);
  }
}
#poc .poc_option_wrap .content .top_wrap li .bubble {
  font-size: 1.6rem;
  background: rgba(0, 86, 204, 0.15);
  border-radius: 0.5rem;
  display: inline-block;
  line-height: 1.3;
  padding: 0.8rem 1rem;
  font-weight: bold;
  color: #002F6F;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #poc .poc_option_wrap .content .top_wrap li .bubble {
    font-size: 1.1rem;
    padding: 0.8rem 0.8rem;
  }
}
#poc .poc_option_wrap .content .top_wrap li .bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -0.7rem;
  border: 0.7rem solid transparent;
  border-top: 0.7rem solid rgba(0, 86, 204, 0.15);
}
#poc .poc_option_wrap .content .top_wrap li .pc_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  gap: 0.5rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  #poc .poc_option_wrap .content .top_wrap li .pc_flex {
    flex-direction: column;
  }
}
#poc .poc_option_wrap .content .top_wrap li .pc_flex .name_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#poc .poc_option_wrap .content .top_wrap li .pc_flex .name_wrap figure {
  width: 5.4rem;
}
@media only screen and (max-width: 768px) {
  #poc .poc_option_wrap .content .top_wrap li .pc_flex .name_wrap figure {
    width: 4rem;
  }
}
#poc .poc_option_wrap .content .top_wrap li .pc_flex .name_wrap .name {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #poc .poc_option_wrap .content .top_wrap li .pc_flex .name_wrap .name {
    font-size: 1.4rem;
  }
}
#poc .poc_option_wrap .content .top_wrap li .pc_flex .price_wrap {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #poc .poc_option_wrap .content .top_wrap li .pc_flex .price_wrap {
    font-size: 1.4rem;
  }
}
#poc .poc_option_wrap .content .top_wrap li .pc_flex .price_wrap .open-sans {
  font-size: 4.8rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #poc .poc_option_wrap .content .top_wrap li .pc_flex .price_wrap .open-sans {
    font-size: 3.2rem;
  }
}
#poc .poc_option_wrap .content .top_wrap li .pc_flex .price_wrap .tax {
  position: absolute;
  right: -0.5rem;
  top: 1rem;
  font-weight: normal;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  #poc .poc_option_wrap .content .top_wrap li .pc_flex .price_wrap .tax {
    position: static;
  }
}
#poc .poc_option_wrap .content .arrow {
  width: 3.6rem;
  margin: 0rem auto 1rem;
}
@media only screen and (max-width: 768px) {
  #poc .poc_option_wrap .content .arrow {
    width: 2rem;
    margin: 0 auto 0.5rem;
  }
}
#poc .poc_option_wrap .content .premium-support {
  text-align: center;
}
#poc .poc_option_wrap .content .premium-support .bubble {
  font-size: 1.8rem;
  background: #002F6F;
  border-radius: 0.5rem;
  display: inline-block;
  line-height: 1.3;
  padding: 1rem 1.5rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #poc .poc_option_wrap .content .premium-support .bubble {
    font-size: 1.4rem;
  }
}
#poc .poc_option_wrap .content .premium-support .bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -0.7rem;
  border: 0.7rem solid transparent;
  border-top: 0.7rem solid #002F6F;
}
#poc .poc_option_wrap .content .premium-support .pc_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  #poc .poc_option_wrap .content .premium-support .pc_flex {
    flex-direction: column;
    gap: 0rem;
  }
}
#poc .poc_option_wrap .content .premium-support .pc_flex .name_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#poc .poc_option_wrap .content .premium-support .pc_flex .name_wrap figure {
  width: 5.4rem;
}
@media only screen and (max-width: 768px) {
  #poc .poc_option_wrap .content .premium-support .pc_flex .name_wrap figure {
    width: 5rem;
  }
}
#poc .poc_option_wrap .content .premium-support .pc_flex .name_wrap .name {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.3;
}
#poc .poc_option_wrap .content .premium-support .pc_flex .price_wrap {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #poc .poc_option_wrap .content .premium-support .pc_flex .price_wrap {
    font-size: 1.6rem;
  }
}
#poc .poc_option_wrap .content .premium-support .pc_flex .price_wrap .open-sans {
  font-size: 4.8rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #poc .poc_option_wrap .content .premium-support .pc_flex .price_wrap .open-sans {
    font-size: 3.6rem;
  }
}
#poc .poc_option_wrap .content .premium-support .pc_flex .price_wrap .tax {
  font-weight: normal;
  font-size: 1rem;
}
#poc .poc_course_wrap {
  margin-top: 6rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #poc .poc_course_wrap {
    margin-top: 5rem;
  }
}
#poc .poc_course_wrap::before {
  content: "course";
  font-family: "Open Sans", sans-serif;
  font-size: 20rem;
  font-weight: bold;
  color: #1468DC;
  position: absolute;
  right: -27rem;
  top: -5rem;
  line-height: 1;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #poc .poc_course_wrap::before {
    font-size: 12rem;
    right: -3rem;
    top: -5rem;
  }
}
#poc .poc_course_wrap .content {
  background: #fff;
  padding: 2.6rem 5rem;
  border-radius: 2rem;
  width: 57.3rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #poc .poc_course_wrap .content {
    width: 100%;
    padding: 2rem 2rem;
    border-radius: 1rem;
  }
}
#poc .poc_course_wrap .content .pc_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #poc .poc_course_wrap .content .pc_flex {
    flex-direction: column;
    gap: 0rem;
  }
}
#poc .poc_course_wrap .content .pc_flex .name_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#poc .poc_course_wrap .content .pc_flex .name_wrap figure {
  width: 5.4rem;
}
@media only screen and (max-width: 768px) {
  #poc .poc_course_wrap .content .pc_flex .name_wrap figure {
    width: 4.8rem;
  }
}
#poc .poc_course_wrap .content .pc_flex .name_wrap .name {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.3;
}
#poc .poc_course_wrap .content .pc_flex .price_wrap {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #poc .poc_course_wrap .content .pc_flex .price_wrap {
    font-size: 1.6rem;
  }
}
#poc .poc_course_wrap .content .pc_flex .price_wrap .open-sans {
  font-size: 4.8rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #poc .poc_course_wrap .content .pc_flex .price_wrap .open-sans {
    font-size: 3.8rem;
  }
}
#poc .poc_course_wrap .content .pc_flex .price_wrap .tax {
  font-weight: normal;
  font-size: 1rem;
}
#poc .note_wrap {
  text-align: center;
  color: #fff;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  #poc .note_wrap {
    text-align: justify;
  }
}

/* ---------------- ▲ プラン・オプション・コース // #poc ---------------- */
/* ---------------- ▼ MUGEN WiFiのここがいい！ // #reccomend ---------------- */
#reccomend {
  padding: 9rem 27rem;
  background-image: url(../img/reccomend_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@supports (background-image: url(../img/reccomend_bg.webp)) {
  #reccomend {
    background-image: url(../img/reccomend_bg.webp);
  }
}
@media only screen and (max-width: 768px) {
  #reccomend {
    padding: 6rem 3rem;
    background-image: url(../img/reccomend_bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  @supports (background-image: url(../img/reccomend_bg_sp.webp)) {
    #reccomend {
      background-image: url(../img/reccomend_bg_sp.webp);
    }
  }
}
#reccomend ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  #reccomend ul {
    gap: 2rem;
    flex-wrap: wrap;
  }
}
#reccomend ul li {
  width: calc((100% - 9rem) / 4);
  height: 21rem;
  background: #0056CC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  border-radius: 0 2rem 0 2rem;
}
@media only screen and (max-width: 768px) {
  #reccomend ul li {
    width: calc((100% - 2rem) / 2);
    height: 16.5rem;
    gap: 1rem;
    border-radius: 0 1.5rem 0 1.5rem;
  }
}
#reccomend ul li figure {
  width: 9rem;
}
@media only screen and (max-width: 768px) {
  #reccomend ul li figure {
    width: 6.5rem;
  }
}
#reccomend ul li p {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #reccomend ul li p {
    font-size: 1.4rem;
  }
}
#reccomend ul li p .yellow {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  #reccomend ul li p .yellow {
    font-size: 1.4rem;
  }
}
#reccomend ul li p .yellow .open-sans {
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #reccomend ul li p .yellow .open-sans {
    font-size: 2.4rem;
  }
}
#reccomend ul li p .yellow.big {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #reccomend ul li p .yellow.big {
    font-size: 2rem;
  }
}
#reccomend .line {
  margin: 4rem 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #reccomend .line {
    margin: 3rem 0;
  }
}
#reccomend .cashback_wrap {
  text-align: center;
}
#reccomend .cashback_wrap .cashback_title_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #reccomend .cashback_wrap .cashback_title_wrap {
    flex-direction: column;
    gap: 0rem;
  }
}
#reccomend .cashback_wrap .cashback_title_wrap .bubble {
  background: #002F6F;
  border-radius: 999rem;
  color: #fff;
  font-size: 2rem;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 768px) {
  #reccomend .cashback_wrap .cashback_title_wrap .bubble {
    border-radius: 0.5rem;
    font-size: 1.8rem;
    position: relative;
  }
  #reccomend .cashback_wrap .cashback_title_wrap .bubble::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -0.7rem;
    border: 0.7rem solid transparent;
    border-top: 0.7rem solid #002F6F;
  }
}
#reccomend .cashback_wrap .cashback_title_wrap h3 {
  font-weight: bold;
  font-size: 4rem;
  color: #002F6F;
}
@media only screen and (max-width: 768px) {
  #reccomend .cashback_wrap .cashback_title_wrap h3 {
    margin-top: 1rem;
    font-size: 3.4rem;
  }
}
#reccomend .cashback_wrap .cashback_title_wrap h3 .open-sans {
  font-size: 5.6rem;
}
@media only screen and (max-width: 768px) {
  #reccomend .cashback_wrap .cashback_title_wrap h3 .open-sans {
    font-size: 3.8rem;
  }
}
#reccomend .cashback_wrap .body_text {
  text-align: center;
  font-size: 2rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  #reccomend .cashback_wrap .body_text {
    font-size: 1.4rem;
  }
}
#reccomend .cashback_wrap .body_text .line_yellow {
  background: linear-gradient(to bottom, transparent 50%, #FFF717 50%);
}
#reccomend .cashback_wrap .note_wrap {
  text-align: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  #reccomend .cashback_wrap .note_wrap {
    margin-top: 1.5rem;
  }
}
#reccomend .cashback_wrap .accordion_wrap {
  margin: 2.5rem auto 0;
  width: 62rem;
}
@media only screen and (max-width: 768px) {
  #reccomend .cashback_wrap .accordion_wrap {
    margin: 1.5rem auto 0;
    width: 100%;
  }
}
#reccomend .cashback_wrap .accordion_wrap .box {
  padding: 1rem 3rem 3rem;
}
@media only screen and (max-width: 768px) {
  #reccomend .cashback_wrap .accordion_wrap .box {
    padding: 0.5rem 1.5rem 2rem;
  }
}
#reccomend .cashback_wrap .accordion_wrap .box p {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  padding: 0.5rem 0;
  background: #eee;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #reccomend .cashback_wrap .accordion_wrap .box p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}
#reccomend .cashback_wrap .accordion_wrap .box p .small {
  font-weight: normal;
  font-size: 1.2rem;
}

/* ---------------- ▲ MUGEN WiFiのここがいい！ // #reccomend ---------------- */
/* ---------------- ▼ CTA // #cta ---------------- */
#cta {
  padding: 6rem 0;
  background-image: url(../img/cta_bg_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@supports (background-image: url(../img/cta_bg_pc.webp)) {
  #cta {
    background-image: url(../img/cta_bg_pc.webp);
  }
}
@media only screen and (max-width: 768px) {
  #cta {
    background-image: url(../img/cta_bg_sp.png);
  }
  @supports (background-image: url(../img/cta_bg_sp.webp)) {
    #cta {
      background-image: url(../img/cta_bg_sp.webp);
    }
  }
}
#cta .cv_wrap .sub {
  color: #fff;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  #cta .cv_wrap .sub {
    font-size: 2rem;
  }
}
#cta .cv_wrap .sub .small {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #cta .cv_wrap .sub .small {
    font-size: 1.6rem;
  }
}
#cta .cv_wrap .sub::before, #cta .cv_wrap .sub::after {
  display: none;
}

/* ---------------- ▲ CTA // #cta ---------------- */
/* ---------------- ▼ こんなお悩みありませんか？ // #worry ---------------- */
#worry {
  background: #D9D9D9;
  padding: 8rem 27rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #worry {
    padding: 6rem 3rem 0;
  }
}
#worry::before, #worry::after {
  content: "";
  background: linear-gradient(to left bottom, transparent 50%, #0056CC 50%);
  width: 50%;
  height: 15.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  #worry::before, #worry::after {
    height: 5rem;
  }
}
#worry::after {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}
#worry .section_title {
  font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  #worry .section_title {
    font-size: 2.4rem;
  }
}
#worry ul {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 2.5rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #worry ul {
    flex-direction: column;
    gap: 1.5rem;
  }
}
#worry ul li {
  width: 50%;
  text-align: center;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #worry ul li {
    width: 100%;
    padding: 0;
  }
}
#worry ul li p {
  background: #888;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  width: 30rem;
  height: 8.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #worry ul li p {
    font-size: 1.6rem;
    height: 5.4rem;
  }
}
#worry ul li p::before {
  content: "";
  background: url(../img/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.8rem;
  height: 2.3rem;
  position: absolute;
  top: -1rem;
}
@media only screen and (max-width: 768px) {
  #worry ul li p::before {
    width: 2.1;
    height: 1.7rem;
  }
}
#worry ul li:nth-child(1) {
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  #worry ul li:nth-child(1) {
    justify-content: flex-start;
  }
}
#worry ul li:nth-child(1) p {
  border-radius: 1.5rem 1.5rem 0 1.5rem;
}
@media only screen and (max-width: 768px) {
  #worry ul li:nth-child(1) p {
    border-radius: 1.5rem 1.5rem 1.5rem 0;
  }
}
#worry ul li:nth-child(1) p::before {
  right: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #worry ul li:nth-child(1) p::before {
    right: auto;
    left: 1.2rem;
    transform: rotate(180deg);
  }
}
#worry ul li:nth-child(2) {
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  #worry ul li:nth-child(2) {
    justify-content: flex-end;
  }
}
#worry ul li:nth-child(2) p {
  border-radius: 1.5rem 1.5rem 1.5rem 0;
}
@media only screen and (max-width: 768px) {
  #worry ul li:nth-child(2) p {
    border-radius: 1.5rem 1.5rem 0 1.5rem;
  }
}
#worry ul li:nth-child(2) p::before {
  right: 1.2rem;
}
#worry ul li:nth-child(3) {
  justify-content: flex-start;
}
#worry ul li:nth-child(3) p {
  border-radius: 1.5rem 1.5rem 0 1.5rem;
}
@media only screen and (max-width: 768px) {
  #worry ul li:nth-child(3) p {
    border-radius: 1.5rem 1.5rem 1.5rem 0;
  }
}
#worry ul li:nth-child(3) p::before {
  right: auto;
  left: 1.2rem;
  transform: rotate(180deg);
}
#worry ul li:nth-child(4) {
  justify-content: flex-end;
}
#worry ul li:nth-child(4) p {
  border-radius: 1.5rem 1.5rem 1.5rem 0;
}
@media only screen and (max-width: 768px) {
  #worry ul li:nth-child(4) p {
    border-radius: 1.5rem 1.5rem 0 1.5rem;
  }
}
#worry ul li:nth-child(4) p::before {
  right: auto;
  left: 1.2rem;
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  #worry ul li:nth-child(4) p::before {
    left: auto;
    right: 1.2rem;
    transform: rotate(0deg);
  }
}
#worry figure {
  width: 32rem;
  margin: -12rem auto 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #worry figure {
    width: 24rem;
    margin: -1rem auto 0;
  }
}

/* ---------------- ▲ こんなお悩みありませんか？ // #worry ---------------- */
/* ---------------- ▲ MUGEN WiFiのここがおすすめ // #point ---------------- */
#point {
  padding: 0;
}
#point .point_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  #point .point_title {
    gap: 1.2rem;
  }
}
#point .point_title .circle {
  width: 12rem;
  height: 12rem;
  background: #0056CC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  line-height: 1;
  border-radius: 999rem;
}
@media only screen and (max-width: 768px) {
  #point .point_title .circle {
    width: 8.2rem;
    height: 8.2rem;
  }
}
#point .point_title .circle .open-sans {
  font-size: 1.3rem;
  transform: skew(-20deg);
  color: #FFF717;
}
@media only screen and (max-width: 768px) {
  #point .point_title .circle .open-sans {
    font-size: 1rem;
  }
}
#point .point_title .circle .main {
  font-size: 2.8rem;
  transform: skew(-20deg);
  color: #fff;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  #point .point_title .circle .main {
    font-size: 1.8rem;
  }
}
#point .point_title .circle .main .small {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #point .point_title .circle .main .small {
    font-size: 1.4rem;
  }
}
#point .point_title .title {
  color: #0056CC;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #point .point_title .title {
    font-size: 2.8rem;
  }
}
#point .point_title .title .small {
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  #point .point_title .title .small {
    font-size: 2rem;
  }
}
#point .point_top_wrap {
  background: #0056CC;
  padding: 8rem 27rem 6rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #point .point_top_wrap {
    padding: 5.5rem 3rem 4rem;
  }
}
#point .point_top_wrap::before {
  content: "point";
  font-size: 20rem;
  font-family: "Open Sans", sans-serif;
  color: #1468DC;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -7rem;
}
@media only screen and (max-width: 768px) {
  #point .point_top_wrap::before {
    font-size: 12rem;
    top: -4.5rem;
  }
}
#point .point_top_wrap .section_title {
  color: #fff;
  position: relative;
  z-index: 2;
}
#point .point_top_wrap .circle_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #point .point_top_wrap .circle_wrap {
    gap: 0;
    justify-content: space-between;
  }
}
#point .point_top_wrap .circle_wrap li {
  background: #fff;
  border-radius: 999rem;
  width: 16.3rem;
  height: 16.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #point .point_top_wrap .circle_wrap li {
    width: 10.5rem;
    height: 10.5rem;
  }
}
#point .point_top_wrap .circle_wrap li p {
  font-weight: 900;
  font-size: 3.8rem;
  transform: skew(-20deg);
}
@media only screen and (max-width: 768px) {
  #point .point_top_wrap .circle_wrap li p {
    font-size: 2.4rem;
  }
}
#point .point_top_wrap .circle_wrap li p .small {
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  #point .point_top_wrap .circle_wrap li p .small {
    font-size: 1.8rem;
  }
}
#point .point_top_wrap .circle_wrap li .open-sans {
  color: #FF9B14;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  #point .point_top_wrap .circle_wrap li .open-sans {
    font-size: 1.2rem;
  }
}
#point .point_01 {
  background: #EBF3FF;
  padding: 8rem 27rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #point .point_01 {
    padding: 4rem 3rem 6rem;
  }
}
#point .point_01::before {
  content: "";
  background: url(../img/arrow_blue_3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 4rem;
  height: 6.1rem;
  position: absolute;
  left: 50%;
  top: -3rem;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #point .point_01::before {
    width: 3rem;
    height: 4.5rem;
    top: -1.5rem;
  }
}
#point .point_01 .point_01_top {
  text-align: center;
}
#point .point_01 .point_01_top .cross {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.2rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_top .cross {
    gap: 2rem;
  }
}
#point .point_01 .point_01_top .cross::before {
  content: "";
  background: url(../img/cross.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3.7rem;
  height: 3.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#point .point_01 .point_01_top .cross li {
  background: #fff;
  border-radius: 0 1rem 0 1rem;
  width: 41rem;
  height: 9.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_top .cross li {
    width: 15.5rem;
    height: 10.4rem;
  }
}
#point .point_01 .point_01_top .cross li p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_top .cross li p {
    font-size: 1.4rem;
  }
}
#point .point_01 .point_01_top .cross li p .open-sans {
  font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_top .cross li p .open-sans {
    font-size: 3rem;
  }
}
#point .point_01 .point_01_top .cross li p .pc-only {
  display: inline;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_top .cross li p .pc-only {
    display: none;
  }
}
#point .point_01 .point_01_top .lifestyle {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_top .lifestyle {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
}
#point .point_01 .point_01_top .lifestyle .line_yellow {
  background: linear-gradient(to bottom, transparent 65%, #FFF717 65%);
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_top .lifestyle.pc-only {
    display: none;
  }
}
#point .point_01 .point_01_top .lifestyle.sp-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_top .lifestyle.sp-only {
    display: inline-block;
  }
}
#point .point_01 .point_01_top .accordion_wrap {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_top .accordion_wrap {
    margin-top: 2rem;
  }
}
#point .point_01 .point_01_top .accordion_wrap .box .content .name {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  background: #eee;
  line-height: 1;
  padding: 1rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_top .accordion_wrap .box .content .name {
    font-size: 1.4rem;
  }
}
#point .point_01 .point_01_top .accordion_wrap .box .content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  align-items: flex-start;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_top .accordion_wrap .box .content ul {
    gap: 1.5rem;
    row-gap: 2rem;
    flex-wrap: wrap;
  }
}
#point .point_01 .point_01_top .accordion_wrap .box .content ul li {
  width: calc((100% - 6rem) / 3);
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_top .accordion_wrap .box .content ul li {
    width: calc((100% - 1.5rem) / 2);
  }
}
#point .point_01 .point_01_top .accordion_wrap .box .content ul li .top_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}
#point .point_01 .point_01_top .accordion_wrap .box .content ul li .top_wrap .circle {
  display: block;
  background: #0056CC;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 999rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_top .accordion_wrap .box .content ul li .top_wrap .circle {
    width: 2.7rem;
    height: 2.7rem;
    font-size: 1.2rem;
  }
}
#point .point_01 .point_01_top .accordion_wrap .box .content ul li .top_wrap .circle.bg_orange {
  background: #FF9B14;
}
#point .point_01 .point_01_top .accordion_wrap .box .content ul li .top_wrap p {
  font-size: 1.8rem;
  font-weight: bold;
  max-width: calc(100% - 4.7rem);
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_top .accordion_wrap .box .content ul li .top_wrap p {
    font-size: 1.4rem;
    max-width: calc(100% - 3.2rem);
  }
}
#point .point_01 .point_01_top .accordion_wrap .box .content ul li figure {
  width: 8rem;
  margin: 0.5rem auto;
  min-height: 7.5rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_top .accordion_wrap .box .content ul li figure {
    width: 7rem;
    min-height: 7rem;
  }
}
#point .point_01 .point_01_top .accordion_wrap .box .content ul li .text {
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_top .accordion_wrap .box .content ul li .text {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_top .accordion_wrap .box .content ul li.bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  #point .point_01 .point_01_top .accordion_wrap .box .content ul li.bottom .top_wrap {
    justify-content: flex-start;
  }
  #point .point_01 .point_01_top .accordion_wrap .box .content ul li.bottom .text_wrap {
    width: 21rem;
  }
  #point .point_01 .point_01_top .accordion_wrap .box .content ul li.bottom .text_wrap .text {
    text-align: left;
  }
  #point .point_01 .point_01_top .accordion_wrap .box .content ul li.bottom figure {
    margin: 0;
  }
}
#point .point_01 .point_01_top .accordion_wrap .box .content ul li.wimax .top_wrap {
  min-height: 4.7rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_top .accordion_wrap .box .content ul li.wimax .top_wrap {
    min-height: 5.8rem;
  }
}
#point .point_01 .point_01_top .accordion_wrap .box .content + .content {
  margin-top: 4rem;
}
#point .point_01 .line {
  width: 100%;
  margin: 5rem 0;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .line {
    margin: 3rem 0;
  }
}
#point .point_01 .point_01_title {
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_title {
    margin-bottom: 3rem;
  }
}
#point .point_01 .point_01_title .bg_l-blue {
  display: inline-block;
  background: #8CB6EE;
  color: #fff;
  border-radius: 999rem;
  padding: 0.5rem 2rem;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_title .bg_l-blue {
    font-size: 1.6rem;
  }
}
#point .point_01 .point_01_title .sub {
  color: #002F6F;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_title .sub {
    font-size: 1.8rem;
  }
}
#point .point_01 .point_01_title .main {
  color: #002F6F;
  font-weight: bold;
  font-size: 4.5rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_title .main {
    font-size: 2.8rem;
  }
}
#point .point_01 .point_01_title .main .small {
  font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_title .main .small {
    font-size: 2.2rem;
  }
}
#point .point_01 .point_01_title .main .open-sans {
  font-size: 5rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_01_title .main .open-sans {
    font-size: 3rem;
  }
}
#point .point_01 .point_plan_wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  gap: 3rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_plan_wrap ul {
    flex-direction: column;
    gap: 2rem;
  }
}
#point .point_01 .point_plan_wrap ul li {
  width: calc((100% - 3rem) / 2);
  border-radius: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_plan_wrap ul li {
    width: 100%;
    border-radius: 1rem;
  }
}
#point .point_01 .point_plan_wrap ul li .bubble {
  display: inline-block;
  font-size: 1.5rem;
  color: #7CC186;
  padding: 0.8rem 3rem;
  line-height: 1.3;
  border-radius: 99px;
  border: solid 1px #7CC186;
  background: #fff;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_plan_wrap ul li .bubble {
    font-size: 1.2rem;
    padding: 0.5rem 2.5rem;
  }
}
#point .point_01 .point_plan_wrap ul li .bubble::before {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  margin-left: -0.7rem;
  border: 0.7rem solid transparent;
  border-top: 0.7rem solid #FFF;
  z-index: 2;
}
#point .point_01 .point_plan_wrap ul li h5 {
  background: #7CC186;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  border-radius: 1.5rem 1.5rem 0 0;
  padding: 1.5rem 0 0.5rem;
  margin-top: -1rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_plan_wrap ul li h5 {
    font-size: 2.4rem;
    border-radius: 1rem 1rem 0 0;
  }
}
#point .point_01 .point_plan_wrap ul li .content {
  background: #fff;
  border-radius: 0 0 1.5rem 1.5rem;
  border: solid 1px #7CC186;
  padding: 2.8rem 2.5rem;
  height: 24.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_plan_wrap ul li .content {
    border-radius: 0 0 1rem 1rem;
    height: auto;
    padding: 2rem;
  }
}
#point .point_01 .point_plan_wrap ul li .content .top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_plan_wrap ul li .content .top {
    gap: 1rem;
  }
}
#point .point_01 .point_plan_wrap ul li .content .top picture {
  width: 12.3rem;
  position: relative;
  z-index: 2;
  min-height: 12.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_plan_wrap ul li .content .top picture {
    width: 9.5rem;
    min-height: auto;
  }
}
#point .point_01 .point_plan_wrap ul li .content .top picture::before {
  content: "";
  background: url(../img/device_back_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14.3rem;
  height: 12.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_plan_wrap ul li .content .top picture::before {
    width: 11rem;
    height: 9.8rem;
  }
}
#point .point_01 .point_plan_wrap ul li .content .top .price_wrap {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_plan_wrap ul li .content .top .price_wrap {
    font-size: 1.4rem;
  }
}
#point .point_01 .point_plan_wrap ul li .content .top .price_wrap .open-sans {
  font-size: 5.6rem;
  color: #0056CC;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_plan_wrap ul li .content .top .price_wrap .open-sans {
    font-size: 4.4rem;
  }
}
#point .point_01 .point_plan_wrap ul li .content .top .price_wrap .tax {
  font-size: 1rem;
  font-weight: normal;
  position: absolute;
  bottom: 2.2em;
  right: -1em;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_plan_wrap ul li .content .top .price_wrap .tax {
    right: -1.4em;
    bottom: 1.6em;
  }
}
#point .point_01 .point_plan_wrap ul li .content .body_text {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_plan_wrap ul li .content .body_text {
    font-size: 1.2rem;
  }
}
#point .point_01 .point_plan_wrap ul li:nth-child(2) .bubble {
  color: #7EBFF0;
  border: solid 1px #7EBFF0;
}
#point .point_01 .point_plan_wrap ul li:nth-child(2) h5 {
  background: #7EBFF0;
}
#point .point_01 .point_plan_wrap ul li:nth-child(2) .content {
  border: solid 1px #7EBFF0;
}
#point .point_01 .point_plan_wrap ul li:nth-child(2) .content .top picture {
  width: 13rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_plan_wrap ul li:nth-child(2) .content .top picture {
    width: 10rem;
  }
}
#point .point_01 .point_plan_wrap ul li:nth-child(2) .content .top picture::before {
  background: url(../img/device_back_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#point .point_01 .point_plan_wrap ul li:nth-child(3) .bubble {
  color: #FFB265;
  border: solid 1px #FFB265;
}
#point .point_01 .point_plan_wrap ul li:nth-child(3) h5 {
  background: #FFB265;
}
#point .point_01 .point_plan_wrap ul li:nth-child(3) .content {
  border: solid 1px #FFB265;
}
#point .point_01 .point_plan_wrap ul li:nth-child(3) .content .top picture {
  width: 14rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_plan_wrap ul li:nth-child(3) .content .top picture {
    width: 10.8rem;
  }
}
#point .point_01 .point_plan_wrap ul li:nth-child(3) .content .top picture::before {
  background: url(../img/device_back_03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#point .point_01 .point_plan_wrap ul li:nth-child(4) .bubble {
  color: #FF8C7D;
  border: solid 1px #FF8C7D;
}
#point .point_01 .point_plan_wrap ul li:nth-child(4) h5 {
  background: #FF8C7D;
}
#point .point_01 .point_plan_wrap ul li:nth-child(4) .content {
  border: solid 1px #FF8C7D;
}
#point .point_01 .point_plan_wrap ul li:nth-child(4) .content .top picture::before {
  background: url(../img/device_back_04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#point .point_01 .point_plan_wrap .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_plan_wrap .btn_wrap {
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }
}
#point .point_01 .point_option_wrap .content .top_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .top_wrap {
    gap: 1.5rem;
  }
}
#point .point_01 .point_option_wrap .content .top_wrap li {
  width: calc((100% - 3rem) / 2);
  background: #fff;
  padding: 2.5rem 4.5rem;
  text-align: center;
  border-radius: 1rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .top_wrap li {
    width: calc((100% - 1.5rem) / 2);
    padding: 2rem 1.5rem;
    border-radius: 0.5rem;
    height: 25.1rem;
  }
}
#point .point_01 .point_option_wrap .content .top_wrap li .bubble {
  font-size: 1.6rem;
  background: rgba(0, 86, 204, 0.15);
  border-radius: 0.5rem;
  display: inline-block;
  line-height: 1.3;
  padding: 0.8rem 1.5rem;
  font-weight: bold;
  color: #0056CC;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .top_wrap li .bubble {
    font-size: 1.1rem;
    padding: 0.5rem 0.8rem;
  }
}
#point .point_01 .point_option_wrap .content .top_wrap li .bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -0.7rem;
  border: 0.7rem solid transparent;
  border-top: 0.7rem solid rgba(0, 86, 204, 0.15);
}
#point .point_01 .point_option_wrap .content .top_wrap li .pc_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  gap: 2rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .top_wrap li .pc_flex {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    align-items: center;
  }
}
#point .point_01 .point_option_wrap .content .top_wrap li .pc_flex .name_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#point .point_01 .point_option_wrap .content .top_wrap li .pc_flex .name_wrap figure {
  width: 5.4rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .top_wrap li .pc_flex .name_wrap figure {
    width: 3.5rem;
  }
}
#point .point_01 .point_option_wrap .content .top_wrap li .pc_flex .name_wrap .name {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .top_wrap li .pc_flex .name_wrap .name {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
#point .point_01 .point_option_wrap .content .top_wrap li .pc_flex .price_wrap {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .top_wrap li .pc_flex .price_wrap {
    font-size: 1.4rem;
  }
}
#point .point_01 .point_option_wrap .content .top_wrap li .pc_flex .price_wrap .open-sans {
  font-size: 4.8rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .top_wrap li .pc_flex .price_wrap .open-sans {
    font-size: 3.2rem;
  }
}
#point .point_01 .point_option_wrap .content .top_wrap li .pc_flex .price_wrap .tax {
  position: absolute;
  right: -0.5rem;
  top: 1rem;
  font-weight: normal;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .top_wrap li .pc_flex .price_wrap .tax {
    position: static;
  }
}
#point .point_01 .point_option_wrap .content .top_wrap li .body_text {
  text-align: center;
  line-height: 1.5;
  margin-top: 1rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .top_wrap li .body_text {
    font-size: 1rem;
    text-align: left;
  }
}
#point .point_01 .point_option_wrap .content .arrow {
  width: 4rem;
  margin: 1.5rem auto;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .arrow {
    width: 2.4rem;
    margin-top: -1.5rem;
  }
}
#point .point_01 .point_option_wrap .content .premium-support {
  text-align: center;
}
#point .point_01 .point_option_wrap .content .premium-support .bubble {
  font-size: 1.8rem;
  background: #002F6F;
  border-radius: 0.5rem;
  display: inline-block;
  line-height: 1.3;
  padding: 1rem 1.5rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .premium-support .bubble {
    font-size: 1.4rem;
  }
}
#point .point_01 .point_option_wrap .content .premium-support .bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -0.7rem;
  border: 0.7rem solid transparent;
  border-top: 0.7rem solid #002F6F;
}
#point .point_01 .point_option_wrap .content .premium-support .content {
  margin: 0 auto;
  margin-top: -2rem;
  padding: 3rem 5rem;
  border-radius: 1rem;
  background: #fff;
  width: 55rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .premium-support .content {
    width: 100%;
    padding: 3.4rem 2rem 2rem;
  }
}
#point .point_01 .point_option_wrap .content .premium-support .content .pc_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .premium-support .content .pc_flex {
    flex-direction: column;
    gap: 0rem;
  }
}
#point .point_01 .point_option_wrap .content .premium-support .content .pc_flex .name_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#point .point_01 .point_option_wrap .content .premium-support .content .pc_flex .name_wrap figure {
  width: 5.4rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .premium-support .content .pc_flex .name_wrap figure {
    width: 5rem;
  }
}
#point .point_01 .point_option_wrap .content .premium-support .content .pc_flex .name_wrap .name {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.3;
}
#point .point_01 .point_option_wrap .content .premium-support .content .pc_flex .price_wrap {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .premium-support .content .pc_flex .price_wrap {
    font-size: 1.6rem;
  }
}
#point .point_01 .point_option_wrap .content .premium-support .content .pc_flex .price_wrap .open-sans {
  font-size: 4.8rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .premium-support .content .pc_flex .price_wrap .open-sans {
    font-size: 3.8rem;
  }
}
#point .point_01 .point_option_wrap .content .premium-support .content .pc_flex .price_wrap .tax {
  position: absolute;
  right: -0.5rem;
  top: 1rem;
  font-weight: normal;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .premium-support .content .pc_flex .price_wrap .tax {
    position: static;
  }
}
#point .point_01 .point_option_wrap .content .premium-support .content .body_text {
  margin-top: 1rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .premium-support .content .body_text {
    font-size: 1rem;
  }
}
#point .point_01 .point_option_wrap .content .bottom_note_wrap {
  text-align: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_option_wrap .content .bottom_note_wrap {
    text-align: justify;
  }
}
#point .point_01 .point_course_wrap .content {
  background: #fff;
  padding: 3rem 5rem;
  border-radius: 1rem;
  width: 55rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_course_wrap .content {
    width: 100%;
    padding: 2rem 2rem;
    border-radius: 1rem;
  }
}
#point .point_01 .point_course_wrap .content .pc_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_course_wrap .content .pc_flex {
    flex-direction: column;
    gap: 0rem;
  }
}
#point .point_01 .point_course_wrap .content .pc_flex .name_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#point .point_01 .point_course_wrap .content .pc_flex .name_wrap figure {
  width: 5.4rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_course_wrap .content .pc_flex .name_wrap figure {
    width: 4.8rem;
  }
}
#point .point_01 .point_course_wrap .content .pc_flex .name_wrap .name {
  font-weight: bold;
  font-size: 2rem;
  text-align: left;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_course_wrap .content .pc_flex .name_wrap .name {
    font-size: 1.8rem;
  }
}
#point .point_01 .point_course_wrap .content .pc_flex .price_wrap {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_course_wrap .content .pc_flex .price_wrap {
    font-size: 1.6rem;
  }
}
#point .point_01 .point_course_wrap .content .pc_flex .price_wrap .open-sans {
  font-size: 4.8rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_course_wrap .content .pc_flex .price_wrap .open-sans {
    font-size: 3.8rem;
  }
}
#point .point_01 .point_course_wrap .content .pc_flex .price_wrap .tax {
  position: absolute;
  right: -0.5rem;
  top: 1rem;
  font-weight: normal;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_course_wrap .content .pc_flex .price_wrap .tax {
    position: static;
  }
}
#point .point_01 .point_course_wrap .content .body_text {
  margin: 0 auto;
  margin-top: 1rem;
  width: 37rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #point .point_01 .point_course_wrap .content .body_text {
    width: 100%;
  }
}
#point .point_01 .point_course_wrap .content .note_wrap {
  margin: 0 auto;
  width: 37rem;
}
#point .point_01 .point_01_course_btn {
  margin-top: 3rem;
}
#point .point_02 {
  padding: 8rem 27rem;
}
@media only screen and (max-width: 768px) {
  #point .point_02 {
    padding: 4rem 0rem 6rem;
  }
}
#point .point_02 .content .pc-only {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #point .point_02 .content .pc-only {
    display: none;
  }
}
#point .point_02 .content .pc-only .text_wrap {
  flex: 1;
}
#point .point_02 .content .pc-only .text_wrap .head_text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  flex: 1;
  white-space: nowrap;
  position: relative;
}
#point .point_02 .content .pc-only .text_wrap .head_text::before, #point .point_02 .content .pc-only .text_wrap .head_text::after {
  content: "";
  background: url(../img/cashback_logo_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 0.8rem;
  height: 5rem;
  position: absolute;
  left: -2rem;
  top: 4.7rem;
}
#point .point_02 .content .pc-only .text_wrap .head_text::after {
  left: auto;
  right: 8.2rem;
  transform: rotate(180deg);
}
#point .point_02 .content .pc-only .text_wrap .head_text .open-sans {
  font-size: 3.6rem;
}
#point .point_02 .content .pc-only .text_wrap .head_text img {
  width: 32rem;
  position: relative;
  margin-right: 2.6rem;
  transform: translateY(-30%);
}
#point .point_02 .content .pc-only .text_wrap .head_text img::before, #point .point_02 .content .pc-only .text_wrap .head_text img::after {
  content: "";
  background: url(../img/cashback_logo_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 0.5rem;
  height: 3.8rem;
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
#point .point_02 .content .pc-only .text_wrap .cashback_text {
  margin-top: 4rem;
  position: relative;
}
#point .point_02 .content .pc-only .text_wrap .cashback_text::before {
  content: "";
  background: url(../img/arrow_blue_3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3.2rem;
  height: 4.8rem;
  position: absolute;
  left: 50%;
  top: -3.5rem;
  transform: translateX(-50%);
  z-index: 2;
}
#point .point_02 .content .pc-only .text_wrap .cashback_text .bubble {
  text-align: center;
  font-size: 1.8rem;
  padding: 1rem 1.5rem;
  font-weight: bold;
  background: #fff;
  border: solid 0.2rem #FF9B14;
  position: relative;
  border-radius: 0.5rem;
  line-height: 1.3;
}
#point .point_02 .content .pc-only .text_wrap .cashback_text .bubble::before {
  content: "";
  position: absolute;
  bottom: -2.1rem;
  left: 50%;
  margin-left: -1.5rem;
  border: 1.2rem solid transparent;
  border-top: 1.2rem solid #FFF;
  z-index: 2;
}
#point .point_02 .content .pc-only .text_wrap .cashback_text .bubble::after {
  content: "";
  position: absolute;
  bottom: -2.6rem;
  left: 50%;
  margin-left: -1.6rem;
  border: 1.3rem solid transparent;
  border-top: 1.3rem solid #FF9B14;
  z-index: 1;
}
#point .point_02 .content .pc-only .text_wrap .cashback_text .bottom_wrap {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#point .point_02 .content .pc-only .text_wrap .cashback_text .bottom_wrap .square {
  background: #FF9B14;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 2rem;
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#point .point_02 .content .pc-only .text_wrap .cashback_text .bottom_wrap .black {
  white-space: nowrap;
  font-weight: 900;
  font-size: 8rem;
  text-shadow: 0.25rem 0.25rem 0 #FFE2BA;
  line-height: 1;
}
#point .point_02 .content .pc-only picture {
  width: 46rem;
}
#point .point_02 .content .sp-only .head_text {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #point .point_02 .content .sp-only .head_text {
    font-size: 1.8rem;
  }
}
#point .point_02 .content .sp-only .head_text::before, #point .point_02 .content .sp-only .head_text::after {
  content: "";
  background: url(../img/cashback_logo_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 0.5rem;
  height: 3.8rem;
  position: absolute;
  left: 2.2rem;
  top: 4.7rem;
}
#point .point_02 .content .sp-only .head_text::after {
  left: auto;
  right: 9.2rem;
  transform: rotate(180deg);
}
#point .point_02 .content .sp-only .head_text .open-sans {
  font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  #point .point_02 .content .sp-only .head_text .open-sans {
    font-size: 2.4rem;
  }
}
#point .point_02 .content .sp-only .head_text img {
  width: 30rem;
  margin-right: 2.4rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #point .point_02 .content .sp-only .head_text img {
    width: 25.6rem;
    margin-right: 1.5rem;
  }
}
#point .point_02 .content .sp-only picture {
  width: 100%;
  margin-top: 2rem;
}
#point .point_02 .content .sp-only .cashback_text {
  margin-top: -1rem;
  text-align: center;
}
#point .point_02 .content .sp-only .cashback_text .bubble {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
  background: #fff;
  border: solid 0.2rem #FF9B14;
  position: relative;
  border-radius: 0.5rem;
  line-height: 1.3;
}
#point .point_02 .content .sp-only .cashback_text .bubble::before {
  content: "";
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  margin-left: -1.3rem;
  border: 1rem solid transparent;
  border-top: 1rem solid #FFF;
  z-index: 2;
}
#point .point_02 .content .sp-only .cashback_text .bubble::after {
  content: "";
  position: absolute;
  bottom: -2.2rem;
  left: 50%;
  margin-left: -1.4rem;
  border: 1.1rem solid transparent;
  border-top: 1.1rem solid #FF9B14;
  z-index: 1;
}
#point .point_02 .content .sp-only .cashback_text .bottom_wrap {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#point .point_02 .content .sp-only .cashback_text .bottom_wrap .square {
  background: #FF9B14;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.6rem;
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#point .point_02 .content .sp-only .cashback_text .bottom_wrap .black {
  white-space: nowrap;
  font-weight: 900;
  font-size: 6rem;
  text-shadow: 0.25rem 0.25rem 0 #FFE2BA;
  line-height: 1;
}
#point .point_02 .content .worry_wrap {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  #point .point_02 .content .worry_wrap {
    gap: 1.5rem;
  }
}
#point .point_02 .content .worry_wrap li {
  width: 18.5rem;
  height: 18.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E4E4E4;
  border-radius: 999rem;
  border: solid 0.4rem #CFCFCF;
}
@media only screen and (max-width: 768px) {
  #point .point_02 .content .worry_wrap li {
    width: 15.5rem;
    height: 15.5rem;
    font-size: 1.4rem;
  }
}
#point .point_02 .content .worry_wrap li.worry_01 {
  position: relative;
}
#point .point_02 .content .worry_wrap li.worry_01::before {
  content: "";
  background: url(../img/cashback_worry_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10.7rem;
  height: 12.4rem;
  position: absolute;
  left: -4rem;
  top: 9rem;
}
@media only screen and (max-width: 768px) {
  #point .point_02 .content .worry_wrap li.worry_01::before {
    width: 8rem;
    height: 9.3rem;
    top: 10.8rem;
    left: 4rem;
  }
}
#point .point_02 .content .worry_wrap li.worry_02 {
  position: relative;
}
#point .point_02 .content .worry_wrap li.worry_02::before {
  content: "";
  background: url(../img/cashback_worry_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12.2rem;
  height: 12.4rem;
  position: absolute;
  right: -9rem;
  top: 9rem;
}
@media only screen and (max-width: 768px) {
  #point .point_02 .content .worry_wrap li.worry_02::before {
    width: 9.2rem;
    height: 9.6rem;
    right: 1.5rem;
    top: 10.5rem;
  }
}
#point .point_02 .content .blue_wrap {
  margin-top: 3rem;
  background: #0056CC;
  border-radius: 0 2rem 0 2rem;
  padding: 3.5rem 5.5rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  #point .point_02 .content .blue_wrap {
    margin: 4.6rem 3rem 0;
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 2rem;
  }
}
#point .point_02 .content .blue_wrap .text {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #point .point_02 .content .blue_wrap .text {
    font-size: 1.8rem;
  }
}
#point .point_02 .content .blue_wrap .text .open-sans {
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  #point .point_02 .content .blue_wrap .text .open-sans {
    font-size: 2.5rem;
  }
}
#point .point_02 .content .blue_wrap .text .yellow {
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #point .point_02 .content .blue_wrap .text .yellow {
    font-size: 2.2rem;
  }
}
#point .point_02 .content .blue_wrap picture {
  width: 30rem;
}
@media only screen and (max-width: 768px) {
  #point .point_02 .content .blue_wrap picture {
    width: 100%;
  }
}
#point .point_02 .content .note_wrap {
  text-align: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  #point .point_02 .content .note_wrap {
    margin-top: 1.5rem;
  }
}
#point .point_02 .content .accordion_wrap {
  width: 62rem;
  margin: 0 auto;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  #point .point_02 .content .accordion_wrap {
    width: 33rem;
    margin: 1.5rem 3rem 0;
  }
}
#point .point_02 .content .accordion_wrap .box {
  border: solid 0.1rem #222;
  padding: 1rem 3rem 3rem;
}
@media only screen and (max-width: 768px) {
  #point .point_02 .content .accordion_wrap .box {
    padding: 0.5rem 1.5rem 2rem;
  }
}
#point .point_02 .content .accordion_wrap .box p {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  padding: 0.5rem 0;
  background: #eee;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #point .point_02 .content .accordion_wrap .box p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}
#point .point_02 .content .accordion_wrap .box p .small {
  font-weight: normal;
  font-size: 1.2rem;
}
#point .point_03 {
  background: #EBF3FF;
  padding: 8rem 27rem;
}
@media only screen and (max-width: 768px) {
  #point .point_03 {
    padding: 4rem 3rem 6rem;
  }
}
#point .point_03 .content {
  text-align: center;
  background: #fff;
  border-radius: 2rem;
  margin-top: 4rem;
  padding: 4rem 7rem;
}
@media only screen and (max-width: 768px) {
  #point .point_03 .content {
    margin-top: 3rem;
    border-radius: 1rem;
    padding: 2.5rem 2rem;
  }
}
#point .point_03 .content .bubble {
  background: #0056CC;
  color: #FFF717;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  position: relative;
  font-weight: bold;
}
#point .point_03 .content .bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -0.7rem;
  border: 0.7rem solid transparent;
  border-top: 0.7rem solid #0056CC;
}
#point .point_03 .content .bubble .open-sans {
  font-size: 2.4rem;
}
#point .point_03 .content .text {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  #point .point_03 .content .text {
    font-size: 1.4rem;
  }
}
#point .point_03 .content .text .open-sans {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #point .point_03 .content .text .open-sans {
    font-size: 1.7rem;
  }
}
#point .point_03 .content .text .orange {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #point .point_03 .content .text .orange {
    font-size: 1.8rem;
  }
}
#point .point_03 .content figure {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  #point .point_03 .content figure {
    font-size: 2rem;
  }
}
#point .point_03 .content .note_wrap {
  margin-top: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #point .point_03 .content .note_wrap {
    text-align: justify;
    margin-top: 1.3rem;
  }
}
#point .point_03 .ex_wrap {
  margin-top: 4rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #point .point_03 .ex_wrap {
    margin-top: 3rem;
  }
}
#point .point_03 .ex_wrap .top {
  font-size: 2rem;
  text-align: center;
  position: relative;
  font-weight: bold;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #point .point_03 .ex_wrap .top {
    font-size: 1.4rem;
  }
}
#point .point_03 .ex_wrap .top::before, #point .point_03 .ex_wrap .top::after {
  content: "";
  display: block;
  height: 1px;
  width: 27rem;
  position: absolute;
  left: -28rem;
  top: 50%;
  background: #8CB6EE;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #point .point_03 .ex_wrap .top::before, #point .point_03 .ex_wrap .top::after {
    width: 10rem;
    left: -11rem;
  }
}
#point .point_03 .ex_wrap .top::after {
  left: auto;
  right: -28rem;
}
@media only screen and (max-width: 768px) {
  #point .point_03 .ex_wrap .top::after {
    right: -11rem;
  }
}
#point .point_03 .ex_wrap ul {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  #point .point_03 .ex_wrap ul {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
#point .point_03 .ex_wrap ul li {
  width: 36rem;
}
@media only screen and (max-width: 768px) {
  #point .point_03 .ex_wrap ul li {
    width: 100%;
  }
}
#point .point_03 .ex_wrap ul li .top_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
#point .point_03 .ex_wrap ul li .top_wrap figure {
  width: 10rem;
}
#point .point_03 .ex_wrap ul li .top_wrap .before_after {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  padding-bottom: 1rem;
}
#point .point_03 .ex_wrap ul li .top_wrap .before_after .before .open-sans {
  font-size: 1.2rem;
  background: #fff;
  border-radius: 999rem;
  line-height: 1;
  padding: 0.3rem 1rem;
  margin-right: 1rem;
}
#point .point_03 .ex_wrap ul li .top_wrap .before_after .orange {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#point .point_03 .ex_wrap ul li .top_wrap .before_after .after .open-sans {
  font-size: 1.2rem;
  background: #0056CC;
  border-radius: 999rem;
  line-height: 1;
  padding: 0.3rem 1rem;
  color: #FFF717;
  margin-right: 1rem;
}
#point .point_03 .ex_wrap ul li .bottom_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAAA3D;
  color: #fff;
  font-weight: bold;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 1rem 1rem;
  margin-top: -0.5rem;
  position: relative;
  z-index: 2;
  height: 7.4rem;
}
@media only screen and (max-width: 768px) {
  #point .point_03 .ex_wrap ul li .bottom_wrap {
    font-size: 1.2rem;
  }
}
#point .point_03 .ex_wrap ul li .bottom_wrap .voice_text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: solid 0.1rem #fff;
  text-align: left;
}
#point .point_03 .ex_wrap ul li .bottom_wrap .voice_text .open-sans {
  font-size: 2rem;
}
#point .point_03 .ex_wrap .body_text {
  text-align: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  #point .point_03 .ex_wrap .body_text {
    margin-top: 3rem;
  }
}
#point .point_03 .ex_wrap .body_text .bold {
  font-size: 1.8rem;
}
#point .point_03 .ex_wrap .arrow {
  margin: 1.5rem auto;
  width: 3rem;
}
#point .point_03 .ex_wrap .premium_wrap .bubble {
  display: inline-block;
  background: #002F6F;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  padding: 1rem 3rem;
  border-radius: 0.5rem;
  position: relative;
}
#point .point_03 .ex_wrap .premium_wrap .bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -0.7rem;
  border: 0.7rem solid transparent;
  border-top: 0.7rem solid #002F6F;
}
#point .point_03 .ex_wrap .premium_wrap .premium_text {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #point .point_03 .ex_wrap .premium_wrap .premium_text {
    font-size: 1.4rem;
  }
}
#point .point_03 .ex_wrap .premium_wrap .premium_text .cormorant-garamond {
  font-size: 3.4rem;
  position: relative;
  background: linear-gradient(135deg, #002F6F 0%, #2883FF 40%, #002F6F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  #point .point_03 .ex_wrap .premium_wrap .premium_text .cormorant-garamond {
    font-size: 2.4rem;
  }
}
#point .point_03 .ex_wrap .premium_wrap .premium_text .cormorant-garamond::before, #point .point_03 .ex_wrap .premium_wrap .premium_text .cormorant-garamond::after {
  content: "";
  background: url(../img/cashback_logo_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 4.3rem;
}
@media only screen and (max-width: 768px) {
  #point .point_03 .ex_wrap .premium_wrap .premium_text .cormorant-garamond::before, #point .point_03 .ex_wrap .premium_wrap .premium_text .cormorant-garamond::after {
    width: 0.5rem;
    height: 3.2rem;
    left: -1rem;
  }
}
#point .point_03 .ex_wrap .premium_wrap .premium_text .cormorant-garamond::after {
  left: auto;
  right: -2rem;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 768px) {
  #point .point_03 .ex_wrap .premium_wrap .premium_text .cormorant-garamond::after {
    right: -1rem;
  }
}
#point .point_03 .ex_wrap .premium_wrap .to_other_page {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  #point .point_03 .ex_wrap .premium_wrap .to_other_page {
    margin-top: 1.5rem;
  }
}

/* ---------------- ▲ MUGEN WiFiのここがおすすめ // #point ---------------- */
/* ---------------- ▼ MUGEN WiFiはすぐ届く // #deliver ---------------- */
#deliver {
  padding: 7rem 65rem 7rem 27rem;
  text-align: center;
  background-image: url(../img/deliver_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@supports (background-image: url(../img/deliver_pc.webp)) {
  #deliver {
    background-image: url(../img/deliver_pc.webp);
  }
}
@media only screen and (max-width: 768px) {
  #deliver {
    padding: 4rem 3rem 13rem;
    background-image: url(../img/deliver_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  @supports (background-image: url(../img/deliver_sp.webp)) {
    #deliver {
      background-image: url(../img/deliver_sp.webp);
    }
  }
}
#deliver .section_title {
  color: #002F6F;
  transform: skew(-15deg);
  font-size: 4.4rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  #deliver .section_title {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}
#deliver .section_title .open-sans {
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  #deliver .section_title .open-sans {
    font-size: 2.8rem;
  }
}
#deliver .section_title .small {
  font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  #deliver .section_title .small {
    font-size: 2.4rem;
  }
}
#deliver ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media only screen and (max-width: 768px) {
  #deliver ul {
    gap: 2rem;
  }
}
#deliver ul li {
  width: 17rem;
  height: 15.5rem;
  gap: 3rem;
  background: #002F6F;
  color: #fff;
  border-radius: 0 1.5rem 0 1.5rem;
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1.3;
}

/* ---------------- ▲ MUGEN WiFiはすぐ届く // #deliver ---------------- */
/* ---------------- ▼ お支払い方法 // #payment_method ---------------- */
#payment_method {
  padding: 9rem 27rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #payment_method {
    padding: 6rem 3rem;
  }
}
#payment_method::before {
  content: "payment";
  position: absolute;
  left: -2rem;
  top: -13rem;
  font-size: 20rem;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #EBF3FF;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #payment_method::before {
    transform: rotate(90deg);
    font-size: 12rem;
    top: 16rem;
    left: 10rem;
  }
}
#payment_method .credit_wrap .pc_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.3rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #payment_method .credit_wrap .pc_flex {
    gap: 2rem;
  }
}
#payment_method .credit_wrap .pc_flex .left_wrap .bubble {
  font-size: 1.6rem;
  background: #0056CC;
  border-radius: 0.5rem;
  display: inline-block;
  line-height: 1.3;
  padding: 1rem 2rem;
  width: 100%;
  font-weight: bold;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #payment_method .credit_wrap .pc_flex .left_wrap .bubble {
    font-size: 1.4rem;
  }
}
#payment_method .credit_wrap .pc_flex .left_wrap .bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -0.7rem;
  border: 0.7rem solid transparent;
  border-top: 0.7rem solid #0056CC;
}
#payment_method .credit_wrap .pc_flex .left_wrap .card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.2rem;
  background: #EEE;
  width: 29rem;
  height: 7.4rem;
}
#payment_method .credit_wrap .pc_flex .left_wrap .card figure {
  width: 5.2rem;
}
#payment_method .credit_wrap .pc_flex .left_wrap .card p {
  font-weight: bold;
  font-size: 1.6rem;
}
#payment_method .credit_wrap .pc_flex .right_wrap {
  width: 33rem;
}
#payment_method .credit_wrap .pc_flex .right_wrap .head_text {
  font-weight: bold;
  font-size: 2rem;
}
#payment_method .credit_wrap .pc_flex .right_wrap .cards {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
#payment_method .credit_wrap .pc_flex .right_wrap .cards_image {
  width: 33rem;
  margin-top: 1.5rem;
}
#payment_method .credit_wrap .pc_flex .right_wrap .note_wrap {
  margin-top: 1rem;
}
#payment_method .credit_wrap .to_other_page {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  #payment_method .credit_wrap .to_other_page {
    margin-top: 2rem;
  }
}
#payment_method .bank_wrap {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  #payment_method .bank_wrap {
    margin-top: 4rem;
  }
}
#payment_method .bank_wrap .pc_flex {
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  #payment_method .bank_wrap .pc_flex {
    gap: 2rem;
  }
}
#payment_method .bank_wrap .pc_flex .left_wrap .card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.2rem;
  background: #EEE;
  width: 29rem;
  height: 7.4rem;
}
#payment_method .bank_wrap .pc_flex .left_wrap .card figure {
  width: 5.2rem;
}
#payment_method .bank_wrap .pc_flex .left_wrap .card p {
  font-weight: bold;
  font-size: 1.6rem;
}
#payment_method .bank_wrap .to_other_page {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  #payment_method .bank_wrap .to_other_page {
    margin-top: 2rem;
  }
}

/* ---------------- ▲ お支払い方法 // #payment_method ---------------- */
/* ---------------- ▼ お得な会員制度 // #membership ---------------- */
#membership {
  background: #EBF3FF;
  position: relative;
}
#membership::before {
  content: "MUGEN PREMIUM CLUB";
  position: absolute;
  right: 48rem;
  top: 75rem;
  font-size: 15rem;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
  color: #DBEAFF;
  transform: rotate(90deg);
}
@media only screen and (max-width: 768px) {
  #membership::before {
    display: none;
  }
}
#membership .section_title .cormorant-garamond {
  background: linear-gradient(135deg, #002F6F 0%, #2883FF 35%, #002F6F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
#membership .content_back {
  background: #fff;
  padding: 5rem 8rem;
  border-radius: 2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #membership .content_back {
    padding: 3rem 2rem;
    border-radius: 1.5rem;
  }
}
#membership .content_back .content_head {
  font-size: 3.2rem;
  font-weight: bold;
  color: #002F6F;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #membership .content_back .content_head {
    font-size: 2rem;
  }
}
#membership .content_back .content_head::before, #membership .content_back .content_head::after {
  content: "";
  display: block;
  position: absolute;
  left: 26rem;
  top: 50%;
  width: 3.5rem;
  height: 1px;
  background: #002F6F;
}
@media only screen and (max-width: 768px) {
  #membership .content_back .content_head::before, #membership .content_back .content_head::after {
    width: 2.4rem;
    left: 7.4rem;
  }
}
#membership .content_back .content_head::after {
  left: auto;
  right: 26rem;
}
@media only screen and (max-width: 768px) {
  #membership .content_back .content_head::after {
    right: 7.4rem;
  }
}
#membership .content_back .sub_ttl {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(to bottom, transparent 50%, #FFF717 50%);
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  #membership .content_back .sub_ttl {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}
#membership .content_back .step {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  position: relative;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  #membership .content_back .step {
    display: block;
  }
}
#membership .content_back .step li {
  text-align: center;
}
#membership .content_back .step li .text {
  line-height: 1;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 0.8rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
#membership .content_back .step li .text::before, #membership .content_back .step li .text::after {
  content: "";
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%) rotate(-30deg);
  width: 1px;
  height: 100%;
  background: #222;
}
#membership .content_back .step li .text::after {
  left: auto;
  right: -1rem;
  transform: translateY(-50%) rotate(30deg);
}
#membership .content_back .step li .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #002F6F;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
#membership .content_back .step li .heading p {
  display: inline-block;
  text-align: center;
  background: #002F6F;
  color: #fff;
  padding: 1rem;
  line-height: 1;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  #membership .content_back .step li .heading p {
    padding: 1rem;
    font-size: 0.9rem;
  }
}
#membership .content_back .step li .heading p .number {
  font-size: 2rem;
}
#membership .content_back .step li .heading h4 {
  text-align: center;
  width: 100%;
  color: #002F6F;
  font-size: 1.6rem;
  font-weight: bold;
}
#membership .content_back .step li:first-child .two_step {
  display: flex;
  justify-content: space-around;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #membership .content_back .step li:first-child .two_step {
    justify-content: space-between;
    gap: 1rem;
  }
}
#membership .content_back .step li:first-child .two_step::after {
  position: absolute;
  content: "";
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  background: #0056CC;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 1rem;
  height: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #membership .content_back .step li:first-child .two_step::after {
    width: 1.3rem;
    height: 2rem;
  }
}
#membership .content_back .step li:first-child .two_step .two_step_content {
  width: calc(50% - 0.5rem);
}
#membership .content_back .step li:first-child .two_step .two_step_content figure {
  margin: 0 auto;
  width: 9rem;
}
@media only screen and (max-width: 768px) {
  #membership .content_back .step li:first-child .two_step .two_step_content figure {
    width: 7.6rem;
  }
}
#membership .content_back .step li:first-child .two_step .two_step_content .explanation {
  text-align: center;
  margin-top: 1em;
  font-weight: 500;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #membership .content_back .step li:first-child .two_step .two_step_content .explanation {
    font-size: 1.1rem;
  }
}
#membership .content_back .step li:first-child .two_step .two_step_content .explanation span {
  color: #0056CC;
}
#membership .content_back .step li:nth-child(2) {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  #membership .content_back .step li:nth-child(2) {
    margin-top: 4rem;
  }
}
#membership .content_back .step li:nth-child(2) .screen figure {
  margin: 2rem auto 0;
  width: 9rem;
}
@media only screen and (max-width: 768px) {
  #membership .content_back .step li:nth-child(2) .screen figure {
    width: 7.6rem;
  }
}
#membership .content_back .step li:nth-child(2) .explanation {
  text-align: lrft;
  margin-top: 1em;
  font-weight: 500;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #membership .content_back .step li:nth-child(2) .explanation {
    font-size: 1.1rem;
  }
}
#membership .content_back .step li:nth-child(2) .explanation span {
  color: #0056CC;
}
#membership .content_back .step + div {
  margin-top: 3rem;
}
#membership .benefits_wrap {
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  #membership .benefits_wrap {
    display: block;
  }
}
#membership .benefits_wrap .benefits_detail {
  width: calc(50% - 2rem);
}
@media only screen and (max-width: 768px) {
  #membership .benefits_wrap .benefits_detail {
    width: 100%;
  }
}
#membership .benefits_wrap .benefit_for_all {
  border: solid 1px #0056CC;
  border-radius: 0.5rem;
  overflow: hidden;
}
#membership .benefits_wrap .benefit_for_all h4 {
  text-align: center;
  line-height: 1;
  background: #0056CC;
  color: #fff;
  padding: 0.5em 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #membership .benefits_wrap .benefit_for_all h4 {
    font-size: 1.4rem;
  }
}
#membership .benefits_wrap .benefit_for_all ul {
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  #membership .benefits_wrap .benefit_for_all ul {
    padding: 1.5rem;
  }
}
#membership .benefits_wrap .benefit_for_all ul li {
  position: relative;
  padding-left: 4.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #membership .benefits_wrap .benefit_for_all ul li {
    padding-left: 4rem;
  }
}
#membership .benefits_wrap .benefit_for_all ul li p {
  color: #FF9B14;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #membership .benefits_wrap .benefit_for_all ul li p {
    font-size: 1.4rem;
  }
}
#membership .benefits_wrap .benefit_for_all ul li span {
  font-weight: 400;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #membership .benefits_wrap .benefit_for_all ul li span {
    font-size: 1.2rem;
  }
}
#membership .benefits_wrap .benefit_for_all ul li + li {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #membership .benefits_wrap .benefit_for_all ul li + li {
    margin-top: 1.5rem;
  }
}
#membership .benefits_wrap .benefit_for_all ul li::after {
  position: absolute;
  content: "";
  counter-increment: benefit_number 1;
  content: "0" counter(benefit_number);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #0056CC;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (max-width: 768px) {
  #membership .benefits_wrap .benefit_for_all ul li::after {
    font-size: 1.4rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  #membership .benefits_wrap .benefit_for_all + div {
    margin-top: 2rem;
  }
}
#membership .benefits_wrap .after_6months {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #membership .benefits_wrap .after_6months {
    padding-bottom: 1rem;
  }
}
#membership .benefits_wrap .after_6months::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: calc(0.5rem - 1px);
  width: 1px;
  height: calc(100% - 0.5rem);
  border: dashed 1px #0056CC;
}
@media only screen and (max-width: 768px) {
  #membership .benefits_wrap .after_6months::after {
    border: dashed 1px #0056CC;
  }
}
#membership .benefits_wrap .after_6months .month {
  text-align: left;
}
#membership .benefits_wrap .after_6months .month .number {
  position: relative;
  line-height: 1.4;
  color: #0056CC;
  padding-left: 2.25rem;
  font-size: 1.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #membership .benefits_wrap .after_6months .month .number {
    padding-left: 1.5rem;
    font-size: 1.2rem;
  }
}
#membership .benefits_wrap .after_6months .month .number::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  background: #0056CC;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#membership .benefits_wrap .after_6months .month .content {
  padding-top: 1rem;
  padding-left: 2.25rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #membership .benefits_wrap .after_6months .month .content {
    padding-top: 0.5rem;
    padding-left: 1.5rem;
  }
}
#membership .benefits_wrap .after_6months .month .content p {
  line-height: 1.4;
  color: #0056CC;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #membership .benefits_wrap .after_6months .month .content p {
    font-size: 1.4rem;
  }
}
#membership .benefits_wrap .after_6months .month .content span {
  font-weight: 500;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #membership .benefits_wrap .after_6months .month .content span {
    font-size: 1.2rem;
  }
}
#membership .benefits_wrap .after_6months .month + .month {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  #membership .benefits_wrap .after_6months .month + .month {
    margin-top: 1.5rem;
  }
}

/* ---------------- ▲ お得な会員制度 ---------------- */
/* ---------------- ▼プレミアムプラン //.premium---------------- */
.premium {
  margin-top: 5rem;
}
.premium--table--ttl {
  text-align: center;
  padding: 0.8em 0;
  font-size: 2.8rem;
  line-height: 1;
  color: #fff;
  background: #212C36;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .premium--table--ttl {
    padding: 0.5em 0 0.5em 2.8rem;
    font-size: 1.6rem;
  }
}
.premium--table--ttl::before {
  content: "";
  width: 14rem;
  height: 14rem;
  background: url("../img/premium_table_ttl_deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0rem;
  top: -5.5rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--ttl::before {
    width: 6rem;
    height: 6rem;
    left: -0.8rem;
    top: -2rem;
  }
}
.premium--table--content--figure {
  position: relative;
}
.premium--table--content--figure .arrow {
  width: 35rem;
  left: 11.2rem;
  transform: rotate(-7deg);
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure .arrow {
    width: 18rem;
    left: 4rem;
  }
}
.premium--table--content--figure--graph {
  margin-top: -20.4rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph {
    margin-top: -7.2rem;
    margin-left: 1.8rem;
  }
}
.premium--table--content--figure--graph--item {
  width: 11rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item {
    width: 4.2rem;
  }
}
.premium--table--content--figure--graph--item + div {
  margin-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item + div {
    margin-left: 1rem;
  }
}
.premium--table--content--figure--graph--item p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.16;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item p {
    font-size: 0.7rem;
  }
}
.premium--table--content--figure--graph--item--normal {
  height: 43.6rem;
  background: #2B6EB3;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item--normal {
    height: 14.8rem;
  }
}
.premium--table--content--figure--graph--item--normal p {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item--normal p {
    margin-top: 0.5rem;
  }
}
.premium--table--content--figure--graph--item--bronze {
  height: 49.3rem;
  background: #554F3C;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item--bronze {
    height: 16.8rem;
  }
}
.premium--table--content--figure--graph--item--bronze p {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item--bronze p {
    margin-top: 1.6rem;
  }
}
.premium--table--content--figure--graph--item--silver {
  height: 55.2rem;
  background: #9F9F9F;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item--silver {
    height: 18.8rem;
  }
}
.premium--table--content--figure--graph--item--silver p {
  margin-top: 6.6rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item--silver p {
    margin-top: 2.2rem;
  }
}
.premium--table--content--figure--graph--item--gold {
  height: 60rem;
  background: #9C906E;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item--gold {
    height: 20.4rem;
  }
}
.premium--table--content--figure--graph--item--gold p {
  margin-top: 8.4rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item--gold p {
    margin-top: 2.8rem;
  }
}
.premium--table--content--figure--graph--item--royal {
  height: 64.6rem;
  background: #68789A;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item--royal {
    height: 22rem;
  }
}
.premium--table--content--figure--graph--item--royal p {
  margin-top: 10.4rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--figure--graph--item--royal p {
    margin-top: 3.6rem;
  }
}
.premium--table--content--benefit {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit {
    bottom: 0.2rem;
  }
}
.premium--table--content--benefit--item {
  padding-right: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 7.6rem;
  background: rgba(255, 255, 255, 0.9);
  border: 0.1rem solid #BBD0DA;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item {
    padding-right: 1.2rem;
    height: 2.6rem;
  }
}
.premium--table--content--benefit--item dt {
  text-align: center;
  width: 5.2rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item dt {
    width: 2.7rem;
    font-size: 0.7rem;
  }
}
.premium--table--content--benefit--item dd {
  flex: 1;
}
.premium--table--content--benefit--item ol {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item ol {
    font-size: 0.6rem;
  }
}
.premium--table--content--benefit--item ol &gt; li {
  width: 11rem;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item ol &gt; li {
    width: 4.2rem;
  }
}
.premium--table--content--benefit--item ol .orange {
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item ol .orange {
    font-size: 1.4rem;
  }
}
.premium--table--content--benefit--item + dl {
  margin-top: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item + dl {
    margin-top: 0.4rem;
  }
}
.premium--table--content--benefit--item:nth-child(2) {
  height: 13.8rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item:nth-child(2) {
    height: 4.6rem;
  }
}
.premium--table--content--benefit--item:nth-child(2) ol {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.33;
  color: #FF9B14;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item:nth-child(2) ol {
    font-size: 0.6rem;
  }
}
.premium--table--content--benefit--item:nth-child(3) {
  height: 12rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item:nth-child(3) {
    height: 4rem;
  }
}
.premium--table--content--benefit--item:nth-child(3) dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.premium--table--content--benefit--item:nth-child(3) .obi {
  width: 55.4rem;
  background: #0056CC;
  color: #fff;
  font-size: 2rem;
  line-height: 3.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item:nth-child(3) .obi {
    width: 18.6rem;
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
}
.premium--table--content--benefit--item:nth-child(3) .obi .large {
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item:nth-child(3) .obi .large {
    font-size: 0.8rem;
  }
}
.premium--table--content--benefit--item:nth-child(3) .obi .small {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item:nth-child(3) .obi .small {
    font-size: 0.6rem;
  }
}
.premium--table--content--benefit--item:nth-child(3) .obi + span {
  margin-top: 0.8rem;
  color: #0056CC;
  font-weight: 700;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item:nth-child(3) .obi + span {
    margin-top: 0.2rem;
    font-size: 1rem;
  }
}
.premium--table--content--benefit--item:nth-child(3) .obi + span .large {
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item:nth-child(3) .obi + span .large {
    font-size: 1rem;
  }
}
.premium--table--content--benefit--item:nth-child(3) .obi + span .small {
  font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--benefit--item:nth-child(3) .obi + span .small {
    font-size: 0.9rem;
  }
}
.premium--table--content--detail {
  margin-top: 5.8rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail {
    margin-top: 1.6rem;
  }
}
.premium--table--content--detail .accordion {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail .accordion {
    font-size: 1.4rem;
  }
}
.premium--table--content--detail--box {
  display: none;
  padding: 4rem 0 0;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--box {
    padding: 2rem 0 0;
  }
}
.premium--table--content--detail--box--table {
  margin: 0 2.8rem;
  background: #f2f2f2;
  border-collapse: collapse;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--box--table {
    margin: 0;
  }
}
.premium--table--content--detail--box--table td {
  text-align: center;
  vertical-align: middle;
  border: 0.1rem solid #fff;
}
.premium--table--content--detail--box--table td .note {
  font-weight: 400;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--box--table td .note {
    font-size: 1rem;
  }
}
.premium--table--content--detail--box--table td .large {
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--box--table td .large {
    font-size: 2rem;
  }
}
.premium--table--content--detail--box--table .transfer-chance {
  background: #0056CC;
  color: #fff;
}
.premium--table--content--detail--box--table .transfer-chance--main {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
  transform: skewX(-12deg);
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--box--table .transfer-chance--main {
    font-size: 1.4rem;
  }
}
.premium--table--content--detail--box--table .transfer-chance--sub {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.25;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--box--table .transfer-chance--sub {
    font-size: 1.2rem;
  }
}
.premium--table--content--detail--box--table .transfer-chance--sub a {
  font-weight: 400;
  text-decoration: underline;
}
.premium--table--content--detail--box--table .bronze .head {
  background: #554F3C !important;
}
.premium--table--content--detail--box--table .silver .head {
  background: #9F9F9F !important;
}
.premium--table--content--detail--box--table .gold .head {
  background: #9C906E !important;
}
.premium--table--content--detail--box--table .royal .head {
  background: #68789A !important;
}
.premium--table--content--detail--box--table .royal .secret {
  background: #212C36;
  color: #fff;
}
.premium--table--content--detail--box--table .royal .secret .cormorant-garamond {
  margin-top: -0.6rem;
  font-size: 5.6rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--box--table .royal .secret .cormorant-garamond {
    font-size: 2.4rem;
  }
}
.premium--table--content--detail--box--table .royal .secret p {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.67;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--box--table .royal .secret p {
    margin-top: 0;
    font-size: 1rem;
  }
}
.premium--table--content--detail--box--table.pc-only tr {
  height: 10.6rem;
}
.premium--table--content--detail--box--table.pc-only tr:nth-child(2n) td:nth-child(1) {
  width: 15.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  background: #EAF0F5;
}
.premium--table--content--detail--box--table.pc-only tr:nth-child(2n) td:nth-child(1) .blue {
  font-size: 4rem;
}
.premium--table--content--detail--box--table.pc-only tr:nth-child(2n) td:nth-child(2) {
  width: 10.6rem;
}
.premium--table--content--detail--box--table.pc-only .head {
  width: 19.4rem;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
  background: #2B6EB3;
}
.premium--table--content--detail--box--table.pc-only .head + td {
  width: 18%;
  font-size: 1.8rem;
}
.premium--table--content--detail--box--table.pc-only .head + td .orange {
  font-size: 4rem;
}
.premium--table--content--detail--box--table.pc-only .head + td + td {
  width: 59%;
  font-size: 2.4rem;
  line-height: 1.5;
}
.premium--table--content--detail--box--table.pc-only .royal {
  height: 21.5rem;
}
.premium--table--content--detail--box--table.sp-only .head {
  background: #2B6EB3;
  color: #fff;
}
.premium--table--content--detail--box--table.sp-only .head td {
  font-size: 1.4rem;
  line-height: 3.2rem;
}
.premium--table--content--detail--box--table.sp-only .head + tr {
  height: 5.4rem;
}
.premium--table--content--detail--box--table.sp-only .head + tr td:nth-child(1) {
  width: 7.4rem;
  font-size: 1.2rem;
}
.premium--table--content--detail--box--table.sp-only .head + tr td:nth-child(1) .orange {
  font-size: 1.6rem;
}
.premium--table--content--detail--box--table.sp-only .head + tr td:nth-child(2) {
  width: 22.5rem;
  padding-left: 1rem;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
}
.premium--table--content--detail--box--table.sp-only .head + tr td:nth-child(2) .large {
  font-size: 2rem;
}
.premium--table--content--detail--box--table.sp-only .head + tr td:nth-child(2) .note {
  font-size: 1rem;
  font-weight: 400;
}
.premium--table--content--detail--box--table.sp-only .head + tr + tr {
  height: 6.8rem;
  background: #EAF0F5;
}
.premium--table--content--detail--box--table.sp-only .head + tr + tr td:nth-child(1) {
  width: 7.4rem;
  font-size: 1.2rem;
}
.premium--table--content--detail--box--table.sp-only .head + tr + tr td:nth-child(1) .blue {
  font-size: 1.6rem;
}
.premium--table--content--detail--box--table.sp-only .head + tr + tr td:nth-child(2) {
  width: 22.5rem;
}
.premium--table--content--detail--box--table.sp-only .transfer-chance {
  padding-left: 1rem;
  text-align: left;
}
.premium--table--content--detail--box--table.sp-only .transfer-chance--main {
  font-size: 1.4rem;
  line-height: 1.4;
}
.premium--table--content--detail--box--table.sp-only .transfer-chance--sub {
  font-size: 1.2rem;
  line-height: 1.4;
}
.premium--table--content--detail--box--table.sp-only .transfer-chance a {
  font-size: 1rem;
}
.premium--table--content--detail--box--table.sp-only .secret {
  padding-top: 0.6rem;
  height: 7.6rem;
}
.premium--table--content--detail--box--table.sp-only .secret .cormorant-garamond {
  font-weight: 700;
}
.premium--table--content--detail--box--table.sp-only .secret .mincho {
  font-weight: 500;
}
.premium--table--content--detail--note {
  margin: 2rem auto 0;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--note {
    margin: 1.5rem 0 0;
  }
}
.premium--table--content--detail--note li {
  font-weight: normal;
  font-size: 1.2rem;
  text-align: justify;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
  color: #888;
}
@media only screen and (max-width: 768px) {
  .premium--table--content--detail--note li {
    font-size: 1rem;
  }
}

/* ---------------- ▲プレミアムプラン //.premium---------------- */
/* ---------------- ▼ 申し込みの流れ ---------------- */
#flow {
  padding: 9rem 27rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #flow {
    padding: 6rem 3rem;
  }
}
#flow::before {
  content: "flow";
  font-family: "Open Sans", sans-serif;
  font-size: 20rem;
  font-weight: bold;
  color: #EBF3FF;
  position: absolute;
  left: -1rem;
  top: -9rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #flow::before {
    font-size: 12rem;
    top: -5rem;
  }
}
#flow .section_title {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  #flow .section_title {
    margin-bottom: 1.5rem;
  }
}
#flow .sub_title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #flow .sub_title {
    font-size: 2rem;
  }
}
#flow .sub_title .underline {
  display: inline-block;
  background: linear-gradient(to bottom, transparent 50%, #FFF717 50%);
}
#flow ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  #flow ul {
    flex-direction: column;
    gap: 2rem;
  }
}
#flow ul li {
  width: calc((100% - 6rem) / 3);
  height: 29rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #002F6F;
}
@media only screen and (max-width: 768px) {
  #flow ul li {
    width: 100%;
    height: auto;
  }
}
#flow ul li .top {
  width: 100%;
  background: #002F6F;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.8rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
#flow ul li .top .step {
  font-size: 1.2rem;
}
#flow ul li .top h3 {
  font-size: 1.6rem;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
  border-left: 0.1rem solid #fff;
}
#flow ul li .bottom {
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  #flow ul li .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
  }
}
#flow ul li .bottom figure {
  width: 8.5rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #flow ul li .bottom figure {
    width: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  #flow ul li .bottom .body_text {
    flex: 1;
    font-size: 1.2rem;
  }
}

/* ---------------- ▲ 申し込みの流れ ---------------- */
/* ---------------- ▼よくある質問 //.faq---------------- */
#faq {
  padding: 9rem 27rem;
  background: #EBF3FF;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #faq {
    padding: 6rem 3rem;
  }
}
#faq::before {
  content: "FAQ";
  font-family: "Open Sans", sans-serif;
  font-size: 20rem;
  font-weight: bold;
  color: #DBEAFF;
  position: absolute;
  left: -1rem;
  top: -9rem;
}
@media only screen and (max-width: 768px) {
  #faq::before {
    font-size: 12rem;
    top: -5rem;
  }
}
#faq .section_title {
  position: relative;
  z-index: 2;
}
#faq .faq_list {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  #faq .faq_list {
    margin: 2.4rem 0;
  }
}
#faq .faq_list dl {
  background: #fff;
  border: 0.1rem solid #212C36;
}
#faq .faq_list dl dt {
  transition: 0.3s;
  font-weight: bold;
  position: relative;
  border: 0.1rem solid #212C36;
  font-size: 1.6rem;
  padding: 2rem 6rem 2rem 6rem;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #faq .faq_list dl dt {
    font-size: 1.4rem;
    padding: 1.5rem 3rem 1.5rem 3.6rem;
  }
}
#faq .faq_list dl dt::before {
  content: "Q.";
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  color: #002F6F;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #faq .faq_list dl dt::before {
    font-size: 1.6rem;
    left: 1.2rem;
  }
}
#faq .faq_list dl dt::after {
  content: "▲";
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 3em;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 768px) {
  #faq .faq_list dl dt::after {
    font-size: 1rem;
    right: 1.2rem;
  }
}
#faq .faq_list dl dt p.pink {
  color: #FF1482;
}
#faq .faq_list dl .close::after {
  transform: translateY(-50%) rotate(0deg);
}
#faq .faq_list dl dd {
  font-weight: 500;
  display: none;
  position: relative;
  background: #fff;
  border: 0.1rem solid #212C36;
  border-top: none;
  padding: 1.5rem 6rem 1.5rem 6rem;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #faq .faq_list dl dd {
    padding: 1.5rem 3rem 1.5rem 3.6rem;
  }
}
#faq .faq_list dl dd::before {
  content: "A.";
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #002F6F;
  position: absolute;
  top: 1.3rem;
  left: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #faq .faq_list dl dd::before {
    font-size: 1.4rem;
    left: 1.2rem;
  }
}
#faq .faq_list dl dd p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #faq .faq_list dl dd p {
    font-size: 1.2rem;
  }
}
#faq .faq_list dl dd p a.underline {
  color: #0056CC;
  text-decoration: underline;
}
#faq .btn_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  #faq .btn_list {
    width: 100%;
    gap: 2rem;
    margin-top: 2rem;
  }
}
#faq .btn_list li a {
  width: 26.6rem;
  height: 5.8rem;
  background: #C0C0C0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  #faq .btn_list li a {
    width: 15.5rem;
    height: 5.8rem;
    padding: 0;
    gap: 0.5rem;
    justify-content: center;
  }
}
#faq .btn_list li a:hover {
  opacity: 0.6;
}
#faq .btn_list li a figure {
  width: 3rem;
}
#faq .btn_list li a p {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #faq .btn_list li a p {
    font-size: 1.2rem;
    text-align: center;
  }
}
#faq .topic {
  line-height: 1.6;
  margin-top: 3rem;
}
#faq .topic .topic_box {
  background: #fff;
  margin: 0 auto;
  width: 100%;
  border: double 0.3rem #002F6F;
  height: 20rem;
  overflow-y: scroll;
  padding: 3%;
}
@media only screen and (max-width: 768px) {
  #faq .topic .topic_box {
    border: double 0.2rem #0056CC;
    height: 16rem;
    padding: 8%;
  }
}
#faq .topic h2 {
  font-size: 2rem;
  color: #002F6F;
  text-align: center;
  margin-bottom: 1.5rem;
}
#faq .topic li {
  font-size: 1.4rem;
  margin-bottom: 1%;
  list-style-type: circle;
  margin-left: 3%;
}
#faq .topic li a {
  color: #0056CC;
}

/* ---------------- ▲よくある質問 //.faq---------------- */
/* ▲ TOPページ end ▲ *//*# sourceMappingURL=top.css.map */</pre></body></html>