@charset "utf-8";

/*----------------------------------------------------
  menu
----------------------------------------------------*/
#menu{
	margin: 0px 20px 0px 20px;
}
#menu li{
	position: relative;
}
#menu li a{
	color: #000;
	text-decoration: none;
	font-size: 160%;
	padding: 20px 40px 15px 60px;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
}
#menu li:hover{
	opacity: 0.7;
}
#menu li a:hover{
	color: #00C3FF;
}
#menu li a:after {
	content:"＞";
	font-size: 70%;
	text-align:right;
	color: #FFF;
	background-color: #999;
	width: 23px;
	height: 25px;
	line-height: 24px;
	margin-top: 5px;
	padding-right: 2px;
	position: absolute;
	right: 0px;
}
#menu li a:hover:after{
	color: #FFF;
	background-color: #00C3FF;
}
#menu li:nth-child(1){
	background: url(../img/icon/Sound_no.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
#menu li:nth-child(2){
	background: url(../img/icon/Sound_cut.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
#menu li:nth-child(3){
	background: url(../img/icon/Pairing.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
#menu li:nth-child(4){
	background: url(../img/icon/Power.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
#menu li:nth-child(5){
	background: url(../img/icon/Charge.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
#menu li:nth-child(6){
	background: url(../img/icon/Nc.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
#menu li:nth-child(7){
	background: url(../img/icon/Mp.svg) no-repeat left 5px center;
	background-size: auto 40px;
}

.EH-W10 #menu li:nth-child(1){
	background: url(../img/icon/Sound_am.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
.EH-W10 #menu li:nth-child(2){
	background: url(../img/icon/Howling.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
.EH-W10 #menu li:nth-child(3){
	background: url(../img/icon/Sound_no_1.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
.EH-W10 #menu li:nth-child(4){
	background: url(../img/icon/Sound_no.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
.EH-W10 #menu li:nth-child(5){
	background: url(../img/icon/Sound_cut.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
.EH-W10 #menu li:nth-child(6){
	background: url(../img/icon/Pairing.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
.EH-W10 #menu li:nth-child(7){
	background: url(../img/icon/Power.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
.EH-W10 #menu li:nth-child(8){
	background: url(../img/icon/Charge.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
#menu li.no_sound_1,
.EC25T #menu li:nth-child(1),
.A20T #menu li:nth-child(1),
.A25T #menu li:nth-child(1),
.A18T #menu li:nth-child(1),
.NP50T #menu li:nth-child(1),
.A30T2 #menu li:nth-child(1){
	background: url(../img/icon/Sound_no_1.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
#menu li.no_sound,
.EC25T #menu li:nth-child(2),
.A20T #menu li:nth-child(2),
.A25T #menu li:nth-child(2),
.A18T #menu li:nth-child(2),
.NP50T #menu li:nth-child(2),
.A30T2 #menu li:nth-child(2){
	background: url(../img/icon/Sound_no.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
#menu li.cut_sound,
.EC25T #menu li:nth-child(3),
.A20T #menu li:nth-child(3),
.A25T #menu li:nth-child(3),
.A18T #menu li:nth-child(3),
.NP50T #menu li:nth-child(3),
.A30T2 #menu li:nth-child(3){
	background: url(../img/icon/Sound_cut.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
#menu li.no_pairing,
.EC25T #menu li:nth-child(4),
.A20T #menu li:nth-child(4),
.A25T #menu li:nth-child(4),
.A18T #menu li:nth-child(4),
.NP50T #menu li:nth-child(4),
.A30T2 #menu li:nth-child(4){
	background: url(../img/icon/Pairing.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
#menu li.no_power,
.EC25T #menu li:nth-child(5),
.A20T #menu li:nth-child(5),
.A25T #menu li:nth-child(5),
.A18T #menu li:nth-child(5),
.NP50T #menu li:nth-child(5),
.A30T2 #menu li:nth-child(5){
	background: url(../img/icon/Power.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
#menu li.no_charge,
.EC25T #menu li:nth-child(6),
.A20T #menu li:nth-child(6),
.A25T #menu li:nth-child(6),
.A18T #menu li:nth-child(6),
.NP50T #menu li:nth-child(6),
.A30T2 #menu li:nth-child(6){
	background: url(../img/icon/Charge.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
#menu li.no_nc,
.A20T #menu li:nth-child(7),
.A25T #menu li:nth-child(7),
.A18T #menu li:nth-child(7),
.A30T2 #menu li:nth-child(7){
	background: url(../img/icon/Nc.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
#menu li.no_wind_cut,
.A30T2 #menu li:nth-child(8){
	background: url(../img/icon/Wc.svg) no-repeat left 5px center;
	background-size: auto 40px;
}
#menu li.no_multi_point,
.A30T2 #menu li:nth-child(9){
	background: url(../img/icon/Mp.svg) no-repeat left 5px center;
	background-size: auto 40px;
}

.trouble_link + p{
	font-size: 90% !important;
}
.trouble_link, 
.manual_link{
	margin: 40px 0 10px 0;
	background: #2CC02D;
	position: relative;
}
.trouble_link:hover, 
.manual_link:hover{
	opacity: 0.7;
}
.manual_link{
	margin: 45px 0 0 0;
	background: #EFEFEF;
}
.trouble_link a, 
.manual_link a{
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.trouble_link a span{
	background: url(../img/icon/Trouble.svg) no-repeat left 5px center;
	padding: 17px 12px 17px 70px;
}
.manual_link a{
	color: #000;
	padding: 12px;
	background: none;
}
.manual_link a:hover{
	color: #00C3FF;
}
.trouble_link a:after,
.manual_link a:after{
	position: absolute;
	right: 20px;
	content:"＞";
	font-weight: normal;
	font-size: 80%;
	text-align:right;
	color: #2CC02D;
	background-color: #FFF;
	width: 23px;
	height: 25px;
	line-height: 24px;
	padding-right: 2px;
}
.manual_link a:after{
	color: #FFF;
	background-color: #999;
}
.manual_link a:hover:after{
	color: #FFF;
	background-color: #00C3FF;
}
/*----------------------------------------------------
  step系
----------------------------------------------------*/
ol p{
	margin-left:30px;
}
ol li p{
	margin-left:0px;
}

.title + .operation,
.sub_title + .operation {
	padding-top: 0px;
	margin-top: 10px;
}

ol.operation > p,
ol.operation > .tablescroll,
ol.operation > .foot_note,
ol.operation > .memo{
	margin-left:40px;
}
ol.operation{
	margin: 30px 40px 0 40px;
	counter-reset: operation;
	list-style: none;
}
ol.operation li{
	margin-top: 30px;
	padding-left: 40px;
	position: relative;
	clear:both;
}
ol.operation li:nth-child(1){
	margin-top: 0px;
}
ol.operation li:before {
	content: counter(operation);
	counter-increment: operation;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 200%;
	font-weight:bold;
	color: #142245;
	display: block;
	float: left;
	line-height: 30px;
	margin-top:-2px;
	margin-left: -40px;
	text-align: center;
	height: 30px;
	width: 30px;
}
ol.operation li p{
	font-size: 110%;
	font-weight: bold;
}
ol.operation > ol.sub_step,
ol.operation > ol.item_num{
	margin-left:40px;
}
ol.item_num,
ol.sub_step{
  counter-reset: item;
  list-style: none;
  padding: 0;
}
ol.item_num li,
ol.sub_step li{
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 30px;
	position: relative;
}
ol.item_num li:before,
ol.sub_step li:before{
  content: counter(item);
  counter-increment: item;
	font-weight:normal;
	font-size: 110%;
	font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	background-color: #FFF;
	border:1px solid #226AB7;
	color:#226AB7;
	display: block;
	float: left;
	margin-top: 3px;
	margin-left: -30px;
	text-align: center;
	line-height: 18px;
	height: 18px;
	width: 18px;
	border-radius: 50%;
}
@media all and (-ms-high-contrast: none) {
  ol.item_num li:before,
ol.sub_step li:before{
    font-size: 50%;
  }
}
/*----------------------------------------------------
	memo | notice
----------------------------------------------------*/
.memo{
	clear:both;
	margin-top:20px;
}
.memo .word{
	background-color:#FFF;
	border: 2px solid #D0D3DA;
	border-bottom:none;
	padding:8px 18px;
	display:inline-block;
}
.memo .word h4{
	font-weight:bold;
}
.memo .col{
	margin-top:-2px;
	padding:5px 15px 10px 15px;
	border: 2px solid #D0D3DA;
}
.memo .col p{
	margin:0;
}
.notice{
	clear:both;
	margin-top:20px;
}
.notice .word{
	background-color:#E9EAED;
	padding:8px 18px;
	display:inline-block;
}
.notice .word h4{
	font-weight:bold;
}
.notice .col{
	background-color:#E9EAED;
	padding:10px 15px 10px 15px;
}


/*----------------------------------------------------
	table
----------------------------------------------------*/
p + .tablescroll,
h3 + .tablescroll{
	margin-top: 5px;
}
table {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	border: 1px solid #C5C5C5;
	border-top:none;
}
table th  {
	border: 1px solid #C5C5C5;
	background-color:#EFEFEF;
	padding: 5px;
	text-align: center;
}
table th p{
	font-weight:bold;
	margin:0px !important;
	padding:0px !important;
}
table tr td {
	border: 1px solid #C5C5C5;
	padding:0px 5px 5px 5px;
	margin:auto;
	vertical-align: middle;
	text-align: left;
}
table tr:nth-child(n+2):hover{
    cursor: default;
    background: #EFEFEF;
}
table .img img {
	max-width:280px;
	text-align: center;
	vertical-align: middle;
}
.tablescroll{
	margin: 10px 0;
}
.tablescroll::-webkit-scrollbar{
	height: 5px;
}
.tablescroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.tablescroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
.tablescroll .hide-table-header th{
	border:none;
	padding:0px;
}
/*----------------------------------------------------
	tabs
----------------------------------------------------*/
.tabs{
	position: relative;
	margin-top:20px;
	overflow: hidden;
}
.tabs .tab_menu { 
    width: 100%;
} 
.tab_menu li a{
	text-decoration:none;
}
.tabbox{
	background-color:#FFFFFF;
	position: relative;
	zoom: 1;
}
/*--------------------------------------------------
	accordion
----------------------------------------------------*/

.accordion{
	width:100%;
	margin: 20px 0;
	clear:both;
}
.accordion .event_title{
	text-align: center;
	background-color: #EFEFEF;
	border: 3px solid #CCC;
	cursor:pointer;
}
.accordion .event_title:hover{
	opacity: 0.7;
}
.accordion .event_title p {
	color:#000;
	font-weight: bold;
	font-size:100%;
 	text-decoration: none;
	background: url(../img/burette/plus.svg) no-repeat right 12px center;
	-webkit-background-size: auto 25px;
	background-size: auto 25px;
	margin:0px !important;
	padding: 10px 50px 10px 50px;
}
.accordion .event_title:hover p{
	background: url(../img/burette/plus.svg) no-repeat right 12px center;
	-webkit-background-size: auto 25px;
	background-size: auto 25px;
}
.accordion .event_title.open p{
	background:url(../img/burette/minus.svg) no-repeat right 12px center;
	-webkit-background-size: auto 25px;
	background-size: auto 25px;
}
.accordion .event_box {
	background:#FFF;
	padding:10px 20px 20px 20px;
	display:none;
	border: 3px solid #CCC;
	border-top: none;
}
.accordion .event_box ol.operation{
	margin: 20px 0 0 0;
}
.event_box {
	background:#FFF;
	padding:5px 0px 20px 0px;
	display:none;
	border-bottom: 1px solid #DDD;
}
/*----------------------------------------------------
	item_explanation
----------------------------------------------------*/
.item_explanation{
	clear: both;
	overflow: hidden;
	zoom:1;
}
.item_explanation_lead_title{
	margin-left:5px;
	margin-bottom: 0px;
	float: left;
	clear:left;
}
.item_explanation_lead_title_line{
	float: left;
	clear:left;
	background: url(../img/burette/line_01.png) no-repeat left 15px;
	padding-left: 10px;
	margin-bottom: 0px;
}
.item_explanation_lead_text{
	float: left;
	padding-left: 0px;
}
.item_explanation_lead_text a{
	font-size: 75%;
	padding-left: 10px;
}
.item_explanation_title{
	margin-left:0px;
}
.item_explanation_text{
	padding-left: 14px;
	
}
/*----------------------------------------------------
	sub_note
----------------------------------------------------*/
.sub_note{
	width: auto;
	margin-left:12px;
}
.sub_note .note {
	background: url(../img/burette/Note_2.png) no-repeat left 7px;
	padding-left: 12px;
	margin-left: 5px;
}
/*----------------------------------------------------
	accent_box
----------------------------------------------------*/
.acc_box, .succeed{
	clear:both;
	text-align: center;
	margin:10px auto 30px auto;
	padding: 30px;
	border: solid 4px #1473e6;
	max-width: 700px;
}
.tabbox .accordion .acc_box,
.accordion .acc_box{
	text-align: left;
	border: solid 1px #ccc;
	padding: 5px 10px 10px 10px;
	max-width:100%;
}
.acc_box.second{
	background-color: #e5edf5;
}
.succeed{
	padding: 20px 30px;
	position: relative;
}
.succeed:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #1473e6 transparent transparent transparent;
}
.succeed .title{
	text-align: left;
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.succeed .link,
.link_acc{
	margin:10px auto 0 auto;
	text-align: center;
	background: #1473e6;
	border:1px solid #E4EAF3;
	padding: 10px 20px;
	display: block;
}
.succeed .link a,
.link_acc{
	text-decoration: none;
	color: #FFF;
}
.succeed .link:hover,
.link_acc:hover{
	opacity: 0.7;
}
.succeed .img{
	margin: 10px 0 20px 0;
}
.acc_box .img{
	text-align: center;
	margin:10px auto 10px auto;
	max-width: 250px;
}
.tabbox .acc_box{
	border: none;
	padding: 0px;
	max-width:100%;
}
.tabbox .acc_box .sub_title{
	margin: 0 0 10px 0;
	text-align: center;
	padding: 10px;
	background-color: #EFEFEF;
	border: 1px solid #ccc;
}
.tabbox .acc_box .sub_title h3{
	font-weight: bold;
	font-size: 110%;
}
.sub_title + p{
	text-align: left;
}
.tabbox .acc_box p{
	margin: 0;
}
.tabbox .acc_box .link,
.link:last-child{
	text-align:center;
	margin: 20px auto 0 auto;
	
}
.tabbox .acc_box .link a,
.link:last-child a{
	font-size: 100%;
	text-decoration: none;
	color: #FFF;
	padding: 10px 15px;
	background: #1473e6;
	border:1px solid #E4EAF3;
	display: inline-block;
}
.tabbox .acc_box .link:hover,
.link:last-child:hover a{
	opacity: 0.7
}
/*----------------------------------------------------
	imgs
----------------------------------------------------*/
.imgs{
	margin: 10px 0 20px 0;
	display: table;
	overflow: hidden;
}
.imgs .img{
	display: table-cell;
}
.imgs .arrow{
	height:22px;
	width:30px;
	background-color:#1473e6;
	position:relative;
	top:10px;
	border: none;
	z-index: 1;
}
.imgs .arrow:last-child{
	display: none;
}
.imgs .arrow:before{
    position:absolute;
	content:"";
	width:0;
	height:0;
	border:30px solid transparent;
	border-left:30px solid #1473e6;
	left:30px;
	top:-20px;
}
.imgs div.caption_illust_container {
    display: table-cell;
}
/*----------------------------------------------------
	text系
----------------------------------------------------*/
.title:last-child,
.link + .title{
	border-bottom:none;
}
.title{
	text-align: left;
	margin-top: 40px;
	padding-bottom: 10px;
	border-bottom: 2px solid #1473e6;
}
.title h2{
	font-size: 150%;
}
.sub_title{
	text-align: center;
	margin: 20px 0px;
	background-color: #EFEFEF;
	border: 3px solid #CCC;
}
.sub_title h3{
	padding: 10px;
	font-size: 100%;
}
.third_title{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #1473e6;
}
.third_title h4{
	font-weight: normal;
	font-size: 120%;
}

.note {
	position: relative;
	padding-left: 17px;
}
.note:before{
	position: absolute;
	top: 9px;
	content: " ";
	background-color:#1473e6;
	margin-right: 12px;
	margin-left: -17px;
	text-align: left;
	height: 5px;
	width: 5px;
	border-radius:50% 50%;
	display: inline-block; 
}
.foot_note{
	clear:both;
}
.foot_note .note{
	background:none;
	margin: 0;
	padding-left: 17px;
	position: relative;
}
.foot_note .note:before,
.foot_note .note.glo:before{
	content: "※";
	background-color:transparent;
	top: 0px;
	margin-top:2px;
	line-height: 1;
	margin-left: -17px;
	text-align: left;
	height: 1em;
	width: 17px;
	display: inline-block; 
}
.foot_note .note.glo:before{
	content: "*";
}
.link {
	margin: 10px 0;
	text-align: right;
}
.link a{
	font-size: 90%;
	display:block;
}
.link a:hover{
	text-decoration: none;
}
.img{ 
	text-align:center;
	margin:20px 0;
}
div.caption_illust_container {
	overflow: hidden;
}