@charset "utf-8";

.section .st {
  margin-bottom: 50px;
}

.headline_02 {
  margin-bottom: 20px;
}

.layout_flow-subcontents p {
  line-height: 1.6;
}

.sec_trial .figure {
  margin-bottom: 40px;
  text-align: center;
}

.sec_trial .trial_list .trial_apply {
  margin: 40px 0 50px;
}

.sec_trial li,
.sec_pay li,
.sec_caution li {
  margin-bottom: 50px;
}

.sec_trial h4,
.sec_pay h4,
.sec_caution h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ ProN W4";
}

.sec_pay .pay_list .bt {
  margin-bottom: 5px;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ ProN W4";
}

.sec_pay .pay_list .summary,
.sec_trial .trial_list .summary {
  margin-bottom: 25px;
  line-height: 1.6;
}

.notice_text {
  color: #f00;
}

.sec_pay .pay_list .notes {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.6;
}

.sec_pay .pay_list .card {
  margin-bottom: 30px;
  text-align: center;
}

.sec_pay .pay_list .list_style-disc li,
.list_style-disc-margin-low li {
  line-height: 1.6;
  margin-bottom: 0;
}

.sec_caution #prohibit li {
  margin-bottom: 0;
}

.sec_caution .caution_list li {
  margin-bottom: 40px;
}

.sec_caution .caution_list .summary {
  line-height: 1.6;
}

.list_style-disc-margin-low {
  margin: 10px 0;
}

#layout_pay-detail {
  margin-bottom: 20px;
}

/* ----------------
 PAYMENT CARDS
---------------- */
.layout_payment-cards {
  padding: 0 30px;
}

.payment-cards-title {
  font-size: 12px;
}

.payment-cards-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-flow: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.payment-cards-list-li {
  padding: 10px;
}

/* ----------------
 flow_step_card
---------------- */
.service_flow {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 50px 0 50px 30px;
}

.service_flow .flow_step_card,
.flow_step_card li {
  margin-bottom: 0;
}

.flow_step_card {
  position: relative;
  flex: 0 0 240px;
  width: 240px;
  height: 160px;
  background: #e2f7f6;
  border: 1px solid #309a95;
  border-radius: 4px;
}

.flow_step_card::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -80px;
  width: 0;
  height: 0;
  margin: auto;
  border: 10px solid transparent;
  border-width: 48px 16px;
  border-left-color: #81d3cf;
}

.flow_step_card.step3::after {
  display: none;
}

.flow_step_card li {
  background: #bdebe7;
  margin: 4px 16px;
  padding: 0 12px;
  height: 24px;
  border-radius: 2px;
  font-weight: bold;
  font-family: '';
  line-height: 24px;
}

.flow_step_card.step3 li {
  position: relative;
  margin-bottom: 32px;
}

.flow_step_card.step3 li span {
  position: absolute;
  top: 28px;
  right: 8px;
  color: #269a95;
  font-family: 'ヒラギノ角ゴ ProN';
  font-weight: bold;
}

.flow_step_card p {
  padding: 0 16px;
  color: #269a95;
  font-family: 'ヒラギノ角ゴ ProN';
  font-weight: bold;
  text-align: right;
}

.flow_step_card .card_number {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 32px;
  padding: 14px 0;
  border-radius: 60px;
  background: #269a95;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
}

.flow_step_card .card_number em {
  display: block;
  font-size: 21px;
  font-style: normal;
}

.flow_step_card .card_name {
  margin: 8px 0;
  font-size: 18px;
  text-align: center;
}

.layout_flow-subcontents h5 {
  margin-bottom: 15px;
  font-size: 18px;
}

.layout_flow-subcontents iframe {
  display: block;
  margin: auto;
  width: 560px;
  height: 315px;
}

/* ------------------------------
 * Responsive
 */
@media (max-width: 959px) {
  .flow_step_card::after {
    display: none;
  }
}

@media (max-width: 599px) {
  .sec_caution .caution_list li {
    margin-bottom: 0;
  }

  .headline_02 {
    margin-bottom: 15px;
  }

  .sec_trial h4,
  .sec_pay h4,
  .sec_caution h4 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .layout_flow-subtitle {
    padding: 15px 30px 15px 0;
    line-height: 1.3;
  }

  .layout_flow-subtitle::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 10px;
    height: 10px;
    margin: -10px 0 0 0;
    border-bottom: solid 3px #2d333d;
    border-right: solid 3px #2d333d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
  }

  .layout_flow-subtitle.is-open::after {
    margin-top: -4px;
    right: 5px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
  }

  .layout_flow-subcontents {
    padding-bottom: 30px;
    display: none;
  }

  .table_style-05 tbody tr td {
    text-align: center;
  }

  .sec_trial li.flow-item,
  .sec_pay li.flow-item,
  .sec_caution li.flow-item {
    border-bottom: 1px solid #8794a1;
    margin-bottom: 0;
  }

  #layout_pay-detail {
    margin-bottom: 0;
  }

  .sec_trial .trial_list .trial_apply {
    margin: 30px 0 0;
  }

  .trial_apply {
    margin-top: 30px;
  }

  .payment-cards-list li {
    margin: 0;
  }

  .service_flow {
    display: block;
    margin: 50px 0 50px 48px;
  }

  .flow_step_card {
    margin: 56px auto;
  }

  .flow_step_card::after {
    display: block;
    bottom: -234px;
    right: 60px;
    left: 0;
    border: 10px solid transparent;
    border-width: 16px 48px;
    border-top-color: #81d3cf;
  }

  .flow_step_card .card_number {
    top: -1px;
    bottom: 0;
    height: 32px;
    left: -60px;
    padding: 64px 0;
    border: 1px solid #309a95;
    border-radius: 4px 0 0 4px;
    line-height: 16px;
  }

  .layout_flow-subcontents iframe {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 320px;
    height: 180px;
  }
}