.title_box {
    background-color: #A79D86;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px 5px 10px;
}

.title_box2 {
    background-color: #6666ff;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px 5px 10px;
}

.img_300 {
    max-width: 300px;
}

.img_250 {
    max-width: 250px;
}

.img_200 {
    max-width: 200px;
}

.img_170 {
    max-width: 170px;
}

.img_150 {
    max-width: 150px;
}

.uk-subnav-divider>::before {
    margin-right: 0;
}

.heading03 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.9em;
    line-height: 2em;
    color: #002d80;
    font-family: Yu Gothic;
    font-weight: bold;
}



.heading03::before,
.heading03::after {
    content: '';
    width: 80px;
    height: 3px;
    background-color: #002d80;
}

.heading03::before {
    margin-right: 20px;
}

.heading03::after {
    margin-left: 20px;
}

@media (max-width:767px) {
    .heading03 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 1.7em;
        line-height: 1.2em;
        color: #002d80;
    }

    .heading03::before,
    .heading03::after {
        content: '';
        width: 60px;
        height: 3px;
        background-color: #002d80;
    }

    .heading03::before {
        margin-right: 15px;
    }

    .heading03::after {
        margin-left: 15px;
    }
}

.title01 {
    font-size: 20px;
    font-weight: bold;
    padding: 0.4em 0.5em;
    /*文字の上下 左右の余白*/
    color: #ffffff;
    /*文字色*/
    background: -webkit-linear-gradient(45deg, rgb(51, 110, 182) 20%, rgb(0, 178, 196));
    /*背景色*/
    border-left: solid 5px #354d8b;
    /*左線*/
    border-bottom: solid 3px #4993d3;
    /*下線*/
}