@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, button, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	color: #333;
	outline: 0;
	-webkit-font-smoothing: antialiased;
	font-size: 16;
	vertical-align: baseline;
	background: transparent;
	font-family: '游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
}
  @media screen and (max-width: 767px) {
    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, button, canvas, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video,
    input, textarea {
      font-size: 12px; } 
}

body {
  line-height: 1;
  letter-spacing: 0.05em; }

p {
	line-height: 1.75em;
	color: #4A4A4A;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }
	
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;}
table{
	width: 100%;
	margin: 0 auto;
}
table , td, th {
	border-collapse: collapse;
	font-size: 18px;
	line-height: 1.5rem;
}
td, th {
	padding: 10px;
	width: 100px;
	height: auto;
	text-align: center;
	vertical-align: middle;
}
th {
	background: #1991ac;
	color: #fff;
}
h2 p{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 900;
	font-size: 37px;
	color: #0e4b59;
}
h4{
	font-size: 20px;
}
.main_area{
	width: 1200px;
	margin: 0 auto;
}
.main_area section{
	margin-bottom: 150px;
}
.features-area{
	background-color: #e5e5e5;
	padding: 100px 0;
}
.contents-table tr{
	margin: 10px 0;
	padding: 10px 0;
}
.contents-table tr td{
	padding: 20px 10px;
	font-weight: normal;
}
.lightspeed-h2{
	font-size: 25px;
    font-weight: bold;
    border-bottom: dotted 5px #4cc2dc;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    word-break: break-all;
    margin: 100px 10px 10px 10px;
}
.lightspeed-h3 {
	border-left: solid 7px #4cc2dc;
    padding: 3px 5px;
    margin: 10px;
}
.lightspeed-mv{
	text-align: center;
}
.lightspeed-mv img{
	width: 70%;
	margin: 100px auto 50px;
	text-align: center;
}
.mv_pc{
	display: inline-block;
    width: 100%;
    margin: 0 auto;
	background-color: #4cc2dc;
}
.mv_pc_img{
	background-image: url("../img/lp/bg_space.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
	text-align: center;
	margin-top: 80px;
	padding-bottom: 120px;
    /*width: 100%;
    height: 100%;*/
}
.mv_pc_img_2{
	background-color: #1d8096;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
	text-align: center;
	padding-bottom: 50px;
    /*width: 100%;
    height: 100%;*/
}
.mv_pc_img_2 img{
	margin-top: -140px;
}
.mv_pc_img_2 p{
	font-weight: bold;
	color: #fff;
	font-size: 24px;
    margin-bottom: 10px;
}

.mv_pc img{
	height: 100%;
    object-fit: cover;
}
.mv_sp{
	display: none;
}

.pc{
	display: block;
}
.pc img{
	width: 100%;
}
.sp{
	display: none;
}
.breadcrumbs{
	position: relative;
    top: 80px;
    display: flex;
	padding: 10px 0 10px 20px;
	background-color: #0e4b59;
	font-weight: bold;
}
.breadcrumbs li{
	margin-bottom: 0;
}
.breadcrumbs li a {
	color: #fff;
}
.table-wrapper {
  border-radius: 10px;
  overflow: hidden;
  border: 4px solid #1991ac;
  width: 70%;
  margin: 0 auto;
}
.resource-graph{
  border-collapse: separate;
  border-spacing: 0;
}
.resource-graph th , .resource-graph  td {
	padding: 15px;
	border-right: dotted 2px #9ccad5;
	border-bottom: solid 1px #9ccad5;
	
}
.resource-graph .plan{
	width: 150px;
}
.ablenet-st{
	background-color: #fffbbd;
	color: #333333;
	text-align: left;
	font-weight: bold;
}
.ablenet-st span{
	font-size: 13px;
}
.other-companies{
	background-color: #e5e5e5;
	color: #333333;	
	text-align: left;
}
.other-companies span{
	font-size: 13px;
}
.ablenet-resource td{
	color: #ff6702;
	font-size: 30px;
	font-weight: bold;
}
.other-companies-resource{
	font-weight: normal;
}
.flex-area{
	display: flex;
}
.features{
	width: 34%;
	text-align: center;

}
.features p{
	font-size: 16px;
	margin-top: 5px;
}
.features img{
	width: 80%;
	margin-bottom: 20px;
}
.visible-specs{
	color: #0e4b59;
	font-weight: bold;
}
.visible-specs p span{
	display: inline-block;
	width: 250px;
	border: solid 2px #0e4b59;
	background-color: #fff;
	color: #0e4b59;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
	border-radius: 3px;
	font-size: 25px;
}
.visible-specs p{
	color: #0e4b59;
	font-weight: bold;
	margin-top: 20px;
	font-size: 20px;
}
.btn-text p{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin: 20px 0 10px;;
}

.clearfix-dummy {
    clear: both;
}
.osusume{
	position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.campaign-area{
	position: absolute;
	background-color: #f66060;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.campaign_pc{
	display: block;
	border-top: solid 5px #3039ef;
	border-bottom: solid 5px #3039ef;
}
.campaign_pc img{
	width: 1000px;
	margin: 0 auto;
}
.campaign_sp{
	display: none;
}
.link-deco {
    color: #3539FF;
}
#pageTop{
	bottom: 120px!important;
}
@media screen and (max-width: 48em) {
.main_area{
	width: 100%;
	margin: 0 auto;
}	
table , td, th {
	font-size: 12px;

}
td , th{
    padding: 8px;
}	
.lightspeed-mv img{
	width: 90%;
	margin: 0 auto 50px;
}	
  .pc{
	display: none;
}

.sp{
	display: block;
	}
.lightspeed-h2{
	font-size: 18px;
    line-height: 1.3em;
	margin: 40px 10px 10px 10px;
	}
.mv_sp{
	display: block;
	background-color: #4cc2dc;
	}
.campaign-area {
    position: absolute;
    top: 60px;
    background-color: #f66060;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.campaign_sp{
	display: block;
}
.campaign_pc{
	display: none;
}	

}
.yellow-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #0e4b59;
  font-size: 35px;
  border-radius: 50px;
  width: 700px;
  height: 70px;
  font-weight: bold;
  border-bottom: 5px solid #8F870E;
  transition: 0.2s;
  background-color: #fcf02c;
  padding: 15px 20px;
  margin: 0 auto;	
  position: relative;
}
.yellow-btn:hover {
  border-bottom-width: 0;
  transform: translateY(5px);
}
.arrow-icon::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #0e4b59;
    border-right: 2px solid #0e4b59;
    transform: rotate(45deg);
    right: 60px;
    top: 43%;
}
.sp-br{
	display: none;
}
.long-plan{
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #0e4b59;
	margin-bottom: 30px;
}
.gray-btn{
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #333;
    font-size: 20px;
    border-radius: 50px;
    width: 350px;
    height: 20px;
    font-weight: bold;
    border: 3px solid #cacaca;
    transition: 0.2s;
    background-color: #fff;
    padding: 10px 20px;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

li {
  list-style: none; }

img {
	vertical-align: bottom;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }
.l-global-footer_sp{
	display: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  /*height: 100%;
    min-height: 1px;*/
  margin: 0 2px 100px 2px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1); }

  @media screen and (max-width: 767px) {
    .slick-slide {
      margin: 0 2px 0 2px; } }

/* 追加 */
.slick-slide-cont {
    margin: 50px;
    overflow: hidden;
    height: 180px;
}
  @media screen and (max-width: 767px) {
    .slick-slide-cont {
      margin: 10vw; } }

.slick-slide-cont span {
  display: block; }

.slick-slide-img {
  border-radius: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  /*border: 4px solid #ccc;*/
  -webkit-box-shadow: 0 0 0 4px #ccc inset;
  box-shadow: 0 0 0 4px #ccc inset;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 767px) {
    .slick-slide-img {
      width: 66%;
      padding-bottom: 66%;
      margin: 0 auto; } }

.slick-slide-date {
  color: #999;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 25px 0; }
  @media screen and (max-width: 767px) {
    .slick-slide-date {
      margin: 10vw 0 5vw 0; } }

.slick-slide-title {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.35em;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .slick-slide-title {
      margin-bottom: 5vw; } }

.slick-slide-category {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.35em;
  position: relative;
  float: right; }

trip_origin
[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev, .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f26100;
  text-align: center;
  line-height: 50px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -15px;
  cursor: pointer;
  z-index: 1; }

.slick-prev {
  left: 100px; }
  @media screen and (max-width: 767px) {
    .slick-prev {
      left: 2vw;
      top: calc(74vw + 50px + 10px); } }

.slick-next {
  right: 100px; }
  @media screen and (max-width: 767px) {
    .slick-next {
      right: 2vw;
      top: calc(74vw + 50px + 10px); } }

.slick-arrow-icon {
  font-family: 'Material Icons';
  font-size: 34px;
  color: #fff;
  line-height: 50px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .slick-dots {
      display: none !important; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        font-size: 60px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        color: #f2ceb6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #f26100;
      opacity: 1; }
  .slick-dots:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f26100;
    opacity: .1;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 0; }

@media screen and (max-width: 767px) {
  .slick-track {
    margin-left: 2vw; } }

/*
* アニメーション用の追記
-----------------------*/
.slick-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f26100;
  opacity: 0;
  z-index: -1;
  border-radius: 50px;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  @media screen and (max-width: 48em) {
    .slick-slide::before {
      display: none; } }

.slick-slide:hover::before {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.slick-slide:hover .slick-slide-date, .slick-slide:hover .slick-slide-title, .slick-slide:hover .slick-slide-category {
  color: #fff; }

.slick-slide:hover .slick-slide-category .c-icon {
  color: #fff; }

/* ==========================================================================
   Layout
   ========================================================================== */
.l-header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }
  .l-header-apply {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background-color: #ff6600;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
    font-weight: 900;
    border-radius: 50% 50% 50% 50%;
    color: #fff;
    z-index: 1;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
    .l-header-apply__icon {
      color: #fff;
      font-size: 1rem;
      vertical-align: middle !important; }
    .l-header-apply__text {
      display: block;
      color: #fff;
      font-size: 1.0rem;
    font-weight: bold;
	}
    .l-header-apply::after {
      content: "";
      width: 70px;
      height: 70px;
      background: 1px solid #fff;
      border-radius: 50%;
      position: absolute;
      top: 35px;
      right: 35px; }
    .l-header-apply.start {
      border-radius: 50%; }
  .l-header.active .l-header-apply {
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 100px;
    height: 100px; }
  .l-header-toggle {
    position: fixed;
    top: 22px;
    right: 10vw; }

.l-header-apply::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f26100;
  opacity: 0;
  border-radius: 50px;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1; }

.l-header-apply:hover::before {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.l-header-apply:hover .l-header-apply__icon {
  color: #fff; }

@media screen and (max-width: 48em) {
  .l-header-apply {
    display: none; } 
.slick-list {
    height: 600px!important;
}}

/* VPS、共用サーバー共通 */
.l-global-header {
  display: block;
  width: 100%;
  height: 39px;
  border-bottom: 1px solid #ccc;
  color: #fff;
  line-height: 39px;
  font-size: 0.8125rem;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }
  .l-global-header-tab-list {
    float: left;
    letter-spacing: -.4em; }
  .l-global-header-tab-item {
    width: 200px;
    font-weight: 900;
    letter-spacing: normal;
    text-align: center;
    position: relative;
    display: inline-block; }
  .l-global-header-link-list {
    float: right;
    overflow: hidden;
    margin-right: 170px; }
  .l-global-header-link-item {
    float: left;
    margin-left: 30px; }
  .l-global-header.active {
    display: none; }
  @media screen and (max-width: 48em) {
    .l-global-header {
      display: none; } }

.l-local-header {
  width: calc(100% - 200px);
  height: 80px;
  line-height: 80px;
  padding: 0 100px;
  position: relative;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }
  @media screen and (max-width: 48em) {
    .l-local-header {
      width: 80vw;
      height: 60px;
      line-height: 60px;
      padding: 0 10vw; } }
  .l-local-header-about {
    float: left;
    overflow: hidden;
    height: 100%;
    margin-right: 50px; }
  .l-local-header__logo {
    height: 100%;
    width: 480px;
    line-height: 80px;
    float: left;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
    @media screen and (max-width: 48em) {
      .l-local-header__logo {
        height: 100%;
        width: 250px;
        line-height: 60px; } }
@media screen and (max-width: 320px){
.l-local-header__logo {
    width: 210px;
	}}
    .l-local-header__logo img {
	  width: 100%;
      vertical-align: middle; }
      @media screen and (max-width: 48em) {
        .l-local-header__logo img {
 } }
  .l-local-header__category {
    padding-left: 9px;
    float: left; }
    .l-local-header__category--vps {
      color: #badc26;
      font-size: 1.3125rem;
      font-weight: 600;
      margin-top: 5px; }
    .l-local-header__category--rental {
      color: #4cc2dc;
      font-size: 1.25rem;
      font-weight: 600;
      margin-top: 5px; }
  .l-local-header-nav {
    float: left;
    letter-spacing: -.4em; }
    @media screen and (max-width: 48em) {
      .l-local-header-nav {
        display: none; } }
    .l-local-header-nav-item {
      display: inline-block;
      letter-spacing: 0.05em;
      margin-right: 32px;
      font-weight: 900;
      position: relative;
      font-size: 0.875rem; }
      .l-local-header-nav-item__icon {
        font-size: 18px; }
      .l-local-header-nav-item::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        background-color: #65cbdf;
        border-radius: 50%;
        z-index: -1;
        -webkit-transform: translate(-50%, -50%) scale(0, 0);
        -ms-transform: translate(-50%, -50%) scale(0, 0);
        transform: translate(-50%, -50%) scale(0, 0);
        -webkit-transition-duration: 0.25s;
        -o-transition-duration: 0.25s;
        transition-duration: 0.25s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease; }
      .l-local-header-nav-item:hover::after {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        -ms-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1); }
  .l-local-header.active {
    height: 80px;
    line-height: 80px; }
    .l-local-header.active .l-local-header__logo {
      line-height: 80px; }

.l-local-header-nav-item:hover .l-header-mega {
  opacity: 1;
  padding-top: 50px;
  max-height: 9999px;
  z-index: 10; }

.l-header-mega {
  opacity: 0;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: fixed;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  background-color: #efefef;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  width: calc(100% - 200px);
  overflow: hidden;
  padding: 0 100px 25px 100px;
  max-height: 0; }
  .l-header-mega.active {
    top: 80px; }
  .l-header-mega-menu {
    width: 100%; }
  .l-header-mega-item {
    line-height: 1em;
    margin: 0 50px 25px 0;
    float: left;
    position: relative; }
    .l-header-mega-item a {
      color: #666;
      font-size: 0.875rem;
      font-weight: 900;
      letter-spacing: 0.05em; }
    .l-header-mega-item:hover a {
      color: #f26100; }
  @media screen and (max-width: 48em) {
    .l-header-mega {
      display: none; } }

#search .search-text-box {
  background: #efefef;
  padding: 1px 5px;
  width: 70%; }
  @media screen and (max-width: 48em) {
    #search .search-text-box {
      margin-top: 0; } }

#search .search-btn {
  float: right;
  border: 2px solid #f26100;
  background: #f26100;
  color: #fff;
  width: auto;
  line-height: 20px;
  height: 23px;
  padding: 0 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  margin-left: 5px;
  margin-top: 8px;
  font-size: 0.75rem;
  cursor: pointer; }
  @media screen and (max-width: 48em) {
    #search .search-btn {
      margin-top: 0; } }
  #search .search-btn:hover {
    background: #fff;
    color: #f26100; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #efefef inset; }

.l-nav-sp__search {
  margin: 10vw auto 30vw;
  width: calc(60vw - 8px); }

.l-global-footer-nav-item #search .search-btn {
  margin-top: 60px; }

.l-footer {
  background-color: #000;
  overflow: hidden;
  width: 100%; }
  .l-footer-tab {
    border-width: 1px 0;
    border-style: solid;
    border-color: #666; }
    @media screen and (max-width: 48em) {
      .l-footer-tab {
        display: none; } }
  .l-footer-tab-list {
    letter-spacing: -.4em; }
  .l-footer-tab-item {
    width: 33.2%;
    height: 58px;
    line-height: 58px;
    font-weight: 900;
    letter-spacing: normal;
    text-align: center;
    position: relative;
    display: inline-block; }
    .l-footer-tab-item:nth-child(1) a {
      color: #f26100; }
    .l-footer-tab-item:nth-child(2) {
      border-width: 0 1px;
      border-style: solid;
      border-color: #666; }
      .l-footer-tab-item:nth-child(2) a {
        color: #badc26; }
    .l-footer-tab-item:nth-child(3) a {
      color: #4cc2dc; }
    .l-footer-tab-item--now::before, .l-footer-tab-item--now::after {
      content: "";
      width: 100%;
      position: absolute;
      left: 0; }
    .l-footer-tab-item--now::before {
      height: 4px;
      background-color: #badc26;
      top: 0; }
    .l-footer-tab-item--now::after {
      height: 1px;
      background-color: #000;
      bottom: -1px; }

.l-footer-sitemap {
  width: calc(100% - 20px * 2);
  padding: 100px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .l-footer-sitemap {
      width: 80vw;
      padding: 10vw; } }
  .l-footer-sitemap-col {
    width: calc(15.3% - 40.5px);
    float: left;
	text-align: center;  
}
    @media screen and (max-width: 1024px) {
      .l-footer-sitemap-col {
        width: 100%;
        float: none;
        margin: 0 0 10vw 0; 
		border-bottom: solid 1px #333;
		padding: 0;} }
    .l-footer-sitemap-col:last-child {
      margin-right: 0;
	  text-align: center;}
      @media screen and (max-width: 1024px) {
        .l-footer-sitemap-col:last-child {
          margin: 0; } }
  .l-footer-sitemap-category {
    color: #fff;
    margin-bottom: 25px;
    display: block; }
  .l-footer-sitemap-item {
    margin-bottom: 13px; }
    .l-footer-sitemap-item a {
      color: #999;
      font-size: 0.8125rem;
      font-weight: 900; }
      @media screen and (max-width: 1024px) {
        .l-footer-sitemap-item a {
          font-size: 1rem; } }
    .l-footer-sitemap-item:hover a {
      color: #f26100; }

.l-global-footer {
  background-color: #fff;
  width: calc(100% - 20px * 2);
  height: 400px;
  padding: 0 30px;
  line-height: 140px; }
  @media screen and (max-width: 48em) {
    .l-global-footer {
      width: 90%;
      height: auto;
      padding-bottom: 50px;
      line-height: 0; }
	.l-global-footer_sp {
	  display: block;
      width: 100%;
      height: auto;
      padding: 45px;
      line-height: 3.5em; 
	  background-color: #FFFFFF;}
	  .l-global-footer_sp li img{
		  width: 300px;
	  }
}
  .l-global-footer__logo, .l-global-footer__copy {
    float: left; }
    @media screen and (max-width: 48em) {
      .l-global-footer__logo, .l-global-footer__copy {
        float: none;
        text-align: center; } }
  .l-global-footer__logo {
    height: 100%;
    margin-right: 20px; }
    @media screen and (max-width: 48em) {
      .l-global-footer__logo {
        margin: 0 0 5vw 0; } }
    .l-global-footer__logo img {
		width: 300px;	
      vertical-align: middle; }
  .l-global-footer__copy {
    font-size: 0.75rem;
    color: #666; }
    @media screen and (max-width: 48em) {
      .l-global-footer__copy {
        display: block;
        margin: 0 auto; } }
  .l-global-footer-nav {
    letter-spacing: -.4em;
    float: right; 
}
    .l-global-footer-nav-item {
      display: inline-block;
      letter-spacing: normal;
      margin-left: 30px;
      font-size: 0.875rem; }
	.l-global-footer-nav-item a{
	color: #999;
	}
    @media screen and (max-width: 48em) {
      .l-global-footer-nav {
        display: none; } }

.c-toggle__line {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.c-toggle {
  display: none;
  width: 30px;
  height: 16px;
  cursor: pointer;
  z-index: 110; }
  .c-toggle-wrap {
    position: relative;
    width: 100%;
    height: 100%; }
  .c-toggle__line {
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #333; }
  @media screen and (max-width: 767px) {
}

@media screen and (max-width: 48em) {
	    .c-toggle {
      display: block; } 
}

.c-toggle__line:nth-of-type(1) {
  top: 0;
  width: 100%;
  -webkit-animation-name: c-toggle_ani;
  animation-name: c-toggle_ani;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.c-toggle__line:nth-of-type(2) {
  top: 7px;
  width: 80%;
  -webkit-animation-name: c-toggle_ani;
  animation-name: c-toggle_ani;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.c-toggle__line:nth-of-type(3) {
  bottom: 0;
  width: 40%;
  -webkit-animation-name: c-toggle_ani;
  animation-name: c-toggle_ani;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

@-webkit-keyframes c-toggle_ani {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes c-toggle_ani {
  from {
    width: 0; }
  to {
    width: 100%; } }

.c-toggle__line:nth-of-type(1) {
  width: 30%;
  -webkit-animation-name: c-toggle_ani;
  animation-name: c-toggle_ani;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.c-toggle__line:nth-of-type(2) {
  -webkit-animation-name: c-toggle_ani;
  animation-name: c-toggle_ani;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.c-toggle__line:nth-of-type(3) {
  -webkit-animation-name: c-toggle_ani;
  animation-name: c-toggle_ani;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.c-toggle.active .c-toggle__line:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg); }

.c-toggle.active .c-toggle__line:nth-of-type(2) {
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  opacity: 0; }

.c-toggle.active .c-toggle__line:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  -ms-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg); }

/* スマホナビゲーション */
.l-nav-sp {
  display: none;
  width: 80vw;
  -webkit-transform: translateX(calc(100% + 3px));
  -ms-transform: translateX(calc(100% + 3px));
  transform: translateX(calc(100% + 3px));
  position: fixed;
  top: 60px;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: -3px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0px 3px 0px rgba(0, 0, 0, 0.1);
  z-index: 100;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }
  @media screen and (max-width: 48em) {
    .l-nav-sp {
      display: block; } }
  .l-nav-sp.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .l-nav-sp-wrap {
    height: calc(100vh - 60px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .l-nav-sp-title, .l-nav-sp-title--link, .l-nav-sp-item {
    position: relative;
    color: #333;
    height: 60px;
    line-height: 60px; }
  .l-nav-sp-title, .l-nav-sp-title--link {
    background-color: #efefef;
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 1rem;
    padding: 0 10vw;
    font-weight: 900;
    position: relative;
    width: 60vw; }
    .l-nav-sp-title a, .l-nav-sp-title--link a {
      display: block; }
    .l-nav-sp-title::after, .l-nav-sp-title--link::after {
      content: "\e148";
      position: absolute;
      right: 10vw;
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga' 1;
      font-feature-settings: 'liga' 1;
      -webkit-font-smoothing: antialiased;
      vertical-align: middle;
      font-size: 1.75rem; }
    .l-nav-sp-title.active::after, .l-nav-sp-title--link.active::after {
      content: "\e15d"; }
    .l-nav-sp-title--link::after, .l-nav-sp-title--link--link::after {
      content: "\e5cc";
      top: 0; }
  .l-nav-sp-list {
    display: none; }
  .l-nav-sp-item {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0 15vw;
    width: 50vw; }
    .l-nav-sp-item a {
      color: #333;
      font-weight: 900;
      display: block;
      width: 100%;
      height: 100%; }
    .l-nav-sp-item::after {
      content: "\e5cc";
      position: absolute;
      top: 50%;
      right: 10vw;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 999;
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga' 1;
      font-feature-settings: 'liga' 1;
      -webkit-font-smoothing: antialiased;
      vertical-align: middle;
      font-size: 1.5625rem; }
  .l-nav-sp__btn {
    width: calc(60vw - 8px);
    margin: 0 auto; }

.l-nav-sp-main {
  margin-bottom: 10vw; }

.l-nav-sp-sub {
  margin-top: 10vw; }

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/*
*
* 1.ボタン
*
*/
/*======================================

  1.セクション

=======================================*/
.c-section-header {
  text-align: center;
  margin-bottom: 100px; 
	z-index: 10;
}
  @media screen and (max-width: 48em) {
    .c-section-header {
      line-height: 1.35em;
      text-align: left;
      margin-bottom: 10vw; } }

.c-section-header--oneline {
  margin-bottom: 100px;
  overflow: hidden; }
  @media screen and (max-width: 48em) {
    .c-section-header--oneline {
      line-height: 1.35em;
      text-align: left;
      margin-bottom: 10vw; } }
  .c-section-header--oneline .c-heading {
    float: left;
    margin-bottom: 0; }
    @media screen and (max-width: 48em) {
      .c-section-header--oneline .c-heading {
        text-align: left; } }
    .c-section-header--oneline .c-heading .c-icon {
      font-size: 28px;
      margin-top: -1px; }
  .c-section-header--oneline p {
    float: right;
    max-width: 560px; }
    @media screen and (max-width: 48em) {
      .c-section-header--oneline p {
        float: left;
        margin-top: 10px; } }

.c-section, .c-section--gray {
  width: calc(100% - 200px);
  padding: 100px;
  background-color: #fff; }
  @media screen and (max-width: 48em) {
    .c-section, .c-section--gray {
      width: 90vw;
      padding: 5vw; } }
  .c-section-box, .c-section-box--gray, .c-section--gray-box, .c-section--gray-box--gray {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 48em) {
      .c-section-box, .c-section-box--gray, .c-section--gray-box, .c-section--gray-box--gray {
        width: 80vw;
        padding: 10vw; } }

    .c-section-box--gray, .c-section--gray-box--gray {
      background-color: #efefef; }
  .c-section-box2, .c-section--gray-box2 {
    padding: 125px 25px;
    overflow: hidden; }
    @media screen and (max-width: 48em) {
      .c-section-box2, .c-section--gray-box2 {
      padding: 20px 20px 50px; } }
    .c-section-box2-item, .c-section--gray-box2-item {
      width: 1000px;
      padding: 50px;
      margin: 0 auto;
      background-color: #fff;
	  text-align: left;}
      .c-section-box2-item:nth-of-type(2n), .c-section--gray-box2-item:nth-of-type(2n) {
        margin-right: 0; }

@media screen and (max-width: 1024px){
.c-section-box, .c-section-box--gray, .c-section--gray-box, .c-section--gray-box--gray{
	width: 80%;
	padding: 100px 50px;
    margin: 0 auto;
}
.c-section-box2-item, .c-section--gray-box2-item {
    width: 800px;
    padding: 50px;
    margin: 0 auto;
    background-color: #fff;
    text-align: left;
}
.p-index-kv__wrap {
    top: 50px;
}	
.mv_pc_img {
     width: auto; 
    height: 190%;
}		
}
@media screen and (max-width: 1101px){
	.campaign-area {
    top: 200px;
}
}
@media screen and (max-width: 1000px){
.campaign_pc img {
    width: 100%;
    margin: 0 auto;
}
}
	
      @media screen and (max-width: 48em) {
        .c-section-box2-item, .c-section--gray-box2-item {
          float: none;
          width: 80%;
    	　padding: 30px; } }
    .c-section-box2__header, .c-section--gray-box2__header {
      overflow: hidden;
      line-height: 40px;
	  margin: 0 auto 25px;
      display: inline-block;}
    .c-section-box2__heading, .c-section--gray-box2__heading {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
	color: #fff;
    border-bottom: dotted 5px;
    padding: 10px;
    font-size: 3rem;	
}
    .c-section-box2__btn, .c-section--gray-box2__btn {
      width: 174px;
      margin: 30px 8px 0 0; }
      .c-section-box2__btn .c-btn-round-border--black, .c-section--gray-box2__btn .c-btn-round-border--black {
        height: 36px;
        line-height: 36px; }
      @media screen and (max-width: 48em) {
        .c-section-box2__btn, .c-section--gray-box2__btn {
         } }

.c-section--gray {
  background-color: #efefef; }

.c-col1 {
  padding: 50px 0; }
  @media screen and (max-width: 48em) {
    .c-col1 {
      padding: 10vw 0; } }
  .c-col1--half {
    width: calc(100% - 200px);
    padding: 100px;
    background-color: #ffffff; }
    @media screen and (max-width: 48em) {
      .c-col1--half {
        width: 80vw;
        padding: 10vw; } }
    .c-col1--half.c-fadeout {
      -webkit-transform: matrix(1, 0, 0, 1, 0, 100) scale(0.9, 0.9);
      -ms-transform: matrix(1, 0, 0, 1, 0, 100) scale(0.9, 0.9);
      transform: matrix(1, 0, 0, 1, 0, 100) scale(0.9, 0.9); }
    .c-col1--half.c-fadein {
      -webkit-transform: matrix(1, 0, 0, 1, 0, 0) scale(1, 1);
      -ms-transform: matrix(1, 0, 0, 1, 0, 0) scale(1, 1);
      transform: matrix(1, 0, 0, 1, 0, 0) scale(1, 1); }
    .c-col1--half:nth-of-type(2n) {
      background-color: #e5e5e5; }
    .c-col1--half__wrap {
      width: 100%;
      max-width: 1120px;
      margin: 0 auto;
      overflow: hidden; 
	}
	.c-heading-h3_01{
	  background-image: url("../img/bg_01.png");
	  background-position: left;
	  background-repeat: no-repeat;
	  padding: 60px 0 10px 10px;
	}
	.c-heading-h3_02{
	  background-image: url("../img/bg_02.png");
	  background-position: left;
	  background-repeat: no-repeat;
	  padding: 60px 0 10px 10px;
	}
	.c-heading-h3_03{
	  background-image: url("../img/bg_03.png");
	  background-position: left;
	  background-repeat: no-repeat;
	  padding: 60px 0 10px 10px;
	}
	.c-heading-h3_04{
	  background-image: url("../img/bg_04.png");
	  background-position: left;
	  background-repeat: no-repeat;
		padding: 60px 0 10px 10px;
	}
	.c-heading-h3_05{
	  background-image: url("../img/bg_05.png");
	  background-position: left;
	  background-repeat: no-repeat;
	  padding: 60px 0 10px 10px;
	}
	.c-heading-h3_06{
	  background-image: url("../img/bg_06.png");
	  background-position: left;
	  background-repeat: no-repeat;
	  padding: 60px 0 10px 10px;
	}
	.c-heading-h3_07{
	  background-image: url("../img/bg_07.png");
	  background-position: left;
	  background-repeat: no-repeat;
	  padding: 60px 0 10px 10px;
	}
	.c-heading-h3_08{
	  background-image: url("../img/bg_08.png");
	  background-position: left;
	  background-repeat: no-repeat;
	  padding: 60px 0 10px 10px;
	}
	.c-heading-h3_09{
	  background-image: url("../img/bg_09.png");
	  background-position: left;
	  background-repeat: no-repeat;
	  padding: 60px 0 10px 10px;
	}
    .c-col1--half__left, .c-col1--half__right {
      width: 50%; }
      @media screen and (max-width: 48em) {
        .c-col1--half__left, .c-col1--half__right {
          width: 100%; }
		.c-heading-h3_01,.c-heading-h3_02,.c-heading-h3_03,.c-heading-h3_04,.c-heading-h3_05,.c-heading-h3_06,.c-heading-h3_07,.c-heading-h3_08,.c-heading-h3_09 {
			padding: 30px 0 8px 10px;
			background-size: 80px;
		}
}
    .c-col1--half__left {
      float: left; }
      @media screen and (max-width: 48em) {
        .c-col1--half__left {
          float: none;
		  margin: 0 0 20px;} }
    .c-col1--half__right {
      float: right; }
      @media screen and (max-width: 48em) {
        .c-col1--half__right {
          float: none; 
		  margin: 0 0 20px;} }
  @media screen and (max-width: 48em) {
    .c-col1__text {
      margin-top: 5px; } }

/*======================================

  1.文字

=======================================*/
.c-heading {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 16px;
	letter-spacing: 0.1em;
	line-height: normal;
	margin-top: 100px;
}
.c-heading_2{
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 16px;
	letter-spacing: 0.1em;
	line-height: normal;
	text-align: center;
}
  .c-heading br {
    display: none; }
    @media screen and (max-width: 48em) {
      .c-heading br {
        display: inline; } }
  @media screen and (max-width: 48em) {
    .c-heading {
      line-height: 1.35em; 
	  margin-top: 40px;} }

.c-heading-h3 {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.1em; }
  .c-heading-h3 br {
    display: none; }
    @media screen and (max-width: 48em) {
      .c-heading-h3 br {
        display: inline; } }
  @media screen and (max-width: 48em) {
    .c-heading-h3 {
      line-height: 1.35em; } }

.c-subheading-h3 {
  font-size: 0.75rem;
  line-height: 4em;
  display: block; }

.c-text--emphasis {
  color: #f26100; }
.c-text--emphasis_red {
  color: #FF1616; }
.c-text--vps {
  color:#BADC26; }

.c-icon {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 1.5rem;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga' 1;
	font-feature-settings: 'liga' 1;
	-webkit-font-smoothing: antialiased;
	vertical-align: sub;
}

/*======================================

  1.ボタン

=======================================*/
.c-btn-round--black {
  overflow: hidden;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1); }
  .c-btn-round--black-wrap {
    position: relative;
    display: block;
    background-color: #333;
    font-size: 0.875rem;
    color: #fff;
    font-weight: 900;
    text-align: center;
    -webkit-box-shadow: 0 0 0 4px #333 inset;
    box-shadow: 0 0 0 4px #333 inset; }
    @media all and (-ms-high-contrast: none) {
      .c-btn-round--black-wrap {
        line-height: 53px; } }
    .c-btn-round--black-wrap::after {
      content: "\e5cc";
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga' 1;
      font-feature-settings: 'liga' 1;
      -webkit-font-smoothing: antialiased;
      vertical-align: middle;
      font-size: 1.5625rem;
      font-weight: 500;
      color: #f26100;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1; }
  .c-btn-round--black:after {
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }

/*
.c-btn-round-border {

  &--black {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    transition-duration: 0.3s;
    transition-timing-function: ease;

    &-wrap {
      display: block;
      //background-color: #333;
      @media all and (-ms-high-contrast: none) { line-height: 53px; } //IE対策
      @include font-size($size:14);
      font-weight: 900;
      text-align: center;
      border-radius: 25px;
      position: relative;
      z-index: 1;

      // >
      &::after {
        content: "chevron_right";
        font-family: 'Material Icons';
        @include font-size($size:25);
        //color: $font-color-sub;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        z-index: 1;
      }
    }
    // hoverアニメーション用の擬似要素
    &::after {
      content: "";
      border-radius: 25px;
      background-color: #fff;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      opacity: 1;
      transform: scale(1,1);
      transition-duration: 0.3s;
      transition-timing-function: ease;
    }
  }

  // 黒ボタン
  &--black {
    &-wrap {
      color: #333;
      box-shadow: 0 0 0 4px #666 inset;
      &::after {
        color: #666;
      }
    }
    &:hover {
      background-color: #666;
      .c-btn-round-border--black-wrap {
        color: #fff;
        &::after {
          color: #fff;
        }
      }
      &::after {
        opacity: 0;
        transform: scale(0.5,0.5);
      }
    }
  }
}
*/
.c-btn-round-border {
  /*
  * 全色共通
  -----------------------*/
  /*
  * ボタン色別
  -----------------------*/ }
  .c-btn-round-border--black, .c-btn-round-border--orange, .c-btn-round-border-bg--black {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 0.875rem;
    font-weight: 900;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    z-index: 0; }
    .c-btn-round-border--black::after, .c-btn-round-border--orange::after, .c-btn-round-border-bg--black::after {
      content: "\e5cc";
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga' 1;
      font-feature-settings: 'liga' 1;
      -webkit-font-smoothing: antialiased;
      vertical-align: middle;
      font-weight: 500;
      font-size: 1.5625rem;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 0; }
    .c-btn-round-border--black::before, .c-btn-round-border--orange::before, .c-btn-round-border-bg--black::before {
      content: "";
      border-radius: 25px;
      background-color: #fff;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 1;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease; }
    .c-btn-round-border--black:hover::before, .c-btn-round-border--orange:hover::before, .c-btn-round-border-bg--black:hover::before {
      opacity: 0;
      -webkit-transform: scale(0.5, 0.5);
      -ms-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5); }
  .c-btn-round-border--black {
    color: #333;
    border: 4px solid #666; }
    .c-btn-round-border--black::after {
      color: #666; }
    .c-btn-round-border--black:hover {
      background-color: #666;
      color: #fff; }
      .c-btn-round-border--black:hover::after {
        color: #fff; }
  .c-btn-round-border--orange {
    color: #f26100;
    border: 4px solid #f26100; }
    .c-btn-round-border--orange::after {
      color: #f26100; }
    .c-btn-round-border--orange:hover {
      background-color: #f26100;
      color: #fff; }
      .c-btn-round-border--orange:hover::after {
        color: #fff; }
  .c-btn-round-border-bg--black {
    color: #fff;
    border: 4px solid #333;
    background: #333; }
    .c-btn-round-border-bg--black::after {
      color: #fff; }
    .c-btn-round-border-bg--black:hover {
      background-color: #fff;
      color: #333; }
      .c-btn-round-border-bg--black:hover::after {
        color: #333; }
    .c-btn-round-border-bg--black::before {
      background: #333; }

/*======================================

  3.パーツ

=======================================*/
.c-mouse {
  position: relative;
  width: 23px;
  height: 40px;
  margin: 0 auto;
  -webkit-transform: translateY(39px);
  -ms-transform: translateY(39px);
  transform: translateY(39px); }
  .c-mouse::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 12.5px;
    border: 1px solid #ccc; }
    @media screen and (max-width: 767px) {
      .c-mouse::before {
        display: none; } }
  .c-mouse::after {
    content: "";
    height: 125px;
    width: 1px;
    background-color: #ccc;
    position: absolute;
    top: 20px;
    left: 12px; }
  .c-mouse__scroll {
    position: absolute;
    bottom: 11px;
    left: 12px;
    width: 1px;
    height: 20px;
    background-color: #666;
    -webkit-animation-name: mouse;
    animation-name: mouse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 10; }

@-webkit-keyframes mouse {
  0% {
    height: 10px;
    opacity: 1; }
  70% {
    height: 0;
    opacity: 1; }
  100% {
    height: 0;
    opacity: 1; } }

@keyframes mouse {
  0% {
    height: 10px;
    opacity: 1; }
  70% {
    height: 0;
    opacity: 1; }
  100% {
    height: 0;
    opacity: 1; } }

.c-body {
  overflow-x: hidden; }

.c-section-1280 {
  max-width: 1080px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-section-1280 {
      width: 100%; } }

.c-section-555 {
  max-width: 555px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-section-555 {
      width: 100%; } }

.c-section-image {
  width: 100%; }

.c-item {
  padding: 100px 0;
  border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 767px) {
    .c-item {
      padding: 10vw 0; } }
  .c-item:last-child {
    border-bottom: none; }

.c-text {
  width: 555px;
  line-height: 1.75em;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    .c-text {
      width: 100%; } }

.c-base-p-t {
  padding-top: 100px !important; }
  @media screen and (max-width: 767px) {
    .c-base-p-t {
      padding-top: 10vw !important; } }

.c-base-p-b {
  padding-bottom: 100px !important; }
  @media screen and (max-width: 767px) {
    .c-base-p-b {
      padding-bottom: 10vw !important; } }

.c-base-p-t--half {
  padding-top: 50px !important; }
  @media screen and (max-width: 767px) {
    .c-base-p-t--half {
      padding-top: 10vw !important; } }

.c-base-p-b--half {
  padding-bottom: 50px !important; }
  @media screen and (max-width: 767px) {
    .c-base-p-b--half {
      padding-bottom: 10vw !important; } }

.c-base-m-t {
  margin-top: 100px !important; }
  @media screen and (max-width: 767px) {
    .c-base-m-t {
      margin-top: 10vw !important; } }

.c-base-m-b {
  margin-bottom: 100px !important; }
  @media screen and (max-width: 767px) {
    .c-base-m-b {
      margin-bottom: 10vw !important; } }

.c-base-m-t--half {
  margin-top: 50px !important; }
  @media screen and (max-width: 767px) {
    .c-base-m-t--half {
      margin-top: 10vw !important; } }

.c-base-m-b--half {
  margin-bottom: 50px !important; }
  @media screen and (max-width: 767px) {
    .c-base-m-b--half {
      margin-bottom: 10vw !important; } }

.c-base-m-t--minus {
  margin-top: -100px !important; }
  @media screen and (max-width: 767px) {
    .c-base-m-t--minus {
      margin-top: -10vw !important; } }

.c-base-m-t--half--minus {
  margin-top: -50px !important; }
  @media screen and (max-width: 767px) {
    .c-base-m-t--half--minus {
      margin-top: -5vw !important; } }

.c-base-bg-color {
  background-color: #f6f6f6; }

.c-title-regular {
  float: left;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  line-height: 1.75em; }
  @media screen and (max-width: 767px) {
    .c-title-regular {
      font-size: 1.125rem;
      float: none;
      margin-bottom: 18px; } }

.c-title--gradation {
  color: #ccc;
  background: -webkit-linear-gradient(top, #b2b2b2, #b2b2b2 20%, rgba(178, 178, 178, 0) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5rem;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    .c-title--gradation {
      font-size: 2.5rem; } }

.c-header {
  width: 100%;
  overflow: hidden; }

.c-box2-list {
  width: 100%; }
  .c-box2-list__item {
    float: left;
    width: 48%;
    margin-right: 4%;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
    .c-box2-list__item:nth-child(2n) {
      margin-right: 0; }
  .c-box2-list__image {
    width: 100%; }
  .c-box2-list__title {
    width: 100%;
    margin-bottom: 20px;
    font-weight: 900;
    line-height: 1.75em;
    letter-spacing: 0.05em;
    font-size: 1.125rem; }
    @media screen and (max-width: 767px) {
      .c-box2-list__title {
        margin-bottom: 13px;
        font-size: 0.8125rem; } }
  .c-box2-list__text {
    line-height: 1.75em;
    letter-spacing: 0.05em;
    color: #666; }

.c-box3-list {
  width: 100%; }
  .c-box3-list__item {
    float: left;
    width: 30%;
    margin-right: 5%;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
    @media screen and (max-width: 767px) {
      .c-box3-list__item:nth-child(1), .c-box3-list__item:nth-child(2) {
        margin-bottom: 4%; } }
    .c-box3-list__item:nth-child(3n) {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .c-box3-list__item:nth-child(3n) {
          margin-right: 4%; } }
    @media screen and (max-width: 767px) {
      .c-box3-list__item:nth-child(2n) {
        margin-right: 0; } }
    .c-box3-list__item:hover {
      -webkit-box-shadow: 0px 0px 66px -5px rgba(0, 0, 0, 0.21);
      box-shadow: 0px 0px 66px -5px rgba(0, 0, 0, 0.21); }
    @media screen and (max-width: 767px) {
      .c-box3-list__item {
        width: 48%;
        margin-right: 4%; } }
  .c-box3-list__image {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .c-box3-list__image img {
      width: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .c-box3-list__title {
    width: calc(100% - 40px);
    padding: 20px;
    height: 50px;
    background-color: #fff;
    font-weight: 500;
    line-height: 1.75em;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 767px) {
      .c-box3-list__title {
        width: calc(100% - 20px);
        height: 50px;
        padding: 10px;
        font-size: 0.625rem; } }

.c-voice {
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .c-voice-header {
      width: 80vw; } }

.c-voice__btn {
  overflow: hidden; }
  .c-voice__btn-wrap {
    float: right; }
    @media screen and (max-width: 767px) {
      .c-voice__btn-wrap {
        float: none;
        width: 80vw;
        margin-left: 10vw; } }

.c-voice-list {
  position: relative;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .c-voice-list-wrap {
      width: 80vw; } }
  .c-voice-list:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: center center 0;
    -ms-transform-origin: center center 0;
    transform-origin: center center 0;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    background-image: url("../img/bg_stone01.jpg");
    z-index: -1; }
  .c-voice-list.active:after {
    height: 50%; }

.c-news {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #ccc; }
  .c-news-item {
    display: block; }
  .c-news-item-wrap {
    width: calc(100% - 30px);
    padding: 28px 15px 22px 15px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ccc; }
    .c-news-item-wrap:before {
      content: "";
      background-color: #333;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease;
      z-index: -1; }
    @media screen and (max-width: 767px) {
      .c-news-item-wrap {
        width: 100%;
        padding: 29px 0 24px 0; } }
  .c-news-date {
    display: block;
    float: left;
    width: 80px;
    font-weight: 900;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .c-news-date {
        font-size: 0.75rem;
        margin-right: 6px; } }
  .c-news-category {
    display: block;
    float: left;
    width: 80px;
    height: 25px;
    margin-right: 40px;
    text-align: center;
    line-height: 25px;
    font-size: 0.75rem;
    font-weight: 900;
    background-color: #e5e5e5;
    margin-top: -5px; }
    .c-news-category a {
      color: #333; }
    @media screen and (max-width: 767px) {
      .c-news-category {
        font-size: 0.625rem;
        height: 20px;
        line-height: 20px;
        margin-right: 6px; } }
  .c-news-title {
    float: left;
    font-weight: 500;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 767px) {
      .c-news-title {
        width: calc(100% - 24px);
        font-size: 0.75rem;
        margin-top: 12px;
        line-height: 1.75em; } }
  .c-news-btn {
    float: right; }
    @media screen and (max-width: 767px) {
      .c-news-btn {
        float: none;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

.c-news-item-wrap:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.c-news-item-wrap:hover .c-news-date, .c-news-item-wrap:hover .c-news-title, .c-news-item-wrap:hover .c-news-category {
  color: #fff; }

.c-news-item-wrap:hover .c-news-category {
  background-color: #666; }

.c-news-item-wrap:hover .c-btn-arrow {
  border: 1px solid #fff; }
  .c-news-item-wrap:hover .c-btn-arrow-wrap:before, .c-news-item-wrap:hover .c-btn-arrow-wrap:after {
    background-color: #fff; }

.c-menu-up {
  position: relative;
  height: 18px;
  overflow: hidden; }
  .c-menu-up__item {
    display: block;
    line-height: 1em; }
    @media all and (-ms-high-contrast: none) {
      .c-menu-up__item {
        line-height: 1.4em; } }

.c-menu-up:hover .c-menu-up__item {
  -webkit-animation-name: menu-up;
  animation-name: menu-up;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes menu-up {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.3; }
  50.1% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0.3; } }

@keyframes menu-up {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.3; }
  50.1% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0.3; } }

.c-fadeout {
  /* transition-duration:0.5s;
  transition-timing-function: ease;*/ }

.c-fadein {
  -webkit-transform-origin: top center 0;
  -ms-transform-origin: top center 0;
  transform-origin: top center 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0); }

.c-sub-kv {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .c-sub-kv {
      height: 100vw; } }
  .c-sub-kv-wrap {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
    @media screen and (max-width: 767px) {
      .c-sub-kv-wrap {
        background-size: cover; } }
    .c-sub-kv-wrap.active {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
  .c-sub-kv__eyecatch {
    width: calc(100% - 200px);
    padding: 0 100px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .c-sub-kv__eyecatch {
        width: 80vw;
        padding: 10vw;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
    .c-sub-kv__eyecatch-wrap {
      max-width: 1080px; }
      @media screen and (max-width: 767px) {
        .c-sub-kv__eyecatch-wrap {
          width: auto;
          overflow: hidden; } }
    .c-sub-kv__eyecatch-en {
      display: block;
      margin-bottom: 6px; }
      @media screen and (max-width: 767px) {
        .c-sub-kv__eyecatch-en {
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          float: right;
          margin-left: 6px; } }
    .c-sub-kv__eyecatch-title {
      font-size: 1.875rem;
      font-weight: 900;
      letter-spacing: 0.05em;
      width: 100%; }
      @media all and (-ms-high-contrast: none) {
        .c-sub-kv__eyecatch-title {
          line-height: 1.2em; } }
      @media screen and (max-width: 767px) {
        .c-sub-kv__eyecatch-title {
          width: auto; } }
      .c-sub-kv__eyecatch-title span {
        font-size: 1.875rem;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 767px) {
          .c-sub-kv__eyecatch-title span {
            font-size: 1.125rem;
            -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            float: right; } }

.c-sub-bottom {
  position: relative;
  height: 421px;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 767px) {
    .c-sub-bottom {
      height: 100vw; } }
  .c-sub-bottom__btn {
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% - 200px);
    margin: 0 100px; }
    @media screen and (max-width: 767px) {
      .c-sub-bottom__btn {
        width: 80vw;
        margin: 0 10vw; } }

.c-local-nav {
  overflow: hidden;
  margin-top: -50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    .c-local-nav {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      margin-top: 0; } }
  .c-local-nav__item {
    float: left;
    margin-right: 10px; }
    .c-local-nav__item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .c-local-nav__item {
        width: calc(100% - 2px);
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px; } }

.c-local-nav--4 {
  overflow: hidden;
  margin-top: -50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    .c-local-nav--4 {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      margin-top: 0; } }
  .c-local-nav--4__item {
    float: left;
    margin-right: 2%; }
    .c-local-nav--4__item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .c-local-nav--4__item {
        width: calc(100% - 2px);
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px; } }

.c-title__line-height {
  line-height: 1.35em; }

.c-title-h2--border {
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  text-align: right;
  padding-bottom: 30px;
  width: 100%;
  border-bottom: 4px solid #ccc;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-title-h2--border {
      font-size: 1.125rem;
      padding-bottom: 18px; } }
  .c-title-h2--border:after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 10%;
    height: 4px;
    background-color: #333; }
  .c-title-h2--border .c-title__line-height {
    font-size: 1.875rem; }
    @media screen and (max-width: 767px) {
      .c-title-h2--border .c-title__line-height {
        font-size: 1.125rem; } }

.c-title-h3 {
  font-size: 1.5625rem;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    .c-title-h3 {
      font-size: 1rem; } }

.c-title-h4 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  padding: 20px;
  width: calc(100% - 40px);
  background-color: #f6f6f6; }
  @media screen and (max-width: 767px) {
    .c-title-h4 {
      font-size: 0.875rem;
      padding: 14px;
      width: calc(100% - 24px); } }

.c-title-read {
  font-size: 1rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  font-weight: 900;
  padding: 50px 0 25px 0; }
  @media screen and (max-width: 767px) {
    .c-title-read {
      font-size: 0.75rem;
      padding: 10vw 0 5vw 0; } }

.pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    .pagination {
      position: static;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      text-align: center;
      margin-top: -4%; } }
  .pagination ul {
    display: inline-block;
    padding-bottom: 2px;
    overflow: hidden; }
  .pagination li {
    float: left;
    width: 40px;
    height: 40px;
    padding: 0 2px 2px 0;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .pagination li {
        width: 30px;
        height: 30px;
        line-height: 30px; } }

li .page-numbers {
  display: block;
  color: #333;
  border: 1px solid #ccc;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  width: 100%;
  height: 100%; }
  li .page-numbers:before {
    content: "";
    background-color: #ccc;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    z-index: -1; }
  li .page-numbers:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  @media screen and (max-width: 767px) {
    li .page-numbers {
      font-size: 0.875rem; } }
  li .page-numbers.current {
    background-color: #333;
    color: #fff; }
  li .page-numbers.prev, li .page-numbers.next {
    border: none; }
    li .page-numbers.prev:before, li .page-numbers.next:before {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
  li .page-numbers .c-btn-box-arrow, li .page-numbers .c-btn-box-arrow--left {
    border: none; }
  li .page-numbers .c-btn-box-arrow-wrap:before, li .page-numbers .c-btn-box-arrow-wrap:after, li .page-numbers .c-btn-box-arrow--left-wrap:before, li .page-numbers .c-btn-box-arrow--left-wrap:after {
    background-color: #333; }

.c-pagination-arrow-wrap:before, .c-pagination-arrow-wrap:after {
  width: 8px; }

.c-pagination-arrow-wrap--left:before, .c-pagination-arrow-wrap--left:after {
  width: 8px; }

.c-mail-box {
  margin-bottom: 70px; }
  .c-mail-box-wrap {
    position: relative; }
  @media screen and (max-width: 767px) {
    .c-mail-box {
      margin-bottom: 10vw; } }
  .c-mail-box:last-child {
    margin-bottom: 0; }

.c-mail-item {
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 900;
  margin-bottom: 14px; }
  @media screen and (max-width: 767px) {
    .c-mail-item {
      font-size: 0.875rem;
      margin-bottom: 12px; } }

.c-mail-caution {
  letter-spacing: 0.05em; }

.c-mail-read {
  letter-spacing: 0.05em;
  font-weight: 900; }

.c-mail__required {
  font-size: 0.5rem;
  color: #ff0000;
  letter-spacing: 0.05em;
  font-weight: 900;
  vertical-align: top;
  position: relative;
  top: -0.1em; }

.c-mail-input, .c-mail-input--short, .c-mail-select {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: 0;
  padding-bottom: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #666; }
  @media screen and (max-width: 767px) {
    .c-mail-input, .c-mail-input--short, .c-mail-select {
      padding-bottom: 12px; } }

.c-mail-input:focus, .c-mail-input--short:focus {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  border-bottom: 1px solid #333; }

.c-mail-input:-webkit-autofill, .c-mail-input--short:-webkit-autofill {
  -webkit-transition: background-color 9999s;
  -o-transition: background-color 9999s;
  transition: background-color 9999s; }

.c-mail-input, .c-mail-select {
  width: 100%; }

.c-mail-select {
  cursor: pointer; }

.c-mail-input--short {
  width: 20%;
  margin-right: 14px; }
  @media screen and (max-width: 767px) {
    .c-mail-input--short {
      width: 40%;
      margin-right: 12px; } }

.c-mail-check__item, .c-mail-radio__item {
  display: none; }
  .c-mail-check__item + span, .c-mail-radio__item + span {
    height: 20px;
    line-height: 20px;
    display: inline-block;
    padding-left: 27px;
    position: relative;
    margin-right: 30px;
    cursor: pointer; }
    @media all and (-ms-high-contrast: none) {
      .c-mail-check__item + span, .c-mail-radio__item + span {
        line-height: 26px; } }
    @media screen and (max-width: 767px) {
      .c-mail-check__item + span, .c-mail-radio__item + span {
        margin-right: 11px; } }
    .c-mail-check__item + span:hover:after, .c-mail-radio__item + span:hover:after {
      opacity: 0.2; }
    .c-mail-check__item + span:before, .c-mail-radio__item + span:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 19px;
      height: 19px;
      border: 1px solid #ccc;
      border-radius: 10%; }
    .c-mail-check__item + span:after, .c-mail-radio__item + span:after {
      content: "";
      opacity: 0;
      position: absolute;
      top: 7px;
      left: 7px;
      width: 7px;
      height: 7px;
      background: #333; }
  .c-mail-check__item:checked + span:after, .c-mail-radio__item:checked + span:after {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 1; }

.c-mail-select__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }
  .c-mail-select__arrow:before, .c-mail-select__arrow:after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background-color: #333; }
    @media screen and (max-width: 767px) {
      .c-mail-select__arrow:before, .c-mail-select__arrow:after {
        width: 3px; } }
  .c-mail-select__arrow:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right; }
  .c-mail-select__arrow:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    margin-right: -1px; }

.mw_wp_form .error {
  color: #ff0000 !important;
  font-size: 0.875rem;
  font-weight: 900;
  margin-top: 7px; }

.c-mail-bottom__caution {
  font-size: 1rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  font-weight: 900; }
  @media screen and (max-width: 767px) {
    .c-mail-bottom__caution {
      font-size: 0.875rem; } }

.c-mail-last {
  overflow: hidden; }

.c-mail-btn {
  display: block;
  width: 48%;
  height: 60px;
  background-color: #333;
  line-height: 60px;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }
  @media all and (-ms-high-contrast: none) {
    .c-mail-btn {
      line-height: 66px; } }
  @media screen and (max-width: 767px) {
    .c-mail-btn {
      font-size: 0.75rem; } }

.c-mail-btn:hover {
  background-color: #f6f6f6;
  color: #333; }

.c-mail-btn--right {
  float: right; }

.c-mail-btn--left {
  float: left; }

:placeholder-shown {
  color: #bbb;
  font-weight: 500; }

::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 500; }

:-moz-placeholder {
  color: #bbb;
  font-weight: 500;
  opacity: 1; }

::-moz-placeholder {
  color: #bbb;
  font-weight: 500;
  opacity: 1; }

:-ms-input-placeholder {
  color: #bbb;
  font-weight: 500; }

.mailFoamComplete p {
  line-height: 1.75em;
  letter-spacing: 0.05em; }

.mw_wp_form_confirm .c-mail-select__arrow, .mw_wp_form_confirm .c-mail-bottom__caution {
  display: none; }

/* Project
   ----------------------------------------------------------------- */
/*
*
* 0.共通
* 1.総合
* 2.VPS
* 3.共用サーバー
*
*/
/*======================================

  0.共通

=======================================*/
body {
  overflow-x: hidden;
  position: static; }
  body.active {
    position: fixed; }

a {
  color: #333; }

.p-icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.p-text--rental {
  color: #4cc2dc; }

.p-text--vps {
  color: #badc26; }



/* 総合、VPSトップで使用 */
.p-index-plan {
  position: relative;
  background-color: #fff;}
  @media screen and (max-width: 48em) {
    .p-index-plan {
      margin: 0 0 5vw 0; } }
  .p-index-plan .c-mouse {
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .p-index-plan .c-mouse::after {
      height: 40px; }
    @media screen and (max-width: 48em) {
      .p-index-plan .c-mouse {
        display: none; } }
  @media screen and (max-width: 48em) {
    .p-index-plan .c-section-box, .p-index-plan .c-section-box--gray {
      width: 100%;
      padding: 10vw 0; } }
  @media screen and (max-width: 48em) {
    .p-index-plan .c-section-box .c-section-header, .p-index-plan .c-section-box--gray .c-section-header {
      width: 90vw;
      margin: 0 auto;} }

.p-plan-list--col1, .p-plan-list--col2, .p-plan-list--col3, .p-plan-list--col4, .p-plan-list--col5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center; }
.campaign-fee{
	width: 50%;
	margin: 0 auto 5px;
	background-color: #ff6600;
	padding: 2px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 100px;
	font-size: 13px;
}
  @media screen and (max-width: 48em) {
    .p-plan-list--col1, .p-plan-list--col2, .p-plan-list--col3, .p-plan-list--col4, .p-plan-list--col5 {
      /*display: inline-block;*/} }

.p-plan-list-item {
  background-color: #4cc2dc;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 0 5px;
  margin-right: 20px;
  position: relative; }
  .p-plan-list-item__main {
    padding: 30px 0; 
}
.p-plan-list-item-st{
	background-color: #1991ac;
	width: 300px!important;
 -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 0 5px;
  margin-right: 20px;
  position: relative;
}
.txt_shadow1{
text-shadow:1px 1px 0px #fff,-1px -1px 0px #fff,1px -1px 0px #fff,-1px 1px 0px #fff;
}
.txt_shadow2{
text-shadow:2px 2px 0px #fff,-2px -2px 0px #fff,2px -2px 0px #fff,-2px 2px 0px #fff;
}
    @media screen and (max-width: 48em) {
      .p-plan-list-item__main {
        padding: 20px 0; } }
  .p-plan-list-item__sub {
    background-color: #fff;
}
    .p-plan-list-item__sub:last-child {
      margin-bottom: 0; }
  .p-plan-list-item__title {
	font-size: 2.25rem;
	color: #fff;
}
  .p-plan-list-item__title2 {
	font-size: 1.7rem;
	color: #333333;
}
  .p-plan-list-item__label {
	font-size: 1.2rem;
	background-color: #e4e4e4;
	padding: 10px;}
  .p-plan-list-item__detail {
    font-size: 1.2rem;
    font-weight: 900;
    padding: 10px 0;}
  .p-plan-list-item__btn {
    font-weight: 900;
    padding: 30px 0;
    position: relative; 
}
.p-plan-list-item__btn span{
	color: #fff;
	font-size: 1.3rem;
}
    .p-plan-list-item__btn::after {
      content: "\e5cc";
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga' 1;
      font-feature-settings: 'liga' 1;
      -webkit-font-smoothing: antialiased;
      vertical-align: middle;
      font-size: 1.5625rem;
      color: #fff;
      position: absolute;
      top: 28px;
      right: 20px;
      z-index: 1; }
  .p-plan-list-item__btn__only {
    font-weight: 900;
    padding: 30px 0;
    position: relative; }
    .p-plan-list-item__btn__only::after {
      content: "\e5cc";
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga' 1;
      font-feature-settings: 'liga' 1;
      -webkit-font-smoothing: antialiased;
      vertical-align: middle;
      font-size: 1.5625rem;
      color: #f26100;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1; }
  .p-plan-list-item__caption {
	display: block;
	margin-bottom: 8px;
	color: #8BBC33;
	font-size: 1rem;
	font-weight: 900;
}
  .p-plan-list-item__price {
    line-height: 40px;
	background-color: #fff;
	padding: 10px 0;	  
}
 .p-plan-list-item__price2 {
	line-height: 28px;
	letter-spacing: -.4em;
}
    .p-plan-list-item__price-caption, .p-plan-list-item__price-num ,.p-plan-list-item__price-num-st ,.p-plan-list-item__price-caption-st{
      display: inline-block;
      letter-spacing: normal;
}
    .p-plan-list-item__price-caption , .p-plan-list-item__price-caption-st {
      border: solid 1px #4cc2dc;
      text-align: center;
      color: #4cc2dc;
      font-size: 1.2rem;
      font-weight: bold;
	  padding: 2px 10px;
	  margin: 10px 5px;
}
.p-plan-list-item__price-caption-st{
	color: #1991ac;
	border: solid 1px #1991ac;
}

.p-plan-list-item__price-num {
	font-size: 3.5rem;
    font-weight: bold;
	color: #4cc2dc;
	margin-top: 10px;
	font-weight: bold;
}
.p-plan-list-item__price-num-st{
	font-size: 3.5rem;
    font-weight: bold;	
	color: #ff6600;
	margin-top: 10px;
}
    .p-plan-list-item__price-unit , .p-plan-list-item__price-unit-st{
	font-size: 1.8rem;
	font-weight: bold;
	font-weight: 500;
	color: #4cc2dc;
}
.p-plan-list-item__price-unit-st{
	color: #ff6600;
	font-weight: bold;
}
.p-plan-list-item__price-text{
	font-size: 1.5rem;
	font-weight: bold;
}
.p-plan-list-item__price-text-st{
	line-height: 1.2em;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 28px 0;
	
}

  .p-plan-list-item__read {
    width: calc(100% - 40px);
    padding: 0 20px;
    text-align: left; }
  .p-plan-list-item--pick-rental .p-plan-list-item__price-caption, .p-plan-list-item--pick-vps .p-plan-list-item__price-caption {
    background-color: #fff; }
  .p-plan-list-item--pick-rental::before, .p-plan-list-item--pick-vps::before {
    content: "オススメ";
    width: 100px;
    height: 30px;
    background-color: #333;
    border-radius: 15px 15px 15px 0;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 900;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .p-plan-list-item--pick-rental {
    background-color: #4cc2dc; }
    .p-plan-list-item--pick-rental .p-plan-list-item__price-caption {
      color: #4cc2dc; }
  .p-plan-list-item--pick-vps {
    background-color: #badc26 !important; }
    .p-plan-list-item--pick-vps .p-plan-list-item__price-caption {
      color: #badc26; }

.p-plan-list__btn {
  width: 415px;
  margin: 30px auto; }
  @media screen and (max-width: 48em) {
    .p-plan-list__btn {
      width: 80%;
      margin: 30px auto;
	  text-align: center;} }
  .p-plan-list__btn .c-btn-round-border--orange::before {
    background-color: #efefef; }

.p-plan-list--white .p-plan-list-item {
  background-color: #fff; }
  .p-plan-list--white .p-plan-list-item__sub {
    background-color: #f6f6f6; }

.p-plan-list__btn-st .c-btn-round-border--bg-white {
  color: #f26100;
  border: 4px solid #f26100; }
  .p-plan-list__btn .c-btn-round-border--bg-white::before {
    background: #fff; }


.p-plan-list__btn .c-btn-round-border--bg-white:hover {
  color: #fff; }

.p-plan-list-item::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  opacity: 0;
  z-index: -1;
  border-radius: 50px;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; 
}
.p-plan-list-item-st::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  opacity: 0;
  z-index: -1;
  border-radius: 50px;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; 
}

  @media screen and (max-width: 48em) {
    .p-plan-list-item::after {
      display: none; } }

.p-plan-list-item--white::after {
  background-color: #dbdbdb; }

.p-plan-list-item.pick::after {
  background-color: #9cb81f; }

.p-plan-list-item:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.p-plan-list-item-st:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.p-plan-list--col1 .p-plan-list-item {
  width: calc(100% - 3px - 5px); }
  @media screen and (max-width: 48em) {
    .p-plan-list--col1 .p-plan-list-item {
      width: calc(100% - 3px - 5px); } }
  .p-plan-list--col1 .p-plan-list-item:last-child {
    margin-right: 0; }

.p-plan-list--col1 li {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  border-radius: 50px; }

.p-plan-list--col1.c-fadein li {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  border-radius: 0; }

.p-plan-list--col2 .p-plan-list-item {
  width: calc(50% - 3px - 5px); }
  @media screen and (max-width: 48em) {
    .p-plan-list--col2 .p-plan-list-item {
      width: calc(100% - 3px - 5px); } }
  .p-plan-list--col2 .p-plan-list-item:last-child {
    margin-right: 0; }

.p-plan-list--col2 li {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  border-radius: 50px; }

.p-plan-list--col2.c-fadein li {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  border-radius: 0; }

.p-plan-list--col3 .p-plan-list-item {
  width: calc(33.3% - 3px - 5px); }
  @media screen and (max-width: 48em) {
    .p-plan-list--col3 .p-plan-list-item {
      width: calc(100% - 3px - 5px); } }
  .p-plan-list--col3 .p-plan-list-item:last-child {
    margin-right: 0; }

.p-plan-list--col3 li {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  border-radius: 50px; }

.p-plan-list--col3.c-fadein li {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  border-radius: 0; }

.p-plan-list--col4 .p-plan-list-item {
  width: 300px!important;
}
  @media screen and (max-width: 48em) {
    .p-plan-list--col4 .p-plan-list-item {
      width: calc(100% - 3px - 5px); } }
  .p-plan-list--col4 .p-plan-list-item:last-child {
    margin-right: 0; }

.p-plan-list--col4 li {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  border-radius: 50px; }

.p-plan-list--col4.c-fadein li {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  border-radius: 0; }

.p-plan-list--col5 .p-plan-list-item {
  width: calc(20% - 3.2px - 5px); }
  @media screen and (max-width: 48em) {
    .p-plan-list--col5 .p-plan-list-item {
      width: calc(100% - 3px - 5px); } }
  .p-plan-list--col5 .p-plan-list-item:last-child {
    margin-right: 0; }

.p-plan-list--col5 li {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  border-radius: 50px; }

.p-plan-list--col5.c-fadein li {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  border-radius: 0; }

.rental .p-plan-list-item__price-caption {
  }

.rental .p-plan-list-item__caption {
  color: #4cc2dc; }

/* お問い合わせ */
.p-common-contact {
  width: 100%;
  padding: 200px 0;
  background-color: #333;
  text-align: center; }
  @media screen and (max-width: 48em) {
    .p-common-contact {
      width: 80vw;
      padding: 20vw 10vw; } }
  .p-common-contact__heading, .p-common-contact__read {
    color: #fff;
    display: block; }
  .p-common-contact__heading {
    font-size: 2.125rem;
    font-weight: 900;
    letter-spacing: 0.5em;
    margin-bottom: 16px; }
    @media screen and (max-width: 48em) {
      .p-common-contact__heading {
        letter-spacing: 0.1em; } }
  .p-common-contact__read {
    letter-spacing: 0.25em;
    margin: 16px 0 50px 0; }
    @media screen and (max-width: 48em) {
      .p-common-contact__read {
        margin: 16px 0 5vw 0; } }
  .p-common-contact__btn {
    width: 294px;
    margin: 0 auto; }
    .p-common-contact__btn .c-btn-round-border--orange::before {
      background-color: #333; }
    @media screen and (max-width: 48em) {
      .p-common-contact__btn {
        width: calc(100% - 8px); } }

/* お問い合わせ vpsの10日お試し以外*/
.p-common-order {
  width: 100%;
  padding: 100px 0;
  background-color: #333;
  text-align: center; }
  @media screen and (max-width: 48em) {
    .p-common-order {
      width: 80vw;
      padding: 20vw 10vw; } }

/* キャンペーン */
.p-index-campaign {
    background: url(../img/bg_circle.png) repeat center;
    height: 470px;
}
  @media screen and (max-width: 48em) {
    .p-index-campaign {
      height: 420px; } }
  .p-index-campaign .c-btn-round-border--black::before {
    background-color: #badc26; }

/* Win1・2特別キャンペーン トップページバナー */
.campaign_flex, .campaign_flex_768 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.campaign_top {
	position: relative;
}

@media (max-width: 500px) {
.campaign_top {
	top:0px;
} }
.campaign_top_content {
    display: block;
    position: absolute;
    top: -260px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    z-index: 2;
    width: 90%;
    max-width: 860px;
    font-weight: bold;
    background-color: #ee0000;
    padding: 20px;
    transition: 0.3s;
}
.campaign_top_content2 {
    top: 0px;
	position:inherit;
}
.campaign_top_content:hover {
	background-color: #ee5555;
}
.campaign_top_content img {
    max-width: 100%;
}
.campaign_top_h {
	position: absolute;
	top: 4px;
	left: 4px;
	color: #e00;
	font-size: 0.9em;
	line-height: 1.3;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	transform: rotate(-15deg)
}
.campaign_top_upper div, .campaign_top_lower div {
    box-sizing: border-box;
    padding: 10px
}
.campaign_top_upper div:first-child {
    flex: 2;
}
.campaign_top_upper div:last-child {
    flex: 1;
    max-width: 45%;
    margin: 0 auto;
}
.campaign_top_lower div:first-child {
    flex: 5;
}
.campaign_top_lower div:last-child {
    flex: 4;
}
.campaign_top_more {
    display: inline-block;
    position: absolute;
    right: 40px;
    bottom: 20px;
    max-width: 200px;
    text-align: center;
    color: #fff;
    background-color: #111;
    border-radius: 8px;
    padding: 5px 15px;
}
.campaign_top_more img {
    width: 20px;
    vertical-align: middle;
    margin: 0 0 3px 6px;
}
.campaign_top_margin {
    margin-top: 10px;
}

/* Win1・2特別キャンペーン キャンペーンぺージ */
.campaign_border {
    height: 0;
    border-top: 30px solid #666;
    margin: 0;
}
.campaign_h {
    position: relative;
    max-width: 860px;
    background-color: #e00;
    padding: 20px;
    margin: 0 auto 80px;
}
.campaign_h img {
    max-width: 100%;
}
.campaign_h p {
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
}
.campaign_h > div:first-of-type {
    text-align: center;
    margin: 20px 0 70px;
}
.campaign_h > div:last-of-type {
    position: absolute;
    right: 30px;
    bottom: -50px;
 }
.campaign_h .campaign_flex div {
    max-width: 130px;
    margin: 8px;
}
.campaign_text p {
    color: #333;
    text-align: center;
    line-height: 1.7;
    font-weight: bold;
}
.campaign_text p:first-child {
	color: #fff;
	font-size: 1.5em;
	margin-bottom: 10px;
}
.campaign_text span {
    color: #f26100;
}
.campaign_shadow {
	text-shadow: 2px 2px 1px #F04A00,0px 0px 2px #DD5500,0px 0px 3px #DD5500,0px 0px 4px #DD5500,0px 0px 5px #DD5500,0px 0px 6px #DD5500;
}
.campaign_table {
    font-weight: bold;
    background-color: #feffee;
    margin: 50px auto 30px;
}
.campaign_table td span {
    display: inline-block;
    vertical-align: middle;
}
.campaign_table td span:first-child {
    font-weight: normal;
    /*text-decoration: line-through;*/
}
.campaign_table td span:nth-child(2) {
    font-size: 1.5em;
    margin: 0 8px;
}
.campaign_table td span:last-child {
    color: #f26100;
    font-size: 1.5em;
	font-weight: bold;
}
.campaign_table_border {
    border-bottom: 2px solid #bbb;
}
.campaign_caution {
    font-size: 1.0em;
    font-weight: normal;
    line-height: 1.5;
    margin:20px 10px 50px;
}
.mem-up{
	margin: 0 auto 0 auto;
	width: 750px;
}
.mem-up a:hover{
	opacity: 0.8;
}
@media screen and (max-width: 48em) {
.mem-up {
    width: 100%; } }

.caution_weight_bold{
    font-weight:bold;
}
.campaign_pointback {
	text-align: center;
	line-height: 1.5;
	margin-bottom: 50px;
}
.campaign_pointback img {
	width: auto;
	max-width: 100%;
	margin-bottom: 20px
}
.campaign_pointback p {
	margin-bottom: 15px;
}
.campaign_pointback p:last-child {
	font-size: 0.9em;
}

/* Win1・2特別キャンペーン メディアクエリ */
@media (max-width: 768px) {
    .campaign_flex_768 {
	/* [disabled]display: block; */
    }
    .campaign_top_content {
        top: -350px;/*top: -350px;*/
        width: 80%;
    }
    .campaign_top_margin {
        margin-top: 250px;
    }
	.campaign_btn {
		margin-bottom: 50px;
	}
.p-plan-list-item__btn span {
    font-size: 1.0rem;
}
.p-plan-list-item__btn::after {
    top: 25px;
    right: 0px;
}	
}
@media (max-width: 500px) {
    .campaign_top_content {
        top: -110px;/*top: -110px;*/
        /*padding-bottom: 50px;*/
    }
	.campaign_top_content2 {
        top: -10px;
    }
    .campaign_top_h {
	top: -10px;
	left: 3px;
	font-size: 0.8em;
	padding: 8px 5px;
    }
    .campaign_top_upper div, .campaign_top_lower div {
        padding: 5px;
    }
    .campaign_top_more {
        right: 20px;
        bottom: 5px;
    }
    .campaign_top_margin {
        margin-top: 250px;
    }
    .campaign_h > div:first-of-type {
        margin-bottom: 40px;
    }
    .campaign_h > div:last-of-type {
        right: 50%;
        bottom: -40px;
        transform: translateX(50%);
        -webkit- transform: translateX(50%);
    }
    .campaign_h .campaign_flex div {
        width: 85px;
    }
    .campaign_table td span:last-child, .campaign_smt_br {
        display: block;
    }
    .campaign_table_br {
        display: none;
    }
	.campaign_pointback img {
		max-width: 220px;
	}
}

/* ニュース */
.p-index-news-list {
  position: relative;
  height: 500px;
}

.p-index-news-item {
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  display: block; }

.p-index-news-date, .p-index-news-category {
  color: #666;
  font-size: 0.875rem;
  margin-bottom: 20px;
  display: inline-block; }

.p-index-news-date {
  margin-right: 20px; }
.p-index-news-date2 {
	color: #666;
  font-size: 0.875rem;
  margin-bottom: 8px;
  margin-right: 20px;
}

.p-index-news-title {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.75em; }

/* ページトップへ */
#pageTop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99; }
  #pageTop i {
    padding-top: 10px; }
  #pageTop a {
    display: block;
    z-index: 999;
    padding: 0;
    width: 120px;
    height: 170px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center; }

.rental #pageTop a {
   }

.vps #pageTop a {
  background-color: #badc26; }

/*.synthesis #pageTop a {
  background-color: #f26100; }*/

.p-plan-table .v-a-t {
  vertical-align: top; }

.p-plan-table .v-a-m {
  vertical-align: middle; }

.p-plan-table .v-a-b {
  vertical-align: bottom; }

@media screen and (max-width: 48em) {
  img {
    width: 100%; } }



/*======================================

  0.サブページ

=======================================*/
.p-common-sub-kv {
  height: 250px;
  width: 100%;
  margin-top: 120px; }
  @media screen and (max-width: 48em) {
    .p-common-sub-kv {
      margin-top: 60px; } }
  .p-common-sub-kv__wrap {
    width: calc(100% - 200px);
    height: 100%;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 48em) {
      .p-common-sub-kv__wrap {
        width: 90vw; } }
  .p-common-sub-kv__heading {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 0.1em; }
    .p-common-sub-kv__heading .u-en {
      font-size: 2.25rem;
      font-weight: 700;
      display: inline-block;
      margin-right: 25px; }

.p-common-breadcrumbs {
  position: absolute;
  bottom: 50px;
  right: 0;
  letter-spacing: -.4em; }
  .p-common-breadcrumbs__item {
    letter-spacing: normal;
    font-size: 0.875rem;
    font-weight: 900;
    display: inline-block;
    position: relative;
    padding-right: 24px;
    margin-right: 6px;
    vertical-align: middle; }
    .p-common-breadcrumbs__item::after {
      content: "\e5cc";
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga' 1;
      font-feature-settings: 'liga' 1;
      -webkit-font-smoothing: antialiased;
      vertical-align: middle;
      position: absolute;
      right: 0;
	  top: -2px;
      font-size: 1.125rem; 
	  color: #fff;}
    .p-common-breadcrumbs__item:last-of-type {
      margin-right: 0; }
      .p-common-breadcrumbs__item:last-of-type::after {
        display: none; }
    .p-common-breadcrumbs__item .c-icon {
      color: #4cc2dc;
      font-size: 1.125rem; }
    .p-common-breadcrumbs__item .p-vps-color {
      color: #badc26; }

/* プラン詳細 */

.p-plan-table {
  width: 100%;
  text-align: center; }
  .p-plan-table__tr {
    width: 100%;
    border-bottom: 1px solid #ddd; }
  .p-plan-table__th, .p-plan-table__td {
	padding-top: 12px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 12px;
	vertical-align: middle;
	border-left: #fff;
}
  .p-plan-table__th {
    font-weight: 900; }
    .p-plan-table__th.heading {
      /*background-color: $color-rental;
      color: #fff;*/
      padding: 15px 0; }
  .p-plan-table__td {
    line-height: 1.75em; }
  .p-plan-table__th__p-half, .p-plan-table__td__p-half {
    padding: 15px 0;
    vertical-align: middle;
    border-left: #fff; }
  .p-plan-table__th__p-half {
    font-weight: 900; }
    .p-plan-table__th__p-half.heading {
      /*background-color: $color-rental;
      color: #fff;*/
      padding: 15px 0; }
  .p-plan-table__td__p-half {
    line-height: 1.75em; }
  .p-plan-table__name .p-plan-table__th {
    border: none; }

/* 申込み(共用・vps) */
@media screen and (max-width: 48em) {
  .order {
    height: 200px; } }

.order .p-common-sub-kv__wrap {
  width: 100%; }

.order .p-common-sub-kv__heading {
  font-size: 2.25rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center; }

.l-order {
  background-color: #000;
  overflow: hidden;
  width: 100%; }
  .l-order-tab {
    width: 100%;
    position: absolute;
    bottom: 0; }
  .l-order-tab-list {
    letter-spacing: -.4em; }
  .l-order-tab-item {
    width: 33%;
    height: 58px;
    line-height: 58px;
    font-weight: 900;
    letter-spacing: normal;
    text-align: center;
    position: relative;
    display: inline-block;
    background: #efefef; }
    .l-order-tab-item a {
      display: block; }
    .l-order-tab-item--now {
      background: #fff; }
      .l-order-tab-item--now::before, .l-order-tab-item--now::after {
        content: "";
        width: 100%;
        position: absolute;
        left: 0; }
      .l-order-tab-item--now::before {
        height: 8px;
        background-color: #badc26;
        top: 0; }
      .l-order-tab-item--now::after {
        height: 1px;
        background-color: #000;
        bottom: -1px; }
  @media screen and (max-width: 48em) {
    .l-order-tab-item {
      width: 50%; } }

.ChangeElem_Panel {
  display: none;
  cursor: pointer; }

.sentakuzumi {
  display: none; }

.is-active::before {
  content: "check_circle";
  font-size: 40px;
  width: 40px;
  height: 40px;
  color: #333;
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

.is-active .sentakusuru {
  display: none; }

.is-active .sentakuzumi {
  display: inline;
  color: #fff; }

.vps .is-active {
  background-color: #badc26; }
  .vps .is-active::after {
    background-color: #badc26; }
  .vps .is-active .p-plan-list-item__price-caption {
    background-color: #fff;
    color: #badc26; }

.rental .is-active {
  background-color: #4cc2dc; }
  .rental .is-active::after {
    background-color: #4cc2dc; }
  .rental .is-active .p-plan-list-item__price-caption {
    background-color: #fff;
    color: #4cc2dc; }

.order-plan .p-plan-list-item__btn::after {
  display: none; }

.order-radio input[type="radio"] {
  display: none; }

.order-radio input[type="radio"]:checked + label {
  cursor: pointer; }
  .order-radio input[type="radio"]:checked + label::before {
    content: "check_circle";
    font-size: 40px;
    width: 40px;
    height: 40px;
    color: #333;
    font-family: "Material Icons";
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* WebKitブラウザサポート */
    -webkit-font-smoothing: antialiased;
    /* Chrome、Safariサポート */
    text-rendering: optimizeLegibility;
    /* Firefoxサポート */
    -moz-osx-font-smoothing: grayscale;
    /* IEサポート */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga'; }
    @media screen and (max-width: 21.25em) {
      .order-radio input[type="radio"]:checked + label::before {
        font-size: 30px;
        width: 30px;
        height: 30px; } }

.order-radio .label {
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-right: 4px;
  position: relative;
  display: inline-block; }
  .order-radio .label::before {
    content: "panorama_fish_eye";
    font-size: 40px;
    width: 40px;
    height: 40px;
    color: #333;
    font-family: "Material Icons";
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* WebKitブラウザサポート */
    -webkit-font-smoothing: antialiased;
    /* Chrome、Safariサポート */
    text-rendering: optimizeLegibility;
    /* Firefoxサポート */
    -moz-osx-font-smoothing: grayscale;
    /* IEサポート */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga'; }
    @media screen and (max-width: 21.25em) {
      .order-radio .label::before {
        font-size: 30px;
        width: 30px;
        height: 30px; } }

.order-radio .order-col3 .label {
  width: calc(33% - 105px);
  padding-left: 80px; }
  .order-radio .order-col3 .label:last-child {
    margin-right: 0; }
  .order-radio .order-col3 .label:hover::after {
    opacity: 1;
    border-radius: 0;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  @media screen and (max-width: 48em) {
    .order-radio .order-col3 .label {
      width: calc(100% - 100px);
      margin-bottom: 10px; }
      .order-radio .order-col3 .label:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 21.25em) {
    .order-radio .order-col3 .label {
      width: calc(100% - 75px);
      padding-left: 55px; } }

.order-radio .order-col2 .label {
  width: calc(50% - 105px);
  padding-left: 80px; }
  .order-radio .order-col2 .label:last-child {
    margin-right: 0; }
  .order-radio .order-col2 .label:hover::after {
    opacity: 1;
    border-radius: 0;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  @media screen and (max-width: 48em) {
    .order-radio .order-col2 .label {
      width: calc(100% - 100px);
      margin-bottom: 10px; }
      .order-radio .order-col2 .label:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 21.25em) {
    .order-radio .order-col2 .label {
      width: calc(100% - 75px);
      padding-left: 55px; } }

.order-radio .order-col1 .label {
  width: calc(100% - 100px);
  padding-left: 80px; }
@media screen and (max-width: 48em) {
    .order-radio .order-col4 .label {
      width: calc(100% - 0px);
      padding-left: 8px; } }
  @media screen and (max-width: 21.25em) {
    .order-radio .order-col1 .label {
      width: calc(100% - 75px);
      padding-left: 55px; } }
  .order-radio .order-col1 .label span {
    padding-right: 70%; }
  .order-radio .order-col1 .label:last-child {
    margin-right: 0; }
  .order-radio .order-col1 .label:hover::after {
    opacity: 1;
    border-radius: 0;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }

.vps input[type="radio"]:checked + label {
  background: #badc26; }

.rental input[type="radio"]:checked + label {
  background: #4cc2dc; }

.order-domain td input {
  width: 50%;
  padding: 5px 10px;
  background: #efefef;
  font-size: 1.25em; }
  @media screen and (max-width: 48em) {
    .order-domain td input {
      width: 80%; } }
.order-kiyaku{
	margin: 150px 20px;
	padding: 100px;
}
.c-heading_kiyaku{
	text-align: center;
	border-bottom: dotted 5px #4cc2dc;
	padding: 5px 10px;
	display: inline-block;
}
.order-kiyaku input {
  -webkit-appearance: checkbox; }

.order-btn .next {
  float: right; }

.order-btn .back {
  float: left; }
.c-heading_kiyaku{
	text-align: center;
	font-size: 25px;
}

@media screen and (max-width: 48em) {
.order-btn .next {
    float: none;
    margin-bottom: 10px; 
}
.order-btn .back {
    float: none;
}
.order-kiyaku{
width: 90vw;
	margin: 50px auto 0;
padding: 5vw;
}
	.c-heading_kiyaku{
		font-size: 22px;
	}	
}

.hissu {
  background: #f26100;
  color: #fff;
  padding: 1px 5px;
  margin-left: 10px; }

.order-check input[type="checkbox"] {
  display: none; }

.order-check input[type="checkbox"]:checked + label {
  cursor: pointer; }
  .order-check input[type="checkbox"]:checked + label::before {
    content: "check_box";
    font-size: 40px;
    width: 40px;
    height: 40px;
    color: #333;
    font-family: "Material Icons";
    position: absolute;
    top: 50%;
    right: 200px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* WebKitブラウザサポート */
    -webkit-font-smoothing: antialiased;
    /* Chrome、Safariサポート */
    text-rendering: optimizeLegibility;
    /* Firefoxサポート */
    -moz-osx-font-smoothing: grayscale;
    /* IEサポート */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga'; }
    @media screen and (max-width: 21.25em) {
      .order-check input[type="checkbox"]:checked + label::before {
        font-size: 30px;
        width: 30px;
        height: 30px;
        top: 68%;
        left: 15px; } }
@media screen and (max-width: 48em) {
      .order-check .order-check2 input[type="checkbox"]:checked + label::before {
        font-size: 30px;
        width: 30px;
        height: 30px;
        top: 50%;
        left: 15px; } }
  .order-check input[type="checkbox"]:checked + label-option input[type="checkbox"]:checked + label::before {
    left: 15px; }

.order-check .label {
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-right: 4px;
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 48em) {
    .order-check .label {
      padding-bottom: 50px; } }
  .order-check .label::before {
    content: "check_box_outline_blank";
    font-size: 40px;
    width: 40px;
    height: 40px;
    color: #333;
    font-family: "Material Icons";
    position: absolute;
    top: 50%;
    right: 200px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* WebKitブラウザサポート */
    -webkit-font-smoothing: antialiased;
    /* Chrome、Safariサポート */
    text-rendering: optimizeLegibility;
    /* Firefoxサポート */
    -moz-osx-font-smoothing: grayscale;
    /* IEサポート */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga'; }
    @media screen and (max-width: 48em) {
      .order-check .label::before {
        top: 50%;
        left: 15px; } }
    @media screen and (max-width: 21.25em) {
      .order-check .label::before {
        font-size: 30px;
        width: 30px;
        height: 30px; } }
@media screen and (max-width: 48em) {
      .order-check .order-check2 .label::before {
        font-size: 30px;
        width: 30px;
        height: 30px; } }

@media screen and (max-width: 48em) {
  .order-check-option .label {
    padding-bottom: 15px; } }

.order-check-option .label::before {
  left: 15px; }

.order-check .order-col3 .label {
  width: calc(33% - 105px);
  padding-left: 80px; }

  .order-check .order-col3 .label:last-child {
    margin-right: 0; }
  .order-check .order-col3 .label:hover::after {
    opacity: 1;
    border-radius: 0;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  @media screen and (max-width: 48em) {
    .order-check .order-col3 .label {
      width: calc(100% - 100px);
      margin-bottom: 10px; }
      .order-check .order-col3 .label:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 21.25em) {
    .order-check .order-col3 .label {
      width: calc(100% - 75px);
      padding-left: 55px; } }

.order-check .order-col2 .label {
  width: calc(50% - 105px);
  padding-left: 80px; }
  .order-check .order-col2 .label:last-child {
    margin-right: 0; }
  .order-check .order-col2 .label:hover::after {
    opacity: 1;
    border-radius: 0;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  @media screen and (max-width: 48em) {
    .order-check .order-col2 .label {
      width: calc(100% - 100px);
      margin-bottom: 10px; }
      .order-check .order-col2 .label:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 21.25em) {
    .order-check .order-col2 .label {
      width: calc(100% - 75px);
      padding-left: 55px; } }

.order-check .order-col1 .label {
  width: calc(100% - 100px);
  padding-left: 80px; }
  @media screen and (max-width: 21.25em) {
    .order-check .order-col1 .label {
      width: calc(100% - 75px);
      padding-left: 55px; } }
  .order-check .order-col1 .label span {
    padding-right: 70%; }
  .order-check .order-col1 .label:last-child {
    margin-right: 0; }
  .order-check .order-col1 .label:hover::after {
    opacity: 1;
    border-radius: 0;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  .order-check .order-col1 .label .doui {
    position: absolute;
    top: 50%;
    right: 110px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 48em) {
      .order-check .order-col1 .label .doui {
        top: 68%;
        left: 80px; } }
    @media screen and (max-width: 21.25em) {
      .order-check .order-col1 .label .doui {
        left: 55px; } }

.vps .order-check input[type="checkbox"]:checked + label, .vps .order-check-option input[type="checkbox"]:checked + label {
  background: #badc26; }

.rental .order-check input[type="checkbox"]:checked + label, .rental .order-check-option input[type="checkbox"]:checked + label {
  background: #4cc2dc; }

@media screen and (max-width: 48em) {
  .order-tabele th {
    width: 27%; }
  .order-tabele td input {
    width: 90%; }
  .order-tabele .hissu {
    margin-left: 0;
    line-height: 1.75em; } }

.slick-prev.slick-disabled, .slick-next.slick-disabled {
  visibility: hidden; }

.balloon1-top {
  position: relative;
  display: inline-block;
  width: calc(100% - 30px); }
  .balloon1-top:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 25%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f6f6f6; }

/* お問い合わせ */
.vps-contact td input, .rental-contact td input {
  width: 50%;
  padding: 5px 10px;
  background: #efefef;
  font-size: 1.25em; }
  @media screen and (max-width: 48em) {
    .vps-contact td input, .rental-contact td input {
      width: 90%; } }

.vps-contact .textarea textarea, .rental-contact .textarea textarea {
  width: 95%;
  resize: vertical;
  padding: 5px 10px;
  background: #f6f6f6;
  font-size: 1.25em; }

.ChangeElem_Btn {
  cursor: pointer; }

/* テスト */
#particles-js {
  /*height: 100vh;*/
  width: 100vw; }

/* よくある質問 */
.display-b {
  display: block; }

/* バナー */
.c-section .p-banner textarea {
  resize: vertical;
  background: #f6f6f6;
  padding: 5px 10px;
  width: 100%; }

.c-section--gray .p-banner textarea {
  resize: vertical;
  background: #fff;
  padding: 5px 10px;
  width: 100%; }

.next {
  margin-bottom: 10px; }

/*お申込　規約*/
.iframeWrap {
  width: 100%;
  height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.iframeWrap iframe {
  width: 100%;
  height: 300px;
  display: block; }

/*======================================

  レスポンシブ

=======================================*/
.br-sp, .for-sp {
  display: none; }
  @media screen and (max-width: 48em) {
    .br-sp, .for-sp {
      display: block; } }

.for-sp {
  display: none; }
  @media screen and (max-width: 48em) {
    .for-sp {
      display: contents; } }

@media screen and (max-width: 48em) {
  .for-pc {
    display: none; } }

@media screen and (max-width: 48em) {
  .p-plan-list-item, .p-plan-list-item__btn__only {
    margin-bottom: 5vw; } }

@media screen and (max-width: 48em) {
  .table-width {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word; }
  .c-col1--half__wrap {
    width: auto; }
  .rental .p-index-campaign {
    height: 350px; }
  .table-rsp .p-plan-table__th, .table-rsp .p-plan-table__td, .table-rsp .p-plan-table__th__p-half, .table-rsp .p-plan-table__td__p-half {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .c-btn-round-border--black::after, .c-btn-round-border--orange::after, .c-btn-round-border-bg--black::after {
    right: 5px; } }

/*
*
* 0.共通
* 1.index
* 2.サブページ
*
*/
/*======================================

  0.共通

=======================================*/
/* 共通 */
.p-synthesis-bg {
  background-color: #f2ebe6; }

.p-bg-transparent {
  background-color: transparent; }

/* ヘッダー */
.p-index-header {
  width: calc(100% - 200px);
  height: 120px;
  padding: 0 100px;
  line-height: 120px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-index-header {
      display: none; } }
  .p-index-header__logo {
    float: left;
    padding-right: 20px;
    position: relative;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .p-index-header__logo {
        height: 25px;
        padding-right: 0; } }
    .p-index-header__logo::after {
      content: "";
      height: 40px;
      width: 1px;
      background-color: #ccc;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .p-index-header__logo::after {
          display: none; } }
    .p-index-header__logo img {
      vertical-align: middle;
      height: 40px; }
  .p-index-header__year {
    margin-left: 20px;
    padding-top: 5px;
    float: left;
    height: 100%; }
    .p-index-header__year img {
      vertical-align: middle;
      height: 35px; }
    @media screen and (max-width: 767px) {
      .p-index-header__year {
        margin-left: 0;
        height: 20px;
        float: left; } }
  .p-index-header__copy {
    font-size: 0.75rem;
    font-weight: 400;
    float: right; }
    @media screen and (max-width: 767px) {
      .p-index-header__copy {
        display: none; } }

.p-index-header-sp {
  display: none;
  background-color: #fff;
  z-index: 1000;
  width: calc(100% - 20vw);
  height: 60px;
  padding: 0 10vw;
  line-height: 60px;
  position: fixed;
  top: 0; }
  @media screen and (max-width: 767px) {
    .p-index-header-sp {
      display: block; } }
  .p-index-header-sp::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden; }
  .p-index-header-sp__logo {
    height: 30px;
    float: left; }
    .p-index-header-sp__logo img {
      vertical-align: middle;
      height: 100%; }
  .p-index-header-sp__year {
    height: 20px;
    float: left; }
    .p-index-header-sp__year img {
      display: none;
      vertical-align: middle;
      height: 100%; }

/* フッター */
.p-index-footer {
  background-color: #333;
  text-align: center;
  padding: 100px 0; }
  .p-index-footer__copy {
    font-size: 0.75rem;
    font-weight: 400;
    color: #fff; }

.p-index-footer-nav-list {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .p-index-footer-nav-list {
      margin-bottom: 5vw; } }
  .p-index-footer-nav-list__item {
    display: inline-block;
    margin-right: 25px;
    font-size: 0.875rem;
    font-weight: 900; }
    @media screen and (max-width: 767px) {
      .p-index-footer-nav-list__item {
        margin-right: 15px;
        margin-bottom: 15px; } }
    .p-index-footer-nav-list__item:hover {
      -webkit-text-decoration: underline #fff;
      text-decoration: underline #fff; }
    .p-index-footer-nav-list__item:last-child {
      margin-right: 0; }
    .p-index-footer-nav-list__item a {
      color: #fff; }

/*======================================

  1.index

=======================================*/
/* ファーストビュー */
.p-index-main {
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .p-index-main {
      height: auto;
      margin-top: 60px;
      overflow: hidden; } }

.p-index-menu {
  width: 100%;
  height: calc(100% - 120px);
  text-align: center; }
  @media screen and (max-width: 767px) {
    .p-index-menu {
      height: auto; } }
  .p-index-menu__contents {
    margin-top: 50px;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
    .p-index-menu__contents.active {
      opacity: 1;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
    @media screen and (max-width: 767px) {
      .p-index-menu__contents {
        margin-top: 10vw; } }
  .p-index-menu__sub-title, .p-index-menu__main-title {
    display: block; }
  .p-index-menu__sub-title {
    font-size: 0.875rem;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .p-index-menu__sub-title {
        margin-bottom: 2.5vw; } }
  .p-index-menu__main-title {
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 0.15em; }
  .p-index-menu__read {
    font-size: 0.875rem;
    color: #333;
    letter-spacing: 0.1em;
    font-weight: 900;
    margin: 20px 0; }
    @media screen and (max-width: 767px) {
      .p-index-menu__read {
        margin: 5vw 0; } }
  .p-index-menu__btn {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 30px;
    background-color: #fff; }
    @media screen and (max-width: 48em) {
      .p-index-menu__btn {
        margin-top: 20px; } }
  .p-index-menu__image {
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1; }
    .p-index-menu__image svg {
      height: 100%; }

.p-index-vps, .p-index-rental {
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .p-index-vps.active, .p-index-rental.active {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%); }
  .p-index-vps:hover, .p-index-rental:hover {
    -webkit-clip-path: circle(65% at 50% 50%);
    clip-path: circle(65% at 50% 50%); }
  @media screen and (max-width: 767px) {
    .p-index-vps, .p-index-rental {
      -webkit-transition-duration: 1s;
      -o-transition-duration: 1s;
      transition-duration: 1s;
      width: 100%;
      height: calc(80vh - 60px); } }

.p-index-vps {
  background-color: #badc26; }
  .p-index-vps__main-title {
    font-size: 3.125rem;
    font-weight: 600;
    letter-spacing: 0.5em; }

.p-index-rental {
  background-color: #4cc2dc; }
  .p-index-rental__read {
    padding-top: 12px; }

.p-index-mouse {
  position: relative;
  width: 23px;
  height: 40px;
  margin: 0 auto;
  -webkit-transform: translateY(39px);
  -ms-transform: translateY(39px);
  transform: translateY(39px); }
  .p-index-mouse::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 12.5px;
    border: 1px solid #ccc; }
    @media screen and (max-width: 767px) {
      .p-index-mouse::before {
        display: none; } }
  .p-index-mouse::after {
    content: "";
    height: 125px;
    width: 1px;
    background-color: #ccc;
    position: absolute;
    top: 20px;
    left: 12px; }
  .p-index-mouse__scroll {
    position: absolute;
    bottom: 11px;
    left: 12px;
    width: 1px;
    height: 20px;
    background-color: #666;
    -webkit-animation-name: mouse;
    animation-name: mouse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 10; }

@keyframes mouse {
  0% {
    height: 10px;
    opacity: 1; }
  70% {
    height: 0;
    opacity: 1; }
  100% {
    height: 0;
    opacity: 1; } }

/* ニュース */
.p-synthesis-index-news {
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .p-synthesis-index-news {
      padding-bottom: 10vw; } }
  .p-synthesis-index-news__header {
    padding: 100px 0 50px 0;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-synthesis-index-news__header {
        padding: 10vw 0 10vw 0; } }
  .p-synthesis-index-news__btn {
    position: absolute;
    top: 100px;
    right: 100px;
    width: 220px; }
    @media screen and (max-width: 767px) {
      .p-synthesis-index-news__btn {
        display: none; } }
  .p-synthesis-index-news__title {
    font-size: 2.5rem;
    font-weight: 900; }
  .p-synthesis-index-news__list {
    width: 100%; }

.slick-box li {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition-duration: 0.75s;
  -o-transition-duration: 0.75s;
  transition-duration: 0.75s;
  border-radius: 50px; }

.slick-box.c-fadein li {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  border-radius: 5px; }

.terms-list li {
  font-size: 1rem;
  color: #666 !important;
  font-weight: 500;
  line-height: 1.75em;
  list-style: decimal !important;
  margin-left: 20px; }

.terms-section {
	font-size: 1.2rem;
	font-weight: 900;
	padding: 10px 0 10px 0;
}

.terms-point {
  font-weight: 900;
  padding: 5px 0 5px 0; }

.p-text--synthesis {
  color: #f26100 !important; }

.l-footer-tab-synthesis-color::before {
  background-color: #f26100 !important; }

/*======================================

  2.サブページ

=======================================*/
/* リンク集 */
.p-link-recomend-box {
  background: #efefef;
  padding: 20px; }
  .p-link-recomend-box h3 {
    padding-bottom: 20px; }
  .p-link-recomend-box-inner {
    background: #fff;
    padding: 20px; }
    .p-link-recomend-box-inner .th {
      vertical-align: middle;
      text-align: left;
      padding-left: 40px;
      line-height: 1.25em;
      width: 15%; }
    .p-link-recomend-box-inner .img {
      vertical-align: middle; }
    .p-link-recomend-box-inner-text {
      padding: 10px 40px 0; }

.value-img img {
  width: 100px; }

/*
*
* 0.共通
* 1.index
*
*/
/*======================================

  0.共通

=======================================*/
.p-vps-bg {
	background-color: #BADC26;
}

.p-vps-bg--light {
  background-color: #d9dbd0; }

.p-vps-color {
	color: #A4CB00;
}

.u-m-b-4 {
  margin-bottom: 4px; }

.c-text--white {
  color: #fff; }

.c-text--gray {
  color: #efefef; }

.c-bg--gray {
  background: #efefef; }

.c-bg--white {
  background: #fff; }
.c-bg--f0 {
  background: #f0f0f0; }
.c-bg--f3 {
  background: #f3f3f3; }
.c-bg--f6 {
  background: #f6f6f6; }
.c-bg--f9 {
  background: #f9f9f9; }

.c-lineheight-175 {
  line-height: 1.75em; }

.c-lineheight-125 {
  line-height: 1.25em; }
.c-lineheight-100 {
  line-height: 1.1em; }

.c-text-align-center {
  text-align: center; }

.c-text-align-right {
  text-align: right; }

.c-text-align-left {
  text-align: left; }

.c-text-b {
  font-weight: bold; }

.c-col1--half-bg__white {
  background: #fff;
  width: 45%;
  text-align: center; }
  @media screen and (max-width: 48em) {
    .c-col1--half-bg__white {
      width: 100%; } }

.c-cell--vertical-align {
  vertical-align: middle; }

.c-lineheight-40 {
  line-height: 40px; }

.c-border-b {
  border-bottom: 1px solid #ddd; }

.l-footer-sitemap-m-b-375 {
  margin-bottom: 37.5px; }

.br-pc {
  display: block; }

.br-sp {
	display: none;
}

@media screen and (max-width: 48em) {
  .br-pc {
    display: none; }
  .br-sp {
    display: block; } }
@media screen and (max-width: 375px){
	.l-global-footer{
		width: 80%;
	}
}
/*======================================

  1.index

=======================================*/
/* キービジュアル */
.rental .p-index-kv{
	margin-top: 60px;
}
.p-index-kv {
  position: relative;
  background-color: #badc26;
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
    top: 100px; }
@media screen and (max-width: 1024px){
	.p-index-kv {
    margin-top: 40px;
    top: 100px;
}
.mv_pc img{
	width: 98%;
}
.mv_pc_img{
	margin-top: 160px;
}	
.main_area{
	width: 95%;
}	
}
  @media screen and (max-width: 48em) {
    .p-index-kv {
      width: 100vw;
      height: 100vw;
    margin-top: -30px; } }
  .p-index-kv__wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; 
	text-align: center;}
    @media screen and (max-width: 48em) {
      .p-index-kv__wrap {
        width: 100%;
        height: 100%; } }
  .p-index-kv-image {
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
    .p-index-kv-image svg {
      height: 100%; }
    .p-index-kv-image.active {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
  .p-index-kv-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    text-shadow: 0 0 0 #fff;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
    .p-index-kv-title span {
	display: block;
	color: #fff;
	text-shadow: 3px 3px 9px #525252;
}
    .p-index-kv-title.active {
      text-shadow: 0 0 30px #fff; }
    .p-index-kv-title__en, .p-index-kv-title $__ja {
      color: #fff; }
    .p-index-kv-title__en {
      font-size: 3.75rem;
      font-weight: 600;
      margin-bottom: 18px;
      letter-spacing: 0.2em; }
      @media screen and (max-width: 48em) {
        .p-index-kv-title__en {
          font-size: 2.75em; } }
    .p-index-kv-title__ja {
      font-size: 1.25rem;
      font-weight: 900;
      letter-spacing: 0.1em; }
  .p-index-kv__label {
    position: absolute;
    top: 50%;
    right: -25px;
    -webkit-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%); }

/* プラン */
.p-vps-index-plan li, .p-vps-index-plan-base li {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  border-radius: 50px; }

.p-vps-index-plan.c-fadein li, .p-vps-index-plan-base.c-fadein li {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  border-radius: 0; }

.p-vps-index-plan-base {
  position: relative; }
  .p-vps-index-plan-base::before {
    content: "OR";
    font-family: "Montserrat", sans-serif;
    font-size: 1.625rem;
    font-weight: 600;
    color: #ccc;
    line-height: 150px;
    text-align: center;
    width: 150px;
    height: 150px;
    border: 4px solid #ccc;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 48em) {
      .p-vps-index-plan-base::before {
        display: none; } }

/* 選ばれる理由 */

.p-index-chosen__image {
  text-align: center; }
  .p-index-chosen__image img {
    height: 100%;
    width: 60%; }
.p-index-chosen__image2 img{
	text-align: center;
	width: 35%;
}
.p-index-chosen .c-col1--half:first-of-type {
  position: relative; }
  
    @media screen and (max-width: 48em) {
      .p-index-chosen .c-col1--half:first-of-type::before {
        display: none; } }

.p-index-info {
   background-image: url("../img/bg_news.png");
   text-align: center;}

/* SERVICE VPSサービス案内 */
.p-service-list-text {
  width: 100%;
  text-align: center;
  background-color: #badc26;
  color: #fff;
  font-weight: 900;
  margin-top: 20px; 
text-align: center;}

/* SERVICE VPSサービスプランと料金 */
.p-service-plan_fee-table {
  margin-bottom: 100px; }
  .p-service-plan_fee-table .p-plan-table__name th {
    background: #f6f6f6; }

.p-service-plan_fee-col1 {
  padding: 0 20px 20px; }
  .p-service-plan_fee-col1 dd, .p-service-plan_fee-col1 dd {
    line-height: 1.5rem;
    vertical-align: middle; }

.p-service-plan_fee-col1__sub {
  background-color: #fff;
  padding: 20px; }

.p-plan-list-item__campaign-caption {
  width: 110px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  background-color: #badc26;
  margin-right: 10px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 900;
  display: inline-block;
  letter-spacing: normal;
  padding-top: 20px; }
  @media screen and (max-width: 48em) {
    .p-plan-list-item__campaign-caption {
      width: 80px;
      height: 35px;
      line-height: 12px;
      padding-top: 15px;
      margin-right: 5px;
      margin-bottom: 10px; }
      .p-plan-list-item__campaign-caption .u-fontSize14 {
        font-size: 11px !important; } }

.p-plan-bg--gray {
  background: #efefef; }

/* リソース変更 */
.c-bg--f7 {
  background: #F7F7F7; }

/* Whois非公開 */
.c-text--blue {
  color: #4cc2dc; }

.op_whois-box {
  padding: 30px; }
  @media screen and (max-width: 48em) {
    .op_whois-box {
      padding: 15px; } }
  .op_whois-box--inner {
    width: 80%;
    margin: 0 auto; }
    @media screen and (max-width: 48em) {
      .op_whois-box--inner {
        width: 100%; } }
    .op_whois-box--inner .title {
      font-weight: 900;
      color: #333;
      text-align: center;
      margin-bottom: 30px; }
      @media screen and (max-width: 48em) {
        .op_whois-box--inner .title {
          margin-bottom: 15px; } }
    .op_whois-box--inner--col2 {
      float: left;
      width: 50%; }
      @media screen and (max-width: 48em) {
        .op_whois-box--inner--col2 {
          width: 100%; } }
    @media screen and (max-width: 48em) {
      .op_whois-box--inner--col2-t {
        margin-bottom: 10px; } }

/* ABLEパネル */
.ablepanel-sp-img li {
  float: left;
  width: 20%; }
  .ablepanel-sp-img li img {
    width: 90%; }

.arrow-none .p-plan-list-item__btn__only::after {
  content: none; }

#ablepanel-menu .p-plan-table__th, #ablepanel-menu .p-plan-table__td, #transfer_able .p-plan-table__th, #transfer_able .p-plan-table__td {
  vertical-align: top; }

#ablepanel-menu dl, #transfer_able dl {
  width: 100%;
  margin-top: 5px; }

#ablepanel-menu dt, #transfer_able dt {
  font-weight: bold; }

#ablepanel-menu dd, #transfer_able dd {
  margin-bottom: 5px; }

#ablepanel-menu ol li, #transfer_able ol li {
  list-style-type: decimal;
  margin-left: 20px; }

/* faq */
.faq-list .p-plan-list-item, .vps-news-past .p-plan-list-item, .sub-col2 .p-plan-list-item {
  margin-bottom: 6px; }

.faq-list .p-plan-list-item__btn__only, .vps-news-past .p-plan-list-item__btn__only, .sub-col2 .p-plan-list-item__btn__only {
  padding: 20px; }
  .faq-list .p-plan-list-item__btn__only p, .vps-news-past .p-plan-list-item__btn__only p, .sub-col2 .p-plan-list-item__btn__only p {
    color: #333;
    text-align: left; }
  .faq-list .p-plan-list-item__btn__only::after, .vps-news-past .p-plan-list-item__btn__only::after, .sub-col2 .p-plan-list-item__btn__only::after {
    top: 50%;
    right: 5px; }

.faq-list-qa .text-q, .faq-list-qa .text-a, .vps-news-past-qa .text-q, .vps-news-past-qa .text-a, .sub-col2-qa .text-q, .sub-col2-qa .text-a {
  padding: 30px 15px;
  text-align: left; }
  .faq-list-qa .text-q dl, .faq-list-qa .text-a dl, .vps-news-past-qa .text-q dl, .vps-news-past-qa .text-a dl, .sub-col2-qa .text-q dl, .sub-col2-qa .text-a dl {
    width: 100%;
    margin-top: 5px; }
  .faq-list-qa .text-q dt, .faq-list-qa .text-a dt, .vps-news-past-qa .text-q dt, .vps-news-past-qa .text-a dt, .sub-col2-qa .text-q dt, .sub-col2-qa .text-a dt {
    font-weight: bold; }
  .faq-list-qa .text-q dd, .faq-list-qa .text-a dd, .vps-news-past-qa .text-q dd, .vps-news-past-qa .text-a dd, .sub-col2-qa .text-q dd, .sub-col2-qa .text-a dd {
    margin-bottom: 5px; }

/* 障害情報 */
.c-section-title--oneline {
  overflow: hidden; }
  .c-section-title--oneline .c-title {
    float: left; }
  .c-section-title--oneline .p-common-contact__btn {
    float: right;
    margin-right: 8px;
    width: 174px; }
    @media screen and (max-width: 48em) {
      .c-section-title--oneline .p-common-contact__btn {
        width: 140px; } }
    .c-section-title--oneline .p-common-contact__btn .c-btn-round-border--black {
      height: 36px;
      line-height: 36px; }
      @media screen and (max-width: 48em) {
        .c-section-title--oneline .p-common-contact__btn .c-btn-round-border--black {
          height: 25px;
          line-height: 25px;
          border: 2px solid #666; } }

.vps-news td {
  padding: 30px 15px; }
  @media screen and (max-width: 48em) {
    .vps-news td {
      padding: 15px 0; } }

@media screen and (max-width: 48em) {
  .vps-news th {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

.vps-news-day {
  width: 15%; }

@media screen and (max-width: 48em) {
  .rental .vps-news-day, .vps .vps-news-day, .synthesis .vps-news-day {
    padding-bottom: 0;
    text-align: left; } }

.c-section-header--oneline .p-common-contact__btn {
  float: right;
  margin-right: 8px;
  width: 200px; }

/* 新着情報 */
.vps-news .p-index-news-list {
  height: 350px; }
  .vps-news .p-index-news-list .p-index-news-item {
    padding: 15px 0;
    border-top: none; }

/* ipv6 */
.ipv6-img-right {
  float: right; }

.ipv6-table-inner-box {
  background: #fff;
  padding: 20px;
  display: block; }

/* trans */
.trans_flow-box1 {
  background: #797979;
  text-align: center;
  padding: 15px; }
  .trans_flow-box1 p {
    color: #fff; }

.trans_flow-box2 {
  background: #E5E5E5;
  padding: 15px;
  margin-bottom: 30px; }

.trans_flow-box3 {
  background: #dadada;
  padding: 15px;
  margin-top: 30px; }
  .trans_flow-box3 .title {
    font-weight: bold;
    text-align: center;
    padding: 15px; }
  .trans_flow-box3-inner {
    padding: 15px;
    margin: 15px;
    background: #fff; }

.trans_flow-box4 {
  background: #797979;
  padding: 15px;
  margin-top: 30px; }
  .trans_flow-box4-inner {
    padding: 15px;
    margin: 15px;
    background: #fff; }
    .trans_flow-box4-inner p {
      color: #f26100; }

.trans_flow-arrow {
  text-align: center;
  margin: 15px 0; }
  .trans_flow-arrow img {
    width: 29px; }
  .trans_flow-arrow-2 {
    text-align: center; }
    @media screen and (max-width: 48em) {
      .trans_flow-arrow-2 img {
        width: 29px; } }

.trans_flow-box-jp {
  float: left;
  width: 49%;
  margin-right: 1%;
  background: url(/common/img/support/arrow_line.png) center repeat-y; }
  .trans_flow-box-jp p {
    color: #333; }
  .trans_flow-box-jp-title {
    background: #FECFE1;
    border: 3px solid #FCA4BD;
    padding: 15px;
    margin: 30px 0;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #000; }
  .trans_flow-box-jp-1 {
    background: #FFE5EF;
    padding: 15px;
    margin: 30px 0 170px 0; }
  .trans_flow-box-jp-2 {
    background: #FFE5EF;
    padding: 15px;
    margin: 30px 0; }
  .trans_flow-box-jp-3 {
    background: #FFE5EF;
    padding: 15px;
    margin: 30px 0 255px 0; }
  .trans_flow-box-jp-4 {
    background: #FFE5EF;
    padding: 15px;
    margin: 30px 0 705px 0; }

.trans_flow-box-gTLD {
  float: left;
  width: 49%;
  background: url(/common/img/support/arrow_line.png) center repeat-y; }
  .trans_flow-box-gTLD p {
    color: #333; }
  .trans_flow-box-gTLD-title {
    background: #C1EDF7;
    border: 3px solid #7FD4E6;
    padding: 15px;
    margin: 30px 0;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #000; }
  .trans_flow-box-gTLD-1 {
    background: #DBF2F7;
    padding: 15px;
    margin: 30px 0; }
  .trans_flow-box-gTLD-2 {
    background: #DBF2F7;
    padding: 15px;
    margin: 30px 0 142px 0; }
  .trans_flow-box-gTLD-3 {
    background: #DBF2F7;
    padding: 15px;
    margin: 30px 0; }
  .trans_flow-box-gTLD-4 {
    background: #DBF2F7;
    padding: 15px;
    margin: 30px 0; }
  .trans_flow-box-gTLD-5 {
    background: #DBF2F7;
    padding: 15px;
    margin: 30px 0; }

.on {
  background: #95D860;
  color: #fff;
  padding: 3px 10px; }

.off {
  background: #D1675A;
  color: #fff;
  padding: 3px 10px; }

/* ご利用料金 */
@media screen and (max-width: 48em) {
  .campaign-banner .u-m-r-40 {
    margin-right: 0 !important;
    margin-bottom: 10px; }
    .campaign-banner .u-m-r-40 span {
      font-size: 16px; }
  .campaign-banner .p-plan-list-item__price-num {
    font-size: 20px; }
  .campaign-banner .p-plan-list-item__campaign-caption {
    width: 80px;
    height: 35px;
    line-height: 12px;
    padding-top: 15px;
    margin-right: 5px;
    margin-bottom: 10px; }
    .campaign-banner .p-plan-list-item__campaign-caption .u-fontSize14 {
      font-size: 11px !important; } }

@media screen and (max-width: 48em) {
  .for-sp .c-btn-round-border-bg--black::after {
    display: none; }
  .win2012-icon img {
    width: 20px; } }

/*
*
* 0.共通
* 1.index
*
*/
/*======================================

  0.共通

=======================================*/
.p-rental-bg {
  background-color: #4cc2dc; }

.p-rental-bg--light {
  background-color: #fff; }

.p-rental-color {
  color: #4cc2dc; }

.p-color-blue {
  color: blue; }

.p-color-pink {
  color: magenta; }

.p-color-green {
  color: green; }

.nobtn::after {
  display: none; }

.rental .l-footer-tab-item--now::before {
  background-color: #4cc2dc !important; }

.rental .p-index-kv {
  background-color: #4cc2dc !important; 
  height: 850px!important;
  margin-top: -20px;}

@media screen and (max-width: 1920px) {
.rental .p-index-kv {
	height: 700px!important;}}

.rental .p-plan-list-item.pick::after {
  background-color: #4cc2dc !important; }

.rental .p-index-campaign .c-btn-round-border--black::before {
  background-color: #4cc2dc !important; }

.u-fontSize175rem {
  font-size: 1.75rem; }

/*共通機能一覧*/
.panel_kakunin span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .panel_kakunin span dl {
    width: 46%;
    float: left;
    background: #f6f6f6;
    padding: 1%;
    margin: 1%; }
    .panel_kakunin span dl dt {
      font-weight: bold; }

/*======================================

  レスポンシブ

=======================================*/

@media screen and (max-width: 1024px) {
.rental .p-index-kv {
    background-color: #4cc2dc !important;
    height: 580px!important;
	margin-top: 65px;}
.campaign-area {
    position: absolute;
    top: 200px;
    background-color: #f66060;
    width: 100%;
    margin: 0 auto;
    text-align: center;	
	}	
.breadcrumbs {
    top: 165px;
}	
}
@media screen and (max-width: 999px) {
.campaign-area {
    top: 220px;
}
}
@media screen and (max-width: 48em) {
  .tDiary img, .xoops img {
    width: 70px;
    }
.rental .p-index-kv {
  height: 570px!important;
  margin-top: -30px;
	}	
.c-section-box{
	margin: 20px auto 0;
	}
.campaign-area {
    position: absolute;
    top: 60px;
    background-color: #f66060;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
 .breadcrumbs {
        top: 70px;
    }	
}
@media screen and (max-width: 480px) {
.rental .p-index-kv {
  height: 70vw!important;
  margin-top: -40px;}
.campaign-area {
    position: absolute;
    top: 60px;
    background-color: #f66060;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.breadcrumbs {
    top: 60px;
}	
}


/* Utility
   ----------------------------------------------------------------- */
/* clearfix
----------------------------------------------------------------------------- */
.u-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.u-clearfix {
  display: inline-block; }

.u-clearfix {
  height: 1%; }

.u-clearfix {
  display: block; }

/* padding
----------------------------------------------------------------------------- */
.u-p-0 {
  padding: 0 !important; }

.u-p-5 {
  padding: 5px !important; }

.u-p-10 {
  padding: 10px !important; }

.u-p-15 {
  padding: 15px !important; }

.u-p-20 {
  padding: 20px !important; }

.u-p-25 {
  padding: 25px !important; }

.u-p-30 {
  padding: 30px !important; }

.u-p-35 {
  padding: 35px !important; }

.u-p-40 {
  padding: 40px !important; }

.u-p-45 {
  padding: 45px !important; }

.u-p-50 {
  padding: 50px !important; }

.u-p-60 {
  padding: 60px !important; }

.u-p-70 {
  padding: 70px !important; }

.u-p-80 {
  padding: 80px !important; }

.u-p-90 {
  padding: 90px !important; }

.u-p-100 {
  padding: 100px !important; }

.u-p-t-0 {
  padding-top: 0 !important; }

.u-p-t-5 {
  padding-top: 5px !important; }

.u-p-t-10 {
  padding-top: 10px !important; }

.u-p-t-15 {
  padding-top: 15px !important; }

.u-p-t-20 {
  padding-top: 20px !important; }

.u-p-t-25 {
  padding-top: 25px !important; }

.u-p-t-30 {
  padding-top: 30px !important; }

.u-p-t-35 {
  padding-top: 35px !important; }

.u-p-t-40 {
  padding-top: 40px !important; }

.u-p-t-45 {
  padding-top: 45px !important; }

.u-p-t-50 {
  padding-top: 50px !important; }

.u-p-t-60 {
  padding-top: 60px !important; }

.u-p-t-70 {
  padding-top: 70px !important; }

.u-p-t-80 {
  padding-top: 80px !important; }

.u-p-t-90 {
  padding-top: 90px !important; }

.u-p-t-100 {
  padding-top: 100px !important; }

.u-p-r-0 {
  padding-right: 0 !important; }

.u-p-r-5 {
  padding-right: 5px !important; }

.u-p-r-10 {
  padding-right: 10px !important; }

.u-p-r-15 {
  padding-right: 15px !important; }

.u-p-r-20 {
  padding-right: 20px !important; }

.u-p-r-25 {
  padding-right: 25px !important; }

.u-p-r-30 {
  padding-right: 30px !important; }

.u-p-r-35 {
  padding-right: 35px !important; }

.u-p-r-40 {
  padding-right: 40px !important; }

.u-p-r-45 {
  padding-right: 45px !important; }

.u-p-r-50 {
  padding-right: 50px !important; }

.u-p-r-60 {
  padding-right: 60px !important; }

.u-p-r-70 {
  padding-right: 70px !important; }

.u-p-r-80 {
  padding-right: 80px !important; }

.u-p-r-90 {
  padding-right: 90px !important; }

.u-p-r-100 {
  padding-right: 100px !important; }

.u-p-b-0 {
  padding-bottom: 0 !important; }

.u-p-b-5 {
  padding-bottom: 5px !important; }

.u-p-b-10 {
  padding-bottom: 10px !important; }

.u-p-b-15 {
  padding-bottom: 15px !important; }

.u-p-b-20 {
  padding-bottom: 20px !important; }

.u-p-b-25 {
  padding-bottom: 25px !important; }

.u-p-b-30 {
  padding-bottom: 30px !important; }

.u-p-b-35 {
  padding-bottom: 35px !important; }

.u-p-b-40 {
  padding-bottom: 40px !important; }

.u-p-b-45 {
  padding-bottom: 45px !important; }

.u-p-b-50 {
  padding-bottom: 50px !important; }

.u-p-b-60 {
  padding-bottom: 60px !important; }

.u-p-b-70 {
  padding-bottom: 70px !important; }

.u-p-b-80 {
  padding-bottom: 80px !important; }

.u-p-b-90 {
  padding-bottom: 90px !important; }

.u-p-b-100 {
  padding-bottom: 100px !important; }

.u-p-l-0 {
  padding-left: 0 !important; }

.u-p-l-5 {
  padding-left: 5px !important; }

.u-p-l-10 {
  padding-left: 10px !important; }

.u-p-l-15 {
  padding-left: 15px !important; }

.u-p-l-20 {
  padding-left: 20px !important; }

.u-p-l-25 {
  padding-left: 25px !important; }

.u-p-l-30 {
  padding-left: 30px !important; }

.u-p-l-35 {
  padding-left: 35px !important; }

.u-p-l-40 {
  padding-left: 40px !important; }

.u-p-l-45 {
  padding-left: 45px !important; }

.u-p-l-50 {
  padding-left: 50px !important; }

.u-p-l-60 {
  padding-left: 60px !important; }

.u-p-l-70 {
  padding-left: 70px !important; }

.u-p-l-80 {
  padding-left: 80px !important; }

.u-p-l-90 {
  padding-left: 90px !important; }

.u-p-l-100 {
  padding-left: 100px !important; }

/* margin
----------------------------------------------------------------------------- */
.u-m-t-0 {
  margin-top: 0 !important; }

.u-m-t-5 {
  margin-top: 5px !important; }

.u-m-t-10 {
  margin-top: 10px !important; }

.u-m-t-15 {
  margin-top: 15px !important; }

.u-m-t-20 {
  margin-top: 20px !important; }

.u-m-t-25 {
  margin-top: 25px !important; }

.u-m-t-30 {
  margin-top: 30px !important; }

.u-m-t-35 {
  margin-top: 35px !important; }

.u-m-t-40 {
  margin-top: 40px !important; }

.u-m-t-45 {
  margin-top: 45px !important; }

.u-m-t-50 {
  margin-top: 50px !important; }

.u-m-t-60 {
  margin-top: 60px !important; }

.u-m-t-70 {
  margin-top: 70px !important; }

.u-m-t-80 {
  margin-top: 80px !important; }

.u-m-t-90 {
  margin-top: 90px !important; }

.u-m-t-100 {
  margin-top: 100px !important; }

.u-m-r-0 {
  margin-right: 0 !important; }

.u-m-r-5 {
  margin-right: 5px !important; }

.u-m-r-10 {
  margin-right: 10px !important; }

.u-m-r-15 {
  margin-right: 15px !important; }

.u-m-r-20 {
  margin-right: 20px !important; }

.u-m-r-25 {
  margin-right: 25px !important; }

.u-m-r-30 {
  margin-right: 30px !important; }

.u-m-r-35 {
  margin-right: 35px !important; }

.u-m-r-40 {
  margin-right: 40px !important; }

.u-m-r-45 {
  margin-right: 45px !important; }

.u-m-r-50 {
  margin-right: 50px !important; }

.u-m-r-60 {
  margin-right: 60px !important; }

.u-m-r-70 {
  margin-right: 70px !important; }

.u-m-r-80 {
  margin-right: 80px !important; }

.u-m-r-90 {
  margin-right: 90px !important; }

.u-m-r-100 {
  margin-right: 100px !important; }

.u-m-b-0 {
	margin-bottom: 0 !important;
}
.u-m-b-1 {
  margin-bottom: 1 !important; }
.u-m-b-2 {
  margin-bottom: 2 !important; }
.u-m-b-3 {
  margin-bottom: 3 !important; }
.u-m-b-4 {
  margin-bottom: 4 !important; }

.u-m-b-5 {
  margin-bottom: 5px !important; }
.u-m-b-6 {
  margin-bottom: 6px !important; }
.u-m-b-7 {
  margin-bottom: 7px !important; }
.u-m-b-8 {
  margin-bottom: 8px !important; }
.u-m-b-9 {
  margin-bottom: 9px !important; }

.u-m-b-10 {
  margin-bottom: 10px !important; }
.u-m-b-11 {
  margin-bottom: 11px !important; }
.u-m-b-12 {
  margin-bottom: 12px !important; }
.u-m-b-13 {
  margin-bottom: 13px !important; }
.u-m-b-14 {
  margin-bottom: 14px !important; }

.u-m-b-15 {
  margin-bottom: 15px !important; }
.u-m-b-16 {
  margin-bottom: 16px !important; }
.u-m-b-17 {
  margin-bottom: 17px !important; }
.u-m-b-18 {
  margin-bottom: 18px !important; }
.u-m-b-19 {
  margin-bottom: 19px !important; }

.u-m-b-20 {
}
.u-m-b-21 {
  margin-bottom: 21px !important; }
.u-m-b-22 {
  margin-bottom: 22px !important; }
.u-m-b-23 {
  margin-bottom: 23px !important; }
.u-m-b-24 {
  margin-bottom: 24px !important; }

.u-m-b-25 {
  margin-bottom: 25px !important; }
.u-m-b-26 {
  margin-bottom: 26px !important; }
.u-m-b-27 {
  margin-bottom: 27px !important; }
.u-m-b-28 {
  margin-bottom: 28px !important; }
.u-m-b-29 {
  margin-bottom: 29px !important; }

.u-m-b-30 {
  margin-bottom: 30px !important; }
.u-m-b-31 {
  margin-bottom: 31px !important; }
.u-m-b-32 {
  margin-bottom: 32px !important; }
.u-m-b-33 {
  margin-bottom: 33px !important; }
.u-m-b-34 {
  margin-bottom: 34px !important; }

.u-m-b-35 {
  margin-bottom: 35px !important; }

.u-m-b-40 {
  margin-bottom: 40px !important; }

.u-m-b-45 {
  margin-bottom: 45px !important; }

.u-m-b-50 {
  margin-bottom: 50px !important; }

.u-m-b-60 {
  margin-bottom: 60px !important; }

.u-m-b-70 {
  margin-bottom: 70px !important; }

.u-m-b-80 {
  margin-bottom: 80px !important; }

.u-m-b-90 {
  margin-bottom: 90px !important; }

.u-m-b-100 {
  margin-bottom: 100px !important; }

.u-m-l-0 {
  margin-left: 0 !important; }

.u-m-l-5 {
  margin-left: 5px !important; }

.u-m-l-10 {
  margin-left: 10px !important; }

.u-m-l-15 {
  margin-left: 15px !important; }

.u-m-l-20 {
  margin-left: 20px !important; }

.u-m-l-25 {
  margin-left: 25px !important; }

.u-m-l-30 {
  margin-left: 30px !important; }

.u-m-l-35 {
  margin-left: 35px !important; }

.u-m-l-40 {
  margin-left: 40px !important; }

.u-m-l-45 {
  margin-left: 45px !important; }

.u-m-l-50 {
  margin-left: 50px !important; }

.u-m-l-60 {
  margin-left: 60px !important; }

.u-m-l-70 {
  margin-left: 70px !important; }

.u-m-l-80 {
  margin-left: 80px !important; }

.u-m-l-90 {
  margin-left: 90px !important; }

.u-m-l-100 {
  margin-left: 100px !important; }

/* font size（フォントサイズを固定したい時のみ使用）
----------------------------------------------------------------------------- */
.u-fontSize12 {
  font-size: 12px !important; }

.u-fontSize14 {
  font-size: 14px !important; }

.u-fontSize15 {
  font-size: 15px !important; }

.u-fontSize16 {
  font-size: 16px !important; }

.u-fontSize18 {
  font-size: 18px !important; }

.u-fontSize20 {
  font-size: 20px !important; }

.u-fontSize25 {
  font-size: 25px !important; }

/*5%還元
----------------------------------------------------------------------------- */
.kangen{
    display:block;
    margin: 100px 0px 0px 0px;
text-align: center;}

.kangen img{
    margin: 10px}

.width_20{
    width: 20%;}

@media (max-width: 500px) {
    .kangen{
    width: 340px;
    margin: 210px 0px 0px 0px;
    text-align: center;
    }
    .campaign_top_margin {
    margin-top: 30px;
    }
    .c-section-box{
     width: 360px;
    }
    .win_price_br{
        display: none;
    }
}

/*
----------------------------------------------------------------------------- */




/*　色
----------------------------------------------------------------------------- */
.bg_D9DBD0{
  background-color:#D9DBD0;
}
.bg_FFFFDD{
  background-color:#FFFFDD;
}
.bg_FFFFEE{
  background-color:#FFFFEE;
}
.bg_FFCC66{
  background-color:#FFCC66;
}
.bg_FFCC77{
  background-color:#FFCC77;
}
.bg_FFCC88{
  background-color:#FFCC88;
}
.bg_FFDD99{
  background-color:#FFDD99;
}
.bg_E8F9ED{
  background-color:#f5fff8;
}
.bg_ACEAC0{
  background-color:#ACEAC0;
}
.bg_50D37A{
  background-color:#50D37A;
}
.bg_5acc7e{
  background-color:#5acc7e;
}




.bg_D9DBD0_padding{
  background-color:#D9DBD0;
  padding:50px 0px 2px 0px;
}



.txt_EE0000{
    color:#EE0000;
}
.txt_ff4500{
    color:#ff4500;
}

.text_bottom{
    position: relative;}
.text_bottom2{
    position: absolute;
}

/*　高さ
----------------------------------------------------------*/
.height_25{height:25px;}
.height_30{height:30px;}
.height_35{height:35px;}




/*　ボーダー
----------------------------------------------------------*/
.border_top_1c{
border-top: 1px solid #ccc;
}
.border_top_1d{
border-top: 1px solid #ddd;
}

/* link
----------------------------------------------------------------------------- */
a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

/* font
----------------------------------------------------------------------------- */
.u-en {
	font-family: "Montserrat", sans-serif;
	padding-top: 0px;
}

/* 余白の基準　差が出ないように基本はこれを使用
----------------------------------------------------------------------------- */
.u-base-p-tb {
  padding: 100px 0; }
  @media screen and (max-width: 48em) {
    .u-base-p-tb {
      padding: 10vw 0; } }
  .u-base-p-tb--half {
    padding: 50px 0; }
    @media screen and (max-width: 48em) {
      .u-base-p-tb--half {
        padding: 5vw 0; } }

.u-base-m-b {
  margin-bottom: 100px; }
  @media screen and (max-width: 48em) {
    .u-base-m-b {
      margin-bottom: 10vw; } }
  .u-base-m-b--half {
	  margin-bottom: 100px;
}
    @media screen and (max-width: 48em) {
      .u-base-m-b--half {
        margin-bottom: 5vw; } }

.u-base-p-b {
  padding-bottom: 100px; }
  @media screen and (max-width: 48em) {
    .u-base-p-b {
      padding-bottom: 10vw; } }
  .u-base-p-b--half {
    padding-bottom: 50px;
	}
    @media screen and (max-width: 48em) {
      .u-base-p-b--half {
        padding-bottom: 5vw; 
		width: 95%;
    	margin: 0 auto;
		position: relative;
    	top: 40px;}
}
    @media screen and (max-width: 30em) {
      .u-base-p-b--half {
        padding-bottom: 5vw; 
		width: 100%;
    	margin: 0 auto;
		top: -150px;}
}
  .u-base-p-b--30px {
    padding-bottom: 30px; 
	z-index: 20;
}

.u-base-p-t {
  padding-top: 100px; }
  @media screen and (max-width: 48em) {
    .u-base-p-t {
      padding-top: 10vw; } }
  .u-base-p-t--half {
    padding-top: 50px;
}
    @media screen and (max-width: 48em) {
      .u-base-p-t--half {
        padding-top: 5vw; } }


@media screen and (max-width: 48em) {
  .sp-u-base-m-b {
    margin-bottom: 10vw; } }

@media screen and (max-width: 48em) {
  .sp-u-base-m-b--half {
    margin-bottom: 5vw; } }


select {
border-style:solid;
border-width:2px;
height:35px;
}

a.p-vps-color2 {
  color: #0000ff;
}


/*---------------------------------------------------------------------
ここから　　＜　戻るボタン　用
---------------------------------------------------------------------*/

.c-btn-round-border--black2{
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 0.875rem;
    font-weight: 900;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    z-index: 0; }
    /*.c-btn-round-border--black2::after{
      /*content: "\e5cc";*/
.c-btn-round-border--black2::before{
        content: "\e5cb";

      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga' 1;
      font-feature-settings: 'liga' 1;
      -webkit-font-smoothing: antialiased;
      vertical-align: middle;
      font-weight: 500;
      font-size: 1.5625rem;
      position: absolute;
      top: 50%;
      left: 20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 0; }
    .c-btn-round-border--black2::after{
      content: "";
      border-radius: 25px;
      background-color: #fff;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 1;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease; }


.c-btn-round-border--black2:hover::after{
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5); }
.c-btn-round-border--black2 {
color: #333;
border: 4px solid #666; }
.c-btn-round-border--black2::before {
color: #666; }
.c-btn-round-border--black2:hover {
background-color: #666;
color: #fff; }
.c-btn-round-border--black2:hover::before {
color: #fff; }



.p-index-campaign .c-btn-round-border--black2::after {
    background-color: #badc26; }


@media screen and (max-width: 48em) {
  .c-btn-round-border--black2::before {
    left: 5px; } }


.c-btn-round-border--black2 {
height: 42px;
line-height: 42px; }
@media screen and (max-width: 48em) {
.c-btn-round-border--black2 {
  height: 25px;
  line-height: 25px;
  border: 2px solid #666; } }


.c-btn-round-border--black2::after {
  /*background-color: #4cc2dc !important; }*/
    background-color: #fff !important; }

/*---------------------------------------------------------------------
ここまで　　＜　戻るボタン　用
---------------------------------------------------------------------*/

.td_right {
	border-left-color: #767676;
	border-right: 1px solid #B3B3B3;
	border-bottom-color: #767676;
	border-top-color: #767676;
	vertical-align: middle;
	font-weight: normal;
}

.text_left {
	 display: inline-block;
	text-align: left;
}

.select_rds {
	width: 52px;
	height: 40px;
	font-size: 1.2em;
	background-color: #FFFFFF;
	border-width: 2px;
	padding-left: 5px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;


	background-image: url("../../common/img/icon_arrow.png");
	background-repeat: no-repeat;
	background-size: 15px 40px;
	background-position: right 0px center;

}

.rds_box {
	background-color: #EFEFEF;
	padding: 10px;
	-webkit-box-shadow: 3px 3px 2px #E9E9E9;
	box-shadow: 3px 3px 2px #E9E9E9;

}

.p-index-campaign-list {
    position: relative;
    overflow-y: scroll;
    height: 400px;
}

.campaign2020_table {
	width: 90%;
	background-color: #FFFFEE;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border: 1px solid #C3C3C3;
}
.campaign2020_table td {
	border-right: 1px solid #B7B7B7;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.1em;
	width: auto;
}
.campaign2020_table_tr {
	border-bottom: 1px solid #B7B7B7;
}
.campaign2020_table_bg_e8{
	background-color: #E8E8E8;
    font-size: 1.3em;
	font-weight: bold;
}
.campaign2020_table_bg_fa{
	background-color: #FFF496;
}
.campaign2020_txt_b{
	font-weight: bold;
}
.campaign2020_txt_b14{
	font-size: 1.4em;
	font-weight: bold;
}
.campaign2020_txt_b14r{
	font-size: 1.4em;
	font-weight: bold;
	color: #F26100;
}
.campaign2020_txt_b16{
	font-size: 1.6em;
	font-weight: bold;
}
.campaign2020_txt_b18{
	font-size: 1.8em;
	font-weight: bold;
}
.campaign2020_txt_b11{
	font-size: 1.1em;
	font-weight: bold;
    color:#f26100;
}

.campaign2022_table {
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	margin: 20px 0px 20px 0px;
	border: 1px solid #C3C3C3;
	font-weight: bold;
    min-width: 340px;
}

.table-wrap {
  overflow-x:auto;
}
.campaign2022_table td {
	border-right: 1px solid #B7B7B7;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.1em;
}

@media screen and (max-width: 48em) {
.campaign2022_table td {
    font-size: 10px;
    line-height: 12px;
    padding-left: 0px;
    padding-right: 0px;
}
}

.campaign2022_table_tr {
	border-bottom: 1px solid #B7B7B7;
}
.bg_color_ffe {
	background-color: #FFFFEE;
}
.bg_color_fff {
	background-color: #FFFFFF;
}


.campaign2022_table_bg_e8{
	background-color: #E8E8E8;
    font-size: 1.3em;
	font-weight: bold;
}
.campaign2022_table_bg_fa{
	background-color: #FFF496;
}
.campaign2022_txt_b{
	font-weight: bold;
}
.campaign2022_txt_b14{
	font-size: 1.4em;
	font-weight: bold;
}
.campaign2022_txt_b16{
	font-size: 1.6em;
	font-weight: bold;
}
.campaign2022_txt_b18{
	font-size: 1.8em;
	font-weight: bold;
}
.campaign2022_txt_b11{
	color: #F21E00;
}
.campaign2022_txt_b08{
	font-size: 0.8em;
	font-weight:normal;
}
.campaign2022_txt_12{
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}
.campaign2022_txt_b12{
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}
.campaign2022_txt_b12r{
	font-size: 12px;
	font-weight: bold;
	color:#EE0000;
}
.campaign2022_txt_b12r2{
	font-size: 12px;
	font-weight: bold;
	color: #ff1432;
	line-height: 14px;
	padding-top: 0px;
}
.campaign2022_txt_b12_black{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 14px;
	padding-top: 0px;
}
.campaign2022_txt_b12r2b{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-right: 6px;
	margin-bottom: 2px;
	display:block
}

.campaign2022_txt_b14r{
	font-size: 14px;
	font-weight: bold;
	color:#EE0000;
}
.campaign2022_txt_b14r2{
	font-size: 14px;
	font-weight: bold;
	color:#ff1432;
}.campaign2022_txt_b16{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
.campaign2022_txt_b16r{
	font-size: 16px;
	font-weight: bold;
	color: #EE0000;
	line-height:16px;
}
.campaign2022_txt_b16r2{
	font-size: 16px;
	font-weight: bold;
	color: #ff1432;
	line-height: 16px;
}
.campaign2022_txt_b18r{
	font-size: 18px;
	font-weight: bold;
	color: #EE0000;
	line-height:16px;
}
.campaign2022_txt_20{
	font-size: 20px;
	font-weight:normal;
	color: #000000;
	line-height:26px;
}
.campaign2022_txt_b20{
	font-size: 20px;
	font-weight:bold;
	color: #000000;
	line-height:0px;
}
.campaign2022_txt_b20r{
	font-size: 20px;
	font-weight: bold;
	color: #EE0000;
	line-height:20px;
}
.campaign2022_txt_22{
	font-size: 22px;
	font-weight:normal;
	color: #000000;
	line-height:30px;
}
.campaign2022_txt_22{
	font-size: 22px;
	font-weight:normal;
	color: #000000;
	line-height:30px;
}
.campaign2022_txt_b22{
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	line-height:-10px;
}
.campaign2022_txt_b22r{
	font-size: 22px;
	font-weight: bold;
	color: #EE0000;
	line-height:22px;
}
.campaign2022_txt_24{
	font-size: 24px;
	font-weight:normal;
	color: #000000;
	line-height:24px;
}
.campaign2022_txt_b24{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height:24px;
}
.campaign2022_txt_b24r{
	font-size: 24px;
	font-weight: bold;
	color: #EE0000;
	line-height:24px;
}
.campaign2022_txt_b24r2{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height:24px;
}
.campaign2022_txt_b26r{
	font-size: 26px;
	font-weight: bold;
	color: #EE0000;
	line-height:26px;
}
.campaign2022_txt_b28r{
	font-size: 28px;
	font-weight: bold;
	color: #ff1432;
	line-height: 28px;
}
.campaign2022_txt_b30r{
	font-size: 30px;
	font-weight: bold;
	color: #ff1432;
}
.campaign2022_txt_b32{
	font-size: 32px;
	font-weight: bold;
	color: #000;
	line-height: 36px;
}
.campaign2022_txt_b32r{
	font-size: 32px;
	font-weight: bold;
	color: #ff1432;
	line-height: 36px;
}
.campaign2022_txt_b32_black{
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	line-height: 36px;
}
.campaign2022_txt_b32r2{
	font-size: 32px;
	font-weight: bold;
	color: #ff1432;
	line-height: 48px;
}
.campaign2022_txt_b32r2b{
	font-size: 32px;
	font-weight: bold;
	color: #000;
	line-height: 48px;
}
.campaign2022_txt_b32rb{
	font-size: 32px;
	font-weight: bold;
	color: #000000;
}
.txt_b{
	font-weight: bold;
}
.txt_red{
	color: #ff1432;
}

@media screen and (max-width: 48em) {
	.campaign2022_table {
		width: 240%;
		overflow:scroll;
	}
	.campaign2022_table td,.campaign2022_txt_b08,.campaign2022_txt_b11{
	font-size: 12px;
	}
}

#kasou-price {
	margin-bottom: 100px;
}

.cam_175 {
    font-size: 1.75rem;
    color: #EE0000;
}

.onetime{
  pointer-events: none;
}

.text_12 {
	font-size: 14px;
}
.text_12n {
	font-size: 12px;
	font-weight: normal;
}
.text_13n {
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
}
.text_14n {
	font-size: 14px;
	font-weight: normal;
}

.questionnaire li {
	display: inline-block;
}
.questionnaire .label {
	margin: 10px 0px 10px 20px;
	padding:20px 20px 20px 60px;	
}
.questionnaire-text{
	display: inline-block;
	background:#FFFFFF;
	padding:0px 0px;
	margin: 0px 10px 0px 10px;
	font-size: 1.1em;
}

.terms-list {
	padding-left: 40px;
}

.questionnaire-box {
	display: inline-block;
	margin-left: 20px;
	padding: 14px 20px;
	background: #EFEFEF;
	margin-bottom: 10px;
	font-weight: bold;
	  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.questionnaire-div {
	background-color: #fff;
	padding: 50px;
	width: 94%;
	margin: 0 auto 50px auto;
}
@media screen and (max-width: 48em) {
.questionnaire-div {
	padding: 10px 0px 10px 0px;
	width: 100%;
	margin: 0 auto 50px auto;
}
}
.questionnaire-div h3{
	margin: 10px 0px;
}
.text_size1{
	font-size: large;
	color: #262626;
}

.rds_box02 {
	background-color: #D9DBD0;
	padding: 50px;
}

.rds_box03 {
	text-align: right;
	padding: 4px 20px 2px 20px; 
}

.rds_box04 {
	display: block;
}
.new_mark{
    position: relative;
    width: 100px;
    height: 30px;
}
.new_mark::before{
	content: "NEW";
	padding: 0px 26px;
	background-color: #FF1432;
	border-radius: 15px 15px 15px 0;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 900;
	text-align:center;
	line-height: 30px;
	position: absolute;
	z-index:9999;
	top: 0;
	right: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width: 48em) {
.new_mark::before{
	margin-top: 20px;
	}}
@media screen and (max-width: 48em) {
	.tbl-rds_div{
		width: 90%;
		margin-left: 10px;
	}
	.tbl-rds_div .u-base-m-b--half{
		margin: 10px;
	}
 .tbl-rds {
    width: 90%;
	 margin: 0 auto;
  }
 .thead,.thead_th{
    display: none;
  }
  .tbl-rds tr {
    width: 90%;
  }
 .tbl-rds td {
    display: block;
    text-align: left;
    width: 100%;
  }
  .tbl-rds td:first-child {
    font-weight: bold;
    text-align: center;
  }
  .tbl-rds td:before {
    content: attr(data-label);
    float: left;
	  background: #E1E1E1;
	  padding: 4px;
	  width: 80px;
    font-weight: bold;
    margin-right: 10px;
  }
}
.office_p{
	font-weight: bold;
	margin-top: 10px;
}
.office_p img{
		vertical-align: middle;
}
.office_p a{
		vertical-align: middle;
		margin-left: 4px;
}
.office_ico{
	margin-top: 8px;
}
.office_ico img{
	margin-left: 2px;
}
.office_rogo{
	margin-right: 20px;
}
 .border-bottom_bbb {
  border-bottom: 1px solid #bbb; }
.micra_div01 {
	margin-top: 30px;
}
.micra_div02 {
	margin-bottom: 60px;
}
.micra_div02 li {
	margin-bottom: 20px;
}
.micra_div02 img{
	margin: 10px;
}
.micra_div03 {
	margin: 50px;
}
.micra_div03 pre {
white-space: pre-wrap;
}
.memory{
	margin: 50px 15px 0;
	background-color: #fff;
	display: inline-block;
}
.memory img{
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
}
.memory a:hover{
	opacity: 0.8;
}
p .p-vps-color2{
	text-decoration: none;
	color: #333333;

}
.p-vps-color2 span{
	border-bottom: solid 1px #eb3c00;
	color: #eb3c00;
}
.office_p{
    position: relative;
    background: #FFFFFF;
    padding: 10px 15px;
    text-align: center;
    border: 2px solid #CACACA;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    margin: 30px 0 0;
}
.office_p:after,.office_p:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:50%;
}
.office_p:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:19px;
    border-bottom-width:19px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#FFFFFF;
}
.office_p:before{
    border-color: rgba(202, 202, 202, 0);
    border-top-width:22px;
    border-bottom-width:22px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    margin-bottom: 2px;
    border-bottom-color:#CACACA;
}
.c-heading-01{
    border-bottom: 5px #badc26 dotted;
	display: inline-block;
	padding: 0 20px 5px;
	margin-bottom: 20px;
	font-size: 40px;
	text-align: center;
}
.minecraft{
	color: #0000ff;
}
  .c-heading-01 br {
    display: none; }
@media screen and (max-width: 48em){
.c-section-header {
	text-align: center;
	}}
    @media screen and (max-width: 48em) {
      .c-heading-01 br {
        display: inline; } }
  @media screen and (max-width: 48em) {
    .c-heading-01 {
      line-height: 1.35em;
	  font-size: 30px;} }

@media screen and (max-width: 48em) {
	.micra_div03 {
	margin: 10px 0px 30px 4px;
	}
}

.ca20230220 {
	background: #badc26;
	 text-shadow: 2px 2px 0px #fff,-1px -1px 0px #fff,2px -2px 0px #fff,-2px 2px 0px #fff;
}
.campaign_mark{
    position: relative;
    width: 250px;
    height: 30px;
}
.campaign_mark::before{
	content: "キャンペーン";
	padding: 0px 26px;
	background-color: #FFB413;
	border-radius: 15px 15px 15px 0;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 900;
	text-align:center;
	line-height: 30px;
	position: absolute;
	z-index:9999;
	top: 0;
	right: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {

@media screen and (max-width: 48em) {
.campaign_mark::before{
	margin-top: 20px;
	}

.slick-track {
    position: relative;
    top: 110px;
    left: 342px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.osusume {
    position: absolute;
    top: -83px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.osusume img{
	max-width: 230px;
	margin: 0 auto;
}	
#pageTop a {
    display: block;
    z-index: 999;
    padding: 0;
    width: 75px;
    height: 120px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}	
.orange-btn{
	width: auto;
	}
.gray-btn{
	width: auto;
	}
	
.main_area section {
    margin-bottom: 80px;
}	
.mv_pc{
	display: none;
}	

.mv_sp_img {
    background-image: url(../img/lp/bg_space.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    text-align: center;
    margin-top: 60px;
    padding-bottom: 50px;
}
.mv_sp_img_2{
	background-color: #1d8096;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
	text-align: center;
	padding-bottom: 50px;
	display: block;
}
.mv_sp_img_2 img{
	margin-top: -50px;
}
.mv_sp_img_2 p{
	font-weight: bold;
	color: #fff;
	font-size: 18px;
    margin-bottom: 10px;
}	
.mv_pc_img_2 p {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.mv_sp_img_2 .btn-area{
	width: 90%;
    margin: 0 auto;
}	
h2 p {
	font-size: 22px;
	line-height: 1.3em;
}	
.table-wrapper {
    border-radius: 10px;
    overflow: hidden;
    border: 4px solid #1991ac;
    width: 90%;
    margin: 0 auto;
}
.resource-graph th, .resource-graph td {
    padding: 10px;
}
.ablenet-resource td {
    color: #ff6702;
    font-size: 16px;
    font-weight: bold;
}	
.ablenet-st span {
    font-size: 10px;
}
.other-companies span {
    font-size: 10px;
}	
.sp-br{
	display: block;
}
.flex-area {
    display: block;
}	
.features {
    margin: 0 auto 40px;
    width: 90%;
    text-align: center;
}
.features img {
	width: 60%;
}	
.mv_pc_img_2 .btn-area{
	width: 90%;
    margin: 0 auto;
}	
.yellow-btn {
    font-size: 23px;
    width: 90%;
    height: 50px;
}
.arrow-icon::after {
    right: 30px;
}	
}
@media screen and (max-width: 480px){
	#pageTop{
		bottom: 60px!important;
	}
.p-plan-list-item__btn span {
    color: #fff;
    font-size: 1.3rem;
}
.p-plan-list-item__btn::after {
    top: 28px;
    right: 20px;
}
@media screen and (max-width: 320px) {
.mv_sp_img {
    margin-top: 60px;
}	
.yellow-btn {
    font-size: 18px;
    width: 90%;
    height: 50px;
}
}
}	
}