﻿
@charset "utf-8";
/* CSS Document */

/* 共通 */
.red{
	color: #ea5549;
}



div.video_box{
	position: relative;
	text-align: center;
	vertical-align:middle;
}

div.video_box i.youtube_b{
	position: absolute;
	bottom: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding: 0;
}
div.video_box i.youtube_b:before{
	position:relative;
    display: inline-block;
    content: '\f144';
    font-family: 'FontAwesome';
	cursor:pointer;
	color: #fff;
	font-size:8rem;
	font-style: normal;
	opacity:0.6;
}

div.big_box{
	position: relative;
	text-align: center;
	vertical-align:middle;
}
div.big_box i.big{
	position: absolute;
	bottom: 0;
	right: 0;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
}
div.big_box i.big:before{
	position:relative;
    display: inline-block;
    content: '\f00e';
    font-family: 'FontAwesome';
	cursor:pointer;
	color: #000;
	font-size:3rem;
	font-style: normal;
	opacity:0.6;
}
/* functions */

#functions #content{
	/*background: #D3EEFF url(../../common/img/blue_bc.png);*/
}
#functions #content_in{
	width:80%;
	margin:0 auto !important;
}
#functions #content_in img{
	width:100%;
}
#functions .Box{
	background: #FFF;
	padding:3% 3% 1%;
	margin:1% auto;
	box-shadow: inset 0 0 15px rgba(0,0,0,.2);
	border:6px solid #a2ccd1;
	/*display:flex;
	flex-wrap:wrap;*/
}
div.functions_main{
	width:90%;
	height:0;
	background:url(../../functions/img/mainimg.jpg) top center no-repeat;
	background-size: contain;
	text-indent:-9999px;
	padding-top: 35.74%;
	margin:1% auto;
}
#functions h3{
	/*background:url(../../functions/img/h3_bc.png) top center no-repeat;*/
	font-size:2.5rem;
	text-shadow: 
    #FFF 2px 0px 0px, #FFF -2px 0px 0px,
    #FFF 0px -2px 0px, #FFF 0px 2px 0px,
    #FFF 2px 2px 0px, #FFF -2px 2px 0px,
    #FFF 2px -2px 0px, #FFF -2px -2px 0px,
    #FFF 1px 2px 0px, #FFF -1px 2px 0px,
    #FFF 1px -2px 0px, #FFF -1px -2px 0px,
    #FFF 2px 1px 0px, #FFF -2px 1px 0px,
    #FFF 2px -1px 0px, #FFF -2px -1px 0px,
    #FFF 1px 1px 0px, #FFF -1px 1px 0px,
    #FFF 1px -1px 0px, #FFF -1px -1px 0px;
}
#functions h3.detail{
	background:none;
	padding:0;
}
#functions h3.subt{
	background:#000;
	padding:0.5%;
	text-shadow:none;
	color:#fff;
	font-size:2rem;
}
#functions h4.function{
	font-size:2rem;
	margin-bottom:3%;
	text-align:center;
}
#functions h4.detail{
	color:#1a69b3;
	font-size:2rem;
}
#functions h4.detail_how{
	background:#000;
	color:#fff;
	font-size:2rem;
	padding:1% 0 1% 3%;
}
#functions span.new {
    background: #d70e0e;
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0 2%;
    padding: 1%;
	position: absolute;
	top: 0;
	left: 0;
}
#functions span.new2 {
    background: #d70e0e;
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0 2%;
    padding: 1%;
}
#functions span.new_detail {
    background: #d70e0e;
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0 2%;
    padding: 1%;
}
#functions div.CenterBox ul{
	width:100%;
	margin:0;
	padding:0;
}
#functions div.CenterBox ul li{
	float: left;
	list-style: none;
	margin: 1%;
	display: inline-block;
}

#functions ul.functions_list{
	width:100%;
	margin:0 auto;
	padding:0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
#functions ul.functions_list li{
	float:left;
	width:30%;
	list-style:none;
	margin:4% 1%;
	font-size:1.5rem;
	position: relative;
}
#functions ul.newfunctions_list{
	width:100%;
	margin:0 auto;
	padding:0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
#functions ul.newfunctions_list li.pick{
	float:left;
	width:47%;
	list-style:none;
	margin:2% 0.5%;
	padding:1%;
	font-size:1.5rem;
	border-radius: 10px;
	background:#fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	text-align:center;
}
#functions ul.newfunctions_list li{
	float:left;
	width:30%;
	list-style:none;
	margin:2% 0.5%;
	padding:1%;
	font-size:1.5rem;
	border-radius: 10px;
	background:#fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
#functions ul.newfunctions_other{
	width:100%;
	margin:1% auto;
	list-style:none;
	background:#fff;
	flex-wrap: wrap;
	font-size:1.5rem;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
#functions ul.newfunctions_other li{
	float:left;
	width:30%;
	background:#fff;
	padding:0.5%;
	border-bottom:1px solid #ddd;
}
#functions table.howto{
	width:100%;
	padding:2%;
	background:#fff;
}
#functions table.howto td{
	width:55%;
	vertical-align: top;
	border-bottom:2px solid #ddd;
}
#functions table.howto td.last{
	border:none;
}
#functions table.howto td.img{
	width:45%;
	vertical:top;
}
#functions table.howto h3{
	font-size:2rem;
	text-align:left;
	margin:2% auto 0;
}
#functions table.howto img{
	width:100% !important;
	float:left;
}
#functions hr.trouble{
	border:1px solid #fff;
	width:100%;
}
#functions span.trouble{
	background:#2f6e14;
	padding:0.5% 2%;
	color:#fff;
}
#functions div.trouble{
	display:flex;
}
#functions div.trouble_l{
	float:left;
	width:30.5%;
	padding:1.7%;
	margin:0.5%;
	border:2px solid #fff;
	background:#eee;
	border-radius: 5px;
}
#functions h3.trouble{
	font-size:1.8rem;
	margin:1% auto 5%;
	background:#797979;
	color:#fff;
	text-shadow:none;
	padding:1%;
}
#functions h4.video{
	font-size: 1.8rem;
	background:none;
	padding: 1%;
	border-bottom:1px solid #041e69;
	text-align: center;
	background:#fffaef;
}
#functions h4.video:before{
	background:none;
	position:relative;
    display: inline-block;
    content: '\f008';
    font-family: 'FontAwesome';
	cursor:pointer;
	font-size:2.5rem;
	padding-right:1%;
}
#functions span.hint{
	background:#ca3c2d;
	padding:0.5% 2%;
	color:#fff;
}
#functions div.LeftBox{
	float:left;
	width:48%;
	position: relative;
}
#functions div.RightBox{
	float:right;
	width:48%;
	position: relative;
}
#functions div.LeftBox_l40{
	float:left;
	width:40%;
	padding:1%;
}
#functions div.RightBox_l40{
	float:right;
	width:56%;
	padding:1%;
}
@media screen and (max-width: 960px) {
#functions #content_in{
	width:95%;
	margin:0 auto !important;
}
}
@media screen and (max-width: 767px) {
#functions #content_in{
	width:90% !important;
}
#functions .Box{
	width:90%;
	background: #FFF;
	margin:1% auto;
	padding:3% 3% 1%;
	box-shadow: inset 0 0 15px rgba(0,0,0,.2);
	border:6px solid #a2ccd1;
}
div.functions_main{
	background:url(../../functions/img/mainimg_sp.jpg) top center no-repeat;
	width:100%;
	height:0;
	background-size: contain;
	text-indent:-9999px;
	padding-top: 45%;
	margin:1% auto;
}
#functions h3{
	font-size:2.5rem;
}
#functions h3.detail{
	font-size:2.3rem;
}
#functions .Box{
	width:85%;
	margin:1% auto;
	border:3px solid #a2ccd1;
}
#functions ul.functions_list{
	width:85%;
	margin:1% auto;
}
#functions ul.functions_list li{
	width:100%;
	margin: 7% 0 20%;
}
#functions ul.newfunctions_list{
	width:95%;
	margin:1% auto;
}
#functions ul.newfunctions_list li{
	width:100%;
	margin: 3% auto;
	padding: 5%;
}
#functions ul.newfunctions_list li.pick{
	width:100%;
	margin: 3% auto;
	padding: 5%;
}
#functions ul.newfunctions_other{
	width:auto;
}
#functions ul.newfunctions_other li{
	width:100%;
}
#functions table.howto td,#functions table.howto td.img{
	width:100%;
	display: block;
	margin-bottom:5%;
}
#functions div.LeftBox{
	width:98%;
	padding:1%;
	clear:both;
}
#functions div.RightBox{
	width:98%;
	padding:1%;
	clear:both;
}
#functions div.LeftBox_l40{
	width:98%;
	padding:1%;
	clear:both;
}
#functions div.RightBox_l40{
	width:98%;
	padding:1%;
	clear:both;
}
#functions div.trouble{
	display:block;
}
#functions div.trouble_l{
	width:95%;
	margin:1% auto;
	padding:2%;
}

}

/* functionslist */
#functionslist #content_in{
	width:70%;
	margin:0% auto !important;
}
#functionslist #content{
}
table.functionslist {
	margin: 0 auto;
	width: 100%;
	border: none;
	border-top: solid 1px #666;
	border-collapse: separate;
	font-size:1.5rem;
	background:#FFF;
}
table.functionslist th {
	width:30%;
	vertical-align: middle;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	margin: 0;
	padding:1% 2%;
	text-align: center;
	color: #333;
	font-weight: bold;
}
table.functionslist td {
	width:70%;
	margin: 0;
	padding:1% 2%;
	border: none;
	vertical-align: middle;
	border-bottom: solid 1px #666;
}
table.functionslist td:fst-child {
	padding: 0 0 0 10px;
	vertical-align: middle;
}
table.functionslist td.bar {
	height: 1px;
	width: 100%;
	border-top: solid 1px #34495e;
}

@media screen and (max-width: 767px) {
#functionslist #content_in{
	width:95%;
}
table.functionslist{
		width:100%;
}
table.functionslist th {
	border-right: none;
	border-bottom:1px dotted #34495e;
	background:#eee;
	border-spacing: 0;
	padding:0;
}
table.functionslist th,table.functionslist td.data{
	width:100%;
	clear:both;
	display:block;
}
}

/* download */
#download .iframeWrapper{
    position:relative;
    width:60%;
	margin:1% auto;
    height:0;
    padding-top:30%;
}
#download .iframeWrapper iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#download div.dl_pc{
	display:block;
	width:90%;
	margin:1% auto;
	text-align:center;
}
#download div.dl_sp{
	display:none;
}
#download div.how{
	width:70%;
	margin:1% auto;
	background:#f5e9dd;
	border-radius:15px;
	padding:1%;
	text-align:center;
}
#download div.DlBox{
	width:80%;
	margin:1% auto;
	padding:0;
}
#download div.DlBox ul li{
	width:43%;
	float:left;
	margin:2% 3%;
	list-style:none;
	text-align:center;
}
#download div.DlBox ul li img{
	width:100%;
	border:1px solid #614c3b;
}
#download div.DlBox .btn_ss{
	width:80%;
}
@media screen and (max-width: 736px) {
#download .iframeWrapper{
    width:90%;
    padding-top:60%;
}
#download div.dl_pc{
	display:none;
}
#download div.dl_sp{
	display:block;
	width:90%;
	margin:1% auto;
	text-align:center;
}
#download div.how{
	width:90%;
}
#download div.DlBox{
	width:100%;
}
#download div.DlBox ul{
	width:95%;
	margin:1% auto;
	padding:0;
}
#download div.DlBox ul li{
	width:95%;
	clear:both;
	margin-top:8%;
}
}

/* samples */
#samples #content_in{
	width:80%;
	margin:0% auto !important;
}
#samples #content{
}
#samples #content_in img{
}
#samples .Box{
	background: #FFF;
	padding:6%;
	margin:1% auto;
	box-shadow: inset 0 0 15px rgba(0,0,0,.2);
	border:6px solid #a2ccd1;
}
#samples ul.samples_list{
	width:100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
	margin:0;
	padding:0;
}
#samples ul.samples_list li{
	float:left;
	width:20%;
	list-style:none;
	margin:2% 1%;
	padding:1%;
	border:1px solid #CCC;
	background:#FFF;
}
#samples ul.samples_list li img{
	width:100%;
}
#samples ul.sample_list_parts{
	margin:1% auto;
}
#samples ul.sample_list_parts li{
	float:left;
	width:15%;
	list-style:none;
	border:1px solid #CCC;
	margin:1%;
	font-size:1.3rem;
}
#samples ul.sample_list_parts li img{
	width:100%;
}
/* スライド */
.mb60{
	margin-bottom: -60px;
}	
.swiper-container{
	text-align: center;
}
.swiper-container .swiper-slide img{
	max-width: 1000px;
	width: 100%;
	height: auto;
}
.prettyprint{
	border: none;
	background: #fafafa;
	color: #697d86;
}
#thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
#thumbs .swiper-slide {
	        width: 20%;
	        height: 100%;
	        opacity: 0.5　;
	        cursor: pointer;
}
#thumbs .swiper-slide-active {
	        opacity: 0.5;
}
.swiper-button-white{
	background:#a2ccd1;
	padding:1%;
}

@media screen and (max-width: 767px) {
#samples #content_in{
	width:98%;
	margin:0% auto !important;
}
#samples ul.samples_list{
	width:100%;
	margin: 0;
	padding: 0;
}
#samples ul.samples_list li{
	width:45%;
}
#samples ul.sample_list_parts{
	width:100％;
	margin: 0;
	padding: 0;
}
#samples ul.sample_list_parts li{
	width:22%;
}
}

/* parts */
#parts #content_in{
	width:90%;
	margin:0% auto !important;
}
#parts #content{
}
#parts div.maker_parts {
	width:100%;
	text-align:center;
}
#parts div.maker_parts img{
	width:70%;
	margin:1% auto;
}
@media screen and (max-width: 767px) {
#parts div.maker_parts img{
	width:100%;
}
}
#parts ul.cate{
	height:auto;
	margin:3% auto;
	padding:3%;
	border-top:1px solid #009fb0;
	border-bottom:1px solid #009fb0;
	text-align:center;
}
#parts ul.cate li{
	list-style:none;
	margin:1%;
	display: inline-block;
}
#parts ul.parts_list{
	font-size:1.3rem;
    width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-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;
}
#parts ul.parts_list li{
    width: 12%;
    list-style: none;
    padding: 2%;
    margin-bottom: 0;
    position: relative;
}
#parts ul.parts_list li:first-child{
    margin-right:4%;
}
#parts ul.parts_list li img{
	width:100%;
}

@media screen and (max-width: 767px) {
#parts ul.parts_list li{
	width:20%;
}
#parts ul.cate li{
	margin:2%;
}
}

/* spec */
#spec #content_in{
	width:70%;
	margin:0% auto !important;
}
#spec #content{
}
table.spec {
	margin: 0 auto;
	width: 100%;
	border: none;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	border-collapse: separate;
	border-spacing: 0 10px;
	background:#FFF;
}
table.spec th {
	width:40%;
	vertical-align: middle;
	border-right: solid 1px #666;
	margin: 0;
	padding:2%;
	text-align: center;
	color: #333;
	font-weight: bold;
}
table.spec td.data {
	width:60%;
	padding: 0;
	margin: 0;
	padding:2%;
	border: none;
	vertical-align: middle;
	/* white-space: nowrap;
	overflow: hidden;*/
}
table.spec td:fst-child {
	padding: 0 0 0 10px;
	vertical-align: middle;
}
table.spec td.bar {
	height: 1px;
	width: 100%;
	border-top: solid 1px #34495e;
}

@media screen and (max-width: 767px) {
#spec #content_in{
	width:90%;
	margin:0% auto !important;
}
table.spec{
	width:100%;
	border-spacing: 0;
}
table.spec th {
	display:block;
	width:96%;
	border-right: none;
	border-bottom:1px dotted #34495e;
	background:#eee;
}
table.spec td.data{
	width:100%;
	clear:both;
	display:block;
}
}

/* faq */
#faq #content_in{
	width:80%;
	margin:0% auto !important;
}
#faq span.que{
	font-size:2.3rem;
	color:#1a69b3;
	margin-right:2%;
	font-weight:bold;
}
#faq span.ans{
	font-size:2.3rem;
	color:#FF0000;
	margin-right:2%;
	font-weight:bold;
}
div.accordion {
	width: 95%;
	margin:1% auto;
}
div.accordion ul{
	list-style:none;
	padding: 0;
}
div.accordion ul li{
	border-top:1px solid #666;

}
div.accordion ul li p{
	margin:1% 5% 1% !important;
	font-size:1.5rem;
}
div.accordion .toggle{
	padding-right:45px;
}
div.accordion > ul > li > a {
  display: block;
	font-size:1.5rem;
  text-decoration: none;
  background-color: #FFF;
  cursor: pointer;
  padding: 10px 12px;
  position: relative;
	padding:2%;
}
div.accordion > ul > li > a:hover{
  background-color: #eee;
}
div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
	font-size:1.5rem;
  position: absolute;
  right: 12px;
  top: 16px;
  color: #1a69b3;
}
div.accordion > ul > li > a:after{
  content: "▼";
}
div.accordion > ul > li > a.active:after{
  content: "▲";
}
div.accordion > ul > li > ul {
  display: none;
}
div.accordion > ul > li > ul > li > a{
  display: block;
	font-size:1.5rem;
  padding: 6px 12px;
  position: relative;
}
#faq table{
	width:85%;
	margin:2% auto;
	font-size:1.5rem;
}
#faq table th{
	border-top:1px solid #1a69b3;
	border-right:1px solid #1a69b3;
	padding:2%;
	width:30%;
}
#faq table th.last{
	border-bottom:1px solid 1a69b3;
}
#faq table td{
	border-top:1px solid #1a69b3;
	padding:2%;
}
#faq table td.last{
	border-bottom:1px solid #1a69b3;
}

@media screen and (max-width: 767px) {
#faq #content_in{
	width:95%;
	margin:0% auto !important;
}
div.accordion .toggle{

}
}

/* price */
#price #content_in{
	width:80%;
	margin:0% auto !important;
}
table.price {
	margin: 0 auto;
	width: 100%;
	border: none;
	border-top: solid 1px #666;
	border-collapse: separate;
	background:#FFF;
}
table.price th {
	width:20%;
	vertical-align: middle;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	margin: 0;
	padding:2%;
	text-align: center;
	color: #333;
	font-weight: bold;
	background:#95c9e7;
}
table.price td {
	width:20%;
	vertical-align: middle;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	margin: 0;
	padding:2%;
	text-align: center;
	color: #333;
	font-weight: bold;
}
table.price td:fst-child {
	padding: 0 0 0 10px;
	vertical-align: middle;
}
table.compare {
	margin: 0 auto;
	width: 100%;
	border: none;
	border-top: solid 1px #666;
	border-collapse: separate;
	background:#FFF;
}
table.compare th {
	width:20%;
	vertical-align: middle;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	margin: 0;
	padding:2%;
	text-align: center;
	color: #333;
	font-weight: bold;
	background:#8ac5cc;
}
table.compare td {
	width:20%;
	vertical-align: middle;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	margin: 0;
	padding:2%;
	text-align: center;
	color: #333;
	background-color:#FFF;
}
table.compare td:fst-child {
	padding: 0 0 0 10px;
	vertical-align: middle;
}
#price div.LeftBox{
	float:left;
	width:48%;
	padding:1%;
}
#price div.RightBox{
	float:right;
	width:48%;
	padding:1%;
}
#price div.LeftBox img,#price div.RightBox img{
	width:100%;
}
#price h4 {
	font-size:2rem;
}
#price h4 span{
	width:30%;
	background:#e06d19;
	color:#FFF;
	padding:1% 5%;
	margin:0;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
#price span.tele {
	font-size:1.5rem;
	font-weight:normal;
	text-align:left;
	color:#222;
	margin-bottom:2%;
	margin-right:1%;
	background:#fecf00;
	padding:5px 1% 2px;
	border-radius: 0;
}
#price div.Merit {
	display: flex;
	flex-flow: row wrap;
}

/* スマホでの表示順指定 */
#price .Box01{order: 1;}
#price .Box02{order: 2;}
#price .Box03{order: 3;}
#price .Box04{order: 4;}
#price .Box05{order: 5;}
#price .Box06{order: 6;}
#price .Box07{order: 7;}
#price .Box08{order: 8;}

@media screen and (max-width: 767px) {
#price .Box01{order: 1;}
#price .Box02{order: 2;}
#price .Box03{order: 4;}
#price .Box04{order: 3;}
#price .Box05{order: 5;}
#price .Box06{order: 6;}
#price .Box07{order: 8;}
#price .Box08{order: 7;}
}

@media screen and (max-width: 960px) {
img.cam{
	width:100%;
}
}

@media screen and (max-width: 767px) {
#price #content_in{
	width:90%;
	margin:0% auto !important;
}
#price div.LeftBox{
	width:98%;
	padding:1%;
	clear:both;
}
#price div.RightBox{
	width:98%;
	padding:1%;
	clear:both;
}
table.price{
	width:100%;
	border-spacing: 0;
	border-left:1px solid #666;
}
table.compare{
	width:100%;
	white-space: nowrap;
	padding:0;
	font-size:1.5rem;
}
table.compare td {
	padding:1%;
}
.scroll-table{
    overflow-x: auto;
	overflow-y:hidden;
}
.scroll-table::-webkit-scrollbar{
	height: 10px;
}
.scroll-table::-webkit-scrollbar-track{
 	background: #F1F1F1;
}
.scroll-table::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
}
img.cam{
	width:100%;
}
}
/* compare_old */
#compare_old #content{
	background:#FFF;
}
#compare_old #content_in{
	width:70%;
	margin:0% auto !important;
	padding:3%;
}
#compare_old #content_in img{
	width:100%;
}
#compare_old #content_in img.point{
	width:15%;
	float:left;
	margin:2%;
}
#compare_old #content_in img.other{
	width:60%;
	margin:2% auto;
}
#compare_old h3{
	color:#151515;
	text-align:left;
}
#compare_old div.Box{
	width:100%;
	margin:1% auto;
	padding:0;
}
#compare_old div.LeftBox{
	float:left;
	width:45%;
	padding:1%;
}
#compare_old div.RightBox{
	float:right;
	width:45%;
	padding:1%;
}
#compare_old div.LeftBox img,#compare_old div.RightBox img{
	width:100%;
}
table.compare_old {
	margin: 0 auto;
	width: 100%;
	border: none;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	border-collapse: separate;
	background:#FFF;
}
table.compare_old tr.compare_p{
	background:#ccc;
	font-weight: bold;
}
table.compare_old th {
	width:40%;
	vertical-align: middle;
	border-right: solid 1px #666;
	margin: 0;
	padding:1%;
	text-align: left;
	color: #333;
	font-weight: bold;
	border-bottom: solid 1px #CCC;
}
table.compare_old td {
	vertical-align: middle;
	text-align: center;
	border-bottom: solid 1px #CCC;
}
table.compare_old th.compare_t {
	width:100%;
	background:#50aeb9;
	padding:1%;
	margin:0 auto;
	font-weight:normal;
	font-size:1.5rem;
	font-weight: bold;
	text-align: center;
	border:0;
}
#compare_old ul{
	list-style:none;
}

@media screen and (max-width: 767px) {
#compare_old #content_in{
	width:90%;
	margin:0% auto !important;
}
table.compare_old{
	width:100%;
	border-spacing: 0;
	font-size:1.5rem;
}
table.compare_old th {
	border-right: none;
	border-bottom:1px dotted #34495e;
	background:#eee;
}
table.compare_old th.compare_t{
	width:100%;
	clear:both;
}
}
/* vr */

h2.vr_ttl{
	width:100%;
	height:0;
	background:url(../../vr/img/mainimg.jpg) top center no-repeat;
	background-size: contain;
	text-indent:-9999px;
	padding-top: 42.59%;
	margin:1% auto;
}
#vr h3{
	font-size:180%;
	color:#0a1464;
	text-align:center;
	margin-top:3%;
	padding-top:5%;
	border-top:3px solid #8a93dc;
}
#vr p.chachetop{
	text-align:center;
	font-size:120%;
	margin:1% auto 4% !important;
}
#vr p.chache{
	color:#0a1464;
	text-align:center;
	font-size:100%;
	margin:1% auto 1% !important;
}
#vr p.chacheb{
	font-size:170%;
	font-weight:bold;
	text-align:center;
}
#vr strong{
	background:#ffce49;
}
#vr #content_in{
	width:100%;
	margin:0% auto !important;
}
#vr #content_in2{
	width:80%;
	margin:1% auto !important;
}
#vr div.LeftBox{
	float:left;
	width:48%;
	padding:1%;
}
#vr div.RightBox{
	float:right;
	width:48%;
	padding:1%;
}
#vr div.LeftBox img,#vr div.RightBox img{
	width:100%;
}
#vr div.set{
	border:1px solid #999;
	padding:1%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#vr div.rep{
	position:-500px 0;
	z-index:10;
	width:90%;
	margin:1% auto;
	text-align: center;
}
#vr div.rep img{
	width:80%;
}
#vr .vide_pc{
	width: 100%;
	height: 500px;
	opacity:0.5;
	margin-top:5%;
}
#vr .cover{
	width: 100%;
	position:relative;
	background: url(../../vr/img/cover.png);
	min-height: 100%;
}
body > div.cover {
  height: auto;
}
@media screen and (max-width: 960px) {
#vr #content_in{
	width:90%;
	margin:10% auto !important;
}
#vr #content_in2{
	width:100%;
	margin:1% auto !important;
}
#vr h3{
	font-size:120%;
}
#vr p.chachetop{
	font-size:100%;
}
#vr p.chacheb{
	font-size:130%;
}
#vr div.LeftBox{
	width:98%;
	padding:1%;
	clear:both;
}
#vr div.RightBox{
	width:98%;
	padding:1%;
	clear:both;
}
#vr .vide_pc{
	display:none;
}
#vr .cover{
	background:none;
}
#vr div.rep img{
	width:100%;
}
}