@charset "utf-8";


.headline_01 {
  padding-top: 50px;
}

.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: #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;
  line-height: 1.4;
}

.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;
}

.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;
}

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

@media (max-width: 599px) {
  .flow_item {
    border-bottom: 1px solid #8794a1;
    margin-bottom: 0;
  }

  .flow_item h4 {
    position: relative;
    margin-bottom: 0;
    padding: 15px 30px 15px 0;
    line-height: 1.3;
  }

  .flow_item h4::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;
    transform: rotate(45deg);
    transform-origin: 50% 50% 0;
  }

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

  .accordion_area {
    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: #81d3cf;
  }

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