html {
    scroll-behavior: smooth;
}


.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.8em;
    line-height: 2em;
    color: #000000;
    font-family: Yu Gothic;
    font-weight: thin;
}

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


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

@media screen and (max-width:600px) {
    .sn-resopnsible {
        font-size: 1em;
    }

    .heading03 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 1.3em;
        line-height: 2.5em;
        color: #ffffff;
        font-weight: thin;
        background-color: #000000;
    }
}

.full-page {
    height: 100vh;
}

.sn__title_h2 {
    font-size: 1.4em;
}

.sn__title_h3 {
    font-size: 1.2em;
    margin: 0;
}

.sn__title_h4 {
    font-size: 1.1em;
    margin: 0;
}

.sn__text_mincho {
    font-family: serif;
}

.sn__text_bold {
    font-weight: bold;
}

.sn__text_emphasis {
    font-weight: bolder;
}


.sn__article,
.sn__article_sleft {
    padding: 20px 10px;
    font-size: 1em;
    text-align: center;
}

.sn__article_left {
    padding: 20px 10px;
    font-size: 1em;
    text-align: left;
}



@media (max-width:767px) {
    .sn__article_sleft {
        text-align: left;
        padding: 15px;
    }

    .sn__title_h3 {
        padding: 10px;
        text-align: left;
    }

    .sn__img_70 {
        width: 70%;
    }
}

.sn__text_small {
    font-size: 0.9em;
}