.c-contents-header02__title p {
    font-size: 44px;
    text-align: center;
}

.c-contents-block01 h4 {
    font-size: 30px;
    font-weight: normal;
    color: #09F;
    margin-top: 5.5%;
    margin-right: 0;
    margin-bottom: 2.5%;
    margin-left: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #09F;
    padding-bottom: 5px;
}

.p-sup-card01__center {
    text-align: center;
}

@media (max-width: 767px) {
    .c-contents-header02__title p {
        font-size: 22px;
    }
    .c-contents-block01 h4 {
        font-size: 20px;
    }
}

.base-container .c-width-block03 {
    max-width: none;
}

/* rep_03用 （ユニセフミュージアム）*/
.poster_word {
    display: inline-block;
    border: 1px solid #444;
    width: 3em;
    margin: 0 4px;
    line-height: 1.4;
}
.pic_title {
    margin: 50px 0 20px;
    color: #f25121;
    font-size: 20px;
    text-align: center;
}
.pic_cat_block {
    position: relative;
    margin-top: 20px;
}
.pic_cat_block .p-sup-card01__item img {
    width: 95%;
    height: auto;
}
.pic_cat_tit {
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 100vh;
    border: 2px solid #fff;
    background-color: #f25121;
    width: auto !important;
    padding: 6px 30px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold; 
}
.pic_cat_cap {
    display: block !important;
    font-size: 14px !important;
    text-align: left !important;
    margin: 1% auto 0 !important;
}
.pic_cat_tit .poster_word {
    border: 1px solid #fff;
    line-height: 1.2;
}
@media (max-width: 767px) {
    .pic_cat_tit {
        position: initial;
        font-size: 14px !important;
    }
    .pic_cat_block p {
        margin: unset;
    }
    .pic_cat_block .p-sup-card01__item {
        text-align: center;
    }
}

/* rep_04用 （縦長画像＋細長画像）*/
.p-sup-card01.u-mb-0.rep_04 {
    margin-bottom: 25px !important;
    display: flex;
}
.p-sup-card01.u-mb-0.rep_04 img {
    width: 100%;
}
@media (min-width: 960px) {
    .rep_04 .flex_img_01 {
        width: 28%;
    }
    .rep_04 .flex_img_02 {
        width: 69%;
    }
    .p-sup-card01.u-mb-0.rep_04 img {
        height: 300px;
        object-fit: cover;
    }
    .p-sup-card01.u-mb-0.rep_04 .flex_img_01 img {
        object-position: center top;
    }
}
@media (max-width: 767px) {
    .p-sup-card01.u-mb-0.rep_04 {
        flex-direction: column;
        align-items: center;
    }
    .flex_img_01 {
        text-align: center;
        width: 60%;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    .p-sup-card01.u-mb-0.rep_04 {
        flex-direction: column;
        align-items: center;
    }
    .rep_04 .flex_img_02 figure img {
        width: unset !important;
        height: unset !important;
    }
    .flex_img_01 {
        text-align: center;
        width: 75%;
    }
}