/* CSS Document */

/* ======================================================= */
/* About Index */

/* ======================================================= */
/* Greetings */

/* ======================================================= */
/* Facillity */

.facillityBox{
	
}

.facillityTitle{
	font-size: 18px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 2px solid #ccc;
	font-weight: 800;
	
}

/* ======================================================= */
/* Curriculum */

.table-aboutShourei td{
	text-align: center;
}

/* ======================================================= */
/* LPP */

.lppBox{

	border: 1px solid #888;
	border-radius: 2px;
	background-color: #eeebe5;
	padding: 20px;
	margin-bottom: 30px;
}
.pageContent .lppBox h3{
	margin-left: 0;
	border:none;
	border-bottom: 1px dotted #333;
	margin-bottom: 15px;
}
.lppBox p:last-child{
	margin-bottom: 0;
}

.photoframe{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.photoframe>div{
	width: 32%;
}
@media screen and (max-width:767px){
	.photoframe>div{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.osusume{
	display: inline-block;
	padding: 10px 20px;
	border-top:1px solid #9B3E20;
	border-left:1px solid #9B3E20;
	border-right:1px solid #9B3E20;
	background-color: #9B3E20;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color:white;
}
.osusume-list{
	border: 1px solid #9B3E20;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 30px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.osusume-list ul{
	padding:0;
	margin:0;
}
.osusume-list ul li{
	list-style:none;
	position: relative;
	padding-bottom: 5px;
	padding-left: 1.5rem;
}

.osusume-list ul li::before {
	content: "";
	position: absolute;
	display: block;
	top: 7px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #9B3E20;
	border-radius: 50%;
}