@charset "UTF-8";

#sub.privacy .subMain {
    background-image: none;
    height: 40vh;
}

#sub.privacy .subMain h1 {
    top: 70%;
}

#sub.privacy .titleENJP .en,
#sub.privacy .titleENJP .jp {
    color: #080a09;
}

#sub.privacy .contact h2.titleENJP span.en {
    color: #fff;
}

.read p {
    font-size: 1.1em;
}

.privacy02 h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.privacy02 ul {
    padding-bottom: 1.4rem;
}

.privacy02 ul li {
    line-height: 1.8;
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0.5em;
}

.privacy02 ul li::before {
    content: "●";
    color: #004080;
    position: absolute;
    left: 0;
    top: .8em;
    font-size: 0.7em;
    line-height: 1;
}

.privacy02 dl dt {
    font-weight: 500;
    color: #003366;
    font-size: 1.1rem;
}

.privacy02 dl dd {
    line-height: 1.8;
    margin-left: 0;
    margin-bottom: .6rem;
    color: #333;
}
.privacy02 dl dd ul li {
    line-height: 1.4;
}
.privacy02 dl dd span {
    margin-bottom: 10px;
    display: inline-block;
}

@media screen and (max-width: 926px) {
    #sub.privacy .subMain {
        height: 25vh;
    }
}

@media screen and (max-width: 559px) {
}

