@charset "utf-8";

/* 設定１つ  - 四辺すべてに適用 */
/* 設定２つ  - 上下 | 左右 */
/* 設定３つ  - 上 | 左右 | 下 */
/* 設定４つ  - 上 | 右 | 下 | 左 */

* {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

p {
    margin:0;
}

.cattitle {
    font-size: 24pt;
    padding: 3px 0px 3px 30px;
    border-top: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    border-left: 1px solid #B4B4B4;
    border-bottom-width: 5px; /* 下線の太さを指定、色はberColorクラスで共通スタイル指定 */
    border-bottom: solid #EC7336;
}


.title_pickup {
    display: flex;
    font-size: 20pt;
    color:#ffffff;
    padding: 3px 0;
    justify-content:center;
    background-color: #FF4500;
    margin-top:10px;
    letter-spacing:0.1em;
}

.title_new {
    display: flex;
    font-size: 20pt;
    color: #ffffff;
    padding: 3px 0;
    justify-content: center;
    background-color: #FFA500;
    margin-top: 10px;
    letter-spacing: 0.1em;
}

.c5 {
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start ;
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 50px;
}

    .c5 > .cata {
        margin-top: 15px;
        flex-basis: 20%;
        justify-items: center;
        padding-bottom: 10px;
        text-decoration: none;
        color: #000000;
    }

        .c5 > .cata > .imgbox {
            border: 1px solid #C0C0C0;
            width: 150px;
            align-content: center;
            height: 215px; /* 画像の高さが揃っていないため */
        }

            .c5 > .cata > .imgbox > img {
                width: 100%;
            }

        .c5 > .cata > .hnnm {
            margin-top: 5px;
            font-size: 9pt;
            line-height: 15px;
            font-weight: 600;
        }

        .c5 > .cata > .hnnm2 {
            line-height:15px;
            font-size: 9pt;
            font-weight: 600;
        }

        .c5 > .cata > .kinm {
            margin-top: 5px;
            font-size: 8pt;
        }
