@charset "utf-8";

/* privacy */


.page-visual_img .page-img {
	background: url(../images/privacy/page-visual_sp.jpg) center center no-repeat;
	background-size: cover;
}

/* contents
----------------------------------------- */
.privacy-body {
    margin-bottom: 125px;
    padding: 0 25px;
}
.privacy-intro-lead {
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 2.0;
}

.privacy-body-sec {
    margin-bottom: 45px;
}
.privacy-body-sec_ttl {
    margin-bottom: 18px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6;
}
.privacy-body-sec_des {

}
.privacy-body-sec_des p {
    margin-bottom: 25px;
    font-size: 1.4rem;
    line-height: 2.0;
}
.privacy-body-sec_des p:last-child {
    margin-bottom: 0;
}
.privacy-body-sec_num-list {
    margin-bottom: 25px;
}
.privacy-body-sec_num-list:last-child {
    margin-bottom: 0;
}
.privacy-body-sec_num-list li {
    margin-bottom: 8px;
    font-size: 1.5rem;
    line-height: 1.8;
    text-indent: -1.3em;
    padding-left: 1.3em;
}
.privacy-body-sec_dot-list {
    margin-bottom: 25px;
}
.privacy-body-sec_dot-list:last-child {
    margin-bottom: 0;
}
.privacy-body-sec_dot-list li {
    position: relative;
    margin-bottom: 8px;
    font-size: 1.5rem;
    line-height: 1.8;
    padding-left: 16px;
}
.privacy-body-sec_dot-list li::before {
    content: "";
	position: absolute;
	top: 12px;
	left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
}





































/* tablet 560px - 959px */
@media only screen and (min-width: 560px) {

.page-visual_img .page-img {
    background: url(../images/privacy/page-visual_pc.jpg) center center no-repeat;
    background-size: cover;
}

/* contents
----------------------------------------- */
.privacy-body {
    margin-bottom: 145px;
    padding: 0 60px;
}
.privacy-intro-lead {
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 2.0;
}

.privacy-body-sec {
    margin-bottom: 45px;
}
.privacy-body-sec_ttl {
    margin-bottom: 18px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6;
}
.privacy-body-sec_des {

}
.privacy-body-sec_des p {
    margin-bottom: 25px;
    font-size: 1.4rem;
    line-height: 2.0;
}
.privacy-body-sec_des p:last-child {
    margin-bottom: 0;
}
.privacy-body-sec_num-list {
    margin-bottom: 25px;
}
.privacy-body-sec_num-list:last-child {
    margin-bottom: 0;
}
.privacy-body-sec_num-list li {
    margin-bottom: 8px;
    font-size: 1.5rem;
    line-height: 1.8;
    text-indent: -1.3em;
    padding-left: 1.3em;
}
.privacy-body-sec_dot-list {
    margin-bottom: 25px;
}
.privacy-body-sec_dot-list:last-child {
    margin-bottom: 0;
}
.privacy-body-sec_dot-list li {
    position: relative;
    margin-bottom: 8px;
    font-size: 1.5rem;
    line-height: 1.8;
    padding-left: 16px;
}
.privacy-body-sec_dot-list li::before {
    content: "";
	position: absolute;
	top: 12px;
	left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
}



} /* tablet end */





























































/* PC 960px - */
@media only screen and (min-width: 960px) {

.page-visual_img .page-img {
    background: url(../images/privacy/page-visual_pc.jpg) center center no-repeat;
    background-size: cover;
}

/* contents
----------------------------------------- */
.privacy-body {
    max-width: 780px;
    margin: 0 auto 225px;
    padding: 0 40px;
}
.privacy-intro-lead {
    margin-bottom: 70px;
    font-size: 1.6rem;
    line-height: 2.0;
}

.privacy-body-sec {
    margin-bottom: 60px;
}
.privacy-body-sec_ttl {
    margin-bottom: 18px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.6;
}
.privacy-body-sec_des {

}
.privacy-body-sec_des p {
    margin-bottom: 25px;
    font-size: 1.6rem;
    line-height: 2.0;
}
.privacy-body-sec_des p:last-child {
    margin-bottom: 0;
}
.privacy-body-sec_num-list {
    margin-bottom: 25px;
}
.privacy-body-sec_num-list:last-child {
    margin-bottom: 0;
}
.privacy-body-sec_num-list li {
    margin-bottom: 8px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-indent: -1.3em;
    padding-left: 1.3em;
}
.privacy-body-sec_dot-list {
    margin-bottom: 25px;
}
.privacy-body-sec_dot-list:last-child {
    margin-bottom: 0;
}
.privacy-body-sec_dot-list li {
    position: relative;
    margin-bottom: 8px;
    font-size: 1.6rem;
    line-height: 1.8;
    padding-left: 16px;
}
.privacy-body-sec_dot-list li::before {
    content: "";
	position: absolute;
	top: 13px;
	left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
}

} /* PC end */





























































/* PC:1201px - */
@media only screen and (min-width: 1201px) {


} /* PC end */
