@charset "utf-8";
/*--------------------
 Extend
--------------------*/

#contents #contents-inner {
  width: 960px;
  margin: 0 auto;
  margin-bottom: 100px;
}
/* ウィンドウ幅いっぱいのレイアウト用 */
/* このクラスを 横幅いっぱいではない方に。 ※元の#contents-innerは削除する。 */
.contents-inner-not100 {
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 959px) {
  .responsive #contents #contents-inner {
    width: 100%;
  }
}

/* ----------------
 JSOFF
---------------- */

#jsoff {
  height: 50px;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 14px;
  line-height: 50px;
}
#jsoff img {
  margin-top: -5px;
  margin-right: 8px;
  vertical-align: middle;
}

/*--------------------
 Common
--------------------*/

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

#header,
#nav {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* IE10以上 */
@media all and (-ms-high-contrast: none)  {
  #header,#nav {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  #header,#nav {
    font-family: Verdana, Meiryo, sans-serif;
  }
}


/*--------------------
 Header
--------------------*/

#header {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-height: 50px;
  background: #fff;
}
#header .cb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 960px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header #header-logo {
  position: relative;
  width: 200px;
}
#header #header-logo img {
  width: 100%;
}
#header #header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-size: 12px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header #header-menu li {
  margin-left: 32px;
}
#header #header-menu li a {
  text-decoration: none;
  color: #555;
}
#header .fa-search {
  margin-right: 2px;
}

/* Toggle */

#header #toggle {
  position: relative;
  z-index: 200;
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
#header #toggle span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  background: #999;
}
#header #toggle span:nth-child(1) {
  top: 0;
}
#header #toggle span:nth-child(2) {
  top: 8px;
}
#header #toggle span:nth-child(3) {
  top: 16px;
}

/*--------------------
 Nav
--------------------*/

#nav {
  background: #f4f4f4;
}

/* Nav Main */

#nav #nav-main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#nav #nav-main a {
  display: block;
  width: 160px;
  height: 34px;
  text-align: center;
  text-decoration: none;
  color: #555;
  font-size: 13px;
  line-height: 34px;
  box-sizing: border-box;
}
#nav #nav-main a:hover {
  color: #fff;
}
#nav #nav-main .nav_rs a:hover {
  background-color: #f4ae00;
}
#nav #nav-main .nav_vps a:hover {
  background-color: #0e9794;
}
#nav #nav-main .nav_cloud a:hover {
  background-color: #5ba563;
}
#nav #nav-main .nav_ds a:hover {
  background-color: #03426d;
}
#nav #nav-main .nav_gpu a:hover {
  background-color: #dd0000;
}
#nav #nav-main .nav_iot a:hover {
  background-color: #e9611e;
}

/* Nav Section */

#nav #nav-sub {
  display: none;
}

/* Nav Aside */

#nav #nav-extra {
  display: none;
}

@media (max-width: 959px) {

  /*--------------------
   Common
  --------------------*/

  html {
    overflow: auto;
  }
  body {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  }
  #wrapper {
    min-width: 100%;
  }
  #contents-header {
    display: none;
  }
  #contents-foot {
    display: none;
  }

  /*--------------------
   Open
  --------------------*/

  body.open {
    background: #e8e8e8 url(../images/nav_bg.png);
    background-size: 8px;
    height: 50px;
    overflow: hidden;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }

  /*--------------------
   Header
  --------------------*/

   #header {
    padding: 0 20px;
  }
  #header .cb {
    width: 100%;
    min-width: 100%;
  }
  #header #header-logo:after {
    left: 208px;
    width: 88px;
  }
  #header #header-menu {
    display: none;
  }

  /* Toggle */

  #header #toggle {
    display: block;
  }
  #header.open #toggle span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header.open #toggle span:nth-child(2) {
    left: 50%;
    width: 0;
  }
  #header.open #toggle span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /*--------------------
   Nav
  --------------------*/

  #nav {
    position: absolute;
    z-index: 100;
    top: -812px;
    box-sizing: border-box;
    width: 100%;
    min-height: 812px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background: #fff;
    font-size: 16px;
    /*box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2) inset;*/
  }

  /* Nav Main */

  #nav #nav-main ul {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 17px 20px 12px 20px ;
  }
  #nav #nav-main a {
    box-sizing: border-box;
    width: calc(50% - 10px);
    height: 98px;
    margin-bottom: 20px;
    padding-top: 62px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.6;
  }
  #nav #nav-main .nav_rs a {
    float: left;
    background: url('../images/nav_icon_rs.png') center 18px no-repeat;
    background-color: #f4ae00;
    background-size: 37px;
  }
  #nav #nav-main .nav_vps a {
    float: right;
    background: url('../images/nav_icon_vps.png') center 19px no-repeat;
    background-color: #0e9794;
    background-size: 51px;
  }
  #nav #nav-main .nav_cloud a {
    float: left;
    background: url('../images/nav_icon_cloud.png') center 15px no-repeat;
    background-color: #5ba563;
    background-size: 36px;
  }
  #nav #nav-main .nav_ds a {
    float: right;
    background: url('http://vps-news.sakura.ad.jp/wp-content/themes/www/images/nav_icon_ds.png') center 15px no-repeat;
    background-color: #03426d;
    background-size: 34px;
  }
  #nav #nav-main .nav_gpu a {
    float: left;
    background: url('../images/nav_icon_gpu.png') center 12px no-repeat;
    background-color: #dd0000;
    background-size: 47px
  }
  #nav #nav-main .nav_iot a {
    float: right;
    background: url('../images/nav_icon_iot.png') center 19px no-repeat;
    background-color: #e9611e;
    background-size: 60px;
  }
  #nav #nav-main .nav_rs a:hover {
    background-color: #f4bf00;
  }
  #nav #nav-main .nav_vps a:hover {
    background-color: #11a9a5;
  }
  #nav #nav-main .nav_cloud a:hover {
    background-color: #66b76f;
  }
  #nav #nav-main .nav_ds a:hover {
    background-color: #07558a;
  }
  #nav #nav-main .nav_gpu a:hover {
    background-color: #e62020;
  }
  #nav #nav-main .nav_iot a:hover {
    background-color: #f36925;
  }

  /* Nav Sub */

  #nav #nav-sub {
    display: block;
    margin: 0 20px;
  }
  #nav #nav-sub ul {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    background: #f8f8f8;
  }
  #nav #nav-sub li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 20px;
    color: #444;
    border-top: 1px solid #d6d6d6;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #nav #nav-sub li a img {
    -ms-filter: brightness(0.9) saturate(1.5);
    -webkit-filter: brightness(0.9) saturate(1.5);
    filter: brightness(0.9) saturate(1.5);
  }
  #nav #nav-sub li:first-of-type a {
    border-top: none;
  }
  #nav #nav-sub li:nth-of-type(even) a {
    background: #fff;
  }
  #nav #nav-sub li a:hover {
    background-color: #e9f3ff;
  }
  #nav #nav-sub a span {
    padding-right: 12px;

    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  #nav #nav-sub .fa-angle-right {
    font-size: 20px;
  }
  #nav #nav-sub figure {
    width: 32px;
  }
  #nav #nav-sub p {
    margin: 28px 0;
  }
  #nav #nav-sub p a {
    display: block;
    text-align: center;
    color: #444;
  }
  #nav #nav-sub p a .fa {
    margin-right: 8px;
    color: #4886c6;
  }

  /* Nav Extra */

  #nav #nav-extra {
    display: block;
  }
  #nav #nav-extra ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #nav #nav-extra li {
    box-sizing: border-box;
    width: 50%;
    min-height: 50px;
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    line-height: 48px;
  }
  #nav #nav-extra li:nth-last-of-type(odd) {
    border-left: 0;
  }
  #nav #nav-extra li:last-of-type {
    width: 100%;
    background: #f8f8f8;
  }
  #nav #nav-extra a {
    display: block;
    text-align: center;
    color: #444;
  }
  #nav #nav-extra li:hover {
    background-color: #e9f3ff;
  }

  #nav #nav-extra #close {
    min-height: 51px;
    text-align: center;
    color: #fff;
    background-color: #393939;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    line-height: 50px;
  }
  #nav #nav-extra #close:hover {
    background: #35465f;
  }
  #nav #nav-extra #close .fa {
    margin-right: 8px;
    color: #5e8dca;
    font-size: 20px;
  }
  #nav #nav-extra #close:hover {
    cursor: pointer;
  }
  /* Slide Animation */
  #nav.open {
    -webkit-transform: translateY(862px);
    transform: translateY(862px);
  }
}

@media (max-width: 349px) {
  #header #header-logo {
    width: 165px;
  }
  #header #header-logo:after {
    left: 173px;
    width: 75px;
  }
  #nav {
    font-size: 14px;
  }
  #nav #nav-main a {
    padding-top: 64px;
    font-size: 14px;
  }
}
/* ========================================
common
======================================== */

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

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 959px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* ========================================
vps-header
======================================== */

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

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

/* --------------------
tabs
-------------------- */

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

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

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

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

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

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

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

.vps-header.windows .tabs .tab.win:hover {
  opacity: 1;
}

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

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

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

/* ========================================
vps-nav
======================================== */

/* --------------------
upper
-------------------- */

.vps-nav .upper {
  background: #0e9794;
  font-family: Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, Verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.vps-nav.windows .upper {
  background: #007bbc;
}

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

.vps-nav .upper .logo {
  display: flex;
  align-items: center;
  font-family: 'Haru TP M', sans-serif;
  font-size: 17px;
  color: #fff;
  height: 100%;
}

.vps-nav .upper .logo .mark {
  margin-right: 3px;
}

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

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

.vps-nav .upper .list.stay::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e2f7f6;
}

.vps-nav.windows .upper .list.stay::after {
  border-color: transparent transparent #def4ff;
}

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

.vps-nav .upper .list .link:hover {
  text-decoration: underline;
}

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

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

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

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

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

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

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

/* --------------------
lower
-------------------- */

.vps-nav .lower {
  background: #e2f7f6;
}

.vps-nav.windows .lower {
  background: #def4ff;
}

.vps-nav .lower .lists {
  height: 48px;
  display: flex;
  align-items: center;
}

.vps-nav .lower .list {
  margin-right: 34px;
}

.vps-nav .lower .list .link {
  font-size: 14px;
  color: #555;
  cursor: pointer;
}

.vps-nav .lower .list::before {
  content: "\f054";
  margin-right: 5px;
  color: #555;
  font-family: "FontAwesome";
}

.vps-nav .lower .list .link:hover {
  text-decoration: underline;
}

.vps-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.vps-nav .upper.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.vps-nav .lower.fixed {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 100;
}