@charset "utf-8";

.privacy-top-text {
    line-height: 1.8;
    margin: 20px 0 30px;
}

.privacy-text {
    line-height: 1.8;
    margin-bottom: 20px;
}

.privacy-title {
    font-weight: bold;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 12px;
}

.privacy {
    padding: 20px 0px 20px 0px;
}

.chapter { 
    font-weight: bold;
    margin-left: 3.5em;
    text-indent: -3em;
}

.indentback {
    margin-left: 2rem;
}

.indentback-1 {
    margin-left: 3rem;
    padding-top: 10px;
}

.indentback-2 {
    margin-left: 6rem;
    padding-top: 10px;
}

.list {
    margin-left: 1.4em;
    text-indent: -1.4em;
}

.font1 {
    font-size: 12px;
}

.annotation {
    margin-left: 4em;
    text-indent: -4em;
}

.title {
    font-size: 36px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: bold;
    margin-top: 45px;
}

.decolation_a {
    color: #c45331;
    text-decoration: underline #c45331 1px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {

    .privacy-top-text {
        font-size: 16px;
        line-height: 1.8;
        margin: 20px 0 30px;
    }
    .privacy {
        margin: 0 24px;
    }
    .privacy-text {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 20px;
    }
    
    .privacy-title {
        font-weight: bold;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 10px;
    }
}