/* Y'S GEAR : support.css */


.contentsWidth > section {
	margin: 0 0 40px 0;
}


/*======================================================================*
 *  [ byProduct | 製品別 ] 
 *======================================================================*/

/* [ 製品リスト ] */
.productList {
	display: -webkit-flex;
	display: flex;
	margin: -10px 0 0 0;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items：stretch;
	align-items：stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.productList section {
	width: 32%;
	margin: 10px 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

/* [ カテゴリ名 ] */
.productList h3 {
	color: #000;
	font-size: 20px;
	font-size: 2rem;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.productList h3 a {
	display: block;
	color: #000;
	padding: 45px 20px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.productList .mc     h3 a { background-image: url(/support/img/img_mc.jpg); }
.productList .marine h3 a { background-image: url(/support/img/img_marine.jpg); }
.productList .pas    h3 a { background-image: url(/support/img/img_pas.jpg); }

/* [ サポート一覧 ] */
.productList ul {
	padding: 15px 10px;
}
.productList li a {
	display: block;
	position: relative;
	padding: 10px 5px 10px 40px;
	color: #363a90;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
}
.productList li a:hover {
	background: #ebebf4;
}
/* アイコン */
.productList li a:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	margin: -10px 0 0 0;
	width: 20px;
	height: 20px;
}
.productList li.catalog  a:before { content: url(../svg/icon_catalog_s.svg); }
.productList li.manual   a:before { content: url(../svg/icon_manual_s.svg); }
.productList li.qa       a:before { content: url(../svg/icon_qa_s.svg); }
.productList li.glossary a:before { content: url(../svg/icon_glossary_s.svg); }
.productList li.battery  a:before { content: url(../svg/icon_battery_s.svg); }
.productList li.shopassist a:before { content: url(../svg/icon_shopassist.svg); }


/*======================================================================*
 *  [ supportList | サポート情報一覧 ] 
 *======================================================================*/

.supportList ul {
	margin: 0 -1%;
}
.supportList li {
	display: table;
	position: relative;
	float: left;
	width: 33.33333333%;
	height: 60px;
	margin: 0 0 15px 0;
	padding: 0 1%;
	box-sizing: border-box;
}
.supportList li a {
	display: table-cell;
	padding: 10px 33px 10px 70px;
	border: 1px solid #ccc;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.1;
	vertical-align: middle;
}
/* アイコン */
.supportList li:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 29px;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 0;
}
.supportList li.inquiry:before { content: url(../svg/icon_inquiry.svg); }
.supportList li.catalog:before { content: url(../svg/icon_catalog.svg); }
.supportList li.manual:before  { content: url(../svg/icon_manual.svg); }
.supportList li.errata:before  { content: url(../svg/icon_errata.svg); }
.supportList li.search:before  { content: url(../svg/icon_search.svg); }
.supportList li.shop:before    { content: url(../svg/icon_shop.svg); }
/* 矢印 */
.supportList li a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 21px;
	width: 8px;
	height: 8px;
	margin: -5px 0 0 0;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.supportList li a:hover:after {
	border-color: #363a90;
}

/* [ 製品に関する重要なお知らせへのリンク ] */
.linkCaution a {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
}
.linkCaution a:before {
	display: inline-block;
	width: 16px;
	margin: 0 5px 0 0;
	border-radius: 50%;
	background: #4b4b4b;
	color: #fff;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	content: "!";
}


/*======================================================================*
 *  [ inquiryBox | ご相談・お問い合わせ ] 
 *======================================================================*/

/* 電話番号 */
.inquiryBox .tel dt {
	position: relative;
	float: left;
	width: 316px;
	height: 55px;
	padding: 10px 0 0 75px;
	box-sizing: border-box;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
}
.inquiryBox .tel dt img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.inquiryBox .tel dt span {
	display: block;
	margin: 5px 0 0 8em;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
}
.inquiryBox .tel dd {
	margin: 0 0 0 333px;
	color: #464646;
}
.inquiryBox .tel dd p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.inquiryBox .tel dd p span {
	font-weight: normal;
}
.inquiryBox .tel dd ul {
	margin-top: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
.inquiryBox .tel dd li {
	margin: 5px 0 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.inquiryBox .tel dd li:before {
	content: "◎";
}

/* 詳細 */
.inquiryBox .detail {
	margin-left: 333px;
	font-size: 1.4rem;
}
.inquiryBox .detail h3 {
	margin: 20px 0 10px;
}
.inquiryBox .detail ol li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10px;
}
.inquiryBox .detail ol b {
	width: 2.8rem;
	background: #efeff6;
	color: #363A90;
	font-size: 1.8rem;
	line-height: 2.8rem;
	text-align: center;
}
.inquiryBox .detail ol span {
	width: calc(100% - 3.5rem);
	padding-top: 4px;
	font-weight: 500;
}
.inquiryBox .detail dl {
	position: relative;
	padding-left: 2em;
}
.inquiryBox .detail dt {
	position: absolute;
	top: 0;
	left: 0;
}
.inquiryBox .detail dd {
	padding-left: 1em;
	text-indent: -1em;
}
.inquiryBox .detail .commonNotes {
	margin-top: 20px;
}


/*======================================================================*
 *  [ catalogEerrata | アクセサリーカタログ正誤表 PDFダウンロード ] 
 *======================================================================*/

.catalogEerrata ul {
	margin: 0 -1%;
}
.catalogEerrata li {
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 1%;
	box-sizing: border-box;
}
.catalogEerrata li:nth-child(odd) {
	clear: both;
}
.catalogEerrata li a {
	display: table;
	position: relative;
	width: 100%;
	padding: 10px 33px 10px 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.catalogEerrata li a:hover {
	background: #ebebf4;
}
.catalogEerrata li a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/* サムネイル */
.catalogEerrata li figure {
	display: table-cell;
	width: 35px;
	padding: 0 10px 0 0;
}
/* テキスト */
.catalogEerrata li p {
	display: table-cell;
	color: #363a90;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.1;
	vertical-align: middle;
}
.catalogEerrata li p span {
	display: inline-block;
	margin: 5px 0 0 0;
	color: #464646;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
}
/* ダウンロードボタン */
.catalogEerrata li a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 16px;
	margin: -8px 0 0 0;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	content: url(/shared/svg/icon_download.svg);
}
.catalogEerrata li a:hover:after {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* [ Get Adobe Reader ] */
.readerBox {
	max-width: 730px;
	margin: 20px auto 0 auto;
}


/*======================================================================*
 *  [ Media Queries 768 ] 
 *======================================================================*/

@media screen and (max-width: 768px) {
	
	/*==================================================================*
	 *  [ byProduct | 製品別 ]
	 *==================================================================*/
	
	/* [ 製品リスト ] */
	.productList section {
		width: 48.5%;
	}
	
	
	/*======================================================================*
	 *  [ supportList | サポート情報一覧 ] 
	 *======================================================================*/
	
	.supportList ul {
		margin: 0 -1.5%;
	}
	.supportList li {
		width: 50%;
		padding: 0 1.5%;
	}
	
	
	/*======================================================================*
	 *  [ inquiryBox | ご相談・お問い合わせ ] 
	 *======================================================================*/
	
	/* 電話番号 */
	.inquiryBox .tel dt {
		float: none;
		width: 100%;
	}
	.inquiryBox .tel dd {
		margin: 15px 0 0 0;
	}
	
	/* 詳細 */
	.inquiryBox .detail {
		margin-left: 0;
	}
}


/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
	/*==================================================================*
	 *  [ byProduct | 製品別 ]
	 *==================================================================*/
	
	/* [ 製品リスト ] */
	.productList section {
		width: 100%;
	}
	
	/* [ カテゴリ名 ] */
	.productList h3 {
		border-bottom: 1px solid #ccc;
	}
	.productList h3 a,
	.productList h3 span {
		padding: 30px 20px;
	}
	
	/* [ サポート一覧 ] */
	.productList li a {
		padding: 13px 5px 13px 40px;
	}
	
	
	/*======================================================================*
	 *  [ supportList | サポート情報一覧 ] 
	 *======================================================================*/
	
	.supportList ul {
		margin: 0 0 10px 0;
	}
	.supportList li {
		width: 100%;
		margin: -1px 0 0 0;
		padding: 0;
	}
	.supportList li:hover {
		z-index: 5;
	}
	.supportList li a {
		padding: 10px 23px 10px 60px;
	}
	/* アイコン */
	.supportList li:before {
		left: 10px;
	}
	/* 矢印 */
	.supportList li a:after {
		right: 11px;
	}
	
	
	/*==================================================================*
	 *  [ catalogEerrata | アクセサリーカタログ正誤表 PDFダウンロード ] 
	 *==================================================================*/
	
	.catalogEerrata ul {
		margin: 0;
	}
	.catalogEerrata li {
		width: 100%;
		padding: 0;
	}
	
}
