.chart-container {
	width: 80%;
	margin: 0 auto 4vh
}

.chart-container img {
	width: 100%
}

.chart-container--wid {
	width: 100%;
	margin: 0 auto 4vh
}

.chart-container--wid img {
	width: 100%
}


.chart-department {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}
.chart-department em {
	padding: 6px 20px;
	color: #fff;
	font-style: normal;
	font-size: 115%;
	text-align: center;
	line-height: 1.3;
}
.chart-department em.pt {
	background: #FFF;
}
.chart-department em.pt {background: #72598a;}
.chart-department em.ap {background: #bb5454;}
.chart-department em.mt {background: #0068aa;}
.chart-department em.hs {background: #cd3924;}
.chart-department em.hn {background: #e38000;}
.chart-department span {
	margin-left: 5px;
	margin-right: 5px;
}
@media screen and (max-width: 768px) {
	.chart-department {
		margin-bottom: 15px;
	}
	.chart-department em {
		padding: 3px 5px;
		font-size: 95%;
		flex-grow: 1;
	}
	.chart-department span {
		margin-left: 3px;
		margin-right: 3px;
	}
}

.study-intro-title {
	margin-bottom: 4vh;
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.study-intro-title span {
	display: inline-block;
	color: #666;
	font-size: 2.4rem;
	line-height: 1.7;
	letter-spacing: .2em;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	position: relative;
	background: linear-gradient(transparent 70%, #f6e4e4 70%);
	
}

/*.study-intro-title span::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: .25em;
	width: 100%;
	height: 10px;
	background: rgba(250, 226, 226, .7);
	z-index: -1
}*/

.study-intro-content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6vh
}

.study-intro-content .study-intro-text {
/*	width: 45%*/
	width: 60%
}

.study-intro-content .study-intro-text>:last-child {
	margin-bottom: 0
}

.study-intro-content .study-intro-text .study-intro-teacher {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 3vh
}

.study-intro-content .study-intro-text .study-intro-teacher .teacher-name {
	width: 45%;
	font-size: 1.3rem;
	line-height: 1.7
}

.study-intro-content .study-intro-text .study-intro-teacher .teacher-name b {
	font-size: 1.6rem;
	font-weight: 700
}

.study-intro-content .study-intro-text .study-intro-teacher .teacher-photo {
	width: 45%
}

.study-intro-content .study-intro-text .study-intro-teacher .teacher-photo img {
	width: 100%
}

.study-intro-content .study-intro-text .paragraph {
	text-align: justify
}

.study-intro-content .study-intro-img {
/*	width: 50%*/
	width: 36%
}

.study-intro-content .study-intro-img img {
	width: 100%
}
.study-intro-content .study-intro-img .notes-list {
	margin-top: 15px;
	margin-bottom: 0;
}

.study-intro-content+.study-intro-title {
	border-top: 4px dotted #f0acad;
	padding-top: 5vh
}

.point-content table.table-std caption {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 1vh
}

.point-content table.table-std caption span {
	font-size: 1.3rem;
	font-weight: 400
}

.point-content .paragraph.mb10 {
	margin-bottom: 10px
}

.point-content>:last-child {
	margin-bottom: 0
}

.point-content.before-topics::before {
	content: "TOPICS"
}

.press-release-list {
	border-top: 1px solid #ccc;
	margin-bottom: 4vh
}

.press-release-list>li>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.5rem;
	padding: 10px;
	border-bottom: 1px solid #ccc
}

.press-release-list>li>a .content-head {
	width: 7em;
	display: flex;
	flex-direction: column;
	align-items: center
}

.press-release-list>li>a .content-head .date {
	font-weight: 700
}

.press-release-list>li>a .content-head .category {
	width: 100%;
	margin-top: 5px;
	display: flex;
	justify-content: center;
	background: rgba(240, 172, 173, .5);
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1;
	padding: 5px 0
}

.press-release-list>li>a .content-title {
	width: calc(100% - 10em);
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

table.table-std+.band-title {
	margin-top: 8vh
}

.effort table.table-std a[href$=".pdf"] {
	padding-left: 0
}

.effort table.table-std a[href$=".pdf"]::before {
	content: none
}

.border-content {
	border: 5px solid #fae2e2;
	padding: 25px;
	margin-bottom: 4vh
}

.border-content>:last-child {
	margin-bottom: 0
}

.regulation a.link_btn {
	display: flex;
	align-items: center;
	padding: 0 60px 0 20px;
	height: 11vh;
	min-height: 80px
}

@media screen and (max-width:1024px) and (orientation:portrait) {
	.chart-container {
		width: 100%;
		max-width: 400px
	}

	.study-intro-title {
		margin-bottom: 2vh
	}

	.study-intro-title span {
		font-size: calc(1rem + 1.6vw)
	}

	.study-intro-content {
		flex-direction: column
	}

	.study-intro-content .study-intro-text {
		width: 100%
	}

	.study-intro-content .study-intro-text>:last-child {
		margin-bottom: 4vh
	}

	.study-intro-content .study-intro-text .study-intro-teacher .teacher-name {
		width: 50%
	}

	.study-intro-content .study-intro-img {
		width: 100%
	}

	.press-release-list>li>a .content-title {
		width: calc(100% - 8em)
	}
}