@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);
$font-cn: "Noto Sans SC", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
/*  =============================
	awwards
=============================  */

#project_contents {
	padding-bottom: 0;
	margin-bottom: 0;
}
#project_contents ul.lang-btn li {
	list-style: none;
	margin-top: 0;
}
#project_contents section {
	margin-bottom: 30px;
}
#project_contents h3 {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #a7d31c;
}
#project_contents h4 {
	padding: 3px 10px;
	display: inline-block;
	margin-bottom: 5px;
	color: #000;
	font-size: 1em;
	background: #eeeeee;
}

#project_contents a.ouboyousi {
	display: block;
	width: 210px;
	margin: 15px 0;
	margin-left: auto;
}
#project_contents .project-seat {
	margin-bottom: 15px;
	padding: 20px;
	background: #f5f5f5;
}
#project_contents .project-seat .label {
	font-weight: bold;
	margin-bottom: 5px;
}
#project_contents ul li {
	list-style: disc;
	margin-left: 1.5em;
}
#project_contents ul li + li {
	margin-top: 5px;
}
#project_contents ul li.red span {
	color: red;
}
#project_contents .exam,
#project_contents .awards {
	margin-bottom: 15px;
}
#project_contents ul.note {
	margin-top: 10px;
}
#project_contents ul.note li {
	list-style: none;
	margin-left: 1em;
	text-indent: -1em;
}
#project_contents .awards .title {
	position: relative;
	padding-left: 0.8em;
	font-size: 1.1em;
}

#project_contents .awards .title::before {
	position: absolute;
	top: 6px;
	left: 0;
	content: "";
	width: 7px;
	height: 7px;
	background: #a7d31c;
}
#project_contents .awards p {
	padding-left: 0.8em;
}

a.ouboyousi:hover {
	opacity: 0.5;
}
.ouboyousi img {
	width: 100%;
	height: auto;
}

.notoSansSC {
	font-family: ‘Noto Sans SC’, sans-serif !important;
}
