<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
  outline: none; }

html {
  color: #3a4752;
  line-height: 1.6;
  min-height: 100vh;
  min-width: 1320px;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media screen and (max-width: 767px) {
    html {
      min-width: auto; }
      html _::-webkit-full-page-media, html _:future, html :root {
        letter-spacing: .01px; } }

body {
  display: flex;
  flex-direction: column;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
  word-break: break-all;
  -webkit-text-size-adjust: 100%; }

img {
  max-width: 100%;
  vertical-align: top; }

a {
  color: #3a4752;
  display: inline-block;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a.under-line {
    color: #2ca6e0;
    text-decoration: underline;
    transition: all 0.1s linear; }
    a.under-line:hover {
      opacity: 0.7; }
      @media screen and (max-width: 767px) {
        a.under-line:hover {
          opacity: 1; } }

button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px; }

.container, .mainwrap {
  margin: 0 auto;
  width: 1320px; }
  @media screen and (max-width: 767px) {
    .container, .mainwrap {
      width: auto; } }
  .container .row, .mainwrap .row {
    margin: 0 60px; }
    @media screen and (max-width: 767px) {
      .container .row, .mainwrap .row {
        margin: 0 25px; } }
  .container .row2, .mainwrap .row2 {
    margin: 0 140px; }
    @media screen and (max-width: 767px) {
      .container .row2, .mainwrap .row2 {
        margin: 0 30px; } }

input::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: 0.1em; }
  @media screen and (max-width: 767px) {
    input::-webkit-input-placeholder {
      font-size: 16px; } }

input:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: 0.1em; }
  @media screen and (max-width: 767px) {
    input:-ms-input-placeholder {
      font-size: 16px; } }

input::-moz-placeholder {
  color: #bfbfbf;
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: 0.1em; }
  @media screen and (max-width: 767px) {
    input::-moz-placeholder {
      font-size: 16px; } }

input[type="text"], input[type="password"], textarea, select {
  appearance: none;
  background: #fff;
  border: 1px solid #919191;
  border-radius: 0;
  color: #3a4752;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 15px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    input[type="text"], input[type="password"], textarea, select {
      font-size: 22px; } }

.wrap-select {
  position: relative; }
  .wrap-select:before {
    background: url(/images/common/select_icon.svg) no-repeat;
    content: '';
    height: 38px;
    margin: auto;
    width: 38px;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0; }
    @media screen and (max-width: 767px) {
      .wrap-select:before {
        height: 32px;
        width: 32px; } }

.table-layout {
  display: table; }
  .table-layout dl {
    display: table-row; }
    .table-layout dl dt, .table-layout dl dd {
      display: table-cell; }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  z-index: 202; }

.menu-trigger {
  cursor: pointer;
  position: fixed;
  width: 30px;
  height: 22px;
  top: 30px;
  right: 17px;
  display: none; }
  @media screen and (max-width: 767px) {
    .menu-trigger {
      display: block;
      top: 18px; } }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3a4752;
  border-radius: 4px; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 10px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #3a4752;
  border-radius: 4px;
  transition: all .4s; }

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) scale(0); }

.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-20px) scale(0); }

body.flip-active .nav-sp {
  background: #fff;
  opacity: 1;
  z-index: 201; }
body .nav-sp {
  display: none; }
  @media screen and (max-width: 767px) {
    body .nav-sp {
      display: block;
      height: 100%;
      opacity: 0;
      position: fixed;
      top: 0;
      transition: all 0.1s linear;
      width: 100%; }
      body .nav-sp .nav-list {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100vh; }
        body .nav-sp .nav-list__item {
          font-size: 20px;
          line-height: 1;
          margin: 0 0 31px; }
          body .nav-sp .nav-list__item a {
            color: #5fa6d8;
            display: inline-block;
            position: relative; }
            body .nav-sp .nav-list__item a.current:after {
              position: absolute;
              bottom: 8px;
              left: 0;
              content: '';
              width: 100%;
              height: 2px; }
            body .nav-sp .nav-list__item a:not(.current):after {
              position: absolute;
              bottom: 8px;
              left: 0;
              content: '';
              width: 100%;
              height: 2px;
              transform: scale(0, 1);
              transform-origin: center top;
              transition: transform .3s; }
            body .nav-sp .nav-list__item a:not(.current):hover:after {
              transform: scale(1, 1); }
        body .nav-sp .nav-list .header-btn-sp {
          align-items: center;
          display: flex;
          justify-content: center;
          flex-direction: column;
          margin: 7px 0 0;
          width: 80%; }
          body .nav-sp .nav-list .header-btn-sp a {
            border-radius: 4px;
            font-size: 16px;
            margin: 0 0 16px;
            text-align: center;
            padding: 16px;
            width: 100%; } }

.btn {
  border-radius: 4px;
  color: #fff;
  align-items: center;
  display: flex;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  transition: all 0.1s linear;
  opacity: 1; }
  .btn:hover {
    opacity: 0.7; }
  @media screen and (max-width: 767px) {
    .btn {
      font-size: 14px; } }

.btn-order {
  position: relative;
  background: #fd81a4;
  height: 70px;
  width: 370px; }
  @media screen and (max-width: 767px) {
    .btn-order {
      height: 55px;
      width: 300px; } }
  .btn-order img {
    position: absolute;
    z-index: 2; }
    .btn-order img.show-pc {
      top: -28px;
      left: -28px; }
    .btn-order img.show-sp {
      top: -21px;
      left: -24px;
      width: 57px; }

@media screen and (max-width: 768px) {
  .btn-full {
    height: 3.0rem;
    width: 100%;
  }
  input.confim_text {
    height: 3.0rem;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .btn-full {
    height: 3.0rem;
    width: 40%;
  }
  input.confim_text {
    height: 3.0rem;
    width: 30%;
  }
}

.btn-dliving {
  background: #cc0033;
  border: 2px solid #cc0033; }
  .btn-dliving:before {
    background: #cc0033; }
  .btn-dliving:hover {
    border: 2px solid #cc0033;
    border: 2px solid #cc0033; }
    .btn-dliving:hover:before {
      width: 0%; }

.btn-login {
  background: #2ca6e0;
  border: 2px solid #2ca6e0; }
  .btn-login:before {
    background: #2ca6e0; }
  .btn-login:hover {
    border: 2px solid #2ca6e0;
    border: 2px solid #2ca6e0; }
    .btn-login:hover:before {
      width: 0%; }

.btn-secondary {
  background: #2ca6e0;
  border: 2px solid #2ca6e0; }
  .btn-secondary:before {
    background: #2ca6e0; }
  .btn-secondary:hover {
    border: 2px solid #2ca6e0;
    border: 2px solid #2ca6e0; }
    .btn-secondary:hover:before {
      width: 0%; }

.btn-disable {
  background: #ccc;
  border: 1px solid #ccc;
  color: #ebebeb;
  pointer-events: none; }
  .btn-disable:before, .btn-disable:after {
    background: #ccc;
    color: #ebebeb; }

.btn-header-pink {
  background: #fd81a4;
  border: 2px solid #fd81a4;
  height: 52px; }
  .btn-header-pink:before {
    background: #fd81a4; }
  .btn-header-pink:hover {
    border: 2px solid #fd81a4;
    border: 2px solid #fd81a4; }
    .btn-header-pink:hover:before {
      width: 0%; }
  .btn-header-pink .wrap-btn-text {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 10px 0 12px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .btn-header-pink .wrap-btn-text {
        margin: 0 8px 0 10px; } }
    .btn-header-pink .wrap-btn-text:after {
      background: url(/images/common/arrow_off.svg) no-repeat center right;
      content: '';
      display: block;
      height: 18px;
      width: 10px; }

.btn-header-blue {
  background: #2ca6e0;
  border: 2px solid #2ca6e0;
  height: 52px; }
  .btn-header-blue:before {
    background: #2ca6e0; }
  .btn-header-blue:hover {
    border: 2px solid #2ca6e0;
    border: 2px solid #2ca6e0; }
    .btn-header-blue:hover:before {
      width: 0%; }
  .btn-header-blue .wrap-btn-text {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 10px 0 12px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .btn-header-blue .wrap-btn-text {
        margin: 0 8px 0 10px; } }
    .btn-header-blue .wrap-btn-text:after {
      background: url(/images/common/arrow_off.svg) no-repeat center right;
      content: '';
      display: block;
      height: 18px;
      width: 10px; }

.btn-header-white {
  border: 2px solid #2ca6e0;
  height: 52px;
  transition: all 0.1s linear; }
  .btn-header-white:hover {
    opacity: 0.7; }
  .btn-header-white .wrap-btn-text {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 10px 0 12px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .btn-header-white .wrap-btn-text {
        margin: 0 8px 0 10px; } }
    .btn-header-white .wrap-btn-text:after {
      background: url(/images/common/arrow_on.svg) no-repeat center right;
      content: '';
      display: block;
      height: 18px;
      width: 10px; }
    .btn-header-white .wrap-btn-text .btn-text {
      color: #2ca6e0; }

.btn-order .wrap-btn-text {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 10px 0 12px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .btn-order .wrap-btn-text {
      margin: 0 8px 0 10px; } }
  .btn-order .wrap-btn-text:after {
    background: url(/images/common/arrow_off.svg) no-repeat center right;
    content: '';
    display: block;
    height: 18px;
    width: 10px; }
  .btn-order .wrap-btn-text .btn-text {
    align-items: center;
    display: flex; }
    .btn-order .wrap-btn-text .btn-text:before {
      background: url(/images/common/box_off.svg) no-repeat center left;
      content: '';
      display: block;
      margin: 0 8px 0 0;
      height: 33px;
      width: 29px; }
      @media screen and (max-width: 767px) {
        .btn-order .wrap-btn-text .btn-text:before {
          height: 27px;
          width: 24px; } }
.btn-order + .supplement {
  color: #2ca6e0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 14px 0 0; }
  @media screen and (max-width: 767px) {
    .btn-order + .supplement {
      margin: 11px 0 0; } }

.btn-border {
  border: 3px solid #fd81a4;
  height: 70px;
  width: 370px; }
  @media screen and (max-width: 767px) {
    .btn-border {
      border: 2px solid #fd81a4;
      height: 55px;
      width: 300px; } }
  .btn-border .wrap-btn-text {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 10px 0 12px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .btn-border .wrap-btn-text {
        margin: 0 8px 0 10px; } }
    .btn-border .wrap-btn-text:after {
      background: url(/images/common/arrow_right.svg) no-repeat center right;
      content: '';
      display: block;
      height: 18px;
      width: 10px; }
    .btn-border .wrap-btn-text .btn-text {
      color: #fd81a4;
      margin: 0 auto; }

.btn-more {
  border: 1px solid #3a4752;
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 50px;
  transition: all 0.1s linear;
  width: 200px; }
  @media screen and (max-width: 767px) {
    .btn-more {
      width: 220px; } }
  .btn-more:hover {
    opacity: 0.7; }
  .btn-more:after {
    background: url(/images/common/arrow_on.svg) no-repeat center right;
    content: '';
    display: block;
    margin: 0 10px 0 0;
    height: 18px;
    width: 10px; }
  .btn-more .btn-text {
    margin: 0 10px 0 12px; }

.order-box-btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center; }
  .order-box-btn a {
    overflow: visible;
    letter-spacing: 2px;
    margin: 0 auto; }
    .order-box-btn a .wrap-btn-text:after {
      background: none; }
    .order-box-btn a .wrap-btn-text .btn-text {
      font-size: 19px;
      font-weight: bold;
      margin: 0 auto; }

.btn-accent {
  background: #fd81a4;
  color: #fff; }

.qa-list {
  margin: 0 auto;
  width: 665px; }
  @media screen and (max-width: 767px) {
    .qa-list {
      width: 100%; } }
  .qa-list__item {
    border-bottom: 1px solid #dadada;
    cursor: pointer; }
    .qa-list__item .accordion-icon {
      top: 56px; }
      @media screen and (max-width: 767px) {
        .qa-list__item .accordion-icon {
          top: 31px; } }
    .qa-list__item .qa-icon {
      border-radius: 50%;
      color: #fff;
      display: block;
      font-size: 26px;
      font-weight: 500;
      height: 38px;
      line-height: 1.4;
      text-align: center;
      font-family: "urw-din", sans-serif;
      width: 38px; }
      @media screen and (max-width: 767px) {
        .qa-list__item .qa-icon {
          font-size: 16px;
          height: 31px;
          line-height: 1.9;
          width: 31px; } }
    .qa-list__item table td {
      padding: 0 45px 0 16px; }
      @media screen and (max-width: 767px) {
        .qa-list__item table td {
          padding: 0 30px 0 11px; } }
    .qa-list__item .wrap-qa-question {
      padding: 42px 0; }
      @media screen and (max-width: 767px) {
        .qa-list__item .wrap-qa-question {
          padding: 21px 0; } }
      .qa-list__item .wrap-qa-question .qa-question {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .qa-list__item .wrap-qa-question .qa-question tr th {
          vertical-align: top; }
          .qa-list__item .wrap-qa-question .qa-question tr th .qa-icon {
            background: #2ca6e0; }
        .qa-list__item .wrap-qa-question .qa-question tr td {
          font-size: 20px;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            .qa-list__item .wrap-qa-question .qa-question tr td {
              font-size: 16px; } }
    .qa-list__item .wrap-qa-answer {
      display: none;
      margin: 0 0 42px; }
      @media screen and (max-width: 767px) {
        .qa-list__item .wrap-qa-answer {
          margin: 0 0 21px; } }
      .qa-list__item .wrap-qa-answer .qa-answer tr th {
        vertical-align: top; }
        .qa-list__item .wrap-qa-answer .qa-answer tr th .qa-icon {
          background: #f5548d; }
      .qa-list__item .wrap-qa-answer .qa-answer tr td {
        line-height: 2.2; }
        @media screen and (max-width: 767px) {
          .qa-list__item .wrap-qa-answer .qa-answer tr td {
            font-size: 15px;
            line-height: 1.9; } }

.wrap-price-list {
  background: #fff;
  padding: 30px;
  width: 46%; }
  @media screen and (max-width: 767px) {
    .wrap-price-list {
      margin: 0 0 63px;
      padding: 20px 15px;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .wrap-price-list:last-of-type {
      margin: 0; } }
  .wrap-price-list.emphasis {
    border: 6px solid #2ca6e0;
    box-shadow: 6px 6px 0 0 rgba(153, 210, 236, 0.32);
    position: relative; }
    @media screen and (max-width: 767px) {
      .wrap-price-list.emphasis {
        border: 3px solid #2ca6e0;
        padding: 20px 15px 63px; } }
    .wrap-price-list.emphasis .difference {
      background: #ff5a9b;
      color: #fff;
      font-size: 22px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: bold;
      line-height: 1.6;
      padding: 12px 33px;
      position: absolute;
      bottom: -30px;
      right: -14px; }
      @media screen and (max-width: 767px) {
        .wrap-price-list.emphasis .difference {
          font-size: 18px;
          padding: 9px 23px;
          bottom: -24px; } }

.price-list {
  line-height: 1;
  width: 100%; }
  .price-list .note-multiple {
    background: #f1f1f1;
    display: flex;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    line-height: 1.7;
    padding: 17px 24px; }
    @media screen and (max-width: 767px) {
      .price-list .note-multiple {
        font-size: 14px;
        padding: 12px 16px; } }
    .price-list .note-multiple strong {
      color: #fd81a4; }
    .price-list .note-multiple .kome {
      font-size: 10px; }
  .price-list caption {
    border-top: 2px solid #2ca6e0;
    border-bottom: 2px solid #2ca6e0;
    color: #2ca6e0;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    margin: 0 0 19px;
    padding: 23px 0;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .price-list caption {
        font-size: 16px;
        padding: 15px 0;
        margin: 0 0 13px; } }
  .price-list tbody tr:last-of-type th {
    padding: 19px 0 38px; }
    @media screen and (max-width: 767px) {
      .price-list tbody tr:last-of-type th {
        padding: 13px 0 26px; } }
  .price-list tbody tr:last-of-type td {
    padding: 19px 0 38px; }
    @media screen and (max-width: 767px) {
      .price-list tbody tr:last-of-type td {
        padding: 13px 0 26px; } }
  .price-list tbody tr th {
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    padding: 19px 0; }
    @media screen and (max-width: 767px) {
      .price-list tbody tr th {
        font-size: 15px;
        padding: 13px 0; } }
  .price-list tbody tr td {
    text-align: right;
    font-size: 30px;
    font-weight: bold;
    padding: 19px 0; }
    @media screen and (max-width: 767px) {
      .price-list tbody tr td {
        font-size: 25px;
        padding: 13px 0; } }
    .price-list tbody tr td .unit {
      font-size: 20px;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        .price-list tbody tr td .unit {
          font-size: 14px; } }
    .price-list tbody tr td .free {
      color: #fd81a4;
      font-size: 30px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .price-list tbody tr td .free {
          font-size: 22px; } }
    .price-list tbody tr td .note {
      color: #fd81a4;
      font-size: 16px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: bold;
      margin: 9px 0 0 0; }
      @media screen and (max-width: 767px) {
        .price-list tbody tr td .note {
          font-size: 14px; } }
    .price-list tbody tr td .bill {
      font-size: 16px;
      margin: 9px 0 0 0; }
      @media screen and (max-width: 767px) {
        .price-list tbody tr td .bill {
          font-size: 14px;
          margin: 6px 0 0; } }
  .price-list tfoot tr {
    border-top: 1px solid #dadada; }
    .price-list tfoot tr th {
      font-size: 20px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: bold;
      padding: 38px 0 0; }
      @media screen and (max-width: 767px) {
        .price-list tfoot tr th {
          font-size: 15px;
          padding: 21px 0 0; } }
    .price-list tfoot tr td {
      font-size: 32px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: bold;
      padding: 38px 0 0;
      text-align: right; }
      @media screen and (max-width: 767px) {
        .price-list tfoot tr td {
          font-size: 20px;
          padding: 21px 0 0; } }
      .price-list tfoot tr td .unit {
        font-size: 22px; }
        @media screen and (max-width: 767px) {
          .price-list tfoot tr td .unit {
            font-size: 12px; } }
  .price-list.comparison tbody tr td {
    font-size: 28px;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .price-list.comparison tbody tr td {
        font-size: 19px; } }
    .price-list.comparison tbody tr td .unit {
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .price-list.comparison tbody tr td .unit {
          font-size: 12px; } }

.tabs {
  text-align: center; }
  .tabs .tab-item {
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .tabs .tab-item {
        width: 49%; } }
    .tabs .tab-item:first-of-type {
      margin: 0 27px 0 0; }
      @media screen and (max-width: 767px) {
        .tabs .tab-item:first-of-type {
          margin: 0; } }
    .tabs .tab-item:last-of-type {
      margin: 0 0 0 27px; }
      @media screen and (max-width: 767px) {
        .tabs .tab-item:last-of-type {
          margin: 0; } }
    .tabs .tab-item span {
      background: #fff;
      border: 2px solid #2ca6e0;
      border-radius: 2px;
      color: #2ca6e0;
      cursor: pointer;
      display: block;
      font-size: 18px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: bold;
      line-height: 1;
      padding: 27px 0;
      transition: all 0.1s linear;
      width: 223px; }
      @media screen and (max-width: 767px) {
        .tabs .tab-item span {
          font-size: 16px;
          padding: 20px 0;
          width: 100%; } }
  .tabs input[name="tab-item__exhibit"] {
    display: none; }
  .tabs input[name="tab-item__purchase"] {
    display: none; }
  .tabs input[name="tab-item__box"] {
    display: none; }
  .tabs input[name="tab-item__item"] {
    display: none; }
  .tabs input[name="tab-item__single"] {
    display: none; }
  .tabs #app__exhibit:checked ~ #app-content__exhibit, .tabs #web__exhibit:checked ~ #web-content__exhibit {
    display: block; }
  .tabs #app__purchase:checked ~ #app-content__purchase, .tabs #web__purchase:checked ~ #web-content__purchase {
    display: block; }
  .tabs #keep__box:checked ~ #keep-content__box, .tabs #takeout__box:checked ~ #takeout-content__box {
    display: block; }
  .tabs #keep__item:checked ~ #keep-content__item, .tabs #takeout__item:checked ~ #takeout-content__item {
    display: block; }
  .tabs #app__single:checked ~ #app-content__single, .tabs #web__single:checked ~ #web-content__single {
    display: block; }
  .tabs .tab-content {
    display: none;
    margin: 74px 0 0;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .tabs .tab-content {
        margin: 51px 0 0; } }
  .tabs input:checked + .tab-item span {
    background: #2ca6e0;
    color: #fff; }
  .tabs .flow-description-list {
    margin: 0 auto;
    width: 930px; }
    @media screen and (max-width: 767px) {
      .tabs .flow-description-list {
        width: 100%; } }
    .tabs .flow-description-list__item {
      display: flex; }
      @media screen and (max-width: 767px) {
        .tabs .flow-description-list__item {
          flex-direction: column; } }
      .tabs .flow-description-list__item.arrow {
        display: block !important;
        text-align: center; }
        .tabs .flow-description-list__item.arrow img {
          margin: 64px 0; }
          @media screen and (max-width: 767px) {
            .tabs .flow-description-list__item.arrow img {
              margin: 45px 0; } }
      .tabs .flow-description-list__item .thumb img.app-screen {
        max-width: 230px; }
        @media screen and (max-width: 767px) {
          .tabs .flow-description-list__item .thumb img.app-screen {
            max-width: 100%; } }
      .tabs .flow-description-list__item .thumb img.web-screen {
        max-width: 450px; }
        @media screen and (max-width: 767px) {
          .tabs .flow-description-list__item .thumb img.web-screen {
            max-width: 100%; } }
      .tabs .flow-description-list__item .thumb img.frame {
        border: 1px solid #e6e6e6; }
      .tabs .flow-description-list__item .text {
        line-height: 1.9;
        margin: 24px 0 0 68px; }
        @media screen and (max-width: 767px) {
          .tabs .flow-description-list__item .text {
            font-size: 15px;
            margin: 22px 0 0; } }
        .tabs .flow-description-list__item .text .step {
          color: #2ca6e0;
          font-size: 22px;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-weight: 600;
          line-height: 1;
          margin: 0 0 19px;
          font-family: "urw-din", sans-serif; }
          @media screen and (max-width: 767px) {
            .tabs .flow-description-list__item .text .step {
              font-size: 20px;
              margin: 0 0 17px; } }
        .tabs .flow-description-list__item .text .title {
          font-size: 18px;
          font-weight: bold;
          margin: 0 0 33px; }
        .tabs .flow-description-list__item .text p {
          margin: 0 0 25px; }
          @media screen and (max-width: 767px) {
            .tabs .flow-description-list__item .text p {
              margin: 0 0 22px; } }
          .tabs .flow-description-list__item .text p:last-of-type {
            margin: 0; }
        .tabs .flow-description-list__item .text .note {
          color: #f36565; }
  .tabs .sorry {
    display: flex;
    justify-content: center; }

.single__heading {
  border-bottom: 3px solid #ccc;
  margin: 0 0 92px; }
  @media screen and (max-width: 767px) {
    .single__heading {
      border-bottom: 2px solid #ccc;
      margin: 0 0 42px; } }
  .single__heading .text {
    padding: 0 0 19px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .single__heading .text {
        padding: 0 0 15px; } }
    .single__heading .text .text__inner {
      display: inline-block;
      font-size: 22px;
      font-weight: bold;
      position: relative;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .single__heading .text .text__inner {
          font-size: 18px; } }
      .single__heading .text .text__inner:after {
        background: #2ca6e0;
        content: '';
        height: 3px;
        position: absolute;
        left: 0;
        bottom: -22px;
        width: 100%; }
        @media screen and (max-width: 767px) {
          .single__heading .text .text__inner:after {
            height: 2px;
            bottom: -17px; } }

@media screen and (max-width: 767px) {
  header .wrapper {
    height: 70px; } }
@media screen and (max-width: 767px) {
  header nav.nav_pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: static; } }
header nav .progress_bar {
  display: inline-block;
  border: 0;
  vertical-align: top;
  padding: 0;
  font-size: 0;
  text-align: center;
  margin: 0;
  min-width: 90px; }
  header nav .progress_bar .progress_status {
    width: 12px;
    height: 12px;
    margin: 8px auto 0;
    background: #888888;
    border-radius: 50%; }
    header nav .progress_bar .progress_status:before, header nav .progress_bar .progress_status:after {
      position: absolute;
      bottom: 5px;
      z-index: -1;
      display: block;
      content: '';
      width: 100%;
      height: 2px;
      background: #ccc;
      border-style: solid;
      border-width: 0; }
    header nav .progress_bar .progress_status:before {
      right: 50%; }
    header nav .progress_bar .progress_status:after {
      left: 50%; }
  header nav .progress_bar li {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 5% 0 0;
    font-size: 12px;
    color: #888888;
    margin: 0 20px 0 0; }
    @media screen and (max-width: 767px) {
      header nav .progress_bar li {
        font-size: .7rem; } }
    header nav .progress_bar li:first-child .progress_status:before {
      display: none; }
    header nav .progress_bar li:last-child {
      margin: 0; }
      header nav .progress_bar li:last-child .progress_status:after {
        display: none; }
    header nav .progress_bar li.active {
      font-weight: 600;
      color: #2ca6e0;
      position: relative;
      z-index: 2; }
      header nav .progress_bar li.active .progress_status {
        background: #2ca6e0; }
        header nav .progress_bar li.active .progress_status:before {
          background: #2ca6e0; }

@media screen and (min-width: 768px) {
  main #order .user-registration .container {
    width: 1200px; }
  main #order .row {
    margin: 0; } }
@media screen and (max-width: 767px) {
  main #order .user-registration .container {
    max-width: 500px; } }
main #order #new-register.column {
  border: 1px solid #cccccc; }
  @media screen and (min-width: 768px) {
    main #order #new-register.column {
      justify-content: space-between;
      align-content: center; } }
  @media screen and (max-width: 767px) {
    main #order #new-register.column {
      flex-wrap: wrap; } }
@media screen and (min-width: 768px) {
  main #order #new-register .register_left {
    width: 650px; } }
main #order #new-register .register_left .register_img img {
  width: auto;
  max-width: 100%; }
@media screen and (min-width: 768px) {
  main #order #new-register .register_left .register_img .onlysp {
    display: none; } }
@media screen and (max-width: 767px) {
  main #order #new-register .register_left .register_img .onlypc {
    display: none; } }
@media screen and (min-width: 768px) {
  main #order #new-register .column__left {
    padding: 30px 30px 0;
    flex-basis: 550px;
    max-width: 500px;
    margin-right: 25px; } }
@media screen and (max-width: 767px) {
  main #order #new-register .column__left {
    padding: 30px; } }

main #order .user-registration .no-box .box-order-choice-list .box-order-choice-list__item .btn:hover {
  background: #2ca6e0; }
</pre></body></html>