@charset "utf-8";

/* main-visual
 -------------------- */
#main_visual {
  height: 360px;
  background: url(/vps_resource/img/vps_top/mv_01_bg.png) 50% 0 no-repeat #12a7a3;
}

#main_visual ul li#mv_01 .figure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}

#main_visual ul li#mv_01 .figure .mv_l h2,
#main_visual ul li#mv_01 .figure .mv_l p {
  color: #fff;
  text-shadow: 1px 1px 1px #1aadaa;
}

.firstview_buttonlist {
  display: flex;
  margin-top: 24px;
}

.firstview_buttonlist li {
  margin-right: 32px;
  width: 280px;
}

.firstview_buttonlist li:last-child {
  margin-right: 0;
}

.firstview_buttonlist .behave_as_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 0 0 0 64px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 8% 50%;
  color: #444;
  font-size: 16px;
}

.firstview_buttonlist .behave_as_button:hover {
  text-decoration: none;
}

.maintext {
  font-size: 18px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.link_to_osu .behave_as_button {
  background-color: #fa748f;
  background-image: url(/vps_resource/img/header/icon_link_to_osu.svg);
  background-size: 34px;
}

.link_to_osu .behave_as_button:hover {
  background-color: #bb596b;
}

.link_to_flow .behave_as_button {
  background-color: #fff;
  background-image: url(/vps_resource/img/header/icon_wakaba.svg);
  background-size: 28px;
}

.link_to_flow .behave_as_button:hover {
  background-color: #e5e5e5;
}

.link_to_osu .behave_as_button * {
  color: #fff;
}

.link_to_flow .behave_as_button * {
  color: #444;
}

.txt_read {
  background-color: #18565e;
  padding: 15px 0;
}

.txt_read a {
  display: block;
  font-size: 18px;
  text-align: center;
  background-color: #e46c82;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 3px 0;
  border-radius: 3px;
}

.txt_read a:hover {
  text-decoration: none;
}

.campaign_btn {
  background: #139d99;
  padding: 15px 0;
}

.campaign_btn a {
  display: block;
  margin: 0 20px;
  text-align: center;
}
.sakuraritsuki {
  display: block;
  text-align: center;
}

.sakuraritsuki.hide-mobile img {
  width: 100%;
  max-width: 960px;
}

.sakuraritsuki.show-mobile {
  display: none;
}
/* sec_price
------------------------------ */
.sec_price {
  padding: 60px 0 40px;
  background-color: #fff;
}

.sec_price h3 {
  font-size: 38px;
  text-align: center;
}

.sec_price .lead_text {
  margin-top: 4px;
  font-size: 24px;
  text-align: center;
}

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

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

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

.push_plan {
  position: absolute;
  left: 8px;
  top: -16px;
  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;
}

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

.sakuraritsuki {
  display: block;
  text-align: center;
}

.sakuraritsuki.hide-mobile img {
  width: 100%;
  max-width: 960px;
}

.sakuraritsuki.show-mobile {
  display: none;
}

/* sec_feature
------------------------------ */

.sec_feature {
  padding: 60px 0;
}

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

.sec_feature ul {
  margin: 40px 0;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

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

.sec_feature li .caption {
  text-align: center;
  line-height: normal;
}

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

.sec_feature .link {
  text-align: center;
  margin-bottom: 0;
}

.feature_bnr {
  padding: 34px 0 60px;
}

.feature_bnr a {
  display: block;
  margin: 0 20px;
  text-align: center;
}

/* sec_domain-ssl
------------------------------ */
.sec_domain-ssl {
  padding: 60px 0;
  border-bottom: 1px solid #eef2f2;
}

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

.sec_domain-ssl .st {
  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;
}

@media (min-width: 600px) {
  .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) {
  .sec_domain-ssl .manage-domain {
    margin-bottom: 40px;
  }

  .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_baremetal
------------------------------ */

.sec_baremetal {
  padding: 0;
  background: #fff;
}

.sec_baremetal .st_wrap {
  background: #35b0d7;
}

.sec_baremetal .st_wrap .headline_01 {
  position: relative;
  width: 960px;
  margin: 0 auto;
  font-size: 30px;
  padding: 20px 0;
  color: #fff;
  text-align: left;
  left: 0;
}

.headline_01 .headline_01_small {
  font-size: 60%;
  display: block;
}

.sec_baremetal .st_wrap a {
  float: right;
  font-size: 15px;
  border: 1px solid #fff;
  padding: 12px 17px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  display: block;
  background: none;
  margin-top: -40px;
}

.sec_baremetal .st_wrap a i {
  font-size: 19px;
  padding-right: 5px;
}

.sec_baremetal .st_wrap a:hover {
  background: #fff;
  color: #35b0d7;
  text-decoration: none;
}

.sec_baremetal .st_wrap::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 0;
  border-color: #35b0d7 transparent transparent;
  z-index: 0;
}

.sec_baremetal .trial_apply_wrap {
  text-align: center;
  background: #1685a8;
}

.sec_baremetal .trial_apply {
  position: relative;
  width: 960px;
  margin: 0 auto;
  background-image: url(/vps_resource/img/vps_top/img_baremetal_bg_apply.png);
  background-repeat: repeat-y;
  background-position: right -80px center;
  padding: 50px 0 25px;
}

.sec_baremetal .trial_apply .btn {
  width: 560px;
  margin: 0 auto;
}

.sec_baremetal .trial_apply .btn a {
  display: block;
  padding: 20px 0;
  background: #ffd800;
  color: #444;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
}

.sec_baremetal .trial_apply .btn a:hover {
  background: #ba9e00;
  text-decoration: none;
}

.sec_baremetal .trial_apply .btn a i {
  margin-left: 10px;
  font-size: 32px;
}

.sec_baremetal .trial_apply .notes {
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
}

.sec_baremetal .trial_apply .notes a {
  font-weight: bold;
  color: #fff;
}

/* sec_case
------------------------------ */
.sec_case {
  padding: 60px 0 0;
  border-bottom: 1px solid #eef2f2;
}

.sec_case .head_msg {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}

.sec_case .st {
  margin-bottom: 40px;
}

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

/* sec_news
------------------------------ */

.sec_news {
  margin: 0 auto;
  padding: 60px 0;
}

/* sec_menu
------------------------------ */
.sec_menu {
  padding: 30px 0;
  border-bottom: 1px solid #dce4e4;
}

.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;
  width: 85%;
  color: #444;
  background: #fff;
  border: 2px solid #6d6d6d;
  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 12%;
  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: 24px;
  top: 50%;
  margin-top: -14px;
  font-size: 28px;
}

.sec_menu .area_member ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin-left: 16px;
}

.sec_menu .area_member ul li {
  width: calc(48% - 10px);
  margin-bottom: 5px;
  list-style: disc;
  list-style-position: outside;
}

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

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

/* sec_feed
------------------------------ */
.sec_feed {
  padding: 30px 0 35px;
  background: url(/vps_resource/img/vps_top/foot_bg.png);
}

.sec_feed .area_banner {
  margin-bottom: 25px;
}

.sec_feed .area_banner ul {
  justify-content: center;
}

.btn2 a {
  width: 200px;
  display: block;
  padding: 10px 0;
  background: #e46c82;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  font-size: 15px;
  margin: 10px auto 15px;
}

.btn2 a i {
  margin-left: 10px;
}

.btn2 a:hover {
  text-decoration: none;
  background: #bb596b;
}

.btn2 {
  background: #d8e1e3;
}

#baremetal_about {
  display: none;
}

.baremetal_about {
  background: #fff;
  overflow: hidden;
  margin: 15px auto 50px;
  padding: 30px 40px;
}

.baremetal_about img {
  display: block;
  margin: 30px auto 0;
}

.baremetal_about h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.baremetal_about p {
  line-height: 1.5;
}

.layout_news-wrap {
  background: #fff;
  padding-bottom: 20px;
}

.vps_news h4 {
  background: url(/vps_resource/img/vps_top/news_bg.png);
  height: 30px;
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
  padding-left: 15px;
}

.vps_news h4 a {
  color: #fff;
}

.vps_news h4 a.ttlLink:hover {
  text-decoration: none;
}

.vps_news h4 span {
  float: right;
  margin-right: 10px;
  display: inline-block;
}

.vps_news h4 span a {
  background: url(/vps_resource/img/vps_top/arrow.png) center right no-repeat;
  padding-right: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.vps_news .vps_news-all_link {
  text-align: right;
}

.vps_news ul li {
  font-size: 14px;
  margin-bottom: 8px;
  padding-bottom: 5px;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #e1e9e9;
}

.vps_news ul li time {
  padding-right: 10px;
  width: 100px;
  display: inline-block;
  float: left;
  letter-spacing: 1px;
}

.vps_news ul li a {
  float: left;
}

.vps_news ul li span.new {
  background: #ffd800;
  font-weight: bold;
  margin-left: 8px;
  padding: 0 7px;
  display: inline-block;
  border-radius: 3px;
  font-size: 90%;
}

.sec_price h2 {
  text-align: center;
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 1px;
}

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

.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;
  transition: all .3s;
}

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

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

.layout_plan-price_monthly .usual_price {
  margin: 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #87d4d2;
  font-size: 32px;
  font-family: Helvetica;
  line-height: 1;
}

.layout_plan-price_monthly .usual_price small {
  font-size: 43%;
  padding: 0 4px;
  vertical-align: middle;
}

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

.display_annual .layout_plan-spec {
  background-color: #1aadaa;
  color: #fff;
}

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

.display_annual .layout_plan-spec table {
  order: 0;
}

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

.display_annual .layout_plan-spec p {
  padding: 16px 10px;
  background: #f2f2f2;
  color: #333;
  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-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_annual {
  padding: 8px 16px;
}

.display_annual .layout_plan-price_annual {
  padding-top: 0;
}

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

.layout_plan-price_annual 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_annual a.no-cp {
  padding-top: 16px;
}

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

.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-table .trial_apply,
.display_annual .layout_plan-price_monthly {
  display: none;
}

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

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

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

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

.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_annual .region,
.layout_plan-price_annual .unit {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}

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

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

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

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

.layout_plan-price_annual 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_annual a:hover {
  background: #e46c82;
  text-decoration: none;
}

.layout_plan-price_annual a:hover,
.layout_plan-price_annual a:hover span,
.layout_plan-price_annual a:hover .region,
.layout_plan-price_annual a:hover .unit .yen {
  text-decoration: none;
  color: #fff;
}

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

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

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

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

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

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

/* //price_mainbox */

.sec_price p.notes {
  margin-bottom: 16px;
}

.stock_notice {
  clear: both;
  margin: 10px 0 30px;
  font-size: 12px;
}

.stock_notice .notice_title {
  color: #f00;
}

.baremetal_area {
  margin-top: 60px;
}

.baremetal_area ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.baremetal_area ul li {
  overflow: hidden;
  width: calc(50% - 20px);
}

.baremetal_area ul li h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.baremetal_area ul li p {
  line-height: 1.8;
  overflow: auto;
}

.baremetal_area ul li figure {
  float: left;
  margin-right: 20px;
  padding-bottom: 10px;
}

.baremetal_area .inner_pattern {
  background: #e7f1f4;
  margin: 30px 0 40px;
  padding: 30px;
}

.baremetal_area .inner_pattern .inner {
  width: 716px;
  margin: 0 auto;
}

.baremetal_area .inner_pattern .inner h3 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 10px;
}

.baremetal_area .inner_pattern .inner h4 {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}

.baremetal_area .inner_pattern .inner p {
  line-height: 1.6;
}

.baremetal_area .inner_pattern .inner figure {
  background: #fff;
  text-align: center;
  padding: 30px 0;
  margin: 20px 0;
}

.baremetal_area .trial_apply2 .btn2 {
  background: none;
  margin: 20px auto 8px;
}

.baremetal_area .trial_apply2 .btn2 a {
  width: 340px;
  text-align: center;
  height: 37px;
  line-height: 37px;
  margin: 0 auto;
  font-size: 18px;
  border-radius: 3px;
}

.baremetal_area p.notes {
  text-align: center;
}

#main_visual .mv_l h2 {
  font-size: 38px;
  font-family: 'Haru TP R', sans-serif;
  line-height: 1.3;
  font-weight: normal;
  font-feature-settings: 'palt' 1;
  -webkit-font-feature-settings: 'palt' 1;
}

#main_visual .mv_l p {
  font-size: 15px;
  margin: 20px 0 0;
  font-family: 'Haru TP R', sans-serif;
  line-height: 1.6;
}

.sec_feature li .caption {
  font-size: 24px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ ProN W4";
}

.knowledge_area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.knowledge_area li {
  background: #fff;
  width: 300px;
  margin-bottom: 30px;
}

.knowledge_area li a {
  display: block;
}

.knowledge_area li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.knowledge_area li .text {
  padding: 15px;
  color: #444;
  overflow: hidden;
}

.knowledge_area li .text h4 {
  font-size: 18px;
  margin-bottom: 7px;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ ProN W4";
}

.knowledge_area li .text h4 span {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}

.knowledge_area li.soon {
  background: #e0e0e0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.knowledge_area li.soon p {
  text-align: center;
  font-size: 16px;
}

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

  .vps_news {
    width: 960px;
    margin: 10px auto 0;
  }

  .sec_feature li {
    width: 300px;
  }

  .sec_feature li .caption small {
    font-size: 18px;
    font-family: "ヒラギノ角ゴ ProN W4";
  }

  .sec_baremetal .st_wrap .headline_01 span.hide-pc-max {
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .sp-hide {
    display: none;
  }

  #main_visual ul li#mv_01 .figure {
    padding: 20px 0 0;
  }

  .layout_news-wrap {
    padding-top: 20px;
  }

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

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

  .sec_feature a figure {
    display: block;
    height: 139px;
  }

  .vps_news {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .sec_price h3 {
    font-size: 26px;
  }

  .sec_price .lead_text {
    font-size: 18px;
  }

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

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

  .sec_feature li .caption small {
    font-size: 16px;
    line-height: 2;
  }

  .sec_baremetal .st_wrap a {
    float: none;
    padding: 10px;
    width: 60%;
    margin: 10px auto 0;
  }

  .sec_baremetal .st_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .baremetal_area .inner_pattern .inner {
    width: calc(100% - 20px);
  }

  .sec_baremetal .st_wrap .headline_01 {
    width: calc(100% - 20px);
    margin-bottom: 0;
    text-align: left;
    left: 0;
  }

  .baremetal_area ul {
    padding: 0;
  }

  .sec_baremetal .st_wrap .headline_01 {
    text-align: center;
  }

  .baremetal_area ul li figure {
    width: 25%;
  }

  .baremetal_area .inner_pattern {
    margin: 30px 0 40px;
  }

  .baremetal_area ul li p {
    line-height: 1.6;
  }

  .sec_menu .area_member ul li a {
    font-size: 13px;
  }

  .sec_menu .area_contact .link a span {
    font-size: 22px;
  }

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

  .knowledge_area li.soon {
    display: none;
  }

  .knowledge_area li figure img {
    width: 100%;
  }

  .sec_case .pt {
    margin: 70px 0 50px;
  }

  .vps_news ul li time {
    width: auto;
  }

  .sec_case .pt {
    margin: 70px 0 50px;
  }
}

@media (max-width: 959px) and (min-width: 600px) {
  .sec_feature a figure {
    height: auto;
  }

  .sec_feature li {
    flex-basis: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .sec_feature small {
    font-size: 8px;
    font-weight: normal;
  }
}

@media (max-width: 779px) {
  #main_visual {
    background-size: cover;
  }

  #main_visual .mv_l h2 {
    font-size: 37px;
  }

  #main_visual .mv_l p {
    font-size: 14px;
    margin: 10px 0 0;
  }

  #main_visual ul li#mv_01 .figure {
    padding: 40px 0 20px;
  }

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

  .sec_menu .area_contact .link a {
    width: 100%;
    margin: 0 auto;
  }

  .sec_price h2 {
    font-size: 18px;
    margin: 0 auto 15px;
  }

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

  .sec_case .head_msg {
    font-size: 14px;
    width: 90%;
    margin: 0 auto 40px;
    line-height: 1.6;
  }

  .sec_menu .area_contact .link a span {
    font-size: 18px;
  }

  #main_visual .mv_l h2 br {
    display: none;
  }

  #main_visual {
    padding-bottom: 30px;
  }
}

@media (max-width: 599px) {
  #main_visual {
    height: auto;
    background-size: cover;
  }

  #main_visual .mv_l h2 {
    font-size: 37px;
  }

  #main_visual .mv_l p {
    font-size: 14px;
    margin: 10px 0 0;
    width: auto;
  }

  #main_visual ul li#mv_01 .figure {
    padding: 40px 0 0;
  }

  .firstview_buttonlist {
    flex-direction: column;
    align-items: center;
    margin: 16px 0;
  }

  .firstview_buttonlist li {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .firstview_buttonlist li:last-child {
    margin-bottom: 0;
  }

  .sec_price ul.price_mainbox li {
    width: 100%;
  }

  .sec_price ul.price_mainbox li .col_detail table td {
    text-indent: 24px;
  }

  .push_plan_wrap {
    margin-top: 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;
  }

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

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

  .sakuraritsuki.hide-mobile {
    display: none !important;
  }

  .sakuraritsuki.show-mobile {
    display: block;
  }

  /* 価格調整 */
  .btn_style_wrap .btn_style-01 {
    padding: 0;
  }

  .sec_feature ul {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }

  .sec_feature li {
    width: calc(100% - 40px);
    text-align: center;
    margin-bottom: 30px;
  }

  .sec_feature li .caption {
    font-size: 21px;
  }

  .sec_feature li .figure {
    margin-bottom: 10px;
  }

  .baremetal_area ul {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .baremetal_area ul li {
    width: 100%;
  }

  .baremetal_area ul li:first-child {
    margin-bottom: 30px;
  }

  .sec_baremetal .st_wrap .headline_01 {
    font-size: 21px;
  }

  .baremetal_area ul li figure {
    margin: 10px 10px 0 0;
  }

  .baremetal_area ul li h3 {
    font-size: 18px;
  }

  .baremetal_area .inner_pattern .inner h3 {
    font-size: 18px;
  }

  .baremetal_area .inner_pattern .inner h4 {
    font-size: 16px;
  }

  .baremetal_area .inner_pattern {
    padding: 20px 0;
  }

  .baremetal_area .trial_apply2 .btn2 a {
    width: 90%;
  }

  .baremetal_area p.notes {
    margin: 0 20px;
  }

  .baremetal_area .inner_pattern .inner figure {
    padding: 30px 10px;
  }

  .sec_menu .st {
    text-align: left;
    font-size: 20px;
  }

  .sec_menu .area_contact .link a span {
    font-size: 21px;
  }

  .area_member {
    padding-top: 40px;
  }

  .sec_feed {
    padding-bottom: 5px;
  }

  .sec_menu .area_member ul li {
    width: 100%;
  }

  .sec_menu .area_member ul li a {
    font-size: 14px;
  }

  ul.knowledge_area li:nth-of-type(1n+3) {
    display: none;
  }

  .sec_price p.notes {
    margin: 0;
  }

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

@media (max-width: 959px) and (min-width: 779px) {
  #main_visual {
    height: 345px;
  }

  #main_visual ul li#mv_01 .figure .mv_l {
    transform: scale(0.8);
  }
}

@media (max-width: 779px) and (min-width: 600px) {
  #main_visual {
    height: auto;
  }
}


/* sec_manual-bnr
------------------------------ */
.sec_manual-bnr {
  padding: 85px 0;
  border-bottom: 1px solid #eef2f2;
  overflow: hidden;
}

.sec_manual-bnr .head_msg {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  margin: 27px 0 0;
}

.sec_manual-bnr .manual_list {
  display: flex;
  flex-wrap: wrap;
  margin: 34px -15px -30px;
}

.sec_manual-bnr .manual_item {
  width: 300px;
  margin: 0 15px 30px;
}

.sec_manual-bnr .manual_item a {
  color: #333;
}

.sec_manual-bnr .manual_item a:hover {
  text-decoration: none;
}

.sec_manual-bnr .manual_ttl {
  font-family: "ヒラギノ角ゴ ProN W4";
  font-size: 18px;
  line-height: 1.4;
  color: #444;
  margin-top: 11px;
}

.sec_manual-bnr .manual_txt {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 11px;
}

.sec_manual-bnr .manual_item img {
  width: 100%;
}

.sec_manual-bnr .link {
  margin-top: 65px;
  text-align: center;
}

@media (min-width: 600px) {
  .sec_manual-bnr .manual_item a {
    transition: opacity .3s;
  }

  .sec_manual-bnr .manual_item a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 959px) {
  .sec_manual-bnr .manual_list {
    justify-content: space-between;
    margin: 50px 0 -30px;
  }
  .sec_manual-bnr .manual_item {
    width: 48%;
    margin: 0 0 30px;
  }
}

@media (max-width: 599px) {
  .sec_manual-bnr .manual_item {
    width: 100%;
  }
}

/* sec_faq
------------------------------ */
.sec_faq {
  padding: 60px 0;
}

.faq_title {
  display: flex;
  position: relative;
  min-height: 48px;
  padding: 8px 32px 8px 36px;
  border-top: 1px solid #8995a2;
  font-size: 16px;
  align-items: center;
}

.faq_title:first-of-type {
  border-top: 0;
}

.faq_title::before {
  content: "Q";
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  position: absolute;
  left: 0;
  background-color: #0e9794;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.faq_body p {
  margin: 16px 0;
  line-height: 160%;
}

.faq_body .inner {
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #f7f7f8;
}

.sec_faq .link {
  margin-top: 40px;
}

/* sec_recommended
------------------------------ */
.sec_recommended {
  padding: 60px 0;
  background: #EEF2F2;
}

.sec_recommended h3 {
  font-size: 38px;
  text-align: center;
  margin: 0 0 15px;
}

.sec_recommended .lead_text {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 55px;
}

.recommended_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.recommended_list li {
  width: 224px;
  position: relative;
  /* overflow: visible; */
}

.recommended_list li a {
  display: block;
  padding: 84px 0 0;
  background-color: #fff;
  border: solid 2px #D6DFDF;
  border-radius: 8px;
  color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 80px;
  transition: border-color .3s;
}

.recommended_list li.wordpress a {
  background-image: url(../img/vps_top/icon_wordpress.svg);
}


.recommended_list li.minecraft a {
  background-image: url(../img/vps_top/icon_minecraft.svg);
}

.recommended_list li.docker a {
  background-image: url(../img/vps_top/icon_docker.svg);
}

.recommended_list li.recommended a {
  background-image: url(../img/vps_top/icon_recommended.svg);
}

.recommended_list li.windows a {
  background-image: url(../img/vps_top/logo_vps_blue.svg);
  background-size: 55px 40px;
  background-position: center 26px;
}

.recommended_list li.windows .recommended_title {
  background: #1C7CBD;
}

.recommended_baloon {
  position: absolute;
  top: -25px;
  left: -4px;
  font-size: 12px;
  line-height: 1.9;
  padding: 4px;
  border-radius: 4px;
  background: #F9D949;
  color: #444;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 1;
  /* margin: 0 20px 0 0; */
  white-space: nowrap;
}

.recommended_baloon span {
  position: relative;
}

.recommended_baloon::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 12px 0 12px;
  border-color: #F9D949 transparent transparent transparent;
  position: absolute;
  left: 10px;
  bottom: -8px;
}

.sec_recommended p {
  line-height: 1.8;
}

.recommended_title {
  padding: 9px 0 6px;
  font-size: 13px;
  background: #00ACAE;
  color: #fff;
  text-align: center;
}

.recommended_title strong {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.recommended_title i {
  font-size: 15px;
  font-weight: 700;
}

.sec_recommended .link {
  margin-top: 60px;
}

@media (min-width: 600px) {
  .recommended_list li a:hover {
    border-color: #00ACAE;
  }

  .recommended_list li a:hover span {
    opacity: 1;
    visibility: visible;
  }

  .recommended_list li.windows a:hover {
    border-color: #1C7CBD;
  }
}

@media (max-width: 599px) {
  .sec_recommended h3 {
    font-size: 26px;
    line-height: 1.7;
    margin: 0 0 30px;
  }
  .sec_recommended .lead_text {
    margin: 0 0 40px;
  }
  .recommended_list {
    justify-content: space-between;
    gap: 20px 0;
  }
  .recommended_list li {
    width: 48.128342245%;
  }
  .recommended_list li a:hover {
    text-decoration: none;
  }
  .recommended_title {
    font-size: 12px;
    padding: 9px 0;
  }
  .recommended_title strong {
    font-size: 12px;
  }

  .recommended_baloon {
    display: none;
  }
}

@media (max-width: 414px) {
  .recommended_title {
    font-size: 2.898550724vw;
  }
  .recommended_title strong {
    font-size: 2.898550724vw;
  }
  .recommended_title i {
    font-size: 3.623188405vw;
  }
}

.layout_plan-price_annual li {
  position: relative;
}

.cp_label a {
  max-width: 460px;
  width: 100%;
  padding: 12px 20px;
  background: #e46c82;
  border: 2px solid #e46c82;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  font-size: 20px;
  box-sizing: border-box;

  &:hover {
      background-color: #bb596b;
  }
}

.annotion {
  position: relative;
  font-size: 13px;
  top: -20px;
  right: -3px;
}
