@charset "UTF-8";

/* management
----------------------------------------------- */

.seminar-sample{padding: 12vw 0}




/* =============================================
pc-size 
================================================*/
@media screen and (min-width: 736px) { 

.seminar-sample{padding: 80px 0}
.intro{margin-bottom: 150px;}
}




/* =============================================
 retina-size
================================================*/
@media screen and (min-width: 736px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 736px) and (min-resolution: 2dppx) {


}

