@charset "UTF-8";

/* CSS Document */

/*PC*/
@media print, screen and (min-width: 768px) {



/*sec01*/
.sec01 { width: 100%; padding: 150px 0 200px; text-align: center; min-width: 1000px;}
.sec01 h3 { font-size: 3.6rem; margin: 0 0 10px;}
.sec01 p { font-size: 1.6rem;}











}



/*sp*/
@media only screen and (max-width: 767px) {



/*sec01*/
.sec01 { width: 100%; padding: 80px 0 100px; text-align: center;}
.sec01 h3 { font-size: 3.6rem; margin: 0 0 20px;}
.sec01 p { font-size: 1.6rem;}









}





