@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.22
  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;
}

:root {
  /* font */
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-en: futura, "Century Gothic", sans-serif;
  --font-size-base: 1rem;
  --font-size-s: 0.875rem;
  --font-size-xs: 0.8125rem;
  /* color */
  --primary-color: #ff5577;
  --secondary-color: #808080;
  --attention-color: #e11c45;
  --color-base: #1d1d1d;
  --color-gray-8: #7c7c7c;
  --color-gray-9: #6b6b6b;
  /* icon */
  --arrow-chevron: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M0.773865 1.30212L5.00001 5L0.773865 8.69788" stroke="%231D1D1D" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  --arrow-chevron-active: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M0.773865 1.30212L5.00001 5L0.773865 8.69788" stroke="%23f57" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  --arrow-chevron-bottom: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path d="M1 1.5L6 6.5L11 1.5" stroke="%231D1D1D" stroke-width="2"/></svg>');
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  src: url("../fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2");
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  color: #333333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1rem;
  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 (width >= 768px) {
  .for-sp {
    display: none;
  }
}
@media (width < 768px) {
  .for-pc {
    display: none;
  }
}
/*  */
.globalheader {
  align-items: center;
  background: #ffffff;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  color: var(--color-base);
  display: flex;
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  gap: 5rem;
  line-height: 1.75;
  padding: 0 2rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
.globalheader > * {
  position: relative;
  z-index: 10;
}

.globalheader-logo {
  align-items: center;
  display: flex;
  width: 14.2744rem;
}
.globalheader-logo svg {
  width: 100%;
}

.globalnav {
  flex: 1;
}

.globalnav-container {
  align-items: center;
  display: flex;
}

.globalnav-list {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.globalnav-item {
  position: relative;
}

.globalnav-link {
  color: var(--color-base);
  cursor: pointer;
  font-size: 0.9375rem;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  padding: 0.9679rem 0.625rem;
}

.globalnav-toggle-button {
  align-items: center;
  background: none;
  border: none;
  color: var(--color-base);
  display: flex;
  gap: 0.375rem;
}
.globalnav-toggle-button::after {
  background: var(--arrow-chevron-bottom) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 8px;
  transition: 0.3s;
  width: 12px;
}
.globalnav-toggle-button[aria-expanded=true] {
  --arrow-chevron-bottom: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path d="M1 1.5L6 6.5L11 1.5" stroke="%23f57" stroke-width="2"/></svg>');
  color: var(--primary-color);
}
.globalnav-toggle-button[aria-expanded=true]::after {
  transform: rotate(180deg);
}

.globalnav-submenu {
  left: 50%;
  opacity: 1;
  padding-top: 0.69rem;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  transition: 0.3s;
  visibility: visible;
  z-index: 999;
}
.globalnav-submenu[hidden] {
  display: block;
  opacity: 0;
  visibility: hidden;
}

.globalnav-submenu-list {
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 15px 20px 0 rgba(84, 84, 113, 0.15);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 2.56rem 1.5rem;
  white-space: nowrap;
}

.globalnav-submenu-link {
  align-items: center;
  color: var(--color-base);
  display: flex;
  font-size: 0.9375rem;
  gap: 1rem;
  justify-content: space-between;
  letter-spacing: 0.04em;
}
.globalnav-submenu-link::after {
  background: var(--arrow-chevron) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 10px;
  transition: 0.3s;
  width: 6px;
}

.globalnav-all-service {
  color: var(--primary-color);
  padding: 0.25rem 0;
}
.globalnav-all-service::after {
  background-image: var(--arrow-chevron-active);
}

.globalnav-login {
  background: #ffffff;
  border: 1px solid #d4d4da;
  border-radius: 1.375rem;
  color: var(--color-base);
  font-size: 0.875rem;
  font-variation-settings: "wght" 500;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 0 0 auto;
  padding: 0.4375rem 1.0625rem 0.375rem;
}

.globalheader-menu {
  display: none;
}

.globalnav-cloase-button {
  display: none;
}

@media (width >= 992px) {
  .globalheader:not(:has(h1)) {
    justify-content: space-between;
    position: relative;
    z-index: 10000;
  }
  .globalheader:not(:has(h1)) .globalnav {
    flex: 0 0 auto;
  }
  .globalheader:not(:has(h1)) .globalnav-login {
    margin: 0 0 0 1.625rem;
  }
  .globalnav-link {
    transition: 0.3s;
  }
  .globalnav-link:hover {
    color: var(--primary-color);
    text-decoration: none;
  }
  .globalnav-toggle-button:hover {
    text-decoration: none;
    --arrow-chevron-bottom: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path d="M1 1.5L6 6.5L11 1.5" stroke="%23f57" stroke-width="2"/></svg>');
  }
  .globalnav-submenu-link {
    transition: 0.3s;
  }
  .globalnav-submenu-link:hover {
    color: var(--primary-color);
    text-decoration: none;
  }
  .globalnav-submenu-link:hover::after {
    background-image: var(--arrow-chevron-active);
  }
  .globalnav-all-service:hover {
    font-variation-settings: "wght" 700;
    font-weight: 700;
    text-decoration: none;
  }
  .globalnav-login {
    transition: 0.3s;
  }
  .globalnav-login:hover {
    background: #efeff7;
    text-decoration: none;
  }
}
@media (width < 992px) {
  body:has(.globalheader-menu[aria-expanded=true]) {
    overflow: hidden;
  }
  .globalheader {
    padding: 0;
    position: relative;
    z-index: 999;
  }
  .globalheader-bar {
    align-items: center;
    background: #ffffff;
    display: flex;
    flex: 1;
    justify-content: space-between;
    padding: 0.22rem 0.5rem 0.22rem 0;
    position: relative;
    z-index: 999;
  }
  .globalheader-logo {
    width: 9.875rem;
  }
  .globalheader-menu {
    align-items: center;
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 0.31rem;
    justify-content: center;
    padding: 0;
    width: 2.5rem;
  }
  .globalheader-menu::after {
    color: var(--secondary-color);
    content: "メニュー";
    font-feature-settings: "palt";
    font-size: 0.675rem;
    font-variation-settings: "wght" 700;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }
  .globalheader-menu[aria-expanded=true]::after {
    content: "閉じる";
  }
  .globalheader-menu[aria-expanded=true] .globalheader-menu-icon span {
    width: 0.875rem;
  }
  .globalheader-menu[aria-expanded=true] .globalheader-menu-icon span:first-child {
    transform: rotate(45deg) translate(0.5rem, 0.125rem);
  }
  .globalheader-menu[aria-expanded=true] .globalheader-menu-icon span:nth-child(2) {
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
  }
  .globalheader-menu[aria-expanded=true] .globalheader-menu-icon span:last-child {
    transform: rotate(-45deg) translate(0.375rem, 0);
  }
  .globalheader-menu-icon {
    display: flex;
    flex-direction: column;
    height: 0.875rem;
    justify-content: space-between;
    width: 1.375rem;
  }
  .globalheader-menu-icon span {
    background: var(--secondary-color);
    height: 2px;
    transition: 0.3s;
    width: 100%;
  }
  .globalnav {
    display: block;
    height: calc(100% - 2.6875rem);
    left: 0;
    overflow: auto;
    overscroll-behavior: none;
    position: fixed;
    top: 2.6875rem;
    transition: transform 0.3s;
    width: 100%;
  }
  .globalnav[hidden] {
    transform: translateY(calc(-100% - 2.6875rem));
  }
  .globalnav-container {
    align-items: stretch;
    background: #ffffff;
    box-shadow: 0 2px 1px 0 #efeff7 inset;
    flex-direction: column;
  }
  .globalnav-list {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }
  .globalnav-item {
    border-bottom: 1px solid #cccccf;
  }
  .globalnav-link {
    align-items: center;
    display: flex;
    font-size: var(--font-size-s);
    font-variation-settings: "wght" 400;
    font-weight: 400;
    justify-content: flex-start;
    line-height: 2;
    padding: 0.5rem 1.5rem;
  }
  .globalnav-link::after {
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M0.773865 1.30212L5.00001 5L0.773865 8.69788" stroke="%231D1D1D" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 10px;
    margin-left: auto;
    width: 6px;
  }
  .globalnav-link-services {
    gap: 0.5rem;
  }
  .globalnav-link-services::before {
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="12" viewBox="0 0 16 12" fill="none"><circle cx="1.5" cy="6.0625" r="1.5" fill="%23FF5577"/><rect x="4" y="4.5625" width="12" height="3" rx="1.5" fill="%23FF5577"/><circle cx="1.5" cy="1.5625" r="1.5" fill="%23FF5577"/><rect x="4" y="0.0625" width="12" height="3" rx="1.5" fill="%23FF5577"/><circle cx="1.5" cy="10.4375" r="1.5" fill="%23FF5577"/><rect x="4" y="8.9375" width="12" height="3" rx="1.5" fill="%23FF5577"/></svg>') no-repeat center center;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 0.75rem;
    width: 1rem;
  }
  .globalnav-toggle-button {
    display: none;
  }
  .globalnav-submenu {
    opacity: 1;
    padding: 0;
    position: static;
    transform: none;
    visibility: visible;
  }
  .globalnav-submenu-list {
    background: #f5f5fb;
    border-radius: 0;
    box-shadow: none;
    gap: 0;
    padding: 0;
  }
  .globalnav-submenu-item + .globalnav-submenu-item {
    border-top: 1px solid #dcdce8;
  }
  .globalnav-submenu-link {
    font-size: var(--font-size-s);
    line-height: 2;
    padding: 0.5rem 1.5rem 0.5rem 2.81rem;
  }
  .globalnav-login {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin: 1rem 1.47rem;
    text-align: center;
    width: auto;
  }
  .globalnav-login::before {
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="14" viewBox="0 0 13 14" fill="none"><circle cx="6.5" cy="3.6875" r="3" fill="%23FF5577"/><path d="M0.500001 13.3125C0.500001 12.5246 0.655196 11.7444 0.956724 11.0164C1.25825 10.2884 1.70021 9.62701 2.25736 9.06986C2.81451 8.51271 3.47595 8.07075 4.2039 7.76922C4.93185 7.46769 5.71207 7.3125 6.5 7.3125C7.28793 7.3125 8.06815 7.46769 8.7961 7.76922C9.52405 8.07075 10.1855 8.51271 10.7426 9.06986C11.2998 9.62701 11.7417 10.2884 12.0433 11.0164C12.3448 11.7444 12.5 12.5246 12.5 13.3125L6.5 13.3125L0.500001 13.3125Z" fill="%23FF5577"/></svg>') no-repeat center center;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 14px;
    width: 13px;
  }
  .globalnav-cloase-button {
    align-items: center;
    background: var(--secondary-color);
    color: #ffffff;
    display: flex;
    font-size: 0.625rem;
    font-variation-settings: "wght" 700;
    font-weight: 700;
    gap: 0.125rem;
    justify-content: center;
    line-height: 1;
    padding: 0.6rem 0;
  }
}
/* global footer */
.globalfooter {
  background: #5f5f64;
  color: var(--color-base);
  color: #f1f1f1;
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
.globalfooter a {
  color: #f1f1f1;
}

.globalfooter-main {
  padding: 2.4rem 2rem 1.5rem;
}

.globalfooter-layout {
  align-items: flex-start;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 75rem;
}

.globalfooter-logo {
  width: 19.6667%;
}

.global-sitemap {
  display: flex;
  flex-shrink: 0;
  gap: 4.09rem;
}

.global-sitemap-column {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.global-sitemap-title {
  font-size: var(--font-size-s);
  font-variation-settings: "wght" 700;
  font-weight: 700;
  line-height: 1.4;
}

.global-sitemap-menu {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  line-height: 1.2;
}

.global-sitemap-link {
  display: block;
  font-size: var(--font-size-s);
}

.globalfooter-mark {
  background: #f1f1f1;
}

.globalfooter-mark-list {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.globalfooter-mark-item {
  align-items: center;
  display: flex;
  line-height: 0;
}
.globalfooter-mark-item .p-mark {
  width: 4.1047rem;
}
.globalfooter-mark-item .pci-dss {
  width: 3.1743rem;
}
.globalfooter-mark-item .iso-mark {
  width: 6.5675rem;
}

.globalfooter-legal {
  border-top: solid 1px #78787a;
  padding: 1.5rem 2rem 2.5rem;
}

.globalfooter-legal-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.globalfooter-legal-link {
  font-size: var(--font-size-xs);
  font-variation-settings: "wght" 500;
  font-weight: 500;
}

.globalfooter-legal-copyright {
  font-size: var(--font-size-s);
  font-variation-settings: "wght" 500;
  font-weight: 500;
}

@media (width >= 992px) {
  .globalfooter a {
    transition: opacity 0.3s;
  }
  .globalfooter a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
@media (width < 992px) {
  .globalfooter {
    padding: 1rem 1rem 2rem;
  }
  .globalfooter-layout {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }
  .globalfooter-main {
    padding: 0;
  }
  .globalfooter-logo {
    margin: 0 auto;
    width: 14.75rem;
  }
  .global-sitemap {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: grid;
    gap: 1.5rem 0;
    grid-template-columns: 50% 50%;
    margin-top: 1rem;
    padding: 1rem 0 0;
  }
  .global-sitemap-column {
    gap: 1rem;
    grid-column: 1/2;
  }
  .global-sitemap-column:last-child {
    grid-column: 2/2;
    grid-row: 1/3;
  }
  .global-sitemap-title {
    font-size: var(--font-family-base);
    line-height: 1.7;
  }
  .global-sitemap-menu {
    gap: 0.75rem;
    line-height: 1.7;
  }
  .global-sitemap-link {
    font-feature-settings: "palt";
    font-size: var(--font-family-base);
  }
  .globalfooter-mark {
    align-self: center;
    margin: 2rem 0 0;
  }
  .globalfooter-legal {
    margin-top: 1.5rem;
    padding: 1.5rem 0 0;
  }
  .globalfooter-legal .globalfooter-layout {
    align-items: center;
    gap: 1.5rem;
  }
  .globalfooter-legal-list {
    gap: 0.56rem 1rem;
    line-height: 1.7;
  }
  .globalfooter-legal-link {
    font-size: var(--font-size-s);
  }
}
.pagination {
  padding-top: 30px;
  text-align: center;
}

a.page-numbers, span.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) {
  a.page-numbers, span.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;
}

@media (max-width: 959px) {
  .vps_tab_list {
    background-color: #0e9794;
    width: 100%;
    z-index: 999;
    position: relative;
  }
  .vps_tab_list.windows {
    background: #0f54a7;
  }
  .vps_tab_list li {
    display: flex;
    position: relative;
    padding-left: 20px;
    align-items: center;
  }
  .vps_tab_list a {
    display: flex;
    height: 50px;
    color: #fff;
    font-size: 16px;
    align-items: center;
  }
  .vps_tab_list a .sp {
    display: flex;
    height: 50px;
    margin-right: 4px;
    align-items: center;
  }
  .vps_tab_list img {
    margin-right: 4px;
  }
  .vps_tab_list li::after {
    display: block;
    content: "";
    position: absolute;
    top: 23px;
    right: 23px;
    width: 13px;
    height: 13px;
    margin-top: -10px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    transform: rotate(135deg);
    transform-origin: 50% 50% 0;
    transition: 0.2s ease-in-out;
    cursor: pointer;
  }
  .is_open .vps_tab_list li::after {
    margin-top: -4px;
    transform: rotate(315deg);
    transition: 0.2s ease-in-out;
  }
  .vps_tab_list .tab_win {
    display: none;
  }
  .vps_tab_list.windows .tab_vps {
    display: none;
  }
  .vps_tab_list.windows .tab_win {
    display: flex;
  }
  .vps_navi .inner {
    position: absolute;
    top: -545px;
    z-index: 10;
    width: 100%;
    text-align: center;
    transition: 0.5s ease-in-out;
  }
  .is_open .vps_navi .inner {
    top: 100px;
  }
  .vps_contents_list li {
    position: relative;
    background-color: #1aadaa;
    border-bottom: 1px solid #76cecc;
    text-align: left;
  }
  .windows .vps_contents_list li {
    background-color: #007bbc;
  }
  .vps_contents_list .link_to_windows {
    background-color: #007bbc;
  }
  .windows .vps_contents_list .link_to_vps {
    background-color: #1aadaa;
  }
  .vps_contents_list li a {
    display: flex;
    width: 100%;
    height: 58px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
    align-items: center;
  }
  .vps_contents_list li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 24px;
    right: 28px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    transform-origin: 50% 50% 0;
    transition: 0.2s ease-in-out;
  }
  .vps_request_list {
    display: flex;
  }
  .vps_request_list li {
    background-color: #1aadaa;
    box-sizing: border-box;
    width: 50%;
    min-height: 56px;
    line-height: 54px;
    padding: 30px 0;
  }
  .windows .vps_request_list li {
    background-color: #007bbc;
  }
  .vps_request_list a {
    display: flex;
    position: relative;
    width: 90%;
    height: 50px;
    margin: 0 auto;
    padding: 0 20px;
    border-radius: 3px;
    background-color: #fff;
    color: #444;
    font-size: 14px;
    text-align: left;
    align-items: center;
    box-sizing: border-box;
  }
  .vps_request_list .apply a {
    background-color: #fa748f;
    color: #fff;
  }
  .vps_request_list .fa {
    position: absolute;
    top: 35%;
    right: 10%;
  }
  .vps_utilities_list {
    display: flex;
  }
  .vps_utilities_list > li {
    width: 50%;
    min-height: 56px;
    background-color: #1aadaa;
    border-top: 1px solid #76cecc;
    border-left: 1px solid #76cecc;
    box-sizing: border-box;
  }
  .windows .vps_utilities_list > li {
    background-color: #007bbc;
    border-top: 1px solid #76cecc;
    border-left: 1px solid #76cecc;
  }
  .vps_utilities_list a {
    display: flex;
    width: 100%;
    height: 58px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    align-items: center;
    box-sizing: border-box;
  }
  .vps_utilities_list .contextual_menu_toggle {
    display: none;
  }
  .vps_utilities_list .fa {
    margin-left: 12px;
  }
  .vps_utilities_list .pc {
    display: none;
  }
  .header_contextual_menu li {
    display: none;
  }
  .header_contextual_menu .contextual_menu_manual {
    display: flex;
    width: 100%;
  }
  .mobile_navi_close {
    min-height: 56px;
    background-color: #25918e;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    line-height: 56px;
  }
  .windows .mobile_navi_close {
    background-color: #0055a6;
  }
  .mobile_navi_close .fa {
    margin-right: 8px;
    color: #fff;
    font-size: 20px;
  }
  .vps_navi_sub {
    display: none;
  }
  .pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .vps_tab_list {
    display: flex;
    max-width: 960px;
    height: 50px;
    margin: auto;
  }
  .vps_tab_list a {
    display: flex;
    width: 176px;
    height: 44px;
    margin-top: 6px;
    align-items: center;
    justify-content: center;
    background-color: #0e9794;
    color: #fff;
    font-size: 14px;
  }
  .vps_tab_list .tab_win a {
    margin-left: 2px;
    background-color: #007bbc;
  }
  .vps_tab_list .tab_win a:hover {
    opacity: 0.7;
  }
  .vps_navi {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #0e9794;
  }
  .vps_navi.windows {
    background: #007bbc;
  }
  .vps_navi .inner {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    justify-content: center;
  }
  .vps_navi a {
    color: #fff;
    font-size: 16px;
  }
  .vps_request_list .apply a:hover {
    background-color: #bb596b;
  }
  .vps_request_list .consul a:hover {
    background-color: #e5e5e5;
  }
  .vps_navi .pc {
    display: flex;
  }
  .link_to_win_top a:hover {
    text-decoration: none;
  }
  .vps_contents_list {
    display: flex;
    flex: 0 1 640px;
  }
  .vps_contents_list li {
    margin: 0 16px;
    line-height: 60px;
  }
  .vps_contents_list li a:hover {
    text-decoration: underline;
  }
  .vps_contents_list .link_to_top,
  .vps_contents_list .link_to_vps,
  .vps_contents_list .link_to_windows {
    display: none;
  }
  .vps_request_list {
    display: flex;
    flex: 0 1 320px;
    justify-content: flex-end;
  }
  .vps_request_list li {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
  }
  .vps_request_list li a {
    display: flex;
    width: 128px;
    height: 24px;
    margin-left: 8px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 3px;
    color: #444;
    font-weight: bold;
    font-size: 13px;
  }
  .vps_request_list .apply a {
    color: #fff;
    background-color: #fa748f;
  }
  .vps_request_list .fa {
    margin-left: 4px;
    font-size: 16px;
  }
  .vps_utilities_list {
    display: flex;
    position: absolute;
    top: -48px;
    right: 0;
  }
  .vps_utilities_list li a {
    position: relative;
  }
  .vps_utilities_list li a:hover {
    text-decoration: underline;
  }
  .vps_utilities_list li i {
    padding-left: 4px;
  }
  .vps_utilities_list li a,
  .vps_utilities_list li .contextual_menu_toggle {
    display: flex;
    padding-left: 16px;
    color: #555;
    font-size: 12px;
    line-height: 48px;
    align-items: center;
  }
  .vps_utilities_list li .contextual_menu_toggle i {
    font-size: 16px;
  }
  .header_contextual_menu {
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 4;
    width: 175px;
    max-height: 0;
    border-radius: 4px;
    background-color: #fff;
    text-align: left;
    list-style: none;
    overflow: hidden;
    transition: max-height 0.15s linear;
  }
  .header_contextual_menu li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .header_contextual_menu li:first-of-type {
    border-top: 1px solid #ccc;
  }
  .header_contextual_menu li:last-of-type {
    border-bottom: 1px solid #ccc;
  }
  .header_contextual_menu li a {
    padding-left: 12px;
    line-height: 40px;
  }
  .latest_vps-news_timestamp {
    font-size: 10px;
  }
  .vps_utilities_list li:hover .header_contextual_menu {
    max-height: 300px;
  }
  .vps_utilities_list li:hover .contextual_menu_toggle::before,
  .vps_utilities_list li:hover .contextual_menu_toggle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 77px;
    z-index: 100;
    border: 10px solid #000;
    border-color: transparent;
    border-bottom-color: #ccc;
  }
  .vps_utilities_list li:hover .contextual_menu_toggle::after {
    bottom: -1px;
    border-bottom-color: #fff;
  }
  .vps_utilities_list li a .sp {
    display: none;
  }
  .vps_utilities_list li a .pc {
    margin-left: 2px;
  }
  .mobile_navi_close {
    display: none;
  }
  /* --------------------
  vps_navi_sub
  -------------------- */
  .vps_navi_sub {
    background: #e2f7f6;
  }
  .windows .vps_navi_sub {
    background: #def4ff;
  }
  .vps_navi_sub .lists {
    height: 48px;
    display: flex;
    align-items: center;
  }
  .vps_navi_sub .list {
    margin-right: 34px;
  }
  .vps_navi_sub .list .link {
    font-size: 14px;
    color: #555;
    cursor: pointer;
  }
  .vps_navi_sub .list::before {
    content: "\f054";
    margin-right: 5px;
    color: #555;
    font-family: "FontAwesome";
  }
  .vps_navi_sub .list .link:hover {
    text-decoration: underline;
  }
  .sp {
    display: none;
  }
  /* 追従スクロール（上スクロール時のみにタブを出す） */
  .vps_tab_list,
  .vps_navi,
  .vps_navi_sub {
    position: sticky;
    z-index: 999;
    transition: top 0.15s linear;
  }
  .vps_tab_list {
    top: -50px;
    background-color: #fff;
  }
  .vps_navi {
    top: 0;
  }
  .vps_navi_sub {
    top: 61px;
  }
  .scroll_up.vps_tab_list {
    top: 0;
  }
  .scroll_up.vps_navi {
    top: 50px;
  }
  .scroll_up.vps_navi_sub {
    top: 111px;
  }
}
.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;
  }
}