.title-closeup{
	margin-bottom: 30px;
	color: #002F7B;
	font-size: 157.1428%; /* 22px */
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.title-closeup .inner{
	display: inline-block;
	padding: 22px 33px;
	position: relative;
}
.title-closeup .inner:before,
.title-closeup .inner:after{
	content: "";
	display: block;
	position: absolute;
	margin: auto;
}
.title-closeup .inner:before{
	top: 0;
	right: 10px;
	bottom: 10px;
	left: 0;
	border-right: 2px solid #002F7B;
	border-bottom: 2px solid #002F7B;
}
.title-closeup .inner:after{
	top: 10px;
	right: 0;
	bottom: 0;
	left: 10px;
	border-top: 2px solid #002F7B;
	border-left: 2px solid #002F7B;
}
.title-closeup.type_w{
	color: #ffffff;
}
.title-closeup.type_w .inner:before,
.title-closeup.type_w .inner:after{
	border-color: #ffffff;
}
body.closeup .desc_c-box{
	background-image: url("../images/closeup/shinshu-u-eccm/desc-image.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
body.closeup .desc_c-box:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
}
body.closeup .desc_c-box .inner-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.desc_c-box .titles{
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 257.1428%; /* 36px */
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.title-label{
	margin-bottom: 15px;
	display: flex;
	align-items: flex-start;
}
.title-label .labels{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	margin-right: 15px;
	color: #002F7B;
	position: relative;
	box-sizing: border-box;
}
.title-label .labels:before,
.title-label .labels:after{
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	z-index: 1;
}
.title-label .labels:before{
	top: 0;
	right: 8px;
	bottom: 8px;
	left: 0;
	border-right: 1px solid #002F7B;
	border-bottom: 1px solid #002F7B;
}
.title-label .labels:after{
	top: 8px;
	right: 0;
	bottom: 0;
	left: 8px;
	border-top: 1px solid #002F7B;
	border-left: 1px solid #002F7B;
}
.title-label .labels .inner{
	display: inline-block;
	font-size: 135.71428%; /* 19px */
	line-height: 1.1;
	position: relative;
	z-index: 2;
}
.title-label .labels .inner .num{
	font-size: 173.68421%; /* 33px */
	font-weight: bold;
}
.title-label .text{
	flex: 1;
	display: inline-block;
	color: #002F7B;
	font-size: 171.42857%; /* 24px */
	font-weight: bold;
	line-height: 1.5;
}
.scroller_c-box .anchors{
	margin-bottom: 25px;
	color: #002F7B;
	font-size: 85.7142%; /* 12px */
	text-align: center;
}
.scroller_c-box .anchors .inner{
	display: inline-block;
	padding-bottom: 35px;
	background-image: url("../images/closeup/shinshu-u-eccm/anchor-scroller.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 32px;
}
.scroller_c-box .items .captcha{
	overflow: auto;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
}
.scroller_c-box .items .captcha img{
	width: 100%;
	height: auto;
}
.point_c-box{
	margin-bottom: 60px;
}
.point_c-box .titles-box{
	margin-bottom: 30px;
}
.movie_edit-box{
	margin-bottom: 60px;
}
.movie_edit-box .text-box .titles{
	margin-bottom: 5px;
	color: #002F7B;
	font-size: 128.5714%; /* 18px */
	font-weight: bold;
	line-height: 1.72;
}
.movie_edit-box .text-box .text{
	margin-bottom: 0;
}
.movie_edit-box .image-box .wrapper{
	display: block;
	color: #ffffff;
	position: relative;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}
.movie_edit-box .image-box a.wrapper:hover{
	opacity: 0.6;
}
.movie_edit-box .image-box .innerbox{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 1;
	background-color: rgba(0,0,0,0.5);
	transition-duration: 0.3s;
	opacity: 0;
}
.movie_edit-box .image-box .wrapper.show .innerbox{
	opacity: 1.0;
}
.movie_edit-box .image-box .innerbox .btns{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 96px;
	height: 94px;
	position: relative;
}
.movie_edit-box .image-box .innerbox .btns:before,
.movie_edit-box .image-box .innerbox .btns:after{
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	z-index: 1;
}
.movie_edit-box .image-box .innerbox .btns:before{
	top: 0;
	right: 9px;
	bottom: 9px;
	left: 0;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.movie_edit-box .image-box .innerbox .btns:after{
	top: 9px;
	right: 0;
	bottom: 0;
	left: 9px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.movie_edit-box .image-box .innerbox .btns .inner{
	display: inline-block;
	padding-bottom: 25px;
	font-size: 157.1428%; /* 22px */
	line-height: 1.1;
	position: relative;
	z-index: 2;
	background-image: url("../images/closeup/shinshu-u-eccm/anchor-play.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 23px;
}
.comment_c-box{
	padding: 30px 20px;
	background-color: #F2F2F2;
}
.comment_c-box .image{
	margin-bottom: 0;
	line-height: 0;
}
.comment_c-box .titles{
	margin-bottom: 20px;
	color: #002F7B;
	font-size: 142.857%; /* 20px */
	line-height: 1.5;
}


@media print, all and (min-width: 641px) {
	.point_c-box .titles-box{
		display: flex;
	}
	.point_c-box .titles-box .labelbox{
		width: 372px;
		margin-right: 20px;
	}
	.point_c-box .titles-box .textbox{
		flex: 1;
	}
	.scroller_c-box .pcbox{
		float: left;
		width: 663px;
	}
	.scroller_c-box .pcbox .captcha{
		max-height: 732px;
	}
	.scroller_c-box .spbox{
		float: right;
		width: 240px;
	}
	.scroller_c-box .spbox .captcha{
		max-height: 523px;
	}
	body.closeup .desc_c-box .inner-wrapper{
		height: 715px;
	}
	.movie_edit-box{
		margin-bottom: 60px;
		display: flex;
		align-items: flex-end;
	}
	.movie_edit-box .image-box{
		width: 715px;
	}
	.movie_edit-box.type_left .image-box{
		margin-right: 25px;
		order: 1;
	}
	.movie_edit-box.type_right .image-box{
		margin-left: 25px;
	}
	.movie_edit-box.type_left .text-box{
		order: 2;
	}
	.movie_edit-box .text-box{
		flex: 1;
	}
	.comment_c-box{
		position: relative;
	}
	.comment_c-box .image{
		position: absolute;
		bottom: 0;
		left: 25px;
	}
	.comment_c-box .titles{
		margin: 0 0 20px 150px;
	}
	.comment_c-box .text{
		margin: 0 0 0 150px;
	}
}

@media only screen and (max-width: 640px) {
	.title-closeup{
		margin-bottom: 20px;
		font-size: 142.857%; /* 20px */
	}
	.desc_c-box .titles{
		font-size: 171.42857%; /* 24px */
	}
	.scroller_c-box .anchors{
	}
	.scroller_c-box .pcbox{
		margin-bottom: 25px;
	}
	body.closeup #content .desc_c-box .inner-wrapper{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.scroller_c-box .items .captcha{
		margin-right: auto;
		margin-left: auto;
	}
	.scroller_c-box .items.pcbox .captcha{
		max-height: 250px;
		margin-right: 10px;
		margin-left: 10px;
		overflow: auto;
	}
	.scroller_c-box .items.spbox{
		display: none;
	}
	.comment_c-box{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.comment_c-box .image{
		float: left;
		width: 50px;
	}
	.comment_c-box .titles{
		margin-bottom: 30px;
		margin-left: 70px;
		padding-top: 15px;
	}
	.comment_c-box .text{
		clear: both;
	}
	.title-label .text{
		padding-top: 10px;
		font-size: 142.857%; /* 20px */
	}
	.movie_edit-box .text-box{
		margin-bottom: 15px;
	}
}