@charset "UTF-8";
body.font-basic-gothic {
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.font-meiryo {
    font-family: "メイリオ", Meiryo, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.font-arial {
    font-family: Arial, Helvetica, sans-serif;
}
body.font-cosmic {
    font-family: "Comic Sans MS", cursive;
}
body.font-monospace {
    font-family: "Courier New", Courier, monospace;
}
body.font-georgia {
    font-family: Georgia, serif;
}
body.font-lucida {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
body.font-tahoma {
    font-family: Tahoma, Geneva, sans-serif;
}
body.font-times {
    font-family: "Times New Roman", Times, serif;
}
body.font-trebuchet {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}
body.font-verdana {
    font-family: Verdana, Geneva, sans-serif;
}
body.font-basic-mincho {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", sans-serif;
}
body.font-cursive {
    font-family: Italianno, Zapf-Chancery, cursive;
}
body.font-fantasy {
    font-family: Western, fantasy;
}
html, body {
    margin: 0!important;
    overflow: hidden;
    color: #44443C;
    font-family: a-otf-ryumin-pr6n, serif;
}
a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:link {
    color: #44443C;
    text-decoration: none;
}
a:visited {
    color: #44443C;
}
@media screen and (max-width:768px) {
    .pc {
        display: none!important;
    }
}
@media screen and (min-width:769px) {
    .sp {
        display: none!important;
    }
}

/* 見出し */
.newMainTtl {
    width: 100%;
    position: relative;
    margin: 0px auto 60px;
    padding: 0;
    text-align: left;
}
.newMainTtl:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    margin: 0 auto;
    background-color: #DDDFDB;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    z-index: 0;
}
.newMainTtl span {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    font-size: 22px;
    line-height: 1.8em;
    letter-spacing: 0.075em;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

#newsFeatBox {
    max-width: 1920px;
    overflow: hidden;
    display: flex;
    position: relative;
}

.leftFeatBox {
    display: inline-block;
    width: 50%;
    padding: 10px;
}
.leftFeatBox .leftFeatBoxNewMainTitle {
    margin: 0;
    font-size: 22px;
}

.rightFeatBox {
    display: inline-block;
    width: 50%;
    padding: 10px;
}
.rightFeatBox .newsItem {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}
.rightFeatBox .newsItem .newsDate {
    display: inline-block;
    width: calc(30% - 15px);
    padding: 3px 10px;
    color: #707070;
    margin: 0;
    vertical-align: top;
    font-size: 14px;
    white-space: nowrap;
}
.rightFeatBox .newsItem .newsTitle {
    display: inline-block;
    width: calc(70% - 15px);
    margin: 0;
    vertical-align: top;
    font-size: 16px;
}

@media screen and (max-width:768px) {
    #newsFeatBox {
        width: 100%;
        display: block;
        padding: 0 20px;
        box-sizing: border-box;
    }

    /* 見出し */
    .newMainTtl {
        margin: 0px auto 0px; /* 打ち消し */
        padding: 20px 0;
        background-color: #fff;
    }
    .newMainTtl:before {
        background-color: #DDDFDB;
        top: 40px;
    }
    .newMainTtl span {
        padding: 0 20px 0 0;
        font-size: 16px;
        line-height: 2.4em;
        background-color: #fff;
    }

    .rightFeatBox {
        display: block;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    .rightFeatBox .newsItem .newsDate {
        font-size: 8px;
    }
    .rightFeatBox .newsItem .newsTitle {
        font-size: 11px;
    }

}
