@charset "UTF-8";
.pri_ttl {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 28px;
}
.pri_ttl .ttl {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}
.privacy_in {
    background: #fff;
    width: 1000px;
    margin: 90px auto 130px;
    padding: 55px 60px;
    box-sizing: border-box;
    border-radius: 30px;
}
.pri_dtl {
    margin-top: 50px;
}
.pri_dtl_ttl {
    font-weight: bold;
    font-size: 22px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px;
}
.pri_dtl_ttl::before {
    position: absolute;
    content: "";
    background: #e15a4f;
    width: 4px;
    height: 30px;
    left: 0;
    top: 5px;
    border-radius: 9999px;
}
.pri_txt {
    line-height: 2;
}
.pri_txt.ver2 {
    margin-top: 15px;
}
.pri_txt span.is-fw {
    font-weight: bold;
}
.is-right {
    text-align: right;
}
.pri_lst-ttl {
    font-weight: bold;
}
.pri_lst {
    margin-top: 15px;
}
.pri_lst.is-ver2 {
    margin: 25px 0;
}
.pri_lst.is-ver3 {
    margin-top: 0;
    margin-bottom: 15px;
}
.pri_lst li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 5px;
}
.pri_lst li:last-child {
    margin-bottom: 0;
}
.pri_lst li span {
    position: absolute;
    left: 0;
}
main {
    background: url(../img/news_bg.png) top left / cover no-repeat;
}
.page_wrap{
    background-image: url(../img/privacy_ttl.png);
    background-repeat: no-repeat;
    background-position: center top 26px;
}
.page_wrap.is-ver2{
    background-image: url(../img/treatment_ttl.png);
    background-repeat: no-repeat;
    background-position: center top 30px;
}
.pri_btn {
    margin: 50px auto 0 auto;
}
.notfind_wrap {
    text-align: center;
    letter-spacing: 0.1em;
}
.notfind_wrap .notfind-ttl {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.notfind_wrap .red_wrap {
    color: #e15a4f;
    border: 1px solid #e15a4f;
    border-radius: 8px;
    width: 268px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 45px;
}
.notfind_wrap .red_wrap .txt {
    font-size: 30px;
    font-weight: bold;
}
.notfind_wrap .notfind-txt {
    margin-bottom: 30px;
}
.notfind_wrap .notfind-txt.is-ver2 {
    font-size: 18px;
    font-weight: bold;
}
.notfind_wrap .pri_lst li {
    padding: 0;
    line-height: 1.5;
}
.notfind_wrap .pri_lst li .txt {
    display: inline-block;
    position: relative;
    padding-left: 1em;
}
@media (min-width: 896px) {
    a.page:hover,
    a.nextpostslink:hover,
    a.last:hover,
    a.previouspostslink:hover,
    a.first:hover {
        text-decoration: none;
    }
}
@media only screen and (max-width: 896px) {
    main {
        background: url(../img/sp/news_bg.png) top left / cover no-repeat;
    }
    .page_wrap{
        background-image: url(../img/sp/privacy_ttl.png);
        background-size: 375px auto;
        background-position: center top 15px;
    }
    .page_wrap.is-ver2{
        background-image: url(../img/sp/treatment_ttl.png);
        background-size: 375px auto;
        background-position: center top 15px;
    }
    .privacy_wrap {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .privacy_in {
        width: 100%;
        padding: 30px 20px;
        box-sizing: border-box;
        border-radius: 15px;
    }
    .pri_dtl {
        margin-top: 20px;
    }
    .pri_dtl_ttl {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .pri_dtl_ttl::before {
        height: 23px;
    }
    .pri_lst {
        margin-top: 10px;
    }
    .pri_txt {
        font-size: 14px;
        line-height: 1.8;
    }
    .privacy_in {
        margin: 30px auto;
    }
    .pri_btn {
        margin: 30px auto 0 auto;
    }
    .notfind_wrap .notfind-ttl {
        font-size: 24px;
    }
    .notfind_wrap .red_wrap {
        margin: 0 auto 20px;
        width: 233px;
        height: 48px;
    }
    .notfind_wrap .red_wrap .txt {
        font-size: 24px;
    }
    .notfind_wrap .notfind-txt {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    .notfind_wrap .notfind-txt.is-ver2 {
        font-size: 15px;
    }
    .notfind_wrap .pri_lst li {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 374px) {
    .page_wrap .ttl {
        font-size: 22px;
    }
}
