.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;
}


.title01 {
    font-size: 20px;
    font-weight: bold;
    padding: 0.4em 0.5em;
    /*文字の上下 左右の余白*/
    color: #ffffff;
    /*文字色*/
    background: #343434;
    /*背景色*/
}


.sn-resopnsible {
    font-size: 1.2em;
    line-height: 1.8em;
}



.heading02 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.9em;
    line-height: 1.8em;
    color: #ffffff;
    font-weight: thin;
    background: linear-gradient(45deg, #5b5b5b 0%, #838383 45%, #b9b9b9 70%, #9E9E9E 85%, #757575 90% 100%);
    text-shadow: 1px 1px 0 #000000, -1px -1px 0 #000000,
        -1px 1px 0 #000000, 1px -1px 0 #000000,
        1px 0 0 #000000, -1px 0 0 #000000,
        0 1px 0 #000000, 0 -1px 0 #000000;
}

.heading03 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.5em;
    line-height: 2em;
    color: #ffffff;
    font-family: Yu Gothic;
    font-weight: thin;
    background-color: #000000;
}

.heading04 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.8em;
    line-height: 2em;
    color: #ffffff;
    font-family: Yu Gothic;
    font-weight: thin;
}

@media screen and (max-width:600px) {
    .sn-resopnsible {
        font-size: 3.5vw;
        line-height: 3.5vh;
    }

    .lead_head {
        font-size: 7vw;
        line-height: 1.5vh;
        background: -webkit-linear-gradient(bottom, #1B1464 0, #1B1464 26%, #299ED5 50%, #299ED5 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

    }

    .heading03 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 4vw;
        line-height: 3em;
        color: #ffffff;
        font-weight: thin;
        background-color: #000000;
        padding: 0;
    }
}