#pagetitle{
	background:url('../images/opencampus/bg_h2.webp') no-repeat top center;
	background-size:cover;
}

#section1{
	min-height:730px;
	background:url('../images/opencampus/bg_section1-2025.webp') no-repeat top center;
	margin:0 auto 100px;
}
#section1 article{
	max-width:480px;
	margin:0 auto;
	position:relative;
}
#keithi{
	position:absolute;
	bottom:0;
	left:-150px;
	width:120px;
}
#section1 h4{
	font-size:36px;
	color:#ef845b;
	border-bottom:5px solid #ef845b;
	text-align:center;
	padding:0 0 15px;
	margin:0 auto 30px;
}
#section1 strong{
	color:#ef845b;
}
#section1 table{
	width:100%;
	margin:50px 0 0 0;
	border:1px solid #59b7b7;
	box-sizing:border-box;
}
#section1 th{
	background:#59b7b7;
	border-bottom:1px solid #fff;
	padding:10px;
	color:#fff;
}
#section1 td{
	border-bottom:1px solid #59b7b7;
	padding:10px;
}
#section2{
	margin:0 auto 100px;
}
#section2 article{
	padding:0 30px;
	width:960px;
	box-sizing:border-box;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#section2 article:after{
	display:none;
}
#section2 article dl{
	width:45%;
	flex:none;
	margin:0 0 50px;
}
#section2 article dl dt{
	font-size:28px;
	text-align:center;
	padding:0 0 15px;
	margin:0 0 15px;
	border-bottom:3px solid #59b7b7;
}
#section3{
	margin:0 auto 100px;
}
#section3 article{
	text-align:center;
}
#section4{
	margin:0 auto 100px;
}
#section4 article{
	text-align:center;
}
#section5{
	margin:0 auto 100px;
}
#section5 img{
	display:block;
	margin:0 auto;
	max-width:100%;
}
#section5 article{
	text-align:center;
}
.nittei ul{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	gap:40px;
	padding:20px 0 0;
}
.nittei ul li{
	width:calc((100% - 40px) / 2);
}
.nittei ul li a{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	height:160px;
	padding:15px;
	text-decoration:none;
	font-size:24px;
	box-sizing:border-box;
	background:#59b7b7;
	color:#fff;
	text-align:center;
	font-weight:bold;
	border-radius:5px;
}
.nittei ul li a:hover{
	opacity:0.6;
}
.nittei ul li a span{
	display:block;
	font-size:20px;
}
#yousu article{
	max-width:960px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	gap:70px 50px;
}
#yousu article a{
	display:block;
	width:calc((100% - 50px) / 2);
	flex:none;
	padding:15px;
	border-radius:15px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	box-sizing:border-box;
	text-decoration:none;
}
#yousu article dt{
	font-size:20px;
	background:#59b7b7;
	border-radius:5px;
	padding:10px;
	color:#fff;
	margin-bottom:20px;
	display:flex;
	justify-content:space-between;
}
#yousu article dt span{
	display:block;
	background:#fff;
	color:#59b7b7;
	border-radius:5px;
	padding:0 10px;
}
#yousu article dd ul{
	padding:0 0 0 30px;
}
.shousai_wrap{
	display:none;
}
.syousai{
	padding:30px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
#cboxContent,#cboxLoadedContent{
	background:#fff !important;
}
.syousai h4{
	font-size:20px;
	background:#59b7b7;
	border-radius:5px;
	padding:10px;
	color:#fff;
	margin-bottom:20px;
	display:flex;
	justify-content:space-between;
}
.syousai h4 span{
	display:block;
	background:#fff;
	color:#59b7b7;
	border-radius:5px;
	padding:0 10px;
}
.photo_comment{
	display:flex;
	gap:40px;
}
.photo_comment ul{
	padding:0 0 40px 30px;
}
.photo_comment table{
	width:100%;
}
.photo_comment th,
.photo_comment td{
	padding:10px;
	border-bottom:1px dotted #59b7b7;
}
.photo_comment th{
	white-space:nowrap;
}
.comment3 a{
	max-width:500px;
	margin:40px auto 0;
	display:block;
	line-height:50px;
	border-radius:25px;
	background:#59b7b7;
	color:#fff;
	text-decoration:none;
	font-size:24px;
	text-align:center;
	display:block;
}