@charset "utf-8";
/*pagetitle*/
.contents .pagetitle {
    background-image: url(../images/title_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*privacy__page*/
.privacy__page{
    margin: 0 auto; 
    padding: 0 4vw;
}
.privacy__page p.paragraph__first{
    margin-bottom: 4vw;
    line-height: 1.6;
    font-size: 1.6rem;
}
.privacy__page dl{
    margin-bottom: 2vw;
}
.privacy__page dt{
    font-size: 1.rem;
    font-weight: bold;
    margin-bottom: 1em;
    position: relative;
    border-bottom: 2px solid #ccc;
    background-color: #f2f2f2;
    padding: 15px;
}
.privacy__page dt::before {
    content: '';
    position: absolute;
    display: block;
    width: 5em;
    border-bottom: 2px solid #0150B5;
    left: 0;
    bottom: 0;
    margin-bottom: -2px;
}
.privacy__page dd{
    line-height: 1.6;
    margin: 0 0 1em 1em;
    font-size: 1.6rem;
} 
.privacy__page dd ul{
    padding-left: 1em;
    margin-top: 1em;
} 
.privacy__page dd li{
    list-style: disc;
    list-style-position: inside;
} 

.privacy__page dd ul li ul li{
    list-style: none;
} 

.privacy__page dl dd dl.privacy__company{
    line-height: 1.6;
    font-size: 1.6rem;
    margin-bottom:2em;
}

.privacy__page dl dd dl.privacy__company dt{
    margin-bottom: 0;
    padding: 0;
    position: inherit;
    background-color: #fff;
    border-bottom: #fff;
    font-weight: normal;
    line-height: 1.6;
    font-size: 1.6rem;
}

.privacy__page dl dd dl.privacy__company dt::before{
    content: '';
    position: inherit;
    display: block;
    width: 0;
    border-bottom: inherit;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
}

.privacy__page dl dd dl.privacy__company dd{
    margin-bottom: 0;
}

.privacy__page dd ul.privacy__use{
    margin-top:1em;
}

.privacy__page dd ul.privacy__use li{
    margin-bottom: 1em;
}

.privacy__page dd ul.privacy__use li ul {
    margin-top:0;
}

.privacy__page dd ul.privacy__use li ul li {
    margin-top:0;
    margin-bottom: 0;
}

/* 480px以上用-タブレット／スマートフォン用 --------------------------------- */
@media screen and (max-width:480px){
.privacy__page dl{
    margin-bottom: 6vw;
}
.privacy__page dt{
    line-height: 1.6;
    padding: 10px 15px;
}
.privacy__page dd{
    margin: 0 0 1em 0;
}

.privacy__page dl dd dl.privacy__company dd{
    padding-left: 1em;
}

}
/* 768px以上用-タブレット用の記述(ipad) ------------------------------------ */
@media screen and (min-width:768px) {
.privacy__page dl{
     margin-bottom: 4vw;
}
.privacy__page dd{
    margin: 0 1em 1em 1em;
}
}
/* 980px以上用（PC用）の記述 ---------------------------------------------- */
@media screen and (min-width: 960px) {
}
/* 1280px以上用（PC用）の記述 --------------------------------------------- */
@media screen and (min-width: 1280px) {
.privacy__page{
    max-width: 1028px; 
}
}