@charset "utf-8";

main {
    padding-top: 195px;
}

#main_privacy_top {
    margin-bottom: 60px;
}

#main_privacy_top_container_shadow {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    background: linear-gradient(158.17deg, #003975 6.76%, #1B89FF 101.18%);

}

#main_privacy_top_container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

#privacy_text {

    width: 100%;
}

#privacy_text_container_shadow {
    background: linear-gradient(158.17deg, #003975 6.76%, #1B89FF 101.18%);
    width: 90%;
    margin: 0 auto;
    border-radius: 48px;
    translate: -20px 20px;
}

#privacy_text_container {
    translate: 20px -20px;
    background: #FFFFFF;
    border-radius: 48px;

    padding: 70px 80px;

}

#privacy_text div {
    margin-bottom: 32px;
}

#privacy_text div p {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
}

h2,
h3,
h4 {
    font-family: "Noto Sans JP", serif;
}

@media screen and (max-width: 1024px) {

    #privacy_text_container_shadow {
        padding: 0;
        margin: 0 auto 0 auto;
        box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
        translate: -10px 10px;

    }

    #privacy_text_container {
        translate: 10px -10px;
    }

    #privacy_text_container {
        padding: 30px 5%;
    }

}

@media screen and (max-width: 750px) {
    main {
        padding-top: 100px;
    }

    #main_privacy_top {
        margin-bottom: 20px;
    }

    #privacy_text div p {
        font-size: 16px;
    }

    #main_privacy_top .section_title h2,
    #main_privacy_top .title_line {
        display: none;
    }

}