<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*-------
ieハック
--------*/
/*一覧 リスト*/
#list a {
	float: left\9;
}

.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}






/*一覧*/
.product {
	background-image: url(../images/product/common/image.jpg);
}

#product {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

/*一覧 絞り込み*/
.button {
	width: 250px;
	padding: 10px 0;
	margin: 0 auto 10px auto;
	cursor: pointer;
	font-size: 100%;
	text-align: center;
	line-height: 1;
	border: 1px solid #C8C8C8;
	transition: 0.3s;
}

.button:hover {
	color: #004DA0;
}

#select {
	width: 100%;
	padding: 20px 20px 10px 20px;
	margin: 0 0 20px 0;
	border: 5px solid #E6E6E6;
	display: none;
}

#select div {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #E6E6E6;
	display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#select div:first-child {
	padding: 10px 0;
	border-top: 1px solid #E6E6E6;
}

#select div h3 {
	width: 130px;
	padding: 10px;
	margin: 0 20px 0 0;
	font-family: 'Noto-Medium';
	line-height: 1;
	background-color: #E6E6E6;
}

#select div ul {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#select div ul li {
	margin: 0 20px 0 0;
}

#select div ul li:hover {
	cursor: pointer;
	text-decoration: underline;
}

#select div ul li:last-child {
	margin: 0 0 0 0;
}

.checkbox_custom {
	display: none;
}

.checkbox_parts {
    padding: 0 0 0 20px;
    position: relative;
}

.checkbox_parts::before {
	width: 15px;
    height: 15px;
    content: "";
    display: block;
	border: 1px solid #C8C8C8;
    position: absolute;
    top: 0;
    left: 0;
}

.checkbox_custom:checked + .checkbox_parts::after {
	width: 15px;
    height: 15px;
	border: 1px solid #004DA0;
	background-color: #004DA0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

/*一覧 カテゴリー*/
#category {
	width: 100%;
	padding: 15px;
	margin: 0 0 30px 0;
	display: -webkit-flex;
    display: flex;
	border-radius: 5px;
	background-color: #F8F8F8;
}

#category ul {
	height: 20px;
	margin: 0 50px 0 0;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#category ul li {
	height: 20px;
	margin: 0 20px 0 0;
	font-size: 85%;
	color: #444;
}

#category ul li:last-child {
	margin: 0 0 0 0;
}

#category ul:nth-child(1) li:nth-child(1n) {
	color: #1A72C1;
}

#category ul:nth-child(1) li:nth-child(2n) {
	color: #0C9151;
}

#category ul:nth-child(2) li,
#category ul:nth-child(3) li {
	padding: 0 0 0 25px;
	background-size: 20px 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

#category ul:nth-child(2) li:nth-child(1n) {
	background-image: url(../images/product/common/icon_normal.svg);
	background-size: 20px;
}

#category ul:nth-child(2) li:nth-child(2n) {
	background-image: url(../images/product/common/icon_through.svg);
	background-size: 20px;
}

#category ul:nth-child(2) li:nth-child(3n) {
	background-image: url(../images/product/common/icon_keep.svg);
	background-size: 20px;
}

#category ul:nth-child(3) li:nth-child(1n) {
	background-image: url(../images/product/common/icon_east.svg);
	background-size: 20px;
}

#category ul:nth-child(3) li:nth-child(2n) {
	background-image: url(../images/product/common/icon_west.svg);
	background-size: 20px;
}

/*読み込み中…*/
#loading {
	width: 100%;
}

#loading span {
	display: block;
	text-align: center;
	color: #004DA0;
}

#loading span img {
	margin: 0 auto;
}

/*該当製品無し*/
#notfound {
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	color: #ef6060;
	text-align: center;
	line-height: 1;
}

/*一覧 リスト*/
#list {
	width: 100%;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
}

#list a {
	width: 20%;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	color: #444;
	text-decoration: none;
	transition: 0.2s;
}

#list a:hover {
	box-shadow: inset 0 0 0 4px #E6E6E6;
}

#list a li {
	width: 100%;
	min-height: 100%;
	padding: 20px;
}

#list a li img {
	padding: 5px;
	margin: 0 0 5px 0;
	border: 1px solid #C8C8C8;
}

#list a li h2 {
	font-family: 'Noto-Medium';
	text-align: left;
	line-height: 1.3;
	margin: 0 0 5px 0;
}

.pavement {
	color: #1A72C1;
}

.landscape {
	color: #0C9151;
}

#list a li p {
	font-size: 90%;
	line-height: 1.3;
	margin: 0 0 10px 0;
}

#list a li ul {
	width: 100%;
	padding: 5px;
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: flex-end;
    justify-content: flex-end;
	background-color: #F8F8F8;
}

#list a li ul li {
	width: 20px;
	padding: 0;
	margin: 0 4px 0 0;
	border: none;
}

#list a li ul li:last-child {
	margin: 0;
}

#list a li ul li img {
	width: 20px;
	padding: 0;
	margin: 0;
	border: none;
}

#list a li small {
	width: 100%;
	padding: 5px 0;
	margin: 10px 0 0 0;
	display: none;
	border: 1px solid #E6E6E6;
	font-size: 90%;
	text-align: center;
	line-height: 1;
}

@media screen and (max-width: 1000px) {
/*一覧*/
#select {
	padding: 10px;
}

#select div {
	padding: 0;
	margin: 0 0 20px 0;
	display: block;
}

#select div h3 {
	width: 100%;
	padding: 5px;
	margin: 0 0 10px 0;
}

#select div ul {
	line-height: 1;
	padding: 0 0 0 5px;
}

#select div ul li {
	margin: 0 20px 20px 0;
}

#select div ul li:last-child {
	margin: 0 20px 20px 0;
}

/*一覧 カテゴリー*/
#category {
	padding: 15px 15px 5px 15px;
	margin: 0 0 15px 0;
	display: block;
}

#category ul {
	margin: 0 0 10px 0;
}

#category ul li {
	margin: 0 10px 10px 0;
}

#category ul li:last-child {
	margin: 0 0 10px 0;
}

/*一覧 リスト*/
#list a {
	width: 25%;
}

#list a:hover {
	box-shadow: none;
}

#list a li small {
	display: block;
}
}

@media screen and (max-width: 700px) {
/*一覧*/
#product {
	padding: 0 10px;
}

/*一覧 カテゴリー*/
#category ul {
	height: auto;
	margin: 0;
}

/*一覧 リスト*/
#list a {
	width: 50%;
}

#list a li {
	padding: 10px;
}

#list a li ul li {
	width: 18px;
	margin: 0 2px 0 0;
}
}</pre></body></html>