@charset "utf-8";

#wrapper{
	width: 100%;
	background-color:#FFF;
	overflow: hidden;
	zoom: 1;
	min-height: 100vh;
	position: relative;
	padding-bottom: 47px;
	box-sizing: border-box;
}


/*----------------------------------------------------
  header
----------------------------------------------------*/
header {
	position:relative;
	background: #FFF;
	width:100%;
}
header #logo {
	width:170px;
	float: left;
}
header #logo img{
	padding: 0px 10px 0px 0px;
	box-sizing: border-box;
}
header #logo.logo_v {
	width:220px;
}
header #logo.logo_v img{
	padding: 0px 10px 0px 10px;
}
header #logo.logo_k {
	width:230px;
}
header #logo.logo_k img{
	padding: 25px 20px 25px 30px;
}
header #top{
	width: 35px;
	padding: 0 20px;
	margin-top: 35px;
	text-align: right;
	float: right;
}
header #top a {
	width: 35px;
	height: 35px;
	background: url(../img/icon/top.svg) no-repeat center center;
	display: block;
}
header #top a:hover{
	opacity: 0.7;
}
/*----------------------------------------------------
  contents
----------------------------------------------------*/
#contents {
	width: 100%;
	margin: 0 auto 30px auto;
	clear:both;
}
#content {
	min-height:500px;
	text-align:center;
}
#main,
#index {
	width: 100%;
	min-height:600px;
	padding: 0px 0px 20px 0px;
}
section {
	position: relative;
	padding: 0px 60px;
	overflow: hidden;
}
#main p {
	margin-top: 5px;
}

/*----------------------------------------------------
   main内
----------------------------------------------------*/
article{
	max-width:900px;
	margin:auto;
	background-color: #FFF;
	padding: 0px 0px 20px 0px;
}

/*----------------------------------------------------
   index
----------------------------------------------------*/
#index h1 {
	font-size:380%;
	text-align: center;
	margin-bottom: 30px;
	padding: 0;
}
#index h1 img{
	width: 180px;
	margin-right: 20px;
	display: inline-block;
}
#index h2 {
	font-size:260%;
	text-align: center;
	margin-bottom: 30px;
}
#index h3 {
	font-size:180%;
	text-align: center;
	font-weight: normal;
	margin-top: 60px;
	padding: 0;
}
#index p {
	font-size:120%;
}
#index .note {
	margin: 20px 20px 0 20px;
	position: relative;
	padding-left: 25px;
}
#index .note:before{
	position:absolute;
	top: 5px;
	content: "*";
	background-color: #fff;
	margin-right: 5px;
	margin-left: -20px;
	text-align: left;
	line-height: 1;
	width: 20px;
	border-radius:0;
	display: inline-block; 
}
#index .note:lang(ja):before{
	content: "※";
}
#index a.extlink{
	padding-right: 35px;
	background: url(../img/icon/link_2.svg) no-repeat right center;
	-webkit-background-size: auto 25px;
	background-size: auto 25px;
}
/*----------------------------------------------------
 ページトップへ
----------------------------------------------------*/
#back_top{
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index:1;
}
#back_top a {
	color:#FFF;
	font-size:90%;
	text-decoration:none;
	background: #000 url(../img/burette/Up_w.svg) no-repeat left 10px center;
	-webkit-background-size: auto 25px;
	background-size: auto 25px;
	filter:alpha(opacity=70);
    -moz-opacity:0.70;
    -khtml-opacity: 0.70;
    opacity:0.70;
	padding: 15px 10px 15px 45px;
	display: block;
}
#back_top a:hover {
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*----------------------------------------------------
	backpage
----------------------------------------------------*/
.back_page{
	text-align:left;
	margin:40px 0px 40px 0px;
}
.back_page a{
	font-size:120%;
	text-decoration:none;
	background: #F0F2F4 url(../img/burette/Next.svg) no-repeat left 10px center;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
	padding: 10px 20px 10px 35px;
	display: inline-block;
}
.back_page a:hover{
	background: #CCCCCC url(../img/burette/Next.svg) no-repeat left 10px center;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
footer {
	text-align:center;
	margin:auto;
	clear: both;
	overflow: hidden;
	zoom: 1;
	z-index:10;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
footer #copyright p{
	font-size: 9pt;
	padding:15px 0px;
}

/*----------------------------------------------------
  main_title
----------------------------------------------------*/
h1{
	font-size: 200%;
	font-weight:normal;
}
h1 +.img{
	margin: 30px auto 10px auto !important;
}
/*.no_sound_1{
	background: url(../img/icon/Trouble_2.svg) no-repeat left top;
	background-size: auto 50px;
}
.no_sound{
	background: url(../img/icon/Sound_no.svg) no-repeat left top;
	background-size: auto 50px;
}
.cut_sound{
	background: url(../img/icon/Sound_cut.svg) no-repeat left top;
	background-size: auto 50px;
}
.no_pairing{
	background: url(../img/icon/Pairing.svg) no-repeat left top;
	background-size: auto 50px;
}
.no_power{
	background: url(../img/icon/Power.svg) no-repeat left top;
	background-size: auto 50px;
}
.no_charge{
	background: url(../img/icon/Charge.svg) no-repeat left top;
	background-size: auto 50px;
}*/
h1 br{
	display:none;
}

/*----------------------------------------------------
	column
----------------------------------------------------*/
.column .tablescroll{
	margin-top:20px;
	width:49%;
	float:left;
}
.column .tablescroll:nth-child(2){
	margin-left:2%;
}

/*----------------------------------------------------
	tabs
----------------------------------------------------*/
.title + .arrow,
.foot_note + .arrow,
.accordion + .arrow,
.operation + .arrow,
p + .arrow{
	margin:20px auto !important;
}
div.arrow{
	clear:both;
	text-align:center;
	margin:auto;
	width: 0;
	height: 0;
	border-top: 30px solid #1473e6;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
}
.tab_menu {
	display:table;
	margin-bottom:40px;
}
.tab_menu li{
	text-align: center;
	vertical-align:middle;
	display: table-cell;
	width:33.333%;
	background: #E4EAF3;
	border:1px solid #1473e6;
	margin:0px !important;
	padding:0px !important;
	position:relative;
}
.tab_menu li:nth-child(3){
	border-left:none;
}
.tab_menu li:nth-child(4){
	border-left:none;
}
.tab_menu li.none{
	display:none; 
}
.tab_menu li br{
	display:none;
}
.tab_menu li a br{
	display: block;
}
.tab_menu li a{
	font-weight:bold;
	font-size:120%;
	background: url(../img/burette/Next.svg) no-repeat center left 20px;
	-webkit-background-size: auto 25px;
	background-size: auto 25px;
    color: #000;
	margin:0px;
	padding:15px 40px 15px 40px;
	display:block;
}
.tab_menu li:hover,
.tab_menu li.active,
.tab_menu li.active a{
	color:#FFF;
	background: #1473e6;
}
.tab_menu li.active span.arrow{
	display: inline-block;
    width: 0;
    line-height: 0;
    border: none;
	border-top: 20px solid #1473e6;
    border-left: 30px solid #FFFFFF;
    border-right: 30px solid #FFFFFF;
	margin-left:-30px;
	clear:both;
	position: absolute;
	bottom:-20px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .tab_menu li.active span.arrow { left: 50%; }
}
