@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
 __Privacy
-----------------------------------------------*/
.Privacy{
    max-width: 880px;
}
.Privacy h2{
    font-size: 1.8rem;
    margin-top: 2em;
    margin-bottom: 0.5em;
}
.Privacy .ListNumIndent2 > li{
    padding-left: 2em;
    text-indent: -2em;
}
.Privacy .ListNumIndent3 > li{
    padding-left: 3em;
    text-indent: -3em;
}
.Privacy .ListIc > li{
    text-indent: 0;
}
.Privacy .ListIc > li::before{
    content: "・";
    font-size: 1.6rem;
    color: #000;
    transform: scale(1.0,1.0);
}

@media only screen and (max-width: 960px) and (orientation:portrait){
.Privacy{
    max-width: 768px;
}
}
@media only screen and (max-width: 960px) and (orientation:landscape){
}

@media only screen and (max-width: 767px) and (orientation:portrait){
}
