@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: 40px 0 0;
	padding: 0 !important;
	border: none;
}

/*リスト*/
.spsl_table{
	width: 100%;
	margin-bottom: 30px;
}
.spsl_table th {
	border: none;
	background: none;
	padding: 0 0 10px;
	font-size: 138.4%;
	line-height: 1.4em;
	color: #064599;
}
.spsl_table td{
	border: none;
	background: #E2E9F3;
	padding: 20px 20px 15px;
}
ul.list01,
ul.list02,
ul.list03{
	width: 100%;
	overflow:hidden;
	margin-bottom: 15px;
	}	
ul.list01 li{
	float:left;
	width: 20%;
	margin-bottom: 0.2em;
	}	
ul.list02 li{
	width: 33.3333%;
	float:left;
	margin-bottom: 0.2em;
	}

ul.list03 li{
	width: 50%;
	float:left;
	margin-bottom: 0.2em;
	}

/*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 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 .usbhd_connect{
	padding: 15px 10px;
}

.mobile .usbjdd_dotline_box01{
	width: 100%;
}
.mobile .usbhd_connect dl.usbhdd_itemize_fl{
	float: none;
	width: 100%;
}

/*スカパー*/
.mobile .spsl_table th{
	font-size: 4.2vw;
}
.mobile ul.list01 li{
	width: 33.3333%;
	font-size: 2.8vw;
}
.mobile ul.list03 li{
	width: 100%;
}

/*767px以下*/
}