@charset "utf-8";
@import url("page.css");
/* CSS Document */
#title {
	background-image: url(../images/profile/title_sp.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 98.36%;
	height: 0;
	width: 100%;
}

#lecturer {
	background-image: url(../images/profile/lecturer_sp.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 50px auto;
	padding-top: 76.68%;
	height: 0;
	width: 96%;
}
#profile {
	margin: 50px 0 100px;
	width: 100%;
}

#profile dl {
	display: block;
	margin: 50px auto;
	width: 90%;
}

#profile dt {
	font-size: 18px;
	font-weight: 600;
	color: #E14508;
	margin-bottom: 0.5em;
	padding-left: 1em;
}
#profile dt::before {
	content: "◇";
	margin-left: -1.4em;
	padding-right: 0.4em;
}

#profile dd {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 2em;
	padding-left: 1.4em;
}

#profile ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 90%;
}

#profile ul li {
	font-size: 16px;
	display: block;
}
#profile ul li a {
	padding: 25px 10px;
}

#profile div {
	display: block;
	margin: 50px auto;
	width: 96%;
}

#history {
	margin: 50px 0;
	width: 100%;
}

#history dl {
	font-size: 16px;
	margin: 0 auto;
	width: 96%;
}

#history dt {
	font-weight: 600;
}
#history dd {
	margin: 0.5em 0 2em;
}

#history p {
	background-image: url(../images/profile/ct_history_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 60px auto;
	padding-top: 28.86%;
	height: 0;
	width: 94%;
}
@media only screen and (min-width: 769px) {
#title {
	background-image: url(../images/profile/title.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 0;
	height: 562px;
	width: 1300px;
}

#lecturer {
	background-image: url(../images/profile/lecturer.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 100px auto;
	padding-top: 0;
	height: 754px;
	width: 712px;
}

#profile {
	margin: 100px auto;
	width: 1300px;
}

#profile dl {
	width: 574px;
}

#profile ul {
	width: 574px;
}

#profile li a:hover {
	opacity: 0.7;
}

#profile div {
	display: block;
	margin: 100px auto;
	width: 712px;
}


#history {
	margin: 100px auto;
	width: 1300px;
}

#history dl {
	width: 650px;
}
#history p {
	background-image: url(../images/profile/ct_history.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 100px auto;
	padding: 0;
	height: 99px;
	width: 764px;
}
}