@charset "utf-8";

/*------------------------------
	contents
------------------------------*/
main > section:not(:last-child) {
	padding-bottom: 0;
}
section section {
	padding-top: 30px;
}

h3 {
	margin-bottom: 20px;
}
h4 {
	margin-bottom: 10px;
	font-size: 1.4em;
}

/*------------------------------
	visual
------------------------------*/
#visual {
	height: 80px;
}

#visual h2 {
	font-size: 1.3em;
	line-height: 1.3;
}

#visual h2 b {
	font-size: 1.2em;
	font-weight: normal;
}

/*------------------------------
	purpose
------------------------------*/
#purpose table {
	margin-top: 20px;
}

/*------------------------------
	message
------------------------------*/
#dean_message img.left {
	display: block;
	width: 280px; height: auto;
	margin: auto;
	float: none;
}

#dean_message .content, #dean_message .name {
	margin-top: 10px;
	padding: 0 10px;
	letter-spacing: -1px;
}

#dean_message .content {
	line-height: 1.7;
}
#dean_message .name {
	margin-top: 20px;
}
#dean_message .name span {
	padding-left: 10px;
	font-size: 1.2em;
}

/*------------------------------
	syllabus
------------------------------*/
#syllabus table {
	margin-top: 20px;
}

/* about_content */
#syllabus .about_content ul, #syllabus .about_content li {
	margin: 0;
	list-style: none;
}

#syllabus .about_content ul {
	margin: 20px 0;
	padding: 30px;
	border: solid 1px #e6e6e6;
}
#syllabus .about_content li+li {
	margin-top: 20px;
}
#syllabus .about_content li::before {
	content: '●';
	position: relative;
	top: -2px;
	margin-right: 5px;
	color: #00873b;
	font-size: 0.7em;
}

/* target_student */
#syllabus .target_student p {
	margin-top: 25px;
}

#syllabus .target_student table small {
	padding-left: 5px;
}

/* links */
#syllabus .links table td {
	padding: 10px;
}

#syllabus .links a {
	position: relative;
	display: block;
	padding: 7px 0;
	border: 1px solid #00873b;
	color: #00873b;
	text-align: center;
	text-decoration: none;
	transition: 0.5s ease;
}

#syllabus .links a::before,
#syllabus .links a::after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(0, -50%);
}
#syllabus .links a::before {
	background-image: url(/img/arrow_right_green.png);
	width: 9px; height: 14px;
	left: 10px;
}
#syllabus .links a::after {
	background-image: url(/img/icon_pdf.png);
	width: 21px; height: 22px;
	right: 20px;
}

#syllabus .links a+a {
	margin-top: 10px;
}

/* links blank */
#syllabus .links .not_link {
	position: relative;
	display: block;
	padding: 6px 0;
	border: 1px solid #828282;
	color: #7b7b7b;
	text-align: center;
	text-decoration: none;
}

#syllabus .links .not_link::before,
#syllabus .links .not_link::after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(0, -50%);
}
#syllabus .links .not_link::before {
	background-image: url(/img/arrow_right_gray.png);
	width: 11px; height: 16px;
	left: 20px;
}

#syllabus .links a+a,
#syllabus .links a+.not_link,
#syllabus .links .not_link+.not_link,
#syllabus .links .not_link+a {
	margin-top: 10px;
}

/* compulsory */

/* select */
#syllabus .select h4 small {
	padding-left: 10px;
	font-size: 0.7em;
	font-weight: normal;
}
#syllabus .select table td.title {
	padding-bottom: 5px;
	border-bottom: 0;
}
#syllabus .select table td.title+td {
	padding-top: 0;
}