@charset "utf-8";

/* -------------------------------------------------
	#study
------------------------------------------------- */

#study ul {
	margin-top: 1.8em;
	margin-bottom: 1.8em;
}

#study .detail-photo{
	display: flex;
	margin-top: 0;
	}
#study .detail-photo li{
	width: 40%;
	}
#study .detail-photo li{
	margin-right: 20px;
	}
#study .detail-photo li:last-child{
	margin-right: 0px;
	}

#study .detail-list a {
    color: #4092c1;
    border-bottom: 1px solid #4092c1;
}

@media print, screen and (min-width:768px) {
	#study .h-leftBorder {
		margin-bottom: 50px;
	}
}

@media print, screen and (max-width:767px) {
	#study .detail-photo{
		justify-content: center;
	}
}

/* -------------------------------------------------
	#card
------------------------------------------------- */

#card dl {
	margin-top: 1.8em;
}

#card a {
	color: #0d6fb8;
	text-decoration: underline;
}

@media print, screen and (min-width:768px) {
	#card a:hover {
		text-decoration: none;
	}
}

@media print, screen and (min-width:768px) {
	#card .h-leftBorder {
		margin-bottom: 50px;
	}
}

