@charset "utf-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 769px) {
.prList {
width: 100%;
}

.prList li {
text-indent: -1em;
padding-left: 1em;
margin-bottom: 30px;
}



}


/*----------------------------------------------------*/


/*sp*/
@media only screen and (max-width: 768px) {
.prList {
width: 100%;
}

.prList li {
text-indent: -1em;
padding-left: 1em;
margin-bottom: 30px;
}



}