@charset "utf-8";
/* ジャガパーわくわくクラブ＞ニュース /after_school/child_program/nishinari_playpark/news/*/

/* ======================

[brake-point]
min-width:768px
max-width:767px
[タブレット]
(min-width:768px) and (max-width:1080px)

====================== */

#wrapContentsTtl {
    background-color: #f5f5f5;
    font-weight: bold;
}
#wrapContentsTtl .innerContainer {
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.mainTtl {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsTtl .hn01 {
    font-size: 2rem;
    padding-bottom: 20px;
}

.newsItem {
    width: 100%;
    padding: 10px;
    background-color: #f5f5f5;
}

.newsPhoto {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}

.newsBody {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0;
}
.newsMainWrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.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;
}

.btnBack a span {
    display: inline-block;
    padding: 0 !important;
}

.btnBack a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btnBack a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #f6af07;
    border-right: 2px solid #f6af07;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.linkBtn {
    text-align: center;
}

#newsItema .newsItem .newsItemData .catIc {
    min-width: 8em;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    padding: 3px 10px;
    color: #fff;
    border-radius: 4px;
}

#newsItema .newsItem .newsItemData .outsourcing {
    background-color: #eb87b4;
}
#newsItema .newsItem .newsItemData .after_school {
    background-color: #d8d000;
}
#newsItema .newsItem .newsItemData .nursery {
    background-color: #f4950c;
}

#newsItema.wrapNewsDetail a {
    color: #333;
    text-decoration: underline;
}

#newsItema.wrapNewsDetail a:hover {
    text-decoration: none;
}

/* PC */
@media print, screen and (min-width: 768px) {
    #newsItema .newsTtl {
        margin-top: 30px;
    }
    #newsItema {
        width: 70%;
        margin: 0 auto;
    }
    #wrapContentsTtl .innerContainer {
        max-width: 1140px;
    }
    .mainTtl {
        height: 220px;
    }
    p.contTtl {
        font-size: 3.6rem;
    }
    .newsMainWrap {
        max-width: 1140px;
    }
}

/* SP */
@media screen and (max-width: 767px) {
    #newsItema .newsTtl {
        margin-top: 20px;
    }
    #newsItema {
        width: 90%;
        margin: 0 auto;
    }
    .mainTtl {
        height: 66px;
    }
    p.contTtl {
        font-size: 2rem;
    }
    .newsTtl .hn01 {
        font-size: 2rem;
        padding-bottom: 20px;
    }
    .wrapMiddleBtnCenter {
        padding: 10px 0;
    }
}
