@charset "utf-8";

/* ======================

[brake-point]
min-width:768px
max-width:767px
[タブレット]
(min-width:768px) and (max-width:1080px)

====================== */

/* ========== News ========== */
#wrapNews {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.newsTtl {
    font-weight: 400;
    margin-bottom: 0.5em;
}
.newsItem {
    border-bottom: #d1d1d1 1px solid;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    display: flex;
}
.newsItem a {
    text-decoration: underline;
}
.newsItem:first-child {
    border-top: #d1d1d1 1px solid;
}
.newsItemData {
    width: 8em;
    color: #6f4526;
    font-weight: 600;
}
.newsItemDetails {
    width: calc(100% - 8em);
}
.newsItemData .catIc {
    min-width: 7em;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    padding: 3px;
    color: #fff;
    margin-left: 10px;
    border-radius: 4px;
}

.newsItemData .outsourcing {
    background-color: #eb87b4;
}
.newsItemData .after_school {
    background-color: #d8d000;
}
.newsItemData .nursery {
    background-color: #f4950c;
}

/* SP */
@media screen and (max-width: 767px) {
    #wrapNews {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .newsTtl {
        font-size: 1.8rem;
    }
    .newsItem {
        display: block;
    }
    .newsItemData {
        width: 100%;
    }

    .newsItemDetails {
        margin-top: 5px;
        width: 100%;
    }
    .newsItemData,
    .newsItemDetails .newsItemData p,
    .newsItemDetails p {
        font-size: 1.3rem;
    }
}
/* PC */
@media print, screen and (min-width: 768px) {
    #wrapNews {
        max-width: 920px;
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .newsTtl {
        font-size: 2.2rem;
    }
    .newsItemData,
    .newsItemDetails .newsItemData p,
    .newsItemDetails p {
        font-size: 1.6rem;
    }
}

.linkBtn {
    text-align: center;
    margin-bottom: 3em;
}

.btnBack {
    display: inline-block;
    background: #f6af07 !important;
    font-weight: 600;
    border-radius: 20px;
}

.btnBack a {
    display: inline-block;
    color: #fff !important;
    padding: 10px 50px 10px 30px;
    background-position: 96% center;
    background-repeat: no-repeat;
    width: 100%;
    background: #f6af07 !important;
    font-weight: 600;
    border-radius: 20px;
}

.detailTtl {
    color: #6f4526;
}

.newsItem .detailTtl.noLink a {
    pointer-events: none;
    text-decoration: none !important;
    cursor: default;
    color: #6f4526 !important;
}
