@charset "utf-8";

#wrapper{
	margin: 0 auto;
	width: 100%;
	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:150px;
	float: left;
}
header #logo img{
	padding: 0px 10px 0px 0px;
	box-sizing: border-box;
}
header #logo.logo_v {
	width:200px;
	float: left;
}
header #logo.logo_v img{
	padding: 0px 10px 0px 10px;
}
header #logo.logo_k {
	width:210px;
	float: left;
}
header #logo.logo_k img{
	padding: 25px 10px 25px 20px;
}
header #top{
	width: 35px;
	padding: 0 15px;
	margin-top: 30px;
	text-align: right;
	float: right;
}
header #top a {
	width: 35px;
	height: 35px;
	background: url(../img/icon/top.svg) no-repeat center center;
	display: block;
}
/*----------------------------------------------------
   contents
----------------------------------------------------*/
#contents {
	width: 100%;
	margin: 0 auto 30px auto;
	clear:both;
}
section {
	position: relative;
	padding: 0px 20px;
	overflow: hidden;
}
#main {
	padding: 0;
}
#main p {
	margin-top: 5px;
}

/*----------------------------------------------------
   index
----------------------------------------------------*/
#index h1 {
	font-size:300%;
	text-align: center;
	margin-bottom: 20px;
	padding: 0;
}
#index h1 img{
	width: 120px;
	margin-right: 20px;
	display: inline-block;
}
#index h2 {
	font-size:200%;
	text-align: center;
	margin-bottom: 20px;
}
#index h3 {
	font-size:150%;
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
	padding: 0;
}
#index p {
	font-size:100%;
}
#index .note {
	margin: 10px 0px 0 0px;
	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: 25px;
	background: url(../img/icon/link_2.svg) no-repeat right center;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
}
@media screen and (max-width:520px) {
	header #logo {
        width:120px;
        float: left;
    }
    header #logo.logo_v {
        width:140px;
        float: left;
    }
    header #logo.logo_k {
        width:150px;
        float: left;
    }
	header #top{
        width: 25px;
        padding: 0 20px;
        margin-top: 20px;
        text-align: right;
        float: right;
    }
    header #top a {
        width: 25px;
        height: 25px;
        background: url(../img/icon/top.svg) no-repeat center center;
		-webkit-background-size: auto 25px;
	background-size: auto 25px;
        display: block;
    }
	#index h1 {
        font-size:230%;
        margin-bottom: 10px;
    }
    #index h1 img{
        width: 80px;
        margin-right: 10px;
    }
	#index h2 {
        font-size:160%;
        margin-bottom: 10px;
    }
    #index h3 {
        font-size:120%;
        margin-top: 20px;
    }
}
/*----------------------------------------------------
  menu
----------------------------------------------------*/
#menu{
	margin: 5px 15px 0px 15px;
}
#menu li a{
	font-size: 120%;
	padding: 15px 30px 10px 50px;
}
#menu li a:after {
	width: 20px;
	height: 22px;
	line-height: 21px;
	margin-top: 5px;
	padding-right: 2px;
}
#menu li{
	background-size: auto 30px !important;
}

.trouble_link + p{
	font-size: 90% !important;
}
.trouble_link, 
.manual_link{
	margin: 30px 0 5px 0;
}
.manual_link{
	margin: 35px 0 0 0;
}
.trouble_link a, 
.manual_link a{
	font-size: 120%;
}
.trouble_link a span{
	background: url(../img/icon/Trouble.svg) no-repeat left 10px center;
	background-size: auto 42px;
	padding: 14px 50px 14px 65px;
}
.manual_link a span{
	padding: 0px 50px 0px 0px;
}
.trouble_link a:after,
.manual_link a:after{
	right: 15px;
	font-size: 80%;
	width: 20px;
	height: 22px;
	line-height: 22px;
	padding-right: 2px;
}

@media screen and (max-width:520px) {
	#menu{
        margin: 5px 0 0 0;
    }
	#menu li a{
        font-size: 100%;
        padding: 12px 30px 8px 40px;
    }
	#menu li a:after {
        width: 18px;
        height: 20px;
        line-height: 19px;
        margin-top: 2px;
        padding-right: 2px;
    }
    #menu li{
        background-size: auto 25px !important;
    }
	.trouble_link a, 
    .manual_link a{
        font-size: 100%;
    }
}
/*----------------------------------------------------
 ページトップへ
----------------------------------------------------*/
#back_top{
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index:1;
}
#back_top a {
	color:#FFF;
	font-size:80%;
	text-decoration:none;
	background: #000 url(../img/burette/Up_w.svg) no-repeat left 10px center;
	-webkit-background-size: auto 15px;
	background-size: auto 15px;
	filter:alpha(opacity=70);
    -moz-opacity:0.70;
    -khtml-opacity: 0.70;
    opacity:0.70;
	padding: 10px 10px 10px 35px;
	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-top:40px;
}
.back_page a{
	font-size:100%;
	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: 7pt;
	padding:10px 0px;
}


/*----------------------------------------------------
  main_title
----------------------------------------------------*/
h1{
	font-size: 170%;
	font-weight:normal;
	padding: 5px 0px 5px 0px;
}
/*.no_sound_1{
	background: url(../img/icon/Trouble_2.svg) no-repeat left top;
	background-size: auto 40px;
}
.no_sound{
	background: url(../img/icon/Sound_no.svg) no-repeat left top;
	background-size: auto 40px;
}
.cut_sound{
	background: url(../img/icon/Sound_cut.svg) no-repeat left top;
	background-size: auto 40px;
}
.no_pairing{
	background: url(../img/icon/Pairing.svg) no-repeat left top;
	background-size: auto 40px;
}
.no_power{
	background: url(../img/icon/Power.svg) no-repeat left top;
	background-size: auto 40px;
}
.no_charge{
	background: url(../img/icon/Charge.svg) no-repeat left top;
	background-size: auto 40px;
}*/
h1 br{
	display:none;
}
/*----------------------------------------------------
	個別設定
----------------------------------------------------*/
.img img{ width: 100%; max-width: 450px;}
.img{ text-align:center; margin-top:20px;}
table p{
	font-size:90%;
}
/*----------------------------------------------------
	column
----------------------------------------------------*/
.column .tablescroll:nth-child(1){
	margin:10px 0px 0px 0px;
}
.column .tablescroll:nth-child(2){
	margin:0px 0px 10px 0px;
}
.column .tablescroll:nth-child(2) table th,
.column .tablescroll:nth-child(2) table th p{
	padding:0;
	border:none;
}
.column .tablescroll:nth-child(2) table th p{
	display:none;
}
.column .tablescroll:nth-child(2) table,
.column .tablescroll:nth-child(2) table td{
	border-top:none;
}
/*----------------------------------------------------
	accordion
----------------------------------------------------*/

/*----------------------------------------------------
	tabs
----------------------------------------------------*/
.title + .arrow,
.foot_note + .arrow,
.accordion + .arrow,
.operation + .arrow,
.acc_box + .arrow,
p + .arrow{
	margin:15px auto !important;
}
div.arrow{
	clear:both;
	text-align:center;
	margin:auto;
	width: 0;
	height: 0;
	border-top: 25px solid #1473e6;
	border-right: 40px solid transparent;
	border-left: 40px 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{
	font-weight:bold;
	font-size:100%;
	background: url(../img/burette/Next.svg) no-repeat center left 10px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
    color: #000;
	margin:0px;
	padding:10px 25px;
	display:block;
}
.tab_menu li:nth-child(2) a{
}
.tab_menu li:nth-child(3) a{
	border-left:none;
}
.tab_menu li:hover,
.tab_menu li.active,
.tab_menu li.active a{
	color:#FFF;
	background: #1473e6;
}
@media screen and (max-width:520px) {
	.tab_menu li a{
		font-weight:bold;
		background: none;
		font-size:80%;
		color: #000;
		margin:0px;
		padding:10px;
		display:block;
	}
}
.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%; }
}

/*----------------------------------------------------
	imgs
----------------------------------------------------*/
.imgs{
	display: block;
}
.imgs .img{
	display: block;
}
.imgs .arrow{
	height:30px;
	width:22px;
	margin: 20px auto 30px auto;
	top:-10px;
}
.imgs .arrow:before{
	border:30px solid transparent;
	border-top:30px solid #1473e6;
	left:-20px;
	top:30px;
}
.imgs div.caption_illust_container {
    display: block;
}

/*----------------------------------------------------
  step系
----------------------------------------------------*/
ol.operation{
	margin: 20px 0 0 0;
}
ol.operation > li:before {
	margin-top:-5px;
}
ol.operation li p{
	font-size: 100%;
}

/*----------------------------------------------------
  個別設定
----------------------------------------------------*/
p{
	font-size: 90%;
}
.title h2{
	font-size: 150%;
}
.sub_title h3{
	font-size: 100%;
}
.third_title h4{
	font-size: 100%;
}
@media screen and (max-width:520px) {
	h1{
        font-size: 150%;
		text-align: left;
    }
	.title{
		margin-top: 20px;
        text-align: left;
    }
	.title h2{
        font-size: 115%;
    }
	.acc_box p{
		text-align: left;
    }
	.acc_box .img img{
		max-width: 150px;
    }
	.tabbox .accordion .event_title p{
		font-size: 90%;
		padding: 7px 35px;
	}
	 .accordion .event_title p {
		font-size: 90%;
		background: url(../img/burette/plus.svg) no-repeat right 7px center;
		-webkit-background-size: auto 20px;
		background-size: auto 20px;
	}
	 .accordion .event_title:hover p{
		background: url(../img/burette/plus.svg) no-repeat right 7px center;
		-webkit-background-size: auto 20px;
		background-size: auto 20px;
	}
	 .accordion .event_title.open p{
		background:url(../img/burette/minus.svg) no-repeat right 7px center;
		-webkit-background-size: auto 20px;
		background-size: auto 20px;
	}
}
.succeed .fourth_title{
	text-align: left;
}
.acc_box, .succeed{
	margin:10px auto 0px auto;
	padding: 20px;
}
.succeed:before {
	border-width: 20px 20px 0 0;
}
.tabbox .accordion .event_box{
	padding: 10px;
}