@charset "utf-8";

/* ------------------------------

vps.sakura.ad.jpドメイン以下
共通スタイルセット

Global settings

------------------------------ */
@import url('/resource/css/short.css');

#contents, h1, h2, h3, h4, h5 {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.maincontents {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

#contents a {
  transition: background-color .3s, opacity .3s;
}

.contents-inner a {
  color: #2c59ba;
}

.contents-inner a:hover, .service-header a:hover {
  text-decoration: underline;
}

.contents-inner img {
  max-width: 100%;
  height: auto;
}

.contents-inner p {
  line-height: 2;
}

.cfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cfix {
  display: inline-table;
  min-height: 1%;
}

.cfix {
  display: block;
}

.row {
  overflow: hidden;
}

.row .col-7 {
  float: left;
  width: 527px;
  margin-right: 30px;
}

.row .col-5 {
  float: left;
  width: 403px;
  margin-right: 30px;
}

.row .col_r {
  float: right;
}

.sec_bg-gray {
  background-color: #eef2f2;
  border-top: 1px solid #eef2f2;
  border-bottom: 1px solid #eef2f2;
}

.layout_section {
  padding: 50px 0;
}

.f_w-normal {
  /* web_font fix */
  font-weight: normal;
}

.headline_01 {
  font-weight: bold;
  font-size: 48px;
  text-align: center;
}

.headline_02 {
  font-size: 28px;
  font-family: "ヒラギノ角ゴ ProN W4";
  line-height: 1.2;
}

.headline_03 {
  font-size: 24px;
  font-family: "ヒラギノ角ゴ ProN W4";
  line-height: 1.2;
}

ul.list_style-disc li,
ul.list_style-disc-margin-low li {
  margin-left: 20px;
  list-style-type: disc;
  line-height: 2;
}

table th {
  text-align: center;
  vertical-align: middle;
}

table td {
  vertical-align: middle;
}

.table_style-03, .table_style-04, .table_style-05, .table_style-06, .table_style-07, .table_style-08 {
  width: 100%;
  border: none;
  border-collapse: separate;
  border-spacing: 2px;
}

.table_style-03 thead tr th {
  padding: 15px;
  background: #1aadaa;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.sec_bg-gray .table_style-04 thead tr th, .sec_bg-gray .table_style-04 thead tr td {
  background: #d4dae0;
  text-align: center;
  font-weight: bold;
}

.table_style-04 thead tr th, .table_style-04 thead tr td {
  padding: 15px;
  background: #d4dae0;
  text-align: center;
  font-weight: bold;
}

.sec_bg-gray .table_style-04 tbody tr:nth-child(odd) th,
.sec_bg-gray .table_style-04 tbody tr:nth-child(odd) td {
  background: #fff;
}

.sec_bg-gray .table_style-04 tbody tr:nth-child(even) th,
.sec_bg-gray .table_style-04 tbody tr:nth-child(even) td {
  background: #f7f7f8;
}

.table_style-04 thead tr th {
  font-size: 16px;
}

.table_style-03 thead tr th {
  font-size: 16px;
}

.table_style-03 tbody tr:nth-child(odd) th, .table_style-03 tbody tr:nth-child(odd) td {
  background: #f2f2f2;
}

.table_style-03 tbody tr:nth-child(even) th, .table_style-03 tbody tr:nth-child(even) td {
  background: #eaebeb;
}

.table_style-03 tbody tr th {
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.table_style-03 tbody tr td, .table_style-04 tbody tr td {
  padding: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.table_style-05 thead tr th, .table_style-05 tr th, .table_style-06 thead tr th {
  background: #1aadaa;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
}


.table_style-05 tbody tr td {
  background: #fff;
  padding: 10px;
  text-align: center;
  line-height: 1.1;
}

.table_style-06 tbody tr th {
  background: #fff;
  padding: 10px;
  text-align: center;
}

.table_style-06 tbody tr th, .table_style-06 tbody tr td {
  font-size: 15px;
}

.table_style-06 tbody tr th {
  padding: 9px 9px 9px 13px;
  background: #eaebeb;
  text-align: left;
}

.table_style-06 tbody tr td {
  padding: 9px 12px;
  background: #eaebeb;
  text-align: left;
  line-height: 1.2;
}

.table_style-05 tbody tr.even td, .table_style-06 tbody tr.even td, .table_style-06 tbody tr.even th {
  background: #f7f7f8;
}

.table_style-07 tbody tr th {
  background: #1aadaa;
  text-align: left;
  padding: 10px 16px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
}

.table_style-07 tbody tr td {
  background: #fff;
  padding: 10px 16px;
  font-size: 15px;
}

.table_style-07 tbody tr.even td {
  background: #f7f7f8;
}

.table_style-05 tbody tr.odd td, .table_style-07 tbody tr.odd td {
  background: #eaebeb;
}

.table_style-08 th, .table_style-08 td {
  box-sizing: border-box;
  font-size: 15px;
  text-align: center;
  padding: 10px;
  margin-bottom: 2px;
}

.table_style-08 th {
  background: #668097;
  color: #fff;
  font-weight: bold;
}

.table_style-08 td {
  background: #f2f2f2;
}



.section .table-scroll_wrapper {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 10px;
}

.table-scroll_wrapper_sp {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 35px;
}

.btn_style-01 {
  text-align: center;
}

.btn_style-01 a {
  display: inline-block;
  min-width: 320px;
  padding: 20px;
  border: 2px solid #6d6d6d;
  background: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  color: #444;
  border-radius: 4px;
  font-size: 18px;
}

.btn_style-01 a:hover {
  background: #e5e5e5;
  text-decoration: none;
}

.btn_style-01 a i {
  position: relative;
  top: 2px;
  margin-left: 14px;
  font-size: 28px;
  line-height: 0.6;
}

.btn_style-01 a i.icon_left {
  margin-left: 0;
  margin-right: 14px;
}

.trial_apply {
  text-align: center;
}

.trial_apply-add_note {
  background-color: #f7f7f8;
  padding: 24px 0;
}

.trial_apply-add_note p {
  padding-bottom: 8px;
}

.add_note-bg {
  background-color: #fff;
}

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

.trial_apply .close_apply {
  font-size: 13px;
  padding: 12px 0;
  border-radius: 3px;
  text-align: center;
  display: block;
  background: #999;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

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

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

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

.notes {
  font-size: 12px;
}

.text_right_aline {
  text-align: right;
}

.trial_apply .notes {
  margin-top: 20px;
}

.trial_apply .notes a {
  font-weight: bold;
}

/* knowledge_summary,case_summary
----------------------------------------- */

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

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

.case_summary li {
  overflow: hidden;
  margin-bottom: 40px;
}

.case_summary li {
  position: relative;
  overflow: hidden;
}

.case_summary figure {
  height: 120px;
  overflow: hidden;
  text-align: center;
  background: #f8f8f8;
}

.case_summary .logo {
  max-height: 55px;
  padding: 5px;
  overflow: hidden;
  background: #fff;
  border: #fff solid 5px;
  text-align: center;
}

.case_summary .logo img {
  background: #fff;
  padding: 0 5px;
  width: 200px;
  height: 100%;
  object-fit: contain;
}

.case_summary li .detail {
  padding: 5px 10px 10px;
  background: #fff;
}

.case_summary li .detail .category {
  font-weight: bold;
}

.case_summary .category span:not(:first-child) {
  margin-left: 1em;
}

.case_summary .title {
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 20px;
  text-align: center;
  z-index: 2;
  max-width: 100%;
  height: 70px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #fff;
  background: rgba(47, 66, 85, 0.7);
  transition: 0.3s;
  opacity: 0;
}

.case_summary li:hover .title {
  opacity: 1;
}

.case_summary .title a, .case_summary .title a :hover {
  color: #fff;
}

.case_summary .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 100%;
}

.case_summary h3 {
  font-weight: normal;
  font-size: 14px;
}

i.fa-exclamation-triangle {
  color: #ffb626;
}

/* IE11 hack */
@media all and (-ms-high-contrast: none) {
  .case_summary .title a {
    display: block;
  }
}

/* ------------------------------

Layouts settings

------------------------------ */

#contents #contents-header {
  /* ini */
  margin-bottom: 0;
  padding: 10px 0;
  background: none;
}

#contents #contents-header .description {
  /* ini */
  padding-bottom: 0;
}

.maincontents {
  /* ini */
  position: relative;
  z-index: 5;
  width: 100%;
  margin-bottom: -10px;
  padding-top: 0;
}

#sub_navigation {
  margin-top: -1px;
  background: #8794a1;
  border-top: 1px solid #152635;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}

#sub_navigation ul.navi li {
  display: inline-block;
  padding: 15px 0;
  margin-right: 30px;
}

#sub_navigation ul.navi li a {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

#bread_list {
  padding: 10px 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#bread_list ul.bread {
  font-size: 12px;
  line-height: 1;
  float: left;
  *zoom: 1;
}

#bread_list ul.bread::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

#bread_list ul.bread li {
  line-height: 1;
  display: inline;
}

#pagetop {
  /* ini */
  position: relative;
  z-index: 100;
}

.label_merritt {
  font-size: 18px;
  font-weight: normal;
  padding: 5px;
  margin-bottom: 10px;
  background: linear-gradient(transparent 40%, #ffd800 40%);
}

ul.col_wrap {
  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;
}

ul.col_wrap li.col-6 {
  width: calc(50% - 20px);
}

ul.col_wrap li.col-4 {
  width: calc(33.33% - 10px);
}

/* 余白関係 */

.mgb10 {
  margin-bottom: 10px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgb60 {
  margin-bottom: 60px;
}

/* デバイスごとの表示・非表示指定 */

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

@media screen and (min-width: 600px) {
  .show-mobile {
    display: none;
  }
}

@media (min-width: 779px) {
  .show-tablet {
    display: none;
  }
}

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

@media (max-width: 779px) {
  .hide-tablet {
    display: none;
  }
}

@media (max-width: 599px) {
  .hide-mobile {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .in_section {
    width: 960px;
    margin: 0 auto;
  }

  .case_summary ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .case_summary li {
    width: 300px;
  }
}

@media screen and (max-width: 959px) {
  .in_section {
    margin: 0 20px;
  }

  .layout_section {
    padding: 80px 0;
  }

  .service-header a:hover {
    text-decoration: none;
  }

  .case_summary li {
    text-align: center;
  }

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

  .img-responsive {
    max-width: 100%;
    height: auto;
  }

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

  .case_summary figure img {
    max-height: 120px;
    max-width: none;
  }

  .contents-inner-not100 {
    width: 100%;
  }
}

@media (max-width: 959px) and (min-width: 780px) {
  .case_summary ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .case_summary li {
    width: calc(33.33% - 20px);
  }
}

@media (max-width: 779px) and (min-width: 600px) {
  .case_summary ul {
    width: 482px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .case_summary ul li {
    width: 223px;
  }
}

@media (max-width: 779px) {
  .headline_01 {
    font-size: 28px;
  }

  .headline_02 {
    font-size: 21px;
  }
}

@media (max-width: 599px) {
  .sec_menu ul.col_wrap {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ul.col_wrap li.col-6 {
    width: 100%;
  }

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

  .case_summary li {
    width: 100%;
  }

  .case_summary figure img {
    max-height: none;
    max-width: 100%;
  }

  .btn_style-01 a {
    width: 80%;
    padding: 15px;
    line-height: 1.6;
    border-radius: 4px;
    font-size: 15px;
    min-width: initial;
  }

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

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

  .trial_apply .btn {
    width: 90%;
  }

  .trial_apply .btn a {
    font-size: 18px;
    padding: 15px 0;
  }

  .trial_apply .btn a i {
    font-size: 21px;
  }

  .trial_apply .notes {
    margin: 20px 20px 0;
  }

  ul.col_wrap li.col-4 {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
}

/* ------------------------------
.bread-foot
------------------------------ */

.bread-foot {
  position: relative;
  margin-top: 10px;
  border-bottom: 1px solid #707077;
  box-shadow: 0 -1px 0 0 inset #8c8c92;
  color: #ccc;
  background: #808088;
}

.bread-foot .lists {
  display: flex;
  width: 960px;
  margin: 0 auto;
  height: 34px;
  align-items: center;
  font-size: 11px;
}

.bread-foot .link {
  position: relative;
  color: #ccc;
}

.bread-foot .link:hover {
  text-decoration: underline;
}

.bread-foot li:nth-of-type(n+2)::before {
  content: "\f105";
  margin: 0 8px;
  font-family: "FontAwesome";
}

.bread-foot .fa {
  margin: 0 8px;
  font-size: 10px;
}

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

.times {
  display: none !important;
  font-size: 18px;
}

.opened .fa-angle-up {
  display: none !important;
}

.opened .times {
  display: flex !important;
}


