@charset "utf-8";
/* ------------------------------------------------------------------------------------------- サイトマップ START */
@media (min-width: 1025px) {
 .sitemap{
    max-width: 96%;
    margin: 0 auto 5%;
    font-size: 90%;
    line-height: 1.8;
    display: block;
    width: 1280px;
    padding-top: 1%;
    text-align: justify;
}
 .sitemap ul li{
    list-style: none;
    margin-bottom: 1em;
}
}
@media (max-width: 1024px) {
 .sitemap{
    margin: 0 auto 5%;
    font-size: 90%;
    line-height: 2;
    display: block;
    width: 89%;
    padding-top: 0%;
    text-align: justify;
}
 .sitemap ul li{
    list-style: none;
    margin-bottom: 1em;
}
}
/* ------------------------------------------------------------------------------------------- サイトマップ END */

/* ------------------------------------------------------------------------------------------- プライバシーポリシー START */
@media (min-width: 1025px) {
    .tit-back {
        margin: 112px auto 0;
        width: 100%;
        display: inline-block;
    }

    .tit {
        display: block;
        border-radius: 4px;
        font-size: 156.5%;
        font-weight: 700;
        text-decoration: none;
        padding: 16px 0 15px 0px;
        margin: 0 auto;
        width: 1280px;
        text-align: center;
        --tw-text-opacity: 1;
        color: rgb(20 184 166 / var(--tw-text-opacity, 1));
    }
}
@media (max-width: 1024px) {
    .tit-back {
        margin: 76px auto 0;
        width: 100%;
        display: inline-block;
    }

    .tit {
        --tw-text-opacity: 1;
        color: rgb(20 184 166 / var(--tw-text-opacity, 1));
        display: block;
        border-radius: 4px;
        font-size: 112.5%;
        font-weight: 700;
        text-decoration: none;
        padding: 16px 0 15px 20px;
        margin: 0 auto;
        width: 94%;
        text-align: center;
    }
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
    font-family: 'Noto Sans JP';
}
*, ::after, ::before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
@media (min-width: 1025px) {
.privacy_policy {
    margin-bottom: 3%;
    max-width: 62%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    border: 1px solid #ccc;
    padding: 2%;
    font-size: 90%;
    line-height: 2;
}
.privacy_policy h3 {
    margin: 1px 1px 14px;
    padding: 34px 0 0px;
    border-top: 0px solid #05a5ab;
    border-bottom: 0px solid #05a5ab;
    color: #00858a;
    font-size: 1rem;
    line-height: 0;
    font-weight: 700;
}
}
@media (max-width: 1024px) {
.privacy_policy {
margin-bottom: 3%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2%;
        border: 1px solid #ccc;
        padding: 2%;
        font-size: 90%;
        width: 92%;
        line-height: 2;
}
.privacy_policy h3 {
    margin: 1px 1px 14px;
    padding: 34px 0 0px;
    border-top: 0px solid #05a5ab;
    border-bottom: 0px solid #05a5ab;
    color: #00858a;
    font-size: 1rem;
    line-height: 0;
    font-weight: 700;
}
}
@media (max-width: 767px) {
.privacy_policy {
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    border: 1px solid #ccc;
    padding: 2%;
    font-size: 90%;
    line-height: 2;
    width: 92%;
    box-sizing: border-box;
}
.privacy_policy h3 {
    margin: 1px 1px 14px;
    padding: 34px 0 0px;
    border-top: 0px solid #05a5ab;
    border-bottom: 0px solid #05a5ab;
    color: #00858a;
    font-size: 1rem;
    line-height: 0;
    font-weight: 700;
}
}
.privacy_policy ul,ol {
    margin: 1em 0 1.5em 1.5em;
    padding-left: 0;
}

.privacy_policy ul > li,ol > li {
    margin-bottom: .5em;
}

.privacy_policy ul > li:last-child,ol > li:last-child {
    margin-bottom: 0;
}
/* ------------------------------------------------------------------------------------------- プライバシーポリシー END */