@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

.Noto-Sans-JP {
	font-family: 'Noto Sans JP', sans-serif;
}
.M-PLUS-1p{
	font-family: 'M PLUS 1p', sans-serif;
}

*{
	box-sizing: border-box;
	font-family: 'M PLUS 1p', 'Noto Sans JP', sans-serif;
}
html{
	margin : 0;
	padding : 0;
	width: 100%;
	overflow-x: hidden;
}

html{
	scrollbar-width: none;
}
html::-webkit-scrollbar{
	display:none;
}

body{
	margin : 0;
	padding : 0;
	width: 100%;
}

main{
	margin : 0;
	padding : 0;
	width: 100%;
}
/* ++++++++++++++++++++++++++++++++++++++++ */
.body_header{
	text-align: left;
	padding: 1em 1em 0 1em;
	display: block;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
}
.body_header A{
	display:block;
	/*text-align: center;*/
}
.body_header_logo{
	/*
	width: 80%;
	margin: 0 auto;
	*/
}
.body_header_logo IMG{
	width: 100%;
	max-width: 400px;
}
/* ++++++++++++++++++++++++++++++++++++++++ */
.product_number {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.2em;
}

.product_info{
	margin: 1em auto 1em auto;
}
.product_spec {
	margin: 1em auto 1em auto;
}

.product_info,
.product_spec {
	width:100%;
}

.product_info .subtitle,
.product_spec .subtitle {
	font-size: 1.2em;
	width:80%;
	max-width:600px;
	text-align: left;
	font-weight: bold;
	margin: 0 auto;
}
.product_info .body,
.product_spec .body {
	font-size: 1em;
	width:80%;
	max-width:600px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0.5em;
}
/* ++++++++++++++++++++++++++++++++++++++++ */
.product_list_area,
.document_list_area {
	margin: 3em 0;
}
.product_list_area .list_unit IMG {
	background-color: #ccc;
	border: 1px solid #ccc;
}
.document_list_area .list_unit IMG {
	background-color: #ffffff;
	border: 1px solid #ffffff;
}
/* ++++++++++++++++++++++++++++++++++++++++ */
.list_unit {
	width:24vw;
	height:20vw;
	text-align:center;
	/*border:1px solid #000000;*/
}
.list_unit A{
	/*text-decoration: none;*/
}
.list_unit A, 
.list_unit A:link, 
.list_unit A:visited, 
.list_unit A:hover{
	color: #0066CC;
}

.list_unit IMG {
	object-fit: contain;
	width:24vw;
	height:13.5vw;
	margin: 0 auto;
}
.list_unit SPAN {
	display:block;
	width:100%;
	text-align:center;
	word-wrap: break-word;
	word-break: break-all;
}
/* ++++++++++++++++++++++++++++++++++++++++ */
.product_area {
	text-align: center;
	margin-top: 2em;
}
.video_area {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.video_area .jwplayer {
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}
/* ++++++++++++++++++++++++++++++++++++++++ */
.footer {
	width: 100%;
}

.footer_top {
	text-align: center;
	margin: 2em;
}

.footer_top A {
	margin: 0 1em;
}

.footer_bottom {
	text-align: center;
	margin-bottom: 2em;
}
/* ++++++++++++++++++++++++++++++++++++++++ */
.top_navi_area{
	display: inline-block;
	width: 100%;
	border: none;
	text-align: center;
}
	.top_navi_list{
		/*display: block;*/
		display: flex;
	}
		.top_navi_spacer_left{
			width:100%;
			flex-shrink: 1;
		}
		.top_navi_spacer_center{
			width:2px;
			flex-shrink: 0;
		}
		.top_navi_spacer_right {
			width:100%;
			flex-shrink: 1;
		}

		.top_navi_spacer_left,
		.top_navi_spacer_center,
		.top_navi_spacer_right {
			border-top: none;
			border-left: none;
			border-right: none;
			border-bottom: solid 1px #666;
		}
		.top_navi_unit{
			display: block;
			margin: 0px;
			border-radius: 10px 10px 0px 0px;
			font-weight: bold;
			width: 200px;
			text-align: center;
			flex-shrink: 0;
		}
			.top_navi_unit.tab_video{
				background-color: #f0f0f0;
				border: solid 1px #666;
				border-bottom: solid 1px #666;
			}
			.top_navi_unit.tab_video.selected{
				background-color: #ffffff;
				border: solid 1px #666;
				border-bottom: none;
			}
			.top_navi_unit.tab_document{
				background-color: #f0f0f0;
				border: solid 1px #666;
				border-bottom: solid 1px #666;
			}
			.top_navi_unit.tab_document.selected{
				background-color: #ffffff;
				border: solid 1px #666;
				border-bottom: none;
			}

			.top_navi_unit.tab_video:hover{
				/*background-color: #e6e6e6;*/
			}
			.top_navi_unit.tab_document:hover{
				/*background-color: #e6e6e6;*/
			}

			.top_navi_unit A{
				color: #666666;
				padding: 1em 0;
				display:block;
				text-decoration: none;
			}
@media screen and (max-width:480px){
	.top_navi_list {
		display: flex;
	}
	.top_navi_unit{
		width: 48%;
	}
	.top_navi_spacer_left{
		width: 1.5%;
	}
	.top_navi_spacer_center{
		width: 1%;
	}
	.top_navi_spacer_right {
		width: 1.5%;
	}
}
/* ++++++++++++++++++++++++++++++++++++++++ */
.top_product_list_area,
.top_document_list_area {
	box-sizing: border-box;
	width: auto;
	max-width: 600px;
	text-align: left;
	margin: 2em auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
	.top_product_list_area .top_list_unit,
	.top_document_list_area .top_list_unit {
		width:50%;
		display:inline-block;
		padding: 2.5em;
	}
.top_list_unit A, 
.top_list_unit A:link, 
.top_list_unit A:visited, 
.top_list_unit A:hover{
	color: #0066CC;
	display: block;
}

.top_list_unit IMG {
	object-fit: contain;
	width:100%;
	margin: 0 auto;
}
.top_list_unit SPAN {
	display:block;
	width:100%;
	text-align:center;
	word-wrap: break-word;
	word-break: break-all;
}

/* ++++++++++++++++++++++++++++++++++++++++ */
.company_area{
	width:80%;
	max-width:600px;
	text-align: left;
	margin: 3em auto;
}
	.company_area TABLE{
	}
		.company_area TABLE TR{
		}
			.company_area TABLE TR TH{
				font-weight: bold;
				width: 8em;
				text-align: left;
				vertical-align: top;
			}
			.company_area TABLE TR TD{
				margin-bottom: 1em;
				text-align: left;
				vertical-align: top;
			}

.product_list_area_more,
.document_list_area_more {
}
.product_list_area_more A,
.document_list_area_more A {
	font-size: 0.6em;
	margin: 0 2em;
	line-leight:1em;
/*
	text-decoration: none;
	background-color: #bbdeff;
	border: none;
	cursor: pointer;
	outline: none;
	border-radius: 0.4em;
	padding: 0.1em 0.5em;
	color: #666;
*/
}
/* ++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width:640px){
	.company_area TABLE TR TH{
		width: 100%;
	}

	.company_area TABLE TR TH,
	.company_area TABLE TR TD{
		display: block;
		text-align: left;
	}
}
/* ++++++++++++++++++++++++++++++++++++++++ */
.slick-prev{
	left: 0;
	width: 40px;
	height: 40px;
	z-index: 9980;
}
.slick-next{
	right: 0;
	width: 40px;
	height: 40px;
	z-index: 9980;
	
}
.slick-prev::before, .slick-next::before {
	color: #000000;
	font-size: 40px;
	z-index: 9980;
	opacity: 0.4;
}

.product_list_area_title {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.5em;
	padding: 0 1em;
}
.document_list_area_title {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1em;
	padding: 0 1em;
}

.product_list_area, .document_list_area {
	margin: 0.2em 0 0em 0;
}
.playpage_bottom{
	background-color: #f6f6f6;
}
