@charset "utf-8";

.sec_service {
  padding-top: 0;
}

.headline_02 {
  margin-bottom: 30px;
}

.usual_list {
  margin: 16px 0 24px;
}

.usual_list li {
  margin-left: 20px;
  list-style: square;
}

.flow_item {
  margin-bottom: 50px;
}

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

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

.flow_item .summary {
  margin-bottom: 25px;
  line-height: 1.6;
}

.notice_order_list {
  margin: 8px 0;
}

.notice_order_list li {
  margin-left: 26px;
  font-size: 12px;
  text-indent: -24px;
}

/* ----------------
 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: 180px;
  background: #def4ff;
  border: 1px solid #1c7cbd;
  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: #86a9d3;
}

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

.flow_step_card li {
  background: #abdbf3;
  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: #0e54a7;
  font-family: 'ヒラギノ角ゴ ProN';
  font-weight: bold;
}

.flow_step_card p {
  padding: 0 16px;
  color: #0e54a7;
  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: #0e54a7;
  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;
}

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

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

.payment-cards-list {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.notes {
  font-size: 12px;
  line-height: 2;
}

.flow_list .flow_item .mobile-accordion-description .table_style-02 tbody th {
  padding: 8px 4px;
  background: #007bbc;
  color: #fff;
  text-align: center;
}

.table_style-02 tbody tr td {
  font-size: 14px;
}

#target_pay .table_style-02 {
  text-align: center;
}

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

@media (max-width: 599px) {
  .usual_list {
    margin-top: 0;
  }

  .flow_item {
    border-bottom: 1px solid #8794a1;
    margin-bottom: 0;
  }

  .flow_item h4 {
    text-indent: 0;
    padding-left: 0;
    padding-right: 32px;
  }

  .mobile-accordion-description {
    display: none;
  }

  .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: #86a9d3;
  }

  .flow_step_card .card_number {
    top: -1px;
    bottom: 0;
    height: 32px;
    left: -60px;
    padding: 74px 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;
  }

  .trial_apply {
    margin-top: 30px;
  }
}