@charset "UTF-8";

/*.main-content{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}*/
.news-item .col .img img {

    width: auto;
    max-height: 200px;
    display: block;
    text-align: center;
    margin: auto;

}
.news-item .col.ds-column {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.news-item .col.ds-column .img img {
  max-height: initial;
}
.news-item .col.ds-column .date,
.news-item .col.ds-column .columnTtl {
  display: block;
  padding: 15px;
}
.news-item .col.ds-column .date span {
  background: #ea323b;
  display: inline-block;
  color: #fff;
  border-radius: 15px;
  padding: 5px;
  font-size: 0.8em;
  margin-right: 10px;
}
.news-box dl dt img{
	border: none;
}
.mb10{
	margin-bottom: 10px;
}
.ml10{
	margin-left: 10px;
}
.mt10{
	margin-top: 10px!important;
}
.Parts-1-2,.Parts-2-1,.blockParts-id-2{
	margin-bottom: 30px;
}
.Parts-1-3,.blockParts-id-3{
	margin-bottom: 25px;
}
.blockParts-id-8,.blockParts-id-9,.blockParts-id-14{
	margin-bottom: 20px;
}
.vcmbPC20 {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
	.pcmt10{
		margin-top: 10px;
	}
	.pcmb30{
		margin-bottom: 30px;
	}
	.pcmb60{
		margin-bottom: 60px;
	}
	.pcmb70{
		margin-bottom: 70px;
	}
}
@media (max-width: 768px) {
  .vcmbPC20 {
    margin-bottom: 0;
  }
	.pcmb60{
		margin-bottom: 40px;
	}
	.pcmb70{
		margin-bottom: 40px;
	}
  
}

.vcmb10{
	margin-bottom: 10px;
}
.vcmb30{
	margin-bottom: 30px;
}
.vcmb40{
	margin-bottom: 40px;
}
.vcmb50{
	margin-bottom: 50px;
}


.fl{
	float: left;
}
.fr{
	float: right
}
.tac{
	text-align: center;
}
.tar{
	text-align: right;
}

img{
	height: auto
}

.fcred{
	color: #ea323b;
}

.fcpink{
	color: #fd686f;
}

#VcArea-MainColum h2{
	margin-top: 60px;
}
#VcArea-MainColum h2:first-child{
	margin-top: auto;
}

@media (min-width: 769px) {
.pcnone{
	display: none
}
/*画像の枠用*/
.main_wrap{
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    max-height: 1080px;
}

/*網画像用*/
.main_inner{
    background-image: url(../img/dot.png);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100;
}
}
@media (max-width: 768px) {
.spnone{
	display: none
}
}

.fint-tab .items {
  margin-bottom: 35px;
  background: #f5f5f5;
}

.fint-tab .items:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {

.fint-tab .items:last-child .ttl:after {
  display: none;
}
}
.fint-tab .items .ttl {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  background: #dddddd;
  float: left;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 133px;
}
.fint-tab .items:nth-child(odd) .ttl {
	background: #ea323b;
	color: #FFF;
}
@media screen and (max-width: 768px) {
  .fint-tab .items .ttl {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
	min-height: inherit;
  }
}

.fint-tab .items .ttl:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  border-left: solid 11px transparent;
  border-right: solid 11px transparent;
  border-top: solid 11px #dddddd;
}
.fint-tab .items:nth-child(odd) .ttl:after {
  border-top: solid 11px #ea323b;
}
.fint-tab .items .txt {
  float: left;
  width: calc(100% - 260px);
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 133px;
  }

@media screen and (max-width: 768px) {
  .fint-tab .items .txt {
    width: calc(100% - 100px);
    padding: 10px;
    min-height: 60px;
    font-size: 13px;
    font-size: 1.3rem;
	min-height: inherit;
  }
}

li .dot{
	margin-bottom: 5px;
}
li .dot:before {
  content: "・";
  margin-left: -1em;
	color: #ea323b;
}
.vibt-side-bar {
    border-bottom: 1px solid #ddd;
    background-color: #f3f3f3;
}
.vibt-side-bar a {
    position: relative;
    display: block;
    padding: 18px 20px;
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
}
.vibt-side-bar a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 11px;
    height: 16px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/ico_arow_right.png);
        background-size: auto;
    background-size: cover;
}
@media screen and (min-width: 769px) {
.plan-plus.col-3 .item {
    margin-bottom: 40px;
}
}
img.news_main {
    border: none;
}

.support-table th{
	width: 30%;
	padding-right: 15px;
}

.support-table textarea{
	width: 90%;
}

.support-table th,.support-table td {

    border-bottom: #eceeea 1px solid;
    text-align: left;
    padding: 15px 10px 12px;
}

.support-table p{
	margin-bottom: 5px;
}
input, textarea {

    border: 1px solid #ccc;
    font-size: 16px !important;
    padding: 5px 5px 3px;
}

.mincho.fs17.fc_green{
	color: #fd686f;
	font-size: 1.2em;
	margin-top: 20px;
}

@media screen and ( max-width:768px) { 
input[type="text"],input[type="tel"],input[type="submit"],input[type="button"],input[type="email"], textarea {
-webkit-appearance: none;
}
}
.scroll{
	height: 200px;
	border: 1px solid #ddd;
	overflow-y: scroll;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0 10px;
}

.side-bar ol ol li {

    border-bottom: 1px solid #ddd;
    background-color: #f3f3f3;

}
/*.side-bar ol ol li:last-child {
  display: list-item;
}
.side-bar ol ol li:nth-last-child(-n+2) {
  display: list-item;
}*/
.side-bar > ol > li > a, .side-bar > ol  > li > strong {

    display: inline-block;
    width: 100%;
    padding: 46px 5px;
    font-size: 18px;
    font-size: 1.8rem;

}
.side-bar .heading, .side-bar > ol > li > a, .side-bar > ol > li > strong {

    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #ea323b;

}

.side-bar ol ol li a, .side-bar ol ol li strong {

    position: relative;
    display: block;
    padding: 18px 20px;
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
}

.side-bar ol ol li a:after {

    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 11px;
    height: 16px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/ico_arow_right.png);
        background-size: auto;
    background-size: cover;

}

.formTable {
	margin-bottom: 30px;
}

.main_text{
	 text-align: center; color:#FFF; position: absolute; top: 35%; width: 100%; font-size: 50px;
text-shadow: black 0px 0px 10px }
.main_icon{
	 text-align: center; color:#FFF; position: absolute; bottom:15px; width: 100%; 
}
.main_icon img{
	width: 50px;
	height: auto;
}
.main_text_br{
	display: none;
}

@media screen and (max-width: 768px) {
.main_text{
	font-size: 30px;
	top: 25%;
	}
.main_wrap{
	position: relative;
}
.main_icon img{
	width: 30px;
}
.main_inner {
    background-image: url(../img/dot.png);
    position: absolute;
    height: 100%;
    width: 100%;
}
}

@media screen and (max-width: 767px) {
.main_text{
	font-size: 20px;
	top: 15%;
	}
.main_text_br{
	display: block;
}
.main_icon{
	 bottom:10px;
}
}


ol.numberlist {
margin: 0;
padding: 0;
list-style: none;
counter-reset: yourDefinition;
}
ol.numberlist li {
padding-left: 35px;
text-indent: -35px;
margin-bottom:10px;
}
ol.numberlist li:before {
counter-increment: yourDefinition;
content: counter(yourDefinition);
display: inline-block;
margin-right: 10px;
width: 24px;
height: 24px;
text-align: center;
color: white;
font-weight: bold;
font-family: helvetica;
text-indent: 0;
background: #ea323a;
border-radius: 2px;
}

span.numberlist,strong.numberlist{
display: inline-block;
margin-right: 5px;
margin-left: 5px;
width: 20px;
height: 20px;
text-align: center;
color: white;
font-weight: bold;
font-family: helvetica;
text-indent: 0;
background: #ea323a;
border-radius: 2px;
font-size: 0.8em
}
@media screen and (max-width: 767px) {
form .support-table th,form .support-table td{
	width: 100%;
	display: block;
}
form .support-table th{
	border-bottom: none;
	padding-bottom: 0;
}
}

#vcbody-wrapper .row div:nth-child(3n) .col-4{
    margin-right: 0;
}

#vcbody-wrapper .row div:nth-child(2n) .col-6{
    margin-right: 0;
}

#vcbody-wrapper div:nth-child(2n) .list-item li{
    margin-right: 0;
}


/**/
.videowrapper video{
	width: 100%;
	height: auto;
	
}

.videowrapper {
  position: relative;
 }
.videowrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-image: url(../img/dot2.png);
    background-size:2px 2px;
  }

  #VcArea-TopPage {	
  	position: relative;
}
  
   #VcArea-TopPage .mv_map{
  	position: absolute;
	right: 10px;
	bottom: 25px;
	z-index: 9999;
  }
    #VcArea-TopPage .mv_map a{
	 	color: #FFF;
		border: 1px solid #FFF;
		padding: 10px;
		background: rgba(0,0,0,0.3);
}

#control button{
	 	color: #FFF;
		border: 1px solid #FFF;
		padding: 10px;
  	position: absolute;
	right: 10px;
	bottom: 65px;
	z-index: 9999;
	background: rgba(0,0,0,0.3);
    cursor: pointer;
    outline: none;
    appearance: none;
}
 
#Audio-Control {
    overflow: hidden;
}
 
#Audio-Control button {
    border: 1px solid #ccc;
    width: 40px;
    float: left;
    padding: 5px 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
 
#Audio-Control button.on {
    border-left: none;
}
 
#Audio-Control button.off {
    border-right: none;
}
 
#Audio-Control button.active {
    background: #ccc;
}
 
#Audio-Control button:not(.active):hover {
    background: rgba(204, 204, 204, 0.3);
}

.bgm_btnwrap{
	position: absolute;
	right: 10px;
	bottom: 80px;
	z-index: 9999
}
@media screen and (max-width: 767px) {
#control button {
	display: none;
}
   #VcArea-TopPage .mv_map{
	right: 5px;
	bottom: 15px;
  z-index: 1;
  }
    #VcArea-TopPage .mv_map a{
		font-size: 10px;
		padding: 5px;
}
}
@media screen and (min-width: 768px) {
.w17_2{
	width: 17.2%
}
.w16_66{
	width: 16.66%
}
}

@media screen and (max-width:768px) {
  table.table-comparison tr td:nth-child(2):before {
    content: 'vibit CMS Neo';
    background: #ea323b
  }
  table.table-comparison tr td:nth-child(3):before {
    content: '海外製CMS'
  }
  table.table-comparison tr td:nth-child(4):before {
    content: 'ハイグレードCMS'
  }
  table.table-comparison tr td:nth-child(5):before {
    content: 'オープンソースCMS'
  }

  table.table-comparison.CustomParts-9-1 tr td:nth-child(2):before {
    content: 'ライトプラン';
    background: #e95a61
  }
  table.table-comparison.CustomParts-9-1 tr td:nth-child(3):before {
    content: 'スタンダードプラン';
	background: #e9434b;
  }
  table.table-comparison.CustomParts-9-1 tr td:nth-child(4):before {
    content: 'アドバンスプラン';
	background: #ea323b;
  }
  table.table-comparison.CustomParts-9-1 tr td:nth-child(5):before {
    content: 'none'
  }
}


/* ------------------------------------------------------------------
# 20230712 add DXページ用
------------------------------------------------------------------ */
@media (width < 768px) {
  .row .self_col-6 {
    inline-size: calc(100% / 2 -10px);
    margin-inline-end: 20;
  }

  .row .self_col-6:nth-child(2n) {
    margin-inline-end: 0;
  }
}

@media (width > 768px) {
  .row .self_col-6 {
    float: left;
    width: 48%;
    margin-right: 4%;
  }

  .row .self_col-6:nth-child(2n) {
    margin-inline-end: 0;
  }
}
