@charset "utf-8";
/* CSS Document */

#lower-image {
	background: url(../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#lower-contents #main-contents .outline > *:last-child {
	margin-bottom: 0;
}

#lower-contents #main-contents .page-link {
	margin-bottom: 40px;
}




/* new-staff ----------*/

#main-contents #new-staff {
	
}

#main-contents #staff-schedule {
	margin-bottom: 40px !important;
}

#main-contents #staff-schedule section {
	width: 100%;
	min-width: 700px;
	margin-bottom: 1px;
	margin-left: 25px;
	position: relative;
}

#main-contents #staff-schedule section:after {
	position: absolute;
	content: '';
	width: 25px;
	height: 100%;
	top: 0;
	right: -25px;
}

#main-contents #staff-schedule section h1 {
	display: inline-block;
	width: 200px;
	background-color: rgba(171,206,98,0.8);
	vertical-align: top;
	box-sizing: border-box;
}

#main-contents #staff-schedule section h1 a {
	display: block;
	height: 50px;
	padding: 0 20px;
	font-size: 1.3rem;
	line-height: 50px;
	text-decoration: underline;
}

#main-contents #staff-schedule section h1 {
}

#main-contents #staff-schedule section .month-wrap {
	position: relative;
	display: inline-block;
	width: calc(100% - 200px);
	vertical-align: top;
}

#main-contents #staff-schedule section .month-wrap .arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 10px;
	margin: auto;
	background-color: #8DB737;
}

#main-contents #staff-schedule section .month-wrap .arrow-half {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 10px;
	margin: auto;
	text-align: center;
	background-color: #bcd48a;
}

#main-contents #staff-schedule section .month-wrap .arrow:after {
	position: absolute;
	top: -7px;
	right: -20px;
	width: 0;
	height: 0;
	content: "";
	border: 12px solid transparent;
	border-left: 12px solid #8DB737;
}

#main-contents #staff-schedule section .month-wrap .arrow-half:after {
	position: absolute;
	top: -7px;
	right: -20px;
	width: 0;
	height: 0;
	content: "";
	border: 12px solid transparent;
	border-left: 12px solid #bcd48a;
}

#main-contents #staff-schedule section ul {
	overflow: hidden;
}

#main-contents #staff-schedule section li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: calc(8.3333333% - 1px);
	height: 50px;
	margin: 0 0 0 1px;
	font-size: 1.2rem;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: 0.5px;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	-moz-text-orientation: upright;
	text-orientation: upright;
}

#main-contents #staff-schedule section li.on {
	background-color: rgba(171,206,98,0.8);
}

#main-contents #staff-schedule section li.off {
	background-color: #efefef;
}

#main-contents #staff-schedule section li.half {
	background-color: rgba(171,206,98,0.4);
}


#main-contents #staff-schedule .schedule-preceptorship .arrow {
	left: 1px;
	width: calc(100% - 10px);
}

#main-contents #staff-schedule .schedule-mynote .arrow {
	left: 1px;
	width: calc(41.6666665% - 10px);
}

#main-contents #staff-schedule .schedule-mynote .arrow-half {
	left: calc(41.6666665% + 1px);
	width: calc(58.3333331% - 10px);
}

#main-contents #staff-schedule .schedule-program .arrow {
	left: 1px;
	width: calc(16.6666666% - 10px);
}

#main-contents #staff-schedule .schedule-presentation .arrow-half {
	left: calc(8.3333333% + 1px);
	width: calc(41.6666665% - 10px);
}



#main-contents #staff-schedule .month h1 {
	background: none;
	text-indent: -9999px;
}

/* #main-contents #staff-schedule .month h1,
#main-contents #staff-schedule .month li {
	height: 30px;
} */





#main-contents #new-staff .staff-box {
	overflow: hidden;
}

#main-contents #new-staff .staff-box div {
	display: table;
	margin: 10px 0 30px;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.2);
}

#main-contents #new-staff .staff-box #backup {
	width: 100%;
	max-width: 700px;
	margin: 20px auto;
	text-align: center;
}

#main-contents #new-staff .staff-box div h5 {
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: bold;
}

#main-contents #new-staff .staff-box #triangle {
	width: 100%;
	max-width: 250px;
	margin: 20px auto;
}

#main-contents #new-staff #program div {
	display: block;
}



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

#main-contents #study div {
	margin-bottom: 30px;
}



/* presentation ----------*/

#main-contents #presentation figure {
	margin-bottom: 20px;
}



/* organization ----------*/


#main-contents #organization .committee {
	position: relative;
	display: table;
	margin: 30px auto 0;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #999;
}

#main-contents #organization .committee:after {
	position: absolute;
	left: -1px;
	right: 0;
	bottom: -31px;
	content: "";
	width: 1px;
	height: 30px;
	margin: auto;
	background-color: #999;
}

#main-contents #organization #group-list {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

#main-contents #organization #group-list li {
	position: relative;
	display: inline-block;
	width: calc(20% - 5px);
	list-style: none;
	border: 1px solid #8DB737;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main-contents #organization #group-list li a {
	display: block;
	padding: 10px 0;
	cursor: pointer;
}

#main-contents #organization #group-list li a:hover {
	background-color: rgba(141,183,55,0.1);
}

#main-contents #organization #group-list li:before {
	position: absolute;
	left: calc(50% - 1px);
	top: -31px;
	content: "";
	width: calc(100% + 8px);
	height: 30px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}

#main-contents #organization #group-list li:last-child:before {
	border-top-color: rgba(0,0,0,0);
}

#lower-contents #main-contents #organization #group-list li p {
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	color: #8DB737;
	margin-bottom: 0;
	line-height: 1.6;
}

#main-contents #organization #group-list li .ballon {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	padding: 20px;
	font-size: 1.2rem;
	vertical-align: bottom;
	z-index: 10;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	-webkit-filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.2));
	-moz-filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.2));
	filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.2));
}

#main-contents #organization #group-list li .ballon:after {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
}



#main-contents #organization dl {
	position: relative;
	display: inline-block;
	width: calc(20% - 8px);
	margin-top: 30px;
	margin-left: calc(20% + 2px);
	padding: 10px;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main-contents #organization dl:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -31px;
	content: "";
	width: 1px;
	height: 30px;
	margin: auto;
	background-color: #999;
}

#main-contents #organization dt {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}

#main-contents #organization dd ul {
	margin: auto;
	text-align: center;
}

#main-contents #organization dd li {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
}


@media screen and (min-width: 768px) {

	/* new-staff ----------*/

	#main-contents .table-outer {
		overflow-x: visible;
	}

	#main-contents #staff-schedule section {
		min-width: 100%;
		margin-left: 0;
	}

	#main-contents #staff-schedule section:after {
		content: none;
	}

	#main-contents #staff-schedule section h1 a {
		font-size: 1.4rem;
	}

	#main-contents #organization #group-list li {
		width: calc(20% - 10px);
	}
	
	#main-contents #organization #group-list li:before {
		width: calc(100% + 14px);
	}

	#lower-contents #main-contents #organization #group-list li p {
		font-size: 1.3rem;
		line-height: 1.8;
	}
	
	#main-contents #new-staff .staff-box #triangle {
		float: right;
		margin: 0;
		margin-left: 30px;
	}

	#main-contents #new-staff .staff-box div ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	/* presentation ----------*/

	#main-contents #presentation figure {
		width: 30%;
		float: right;
		margin: 0;
		margin-left: 30px;
	}
}

@media screen and (min-width: 1280px) {

	/* new-staff ----------*/

	#main-contents #staff-schedule section h1 {
		width: 240px;
	}

	#main-contents #staff-schedule section .month-wrap {
		width: calc(100% - 240px);
	}

	#main-contents #staff-schedule section li {
		writing-mode: horizontal-tb;
	}

	#main-contents #new-staff .staff-box div ul {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}

	/* organization ----------*/


	#main-contents #organization .committee {
		font-size: 1.6rem;
	}
}