@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;
	}

#products h1,
#products h2 {
	clear: both;
}

.faq_copy {
	margin:10px 0;
	/*padding:10px !important;
	padding:10px 0 10px 20px;
	width:688px;
	border: solid 1px #dcdcdc;*/
	zoom: 1;
	}
	
/* ナビ
-------------------------------------------------- */
#usb_nav ul{
	width: -webkit-calc(100% + 5px);
	width: calc(100% + 5px);
	overflow:hidden;
	margin-bottom: 30px;
	letter-spacing: -0.4em;
}
	#usb_nav ul li,
	#usb_nav ul li.last{
		display: inline-block;
		float:none;
		width:-wbkit-calc(25% - 5px);
		width:calc(25% - 5px);
		margin-right: 5px;
		letter-spacing: normal;
		vertical-align: top;
	}
	#usb_nav ul li a{
		position: relative;
		display: block;
		width: 100%;
		background: -webkit-linear-gradient(top, #FEFFFF 0%,#BECEE5 100%);
		background: linear-gradient(#FEFFFF, #BECEE5);
		font-size: 92%;
		line-height: 18px;
		font-weight: bold;
		text-align: center;
		color: #064599;
		border: 1px solid #6A8FC3;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding: 18px 0 44px;
	}
	#usb_nav ul li:nth-child(2) a,
	#usb_nav ul li:nth-child(3) a{
		padding: 9px 0 35px;
	}
		#usb_nav ul li a::after{
			content: "";
			position: absolute;
			left: 50%;
			bottom: 9px;
			width: 30px;
			height: 23px;
			margin-left: -15px;
			background: url("../img/usb_arrow.png") no-repeat;
			background-size: 30px;
		}

/* タイトル
-------------------------------------------------- */
h3.table_ttl{
	background:none;
	padding:0px;
	border: none;
	border-radius:0px;
	border-radius: 0px;        /* CSS3草案 */  
	-webkit-border-radius: 0px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 0x;   /* Firefox用 */
	behavior: none;
	font-size:169%;
	line-height: 1.4em;
	color: #06459B;
	border-top: 6px solid #06459B;
	padding: 0.6em 0 1em;
}
	h3.table_ttl span{
		font-size:54%;
		line-height: 1.6em;
		font-weight:normal;
	}

/* アンカータイトル
-------------------------------------------------- */
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: 40px;
}
	.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%;
	font-size:90%;
	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: middle;
	}
	.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: 80%;
		}

/* table */
.usbhdd_table  {
	width: 100%;
	font-size:90%;
	border-collapse: collapse;
	text-align:center;
	letter-spacing:1px;
}

.usbhdd_table th {
	text-align:center;
}
.usbhdd_table th span,
.usbhdd_table td span{
	font-size:80%;
}
.usbhdd_table td {
	text-align:center;
	vertical-align:middle;

}

.usbhdd_table th.t_top {
    border-top: #b3b3b3 4px solid;
	font-size:96%;
	white-space:nowrap;
}
.usbhdd_table th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	background: #f7f7f7;
	padding: 8px 6px;
	font-weight: normal;
}

.usbhdd_table th.t_right {
	border-right:  #e3e3e3 1px solid;
}
.usbhdd_table td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align:center;
	padding: 8px 6px;
}

.usbhdd_table td.t_left {
	border-left:  #e3e3e3 1px solid;
}


/*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;
	}

/*リンクリスト*/
.link-title{
	font-size: 138.4%;
	line-height: 1.4em;
	color: #06459B;
	margin-bottom: 15px;
}
.link-list{
	margin-bottom: 10px;
}
.link-list li{
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 15px 20px;
}
.link-list li:last-child{
	border-bottom: 1px solid #ccc;
}
	.link-list a{
		display: inline-block;
		position: relative;
		font-size: 107.6%;
		font-weight: bold;
		color: #525252;
	}
	.link-list a::after{
		content: "";
		position: absolute;
		right: -15px;
		top: -2px;
		background: url(../../../../common/images/icon_window.png) no-repeat;
		width: 11px;
		height: 10px;
	}


/* USBHDD説明
-------------------------------------------------- */
.usbhd_connect {
	padding: 35px 30px 30px;
	border: 1px solid #C5DCEE;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 25px;
}

/*タイトル*/
.usbhd_connect_title{
	font-size: 153.8%;
	line-height: 1.4em;
	font-weight: bold;
	color: #06459B;
}
/*注釈*/
.usb_caption{padding-top:15px;}
	.usb_caption p{
		padding: 15px 20px;
		background: #F7F7F7;
		border: none;
	}

.usbhd_connect .rdstyle_container{
	
}
.usbhd_connect .rdstyleSectionArea{
	padding: 0 0 0px;
}

/* アンカー */
.usbhd_connect ul.rdstyle_table_anchor  {
	padding: 20px 10px 25px;
}
	.usbhd_connect ul.rdstyle_table_anchor li {
		margin: 0 10px 5px 0;
		padding: 0;
	}
	.usbhd_connect ul.rdstyle_table_anchor li.last {
		margin-right: 0;
		padding-right: 0;
		background: none;
	}
	.usbhd_connect ul.rdstyle_table_anchor li a {
		font-size: 93%;
		padding: 0 0 0 18px;
		background: url(../../../images/10b/bg_arrow_bottom_off.gif) left top transparent no-repeat;
		line-height: 1.2;
	}

/*ステップタイトル*/
.usbhd_connect .usb-step-title{
	position: relative;
	background: #eee;
	padding: 0.5em 0.5em 0.5em 135px;
	font-size: 123%;
	line-height: 1.4em;
	color: #06459B;
}
	.usbhd_connect .usb-step-title span{
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 120px;
		height: 100%;
		background: #06459B;
		padding: 0.5em 0;
		text-align: center;
		color: #fff;
	}
/*ステップコンテンツ*/
.usbhd_connect .rdstyle_section{
	padding: 0 5px 35px;
}
.usbhd_connect .rdstyle_section:last-child{
	padding-bottom: 0px;
}


.usbjdd_dotline_box01 {
    background: url("../img/bg_itemize_dot_4_1.gif") repeat-x scroll left top transparent;
    width: 630px;
}
.usbhd_connect dl.usbhdd_itemize_fl {
    display: inline;
    float: left;
    width: 299px;
}
.usbhd_connect dl.usbhdd_itemize dt,
.usbhd_connect dl.usbhdd_itemize_fl dt {
    color: #0068B7;
    font-weight: bold;
    padding: 13px 0 6px;
}
.usbhd_connect dl.usbhdd_itemize_fl dt.itemize_first {
    background: none repeat scroll 0 0 transparent;
    padding: 18px 0 0;
}
.usbjdd_dotline_box01 .col {
    margin-right: 30px;
}
.usbhd_connect p.usb_table_title {
    clear: both;
    color: #1273BC;
    font-weight: bold;
    padding: 0 0 2px;
}


/* 161017
-------------------------------------------------- */
.wdbk {
	word-break: break-all;
}

/* 20180522
-------------------------------------------------- */
h3.table_ttl.pg{
	padding-bottom: 0.2em;
}
.usb_hdd_anchor{
	margin-bottom: 20px;
}
.usb_hdd_anchor li a{
	font-size: 93%;
	padding: 0 0 0 18px;
	background: url(../../../images/10b/bg_arrow_bottom_off.gif) left center transparent no-repeat;
	line-height: 1.2;
}
.usb_hdd_anchor li a:hover{
	background: url(../../../images/10b/bg_arrow_bottom_on.gif) left center transparent no-repeat;
}


/*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;
}

/*hddナビ*/
.mobile #usb_nav ul{
	letter-spacing: -0.5em;
}
.mobile #usb_nav ul li a{
	font-size: 2vw;
	line-height: 1.4em;
	padding: 18px 0 30px;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 11em;
}
.mobile #usb_nav ul li a{
}
.mobile #usb_nav ul li a::after{
	bottom: 5px;
	width: 15px;
	height: 12px;
	margin-left: -8px;
	background: url(../img/usb_arrow.png) no-repeat;
	background-size: 15px;
}

.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 .usbhdd_table th.t_top p,
.mobile .usbhdd_table th.t_top 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%;
}


/*hdd*/
.mobile .usbhd_connect_title{
	font-size: 3.6vw;
}
.mobile .usbhd_connect .usb-step-title span{
	width: 7em;
	font-size: 3vw;
}
.mobile .usbhd_connect .usb-step-title{
	padding: 0.5em 0.5em 0.5em 6em;
	font-size: 4vw;
}
/*767px以下*/
}