.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: #988D7F;
    font-family: Yu Gothic;
    font-weight: bold;
}

.title01 {
    font-size: 20px;
    font-weight: bold;
    font-family: serif;
    padding: 0.4em 0.5em;
    /*文字の上下 左右の余白*/
    color: #ffffff;
    /*文字色*/
    background: #988D7F;
    /*背景色*/
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.title02 {
    padding: 1rem 2rem;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#424242), to(#afafaf));
    background-image: -webkit-linear-gradient(left, #424242 0%, #afafaf 100%);
    background-image: linear-gradient(to right, #424242 0%, #afafaf 100%);
}

.bg-black {
    background-color: #080808 !important;
    color: #ffffff !important;
}

.img-inline {
    display: inline-block;
}


html {
    scroll-behavior: smooth;
}

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




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