@charset "utf-8";

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

.section table + .notes {
  margin-top: 20px;
  font-size: 12px;
}

.notes {
  font-size: 12px;
}

/* sec_price
 * ---------------------------------- */
.sec_price {
  padding: 0;
}

.push_plan_wrap {
  position: relative;
  width: 238px;
}

.push_plan {
  position: absolute;
  left: 7px;
  top: -9px;
  display: inline-block;
  padding: 6px 8px;
  background: #ffd800;
  color: #444;
  line-height: 1;
  font-size: 13px;
  border-radius: 3px;
  font-weight: bold;
}

.push_plan::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 80%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 0 9px;
  border-color: #ffd800 transparent transparent;
  z-index: 0;
}

/* plan_list
 * --------------------------- */
.sec_price .link {
  text-align: left;
  margin: 30px 0 32px;
}

.price_mainbox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.layout_plan-table {
  width: 24%;
  background-color: #f2f2f2;
  box-sizing: border-box;
  margin: 8px 0 16px;
  margin-right: 1%;
  text-align: center;
}

.layout_plan-header {
  background-color: #1c7cbd;
  color: #fff;
}

.layout_plan-header h4 {
  padding: 8px 0;
  background-color: #0f54a7;
  font-family: "ヒラギノ角ゴ ProN W4";
  font-size: 18px;
}

.plan-price {
  margin: 16px;
  font-size: 36px;
  font-family: Helvetica;
  line-height: 1;
}

.plan-price small {
  display: inline;
  padding: 0 4px;
  font-size: 14px;
  vertical-align: middle;
}

.plan-price-initial {
  border-top: #8dbdde 1px solid;
  margin: 0 16px;
  padding: 16px 0;
}

.plan-price-initial strong {
  margin-left: 4px;
}

.layout_plan-spec-list {
  width: 100%;
}

.plan-value-title,
.plan-value {
  padding-top: 16px;
}

.plan-value-title {
  width: 40%;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.15;
  text-align: right;
}

.plan-value {
  width: 60%;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-indent: 16px;
  line-height: 1;
}

.layout_plan-spec .trial_apply {
  padding: 24px 16px;
}

.layout_plan-spec .trial_apply .btn {
  margin: 0 auto;
}

.layout_plan-spec .trial_apply .btn a {
  font-size: 13px;
  padding: 12px 0;
  border-radius: 3px;
  text-align: center;
}

.sec_price .notes {
  margin-top: 8px;
}

.sec_price .notes:first-of-type {
  margin-top: 0;
}

/* sec_option & os & service
 * ---------------------------------- */
 .sec_nfs {
   padding-bottom: 0;
 }
.sec_option {
  padding-bottom: 0;
}

.sec_option .table_style-02 + .notes {
  text-align: right;
}

.sec_option .mobile-accordion-target-area {
  padding-bottom: 12px;
}

.sec_option .table_style-02,
.sec_os .table_style-02 {
  text-align: center;
}

.sec_spec .table_style-02 tbody th,
.sec_spec .table_style-02 tbody td {
  padding: 20px 3px;
}

.sec_os .table_style-02 thead tr td {
  padding: 10px 3px;
  font-size: 15px;
  white-space: nowrap;
}

/* sec_spec
 * -------------------------------- */
.sec_spec .notes_list {
  margin: 16px;
}

.sec_spec .table_style-02 {
  margin: 24px 0;
}

.sec_spec .table_style-02 tbody tr td {
  font-size: 14px;
  padding: 20px;
  text-align: left;
}

.sec_spec .label_vps-windows {
  display: inline-block;
  margin: 8px 8px 8px 0;
  padding: 2px 6px;
  border-radius: 4px;
  background: #007bbc;
  color: #fff;
}

/* sec_control & service
 * ---------------------------------- */
.sec_control .table_style-02 tbody tr td,
.sec_service .table_style-02 tbody tr td {
  font-size: 14px;
  line-height: 1.8;
}

/* sec_caution
 * ---------------------------------- */
.mobile-accordion-definition-list .mobile-accordion-term {
  margin-bottom: 16px;
  font-family: "ヒラギノ角ゴ ProN W4";
  font-size: 18px;
}

.sec_caution .caution_list .child {
padding-bottom: 24px;
}

.sec_caution .caution_list .child .list_style-disc-ms li {
  margin: 0 0 0 24px;
  list-style-type: disc;
}

/* Responsive
 * -------------------------------- */
@media (min-width: 960px) { /* Layout PC */
  .sec_price h2 {
    margin-bottom: 20px;
  }

  .layout_plan-spec .trial_apply .btn a i {
    margin-left: 10px;
    font-size: 13px;
  }

  .sec_option .table_style-02 + .notes {
    margin: 16px 0;
  }
}

@media (max-width: 959px) { /* Layout Tablet */
  .price_mainbox {
    justify-content: flex-start;
    align-items: center;
  }

  .layout_plan-table {
    width: 31%;
    margin: 24px 1%;
  }

  .sec_price .notes {
    text-align: left;
  }

  .sec_price .notes:first-of-type{
    margin-top: 24px;
  }
}

@media (max-width: 599px) { /* Layout Mobile */
  .sec_price .link {
    float: none;
    text-align: center;
  }

  .layout_plan-table {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-top: none;
  }

  .layout_plan-table .trial_apply .btn a {
    font-size: 15px;
    padding: 10px 0;
  }

  .layout_plan-table .layout_plan-header div {
    text-align: center;
  }

  .layout_plan-table .layout_plan-header .plan-price {
    text-align: center;
  }

  .layout_plan-spec-list li {
    margin-bottom: 8px;
    padding: 0;
  }

  .layout_plan-spec-list li:last-child {
    padding-bottom: 0;
  }

  .layout_plan-spec .trial_apply .btn {
    width: auto;
  }

  .layout_plan-header h4 {
    margin-bottom: 16px;
  }

  .plan-value {
    text-indent: 24px;
  }

  .sec_price .notes {
    margin-top: 8px;
  }

  /* sec_option
   * ---------------------------------- */
  .sec_option .in_section::after {
    content: "";
    display: block;
    border-bottom: 1px solid #000;
  }

  .sec_option .accordion-definition-list::after {
    border-top: 0;
  }

  .sec_option tbody tr td .notes {
    font-size: 14px;
  }

  /* sec_spec
   * ---------------------------------- */
  .sec_spec .serviceArea .table_style-02 {
    margin: 48px 0;
  }

  .sec_spec .table_style-02 tbody tr td {
    padding: 16px 8px;
  }

  .sec_spec .table_responsive tbody tr td {
    width: 92%;
    padding: 20px 4%;
  }

  .mobile-accordion-term {
    padding: 24px 48px 8px 0;
    text-indent: 0;
  }
}