@charset "utf-8";

footer {
    padding-top: 40px;
}

footer .noticeArea {
    box-sizing: border-box;
    width: calc(100% - 80px);
    max-width: 760px;
    margin: 0 auto 18px;
}

footer .noticeArea p {
    margin: 0;
    padding: 22px 28px;
    background: #fff;
    font-size: 1.4rem;
    line-height: 1.9;
    color: #111;
}

footer .noticeArea p span {
    display: inline-block;
    margin-bottom: 6px;
    font-weight: bold;
    text-decoration: none;
}

footer .noticeArea .botPrg {
    margin-top: 14px;
    padding: 0;
    background: transparent;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #fff;
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/


.category .addCont01 .thBoxArea .sBox {
    width: 32%;
    margin: unset;
    padding: 1rem;
}
.category .addCont01 .thBoxArea {
    justify-content: space-between;
}
.category .addCont01 .thBoxArea:after {
    display: none;
}
.category .addCont01 .wi1000 {
    width: 94%;
}
.category .addCont01 {
    padding-top: 4rem;
}
.category .addCont01 .shop_copy {
    font-size: 1.8rem;
}
.category .addCont01 .thBoxArea .sBox .sTit {
    font-size: 2rem;
}
.category .addCont01 .thBoxArea .sBox a {
    padding: 1rem 2rem;
    font-size: 14px;
    width: 100%;
}
.category .addCont01 .thBoxArea dt {
    font-size: unset;
    line-height: 1.4;
}
.category .addCont01 .date-list-wrap .date-title-top {
    font-size: unset;
    line-height: 1.4;
}
.category .addCont01 .date-list-wrap {
    padding: 2rem 1rem;
}
.contents .category .addCont01 .date-list-wrap ul li {
    line-height: 1.4;
    padding: 0 0 0 20px;
}
.category .addCont01 .titLArea2 .titL .small {
    font-size: 3rem;
}
.category .addCont01 .titLArea2 .titL {
    font-size: 3.6rem;
}
.category .addCont01 .intro-txt {margin: 2rem auto 4rem;}
.category .addCont01 .titLArea2 {
    margin-bottom: 2rem;
}	


}/*////////////////////PC用CSSここまで///////////////////*/



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
footer {
        padding-top: 24px;
    }

    footer .noticeArea {
        width: calc(100% - 32px);
        max-width: none;
        margin: 0 auto 16px;
    }

    footer .noticeArea p {
        padding: 18px 16px;
        font-size: 1.2rem;
        line-height: 1.8;
    }

    footer .noticeArea .botPrg {
        margin-top: 10px;
        font-size: 1.0rem;
        line-height: 1.5;
    }

}



