@charset "UTF-8";
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

strong {
  font-weight: normal;
}

table, td, th, tr, thead, tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}

header, footer, section, nav, main,
figure, figcaption, time, small {
  display: block;
}

input[type=submit], input[type=image] {
  border: none;
  padding: 0;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password] {
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

button {
  border: none;
  margin: 0;
  cursor: pointer;
}

input[type=submit], input[type=image], input[type=reset] {
  cursor: pointer;
}

address {
  font-style: normal;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input::-webkit-input-placeholder {
  color: #929799;
}

input::-moz-placeholder {
  color: #929799;
}

input:-ms-input-placeholder {
  color: #929799;
}

input::-ms-input-placeholder {
  color: #929799;
}

input::placeholder {
  color: #929799;
}

ul {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Osaka, "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px), print {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 1300px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

.header {
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 769px), print {
  .header {
    position: fixed;
    min-width: 1300px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: absolute;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px), print {
  .header__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 11px 0 13px;
  }
}
.header__logo {
  display: block;
  background-image: url("../img/logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 769px), print {
  .header__logo {
    width: 320px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 202px;
    height: 30px;
    margin-top: 4px;
  }
}
.header__logo > h1 {
  text-indent: -9999px;
}
.header__linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__linkArea .modBtnArea {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header__linkArea .modBtnArea__link {
    margin: 10px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px), print {
  .header__linkArea .modBtnArea__inner {
    width: 500px;
  }
}
@media screen and (min-width: 769px), print {
  .header__linkArea .modBtnArea__inner > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .header__linkArea .modBtnArea__inner > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.header__linkArea .modBtnArea__inner > a:first-child {
  border: 2px solid #ccc;
}
@media screen and (min-width: 769px), print {
  .header__linkArea .modBtnArea__inner > a:first-child:hover {
    border: 2px solid #3f8dd3;
    color: #3f8dd3;
  }
}
.header__linkArea .modBtnArea .switchBox {
  padding: 0px;
  background: #fff;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .header__linkArea .modBtnArea .switchBox {
    display: none;
  }
}
.header__linkArea .modBtnArea .switchBox__inner {
  max-width: 240px;
  min-width: 240px;
  width: 100%;
  height: 50px;
  padding: 20px 8px;
}
.header__linkArea .modBtnArea .switchBox__inner .image {
  width: 25px;
  height: 35px;
}
.header__linkArea .modBtnArea .switchBox__inner.js-active {
  border: 3px solid #3f8dd3;
}

.footer {
  text-align: center;
  background: #2c3f57;
}
@media screen and (min-width: 769px), print {
  .footer {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 15px 0 75px;
  }
}
.footer > p {
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer__ctaBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__ctaBtn {
    width: 100%;
    background: #3f8dd3;
    bottom: 0;
    position: fixed;
    padding: 10px 20px;
    z-index: 10000;
  }
}
.footer__ctaBtn .modBtnArea {
  margin: 0;
}
.footer__ctaBtn .modBtnArea__inner > a {
  padding: 8px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .footer__ctaBtn .modBtnArea {
    margin: 0 auto;
    max-width: 460px;
  }
}

.modBpPc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .modBpPc {
    display: none !important;
  }
}
.modBpPc--inline {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .modBpPc--inline {
    display: none !important;
  }
}
.modBpPc--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .modBpPc--flex {
    display: none !important;
  }
}
.modBpSp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .modBpSp {
    display: block !important;
  }
}
.modBpSp--inline {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .modBpSp--inline {
    display: inline !important;
  }
}
.modBpSp--flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .modBpSp--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .modBpSp--cta {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .modBtnArea {
    max-width: 793px;
    margin: 54px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea {
    margin: 20px 20px 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .modBtnArea {
    max-width: 460px;
    margin: 28px auto 0;
  }
}
.modBtnArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modBtnArea__inner > a {
  -webkit-box-shadow: 0 4px 10px rgba(51, 51, 51, 0.18);
          box-shadow: 0 4px 10px rgba(51, 51, 51, 0.18);
  text-align: center;
  font-weight: 700;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner > a {
    padding: 12px 0;
    font-size: 18px;
    font-size: 1.8rem;
    width: calc(50% - 18px);
  }
  .modBtnArea__inner > a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0);
  }
  .modBtnArea__inner > a:hover > span::after {
    right: -6px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea__inner > a {
    line-height: 20px;
    padding: 8px 0;
    font-size: 13px;
    font-size: 1.3rem;
    width: calc((100% - 15px) / 2);
  }
}
.modBtnArea__inner > a:first-child {
  border: 2px solid #fff;
  background-color: #fff;
}
.modBtnArea__inner > a:first-child > span::after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.modBtnArea__inner > a + a {
  background-color: #ed9700;
  color: #fff;
  border: 2px solid #ed9700;
}
.modBtnArea__inner > a + a > span::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.modBtnArea__inner > a + a.white {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.18);
  color: #333;
}
.modBtnArea__inner > a + a.white span::after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.modBtnArea__inner > a > span {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner > a > span {
    padding: 0 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea__inner > a > span {
    padding: 0 10px 0 0;
  }
}
.modBtnArea__inner > a > span::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner > a > span::after {
    top: calc(50% - 5px);
    right: 2px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea__inner > a > span::after {
    top: calc(50% - 3.5px);
    right: 0;
    width: 6px;
    height: 6px;
  }
}
.modBtnArea__link {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__link {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 22px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea__link {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 8px 0 0;
  }
}
.modBtnArea__link > a {
  color: #3f8dd3;
  text-decoration: underline;
  letter-spacing: 0;
  text-underline-offset: 3px;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__link > a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .modBtnArea__link > a:hover {
    opacity: 0.6;
  }
}
.modBtnArea__link > p {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 14px 0 0;
}
.modBtnArea__link > p > a {
  color: #ed9700;
  text-decoration: underline;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__link > p > a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .modBtnArea__link > p > a:hover {
    opacity: 0.6;
  }
}
.modBtnArea__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modBtnArea__contact__item {
  font-weight: bold;
  text-align: center;
  padding: 0 18px;
  line-height: 1.4;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__contact__item > p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea__contact__item > p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBtnArea__contact__item > a {
  text-decoration: underline;
  text-underline-offset: 1px;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__contact__item > a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .modBtnArea__contact__item > a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea__contact__item > a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.modBtnArea__contact__item:first-child {
  border-right: 1px solid #b3b3b3;
}
.modBtnArea__contact__item:first-child > p {
  color: #ed9700;
}
.modBtnArea__contact__item:last-child > p {
  color: #3f8dd3;
}
.modBtnArea--header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0;
  }
}
.modBtnArea--header .modBtnArea__inner > a {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  width: calc(50% - 10px);
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header .modBtnArea__inner > a {
    padding: 16px 0 14px;
  }
  .modBtnArea--header .modBtnArea__inner > a:hover {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea--header .modBtnArea__inner > a {
    padding: 12px 0;
  }
}
.modBtnArea--header .modBtnArea__inner > a + a {
  background-color: #ed9700;
  color: #fff;
  border: 2px solid #ed9700;
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header .modBtnArea__inner > a + a:hover {
    background-color: #fff;
    color: #ed9700;
  }
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header .modBtnArea__contact {
    margin: 0 10px 0 0;
  }
}
.modBtnArea--header .modBtnArea__link > a {
  font-weight: normal;
  color: #333;
  text-decoration: none;
}
.modTitle {
  position: relative;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .modTitle {
    font-size: 40px;
    font-size: 4rem;
    margin: 27px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modTitle {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 7px;
  }
}
@media screen and (max-width: 320px) {
  .modTitle {
    font-size: 20px;
    font-size: 2rem;
  }
}
.modTitle::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #3f8dd3;
}
@media screen and (min-width: 769px), print {
  .modTitle::before {
    font-size: 16px;
    font-size: 1.6rem;
    top: -27px;
    width: 210px;
    padding: 0 0 2px;
  }
}
@media screen and (max-width: 768px) {
  .modTitle::before {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
    top: -26px;
    width: 48%;
    padding: 3px 0 1px;
  }
}
.modTitle--feature::before {
  content: "FEATURE";
}
.modTitle--faq::before {
  content: "FAQ";
}
.modTitle--charge::before {
  content: "CHARGE";
}
.modTitle--step::before {
  content: "STEP";
}
.modTitle--option::before {
  content: "OPTION";
}
.modTitle > strong {
  color: #3f8dd3;
  font-weight: 700;
}
.modTitle--left {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 769px), print {
  .modTitle--left {
    margin: -4px 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .modTitle--left img {
    width: 160px;
    height: auto;
  }
}
.modLead {
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .modLead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modLead {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modLead__strong {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .modLead__strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modLead__strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modLead__strong::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  background: #3f8dd3;
  opacity: 0.6;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px), print {
  .modLead__strong::before {
    bottom: 0;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  .modLead__strong::before {
    z-index: 10;
    bottom: -6px;
    height: 4px;
  }
}
.modLead__strong span {
  position: relative;
  z-index: 1;
}
.modLead--left {
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 769px), print {
  .modLead--left + .modLead--left {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modLead--left + .modLead--left {
    margin: 10px 0 0;
  }
}
.modCta {
  background: #3f8dd3;
  padding: 85px 0 70px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .modCta {
    display: none;
  }
}
.modCta__title {
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 38px;
  font-size: 3.8rem;
}
.modCta__title > span {
  position: relative;
}
.modCta__title > span::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: #fff;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  top: 5px;
  left: -29px;
}
.modCta__title > span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: #fff;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  top: 5px;
  right: -25px;
}
.modCta .modBtnArea__link > a {
  color: #fff;
}
.modCta .modBtnArea__inner .white {
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .modScrollbox {
    overflow-x: scroll;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px;
  }
}
.modScrollbox::-webkit-scrollbar {
  width: 10px;
  height: 3px;
  border-radius: 6px;
}
.modScrollbox::-webkit-scrollbar-track {
  background: #b3b3b3;
  border-radius: 6px;
}
.modScrollbox::-webkit-scrollbar-thumb {
  background-color: #3f8dd3;
  width: 20px;
  height: 3px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .modScrollbox--comparison {
    width: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .modListCaption {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modListCaption {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 16px 0 0;
  }
}
.modListCaption > li {
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (min-width: 769px), print {
  .modListCaption > li {
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .modListCaption > li {
    margin-top: 6px;
  }
}
.modListBlockSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px), print {
  .modListBlockSide {
    margin: 50px -30px 0;
  }
}
@media screen and (max-width: 768px) {
  .modListBlockSide {
    margin: 25px 0 0;
  }
}
.modListBlockSide > li {
  border: 1px solid #a0a0a0;
  border-radius: 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px), print {
  .modListBlockSide > li {
    font-size: 12px;
    font-size: 1.2rem;
    width: 300px;
    height: 300px;
    margin: 0 30px 60px;
    padding: 16px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modListBlockSide > li {
    width: 100%;
    margin: 0 0 30px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .modListBlockSide > li .img {
    width: 13%;
    margin: 0 auto;
  }
}
.modListBlockSide > li .title {
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .modListBlockSide > li .title {
    font-size: 20px;
    font-size: 2rem;
    margin: 22px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modListBlockSide > li .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 11px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .modListBlockSide > li .text {
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modListBlockSide > li .text {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 8px 0 0;
  }
}
.modListBlockSideBottomLink {
  color: #3f8dd3;
  text-decoration: underline;
}
@media screen and (min-width: 769px), print {
  .modListBlockSideBottomLink {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modListBlockSideBottomLink {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.modListBlockSideBottomLink::before {
  content: "▶";
  display: inline-block;
  color: #3f8dd3;
}
@media screen and (min-width: 769px), print {
  .modListFeature {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .modListFeature {
    margin: 32px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .modListFeature__item {
    height: 350px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modListFeature__item::after {
    content: "";
    display: block;
    width: 900px;
    height: 350px;
    border-radius: 175px;
    background: #ffffff;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .modListFeature__item {
    background: #ffffff;
    border-radius: 25px;
    padding: 50px 30px 30px;
  }
}
@media screen and (min-width: 769px), print {
  .modListFeature__item:not(:first-child) {
    margin-top: 62px;
  }
}
@media screen and (max-width: 768px) {
  .modListFeature__item:not(:first-child) {
    margin-top: 30px;
  }
}
.modListFeature__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 769px), print {
  .modListFeature__item:nth-child(even)::after {
    left: auto;
    right: 0;
  }
  .modListFeature__item:nth-child(even) .contents {
    margin: 0 166px 0 0;
  }
}
.modListFeature__item:nth-child(1) .contents__title::before {
  content: "01";
}
.modListFeature__item:nth-child(2) .contents__title::before {
  content: "02";
}
.modListFeature__item:nth-child(3) .contents__title::before {
  content: "03";
}
.modListFeature__item:nth-child(4) .contents__title::before {
  content: "04";
}
.modListFeature__item:nth-child(5) .contents__title::before {
  content: "05";
}
.modListFeature__item:nth-child(6) .contents__title::before {
  content: "06";
}
.modListFeature__item:nth-child(7) .contents__title::before {
  content: "07";
}
.modListFeature__item:nth-child(8) .contents__title::before {
  content: "08";
}
.modListFeature__item:nth-child(9) .contents__title::before {
  content: "09";
}
.modListFeature__item:nth-child(10) .contents__title::before {
  content: "010";
}
.modListFeature__item .contents {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px), print {
  .modListFeature__item .contents {
    margin: 10px 0 0 177px;
    width: 480px;
  }
}
.modListFeature__item .contents__title {
  font-weight: 700;
  color: #3f8dd3;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .modListFeature__item .contents__title {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0 0 12px;
    padding: 0 0 0 98px;
  }
}
@media screen and (max-width: 768px) {
  .modListFeature__item .contents__title {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 25px;
    padding: 40px 0 0;
    text-align: center;
  }
}
.modListFeature__item .contents__title::before {
  color: #3f8dd3;
  font-family: "Rubik";
  font-weight: normal;
  position: absolute;
  line-height: 1;
}
@media screen and (min-width: 769px), print {
  .modListFeature__item .contents__title::before {
    font-size: 80px;
    font-size: 8rem;
    top: 50%;
    left: -38px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .modListFeature__item .contents__title::before {
    font-size: 45px;
    font-size: 4.5rem;
    top: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.modListFeature__item .contents__lead {
  line-height: 1.8;
}
@media screen and (min-width: 769px), print {
  .modListFeature__item .contents__lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modListFeature__item .contents__lead {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
    position: relative;
  }
  .modListFeature__item .contents__lead::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: calc(100% + 20px);
  }
}
.modListFeature__item .reference {
  position: relative;
  z-index: 1;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px), print {
  .modListFeature__item .reference {
    padding: 0 55px 0;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 16px rgba(3, 3, 3, 0.2);
            box-shadow: 0 5px 16px rgba(3, 3, 3, 0.2);
    aspect-ratio: 450/288;
    width: 450px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .modListFeature__item .reference {
    margin: 40px 0 0;
    -webkit-box-shadow: 0 2.5px 8px rgba(3, 3, 3, 0.2);
            box-shadow: 0 2.5px 8px rgba(3, 3, 3, 0.2);
  }
  .modListFeature__item .reference img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 185px;
  }
}
.modListFeature__item .reference__table tr:not(:last-child) th,
.modListFeature__item .reference__table tr:not(:last-child) td {
  border-bottom: 1px solid #b2b2b2;
}
.modListFeature__item .reference__table th,
.modListFeature__item .reference__table td {
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 769px), print {
  .modListFeature__item .reference__table th,
  .modListFeature__item .reference__table td {
    padding: 12px;
  }
}
@media screen and (max-width: 768px) {
  .modListFeature__item .reference__table th,
  .modListFeature__item .reference__table td {
    padding: 12px 6px;
  }
}
.modListFeature__item .reference__table th {
  text-align: center;
  border-right: 1px solid #b2b2b2;
}
@media screen and (min-width: 769px), print {
  .modListFeature__item .reference__table th {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modListFeature__item .reference__table th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListFeature__item .reference__table th sup {
  display: inline-block;
}
@media screen and (min-width: 769px), print {
  .modListFeature__item .reference__table th sup {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .modListFeature__item .reference__table th sup {
    font-size: 10px;
    font-size: 1rem;
  }
}
.modListFeature__item .reference__table td {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .modListFeature__item .reference__table td {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modListFeature__item .reference__table td .color {
  font-weight: 700;
  color: #3f8dd3;
}
@media screen and (min-width: 769px), print {
  .modListFeature__item .reference__table td .color {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .modListFeature__item .reference__table td .color {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.modListFeature__item .reference__text--attention {
  margin: 12px 0 0;
}
@media screen and (min-width: 769px), print {
  .modListFeature__item .reference__text--attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .modListFeature__item .reference__text--attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modListFeature__item .reference:has(.reference__table) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px), print {
  .modListFeature__item--01 .reference {
    width: 450px;
    margin: 0 18px 0 0;
    padding: 0 82px;
  }
}
@media screen and (max-width: 768px) {
  .modListFeature__item--01 .reference {
    padding: 45px 50px 52px;
  }
}
@media screen and (min-width: 769px), print {
  .modListFeature__item--02 .reference {
    width: 452px;
  }
}
@media screen and (max-width: 768px) {
  .modListFeature__item--02 .reference {
    padding: 30px 22px 20px;
  }
  .modListFeature__item--02 .reference > img {
    height: auto;
  }
}
@media screen and (min-width: 769px), print {
  .modListFeature__item--03 .reference {
    width: 502px;
  }
}
@media screen and (max-width: 768px) {
  .modListFeature__item--03 .reference {
    padding: 20px;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 100px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modListStep {
    margin: 53px 0 0;
  }
}
.modListStep__item {
  position: relative;
  background: #ffffff;
  border: 3px solid #3f8dd3;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .modListStep__item {
    width: 193px;
    height: 340px;
    border-radius: 12px;
    padding: 0 17px;
  }
}
@media screen and (max-width: 768px) {
  .modListStep__item {
    width: 100%;
    padding-bottom: 25px;
    border-radius: 6px;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item + .modListStep__item {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modListStep__item + .modListStep__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .modListStep__item + .modListStep__item:last-child {
    margin-top: 55px;
  }
}
.modListStep__item__budge {
  position: absolute;
  background-color: #3f8dd3;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .modListStep__item__budge {
    width: 114px;
    padding: 28px 0;
    border: #fff 7px solid;
    top: -61px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .modListStep__item__budge {
    width: 72px;
    padding: 15px 0 14px;
    top: -40px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.modListStep__item__budge > span {
  line-height: 1;
}
@media screen and (min-width: 769px), print {
  .modListStep__item__budge > span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .modListStep__item__budge > span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item__logo {
    margin: 79px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .modListStep__item__logo {
    margin: 48px auto 0;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item__logo--01 {
    width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .modListStep__item__logo--01 {
    width: 13%;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item__logo--02 {
    width: 67px;
    margin: 84px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .modListStep__item__logo--02 {
    width: 12%;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item__logo--03 {
    width: 67px;
  }
}
@media screen and (max-width: 768px) {
  .modListStep__item__logo--03 {
    width: 13%;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item__logo--04 {
    width: 62px;
    margin: 82px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .modListStep__item__logo--04 {
    width: 13%;
  }
}
.modListStep__item__title {
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .modListStep__item__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modListStep__item__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 12px;
  }
}
.modListStep__item__text {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: left;
}
@media screen and (min-width: 769px), print {
  .modListStep__item__text {
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .modListStep__item__text {
    text-align: center;
    margin-top: 6px;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item:nth-child(1) .modListStep__item__title {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item:nth-child(6) .modListStep__item__title {
    margin-top: 17px;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item:nth-child(7) .modListStep__item__title {
    margin-top: 23px;
  }
}
.modListStep__item::before {
  position: absolute;
  content: "";
  background-color: #3f8dd3;
}
@media screen and (min-width: 769px), print {
  .modListStep__item::before {
    width: 33px;
    height: 3px;
    right: -33px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .modListStep__item::before {
    width: 3px;
    height: 20px;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .modListStep__item:first-child::before {
    display: none;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item:last-child::before {
    display: none;
  }
}
.modListStep__item--noBudge {
  border: none;
  background: #e6e6e6;
}
@media screen and (min-width: 769px), print {
  .modListStep__item--noBudge {
    width: 92px;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .modListStep__item--noBudge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 75px);
    margin: 0 auto 57px;
    height: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .modListStep__item--noBudge {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 320px) {
  .modListStep__item--noBudge {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .modListStep__item--noBudge::before {
    top: -20px;
  }
}
.modListStep__item--noBudge .modListStep__item__title {
  vertical-align: middle;
}
@media screen and (min-width: 769px), print {
  .modListStep__item--noBudge .modListStep__item__title {
    margin-top: 0;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 768px) {
  .modListStep__item--noBudge .modListStep__item__title {
    margin-top: -1px;
  }
}
@media screen and (max-width: 768px) {
  .modListStep__item--noBudge + .modListStep__item--noBudge {
    margin-top: -37px;
  }
}
@media screen and (min-width: 769px), print {
  .modListFaq {
    margin: 46px auto 0;
    max-width: 786px;
  }
}
@media screen and (max-width: 768px) {
  .modListFaq {
    margin: 24px 0 0;
  }
}
.modListFaq__item {
  background: #ffffff;
}
@media screen and (min-width: 769px), print {
  .modListFaq__item {
    padding: 32px 23px 28px;
    border-radius: 14px;
  }
}
@media screen and (max-width: 768px) {
  .modListFaq__item {
    padding: 22px 18px 15px;
    border-radius: 6px;
  }
}
@media screen and (min-width: 769px), print {
  .modListFaq__item + .modListFaq__item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modListFaq__item + .modListFaq__item {
    margin-top: 12px;
  }
}
.modListFaq__item__q .iconQ,
.modListFaq__item__q .iconA, .modListFaq__item__a .iconQ,
.modListFaq__item__a .iconA {
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px), print {
  .modListFaq__item__q .iconQ,
  .modListFaq__item__q .iconA, .modListFaq__item__a .iconQ,
  .modListFaq__item__a .iconA {
    font-size: 20px;
    font-size: 2rem;
    margin: -2px 19px 0 0;
    padding: 0 0 2px 0;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .modListFaq__item__q .iconQ,
  .modListFaq__item__q .iconA, .modListFaq__item__a .iconQ,
  .modListFaq__item__a .iconA {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 10px 0 0;
    padding: 0;
    width: 26px;
    height: 26px;
  }
}
.modListFaq__item__q p, .modListFaq__item__a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modListFaq__item__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  color: #3f8dd3;
}
@media screen and (min-width: 769px), print {
  .modListFaq__item__q {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modListFaq__item__q {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.modListFaq__item__q .iconQ {
  background-color: #3f8dd3;
  color: #ffffff;
}
.modListFaq__item__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 769px), print {
  .modListFaq__item__a {
    margin: 36px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modListFaq__item__a {
    margin: 7px 0 0;
  }
}
.modListFaq__item__a .iconA {
  border: 2px solid #3f8dd3;
  color: #3f8dd3;
}
@media screen and (min-width: 769px), print {
  .modListFaq__item__a .iconA {
    margin-top: -6px;
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 768px) {
  .modListFaq__item__a .iconA {
    margin-top: -2px;
  }
}
.modTableOption {
  border: 1px solid #b2b2b2;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (min-width: 769px), print {
  .modTableOption {
    width: 100%;
    margin: 46px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption {
    width: 600px;
    margin: 24px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px), print {
  .modTableOption tr:first-child th {
    height: 72px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr:first-child th {
    width: 20%;
  }
}
.modTableOption tr:first-child th:first-child {
  border-radius: 12px 0 0 0;
}
@media screen and (min-width: 769px), print {
  .modTableOption tr:first-child th:first-child {
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr:first-child th:first-child {
    padding: 4px 23px 4px;
    font-size: 14px;
    font-size: 1.4rem;
    width: 15%;
  }
}
.modTableOption tr:first-child th:last-child {
  border-radius: 0 12px 0 0;
}
@media screen and (min-width: 769px), print {
  .modTableOption tr:first-child th:last-child {
    width: 222px;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr:first-child th:last-child {
    width: 12%;
  }
}
.modTableOption tr:last-child th, .modTableOption tr:last-child td {
  border-bottom: none;
}
.modTableOption tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
.modTableOption tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
.modTableOption tr th, .modTableOption tr td {
  background: #ffffff;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.modTableOption tr th:last-child, .modTableOption tr td:last-child {
  border-right: none;
}
.modTableOption tr th {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .modTableOption tr th {
    height: 56px;
    text-align: center;
  }
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td {
    padding: 24px 20px 24px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr td {
    padding: 16px 15px 16px 20px;
  }
}
.modTableOption tr td .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr td .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr td .img {
    width: 64px;
  }
}
.modTableOption tr td .text {
  color: #676767;
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td .text {
    margin: 0 -20px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr td .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 7px 0 0;
  }
}
.modTableOption tr td .text__title {
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td .text__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td .text__note {
    font-size: 12px;
    font-size: 1.2rem;
    margin: -6px 0 0;
  }
}
.modTableOption tr td > strong {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td > strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr td > strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td > small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr td > small {
    font-size: 10px;
    font-size: 1rem;
  }
}
.modTableOption tr td > small table tr,
.modTableOption tr td > small table th,
.modTableOption tr td > small table td {
  padding: 0;
  line-height: normal;
  border: none;
  vertical-align: top;
  font-weight: normal;
  letter-spacing: 0;
}
.modTableOption tr td > small table th {
  width: 5em;
}
.modTableOption tr td .textFree {
  display: block;
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td .textFree {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 7px;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr td .textFree {
    margin: 0 0 4px;
  }
}
.modTableOption tr td .textFree--color {
  color: #3f8dd3;
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td .textFree--color {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0;
  }
}
.modTableOption tr td .textFree--small {
  font-size: 16px;
  font-size: 1.6rem;
}
.modTableOption tr td .textFree--small small {
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline;
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td .modListCaption {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: normal;
    margin: 15px 0 0;
  }
}
.modTableOption tr td .center {
  text-align: center;
}
.modLink {
  margin: 0 30px 0 30px;
  display: block;
}
.modLink:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .modLink {
    margin: 0;
  }
}

.switchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 20px 0px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .switchBox {
    padding: 20px 20px 0;
  }
}
.switchBox__inner {
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  padding: 20px;
  max-width: 450px;
  min-width: 280px;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .switchBox__inner {
    height: 70px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.switchBox__inner .bold {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .switchBox__inner .bold {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.switchBox__inner .bold:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  background: #86b8e3;
  bottom: 6px;
  left: 0px;
  z-index: -1;
}
.switchBox__inner .image {
  vertical-align: middle;
  margin: 0 14px 0 0;
}
@media screen and (max-width: 768px) {
  .switchBox__inner .image {
    width: 25px;
    height: 35px;
  }
}

.js-hidden {
  display: none !important;
}
.js-active {
  border: 4px solid #3f8dd3;
}
.js-btn01 {
  cursor: pointer;
}
.js-btn02 {
  cursor: pointer;
}
.js-white {
  background: #f3f8f5;
}
.js-kojin.main__section__priceTable tr:nth-child(3) td:last-child {
  border-radius: 0 0 12px 0;
  border-bottom: none;
  border-right: none;
}

@media screen and (min-width: 769px), print {
  .main.is_act {
    padding-top: 91px;
  }
}
.main__kv {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px), print {
  .main__kv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1440px;
    margin: 90px 0 0;
    background: #cde8f0;
  }
}
@media screen and (max-width: 768px) {
  .main__kv {
    margin: 0 0 30px;
  }
}
@media screen and ( min-width : 1441px ) {
  .main__kv {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea .modBtnArea {
    margin: 23px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea .modBtnArea {
    margin: 30px auto 0;
    padding: 0 20px;
  }
}
.main__kv__textArea .modBtnArea__inner > a:first-child {
  border: 1px solid rgba(0, 0, 0, 0.18);
}
.main__kv__textArea .modBtnArea__inner > a span {
  padding: 0;
}
.main__kv__textArea .modBtnArea__inner > a span::after {
  display: none;
}
.main__kv__textArea .modBtnArea a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea .modBtnArea a {
    width: calc(50% - 8px);
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea .modBtnArea__link > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea .modBtnArea__link > p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
  }
  .main__kv__textArea .modBtnArea__link > p > a {
    color: #3f8dd3;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea .modBtnArea__contact {
    margin: 15px 0 0;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
  }
  .main__kv__textArea .modBtnArea__contact__item {
    width: 50%;
    line-height: 1.2;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea .textBox {
    margin: 14px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea .textBox {
    margin: 26px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea .textBox__title {
    margin: 0 0 10px 130px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea .textBox__title {
    width: 67%;
    max-width: 248px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 6px;
  }
}
.main__kv__textArea .textBox__title__logo {
  display: block;
  background: url("../img/cafe24_logo.svg") no-repeat center;
  background-size: cover;
  text-indent: -9999px;
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea .textBox__title__logo {
    width: 269px;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea .textBox__title__logo {
    width: 125px;
    overflow: hidden;
    aspect-ratio: 125/22;
  }
  .main__kv__textArea .textBox__title__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 125/22) {
    .main__kv__textArea .textBox__title__logo {
      position: relative;
    }
    .main__kv__textArea .textBox__title__logo::before {
      float: left;
      content: "";
      padding-top: 17.6%;
    }
    .main__kv__textArea .textBox__title__logo::after {
      display: block;
      content: "";
      clear: both;
    }
    .main__kv__textArea .textBox__title__logo > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
.main__kv__textArea .textBox__title__caption {
  display: inline-block;
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea .textBox__title__caption {
    font-size: 20px;
    font-size: 2rem;
    margin: 10px 0 0 54px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea .textBox__title__caption {
    font-size: 9px;
    font-size: 0.9rem;
    margin-left: 26px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea .textBox__content {
    width: 76%;
    margin: 0 auto;
  }
  .main__kv__textArea .textBox__content img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__img {
    width: 724px;
    margin: 0 -40px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__img {
    background: #cde8f0;
    margin: 0;
    padding: 58px 0 0 0;
    display: block;
  }
  .main__kv__img img {
    width: 100%;
    height: auto;
  }
}
.main__kv__img .js-kojin {
  margin: 0 0 0 -51px;
}
@media screen and (max-width: 768px) {
  .main__kv__img .js-kojin {
    margin: 0px;
  }
}
.main .paymentBox {
  background: #fff;
  -webkit-box-shadow: 5px 4px 16px rgba(51, 51, 51, 0.12);
          box-shadow: 5px 4px 16px rgba(51, 51, 51, 0.12);
}
@media screen and (min-width: 769px), print {
  .main .paymentBox {
    padding: 20px 20px 40px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  .main .paymentBox {
    padding: 22px 15px 37px;
    border-radius: 6px;
  }
}
.main .paymentBox .title {
  text-align: center;
  font-weight: 700;
  color: #3f8dd3;
}
@media screen and (min-width: 769px), print {
  .main .paymentBox .title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .main .paymentBox .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .main .paymentBox .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 36px 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .main .paymentBox .list {
    margin: 19px 0 0;
  }
}
.main .paymentBox .list__item {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main .paymentBox .list__item {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .main .paymentBox .list__item + .list__item {
    margin-top: 45px;
  }
}
.main .paymentBox .list__item::before {
  content: "";
  position: absolute;
  background-color: #b3b3b3;
}
@media screen and (min-width: 769px), print {
  .main .paymentBox .list__item::before {
    width: 1px;
    height: 100%;
    top: 0;
    right: -8px;
  }
}
@media screen and (max-width: 768px) {
  .main .paymentBox .list__item::before {
    width: 100%;
    height: 1px;
    bottom: -20px;
    right: 0;
  }
}
.main .paymentBox .list__item:last-child::before {
  display: none;
}
.main .paymentBox .list__item__title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .paymentBox .list__item__title {
    margin-bottom: 10px;
  }
}
.main .paymentBox .list__item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .main .paymentBox .list__item__img {
    height: 152px;
  }
}
@media screen and (max-width: 768px) {
  .main .paymentBox .list__item__img img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .main .paymentBox .list__item__img--02 {
    height: 75px;
  }
}
.main .paymentBox .caption {
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 769px), print {
  .main .paymentBox .caption {
    margin: 10px 0 0 -40px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.main__section img {
  max-width: 100%;
  height: auto;
}
.main__section__inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px), print {
  .main__section__inner {
    max-width: 1200px;
    padding: 100px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__inner {
    padding: 64px 20px 52px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section__inner {
    max-width: 680px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section--about .main__section__inner {
    max-width: 1020px;
    padding: 100px 0 100px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section--plan {
    background: url("../img/bg_plan.png") no-repeat left bottom 30px;
    background-size: auto;
    padding: 138px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .main__section--plan .main__section__inner {
    width: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section--price {
    padding: 145px 0 168px;
  }
}
@media screen and (max-width: 768px) {
  .main__section--price .main__section__inner {
    width: 100%;
  }
}
.main__section--bg {
  background: #f3f8f5;
}
@media screen and (min-width: 769px), print {
  .main__section__plan {
    padding: 0 0 55px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__plan {
    padding: 30px 0;
  }
}
.main__section__planDiscription {
  text-align: center;
  letter-spacing: 0px;
}
@media screen and (min-width: 769px), print {
  .main__section__planDiscription {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planDiscription {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main__section__planTable {
  border: 1px solid #b2b2b2;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable {
    width: 100%;
    border-radius: 12px;
    margin: 65px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable {
    width: 760px;
    border-radius: 8px;
  }
}
.main__section__planTable th, .main__section__planTable td {
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable th, .main__section__planTable td {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable th, .main__section__planTable td {
    font-size: 20px;
    font-size: 2rem;
  }
}
.main__section__planTable th:last-child, .main__section__planTable td:last-child {
  border-right: none;
}
.main__section__planTable th {
  font-weight: 700;
  color: #676767;
  letter-spacing: -0.5px;
  text-align: center;
  background-color: #f5f5f5;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable th {
    width: 278px;
    height: 121px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable th {
    background-color: #fff;
    padding: 16px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main__section__planTable td {
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  background-color: #f5f5f5;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable td small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable td small {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable td span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable td span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.main__section__planTable td strong {
  position: relative;
  color: #3f8dd3;
  font-weight: 700;
}
.main__section__planTable td strong::before {
  position: absolute;
  content: "";
  width: 85%;
  background-color: #d15c70;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px), print {
  .main__section__planTable td strong::before {
    bottom: -10px;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable td strong::before {
    z-index: 10;
    bottom: -6px;
    height: 4px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable td strong .large {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable td strong .large {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.main__section__planTable tr th:first-child {
  text-align: left;
  background-color: #fff;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr th:first-child {
    padding: 0 38px;
    font-size: 24px;
    font-size: 2.4rem;
    height: 121px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable tr th:first-child {
    padding: 6px 14px;
    font-size: 14px;
    font-size: 1.4rem;
    height: 90px;
  }
}
.main__section__planTable tr th:first-child > strong {
  color: #333;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr th:first-child.textArea {
    height: 162px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable tr th:first-child.textArea {
    padding: 12px;
  }
}
.main__section__planTable tr th:first-child.textArea > p {
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr th:first-child.textArea > p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 13px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable tr th:first-child.textArea > p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 8px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr:first-child th {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable tr:first-child th {
    width: 210px;
  }
}
.main__section__planTable tr:first-child th:first-child {
  border-radius: 12px 0 0 0;
  background-color: #fff;
  color: #333;
  text-align: left;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr:first-child th:first-child {
    width: 365px;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0 0 0 38px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable tr:first-child th:first-child {
    font-size: 14px;
    font-size: 1.4rem;
    width: 115px;
    height: 57px;
  }
}
.main__section__planTable tr:first-child th:last-child {
  border-radius: 0 12px 0 0;
}
.main__section__planTable tr:last-child th, .main__section__planTable tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .main__section__planTable tr:last-child th + .sbps--last, .main__section__planTable tr:last-child td + .sbps--last {
    border-bottom: 2px solid #3f8dd3;
  }
}
.main__section__planTable tr:last-child th:first-child {
  border-radius: 0 0 0 12px;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr:last-child th:first-child {
    height: 100%;
    display: block;
    border-right: none;
    padding: 80px 38px 210px;
  }
}
.main__section__planTable tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
.main__section__planTable .title {
  background-color: #3f8dd3;
  position: relative;
  color: #fff;
  -webkit-box-shadow: 10px 0 9px -3px rgba(0, 0, 0, 0.05), -10px 0 9px -3px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 0 9px -3px rgba(0, 0, 0, 0.05), -10px 0 9px -3px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 18px;
    top: -18px;
    left: 0;
    background-color: #3f8dd3;
    border-radius: 12px 12px 0 0;
    -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .title p {
    margin-top: -15px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox {
    padding: 3px 20px 3px 17px;
    margin: 7px 0 0 2px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .pointBox {
    padding: 0 10px;
  }
}
.main__section__planTable .pointBox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
}
.main__section__planTable .pointBox__item + .pointBox__item {
  margin-top: 12px;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox__item {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .pointBox__item {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.main__section__planTable .pointBox__item > strong {
  position: relative;
  color: #3f8dd3;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.main__section__planTable .pointBox__item > strong::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-color: #fbee21;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox__item > strong::before {
    bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .pointBox__item > strong::before {
    z-index: 10;
    bottom: 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox__item > strong {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .pointBox__item > strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox__item span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .pointBox__item span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .otherText {
    margin-top: 7px;
  }
}
.main__section__planTable .sbps {
  position: relative;
  background-color: #fff;
  color: #3f8dd3;
  -webkit-box-shadow: 10px 0 9px -3px rgba(0, 0, 0, 0.05), -10px 0 9px -3px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 0 9px -3px rgba(0, 0, 0, 0.05), -10px 0 9px -3px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .sbps {
    border-left: 5px solid #3f8dd3;
    border-right: 5px solid #3f8dd3;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .sbps {
    border-left: 2px solid #3f8dd3;
    border-right: 2px solid #3f8dd3;
  }
}
.main__section__planTable .sbps--last {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .sbps--last::before {
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: 6px;
    bottom: -6px;
    left: -5px;
    background-color: #3f8dd3;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
}
.main__section__planTable .otherList {
  color: #333;
  width: 74%;
  margin: 0 auto;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .otherList {
    padding: 20px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .otherList__item .type {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .otherList__item .type {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .otherList__item {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .otherList__item {
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .otherList__item:first-child img {
    max-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .otherList__item:first-child img {
    max-width: 90px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .noImgList {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .noImgList li {
    margin: 0 0 10px;
  }
}
.main__section__priceTable {
  border: 1px solid #b2b2b2;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable {
    width: 100%;
    border-radius: 12px;
    margin: 67px 0 0;
    table-layout: fixed;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable {
    width: 940px;
    border-radius: 8px;
    margin: 36px 0 0;
  }
}
.main__section__priceTable th, .main__section__priceTable td {
  background-color: #fff;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.main__section__priceTable th:last-child, .main__section__priceTable td:last-child {
  border-right: none;
}
.main__section__priceTable th {
  font-weight: 700;
  letter-spacing: -0.5px;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable th {
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable th {
    width: 10%;
    height: 56px;
    line-height: 1.2;
  }
}
.main__section__priceTable th.title {
  background-color: #3f8dd3;
  position: relative;
  color: #fff;
  border-bottom: none;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable th.title {
    width: 163px;
    padding: 0 0 8px 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable th.title {
    width: 10%;
    padding: 0 0 6px 0;
  }
}
.main__section__priceTable th.title::before {
  content: "";
  width: 100%;
  position: absolute;
  background-color: #3f8dd3;
  -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable th.title::before {
    height: 16px;
    top: -16px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable th.title::before {
    height: 8px;
    top: -8px;
    left: 0;
  }
}
.main__section__priceTable th:first-child {
  text-align: left;
  color: #676767;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable th:first-child {
    padding: 26px 0 25px 38px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable th:first-child {
    width: 212px;
    padding: 16px 0 16px 20px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.main__section__priceTable td {
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td > span {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable td > span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main__section__priceTable td > span.price {
  line-height: 1;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td > span.price {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable td > span.price {
    font-size: 20px;
    font-size: 2rem;
  }
}
.main__section__priceTable td.sbps {
  position: relative;
  background-color: #fff;
  color: #3f8dd3;
  z-index: 1;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td.sbps {
    border-left: 8px solid #3f8dd3;
    border-right: 8px solid #3f8dd3;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable td.sbps {
    border-left: 5px solid #3f8dd3;
    border-right: 5px solid #3f8dd3;
  }
}
.main__section__priceTable td.sbps small {
  color: #3f8dd3;
}
.main__section__priceTable td.sbps--last {
  position: relative;
}
.main__section__priceTable td.sbps--last::before {
  content: "";
  position: absolute;
  background-color: #3f8dd3;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td.sbps--last::before {
    width: calc(100% + 16px);
    height: 8px;
    bottom: -8px;
    left: -8px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable td.sbps--last::before {
    width: calc(100% + 10px);
    height: 5px;
    bottom: -5px;
    left: -5px;
  }
}
.main__section__priceTable td small {
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable td small {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable tr:first-child th {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    height: 80px;
  }
}
.main__section__priceTable tr:first-child th:first-child {
  border-radius: 12px 0 0 0;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable tr:first-child th:first-child {
    width: 340px;
    padding: 26px 0 26px 38px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable tr:first-child th:first-child {
    width: 12%;
    padding: 4px 0 4px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
}
.main__section__priceTable tr:first-child th:last-child {
  border-radius: 0 12px 0 0;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable tr:first-child th:last-child {
    width: 200px;
  }
}
.main__section__priceTable tr:last-child th, .main__section__priceTable tr:last-child td {
  border-bottom: none;
}
.main__section__priceTable tr:last-child th:first-child {
  border-radius: 0 0 0 12px;
}
@media screen and (max-width: 768px) {
  .main__section__priceTable tr:nth-child(2) th img {
    width: 85px;
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable tr:nth-child(3) th img {
    width: 48px;
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable tr:nth-child(4) th img {
    width: 112px;
    margin: 2px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable tr:nth-child(5) th img {
    width: 112px;
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable tr:nth-child(6) th img {
    width: 33px;
    margin: 3px 0 0;
  }
}
.main__section__priceTable tr:nth-child(6) td:last-of-type {
  border-radius: 0 0 12px 0;
  border-bottom: none;
  border-right: none;
}
.main__section__priceText {
  line-height: 2;
}
@media screen and (min-width: 769px), print {
  .main__section__priceText {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 31px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceText {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 15px 20px 0;
  }
}
/*# sourceMappingURL=style.css.map */