@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
.mincho {
    font-family: "Noto Serif JP";
}

.softly:hover {
    -webkit-box-shadow: 0px 0px 8px 3px #ccc;
    box-shadow: 0px 0px 8px 3px #ccc;
}

.softly:hover a {
    color: #eb46a2;
}

.inrWidth {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.outerWidth {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.fullWidth {
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 1200px) {
    .fullWidth {
        width: 1200px;
    }
    .inrWidth {
        width: 1000px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
    .fullWidth {
        width: 100%;
    }
    .outerWidth {
        width: 1100px;
    }
    .inrWidth {
        width: 1000px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .fullWidth {
        width: 90% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .outerWidth {
        width: 95% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .inrWidth {
        width: 95% !important;
    }
}

@media screen and (max-width: 768px) {
    .inrWidth {
        width: 90%;
    }
    .outerWidth {
        width: 90% !important;
    }
    .fullWidth {
        width: 90% !important;
    }
}

.readmore {
    text-align: right;
    margin-top: 30px;
}


/*20200701 佐藤追加*/

.submenu {
    display: none;
}

.accordion_btn {
    width: 40px;
    height: 40px;
    background: #000000;
    position: relative;
    top: -10%;
    right: -96%;
    transform: translate(0, -50%);
    margin-top: -2%;
    cursor: pointer;
}

.accordion_btn span {
    width: 28px;
    height: 2px;
    display: block;
    background: #fff;
    position: relative;
    top: 18px;
    left: 6px;
}

.accordion_btn span:last-of-type {
    top: 16px;
    left: 6px;
    transform: rotate(90deg);
}

.accbox dl {
    position: relative;
    padding-left: 0;
    margin-bottom: 20px;
}

.accbox dl::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.accbox dt {
    font-weight: bold;
    margin-bottom: 5px;
}

.accbox dd {
    display: flex;
    flex-wrap: wrap;
}


/*20210407 佐藤追加アコーディオン2*/

.submenu {
    display: none;
}

.accordion_btn2 {
    width: 40px;
    height: 40px;
    background: #000000;
    position: relative;
    top: -10%;
    right: -96%;
    transform: translate(0, -50%);
    margin-top: -2%;
    cursor: pointer;
}

.accordion_btn2::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 15px;
    height: 2px;
    /*縦線に*/
    transform: rotate(90deg);
    background: #fff;
    transition: all .3s ease-in-out;
}

.accordion_btn2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    /*横線*/
    width: 15px;
    height: 2px;
    background: #fff;
    transition: all .2s ease-in-out;
}

.accordion_btn2.open::before {
    transform: rotate(180deg);
}

.accordion_btn2.open::after {
    opacity: 0;
}



/* PC */

@media screen and (min-width: 769px) {
    .news dl dd a {
        text-decoration: none;
        color: #000;
    }
    .news dl dd a:hover {
        color: #e40682;
    }
    .news dl {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.2rem;
        font-weight: bold;
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        border-top: 1px solid #000;
        color: #000;
    }
    .news dl:last-of-type {
        border-bottom: 1px solid #000;
    }
    .news dl:after {
        content: "";
        position: absolute;
        right: 2.5%;
        background: url(../img/common/arrow_b.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
        top: 50%;
        margin-top: -10px;
    }
    .news dl dt,
    .news dl dd {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .news dl dt {
        width: 10%;
        padding-left: 1.5%;
        letter-spacing: 0;
        color: #e52487;
        line-height: 1;
        margin-right: 15px;
    }
    .news dl dd {
        width: 90%;
        position: relative;
        padding-right: 50px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .news dl dd span {
        margin-right: 10px;
        display: inline-block;
        background: #cccccc;
        padding: 5px 10px;
        line-height: 1;
        color: #000;
        border-radius: 30px;
    }
    .newsBtn {
        width: 300px;
        margin: 50px auto 0;
    }
}


/* SP */

@media screen and (max-width: 768px) {
    /*20200701　佐藤追加*/
    .accordion_btn {
        width: 40px;
        height: 40px;
        background: #000000;
        position: relative;
        top: -10%;
        right: -90%;
        transform: translate(0, -50%);
        margin-top: -20px;
        cursor: pointer;
    }
    .accordion_btn span {
        width: 28px;
        height: 2px;
        display: block;
        background: #fff;
        position: relative;
        top: 18px;
        left: 6px;
    }
    .accordion_btn span:last-of-type {
        top: 16px;
        left: 6px;
        transform: rotate(90deg);
    }
    .news {
        width: 100%;
    }
    .news dl dd a {
        text-decoration: none;
        color: #000;
    }
    .news dl dd a:hover {
        color: #e40682;
    }
    .news a {
        text-decoration: none;
    }
    .news a:last-of-type dl {
        border-bottom: 1px solid #000;
    }
    .news dl {
        font-size: 1.2rem;
        font-weight: bold;
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        border-top: 1px solid #000;
        color: #000;
        position: relative;
        padding: 15px 0;
    }
    .news dl dt {
        letter-spacing: 0;
        color: #e52487;
        line-height: 1;
        padding-bottom: 5px;
    }
    .news dl dd {
        position: relative;
        margin-right: 25px;
    }
    .news dl dd span {
        margin-right: 5px;
        display: inline-block;
        background: #cccccc;
        padding: 4px 8px;
        line-height: 1;
        color: #000;
        border-radius: 30px;
        font-size: 1rem;
    }
    .news dl dd a:last-of-type {
        display: block;
        margin-top: 3px;
        line-height: 1.5;
    }
    .news dl:after {
        content: "";
        position: absolute;
        right: 2.5%;
        top: 50%;
        margin-top: -15px;
        background: url(../img/common/arrow_b.png) no-repeat;
        background-size: contain;
        width: 12px;
        height: 20px;
        top: 50%;
        margin-top: -10px;
    }
}


/*# sourceMappingURL=maps/news.css.map */