@charset "utf-8";
main {
    background-color: rgba(255, 255, 255, 0.5);
    padding:30px;
    box-shadow: 0px 0px 8px #bbbaba8e;
    margin: 0 100px 100px;
}
main h1 {
    text-align: center;
    line-height: 1.8rem;
}
.privacy_main {
    margin-bottom: 100px;
}
.pri_date{
    padding: 0 20px;
    text-align: right;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    margin: 30px 0 60px;
    font-size: .9rem;
    line-height: 1.1rem;
}
.privacy_main section {
    margin:40px 0;
}
.privacy_main section h2{
    border-bottom: 1px solid #333;
    margin-bottom: 12px;
}
.privacy_main section p,
.pri_info {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: 1.2rem;
}
.privacy_main section li {
    list-style-type: square;
    list-style-position: inside;
}
.pri_info {
    margin-top: 30px;
}
.pri_info td a{
    text-decoration: underline;
}
/* td,th {
    border: 1px solid #333;
} */
.pri_info thead th {
    font-weight: normal;
    text-align: left;
}
.pri_info thead th::before {
    content: "【";
}
.pri_info thead th::after{
    content: "】";
}
.af_colon {
    display: flex;
    justify-content: space-between;
}
.af_colon::after{
    content: ":";
    padding-right: 5px;
    padding-left: 3px;
}
.privacy_link {
    text-decoration: underline;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: .9rem;
    text-align: right;
}
.privacy_link:hover{
    opacity: .8;
}
@media (max-width:585px) {
    main{
        margin: 0 8vw 100px;
    }
    main h1 {
        font-size: 6.2vw;
    }
    .privacy_main section h2{
        font-size: 5.2vw;
    }
}
@media(max-width:767px){
    .privacy_link {
        text-align: center;
    }
}