@charset "UTF-8";
/*----------------------------
	Access
----------------------------*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*----------------------------
	work
----------------------------*/
li span {
/*	margin-left: 10px;*/
}
.ac {
	margin-bottom: 8px;
}
.b-m .ac {
    margin-bottom: 0;
    padding-bottom: 0;
}
.ac label.acc_work {
	display: block;
	position: relative;
	margin: 0;
	font-weight: 500;
	box-sizing: border-box;
	padding: 12px 0;
	color: #FFF;
	font-size: 13px;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-align: left;
	width: 100%;
	transition: .2s;
	cursor: pointer;
	border-radius: 2px;
	padding-left: 16px;
}
.ac label:after {
	content: '\025bc';
	padding-left: 8px;
	position: absolute;
    top: 12px;
    right: 16px;
}
.cssacc:checked + label:after {
	content: '\025b2';
}
.ac label.acc_c {
	background: #ED7F9D;
}
.ac label.acc_h {
	background: #F1906E;
}
.ac label.acc_cl {
	background: #73C4A9;
}
.ac label.acc_m {
	background: #B369A7;
}
.ac label.acc_oc {
	background: #346dd8;
}
/*----------------------------
	50th
----------------------------*/
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 32px;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 801px) {
	.ac_content .left{
		width: 49%;
		float: left;
	}
	.ac_content .right{
		width: 49%;
		float: right;
	}
	.ac_content .left table.curriculum th,
	.ac_content .left table.curriculum td,
	.ac_content .right table.curriculum th,
	.ac_content .right table.curriculum td{
		font-size: 10px;
	}
}