/* CSS Document */
/* CSS Document */
/* line 6, style.scss */
.time_boxb table {
  border-collapse: separate;
  border-spacing: 4px;
  line-height: 1.5;
  margin: 0 auto; }
  /* line 11, style.scss */
  .time_boxb table th {
    background: #1e4cdb;
    color: #ffffff;
    text-align: center;
    padding: 10px; }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 11, style.scss */
      .time_boxb table th {
        padding: 5px 10px; } }
    @media all and (min-width: 350.01px) and (max-width: 370px) {
      /* line 11, style.scss */
      .time_boxb table th {
        padding: 5px; } }
    @media screen and (max-width: 350px) {
      /* line 11, style.scss */
      .time_boxb table th {
        padding: 5px; } }
  /* line 32, style.scss */
  .time_boxb table td {
    background: #ffffff;
    text-align: center;
    padding: 10px; }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 32, style.scss */
      .time_boxb table td {
        padding: 5px 10px;
        white-space: nowrap; } }
    @media all and (min-width: 350.01px) and (max-width: 370px) {
      /* line 32, style.scss */
      .time_boxb table td {
        padding: 5px; } }
    @media screen and (max-width: 350px) {
      /* line 32, style.scss */
      .time_boxb table td {
        padding: 5px;
        white-space: nowrap; } }
    /* line 53, style.scss */
    .time_boxb table td span {
      display: inline-block;
      text-align: left; }

/* line 60, style.scss */
.time_txt {
  margin: 10px 0 0; }

/* line 63, style.scss */
.time_txtb {
  text-align: center; }
  /* line 65, style.scss */
  .time_txtb p {
    display: inline-block;
    text-align: left;
    line-height: 1.5; }
    /* line 79, style.scss */
    .time_txtb p strong {
      color: #cc0000; }

/* line 88, style.scss */
.flow_boxb ul.flow-img {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 88, style.scss */
    .flow_boxb ul.flow-img {
      flex-direction: column;
      justify-content: center;
      align-items: center; } }
  @media screen and (max-width: 350px) {
    /* line 88, style.scss */
    .flow_boxb ul.flow-img {
      flex-direction: column;
      justify-content: center;
      align-items: center; } }
  /* line 108, style.scss */
  .flow_boxb ul.flow-img li {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1e4cdb;
    min-height: 70px;
    width: calc((100% - 100px) / 6);
    position: relative;
    color: #fff; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 108, style.scss */
      .flow_boxb ul.flow-img li {
        width: calc((100% - 50px) / 6); } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 108, style.scss */
      .flow_boxb ul.flow-img li {
        max-width: 240px;
        width: 100%;
        min-height: 45px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 350px) {
      /* line 108, style.scss */
      .flow_boxb ul.flow-img li {
        max-width: 200px;
        width: 100%;
        min-height: 35px;
        margin-bottom: 15px; } }
    /* line 137, style.scss */
    .flow_boxb ul.flow-img li span {
      line-height: 1.5;
      font-size: 20px;
      font-size: 2.0rem;
      font-weight: bold;
      text-align: center; }
      @media screen and (min-width: 930.01px) and (max-width: 1200px) {
        /* line 137, style.scss */
        .flow_boxb ul.flow-img li span {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 137, style.scss */
        .flow_boxb ul.flow-img li span {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 137, style.scss */
        .flow_boxb ul.flow-img li span {
          font-size: 15px;
          font-size: 1.5rem; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 137, style.scss */
        .flow_boxb ul.flow-img li span {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 350px) {
        /* line 137, style.scss */
        .flow_boxb ul.flow-img li span {
          font-size: 15px;
          font-size: 1.5rem; } }
    /* line 164, style.scss */
    .flow_boxb ul.flow-img li:after {
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-left: 10px solid #1e4cdb;
      border-top: 14px solid transparent;
      border-bottom: 14px solid transparent;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -15px;
      margin: auto; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 164, style.scss */
        .flow_boxb ul.flow-img li:after {
          border-left: 7px solid #1e4cdb;
          border-top: 12px solid transparent;
          border-bottom: 12px solid transparent;
          right: -10px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 164, style.scss */
        .flow_boxb ul.flow-img li:after {
          border-left: 14px solid transparent;
          border-top: 10px solid #1e4cdb;
          border-right: 14px solid transparent;
          border-bottom: none;
          right: 0;
          left: 0;
          bottom: -13px;
          top: auto; } }
      @media screen and (max-width: 350px) {
        /* line 164, style.scss */
        .flow_boxb ul.flow-img li:after {
          border-left: 14px solid transparent;
          border-top: 10px solid #1e4cdb;
          border-right: 14px solid transparent;
          border-bottom: none;
          right: 0;
          left: 0;
          bottom: -13px;
          top: auto; } }
    /* line 209, style.scss */
    .flow_boxb ul.flow-img li:last-of-type:after {
      display: none; }

/* line 216, style.scss */
.flow_txt {
  margin: 40px 0 0; }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 216, style.scss */
    .flow_txt {
      margin: 20px 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 216, style.scss */
    .flow_txt {
      margin: 20px 0 0; } }

/* line 233, style.scss */
.flow_txtb ul li:last-of-type {
  margin-top: 20px; }
/* line 237, style.scss */
.flow_txtb p {
  text-indent: -1.0em;
  padding-left: 1.0em; }

/* line 246, style.scss */
.beginner_boxb dl {
  width: fit-content;
  margin: auto; }
  /* line 249, style.scss */
  .beginner_boxb dl dt {
    padding: 0 0 0 1.2em;
    position: relative;
    font-weight: bold; }
    /* line 253, style.scss */
    .beginner_boxb dl dt:nth-of-type(n+2) {
      margin-top: 20px; }
    /* line 256, style.scss */
    .beginner_boxb dl dt:before {
      display: block;
      content: '';
      width: 0.8em;
      height: 0.8em;
      background: #48cbff;
      border-radius: 50%;
      position: absolute;
      top: 0.7em;
      left: 0; }
  /* line 268, style.scss */
  .beginner_boxb dl dd {
    padding: 0 0 0 1.2em; }
    /* line 270, style.scss */
    .beginner_boxb dl dd:last-of-type {
      padding: 0; }

/* line 276, style.scss */
.add_comment {
  margin: 20px 0 0; }
  /* line 278, style.scss */
  .add_comment p {
    display: inline-block;
    text-align: left;
    text-indent: -1.0em;
    margin-left: 1.0em; }

/* line 286, style.scss */
.contact_lens_box {
  margin: 40px 0 0; }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 286, style.scss */
    .contact_lens_box {
      margin: 20px 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 286, style.scss */
    .contact_lens_box {
      margin: 20px 0 0; } }

/* line 301, style.scss */
.contact_lens_boxb {
  background-color: #effde3;
  border: 5px solid #ffffff;
  padding: 50px 30px; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 301, style.scss */
    .contact_lens_boxb {
      padding: 30px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 301, style.scss */
    .contact_lens_boxb {
      padding: 30px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 301, style.scss */
    .contact_lens_boxb {
      padding: 20px; } }
  @media screen and (max-width: 350px) {
    /* line 301, style.scss */
    .contact_lens_boxb {
      padding: 15px; } }
  /* line 319, style.scss */
  .contact_lens_boxb p {
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 319, style.scss */
      .contact_lens_boxb p {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 319, style.scss */
      .contact_lens_boxb p {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 319, style.scss */
      .contact_lens_boxb p {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0; } }
    @media screen and (max-width: 350px) {
      /* line 319, style.scss */
      .contact_lens_boxb p {
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: 0; } }
    /* line 345, style.scss */
    .contact_lens_boxb p span {
      display: inline-block;
      text-align: left; }

/* line 351, style.scss */
.more_btn {
  margin: 40px 0 0; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 351, style.scss */
    .more_btn {
      margin: 30px 0 0; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 351, style.scss */
    .more_btn {
      margin: 30px 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 351, style.scss */
    .more_btn {
      margin: 20px 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 351, style.scss */
    .more_btn {
      margin: 20px 0 0; } }

/* line 368, style.scss */
.more_btnb {
  max-width: 370px;
  width: 100%;
  margin: auto; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 368, style.scss */
    .more_btnb {
      max-width: 320px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 368, style.scss */
    .more_btnb {
      max-width: 320px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 368, style.scss */
    .more_btnb {
      max-width: 280px; } }
  @media screen and (max-width: 350px) {
    /* line 368, style.scss */
    .more_btnb {
      max-width: 240px; } }
  /* line 386, style.scss */
  .more_btnb a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-weight: 500;
    color: #ffffff;
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: 0.1rem;
    background: #1e4cdb;
    border-radius: 5px; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 386, style.scss */
      .more_btnb a {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 386, style.scss */
      .more_btnb a {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 386, style.scss */
      .more_btnb a {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 350px) {
      /* line 386, style.scss */
      .more_btnb a {
        font-size: 16px;
        font-size: 1.6rem; } }
    /* line 417, style.scss */
    .more_btnb a:before {
      display: block;
      content: '';
      width: 8px;
      height: 8px;
      border-right: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff;
      transform: rotate(-45deg) skew(10deg, 10deg);
      margin-right: 10px; }
    /* line 427, style.scss */
    .btn_green .more_btnb a {
      background-color: #91cc74; }

/*# sourceMappingURL=style.css.map */
