@charset "UTF-8";
/**
 * ½ÌÓý
 *
 */
 
.graduate .elem1 {
width: 100%;
height: 590px;
position: relative;
overflow: hidden;
margin-bottom: 80px; }

.graduate .elem1 figcaption span,
.doctor-master .elem1 figcaption span {
position: absolute;
right: 40px;
bottom: 40px;
padding-left: 40px; }

.graduate .point-list-item:first-child {
float: left;
margin-right: 3.125%;
width: 48%; }

.graduate .point-list-item:last-child {
float: right;
margin-right: 0;
width: 48%; }

@media screen and (max-width: 1200px) {
.graduate .elem1 {
height: 680px; }
}

@media screen and (max-width: 767px) {
.graduate .elem1 {
width: 100%;
height: auto;
position: relative;
overflow: visible;
margin-bottom: 60px; }
		
.graduate .elem1 figcaption span {
position: relative;
right: auto;
bottom: auto;
padding-left: 0px; }

.graduate .elem2 div, .doctor-master .elem2 div {
margin-bottom: 30px;
}
}
