@charset "UTF-8";
/*
  Theme Name: VPSニュースのてんぷら🍴
  Theme URI: https://www.sakura.ad.jp
  Description: VPSニュース専用テンプレート -- theme based on the HTML5 Blank http://html5blank.com/
  Version: 2.0.12
  Author: Ai Sakuraha
  Author URI: https://www.sakura.ad.jp/
  License: MIT
  License URI: http://opensource.org/licenses/mit-license.php
  Tags: HTML5
*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

a img.alignright {
  float: right;
}

a img.alignleft {
  float: left;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #2c59ba;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.9;
  margin: 0;
  padding: 0;
}

dd {
  margin-left: 0;
}

/* --------------------
  Common
-------------------- */
@media screen and (max-width: 959px) {
  html {
    overflow: auto;
  }
  body {
    transition: all 0.5s;
  }
  body.open {
    background: #e8e8e8 url(assets/images/resource/nav_bg.png);
    background-size: 8px;
    height: 50px;
    overflow: hidden;
    transition: all 0.8s;
  }
  body.sub-nav-open {
    background-size: 8px;
    height: 165px;
    overflow: hidden;
    transition: all 0.8s;
  }
  .pc {
    display: none;
  }
}

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

/* --------------------
  Header
-------------------- */
.layout_common-header {
  background: #ffffff;
  display: flex;
  height: 50px;
  padding: 0 20px;
  position: relative;
  z-index: 200;
}

.layout_common-header .cb {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.common-header-logo {
  margin: 0;
  width: 200px;
}

@media (max-width: 349px) {
  .common-header-logo {
    width: 165px;
  }
}

@media screen and (max-width: 959px) {
  .common-header-toggle {
    cursor: pointer;
    height: 20px;
    position: relative;
    width: 24px;
  }
  .common-header-toggle-border {
    background: #999999;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    transition: 0.35s ease-in-out;
    width: 100%;
  }
  .common-header-toggle-border:nth-child(1) {
    top: 0;
  }
  .common-header-toggle-border:nth-child(2) {
    top: 8px;
  }
  .common-header-toggle-border:nth-child(3) {
    top: 16px;
  }
  .layout_common-header.open .common-header-toggle-border:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
  }
  .layout_common-header.open .common-header-toggle-border:nth-child(2) {
    left: 50%;
    width: 0;
  }
  .layout_common-header.open .common-header-toggle-border:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
  }
  .common-header-menus {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .layout_common-header {
    background: #ffffff;
    padding: 0;
  }
  .layout_common-header .cb {
    margin: 0 auto;
    width: 960px;
  }
  .common-header-menus {
    align-items: center;
    display: flex;
    font-size: 12px;
  }
  .common-header-menu {
    margin-left: 24px;
  }
  .common-header-menu .fa-search {
    margin-right: 2px;
  }
  .common-header-menu a {
    color: #555555;
  }
  .common-header-toggle {
    display: none;
  }
}

/* --------------------
  Nav
-------------------- */
@media screen and (max-width: 959px) {
  .layout_common-nav {
    background: #ffffff;
    position: absolute;
    top: -823px;
    transition: 0.5s ease-in-out;
    width: 100%;
    z-index: 100;
  }
  .layout_common-nav.open {
    transform: translateY(100%);
  }
  .common-nav-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 17px 20px 12px;
  }
  .common-nav-service {
    height: 98px;
    line-height: 1.6;
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }
  .common-nav-service a {
    align-items: flex-end;
    border-radius: 4px;
    color: #ffffff;
    display: flex;
    font-size: 16px;
    height: 100%;
    justify-content: center;
    padding-bottom: 10px;
    width: 100%;
  }
  .common-nav-service.nav_rs a {
    background: url("assets/images/resource/nav_icon_rs.png") center 18px no-repeat;
    background-color: #f4ae00;
    background-size: 37px;
  }
  .common-nav-service.nav_rs a:hover {
    background-color: #f4bf00;
  }
  .common-nav-service.nav_vps a {
    background: url("assets/images/resource/nav_icon_vps.png") center 19px no-repeat;
    background-color: #0e9794;
    background-size: 51px;
  }
  .common-nav-service.nav_vps a:hover {
    background-color: #11a9a5;
  }
  .common-nav-service.nav_cloud a {
    background: url("assets/images/resource/nav_icon_cloud.png") center 15px no-repeat;
    background-color: #5ba563;
    background-size: 36px;
  }
  .common-nav-service.nav_cloud a:hover {
    background-color: #66b76f;
  }
  .common-nav-service.nav_ds a {
    background: url("assets/images/resource/nav_icon_phy.png") center 15px no-repeat;
    background-color: #0951ad;
    background-size: 34px;
  }
  .common-nav-service.nav_ds a:hover {
    background-color: #0951ad;
  }
  .common-nav-service.nav_gpu a {
    background: url("assets/images/resource/nav_icon_gpu.png") center 12px no-repeat;
    background-color: #dd0000;
    background-size: 47px;
  }
  .common-nav-service.nav_gpu a:hover {
    background-color: #e62020;
  }
  .common-nav-service.nav_iot a {
    background: url("assets/images/resource/nav_icon_iot.png") center 19px no-repeat;
    background-color: #2c95bb;
    background-size: 60px;
  }
  .common-nav-service.nav_iot a:hover {
    background-color: #35a5ce;
  }
  .common-nav-sub {
    margin: 0 20px;
  }
  .common-nav-sub-menus {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
  }
  .common-nav-sub-menu {
    border-top: 1px solid #d6d6d6;
  }
  .common-nav-sub-menu:first-child {
    border-top: none;
  }
  .common-nav-sub-menu:nth-of-type(odd) {
    background-color: #f8f8f8;
  }
  .common-nav-sub-menu a {
    align-items: center;
    color: #333333;
    display: flex;
    height: 50px;
    padding: 0 20px;
  }
  .common-nav-sub-menu a:hover {
    background-color: #e9f3ff;
  }
  .common-nav-sub-menu .fa {
    margin-left: auto;
  }
  .common-nav-sub-menu-icon {
    align-items: center;
    display: flex;
    margin: 0;
    width: 32px;
  }
  .common-nav-sub-menu-icon img {
    -webkit-filter: brightness(0.9) saturate(1.5);
            filter: brightness(0.9) saturate(1.5);
  }
  .common-nav-sub-others-link {
    margin: 28px 0;
    text-align: center;
  }
  .common-nav-sub-others-link a {
    color: #333333;
  }
  .common-nav-sub-others-link a .fa {
    color: #4886c6;
    margin-right: 8px;
  }
  .common-nav-extra-menus {
    display: flex;
    flex-wrap: wrap;
  }
  .common-nav-extra-menu {
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    box-sizing: border-box;
    height: 50px;
    line-height: 49px;
    width: 50%;
  }
  .common-nav-extra-menu:nth-of-type(odd) {
    border-left: 0;
  }
  .common-nav-extra-menu:nth-last-of-type(2) {
    width: 100%;
  }
  .common-nav-extra-menu:last-of-type {
    background: #f8f8f8;
    border-left: none;
    width: 100%;
  }
  .common-nav-extra-menu a {
    color: #333333;
    display: block;
    text-align: center;
  }
  .common-nav-extra-menu a:hover {
    background-color: #e9f3ff;
  }
  .common-nav-close {
    background-color: #393939;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
  }
  .common-nav-close:hover {
    background: #35465f;
    cursor: pointer;
  }
  .common-nav-close .fa {
    color: #5e8dca;
    font-size: 20px;
    margin-right: 8px;
  }
}

@media (max-width: 349px) {
  .layout_common-nav {
    font-size: 14px;
  }
  .common-nav-main a {
    font-size: 14px;
    padding-top: 64px;
  }
}

@media screen and (min-width: 960px) {
  .layout_common-nav {
    background: #f4f4f4;
  }
  .common-nav-services {
    display: flex;
    margin: 0 auto;
    width: 960px;
  }
  .common-nav-service a {
    box-sizing: border-box;
    color: #555555;
    display: block;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    width: 160px;
  }
  .common-nav-service a:hover {
    color: #ffffff;
  }
  .common-nav-service.nav_rs a:hover {
    background-color: #f4ae00;
  }
  .common-nav-service.nav_vps a:hover {
    background-color: #0e9794;
  }
  .common-nav-service.nav_cloud a:hover {
    background-color: #5ba563;
  }
  .common-nav-service.nav_ds a:hover {
    background-color: #0951ad;
  }
  .common-nav-service.nav_gpu a:hover {
    background-color: #dd0000;
  }
  .common-nav-service.nav_iot a:hover {
    background-color: #2c95bb;
  }
  .common-nav-sub,
  .common-nav-extra {
    display: none;
  }
}

.layout_common-footer {
  background: #808088;
  color: #ffffff;
  font-size: 12px;
}

.layout_common-footer a {
  color: #e6e5e7;
  text-decoration: none;
}

.layout_common-footer a:hover {
  text-decoration: underline;
}

.layout_common-footer .cb {
  margin: 0 auto;
  padding: 0;
}

.common-footer-logo {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: center;
}

.common-footer-sub-menus {
  display: flex;
  flex-wrap: wrap;
}

.common-footer-sub-menu {
  border-right: 1px solid #a3a4ab;
  margin: 0 13px 16px 0;
  padding-right: 13px;
}

.common-footer-sub-menu:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.common-footer-sub-copy {
  text-align: center;
}

.common-footer-sns {
  display: flex;
  justify-content: center;
  margin: 16px 0 32px 0;
}

a.common-footer-sns-link {
  align-items: center;
  background: #b2b3b7;
  border-radius: 50%;
  color: #7f7f86;
  display: flex;
  font-size: 24px;
  height: 48px;
  justify-content: center;
  margin: 0 8px;
  width: 48px;
}

a.common-footer-sns-link:hover {
  background: #cbccd0;
  text-decoration: none;
}

@media screen and (max-width: 959px) {
  .layout_common-footer .cb {
    width: 100%;
  }
  .common-footer-info {
    display: none;
  }
  .common-footer-sub-head {
    display: none;
  }
  .common-footer-nav {
    border-bottom: 1px solid #56575b;
    border-top: 1px solid #a3a4ab;
    margin: 0;
  }
  .common-footer-nav.expand {
    padding-bottom: 16px;
  }
  .common-footer-service {
    background-color: #6d6d75;
    border-top: 1px solid #56575b;
    padding-top: 16px;
  }
  .common-footer-service .common-footer-nav-menu:hover {
    background: #7b7b84;
  }
  .common-footer-service .common-footer-nav-head::after {
    content: "";
  }
  .common-footer-nav:not(.expand) .common-footer-nav-menu {
    display: none;
  }
  .common-footer-nav-head,
  .common-footer-apply,
  .common-footer-case {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 20px;
    position: relative;
  }
  .common-footer-nav-head::after,
  .common-footer-apply::after,
  .common-footer-case::after {
    content: "\f055";
    font-family: "FontAwesome", sans-serif;
    position: absolute;
    right: 20px;
    top: 0;
  }
  .expand .common-footer-nav-head::after, .expand
  .common-footer-apply::after, .expand
  .common-footer-case::after {
    content: "\f056";
  }
  .common-footer-service .common-footer-nav-head::after, .common-footer-service
  .common-footer-apply::after, .common-footer-service
  .common-footer-case::after {
    display: none;
  }
  .common-footer-nav-head:hover,
  .common-footer-apply:hover,
  .common-footer-case:hover {
    background: #8e8e98;
  }
  .common-footer-apply,
  .common-footer-case {
    border-bottom: 1px solid #56575b;
    border-top: 1px solid #a3a4ab;
  }
  .common-footer-apply::after,
  .common-footer-case::after {
    content: "\f054";
  }
  .common-footer-apply a,
  .common-footer-case a {
    color: #ffffff;
    display: block;
  }
  .common-footer-apply a:hover,
  .common-footer-case a:hover {
    text-decoration: none;
  }
  .common-footer-nav-menu {
    font-size: 14px;
    line-height: 36px;
    min-height: 36px;
    padding-left: 56px;
    position: relative;
  }
  .common-footer-nav-menu a:hover {
    text-decoration: none;
  }
  .common-footer-nav-menu:hover {
    background: #8e8e98;
  }
  .common-footer-nav-menu::before {
    content: "\f105";
    font-family: "FontAwesome", sans-serif;
    left: 40px;
    position: absolute;
  }
  .expand .common-footer-nav-menu {
    display: block;
  }
  .common-footer-mark {
    display: none;
  }
  .common-footer-sub {
    border-top: 1px solid #a3a4ab;
    padding: 32px 20px;
  }
  .common-footer-sub-menus {
    font-size: 11px;
  }
  .common-footer-sub-menu {
    line-height: 1;
  }
  .common-footer-sub-copy {
    color: #e6e5e7;
    font-size: 10px;
  }
}

@media screen and (min-width: 960px) {
  .layout_common-footer {
    padding: 60px 0;
  }
  .layout_common-footer a {
    color: #ffffff;
  }
  .layout_common-footer .cb {
    width: 960px;
  }
  .common-footer-logo {
    display: none;
  }
  .common-footer-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .common-footer-nav-head,
  .common-footer-apply,
  .common-footer-case {
    font-weight: bold;
  }
  .common-footer-nav-head {
    margin-bottom: 8px;
  }
  .common-footer-nav {
    font-weight: bold;
    margin: 0 0 30px;
  }
  .common-footer-case {
    margin-bottom: 30px;
  }
  .common-footer-nav-menu {
    margin-bottom: 5px;
  }
  .common-footer-info {
    font-size: 14px;
    line-height: 1.3;
  }
  .common-footer-info .sosial {
    align-items: center;
    display: flex;
    margin-bottom: 8px;
  }
  .common-footer-info .sosial .fa {
    font-size: 30px;
    margin-right: 10px;
  }
  .common-footer-info .common-footer-nav-menu {
    margin-bottom: 8px;
  }
  .common-footer-mark {
    margin: 0;
    text-align: right;
  }
  .common-footer-mark .p-mark {
    background: #ffffff;
    margin-right: 1px;
    padding: 8px 8px 7px;
  }
  .common-footer-mark .pci-dss {
    background: #ffffff;
    padding: 7px 16px 6px;
  }
  .common-footer-sub {
    border-top: 1px solid #9f9faf;
    margin-top: 20px;
  }
  .common-footer-sub-head {
    margin-top: 20px;
    text-align: center;
  }
  .common-footer-sub-menus {
    justify-content: center;
    margin-top: 30px;
    opacity: 0.5;
  }
  .common-footer-sub-menu {
    margin-bottom: 0;
  }
  .common-footer-sns {
    display: none;
  }
  .common-footer-sub-copy {
    font-size: 12px;
    margin-top: 13px;
    opacity: 0.5;
  }
}

.pagination {
  padding-top: 30px;
  text-align: center;
}

span.page-numbers, a.page-numbers {
  border: 1px solid #a1a1a1;
  height: 32px;
  margin: 0 2px;
  vertical-align: middle;
  width: 32px;
}

.page-numbers {
  align-items: center;
  color: #3f3e43;
  display: inline-flex;
  justify-content: center;
}

span.page-numbers.current {
  background-color: #a8aaac;
  color: #ffffff;
}

@media screen and (min-width: 601px) {
  span.page-numbers, a.page-numbers {
    border: 1px solid #a1a1a1;
    height: 40px;
    margin: 0 2px;
    vertical-align: middle;
    width: 40px;
  }
  .pagination {
    padding-top: 40px;
  }
  span.page-numbers.current {
    background-color: #a8aaac;
    color: #ffffff;
  }
  a.page-numbers:hover {
    background-color: #a8aaac;
    color: #ffffff;
  }
}

.breadcrumb {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: flex-start;
  line-height: 1;
  margin: 0 auto;
  max-width: 960px;
  padding: 10px 0;
}

.breadcrumb .fa {
  margin: 0 8px 0 4px;
}

.f_w-bold {
  font-weight: bold;
  position: relative;
}

.open-service .mask {
  background: #000000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.service-toggle {
  cursor: pointer;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 18px;
  width: 24px;
  z-index: 90;
}

.service-toggle::after {
  border-right: solid 4px #ffffff;
  border-top: solid 4px #ffffff;
  content: "";
  display: block;
  height: 17px;
  margin-top: -10px;
  position: absolute;
  right: 3px;
  top: 5px;
  transform: rotate(135deg);
  transform-origin: 50% 50% 0;
  transition: 0.2s ease-in-out;
  width: 17px;
}

.open-service .service-toggle::after {
  margin-top: 0;
  transform: rotate(315deg);
  transition: 0.2s ease-in-out;
}

.service-header {
  color: #ffffff;
  margin-top: 0;
  position: relative;
  text-decoration: none;
  z-index: 89;
}

.service-header a {
  color: #ffffff;
  text-decoration: none;
}

.service-header .contact_form a,
.service-header .apply a {
  background: #ffffff;
  border-radius: 3px;
  color: #444444;
  height: 50px;
  margin: 0 auto;
  width: 90%;
}

.service-header .contact_form i,
.service-header .apply i {
  font-size: 18px;
  line-height: 14px;
  position: absolute;
  right: 10%;
  top: 35%;
}

.service-header .apply a {
  background: #fa748f;
  color: #ffffff;
}

.service-header .inner {
  position: relative;
}

.service-header .inner::after {
  clear: both;
  content: "";
  display: block;
}

.service-header .logo {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  padding: 0 20px;
}

.service-header .hide-pc-max {
  display: none;
}

.service-header .button-inner {
  padding-top: 0;
}

.service-header .button-inner li {
  display: inline-block;
  margin-right: 10px;
}

.service-sub-header {
  background: #0e9794;
  height: 50px;
  position: relative;
  width: 100%;
  z-index: 999;
}

.service-nav {
  padding: 10px 0;
  position: absolute;
  text-align: center;
  top: -600px;
  transition: 0.5s ease-in-out;
  width: 100%;
}

.service-nav li {
  background-color: #1aadaa;
  border-bottom: 1px solid #76cecc;
  font-size: 16px;
  position: relative;
  text-align: left;
}

.service-nav a {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  height: 58px;
  padding: 0 20px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.service-nav a figure {
  line-height: 1;
  margin: 0;
  margin-right: 8px;
}

.open-service .service-nav {
  transform: translateY(639px);
}

.service-nav ul,
.service-nav-extra ul {
  bottom: 0;
  font-size: 14px;
  list-style: none;
  position: static;
  right: 0;
}

.service-nav-extra {
  display: block;
}

.service-nav-extra ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.service-nav-extra li {
  border-bottom: none;
  border-left: 1px solid #76cecc;
  min-height: 56px;
  width: 50%;
}

.service-nav-extra i {
  margin-right: 5px;
}

.service-nav-extra .close {
  background-color: #25918e;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  color: #ffffff;
  line-height: 56px;
  min-height: 56px;
  text-align: center;
}

.service-nav-extra .close .fa {
  color: #ffffff;
  font-size: 20px;
  margin-right: 8px;
}

.service-nav-inner li {
  border-bottom: 1px solid #76cecc;
  font-size: 16px;
  position: relative;
  text-align: left;
}

.service-nav-inner li::after {
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 28px;
  top: 24px;
  transform: rotate(45deg);
  transform-origin: 50% 50% 0;
  transition: 0.2s ease-in-out;
  width: 10px;
}

.service-nav-inner li.win-vps-menu {
  background-color: #007bbc;
}

.sp-button ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.sp-button li {
  line-height: 54px;
  min-height: 56px;
  padding: 30px 0;
  width: 50%;
}

.sp-button-inner {
  align-items: center;
  display: flex;
  justify-content: center;
}

#main_navigation {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.vps-header {
  height: 50px;
}

.vps-header .cb {
  display: flex;
  justify-content: space-between;
}

.vps-header .tabs {
  align-self: flex-end;
  border-top: 7px solid #ffffff;
  display: flex;
}

.vps-header .tab {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  height: 43px;
  justify-content: center;
  margin-right: 2px;
  width: 170px;
}

.vps-header .tab a {
  align-items: center;
  color: #ffffff;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.vps-header .tab.vps {
  background: #0e9794;
}

.vps-header .tab.win {
  background: #007bbc;
}

.vps-header .tab.win:hover {
  opacity: 0.7;
}

.vps-header .links {
  align-self: center;
}

.vps-header .links a {
  color: #555555;
  margin-left: 13px;
}

.vps-header .links .fa {
  margin-left: 3px;
}

.vps-header .link {
  font-size: 12px;
}

.vps-nav .cb {
  align-items: center;
  display: flex;
  height: 60px;
}

.vps-nav .upper {
  background: #0e9794;
}

.vps-nav .logo {
  align-items: center;
  display: flex;
  height: 100%;
  margin-right: 3px;
}

.vps-nav .lists {
  align-items: center;
  display: flex;
  flex: auto;
  font-size: 16px;
}

.vps-nav .list {
  align-items: center;
  display: flex;
  height: 60px;
  margin-left: 35px;
  position: relative;
}

.vps-nav .list .link {
  color: #ffffff;
}

.vps-nav .btns {
  display: flex;
}

.vps-nav .btn {
  align-items: center;
  border-radius: 3px;
  color: #444444;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  justify-content: center;
  margin-left: 8px;
  width: 125px;
}

.vps-nav .btn .fa {
  font-size: 16px;
  margin-left: 5px;
}

.vps-nav .btn.consul {
  background: #ffffff;
}

.vps-nav .btn.consul:hover {
  background: #dddddd;
}

.vps-nav .btn.apply {
  background: #fa748f;
  color: #ffffff;
}

.vps-nav .btn.apply:hover {
  background: #e46c82;
}

.layout_sub-contents {
  position: relative;
}

.layout_sub-contents-body {
  margin: 0;
  padding: 0;
  width: auto;
}

.sub-contents-body-side-navi {
  background-color: #f0f0f0;
}

.layout_sub-contents-body-side {
  background-color: #f7f7f8;
  margin-bottom: 50px;
  margin-top: 30px;
  padding: 0 10px;
}

@media screen and (min-width: 601px) {
  .layout_sub-contents-body-inner {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
    max-width: 960px;
  }
  .layout_sub-contents-body-main {
    width: 710px;
  }
  .layout_sub-contents-body-side {
    padding: 0;
    width: 200px;
  }
}

.layout_sub-contents-body-main main {
  font-size: 14px;
}

.sub-contents-body-article-summary-item {
  align-items: flex-start;
  border-bottom: 3px solid #e3e8e8;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.layout-sub-contents-body-article-summary-item-img {
  width: 35%;
}

.layout-sub-contents-body-article-summary-item-img a {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.layout-sub-contents-body-article-summary-item-img img {
  height: auto;
  width: 100%;
}

.layout-sub-contents-body-article-summary-item-text {
  width: 60%;
}

.sub-contents-body-article-summary-category {
  font-size: 11px;
  line-height: 1.2;
  z-index: 1;
}

.sub-contents-body-article-summary-category a {
  align-items: center;
  background-color: #0e9794;
  border: 1px solid #10aaa7;
  color: #ffffff;
  display: inline-flex;
  height: 15px;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
}

.sub-contents-body-article-summary-title {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  padding-top: 5px;
}

.sub-contents-body-article-summary-title a {
  color: #2c333d;
}

.sub-contents-body-article-summary-date {
  color: #959799;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 5px;
  text-align: right;
}

.sub-contents-body-article-summary-text {
  display: none;
}

.sub-contents-body-pagination {
  padding-top: 30px;
  text-align: center;
}

.sub-contents-body-pagination li {
  color: #3f3e43;
  display: inline-block;
  text-decoration: none;
}

.sub-contents-body-pagination a,
.sub-contents-body-pagination b {
  border: 1px solid #a1a1a1;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  line-height: 34px;
  margin: 0 5px;
  vertical-align: middle;
  width: 32px;
}

.sub-contents-body-pagination a {
  color: #3f3e43;
  text-decoration: none;
}

.sub-contents-body-pagination b {
  background-color: #a8aaac;
  color: #ffffff;
  font-weight: normal;
}

.sub-contents-body-article-detail {
  padding: 20px 10px 25px;
}

.sub-contents-body-article-detail-header {
  border-bottom: 3px solid #e3e8e8;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.sub-contents-body-article-detail-category {
  font-size: 11px;
  line-height: 1.2;
}

.sub-contents-body-article-detail-category a {
  background-color: #0e9794;
  color: #ffffff;
  display: inline-block;
  height: 20px;
  line-height: 21px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
}

.sub-contents-body-article-detail-date {
  color: #959799;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 5px;
}

.sub-contents-body-article-detail-title {
  font-size: 18px;
  line-height: 1.4;
  margin: 8px 0 0;
}

.sub-contents-body-article-detail-title a {
  color: #2c333d;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
  text-decoration: none;
}

.layout-sub-contents-body-article-detail-body p {
  margin-top: 10px;
}

.layout-sub-contents-body-article-detail-body ul {
  border: 1px solid #d1d1d1;
  border-top: none;
  counter-reset: olnumber;
  margin-top: 10px;
}

.layout-sub-contents-body-article-detail-body li {
  border-top: 1px solid #d1d1d1;
  font-size: 92.857%;
  line-height: 1.2;
  padding: 7px 10px;
}

.layout-sub-contents-body-article-detail-body h2 {
  border-bottom: 2px solid #0e9794;
  border-top: 2px solid #0e9794;
  color: #0e9794;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 25px;
  padding: 6px 0 6px 3px;
}

.layout-sub-contents-body-article-detail-body h3 {
  border-left: 3px solid #0e9794;
  color: #0e9794;
  font-size: 18px;
  line-height: 1;
  margin-top: 20px;
  padding: 3px 0 3px 6px;
}

.layout-sub-contents-body-article-detail-body img {
  display: block;
  height: auto;
  max-width: 100%;
}

.layout-sub-contents-body-article-detail-body img.aligncenter {
  margin: 15px auto;
}

.layout-sub-contents-body-article-detail-body table {
  border-collapse: collapse;
  margin-top: 20px;
  width: 100%;
}

.layout-sub-contents-body-article-detail-body th,
.layout-sub-contents-body-article-detail-body td {
  border: 1px solid #d1d1d1;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
  padding: 10px 20px;
  vertical-align: top;
}

.layout-sub-contents-body-article-detail-body th {
  background-color: #e8e8e8;
}

.sub-contents-body-article-summary-header-title {
  color: #0e9794;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.article_cta_button {
  margin: 80px auto 0;
  text-align: center;
}

.article_cta_button .behave_button {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 0;
  background: #e46c82;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
}

.article_cta_button .behave_button:hover {
  text-decoration: none;
  background: #bb596b;
}

.article_cta_button .notes {
  margin-top: 8px;
  font-size: 13px;
}

.sub-contents-body-article-detail-SNS {
  border-bottom: 3px solid #e3e8e8;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 20px 0;
}

#sns-buttons {
  margin: auto;
  text-align: center;
}

#sns-buttons ul {
  display: inline;
  line-height: 1;
}

#sns-buttons li {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 601px) {
  .layout_sub-contents a:hover {
    text-decoration: underline;
  }
  .layout-sub-contents-body-article-summary-item-img {
    align-self: center;
  }
  .layout-sub-contents-body-article-summary-item-img img:hover {
    opacity: 0.9;
  }
  .sub-contents-body-article-summary-item {
    padding: 35px 0;
  }
  .sub-contents-body-article-summary-category {
    font-size: 13px;
  }
  .sub-contents-body-article-summary-category a {
    height: 22px;
  }
  .sub-contents-body-article-summary-category a:hover {
    text-decoration: none;
  }
  .sub-contents-body-article-summary-title {
    font-size: 21px;
  }
  .sub-contents-body-article-summary-title a:hover {
    color: #2c59ba;
  }
  .sub-contents-body-article-summary-text {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    margin: 15px 0 0;
  }
  .sub-contents-body-article-summary-header-title {
    font-size: 21px;
    text-align: left;
  }
  .sub-contents-body-article-summary.is_index .sub-contents-body-article-summary-header-title {
    font-size: 23px;
    margin-top: 30px;
  }
  .sub-contents-body-article-detail-SNS {
    margin: 53px 0 10px;
  }
  .sub-contents-body-article-detail-header {
    margin-bottom: 40px;
  }
  .sub-contents-body-article-detail-category {
    font-size: 13px;
  }
  .sub-contents-body-article-detail-category a {
    height: 25px;
    line-height: 25px;
  }
  .sub-contents-body-article-detail-category a:hover {
    text-decoration: none;
  }
  .sub-contents-body-article-detail-date {
    text-align: right;
  }
  .sub-contents-body-article-detail-title {
    font-size: 24px;
    line-height: 1.5;
  }
  .layout-sub-contents-body-article-detail-body img {
    max-width: 600px;
  }
  .layout-sub-contents-body-article-detail-body img.aligncenter {
    margin: 30px auto;
  }
  .layout-sub-contents-body-article-detail-body p {
    margin-top: 20px;
  }
  .layout-sub-contents-body-article-detail-body h3 {
    border-width: 5px;
    font-size: 19px;
    line-height: 1;
    margin-top: 40px;
    padding: 6px 10px;
  }
}

.sub-contents-body-side-navi {
  background-color: #f7f7f8;
  margin-bottom: 30px;
  margin-top: 15px;
}

.sub-contents-body-side-navi:first-child {
  margin-top: 0;
}

.sub-contents-body-side-navi-title {
  background: transparent;
  background-color: #e0e7e7;
  color: #444444;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding: 13px 11px;
  position: relative;
  text-align: left;
  text-shadow: none;
}

.sub-contents-body-side-widget ul {
  border-top: none;
}

.sub-contents-body-side-widget li {
  width: 100%;
}

.sub-contents-body-side-widget a {
  background-color: #f0f0f0;
  border-bottom: 1px solid #ffffff;
  border-top: 2px solid #d8e1e3;
  color: #444444;
  display: block;
  font-size: 14px;
  line-height: 1.4;
  padding: 15px 20px 15px 9px;
  position: relative;
  width: 100%;
}

.sub-contents-body-side-widget a::after {
  border-right: 2px solid #8f8f90;
  border-top: 2px solid #8f8f90;
  content: "";
  display: inline-block;
  height: 7px;
  margin-top: -4px;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: rotate(45deg);
  transform-origin: 50% 50% 0;
  width: 7px;
}

.sub-contents-body-side-widget .screen-reader-text {
  display: none;
}

.sub-contents-body-side-widget input.search-field {
  border: 1px solid #838587;
  font-size: 13px;
  line-height: 23px;
  margin: 10px 5%;
  padding: 2px 2%;
  width: 86%;
}

.sub-contents-body-side-widget input.search-submit {
  font-size: 18px;
  margin: 0 30% 10px 30%;
  width: 40%;
}

@media screen and (min-width: 601px) {
  .sub-contents-body-side-navi-title {
    line-height: 1.3;
    padding: 10px;
  }
  .sub-contents-body-side-widget a {
    font-size: 13px;
    line-height: 1.4;
  }
  .sub-contents-body-side-widget a:hover {
    background-color: #e9f6f5;
    text-decoration: none;
  }
  .sub-contents-body-side-widget li:last-child a {
    border-bottom: 2px solid #d8e1e3;
  }
}

.hide-pc-max {
  display: none;
}

.cb {
  margin: 0 auto;
  width: 960px;
}

@media screen and (max-width: 600px) {
  .pad-block,
  .pc-block {
    display: none;
  }
}

@media screen and (min-width: 601px) {
  .pad-block,
  .sp-block {
    display: none;
  }
}