@charset "UTF-8";
/* CSS Document */

/*--- body -------------------------------------------------------------------------------------------------------------*/

body {
	background: #fff;
	color:#333;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size:15px;
	line-height:1;
	text-align:left;
	height:100%;
	width: 100%;
	border-top: 3px solid #ed1b23;
}

/*--- /body -------------------------------------------------------------------------------------------------------------*/

/*--clearfix-------------------------------------------------------------------------------------------*/

.sec01:after,
.sec01 ul:after,
.check04-flow:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*--/clearfix-------------------------------------------------------------------------------------------*/

.inner{
	width: 960px;
	margin: 0 auto;
}
.sp-only { display: none;}

/*--------------------header--------------------*/

header {
	margin: 0 auto;
	position: relative;
}
header .inner{
	position: relative;
}
h1 img { width: 140px;}

/*--------------------footer--------------------*/

footer {
	background: #f5f5f5;
	border-top: 1px solid #c3c3c3;
	text-align: center;
	height: 40px;
	padding-top: 40px;
	overflow: hidden;
}

.footer-in {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

.footer-link li {
	color: #7c7c7c;
	display: inline-block;
}

.footer-link a {
	color: #7c7c7c;
	font-size: 14px;
	text-decoration: none;
}

.footer-link a:hover { text-decoration: underline;}

.copy-right {
	color: #989898;
	font-size: 11px;
	margin-top: 10px;
}

.footer-logo {
	position: absolute;
	right: 0;
	top: -40px;
}
.footer-logo img{
	height: 30px;
}

/*--------------------main--------------------*/

main{
	display: block;
	overflow: hidden;
	position: relative;
}

main .mainContents{
	background-color: #fff;
	padding: 0px 0 40px;
	margin: 70px 0 0;
}

#mv{
	padding-top: 30px;
}

/*--------------------nav--------------------*/
main .navWrap{
	height: 70px;
}
main nav{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px;
}
main nav.fix{
	position: fixed;
	top: -5px;
	left: 50%;
	margin-left: -485px;
	z-index: 999;
}

main nav li{
	float: left;
	margin-left: 8px;
}
main nav li:first-child{
	margin-left: 0;
}

main nav li a.line2 span{
	display: inline-block;
	line-height: 1.4;
	padding-top: 15px;
}

main nav li.close{ display: none;}

main nav li a{
	background: url(../images/gnavi.png) no-repeat 0 0;
	width: 153px;
	height: 67px;
	display: inline-block;
	color: #c32335;
	text-decoration: none;
	text-align: center;
	line-height: 67px;
	transition: 0.7s all;
	font-size: 14px;
	font-weight: bold;
}
main nav li a:hover{
	background: url(../images/gnavi_on.png) no-repeat 0 0;
	color: #fff;
}
main #overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 998;
	background-color: rgba(255,255,255,0.8);
	display: none;
}

/*--------------------install--------------------*/

.textBox .inner{
	background-color: #f2f2f2;
	text-align: center;
	margin: 30px auto 50px;
	padding: 40px 0 40px;
	font-size: 14px;
	color: #314f62;
}
.textBox p.lead{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.textBox p.lead+p{
	line-height: 1.6;
}

/*--------------------area--------------------*/

main .area{
	clear:both;
	/*margin-bottom: 55px;*/
	margin-bottom: 10px;
	color: #314f62;
	margin-top: -80px;
	padding-top: 80px;
}
main .area .inner{
	background-color: #fbfbfb;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 5px #aaa;
}

main .area .areaIn{
	padding: 50px 40px 45px;
}
main .area h2{
	background: url(../../vbhn/images/h2_bg.png) no-repeat right 0 #871b20;
	height: 59px;
	line-height: 59px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 0 30px;
	position: relative;
	cursor: pointer;
}
main .area h2.acBtn:after{
	content: '';
	background: url(../images/arrow_down.gif) no-repeat center 50% #fff;
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	top: 12px;
	right: 20px;
	border-radius: 3px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
main .area .areaIn h3{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
main .area .areaIn h3:after{
	content: '';
	position: absolute;
	bottom:0;
	left: 50%;
	width: 20px;
	height: 1px;
	margin-left: -10px;
	background-color: #c32335;
}

main .area p{
	line-height: 1.8;
}
main .area p.lead{
	color: #314f62;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
main .area p.lead+p{
	margin-bottom: 25px;
}
main .acCont{
	display: none;
}
main .acCont .btnClose{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	height: 60px;
	line-height: 60px;
	background-color: #f3f3f3;
	color: #333;
	cursor: pointer;
	transition: 0.5s all;
}
main .acCont .btnClose:hover{
	-webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
main .acCont .btnClose span{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 10px;
}
main .acCont .btnClose span:after{
	content:'';
	background: url(../images/close.gif) no-repeat center 48% #ccc;
	display: inline-block;
	width: 37px;
	height: 37px;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 5px;
}

main .area table{
	width: 880px;
	border-top: 1px solid #d6d8d9;
	border-left: 1px solid #d6d8d9;
	line-height: 1.6;
	color: #314f62;
}
main .area th{
	border-bottom: 1px solid #d6d8d9;
	border-right: 1px solid #d6d8d9;
	padding: 20px 15px;
	font-weight: bold;
	background-color: #eef0f1;
	width: 266px;
}
main .area table.type2 th{
	width: 230px;
}
main .area table.type3 th{
	font-size: 14px;
}
main .area td{
	border-bottom: 1px solid #d6d8d9;
	border-right: 1px solid #d6d8d9;
	padding: 20px 15px;
	font-size: 14px;
}
main .area td small{
	font-size: 12px;
	line-height: 1.6;
	display: block;
	margin-top: 10px;
}
main .area tr.head th{
	text-align: center;
	font-size: 14px;
	width: auto;
}
main .area table.type3 tr.head th{
	background-color: #ccc;
	font-family: Arial, Helvetica, "sans-serif";
}

main .area tr th.ttl1{
	background-color: #ebcfcf;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 15px 10px 40px;
	position: relative;
}
main .area tr th.ttl1 span{
	display: block;
	font-weight: bold;
	font-size: 14px;
}
main .area tr th.ttl1 i{
	display: inline-block;
	position:absolute;
	left: 15px;
	top: 15px;
	line-height: 1;
	font-style: normal;
}
main .area tr th.ttl2{
	text-align: center;
	width: 130px;
	padding: 0;
}
main .area td.device{
	text-align: center;
	font-size: 24px;
}
main .area td.device span{
	text-align: left;
	font-size: 14px;
	display: inline-block;
	line-height: 1.4;
	white-space: nowrap;
}
main .area table + .txt{
	margin-top: 25px;
}
main .area table + .txt li{
	line-height: 1.6;
	margin-bottom: 10px;
	position:relative;
	padding-left: 1.2em;
}
main .area table + .txt li a{
	color: inherit;
	text-decoration: none;
}
main .area table + .txt li a:hover{
	text-decoration: underline;
}
main .area table + .txt li:before{
	content: '・';
	position: absolute;
	left:0;
	top: 0;
}
main .area td.center{text-align: center;}

/*--------------------area1--------------------*/
#area1{
	margin-bottom: 55px;
}
#area1 .boxList{
	overflow: hidden;
	margin: 30px 0 40px;
	padding: 5px 5px 12px;
}
#area1 .boxList li{
	float: left;
	width: 272px;
	height: 420px;
	margin-left: 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0px 3px #ccc;
	padding: 30px 30px 0;
	box-sizing: border-box;
	position: relative;
}
#area1 .boxList li:first-child{margin-left: 0;}

#area1 .boxList li h4{
	font-size: 16px;
	line-height: 1.4;
	color: #c30d23;
	font-weight: bold;
	padding-left: 50px;
	position: relative;
	margin-bottom: 15px;
}
#area1 .boxList li h4:before{
	content: '1';
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background-color: #c30d23;
	position: absolute;
	top:0;
	left: 0;
	box-shadow: 2px 2px 0px #a01c2c;
	font-family: Arial, Helvetica, "sans-serif";
}
#area1 .boxList li:nth-child(2) h4:before{ content: '2';}
#area1 .boxList li:nth-child(3) h4:before{ content: '3';}

#area1 .boxList li .img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
#area1 .boxList li:nth-child(2) .img{ bottom: -11px;}

#area1 .txtBox{
	overflow: hidden;
	margin-bottom: 50px;
}
#area1 .txtBox dl{
	box-sizing: border-box;
	border: 2px solid #c30d23;
}
#area1 .txtBox dt{
	float: left;
	background: url(../images/ttl_bg.png) no-repeat right 0 #fff;
	width: 260px;
	height: 70px;
	color: #fff;
	line-height: 1.4;
	padding: 15px 0 0 20px;
	box-sizing: border-box;
}
#area1 .txtBox dd{
	overflow: hidden;
	zoom:1;
	background-color: #fff;
	padding: 15px 15px 0;
	height: 70px;
	box-sizing: border-box;
	line-height: 1.4;
}
#area1 .boxList2{
	overflow: hidden;
	margin-left: -20px;
}
#area1 .boxList2 li{
	float: left;
	width: 420px;
	margin: 0 0 20px 20px;
	text-align: center;
}
#area1 .boxList2 li:nth-child(2n+1){
	clear: both;
}
#area1 .boxList2 li h4{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #c30d23;
	box-shadow: 2px 2px 0px #a01c2c;
	padding: 0 20px;
}
#area1 .boxList2 li .boxInner{
	text-align: left;
	background-color: #fff;
	border-radius: 10px;
	padding: 40px 30px 30px;
	font-size: 14px;
	margin-top: -20px;
	line-height: 1.6;
}
#area1 .boxList2 li .boxInner dl{
	overflow: hidden;
	margin-top: 15px;
}
#area1 .boxList2 li .boxInner dd{
	font-weight: bold;
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 5px;
}
#area1 .boxList2 li .boxInner dd:before{
	content: '1.';
	position: absolute;
	top:0;
	left: 0;
}
#area1 .boxList2 li .boxInner dd:nth-of-type(2):before{content: '2.';}
#area1 .boxList2 li .boxInner dd:nth-of-type(3):before{content: '3.';}
#area1 .boxList2 li .boxInner dd:nth-of-type(4):before{content: '4.';}

#area1 .note2{
	padding-left: 1.5em;
	position: relative;
	padding-top: 0;
}
#area1 .note2 i{
	position: absolute;
	top:0;
	left: 0;
}

/*--------------------area2--------------------*/

#area2 ul.boxList{
	margin: 40px 0 0;
}
#area2 ul.boxList li{
	display: table;
	padding: 40px 25px;
	background-color: #fff;
	border-radius: 10px;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px #fafafa;
	position: relative;
	margin-bottom: 30px;
}
#area2 ul.boxList li:after{
	position: absolute;
	bottom: -15px;
	left: 50%;
	content: '';
	background: url(../images/arrow1.gif) no-repeat 0 0;
	width: 44px;
	height: 15px;
	margin-left: -22px;
	z-index: 10;
}
#area2 ul.boxList li:last-child:after{
	display: none;
}

#area2 ul.boxList li p{
	display: table-cell;
	vertical-align: middle;
	width: 295px;
}
#area2 ul.boxList li p.txt{
	font-size: 14px;
	padding-left: 65px;
	position: relative;
	width: auto;
}
#area2 ul.boxList li p.txt:before{
	content: '1';
	border: 2px solid #c52d34;
	color: #c52d34;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -17.5px;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
}
#area2 ul.boxList li:nth-child(2) p.txt:before{ content: '2';}
#area2 ul.boxList li:nth-child(3) p.txt:before{ content: '3';}

#area2 h4{
	font-size: 15px;
	margin: 40px 0 10px;
	font-weight: bold;
}

/*--------------------area4--------------------*/
#area4 .acCont {
  font-size: 14px;
  line-height: 1.6;
}
#area4 h3+p{
	margin-bottom: 25px;
}
#area4 table{
	margin-bottom: 50px;
}
#area4 .txtLink{
	margin-top: 30px;
}
#area4 .txtLink a{
	font-size: 14px;
	color: #c52d34;
}
#area4 .txtLink a:hover{
	text-decoration: none;
}
#area4 h4{
	font-weight: bold;
	font-size: 17px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 20px;
}
#area4 h4:before{
	content: '';
	height: 17px;
	width: 1px;
	background-color: #c52d34;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
}
#area4 h4+ol.type2{
	margin-left: 1.5em;
}
#area4 ol.type2{
	margin-bottom: 40px;
}
#area4 ol li {
	margin-bottom: 15px;
}
#area4 ol.inList{
	margin: 15px 0 0 1.5em;
}
#area4 ol.inList li{
	margin-bottom: 5px !important;
}
#area4 ol li h4,#area4 ol.type2 li {
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	padding-left: 28px;
	font-size: 15px;
}
#area4 ol.type2 li{
	font-weight: normal;
	font-size: 14px;
}
#area4 ol li h4:before,#area4 ol.type2 li:before{
	content: '1.';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background: none;
}
#area4 ol.inList li:before{
	content: '(1)';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background: none;
}
#area4 ol li:nth-child(2) h4:before,#area4 ol.type2 li:nth-child(2):before{content: '2.';}
#area4 ol li:nth-child(3) h4:before,#area4 ol.type2 li:nth-child(3):before{content: '3.';}
#area4 ol li:nth-child(4) h4:before,#area4 ol.type2 li:nth-child(4):before{content: '4.';}
#area4 ol li:nth-child(5) h4:before,#area4 ol.type2 li:nth-child(5):before{content: '5.';}
#area4 ol li:nth-child(6) h4:before,#area4 ol.type2 li:nth-child(6):before{content: '6.';}
#area4 ol li:nth-child(7) h4:before,#area4 ol.type2 li:nth-child(7):before{content: '7.';}
#area4 ol li:nth-child(8) h4:before,#area4 ol.type2 li:nth-child(8):before{content: '8.';}
#area4 ol li:nth-child(9) h4:before,#area4 ol.type2 li:nth-child(9):before{content: '9.';}
#area4 ol li:nth-child(10) h4:before,#area4 ol.type2 li:nth-child(10):before{content: '10.';}
#area4 ol li:nth-child(11) h4:before,#area4 ol.type2 li:nth-child(11):before{content: '11.';}

#area4 strong{font-weight: bold;}

/*--------------------area5--------------------*/

#area5 .acCont{
	font-size: 14px;
	line-height: 1.6;
}
#area5 h3{
	line-height: 1.4;
}
#area5 h4{
	font-weight: bold;
	font-size: 17px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 20px;
}
#area5 h4:before{
	content: '';
	height: 17px;
	width: 1px;
	background-color: #c52d34;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
}
#area5 h4+ol.type2{
	margin-left: 1.5em;
}
#area5 ol.type2{
	margin-bottom: 40px;
}
#area5 ol li {
	margin-bottom: 15px;
}
#area5 ol.inList{
	margin: 15px 0 0 1.5em;
}
#area5 ol.inList li{
	margin-bottom: 5px !important;
}
#area5 ol li h4,#area5 ol.type2 li {
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	padding-left: 28px;
	font-size: 15px;
}
#area5 ol.type2 li{
	font-weight: normal;
	font-size: 14px;
}
#area5 ol li h4:before,#area5 ol.type2 li:before{
	content: '1.';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background: none;
}
#area5 ol.inList li:before{
	content: '(1)';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background: none;
}
#area5 dl{
	margin-left: 1.5em;
}
#area5 dl dt{
	margin-bottom: 5px;
	position: relative;
	padding-left: 1.5em;
	font-weight: bold;
}
#area5 dl dt:before{
	content: '1.';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#area5 dl dd{
	margin-bottom: 15px;
}
#area5 dd > ul.inList li {position: relative; padding-left: 30px;}
#area5 dd > ul.inList li:before{
	content: '(a)';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background: none;
}

#area5 ol li:nth-child(2) h4:before,#area5 ol.type2 li:nth-child(2):before,#area5 dl dt:nth-of-type(2):before{content: '2.';}
#area5 ol li:nth-child(3) h4:before,#area5 ol.type2 li:nth-child(3):before,#area5 dl dt:nth-of-type(3):before{content: '3.';}
#area5 ol li:nth-child(4) h4:before,#area5 ol.type2 li:nth-child(4):before,#area5 dl dt:nth-of-type(4):before{content: '4.';}
#area5 ol li:nth-child(5) h4:before,#area5 ol.type2 li:nth-child(5):before,#area5 dl dt:nth-of-type(5):before{content: '5.';}
#area5 ol li:nth-child(6) h4:before,#area5 ol.type2 li:nth-child(6):before,#area5 dl dt:nth-of-type(6):before{content: '6.';}
#area5 ol li:nth-child(7) h4:before,#area5 ol.type2 li:nth-child(7):before,#area5 dl dt:nth-of-type(7):before{content: '7.';}
#area5 ol li:nth-child(8) h4:before,#area5 ol.type2 li:nth-child(8):before,#area5 dl dt:nth-of-type(8):before{content: '8.';}
#area5 ol li:nth-child(9) h4:before,#area5 ol.type2 li:nth-child(9):before,#area5 dl dt:nth-of-type(9):before{content: '9.';}
#area5 ol li:nth-child(10) h4:before,#area5 ol.type2 li:nth-child(10):before,#area5 dl dt:nth-of-type(10):before{content: '10.';}
#area5 ol li:nth-child(11) h4:before,#area5 ol.type2 li:nth-child(11):before,#area5 dl dt:nth-of-type(11):before{content: '11.';}
#area5 ol.inList li:nth-child(2):before{content: '(2)';}
#area5 ol.inList li:nth-child(3):before{content: '(3)';}
#area5 ol.inList li:nth-child(4):before{content: '(4)';}
#area5 ol.inList li:nth-child(5):before{content: '(5)';}
#area5 ol.inList li:nth-child(6):before{content: '(6)';}
#area5 ol.inList li:nth-child(7):before{content: '(7)';}
#area5 ol.inList li:nth-child(8):before{content: '(8)';}
#area5 ol.inList li:nth-child(9):before{content: '(9)';}
#area5 ol.inList li:nth-child(10):before{content: '(10)';}
#area5 ol.inList li:nth-child(11):before{content: '(11)';}
#area5 dd > ul.inList li:nth-child(2):before {content: '(b)';}
#area5 dd > ul.inList li:nth-child(3):before {content: '(c)';}

#area5 .name{
	text-align: right;
	margin-bottom: 40px;
}
#area5 h5{
	margin-bottom: 10px;
}

#area5 a{
	color: #333;
}
#area5 strong{font-weight: bold;}

/*--------------------area7--------------------*/

#area7 .figure {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

main #area7 .inner{
	background-color: #ffffff;
	box-shadow: none;
}

/*--------------------btnPageClose--------------------*/
.btnPageClose{
	margin: 30px 0 100px;
	text-align: center;
}
.btnPageClose a{
	width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #adadad;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #aaa;
	font-size: 16px;
	transition: 0.7s all;
	font-weight: bold;
}
.btnPageClose a:hover{
	opacity: 0.7;
}

p.extxt {text-align: center;}

/*--------------------pagetop--------------------*/
#pagetop{
	position:fixed;
	z-index:99;
	right:10px;
	bottom:15px;
	display:none;
	width: 80px;
}
#pagetop.nofix{
	position: absolute;
}
#pagetop img{
	transition: 0.7s all;
}
#pagetop img:hover{
	opacity: 0.7;
}

/*--------------------popbanner--------------------*/
#bnInfo {
	position:fixed;
	z-index:99;
	right:10px;
	bottom:115px;
	/*display:none;*/
	width: auto;
}
#bnInfo.nofix {
	position: absolute;
}
#bnInfo .btnClose {
  position: absolute;
  right: 4px;
  top: -40px;
  cursor: pointer;
}
#bnInfo.out {
  display: none;
}

/*--------------------note--------------------*/
.note{ font-size: 12px; display: inline-block; padding-top:10px; /*color: #587080;*/}
.note dl{
	overflow: hidden;
	margin-bottom: -5px;
	line-height: 1.4;
}
.note dt{
	clear: both;
	float: left;
	width: 25px;
	margin-bottom: 5px;
}
.note dd{
	overflow: hidden;
	zoom:1;
	margin-bottom: 5px;
}
.note dd a{
	color: inherit;
	text-decoration: none;
}
.note dd a:hover{
	text-decoration: underline;
}

sup{vertical-align: super; font-size: 10px; margin-right: 5px;}
.ml10{ margin-left: 10px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
.mb40{ margin-bottom: 40px;}
.mb50{ margin-bottom: 50px;}
.mb80{ margin-bottom: 80px;}
.mlem{ margin-left: 1.5em;}
.mb{ margin-bottom: 55px !important;}
.center{text-align: center;}
