﻿@charset "UTF-8";
.mtSection a:link {
	color: #000099;
}
.mtSection a:visited {
	color: #660099;
}
.mtSection a:hover {
	color: #FF6633;
	text-decoration: none;
}
.mtSection a:active {
	color: #FF6633;
}

/* btnLinkList */
.btnLinkList.bd_info {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.btnLinkList.bd_info._col2,
.btnLinkList.bd_info._col3{
	justify-content: space-between;
}
.btnLinkList.bd_info._odd{
	justify-content: flex-start;
}
.btnLinkList.bd_info._odd._col2 li {
	margin-right: 4%;
}
.btnLinkList.bd_info._odd._col3 li{
	margin-right: 2.5%;
}
.btnLinkList.bd_info._odd._col2 li:nth-child(2n),
.btnLinkList.bd_info._odd._col3 li:nth-child(3n) {
	margin-right: 0;
}
.btnLinkList.bd_info._col2 li{
	width: 48%;
}
.btnLinkList.bd_info._col3 li{
	width: 31.5%;
	margin-top: 1em;
}
.btnLinkList.bd_info._col6 li{
	width: 14.28%;
	margin-right: 2.85%;
}
.btnLinkList.bd_info._col6 li:nth-child(n+7){
	margin-top: 10px;
}
.btnLinkList.bd_info._col6 li:nth-child(6n){
	margin-right: 0;
}
.btnLinkList.bd_info li a {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0.5em 1em 0.5em 2em;
	border: solid 1px #D9D9D9;
	background: #fff;
	position: relative;
	color: #000 !important;
}
.btnLinkList.bd_info li a:hover {
	background: #e5e5e5;
	text-decoration: none !important;
}
.btnLinkList.bd_info li span{
	display: inline-block;
	position: relative;
}
.btnLinkList.bd_info li span::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f105';
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1em;
	margin-top: -0.5em;
}
.btnLinkList.bd_info._anchor li span::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f078';
	display: inline-block;
	font-size: 0.95em;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1.2em;
	margin-top: -0.4em;
}
.btnLinkList.bd_info._anchor li._link span::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f105';
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1em;
	margin-top: -0.5em;
}
@media only screen and (max-width: 767px){
	.btnLinkList.bd_info._odd._col3 li {
		margin-right: 0;
	}
	.btnLinkList.bd_info:not(._spCol2){
		flex-direction: column;
	}
	.btnLinkList.bd_info._col3 li{
		width: 100%;
	}
	.btnLinkList.bd_info li a{
		display: block;
	}
	.btnLinkList.bd_info._odd{
		gap: 0;
	}
	.btnLinkList.bd_info._spCol1 li{
		width: 100%;
		margin-bottom: 10px;
	}
	.btnLinkList.bd_info._spCol2{
		justify-content: space-between;
	}
	.btnLinkList.bd_info._spCol2 li{
		width: 48%;
		margin-right: 0;
	}
	.btnLinkList.bd_info._spCol2 li a{
		display: flex;
		padding-left: 25px;
		padding-right: 5px;
		text-align: left;
	}
	.btnLinkList.bd_info._spCol2 li span{
		font-size: 1.2rem;
	}
	.btnLinkList.bd_info._col6 li:nth-child(n+7){
		margin-top: 0;
	}
}
/* 見出し */
.products-sub-title {
	font-weight: 300;
}
.sub-section .sub-title {
	padding: 0.2em 0.5em;
	background: #f8f8f8;
	margin-bottom: 20px;
	font-weight: 300;
}
.sub-section .sub-title._blue {
	background: #e5efff;
}
.sub-section .sub-title._orange {
	background: #fdeadb;
}
 @media print, screen and (min-width: 768px) {
.sub-title-container {
	margin-bottom: 3rem;
}
.products-sub-title {
	font-size: 2.8rem;
}
.sub-section .sub-title {
	font-size: 2.6rem;
}
}
@media only screen and (max-width: 767px) {
.sub-title-container {
	margin-bottom: 2rem;
}
.products-sub-title {
	flex-shrink: 0;
	font-size: 2.2rem;
}
}

/* tableStyle3 */
.tableStyle3 {
	margin:10px 10px 40px 0 ;
	padding: 0 0 0 10px;
}
.tableStyle3 th {
	padding:3px;
	font-weight:bold;
	background:#efefef;
}
.tableStyle3 td {
	padding:5px;
}
.tableStyle3 th,
.tableStyle3 td {
	vertical-align:middle;
	border:1px solid #555;
	text-align:center;
}
.tableStyle3 .bg_purple{
	background-color:#dbdbff;
}
.tableStyle3.contWhith {
	width: 100%;
}
@media only screen and (max-width: 1161px){
	.tableStyle3.contWhith {
		width: 1161px;
	}
	.tableStyle3 {
		width: 800px;
	}
	.scrollArea{
		overflow-x: scroll;
    margin-bottom: 20px;
	}
	.scrollArea._fix th:first-child,
	.scrollArea._fix table.list_disc td.name_mdl,
	.scrollArea._fix table.list_disc td.cell_mdl {
		position: -webkit-sticky;
		position: sticky;
		left: 0;
	}
	.scrollArea._fix tr:first-child th:first-child,
	.scrollArea._fix table.list_disc td.cell_mdl {
		z-index: 2;
	}
	.scrollArea._fix table.list_disc td.cell_mdl{
		left: 30px;
	}
	.scrollArea._fix table.list_disc td.name_mdl{
		z-index: 2;
		width: 30px;
	}
}