@charset "utf-8";

/*==================================================================================================
    共通部分
==================================================================================================*/
.is-pc{ display:block; }
.is-sp{ display:none; }

@media only screen and (max-width: 767px) {
.is-pc{ display:none; }
.is-sp{ display:block; }
}










/*==================================================================================================
    https://www.soai.ac.jp/education/research_project.html
==================================================================================================*/
.p-others-mg { margin-bottom: 30px;}
.p-others-spmg { }

@media only screen and (max-width: 767px) {
    .p-others-mg { margin-bottom: 20px;}
    .p-others-spmg { margin-top: -20px;}
}

/*==================================================================================================
    https://www.soai.ac.jp/education/research_project.html
==================================================================================================*/
.y-end{ color:#ff0000; }
@media only screen and (max-width: 767px) { .y-end{ font-size:1.4rem; line-height: 2.25; }
}