@charset "utf-8";
/* CSS Document */

.products_hub_title_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.products_hub_title_area .t18-middle-larger-title {
	margin-left: 0;
	margin-right: 0;
}

.products_hub_title_img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
    height: auto;
	margin: 0 20px 0 0;
}

.products_hub_title_img img {
    width: 200px;
    height: auto;
}

/* ーーーカテゴリページリニューアル用　2023-09ーーー */

.products_hub_title_area h1 {
    font-size: 3.6rem;
    font-weight: normal;
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
    .products_hub_title_area h1 {
        font-size: 4rem;
    }
}

.products_hub_title_area p {
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
    .products_hub_title_area p {
        font-size: 3rem;
        margin-bottom: 40px;
    }
}

.products_hub_title_download div:first-child {
    margin-right: 20px;
    margin-bottom: 30px;
}


@media screen and (max-width: 750px) {
    .t18-products-lists {
        display: block;
    }

}

.t18-products-lists>ul {
    float: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .t18-products-lists>ul {
        width: 100%;
    }
}

.t18-products-lists>ul>li {
    background-image: none;
    padding: 10px;
    flex: 0 0 31.5%;
    border: 1px solid #ccc;
    margin: 0 8px 15px 8px;
    display: flex;
    align-items: center;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

@media screen and (max-width: 1190px) and (min-width: 751px) {
    .t18-products-lists>ul>li {
    flex: 0 0 31%;
    margin: 0 8px 20px 8px;
}
 }

@media screen and (max-width: 750px) {
    .t18-products-lists>ul>li {
        margin-bottom: 20px;
        flex: 0 0 47%;
        justify-content: space-between;
        padding: 10px 15px;
        font-size: 2.4rem;
    }
}

.t18-products-lists>ul>li:hover,
.t18-products-policy>ul>li:hover {
    text-decoration: none;
}

.t18-products-lists>ul>li:hover,
.t18-products-lists>ul>li:hover {
    text-decoration: underline;
}

.t18-products-lists>ul>li a {
    display: inline-block;
    display: flex;
    align-items: center;
}

.t18-products-lists img {
    width: 80px;
}

@media screen and (max-width: 750px) {
    .t18-products-lists img {
        width: 30%
    }
}

.pdf-download,
.catalog-download {
    display: inline-block;
}

.catalog-download::before {
    margin: 0 2px 0 0;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/common/images/icon_blank_s.png);
    background-size: 21px;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding: 0 0 0 2px;
}

@media screen and (max-width: 750px) {
    .catalog-download::before {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
}

.pdf-download::before {
    margin: 0 2px 0 0;
    content: "";
    display: inline-block;
    width: 19px;
    height: 24px;
    background: url(/common/images/icon_pdf.png);
    background-size: 19px;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding: 2px 0 0 4px;
}

@media screen and (max-width: 750px) {
    .pdf-download::before {
        width: 40px;
        height: 40px;
        background-size: 34px;
        padding: 8px 0 0 4px;
    }
}

@media screen and (max-width: 750px) {
    .pdf-download,
    .catalog-download {
        font-size: 2.8rem;
    }
}

.pdf-download a,
.catalog-download a {
    color: #333;
}

.t18-products-lists-netis-icon span::after {
    background: #4570cc;
    color: #fff;
    content: "NETIS";
    font-size: 1.2rem;
    padding: 1px 15px;
    text-decoration: underline #4570cc;
    word-break: break-word;
    display: block;
    width: fit-content;
    margin-top: 3px;
}

@media screen and (max-width: 750px) {
    .t18-products-lists-netis-icon span::after {
        font-size: 1.8rem;
    }
}

.t18-products a span {
    padding: 0 0 0 10px;
    line-height: 1.5;
}

@media screen and (max-width: 750px) {
    .t18-products a span {
        width: 70%;
        padding: 0 0 0 15px;
    }
}

/* 保険その他・法規・資格ページ用CSS */

.products_hub_insuranceOther>.t18-products-lists>ul>li>a {
	padding: 25px 30px;
	width: 100%;
	height: 100%;
}

.products_hub_insuranceOther>.t18-products-lists>ul>li> a:hover {
	opacity: 0.6;
	transition: 1s;
}

.products_hub_insuranceOther>.t18-products-lists>ul>li>a>span {
	padding: 0;
}

.products_hub_insuranceOther>.t18-products-lists>ul>li {
	padding: 0;
	display: flex;
	flex: 0 0 47%;
}

.products_hub_insuranceOther>.t18-products-lists>ul {
	float: inherit;
}

@media screen and (max-width: 750px) {
    .products_hub_insuranceOther>.t18-products-lists>ul {
        max-width: 100%;
		display: block;
    }
}

