@charset "utf-8";

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

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

.sec_price .pt {
  margin-bottom: 80px;
}

.sec_price .link {
  margin-bottom: 20px;
  text-align: left;
}

.pushpoint {
  margin-bottom: 20px;
}

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

.recommend.layout_plan-table {
  position: relative;
}

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

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

.price_switch_tab {
  display: flex;
  margin: 24px 0;
}

.price_switch_tab li {
  display: block;
  position: relative;
  flex: 0 0 50%;
  height: 44px;
  border: 2px solid #1c9894;
  box-sizing: border-box;
}

.price_switch_tab li button {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  outline: none;
  background-color: #fff;
  color: #1c9894;
  font-family: "ヒラギノ角ゴ ProN W6";
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  appearance: none;
  cursor: pointer;
}

.price_switch_tab .active button,
.price_switch_tab li:hover button {
  background-color: #1c9894;
  color: #fff;
  text-decoration: none;
}

.price_switch_tab li button small {
  font-family: "ヒラギノ角ゴ ProN W3";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.layout_plan-table {
  box-sizing: border-box;
  width: 25%;
  margin-bottom: 24px;
  border-left: 10px solid #fff;
  background-color: #f2f2f2;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.layout_plan-table:first-of-type {
  border-left: 0;
}

.layout_plan-header {
  background-color: #1aadaa;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

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

.layout_plan-header table {
  width: 100%;
  margin-top: 8px;
}

.layout_plan-header p {
  line-height: 1.5;
  order: 1;
  padding: 16px 10px;
  background: #f2f2f2;
  color: #333;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
}

.plan-value-title,
.plan-value,
.option-value {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.plan-value,
.option-value {
  width: 60%;
  line-height: 1;
  font-weight: bold;
}

.plan-value {
  padding-top: 16px;
  text-align: left;
  text-indent: 16px;
  font-size: 16px;
}

.option-value {
  font-size: 14px;
  padding: 8px 0 24px;
}

.layout_plan-price {
  padding: 0 16px 8px;
}

.layout_plan-table:nth-child(n + 5) .layout_plan-price {
  padding-top: 8px;
}

.layout_plan-price li {
  margin: 16px 0;
}

.layout_plan-price li:first-of-type {
  margin-top: 0;
}

.layout_plan-table:nth-child(n + 5) .layout_plan-price li:first-of-type {
  margin-top: 16px;
}

.layout_plan-price a {
  position: relative;
  display: flex;
  padding: 46px 24px 16px 12px;
  border: 2px solid #e46c82;
  border-radius: 4px;
  background: #fff;
  color: #666;
  font-weight: bold;
  text-align: right;
  line-height: 1;
  justify-content: space-between;
  align-items: center;
  overflow: visible;
}

.layout_plan-price a.no-cp {
  padding-top: 16px;
}

.layout_plan-price a.no-cp .price_annual .convert_title {
  top: 6px;
}

.price_monthly,
.display_annual .price_annual {
  display: block;
  min-width: 84px;
}

.price_annual,
.display_annual .price_monthly {
  display: none;
  min-width: 84px;
  padding: 16px 0;
}

.display_annual .layout_plan-price li {
  margin: 24px 0;
}

.display_annual .layout_plan-price li:first-child {
  margin-top: 0;
}

.display_annual .layout_plan-price li:last-of-type {
  margin-bottom: 16px;
}

.price_monthly .usual_price,
.price_annual .convert_price {
  color: #e46c82;
  font-size: 22px;
  font-family: "ヒラギノ角ゴ ProN W5";
}

.price_annual .convert_title {
  width: 60px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 12px;
  text-align: center;
}

.price_annual .amount {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px 0;
  background-color: #f2f2f2;
  font-size: 12px;
  text-align: center;
}

.layout_plan-price .region,
.layout_plan-price .unit {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}

.layout_plan-price .region {
  color: #e46c82;
}

.layout_plan-price .unit {
  color: #666;
}

.layout_plan-price .unit .yen {
  color: #e46c82;
}

.layout_plan-price small:first-of-type {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  padding: 0;
  height: 14px;
}

.layout_plan-price i {
  position: absolute;
  top: -2px;
  right: -15px;
  bottom: 0;
  height: 20px;
  margin: auto;
  color: #e46c82;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  vertical-align: middle;
}

.layout_plan-price a:hover {
  text-decoration: none;
  background: #e46c82;
}

.layout_plan-price a:hover,
.layout_plan-price a:hover *,
.layout_plan-price a:hover .yen {
  text-decoration: none;
  color: #fff;
}

.layout_plan-price a:hover .price_annual .amount,
.layout_plan-price a:hover .price_annual .amount * {
  background-color: #f7acba;
}

/* 割引キャンペーン 開始 */
.campaign_message {
  position: relative;
  padding: 24px 20px;
  border: 2px solid #1c9894;
  border-radius: 2px;
  color: #1c9894;
}

.campaign_message strong {
  font-family: "ヒラギノ角ゴ ProN W6";
  font-weight: bold;
}

.campaign_message .as_button {
  display: flex;
  width: 220px;
  height: 32px;
  position: absolute;
  right: 48px;
  top: 36px;
  border-radius: 6px;
  background-color: #1c9894;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.campaign_message .as_button:hover {
  text-decoration: none;
  background-color: #247270;
}

.campaign_message .as_button i {
  margin-left: 8px;
  font-size: 20px;
}

.campaign_message .as_button:hover {
  text-decoration: none;
}

.price_annual.with_campaign {
  padding: 20px 0 16px;
}

.price_annual.with_campaign .convert_title {
  top: 14px;
}

.price_switch_tab .with_campaign button::before,
.price_annual.with_campaign::before {
  content: "キャンペーン対象";
  position: absolute;
  top: -12px;
  left: -2px;
  z-index: 100;
  padding: 4px 6px 4px 4px;
  background-color: #e46c82;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
}

.price_annual.with_campaign::before {
  content: "初年度30%OFF";
}

.price_switch_tab .with_campaign button::after,
.price_annual.with_campaign::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 99px;
  z-index: 99;
  border: 10.5px solid transparent;
  border-top-color: #e46c81;
  border-bottom-color: #e46c81;
}

.price_annual.with_campaign::after {
  left: 90px;
}

.with_campaign .amount .usual_price {
  text-decoration: line-through;
}

.campaign_price {
  color: #e46c81;
  font-weight: bold;
  font-family: 'ヒラギノ角ゴ ProN W6';
}

.campaign_details {
  margin: 32px 0;
  padding: 24px 40px;
  background-color: #eaebeb;
}

.campaign_details .title {
  margin-bottom: 8px;
  font-family: "ヒラギノ角ゴ ProN W6";
}

.campaign_details li {
  list-style-type: square;
}

/* 割引キャンペーン おわり */

.sec_os .table_style-04 {
  text-align: center;
}

.sec_option .table_style-03 thead tr th {
  padding: 10px;
  background: #d4dae0;
  text-align: center;
  font-weight: bold;
  color: #444;
}

.table-scroll_wrapper {
  padding-top: 20px;
}

.storage-option th {
  position: relative;
  width: 21%;
}

.storage-option th:nth-of-type(1),
.storage-option th:nth-of-type(5) {
  width: 18.5%;
}

.storage-option th.after {
  background: #259894;
}

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

.storage-option .push_notice::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;
}

.storage-option td.after {
  position: relative;
  background: #e2f7f6;
  color: #259894;
}

.storage-option td.after i {
  position: absolute;
  right: 30px;
  top: -3px;
  bottom: 0;
  height: 16px;
  font-size: 16px;
  margin: auto;
}

.sec_os .msg .summary {
  margin-bottom: 15px;
  line-height: 1.4;
}

.sec_os .msg .mt {
  margin: 40px 0 15px;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ ProN W4";
}

.label_vps,
.label_baremetal {
  width: 170px;
  display: inline-block;
  padding: 2px;
  margin-bottom: 5px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.label_vps {
  background: #1aadaa;
  color: #fff;
}

.label_baremetal {
  background: #35b0d7;
  color: #fff;
}

.sec_os .table_style-04 tbody th {
  width: 30%;
  padding: 5px 15px 0;
}

.sec_os .table_style-04 tbody th .icon {
  width: 144px;
  height: 42px;
}

.sec_os .table_style-04 td.os {
  text-align: left;
  width: 70%;
}

.mb15 {
  margin-bottom: 15px;
  line-height: 1.6 !important;
}

.sec_bg-gray .table_style-04 thead tr th {
  background: #1aadaa;
  padding: 10px;
  color: #fff;
}

.sec_bg-gray .table_style-04 tbody tr td {
  font-size: 15px;
  padding: 15px;
  vertical-align: top;
}

.sec_bg-gray .table_style-04 tbody ul li {
  list-style-type: disc;
  margin-left: 20px;
}

.sec_bg-gray .table_style-04 tbody tr td.os_none {
  vertical-align: middle;
  text-align: center;
}

.sec_bg-gray .table_style-04.baremetal {
  margin-top: 15px;
}

.sec_bg-gray .table_style-04.baremetal thead tr th {
  background: #35b0d7;
}

.sec_bg-gray .table_style-04 thead tr td {
  background: #1aadaa;
  color: #fff;
  padding: 7px;
  font-size: 16px;
}

.sec_bg-gray .table_style-04 tbody tr td ul li {
  margin-bottom: 2px;
}

.sec_option .table_style-03 tr td {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}

.sec_option .txt_supplement {
  display: block;
}

.sec_option .txt_special {
  color: #e46c82;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #fff0f0;
}

.sec_option .layout_plan-detail {
  background-color: #f9f9f9;
  padding: 10px;
  margin: 10px 0 30px;
}

.sec_option .layout_plan-sub-detail {
  margin-top: 20px;
  border-top: 2px solid #d4dae0;
  padding-top: 10px;
}

.trial_apply {
  margin: 50px 0;
}

.sec_caution .caution_list {
  margin: 8px 0;
  padding: 24px;
}

.sec_caution .caution_list li h4 {
  padding: 24px 0 16px;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ ProN W4";
}

.sec_caution .caution_list li:first-child h4 {
  padding-top: 0;
}

.sec_caution .caution_list .layout_flow-subcontents p {
  margin-left: 12px;
  line-height: 1.5;
}

.sec_caution .caution_list .layout_flow-subcontents ul {
  margin: 20px;
}

/* ～959 */
@media screen and (max-width: 959px) {
  .price_mainbox {
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
  }

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

  .table_style-04,
  .table_style-04 thead,
  .table_style-04 tbody,
  .table_style-04 tr,
  .table_style-04 tr td ul,
  .table_style-04 tr td ul li {
    width: 100%;
    word-break: break-all;
    word-wrap: break-all;
  }

  .sec_os .table_style-04 tbody th {
    padding: 5px 10px 0;
  }

  .sec_os .table_style-04 tbody th .icon {
    width: 100%;
    max-width: 144px;
    height: auto;
  }

  .sec_bg-gray .table_style-04 tbody tr td {
    padding: 10px 23px 10px 10px;
    font-size: 14px;
  }

  ul.list_style-disc li {
    line-height: 1.6;
  }
}

/* ～779 */
@media (max-width: 779px) {
  .layout_plan-table {
    width: 48%;
    margin: 24px 1%;
  }

  .table_style-03 tbody tr th {
    padding: 1%;
    font-size: 14px;
    line-height: 1.3;
  }

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

  .sec_price .link {
    text-align: center;
  }

  .campaign_message .as_button {
    position: static;
    margin: 24px 0 0 auto;
  }
}

/* ～599 */
@media (max-width: 599px) {
  .price_switch_tab li button small {
    display: none;
  }

  .price_mainbox {
    margin-top: 20px;
  }

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

  .recommend.layout_plan-table {
    border-bottom: none;
    border-top: none;
    margin-top: 16px;
  }

  .recommend .layout_plan-header h4 {
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .layout_plan-price a {
    padding: 46px 12px 16px;
    justify-content: center;
  }

  .price_monthly, .display_annual .price_annual {
    text-align: center;
  }

  .campaign_message br {
    display: none;
  }

  .campaign_details {
    padding: 24px 40px;
  }
}

@media screen and (min-width: 960px) {
  .pc-hide {
    display: none;
  }
}

.cp-box {
  background: #fff0f0;
  padding: 15px;
  margin: 30px 0 0;
  text-align: center;
}

.cp-box p {
  font-size: 15px;
}

.cp-box p b {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.cp-box p strong {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.storage-option-wrapper {
  padding-top: 60px;
}

.before-price {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}

.before-price::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 6px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 8"><rect fill="%23666" y="3" width="11" height="2"/><path fill="%23666" d="m20,4l-10,4V0l10,4Z"/></svg>') no-repeat center center;
  background-size: 100% 100%;
  font-size: 15px;
}

.before-price del {
  text-decoration-style:double;
}

.cp-price strong {
  font-size: 20px;
  margin: 0 3px 0 0;
}

/*
.campaign {
  display: inline-block;
  font-size: 12px;
  background: #ffd800;
  color: #000;
  margin: auto;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  top: -40px;
  left: 0;
  transform: translateX(-50%);
}


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

.campaign span {
  display: block;
  font-size: 10px;
  line-height: 1.5;
}
*/

/* キャンペーン */
.price-cp-box {
  background: #FFF0F0;
  padding: 15px;
  text-align: center;
  margin: 20px 0 0;
}

.price-cp-box p span {
  display: block;
}

.price-cp-box p b {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.price-cp-box p strong {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.layout_plan-price_annual li {
  position: relative;
}

/*
.price_cp_label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 12px;
  background: #e46c82;
  color: #fff;
  margin: 0 auto;
  font-feature-settings: "palt";
  transition: background-color 0.3s;
}

.price_cp_label p span {
  font-size: 16px;
  font-weight: 700;
}
*/

@media (max-width: 599px) {
  .cp-box p {
    text-align: left;
    font-size: 14px;
  }

  .cp-box p b {
    font-size: 15px;
  }

  .cp-box p + p {
    margin-top: 20px;
  }

  .cp-box p strong {
    font-size: 15px;
  }
}