@charset "UTF-8";
.policy-title{
width: 80%;
max-width: 275px;
height: auto;
}

.policy dl{
margin-bottom: 50px;
text-align: left;
line-height: 2em;
font-size: 14px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){

}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
}

