
@charset "UTF-8";


/*********************** 共通 ***********************/


.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}

.hiragino-w3 {
	font-family: "ヒラギノUD角ゴ W3 JIS2004", "Hiragino UD Sans W3 JIS2004";
}
.hiragino-w5 {
	font-family: "ヒラギノUD角ゴ W5 JIS2004", "Hiragino UD Sans W5 JIS2004";
}
.hiragino-w6 {
	font-family: "ヒラギノUD角ゴ W6 JIS2004", "Hiragino UD Sans W6 JIS2004";
}


.noto-sans-w100 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
}
.noto-sans-w300 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}
.noto-sans-w400 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.noto-sans-w500 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.noto-sans-w700 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
.noto-sans-w900 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}



.text-size-28 { font-size: 28px !important; }
.text-size-26 { font-size: 26px !important; }
.text-size-24 { font-size: 24px !important; }
.text-size-22 { font-size: 22px !important; }
.text-size-20 { font-size: 20px !important; }
.text-size-18 { font-size: 18px !important; }
.text-size-16 { font-size: 16px !important; }
.text-size-14 { font-size: 14px !important; }
.text-size-12 { font-size: 12px !important; }

.text-bold { font-weight: bold !important; }

.color-lightblue { color: #0085C7 !important; }
.color-blue { color: #0172A9 !important; }


.margin-top-125 { margin-top: 125px !important; }
.margin-top-60 { margin-top: 60px !important; }
.margin-top-50 { margin-top: 50px !important; }
.margin-top-40 { margin-top: 40px !important; }
.margin-top-30 { margin-top: 30px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-top-10 { margin-top: 10px !important; }


.margin-bottom-170 { margin-bottom: 170px !important; }
.margin-bottom-100 { margin-bottom: 100px !important; }
.margin-bottom-60 { margin-bottom: 60px !important; }
.margin-bottom-50 { margin-bottom: 50px !important; }
.margin-bottom-40 { margin-bottom: 40px !important; }
.margin-bottom-30 { margin-bottom: 30px !important; }
.margin-bottom-20 { margin-bottom: 20px !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }


.padding-top-125 { padding-top: 125px !important; }
.padding-top-60 { padding-top: 60px !important; }
.padding-top-50 { padding-top: 50px !important; }
.padding-top-40 { padding-top: 40px !important; }
.padding-top-30 { padding-top: 30px !important; }
.padding-top-20 { padding-top: 20px !important; }
.padding-top-10 { padding-top: 10px !important; }


.padding-bottom-170 { padding-bottom: 170px !important; }
.padding-bottom-100 { padding-bottom: 100px !important; }
.padding-bottom-60 { padding-bottom: 60px !important; }
.padding-bottom-50 { padding-bottom: 50px !important; }
.padding-bottom-40 { padding-bottom: 40px !important; }
.padding-bottom-30 { padding-bottom: 30px !important; }
.padding-bottom-20 { padding-bottom: 20px !important; }
.padding-bottom-10 { padding-bottom: 10px !important; }



.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 10px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 13px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.comingsoon_container{
	display: flex;
	width: 100%;
	height: 300px;
	flex-flow: wrap;
	justify-content: space-around;
	align-items: center;
}


.pc-contents {
	display: block !important;
}
.sp-contents {
	display: none !important;
}

.pc-only {
	display: inline-block !important;
}
.sp-only {
	display: none !important;
}


@media screen and (max-width: 580px) {

	.pc-contents {
		display: none !important;
	}
	.sp-contents {
		display: block !important;
	}

	.pc-only {
		display: none !important;
	}
	.sp-only {
		display: inline-block !important;
	}

}

/*********************** HOMEページ ***********************/

.home_bland_lineup {

}
.home_bland_lineup {
	width: 100%;
	font-size: 0;
	padding: 0;
	display:flex;
	flex-wrap:wrap;
}
.home_bland_lineup li {
	width: calc((100% - 4px) / 2);
	width: -webkit-calc((100% - 4px) / 2);
	width: -moz-calc((100% - 4px) / 2);
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #fff;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}
.home_bland_lineup li:nth-child(2) {
	border-right: 1px solid #000;
}
.home_bland_lineup li:hover img {
	opacity: 0.6;
}

.home_bland_lineup_50 {
	width: 50%;
	height: auto;
	margin: 0 auto 50px auto;
	padding: 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.home_bland_lineup_50:hover img {
	opacity: 0.6;
}


#company-info {
	width:100%;
	padding: 60px 0;
}
#company-info .company_name {
	width:100%;
	padding-bottom: 30px;
	font-size: 24px;
	font-weight: 800;
	text-align: center;
}
#company-info .company_address {
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.65;
	text-align: center;
}



/*********************** コンテンツページ ***********************/


#site-contents-main {
	width: 100%;
	margin: 0 auto;
}


#contents_header {
	width: 100%;
	margin: 15px 0 30px 0;
	padding: 0;
	font-family: countach, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 32px;
	border-top: 20px solid #d80c18;
	color: #ffffff;
	background-color: #2A2A2A;
}

.contents_title {
	/*max-width: 1024px;*/
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}


@media screen and (max-width: 1024px) {

	.contents_title {
		width: 90%;
	}

}

@media screen and (max-width: 580px) {

	#site-contents-main {
		width: 100%;
		margin: 0 auto;
		padding-top: 80px;
	}

	#contents_header {
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0;
		font-size: 32px;
	}
}


/*********************** 投稿ページ ***********************/

.post_content_block {
	padding: 60px 0;

}

.post_contents_photo_3 {
	position: relative;
	width: 100%;
	margin: auto;
	padding: 0;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
}
.post_contents_photo_3 li {
	display: inline-block;
	width: calc((100% - 41px) / 3);
	width: -webkit-calc((100% - 41px) / 3);
	width: -moz-calc((100% - 41px) / 3);
	height: auto;
	margin: 0 20px 20px 0;
	padding: 0;
	overflow: hidden;
}
.post_contents_photo_3 li:nth-child(3n) {
	margin: 0 0 20px 0;
}


@media print, screen and (max-width: 768px) {

	.post_contents_photo_3 li {
		display: inline-block;
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		padding: 0;
		overflow: hidden;
	}
	.post_contents_photo_3 li:nth-child(3n) {
		margin: 0 0 15px 0;
	}

}



/*********************** お知らせ一覧ページ ***********************/

.archive_information {
	width: 980px;
	margin: 40px auto;
}

.archive_info_title {
	width: 100%;
	padding: 10px 0 10px 30px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.4em !important;
	color: #ffffff;
	background: #0075be;
	background: -moz-linear-gradient(top, #56a1d9, #0075be);
	background: -webkit-linear-gradient(top, #56a1d9, #0075be);
	background: linear-gradient(to bottom, #56a1d9, #0075be);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
}


/*********************** お知らせページ ***********************/

table.italjet_price_revision_table {
	width: 100%;
	margin: 0 0 24px 0;
}

table.italjet_price_revision_table th {
	width: calc(100% / 3);
	vertical-align: middle;
	background: #fff !important;
}

table.italjet_price_revision_table td {
	width: calc(100% / 3);
}

.italjet_price_revision_txt {
	width: 100%;
	border-bottom: 1px solid #cacacc;
}



table.news_table_02 {
	width: 100%;
	margin: 0 0 24px 0;
}
table.news_table_02 tr {
	border: none;
}
table.news_table_02 th {
	width: fit-content;
	margin: 0; 
	padding: 5px 10px;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	border: none;
	background: #fff;
}
table.news_table_02 td {
	width: auto;
	margin: 0; 
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	border: none;
	background: #fff;
}
table.news_table_02 a {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {

	table.italjet_price_revision_table th {
		padding: 8px 8px;
		font-size: 85%;
	}

	table.italjet_price_revision_table td {
		padding: 8px 8px;
		font-size: 85%;
	}


}



/*********************** 商品ページ ***********************/

#site-products-main {
	width: 100%;
	margin: 0 auto;
}

#products-img-block {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.products_img_pc {
	width: 100vw;
	height: 40vw;
	/*padding-top: 40%;*/
}
.products_img_pc img {
	width: 100vw;
	height: 40vw;
	/*padding-top: 40%;*/
}
.products_img_sp {
	display: none;
}


.products_catchphrase {
	width: 100%;
	text-align: center;
	font-family: 'Roboto';
	font-weight: 900;
	font-style: italic;
	font-size: 100px;
	line-height: 0.73;
	color: #cd212a;
}

.products_point4 {
	width: 100%;
	font-size: 0;
	padding: 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.products_point4 li {
	width: 25%;
	display: inline-block;
	list-style-type: none;
	padding: 20px;
	font-size: 16px;
	font-weight: 800;
	background: #cacacc;
	border-right: 2px solid #ffffff;
}
.products_point4 li:last-child {
	margin-right: 0px;
}
.point_title {
	font-family: 'Roboto';
	font-weight: 900;
	font-style: italic;
	font-size: 24px;
	color: #cd212a;
}


#contents-title {
	width: 100%;
	height: 40px;
	margin: 100px 0 30px 0;
}
#contents-title .contents-title-name {
	display: flex;
	align-items: center;

	font-family: 'Roboto';
	font-weight: 900;
	font-style: italic;
	font-size: 22px;
	text-align: center;
	color: #000000;
	background: #ffffff;
}
#contents-title .contents-title-name::before {
	margin-right: 5rem;
	border-top: 18px solid #008d3f;
	content: "";
	flex-grow: 1;
}
#contents-title .contents-title-name::after {
	margin-left: 5rem;
	border-top: 18px solid #cd212a;
	content: "";
	flex-grow: 1;
}



.products_detail {
	width: 100%;
	font-size: 0;
	margin: 60px auto;
	padding: 50px;
	/*background: #f7f7f7;*/
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.products_detail li.detail_txt {
	width: 30%;
	display: inline-block;
	list-style-type: none;
	padding: 20px 0;
	font-size: 16px;
	font-weight: 400;
}
.products_detail li.detail_photo {
	width: 40%;
	display: inline-block;
	list-style-type: none;
	padding: 0;
}
.detail_title {
	font-size: 24px;
	font-weight: 800;
	color: #cd212a;
}

.products_new_1 {
	max-width: 1280px;
	width: 100%;
	height: auto;
	margin: 20px auto;
}
.products_new_2 {
	max-width: 1024px;
	width: 100%;
	height: auto;
	margin: 20px auto;
}


table.tech_info_table {
	/*max-width: 1024px;*/
	width: 100%;
	margin: 30px auto 0px auto;
	font-size: 12px;
	
}
table.tech_info_table th, table.tech_info_table td {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 10px 5px;
}


table.tech_info_table th {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
table.tech_info_table td {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

table.tech_info_table td.products_name {
	text-align: center;
}
table.tech_info_table .products_logo {
	width: 250px;
	height: auto;
	margin: auto;
}
table.tech_info_table td.products_price {
	font-size: 14px;
	text-align: left;
	padding: 10px;
}
table.tech_info_table .p_name {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
table.tech_info_table .p_price1 {
	font-size: 24px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
table.tech_info_table .p_price2 {
	font-size: 16px;
}

table.tech_info_table th.item {
	color: #cd212a;
}

.tech_info_annotation {
	max-width: 1024px;
	margin: 5px auto;
	font-size: 12px;
	text-align: left;
}


.products_detail_sp {
	display: none;
}



.products_gallery,
.products_gallery_6 {
	max-width: 1024px;
	width: 100%;
	font-size: 0;
	margin: 60px auto;
	padding: 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.products_gallery li {
	width: calc((100% - 31px) / 4);
	width: -webkit-calc((100% - 31px) / 4);
	width: -moz-calc((100% - 31px) / 4);
	display: inline-block;
	list-style-type: none;
	margin: 0 10px 10px 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #cccccc;
}
.products_gallery_6 li {
	width: calc((100% - 51px) / 6);
	width: -webkit-calc((100% - 51px) / 6);
	width: -moz-calc((100% - 51px) / 6);
	display: inline-block;
	list-style-type: none;
	margin: 0 10px 10px 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #cccccc;
}
.products_gallery li:nth-child(4n) {
	margin: 0 0 10px 0;
}
.products_gallery_6 li:nth-child(6n) {
	margin: 0 0 10px 0;
}
.products_gallery li img,
.products_gallery_6 li img {
	width: 100%;
	height: auto;
	display: block;
}



#old-new-gallery {
	max-width: 1600px;
	width: 100%;
	max-height: 700px;
	/*height: auto;*/
	margin: 50px auto;
}


@media screen and (max-width: 1300px) {

	.products_new_1 {
		width: 95%;
		height: auto;
		margin: 20px auto;
	}

}

@media screen and (max-width: 1024px) {

	.products_detail li.detail_txt {
		width: 30%;
		display: inline-block;
		list-style-type: none;
		padding: 20px 0;
		font-size: 14px;
		font-weight: 400;
	}
	.products_detail li.detail_photo {
		width: 40%;
		display: inline-block;
		list-style-type: none;
		padding: 0;
	}
	.detail_title {
		font-size: 20px;
		font-weight: 800;
		color: #cd212a;
	}

}

@media screen and (max-width: 768px) {

	.products_detail {
		display: none;
	}
	
	.products_detail_sp {
		display: block;
	}
	.products_detail_sp {
		width: 100%;
		padding: 50px 5%;
		font-size: 14px;
		font-weight: 400;
		/*background: #f7f7f7;*/
	}
	.detail_title {
		font-size: 20px;
		font-weight: 800;
		color: #cd212a;
	}

}

@media screen and (max-width: 580px) {

	.products_img_pc {
		display: none;
	}
	.products_img_sp {
		display: block;
		width: 100%;
		padding-top: 60px;
	}


	.products_point4 li {
		width: 50%;
		display: inline-block;
		list-style-type: none;
		padding: 15px;
		font-size: 16px;
		font-weight: 800;
		background: #cacacc;
		border-right: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
	}
	.products_point4 li:last-child {
		margin-right: 0px;
	}


	#contents-title .contents-title-name {
		display: flex;
		align-items: center;

		font-family: 'Roboto';
		font-weight: 900;
		font-style: italic;
		font-size: 18px;
		text-align: center;
		color: #000000;
		background: #ffffff;
	}
	#contents-title .contents-title-name::before {
		margin-right: 1rem;
		border-top: 18px solid #008d3f;
		content: "";
		flex-grow: 1;
	}
	#contents-title .contents-title-name::after {
		margin-left: 1rem;
		border-top: 18px solid #cd212a;
		content: "";
		flex-grow: 1;
	}

	.products_catchphrase {
		width: 100%;
		text-align: center;
		font-family: 'Roboto';
		font-weight: 900;
		font-style: italic;
		font-size: 70px;
		line-height: 0.73;
		color: #cd212a;
	}
	.point_title {
		font-family: 'Roboto';
		font-weight: 900;
		font-style: italic;
		font-size: 20px;
		color: #cd212a;
	}


	table.tech_info_table {
		max-width: 1024px;
		width: 90%;
		margin: 30px 5% 0px 5%;
		font-size: 12px;
	}

	table.tech_info_table .products_logo {
		width: 125px;
		height: auto;
		margin: auto;
	}


	table.tech_info_table td.products_price {
		font-size: 12px;
		text-align: left;
		padding: 10px 5px;
	}
	table.tech_info_table .p_name {
		font-size: 14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
	}
	table.tech_info_table .p_price1 {
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
	table.tech_info_table .p_price2 {
		font-size: 12px;
	}

	.tech_info_annotation {
		max-width: 1024px;
		width: 90%;
		margin: 5px 5%;
		font-size: 12px;
		text-align: left;
	}


	.products_gallery {
		max-width: 1024px;
		width: 90%;
		font-size: 0;
		margin: 30px 5%;
		padding: 0;
	}
	.products_gallery li {
		width: calc((100% - 20px) / 3);
		width: -webkit-calc((100% - 20px) / 3);
		width: -moz-calc((100% - 20px) / 3);
		display: inline-block;
		list-style-type: none;
		margin: 0 10px 10px 0;
		padding: 0;
		font-size: 16px;
		font-weight: 400;
		border: 1px solid #cccccc;
	}
	.products_gallery li:nth-child(3n) {
		margin: 0 0 10px 0;
	}


}



/*********************** DEALERページ ***********************/


.contents_title_dealer {
	width: 100%;
	padding: 30px 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	color: #2A2A2A;
}

.dealerExplanation {
	/*width: 1024px;*/
	width: 100%;
	margin: 30px auto 40px auto;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

#dealerListWrapper {
	/*width: 1024px;*/
	width: 100%;
	margin: 10px auto 40px auto;
}

#dealerListWrapper .dealerListArea {
	width: 100%;
	padding: 10px 0;
	font-size: 17px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
#dealerListWrapper .dealerListInfo {
	width: 100%;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	border-bottom: 1px solid #484848;
}
#dealerListWrapper .dealerListInfo_name_Head {
	/*width: 30%;*/
	width: calc(30% - 21px);
	padding: 10px;
	float: left;
	text-align: left;
	color: #ffffff;
	background: #484848;
	margin: 0 1px 0 0;
}
#dealerListWrapper .dealerListInfo_address_Head {
	/*width: 35%;*/
	width: calc(35% - 21px);
	padding: 10px;
	float: left;
	text-align: left;
	color: #ffffff;
	background: #484848;
	margin: 0 1px 0 0;
}
#dealerListWrapper .dealerListInfo_tel_Head {
	/*width: 10%;*/
	width: calc(10% - 21px);
	padding: 10px;
	float: left;
	text-align: left;
	color: #ffffff;
	background: #484848;
	margin: 0 1px 0 0;
}
#dealerListWrapper .dealerListInfo_hp_Head {
	/*width: 25%;*/
	width: calc(25% - 20px);
	padding: 10px;
	float: left;
	text-align: left;
	color: #ffffff;
	background: #484848;
	margin: 0 0 0 0;
}
#dealerListWrapper .dealerListInfo_name {
	/*width: 30%;*/
	width: calc(30% - 21px);
	padding: 10px;
	float: left;
}
#dealerListWrapper .dealerListInfo_address {
	/*width: 35%;*/
	width: calc(35% - 21px);
	padding: 10px;
	float: left;
}
#dealerListWrapper .dealerListInfo_tel {
	/*width: 10%;*/
	width: calc(10% - 21px);
	padding: 10px;
	float: left;
}
#dealerListWrapper .dealerListInfo_hp {
	/*width: 25%;*/
	width: calc(25% - 20px);
	padding: 10px;
	float: left;
}
#dealerListWrapper .dealerListInfo_hp a:hover {
	color: #cd212a;
}
#dealerListWrapper .dealerListInfo_Head {
	color: #ffffff;
	background: #484848;
	margin: 0 1px 0 0;
}
#dealerListWrapper .dealerListInfo_Break {
	border-bottom: 1px solid #484848;
}



@media screen and (max-width: 580px) {

	.contents_title_dealer {
		width: 100%;
		padding: 90px 0 30px 0;
		text-align: center;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 30px;
		line-height: 1;
		color: #2A2A2A;
	}

	.dealerExplanation {
		width: 90%;
		margin: 30px 5% 40px 5%;
		font-size: 14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
	}


	#dealerListWrapper {
		width: 90%;
		margin: 10px 5% 40px 5%;
	}

	#dealerListWrapper .dealerListArea {
		width: 100%;
		padding: 10px 0;
		font-size: 17px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
	#dealerListWrapper .dealerListInfo {
		width: 100%;
		font-size: 12px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		border-bottom: 1px solid #484848;
	}

	#dealerListWrapper .dealerListInfo_name_Head {
		width: calc((100% - 84px) / 4);
		width: -webkit-calc((100% - 84px) / 4);
		width: -moz-calc((100% - 84px) / 4);
		padding: 10px;
		float: left;
		text-align: center;
		color: #ffffff;
		background: #484848;
		margin: 0 1px 0 0;
	}
	#dealerListWrapper .dealerListInfo_address_Head {
		width: calc((100% - 84px) / 4);
		width: -webkit-calc((100% - 84px) / 4);
		width: -moz-calc((100% - 84px) / 4);
		padding: 10px;
		float: left;
		text-align: center;
		color: #ffffff;
		background: #484848;
		margin: 0 1px 0 0;
	}
	#dealerListWrapper .dealerListInfo_tel_Head {
		width: calc((100% - 84px) / 4);
		width: -webkit-calc((100% - 84px) / 4);
		width: -moz-calc((100% - 84px) / 4);
		padding: 10px;
		float: left;
		text-align: center;
		color: #ffffff;
		background: #484848;
		margin: 0 1px 0 0;
	}
	#dealerListWrapper .dealerListInfo_hp_Head {
		width: calc((100% - 84px) / 4);
		width: -webkit-calc((100% - 84px) / 4);
		width: -moz-calc((100% - 84px) / 4);
		padding: 10px;
		float: left;
		text-align: center;
		color: #ffffff;
		background: #484848;
		margin: 0 1px 0 0;
	}

	#dealerListWrapper .dealerListInfo_name {
		width: 100%;
		padding: 5px;
		float: left;
		font-size: 140%;
	}
	#dealerListWrapper .dealerListInfo_address {
		width: 100%;
		padding: 5px;
		float: left;
	}
	#dealerListWrapper .dealerListInfo_tel {
		width: 100%;
		padding: 5px;
		float: left;
	}
	#dealerListWrapper .dealerListInfo_hp {
		width: 100%;
		padding: 5px;
		float: left;
	}


}




/*********************** 商品ページ ***********************/

#site-download-main {
	width: 980px;
	margin: 50px auto;

}

.download_page_title {
	width: 100%;
	font-size: 22px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin-bottom: 40px;
	padding: 0 0 0 10px;
	border-left: 10px solid #000;
	border-bottom: 1px solid #000000;
}
.download_link {
	width: 100%;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #9e9e9e;
}
.download_link a {
	color: #cd212a;
	text-decoration: underline;
}
.link_date {
	margin-right: 30px;
}
.link_title {
	margin-right: 60px;
}






/*********************** アクセサリーページ ***********************/


#accessories_header {
	width: 100%;
	margin: 15px 0 30px 0;
	padding: 0;
	font-family: countach, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 32px;
	border-top: 20px solid #d80c18;
	color: #ffffff;
	background-color: #0d0a0c;
}

.accessories_title {
	/*max-width: 1024px;*/
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}



.accessories_list {
	/*max-width: 1024px;*/
	width: 100%;
	font-size: 0;
	margin: 40px auto;
	padding: 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.accessories_list li {
	width: 30%;
	width: calc((100% - 41px) / 3);
	width: -webkit-calc((100% - 41px) / 3);
	width: -moz-calc((100% - 41px) / 3);
	display: inline-block;
	list-style-type: none;
	margin-right: 20px;
	margin-bottom: 30px;
}
.accessories_list li:nth-child(3n) {
	margin-right: 0px;
}


.accessory_photo {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #0d0a0c;
}
.accessory_name {
	font-family: countach, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.2;
	color: #0d0a0c;
}
.accessory_number {
	font-family: countach, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.2;
	color: #787878;
}
.accessory_price {
	font-family: countach, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.8;
	color: #0d0a0c;
}
.price_taxnot {
	font-size: 70%;
	font-weight: 400;
}

.accessory_note {
	font-size: 13px;
	line-height: 1.4;
	color: #0d0a0c;
}

.accessories_caution {
	width: calc(100% - 20px);
	margin: 40px auto 80px auto;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8;
	border: 1px solid #0d0a0c;
}


@media screen and (max-width: 1024px) {

	.accessories_list {
		width: 100%;
		margin: 40px auto;
		padding: 0;
	}

	.accessories_caution {
		width: calc(100% - 20px);
	}

}

@media screen and (max-width: 768px) {

	.accessories_list li {
		width: 45%;
		width: calc((100% - 21px) / 2);
		width: -webkit-calc((100% - 21px) / 2);
		width: -moz-calc((100% - 21px) / 2);
		display: inline-block;
		list-style-type: none;
		margin-right: 20px;
		margin-bottom: 30px;
	}
	.accessories_list li:nth-child(3n) {
		margin-right: 20px;
	}
	.accessories_list li:nth-child(2n) {
		margin-right: 0px;
	}


}

@media screen and (max-width: 500px) {

	.accessories_list li {
		width: 100%;
		display: inline-block;
		list-style-type: none;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.accessories_list li:nth-child(3n) {
		margin-right: 0px;
	}
	.accessories_list li:nth-child(2n) {
		margin-right: 0px;
	}


}






/*********************** アパレルページ ***********************/

.apparel_list {
	/*max-width: 1024px;*/
	width: 100%;
	font-size: 0;
	margin: 40px auto;
	padding: 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.apparel_list li {
	width: 30%;
	width: calc((100% - 41px) / 3);
	width: -webkit-calc((100% - 41px) / 3);
	width: -moz-calc((100% - 41px) / 3);
	display: inline-block;
	list-style-type: none;
	margin-right: 20px;
	margin-bottom: 30px;
}
.apparel_list li:nth-child(3n) {
	margin-right: 0px;
}


.apparel_photo {
	margin: 0;
	padding: 0;
	border: 1px solid #0d0a0c;
}
.apparel_name {
	font-family: countach, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.2;
	color: #0d0a0c;
}
.apparel_number {
	font-family: countach, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.2;
	color: #787878;
}
.apparel_size {
	font-family: countach, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.2;
	color: #787878;
}
.apparel_price {
	font-family: countach, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.8;
	color: #0d0a0c;
}
.apparel_note {
	font-size: 13px;
	line-height: 1.2;
	color: #0d0a0c;
}

.apparel_caution {
	width: calc(100% - 20px);
	margin: 40px auto 80px auto;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8;
	border: 1px solid #0d0a0c;
}


@media screen and (max-width: 1024px) {

	.apparel_list {
		width: 100%;
		margin: 40px auto;
		padding: 0;
	}

	.apparel_caution {
		width: calc(100% - 20px);
	}

}

@media screen and (max-width: 768px) {

	.apparel_list li {
		width: 45%;
		width: calc((100% - 21px) / 2);
		width: -webkit-calc((100% - 21px) / 2);
		width: -moz-calc((100% - 21px) / 2);
		display: inline-block;
		list-style-type: none;
		margin-right: 20px;
		margin-bottom: 30px;
	}
	.apparel_list li:nth-child(3n) {
		margin-right: 20px;
	}
	.apparel_list li:nth-child(2n) {
		margin-right: 0px;
	}


}

@media screen and (max-width: 500px) {

	.apparel_list li {
		width: 100%;
		display: inline-block;
		list-style-type: none;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.apparel_list li:nth-child(3n) {
		margin-right: 0px;
	}
	.apparel_list li:nth-child(2n) {
		margin-right: 0px;
	}


}




/*********************** ユーザーマニュアル ***********************/

.user_manual_block {
	width: 100%;
	text-align: center;
}

.user_manual_wrap {
	display: inline-block;
	width: calc((100% - 130px) / 3);
	margin: 0 20px 20px 20px;
	vertical-align: top;
}

.user_manual_thumbnail {
	width: 100%;
	height: auto;
	border: 1px solid #787878;
}

.user_manual_title {
	width: 100%;
	padding: 10px 0 5px 0;
	font-family: countach, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18x;
	line-height: 1.2;
	text-align: center;
	color: #0d0a0c;
}
.user_manual_disc {
	width: 100%;
	font-family: countach, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	color: #787878;
}

.user_manual_wrap:hover .user_manual_thumbnail img {
	opacity: 0.6;
}
.user_manual_wrap:hover .user_manual_title,
.user_manual_wrap:hover .user_manual_disc {
	color: #d80c18;
}

@media screen and (max-width: 768px) {

	.user_manual_block {
		width: 100%;
		text-align: left;
	}

	.user_manual_wrap {
		display: inline-block;
		width: calc((100% - 90px) / 2);
		margin: 0 20px 20px 20px;
	}


}

@media screen and (max-width: 580px) {

	.user_manual_wrap {
		display: inline-block;
		width: 90%;
		margin: 0 5% 5% 5%;
	}

}


