@charset "utf-8";

.hover{
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
	opacity: 1;
}
.hover:hover{
	opacity: 0.7;
	text-decoration: none;
}

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* head
----------------------------------------------------------- */ 
#products .products_head{
	position: relative;
	background: #06459B;
	border: none;
	height: auto;
}

#products .products_head p.products_title {
	float: none;
	width: 78%;
	display: block;
	margin: 0;
	padding: 15px;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
}

#products .products_head p.products_back{
	float: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 22%;
	height: 100%;
	display: block;
	margin: 0;
}
	#products .products_head p.products_back a{
		position: absolute;
		left: 0px;
		top: 0px;
		display: block;
		width: 100%;
		height: 100%;
		font-size: 107.6%;
		line-height: 52px;
		color: #fff;
		padding-left: 44px;
		letter-spacing: normal;
		background: #698FC3;
	}
	#products .products_head p.products_back a::before{
		content: "";
		background: #fff;
		width: 20px;
		height: 20px;
		position: absolute;
		left: 14px;
		top: 50%;
		margin-top: -10px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	#products .products_head p.products_back a::after{
		content: "";
		width: 0px;
		height: 0px;
		position: absolute;
		left: 14px;
		top: 50%;
		margin-top: -5px;
		border: 5px solid transparent;
		border-right: 7px solid #698FC3;
	}

.faq_copy {
	margin: 0;
	padding: 0 0 30px; !important;
	width: 100%;
	border: none;
}


/* アンカータイトル
-------------------------------------------------- */
div.kisyu_link{
	margin: 0;
	border: none;
	margin-bottom: 20px;
}

div.kisyu_link p{
	margin-bottom: 0px;
}
div.kisyu_link p:first-child{
	padding: 1em;
	letter-spacing: 0px;
	font-size: 115.3%;
	line-height: 1.6em;
	background: #E2E9F3;
}
div.kisyu_link a{
	display: block;
	background: #698FC3;
	position: relative;
	padding: 0.4em 0.5em 0.4em 38px;
	padding: 0.6em 0.5em 0.6em 38px;
	font-size: 123%;
	font-size: 100%;
	line-height: 1.4em;
	font-weight: bold;
	font-weight: normal;
	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 2px;
}
div.kisyu_link a:nth-child(n+2){
	margin-top: 2px;
}
	div.kisyu_link a::before{
		content: "";
		background: #fff;
		width: 20px;
		height: 20px;
		position: absolute;
		left: 10px;
		top: 50%;
		margin-top: -10px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	div.kisyu_link a::after{
		content: "";
		width: 0px;
		height: 0px;
		position: absolute;
		left: 15px;
		top: 50%;
		margin-top: -3px;
		border: 5px solid transparent;
		border-top: 7px solid #698FC3;
	}

/*トグル開閉*/
.tbl-hidden-box{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 680px;
	margin-bottom: 30px;
}
	.tbl-hidden-box::after{
		content: "";
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 140px;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5)), to(#fff));
		background: linear-gradient(rgba(255,255,255,0.5), #fff);
	}
	.tbl-hidden-box.open::after{
		display: none;
	}
.tbl-hidden-box_button{
	position: absolute;
	left: 50%;
	bottom: 0px;
	display: inline-block;
	padding: 0.8em 70px 0.8em 95px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 2;
	font-size: 123%;
	line-height: 1em;
	font-weight: bold;
	white-space: nowrap;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
}
	.tbl-hidden-box_button span:last-child{
		display: none;
	}
	.open .tbl-hidden-box_button span{
		display: none
	}
	.open .tbl-hidden-box_button span:last-child{
		display: inline;
	}
	.tbl-hidden-box_button i{
		display: block;
		background: #999;
		position: absolute;
		width: 25px;
		height: 25px;
		left: 16px;
		top: 50%;
		margin-top: -12px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	.tbl-hidden-box_button i::before{
		content: "";
		position: absolute;
		left: 6px;
		top: 11px;
		width: 13px;
		height: 3px;
		background: #fff;
	}
	.tbl-hidden-box_button i::after{
		content: "";
		position: absolute;
		left: 11px;
		top: 6px;
		width: 3px;
		height: 13px;
		background: #fff;
	}
	.open .tbl-hidden-box_button i::after{
		display: none;
	}

/* new table */
.new-table{
	width: 100%;
	letter-spacing: 0px;
	margin-bottom: 5px;
}
	.new-table th{
		background: #f7f7f7;
		border: 1px solid #e3e3e3;
		font-weight: normal;
		text-align: center;
		padding: 1em;
		vertical-align: top;
	}
	.new-table tr:first-child th{
		border-top: #b3b3b3 4px solid;
		vertical-align: top;
	}
	.new-table th:first-child{ width:115px;}
	.new-table td{
		border: 1px solid #e3e3e3;
		padding: 1em;
		text-align: center;
		vertical-align: middle;
	}
		.new-table th span,
		.new-table td span{
			font-size: 84.6%;
		}
	.new-table .type{
		color: #064599;
	}

/* 既存テーブル調整 */
/* Table
-------------------------------------------------- */
.avchd_table {
	width: 100%;
}
.avchd_table tr th,
.avchd_table tr td {
	border:1px solid #dcdcdc;
	padding:6px;
	text-align:center;
}
.avchd_table tr td {width:140px;}
.avchd_table tr td.type{
	width:146px;
	color:#01459d;
	/*background-color:#f0f0f0;*/
	font-size:90%;
	font-weight:bold;
	text-align:left;}

.avchd_table tr th {
	font-size:90%;
	background: #f7f7f7;
	font-weight: normal;
}
.avchd_table tr:first-child th{
	border-top: 4px solid #b3b3b3;
}
.avchd_list li {
	list-style-type:disc;
	padding:0 0 10px 0;
	margin:20px 0 0 20px;
}

/*TOPへ戻る*/
 .backtotop-main {
	margin: 30px 0 0;
	width: 100%;
	min-height: 45px;
	text-align: right;
}
 .backtotop-main a{
	position: relative;
	display: inline-block;
	font-size: 107.6%;
	font-weight: bold;
}
	 .backtotop-main a::before{
		content: "";
		background: #698FC3;
		width: 20px;
		height: 20px;
		position: absolute;
		left: -25px;
		top: 50%;
		margin-top: -10px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	 .backtotop-main a::after{
		content: "";
		width: 0px;
		height: 0px;
		position: absolute;
		left: -20px;
		top: 50%;
		margin-top: -9px;
		border: 5px solid transparent;
		border-bottom: 7px solid #fff;
	}



/*SP版対応 767px*/
@media screen and (max-width: 767px){
.mobile body,
.mobile .inner{
	width: 100%;
	min-width: 100%;
}
.mobile img{max-width: 100%;}
/*ヘッダー*/
.mobile #header{
	width: 100%;
	height: 44px;
}
	.mobile #header #logo{
		left: 8px;
		top: 8px;
	}
	.mobile #header #logo img{
		width: 110px;
		height: auto;
	}
.mobile #productname,
.mobile #inquiry,
.mobile #sitemap{
	display: none;
}

.mobile #nav_wrap{
	min-height: 44px;
}
.mobile #brand{
	padding: 8px 0 0 8px;
}
.mobile #brand img{
	width: 110px;
	height: auto;
}
/*メニュー*/
.mobile #nav{
	position: absolute;
	display: block;
	left: 0px;
	top: 44px;
	background: rgba(0,0,0,0.8);
	width: 100%;
	padding-top: 0;
	display: none;
}
	.mobile #nav li{
		float: none;
		padding: 0;
		margin: 0;
	}
	.mobile #nav li a{
		display: block;
		padding: 14px 10px;
		border-top: 1px solid #535353;
		font-size: 16px;
		line-height: 1.2em;
		text-align: left;
	}
	.mobile #nav li:first-child a{
		border-top: none;
	}
.mobile #nav_click_view{
	width: 44px;
	height: 44px;
	background: url(../../../../top/images/icn_menu.png) no-repeat;
	float: right;
	cursor: pointer;
}
.mobile #nav_click_view.active{
	background: url(../../../../top/images/icn_menu.png) 0 -44px no-repeat;
}

.mobile #crumb{
	display: none;
}

/*フッター*/
.mobile #footer{
	height: auto;
}
.mobile #footer .footer_contents{
	width: 100%;
}
.mobile #copyright{
	position: relative;
	top: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
}

/*コンテンツ*/
.mobile .mega-navMenu{
	display: none;
}

.mobile #container{
	width: 100%;
}
.mobile #main{
	float: none;
	width: 100%;
}
.mobile #sub{
	display: none;
}

/*タイトル*/
.mobile .products_title{
	font-size: 2vw;
}
.mobile #products .products_head p.products_title{
	font-size: 3.2vw;
}
.mobile #products .products_head p.products_back a{
	padding: 10px 10px 10px 15px;
	font-size: 2.6vw;
	line-height: 1.4em;
	text-align: center;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.mobile #products .products_head p.products_back a::before{
	left: 5px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
}
.mobile #products .products_head p.products_back a::after{
	left: 5px;
    top: 50%;
    margin-top: -2px;
    border: 2px solid transparent;
    border-right: 4px solid #698FC3;
}

.mobile div.kisyu_link p:first-child span{
	display: inline-block;
}

.mobile h3.table_ttl,
.mobile .link-title{
	font-size: 4vw;
}

.mobile .sp-scroll-box,
.mobile .tbl-hidden-box{
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
.mobile .tbl-hidden-box_button{
	padding: 0.8em 30px 0.8em 50px;
	font-size: 4vw;
}

.mobile .usbhdd_table th,
.mobile .usbhdd_table td{
	white-space: normal;
	font-size: 2vw;
}
.mobile .avchd_table tr:first-child th p,
.mobile .avchd_table tr:first-child th span,
.mobile .new-table tr:first-child th p{
	white-space: nowrap;
	display: block;
}

.mobile .usbhd_connect{
	padding: 15px 10px;
}

.mobile .usbjdd_dotline_box01{
	width: 100%;
}
.mobile .usbhd_connect dl.usbhdd_itemize_fl{
	float: none;
	width: 100%;
}

/*767px以下*/
}