.path-top{
	display:inline-block;
	margin-top:1rem;
	margin-bottom:0;
/*	background:rgba(240,240,225,0.2); */
	width:90%;
	max-width:1200px;
	min-width:90%;
	text-align:left;
}
.receiving,
.close{
	display:inline-block;
	width:100%;
	margin:0;
}
.path-top a{
	display:inline-block;
	width:100%;
/*	height:3rem; */
	float:left;
	font-size:0.73rem;
	font-weight:normal;
	padding:0.5rem 1rem;
	margin:0;
	border:none;
}
.path-top li > a{
	background:rgba(39,178,178,0.1);
	border-bottom:1px solid rgba(39,178,178,0.5);
	font-size:0.73rem;
	color:rgba(50,50,50,0.8);
	text-decoration:none;
}
.path-top li{
	list-style-type:none;
}
.pathBox .path,
.pathBox .path a{
	display:inline !important;
	width:auto;
}
.pathBox .path{
	margin:0;
}
.pathBox .path .day{
	display:none;
}

.receiving a:nth-child(odd),
.close a:nth-child(even){
	background:rgba(39,178,178,0.2);
}

#pathBox{
	display:inline-block;
	width:68%;
	margin-right:2%;
	float:left;
	padding-left:0;
	padding-right:0;
	margin-top:0;
	margin-bottom:0;
}
#pathBox li{
	width : -webkit-calc(100% - 2rem) ;
	width : calc(100% - 2rem) ;
}


#wordBox{
/*	background:rgba(240,240,225,0.2); */
	width:29%;
	float:right;
/*	border:1px solid rgba(240,240,225,1); */
	border:1px solid rgba(37,77,124,1);
	background:rgba(240,240,225,0.2);
}
#wordBox a{
	padding:0;
	margin:0;
	color:#000;
	text-decoration:none;
}

#wordBox h3{
	color:rgba(121,121,106,0.8);
/*	background:rgba(121,121,106,0.2);
	background:rgba(37,77,124,1); */
	color:rgba(37,77,124,1);
	font-size:0.86rem;
	border-bottom:1px dotted rgba(37,77,124,1);
	height:auto;
	margin:0.5rem;
	margin-bottom:0.75rem;
	padding:3px 2%;
	width:91%;
	font-weight:normal;
	font-family: 'Montserrat', sans-serif;

}
#wordBox div{
	display:inline-block;
	width:100%;
	font-size:1.15rem;
	padding:0 0.5rem;
	width : -webkit-calc(100% - 1rem) ;
	width : calc(100% - 1rem) ;
	font-family: 'Poor Story', cursive;
	font-weight:bold;
	font-weight:normal;
	letter-spacing:1px;
}

@media all and (-ms-high-contrast: none){
	#wordBox h3{
		font-size:0.86rem;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#wordBox div{
		font-size:1.05rem;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		letter-spacing:0;
	}
}

#wordBox div span{
	display:inline-block;
	width:100%;
	text-align:left;
	margin-left:0px;
/*	word-break:break-all; */
}
#wordBox div span.translation{
	display:inline-block;
	font-size:0.73rem;
	width:100%;
	color:rgb(80,80,80);
	border-top:1px solid rgba(240,240,225,0.8);
	padding-top:0.5rem;
	margin-top:0.5rem;
}
#wordBox div:nth-child(even) span{
	margin-left:0px;
}
#wordBox .no{
	display:inline-block;
	color:rgba(121,121,106,0.8);
	font-size:0.5rem;
	width:100%;
	text-align:right;
	width : -webkit-calc(100% - 1rem) ;
	width : calc(100% - 1rem) ;
}

@media screen and (max-width: 415px) {
	#wordBox{
		margin-top:1rem;
		width:100%;
		float:none;
	}
	#pathBox{
		width:100%;
		float:none;
	}
}

.new{
	background:rgb(255,0,128);
	display:inline-block;
	padding:1px 5px;
	font-size:0.75rem;
	color:#fff;
	font-weight:normal;
	margin-top:2px;
	margin-right:3px;
	float:left;
}


.edu-index{
	width:94%;
}
.edu-index div{
	float:left;
	width:31%;
	margin-right:3%;
	text-align:left;
}
.edu-index > div:last-of-type{
	margin-right:0%;
}
.edu-index h2{
	color:rgb(39,178,178);
	font-size:1.5rem;
	margin-bottom:0;
}
.edu-index h2 a{
	color:rgb(39,178,178);
	text-decoration:none;
	margin-bottom:0.5rem;
}
.edu-index i{
	margin-right:5px;
}
.edu-index h3{
	color:rgb(0,0,0);
	font-size:1rem;
	margin-bottom:0.5rem;
}
.edu-index ul{
	list-style-type:none;
	margin-top:0;
	padding-top:0;
	padding-left:1rem;
}
.edu-index li{
	padding-bottom:0.5rem;
	border-bottom:1px dotted #e0e0e0;
	padding-top:0.5rem;
	line-height:1.1rem;
	display:inline-block;
	width:100%;
}
.edu-index li i{
	margin-left:-1rem;
	font-size:0.75rem;
}
.edu-index li a{
	color:rgb(39,178,178);
	text-decoration:none;
}
.edu-index .day{
	font-size:0.75rem;
	color:#666;
	float:none;
	display:block;
	width:100%;
}
.edu-index .list-com,
.pathBox .list-com{
	display:none;
}

@media screen and (max-width: 415px) {
	.edu-index div{
		float:none;
		width:100%;
		margin-right:0;
	}
	#contact dt,
	#contact dd{
		width:100%;
		float:none;
	}
	#contact dd{
		padding-left:5%;
		width:95%;
	}
	#contact dd dl dt,
	#contact dd dl dd{
		width:100%;
		float:none;
	}
	#contact dd dl dt{
		margin-bottom:0;
	}
	#contact dd dl dd{
		padding-left:5%;
		width:90%;
		margin-top:0;
	}
}

.eduPath{
	margin-bottom:-1rem;
	display:inline-block;
	font-size:83%;
	background:#fafafa;
	padding:1rem;
}
.eduPathBox,
.eduPathBox-noSelect{
	float:left;
	margin-right:15px;
	width:calc(25% - 15px);
}
.eduPathBox-noSelect a{
	color:rgb(39,178,178);
}
.eduPathBox select::-ms-expand {
	display: none;
}

.eduPathBox:last-of-child{
	margin-right:0;
}
.eduPathBox select{
	width:calc(100%);
	font-size:90%;
	padding:5px;
	padding-right:15px;
	border:1px solid rgb(39,178,178);
}

.eduPathBox{
	position:relative;
}
.eduPathBox option{
}
.eduPathBox::after{
	position: absolute;
	bottom: 0.5rem;
	right: 3%;
	content: "▼";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	color:rgb(39,178,178);
	font-size:100%;
}
.eduPathBox::after .noSelect{
	content:none;
}




@media screen and (max-width: 415px) {
	.eduPath{
		margin-top:0.5rem;
	}
	.eduPathBox,
	.eduPathBox-noSelect{
		float:none;
		margin-right:0;
		margin-bottom:0.5rem;
		width:100%;
	}
	.eduPathBox:last-of-child{
		margin-bottom:0;
	}
	.eduPathBox select{
		width:100%
	}
}

#p_sch iframe{
	display:inline-block;
	width:100%;
	height:100%;
}

.edu-link{
	width:90%;
	margin:1rem 0;
	text-align:left;
	padding:1rem;
}
.edu-link a{
	display:inline-block;
	background-color:rgb(39,178,178);
	border-radius:10px;
	padding:0.5rem 1rem;
	color:#fff;
	text-decoration:none;
}
#p_sch{
	margin-top:2rem;
	margin-bottom:2rem;
	width:90%;
	height:600px;
}
#c-sub .sch{
	width:100%;
	height:600px;
}
#c-sub .sch iframe{
	width:100%;
	max-width:100%;
	height:600px;
}

.btnBlog img{
	margin-top:2rem;
	width:100%;
}