.noplan {
	border: 8px solid #a80101;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
		font-size: clamp(1.8rem, 2.5vw, 2.8rem);
	line-height: 1.5;
	color:#a80101;
	font-weight: 600;
}
#table-db a {
	color:#0476ae;
}

.phBOX  {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.phBOX li  {
	width: 32.5%;
	margin-bottom: 10px;
}

.dubaiLISTbox {
	display: flex;
	justify-content: space-between;
}
.dubaiLISTbox .thum {
	width: 25%;
}
.dubaiLISTbox .title {
	width: 70%;
}


.schoolph {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.schoolph li {
	width: 49%;
}


.mid {
	font-size: clamp(1.8rem, 2.2vw, 2.2rem);
	font-weight: bold;
}
.yel {
	color:#face02;
}
.markerYEL {
	background: linear-gradient(transparent 60%, #face02 40%);
}

.panfbox {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.innerBLK  {
	padding: 20px 0 0;
}

.panf {
	width: 30%;
}
.banftext {
	width: 65%;
	display: flex;
	flex-direction: column;
  justify-content: center;
}
.textlink {
	color:#0266cc;
}

.shioriTITLE {
	font-size: clamp(1.6rem, 2vw, 2rem);
	font-weight: bold;
	border-bottom: 2px solid #20acb2;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: -10px;
}
.mgB {
	margin-bottom: 20px;
}
.endTITLE  {
	font-size: clamp(1.8rem, 2.5vw, 2.8rem);
	font-family: "Noto Serif JP", serif;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	
}
@media screen and (max-width: 834px){
	
.noplan {
	border: 6px solid #a80101;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
		font-size: clamp(1.8rem, 2.5vw, 2.8rem);
	line-height: 1.5;
	color:#a80101;
	font-weight: 600;
}


.schoolph {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.schoolph li {
	width: 49%;
}


.mid {
	font-size: clamp(1.8rem, 2.2vw, 2.2rem);
	font-weight: bold;
}
.yel {
	color:#face02;
}
.markerYEL {
	background: linear-gradient(transparent 60%, #face02 40%);
}

.panfbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.innerBLK  {
	padding: 20px 0 0;
}

.panf {
	width: 50%;
	margin: auto;
	margin-bottom: 10px;
}
.banftext {
	width: auto;
	display: flex;
	flex-direction: column;
  justify-content: center;
}
.textlink {
	color:#0266cc;
}

.shioriTITLE {
	font-size: clamp(1.6rem, 2vw, 2rem);
	font-weight: bold;
	border-bottom: 2px solid #20acb2;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: -10px;
}
.mgB {
	margin-bottom: 15px;
}
.endTITLE  {
	font-size: clamp(1.7rem, 2.5vw, 2.8rem);
	font-family: "Noto Serif JP", serif;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

html {
    scroll-padding-top: 120px;
}