.title_style02 {
    margin-bottom: 15px;
}

.pnimg0203 {
    display: flex;
    justify-content: space-between;
}

.pnimg0203-item {
    width: 48%;
    position: relative;
}

.pnimg0203-item img {
    width: 100%;
}

.pntitle-img0203 {
    font-size: 16px;
    width: 100%;
    color: #3f3f3f;
    font-weight: bold;
    padding-left: 15px;
    max-width: 150px;
    letter-spacing: 3px;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;

}

#page_cont01 {
    padding-bottom: 50px;
}

.menu_div {
    border-bottom: 0;
}

#top_cont06 {
    padding-top: 2.8125vw;
}


@media screen and (max-width:768px) {
    #page_cont01 .title_style02 {
        text-align: left;
    }

    #page_cont01 strong {
        margin-top: 15px;
    }

    #page_cont01 strong:first-child {
        margin-top: 0;

    }
    #page_cont01 strong.strend {
        margin-top: 0;
        
    }

    #page_cont01 .menu_div {
        margin-top: 10px;
    }

    #page_cont01 {
        padding-bottom: 0;
    }

    .pnimg0203 {
        margin-top: 15px;
    }
}
@media screen and (max-width:767px) {
    #page_cont01 strong {
        display: block;
    }
}