@charset "UTF-8";
/* CSS Document */
.main {
    margin: 0 auto;
    background-color: #fffcfc;
}
.about-top {
    margin: 20px auto 20px;
    padding: 0 8px 30px;
    width: 100%;
    text-align: center;
}
.page_title-wrapper h1 {
    font-size: 2.1875rem;
    font-weight: 600;
    font-family:
        "Noto+Sans+JP", sans-serif, "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #47539e;
}
.page_title-wrapper h5 {
    font-size: 1rem;
    font-weight: 400;
    font-family:
        "Noto+Sans+JP", sans-serif, "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #888787;
    margin: -3px 0 3px 0;
}
.page-image {
    display: inline-block;
    width: 230px;
    height: 160px;
    background-color: #dfeaf0;
}
.page-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_contents {
    padding: 0 20px;
    margin: 0 auto;
}
.page_contents h3 {
    font-size: 1.25rem;
    font-weight: 300;
    margin: 10px 0 20px;
}

.privacy_wrapper h2{
font-size: 1.5rem;
font-weight: 500;
padding-top: 8px;
}
.privacy_contents{
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding: 10px 15px 0;
    margin: 0 auto;
}
.privacy_contents ul{
    list-style: none;
}


@media (min-width: 768px) {
    .about-top {
        margin: 20px auto 20px;
        padding: 0 8px 40px;
        width: 100%;
        text-align: center;
    }
    .page_title-wrapper {
        padding: 0 20px;
        max-width: 1080px;
    }
    .page_title-wrapper h1 {
        font-size: 2.375rem;
        font-weight: 600;
        text-align: left;
    }
    .page_title-wrapper h5 {
        font-size: 1rem;
        font-weight: 400;
        margin: 0px 0 7px 0;
        text-align: left;
    }
    .page-image {
        display: inline-block;
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
        height: 425px;
        text-align: left;
    }

    .page_contents {
        max-width: 840px;
        padding: 0 24px;
    }
    .page_contents h3 {
        font-size: 1.3rem;
        font-weight: 300;
    }
    .privacy_wrapper h2{
font-size: 1.7rem;
font-weight: 500;
}
.privacy_contents{
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 20px 15px 0;
    max-width: 860px;
}

}
