@charset "utf-8";

/* main_visual
------------------------------ */

li#mv_01 {
  position: relative;
}

li#mv_01 .mv_r {
  position: absolute;
  top: 28px;
  right: -18px;
  z-index: 10;
}

li#mv_01 .mv_r:hover {
  opacity: 0.9;
}

li#mv_01 .mv_r a {
  display: block;
}

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

.sec_price p.notes {
  line-height: 2;
}

.btn_style_wrap {
  clear: both;
  text-align: center;
}

.btn_style_wrap .btn_style-01 {
  display: inline;
  margin: 0 auto;
  padding: 0 50px;
}

/* price_mainbox */
.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: 0 0 24px;
}

.price_switch_tab li {
  display: block;
  position: relative;
  flex: 0 0 50%;
  height: 44px;
  border: 2px solid #0f54a7;
  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: #0f54a7;
  font-family: "ヒラギノ角ゴ ProN W6";
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  appearance: none;
  cursor: pointer;
  transition: all .3s;
}

.price_switch_tab .active button,
.price_switch_tab li:hover button {
  background-color: #0f54a7;
  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-table h4 {
  background-color: #0f54a7;
  padding: 8px 0;
  color: #fff;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ ProN W4";
}

.layout_plan-price_monthly,
.layout_plan-price_annual {
  background: #1c7cbd;
  padding: 16px 0 0;
  color: #fff;
}

.usual_price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #8dbdde;
  font-family: Helvetica;
}

.usual_price small {
  font-size: 14px;
  padding: 0 4px;
  vertical-align: middle;
}

.usual_price strong {
  font-size: 32px;
  line-height: 1;
}

.usual_price span {
  display: block;
  width: 100%;
  margin: 5px 0 0;
}

.layout_plan-price_monthly .first_price {
  padding-top: 16px;
  font-size: 14px;
  line-height: 1.15;
}

.layout_plan-spec {
  background-color: #f2f2f2;
  color: #444;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.layout_plan-spec table {
  width: 100%;
  border-top: 8px solid transparent;
  order: 2;
}

.layout_plan-spec table tr:last-child th,
.layout_plan-spec table tr:last-child td {
  padding-bottom: 24px;
}

.layout_plan-spec p {
  line-height: 1.5;
  order: 1;
  padding: 16px 10px;
  background: #1c7cbd;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layout_plan-spec p strong {
  padding-left: 4px;
}

.display_annual .layout_plan-spec .first {
  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;
}

.layout_plan-table .trial_apply {
  padding: 0 16px 24px;
  background: #f2f2f2;
}

.layout_plan-table .trial_apply .btn {
  width: 100%;
}

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

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

.layout_plan-price_monthly,
.layout_plan-table .trial_apply,
.display_annual .layout_plan-price_annual {
  display: block;
}

.layout_plan-price_annual,
.display_annual .layout_plan-price_monthly {
  display: none;
}

.price_annual {
  min-width: 84px;
  padding: 16px 0;
}

/* //price_mainbox */

/* sec bnr */
.mgb30 {
  margin-bottom: 30px;
}

img.brightover {
  transition: opacity .3s;
}

a:hover img.brightover {
  opacity: 0.8;
}

/* sec_option
------------------------------ */
.sec_option h2 {
  margin-bottom: 32px;
}

.sec_option h3 {
  margin: 32px 0 24px;
}

.sec_option table tbody tr th,
.sec_option table tbody tr td {
  text-align: center;
}

.sec_option thead tr th {
  background-color: #007bbc;
}

.sec_option .table_style-02 tbody tr th {
  padding-left: 14px;
  padding-right: 14px;
}

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

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

.notes {
  font-size: 12px;
}

/* sec_feature
------------------------------ */
.sec_feature {
  background: #eaefef;
}

.sec_feature li.feature .caption a, .sec_feature li.feature .caption a:hover {
  color: #444;
}

.sec_feature .headline_01 {
  margin-bottom: 48px;
}

.sec_feature .feature_list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.sec_feature .feature_list .feature {
  flex: 0 1 30%;
  padding: 0 1.5% 48px;
  text-align: center;
}

.sec_feature .figure {
  margin-bottom: 24px;
}

.sec_feature .caption {
  font-size: 18px;
  font-family: "ヒラギノ角ゴ ProN";
  margin-bottom: 16px;
}

.sec_feature .caption-headline {
  font-size: 24px;
}

.sec_feature .caption small {
  font-weight: normal;
  font-size: 17px;
  line-height: 1;
  letter-spacing: -1px;
}

/* sec_domain-ssl
------------------------------ */
.sec_domain-ssl .head_msg {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}

.sec_domain-ssl .link {
  margin-bottom: 40px;
  text-align: center;
}

.sec_domain-ssl .manage-hl {
  font-size: 24px;
  line-height: 1;
}

.sec_domain-ssl .manage-column p {
  line-height: 1.5;
}

.sec_domain-ssl .btn.detail-btn {
  box-sizing: border-box;
  font-size: 15px;
  height: 40px;
  margin-top: 24px;
  width: 160px;
}

.sec_domain-ssl .btn {
  width: 350px;
}

.sec_domain-ssl .btn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #6c889c;
  border-radius: 3px;
  color: #426077;
  display: flex;
  font-size: 14px;
  height: 46px;
  justify-content: center;
  margin: 40px auto 0;
  text-decoration: none;
}

.sec_domain-ssl .btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* sec_case
------------------------------ */
.sec_case {
  border-bottom: 1px solid #dce4e4;
}

.sec_case .caution_list {
  list-style: disc inside;
}

/* sec_menu
------------------------------ */

.sec_menu {
  border-bottom: 1px solid #dce4e4;
}

.sec_menu .menu_list {
  display: flex;
}

.sec_menu .menu_list .area_contact,
.sec_menu .menu_list .area_existing-member {
  width: 49%;
}

.sec_menu .st {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.sec_menu .st i {
  margin: 0 4px 0 1px;
}

.sec_menu .area_contact .link a {
  position: relative;
  display: block;
  max-width: 376px;
  margin: 0 16px;
  color: #444;
  background: #fff;
  border: 2px solid #444;
  border-radius: 4px;
}

.sec_menu .area_contact .link a:hover {
  background: #e5e5e5;
  text-decoration: none;
}

.sec_menu .area_contact .link a span {
  display: block;
  padding: 15px 0 15px 48px;
  font-size: 26px;
  line-height: 1;
}

.sec_menu .area_contact .link a span small {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}

.sec_menu .area_contact .link a i {
  position: absolute;
  right: 34px;
  top: 50%;
  margin-top: -14px;
  font-size: 28px;
}

.sec_menu .area_existing-member ul {
  margin-left: 20px;
}

.sec_menu .area_existing-member ul li {
  float: left;
  width: 49%;
  margin-right: 1%;
  margin-top: 16px;
  list-style: disc;
}

.sec_menu .area_existing-member ul li a {
  text-decoration: underline;
  font-size: 15px;
  color: #444;
}

.sec_menu .area_existing-member ul li a:hover {
  text-decoration: none;
}

/* Responsive
------------------------------ */
@media (min-width: 960px) { /* Layout Excess PC */
  .sec_price ul.price_mainbox li .trial_apply .btn a i {
    margin-left: 10px;
    font-size: 13px;
  }

  .sec_price p.notes {
    margin: 16px 0;
  }

  .sec_option .table_style-02 thead tr th {
    padding: 16px 8px;
  }

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

@media (max-width: 959px) { /* Layout Within Tablet */
  .campaign_btn {
    background: #1c7cbd;
    padding: 16px 0;
  }

  .campaign_btn a {
    display: block;
    text-align: center;
  }

  .campaign_btn a img {
    max-height: 116px;
  }

  /* sec_price
   * ---------------------------------- */
  .sec_price ul.price_mainbox {
    justify-content: center;
    align-items: center;
  }

  .sec_price ul.price_mainbox li {
    width: 33.33%;
    margin-bottom: 15px;
  }

  .price_mainbox {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .sec_price .link {
    margin-top: 48px;
  }

  /* sec_option
   * ---------------------------------- */
  .sec_option .in_section {
    overflow: auto;
  }
}

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

@media (min-width: 600px) {/* Layout Excess Mobile */
  /* sec_domain-ssl
  ------------------------------ */
  .sec_domain-ssl .manage-column {
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .sec_domain-ssl .manage-column p {
    font-size: 17px;
  }

  .sec_domain-ssl .manage-domain, .sec_domain-ssl .manage-ssl {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 230px;
    justify-content: space-between;
    padding: 40px;
    text-align: center;
    width: 460px;
  }

  .sec_domain-ssl .manage-domain {
    background: url(../../vps_resource/img/vps_top/domain-visual_bg.png) 0 / cover no-repeat #1eb8d1;
  }

  .sec_domain-ssl .manage-ssl {
    background: url(../../vps_resource/img/vps_top/ssl-visual_bg.png) #eebf00;
  }

  .sec_domain-ssl .manage-column .btn {
    border: none;
    margin-top: 0;
  }
}

@media (max-width: 599px) { /* Layout Within Mobile */
  /* sec_price
  ------------------------------ */
  .sec_price ul.price_mainbox li {
    width: 100%;
  }

  .sec_price ul.price_mainbox li {
    margin-bottom: 24px;
  }

  .knowledge_area li {
    width: 100%;
    margin-bottom: 30px;
  }

  .sec_price ul.price_mainbox li .trial_apply .btn a {
    font-size: 16px;
  }
  
  .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;
    border-left: 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_annual a {
    padding: 16px 12px;
    justify-content: center;
  }

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

  /* sec_option
  ------------------------------ */
  .sec_option .accordion-term::after {
    border-color: #6d6d6d;
  }

  /* sec_feature
  ------------------------------ */
  .sec_feature .feature_list {
    flex-direction: column;
  }

  .sec_feature .feature_list .feature {
    display: flex;
    flex-direction: column;
  }

  .sec_feature .feature_list .feature:last-child {
    padding-bottom: 0;
  }

  .sec_feature .figure {
    order: 2;
  }

  .sec_feature .caption {
    order: 1;
  }

  .sec_feature .feature-body {
    order: 3;
  }

  /* sec_domain-ssl
  ------------------------------ */
  .sec_domain-ssl .manage-domain {
    margin-bottom: 48px;
  }

  .sec_domain-ssl .manage-hl {
    color: #fff;
    font-size: 24px;
    margin-bottom: 24px;
    padding: calc(50% / 2 - 24px) 0;
    text-align: center;
  }

  .sec_domain-ssl .manage-domain .manage-hl {
    background: url(../../vps_resource/img/vps_top/domain-visual_bg.png) 0 / cover no-repeat #1eb8d1;
  }

  .sec_domain-ssl .manage-ssl .manage-hl {
    background: url(../../vps_resource/img/vps_top/ssl-visual_bg.png) #eebf00;
  }

  .sec_domain-ssl .btn {
    max-width: 100%;
  }

  /* sec_menu
  ------------------------------ */
  .sec_menu .menu_list {
    flex-direction: column;
  }

  .sec_menu .menu_list .area_contact,
  .sec_menu .menu_list .area_existing-member {
    width: 100%;
  }

  .sec_menu .menu_list .area_contact {
    margin-bottom: 48px;
  }

  .sec_menu .area_contact .link a span {
    padding: 15px 0 15px 24px;
    font-size: 18px;
  }

  .sec_menu .area_existing-member ul li {
    float: none;
    width: 100%;
  }
}