@charset "utf-8";
/* CSS Document */
.vr-feature {
  width: 100%;
  display: -webkit-flex;
  display: flex; 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.vr-feature > li {
  width: calc(100% / 3);
  

}

/*VRレンタル*/
.vr-title {
  width: 100%; 
  height: 0; 
  padding-bottom: 38.5%;
  background: url(../images/VR/title-vr.png) no-repeat center center/ 100% auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.vr-h2 {
	font-size: 14px;
	font-weight: bold;
	padding: .5em 1em .5em 1.5em;
	position: relative;
	border:1px solid #FFF;
	box-shadow: 0 0 0 1px #DDD;
  background:-moz-linear-gradient(to bottom, #FFFEFF,#E9E9E9,#D5D5D7);
  background:-webkit-linear-gradient(to bottom, #FFFEFF,#E9E9E9,#D5D5D7);
  background:linear-gradient(to bottom, #FFFEFF,#F9F9F9,#E9E9E9,#D5D5D7);
}
.vr-h2:before { 
	content: ''; 
	width: 5px;
	height: 24px;
	display: block;
	border: 1px solid #1788CB;
	position: absolute;
	top: 0; bottom: 0; left:4px;
	margin: auto;
  background-image:-webkit-gradient( linear, left top, left bottom, from(#37BBEC), to(#008ED6));
  background:-ms-linear-gradient( top, #37BBEC, #008ED6);
}
.vr-h2-sub { 
	font-size: 13px;
	font-weight: bold;
	padding: .5em 1em;
	border-style:solid;
	border-color:#089EEA #FFF #FFF;
	border-width: 3px 1px 1px;
	box-shadow: 0 0 0 1px #DDD;
  background:-moz-linear-gradient(to bottom, #FFFEFF,#E9E9E9,#D5D5D7);
  background:-webkit-linear-gradient(to bottom, #FFFEFF,#E9E9E9,#D5D5D7);
  background:linear-gradient(to bottom, #FFFEFF,#F9F9F9,#E9E9E9,#D5D5D7);
	
}

.vr-feature {
  width: 100%;
  display: -webkit-flex;
  display: flex; 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #CCC;
  margin: 1em 0;
}

.vr-feature > li {
  width: calc(100% / 3);
  padding: 1em;
  box-sizing: border-box;
}
.vr-feature > li + li {
  border-left: 1px solid #CCC;
}

.vr-feature .title {
  font-size: 15px;
  color: #019CE4;
  text-align: center;
}
.vr-feature img {
  width: 64px;
  heigt: 64px;
  display: block;
  margin: 10px auto;
}

.vr-products {
  width: 100%;
  display: -webkit-flex;
  display: flex; 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  margin: 1em 0;
}
.vr-products > li {
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.vr-product-detail dd {
  padding: 10px;
  border-top: 1px solid #CCC;
}

.vr-product-detail .title {
  padding: 10px;
  color: #FFF;
  box-sizing: border-box;
  background-image:-webkit-gradient( linear, left top, left bottom, from(#1788CB), to(#1873BA));
  background:-ms-linear-gradient( top, #1788CB, #1873BA);
}
.vr-product-detail .title a {
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
}
.vr-product-detail .image {
  text-align: center;
  padding: 20px 10px;
}
.vr-product-detail .maker {
  background: #FFFFEC;
}
.vr-product-detail .maker-name {
  color: #F49D0C;
}
.vr-step {
  width: 100%;
  display: -webkit-flex;
  display: flex; 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 1em 0;
}

.vr-step > li {
  width: 15%;
  padding: 1em;
  text-align: center;
	position: relative;
}

.vr-step .step {
	font-weight: bold;
}

.vr-step .step span {
	font-size: 16px;
	width: 44px;
	height: 44px;
	display: block;
	margin: 5px auto 10px;
	text-align:center; 
	background: #00A3E4;
	color: #FFF;
	line-height: 44px;
	border-radius: 50%;
}

.vr-step .box {
	height: 140px;
  color: #00A3E4;
  font-weight: bold;
  border: 3px solid #DDD;
  padding: 1.5em;
  -ms-writing-mode: tb-rl; 
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: center; 
  white-space: nowrap; 
  display: inline-block;
}

.vr-step >li + li:before {
	content:'';
	width: 32px;
	height: 32px;
	display: block;
	background: url(../images/VR/arrow.png) no-repeat center center / 100% auto;
	position: absolute;
	top: 50%; left: 0;
	margin: 20px auto auto -16px;
}


.vr-use {
  width: 100%;
  display: -webkit-flex;
  display: flex; 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 20px 0;
}
.vr-use > li {
  width: 22%;
  text-align: center;
  font-weight: bold;
}
.vr-use img {
  width: 100%;
  margin-bottom: 10px;
}
.vr-price {
  border: 3px solid #00A2E7;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.vr-price strong {
  font-size: 24px;
  font-weight: bold; 
}
.vr-price strong:before {
  content:'';
  width: 1.5em; height: 1.5em;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle; 
  background: url(../images/VR/warning.png) no-repeat center center/100% 100%;
}
.vr-qa {
  font-size: 12px;
  margin: 20px 0;
}
.vr-qa dt {
  color: #1F7FE9;
  font-weight: bold;
  border-bottom: 1px dotted #CCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 22px;
}
.vr-qa dd {
  margin-bottom: 20px;
  padding-left: 20px;
}
.vr-qa dt:before,
.vr-qa dd:before {
  content:''; 
  width: 1.5em;
  height: 1.5em; 
  display: inline-block;
  background: no-repeat center center /100% 100%;
  vertical-align: middle;
  margin-left: -20px;
  margin-right: 6px;
}
.vr-qa dt:before {
  background-image: url(../images/VR/icon-q.png)
}
.vr-qa dd:before  {
  background-image: url(../images/VR/icon-a.png)
}
.vr-attention {
  border: 3px solid #FFBFBF;
  padding: 20px;
  margin-bottom: 50px;
}
.vr-attention .title {
  font-size: 12px;
  font-weight: bold; 
  color: #FF4D4D;
  margin-bottom: .5em;
}
.list-dot > li:before {
  content: '・';
}
.vr-text { 
  margin: 1rem 0 2rem;
}