/* カテゴリ一覧 */
.categoryList_topBnrsec {
    position: relative;
}
.category_mainTtl {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #00a5e6;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    padding: 18px 25px;
}
.mainDescription_text {
    color: #666;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 0 15px 0;
    line-height: 1.4;
}







.pageto_head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 40px 0 20px 0;
}
.pageto_head a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: underline;
    color: #00364a;
    text-decoration-color: #a3adb3;
    text-decoration-thickness: 2px;
}
.productmain_ttl {
    background: #00a5e6;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 13px 0;
    font-weight: 500;
    margin: 0 0 25px 0;
}
.productexplain_text {
    color: #666;
    font-size: 17px;
    font-weight: normal;
    padding: 0 0 15px;
    line-height: 1.3;
}
.notice_box {
    background: #fbfaee;
    display: flex;
    padding: 20px 30px;
    gap: 25px;
    align-items: center;
}
.notice_text {
    color: #666;
    font-size: 14px;
    line-height: 1.3;
}
.notice_text a {
    color: #666;
    text-decoration: underline;
}
.category_seclist {
    display: flex;
    justify-content: flex-start;
    gap: 4px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.pdlist_bdBottom {
    border-bottom: 2px solid #ddd;
    padding-bottom: 30px;
}
.productList_secttl {
    color: #333333;
    font-size: 22px;
    padding: 0 0 12px 0;
    line-height: 1.3;
}
.catagory_itemsec {
    margin: 25px 0 0 0;
    width: 33%;
}
.categoryitem_ttlsec {
    border-left: 3px solid #dadada;
    padding: 0 0 0 15px;
    margin: 0 0 15px 0;
}
.categoryitem_ttl01 {
    color: #3e444e;
    font-size: 13px;
    font-weight: 100;
    line-height: 1;
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}
.categoryitem_ttl02 {
    color: #3e444e;
    font-size: 22px;
    line-height: 1.8;
}
.categoryitem_detailsBox {
    background: #f4f4f4;
    padding: 15px 10px 10px;
}
.detailsBox_text {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 10px;
}
.categoryitem_taglist {
    display: flex;
    justify-content: space-between;
}
.categoryitem_taglist li {
    border: 1px solid #cccccc;
    width: 32%;
    background: #fff;
    text-align: center;
    font-size: 15px;
    padding: 0 0;
    border-radius: 5px;
    color: #3e444e;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
.categoryitem_btn {
    background: #7f7f7f;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 6px;
    position: relative;
}
.categoryitem_btn::after {
    content: url(/common/images/product/soudan_arwicn.png);
    right: 10px;
    position: absolute;
    top: 8px;
}


@media only screen and (max-width: 980px) {
    .category_mainTtl {
        text-align: center;
        font-size: 18px;
        width: 50%;
    }
    .catagory_itemsec {
        width: 49%;
    }
    .categoryitem_ttl02 {
        font-size: 20px;
    }
    .pageto_head {
        flex-wrap: wrap;
    }
    .pageto_head li {
        width: 48%;
    }
}
@media only screen and (max-width: 767px) {
    .category_mainTtl {
        font-size: 16px;
        padding: 10px;
    }
    .mainDescription_text {
        font-size: 14px;
    }
    .categoryitem_ttl02 {
        font-size: 15px;
    }
    .categoryitem_ttl01 {
        font-size: 12px;
        line-height: 1.3;
    }
    .detailsBox_text {
        font-size: 14px;
    }
    .categoryitem_taglist li {
        width: 31%;
        font-size: 11px;
    }
    .categoryitem_btn {
        font-size: 15px;
    }
    .categoryitem_btn::after {
        content: "";
        background: url(/common/images/product/soudan_arwicn.png);
        width: 18px;
        height: 18px;
        background-size: cover;
    }
    .pageto_head li {
        width: 46%;
    }
    .pageto_head a {
        text-decoration-thickness: 1px;
        font-size: 14px;
        line-height: 1.3;
    }
    .productmain_ttl {
        font-size: 18px;
        padding: 10px 0;
    }
    .productexplain_text {
        font-size: 15px;
    }
    .notice_box {
        padding: 15px;
        gap: 15px;
    }
    .notice_text {
        font-size: 13px;
    }
}