/* Top */
.top .content-1 {
	background-image: url('../img/top/bg-3.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -74px;
	z-index: 1;
	position: relative;
}
.top .content-1 .cont {
	display: flex;
	align-items: center;
}
.top .content-1 .img {
	width: 51.43%;
	padding: 30px 0 0 30px;
}
.top .content-1 .txt {
	width: 48.57%;
	font-size: 16px;
	font-family: "Yu Mincho",sans-serif;
	padding: 100px 0 0 50px;
}
.top .content-1 .txt .title-1 {
	margin-bottom: 20px;
	letter-spacing: 8px;
}
.top .content-1 .txt .title-1::before {
	content: "\f19d";
	margin-right: 5px;
}
.top .content-1 .txt .desc {
	line-height: 2.1;
	margin-bottom: 2vw;
}
.top .content-2 {
	padding: 40px 0 0 0;
	background-image: url('../img/top/bg-1.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.top .content-2 .title-2 {
	text-align: center;
	margin-bottom: 65px;
	letter-spacing: 10px;
	color: #171d61 !important;
}
.top .content-2 .gallery {
	display: flex;
	justify-content: center;
}
.top .content-2 .gallery .item {
	width: 24.285%;
	margin-right: 2.857%;
}
.top .content-2 .gallery .item:last-child {
	margin-right: 0;
}
.top .content-2 .gallery .item:last-child img {
	border-radius: 7px 7px 0 0;
}
.top .content-2 .gallery .item .txt {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 19px 0 13px 0;
}
.top .content-2 .gallery .item::after {
	content: "";
	width: 100%;
	height: 105px;
	background-image: url(../img/top/shadow.png);
	background-repeat: no-repeat;
	display: block;
	border-radius: 12px 12px 0 0;
}
.top .content-3 {
	background-image: url(../img/top/bg-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0 26px 0;
	background: #fff;
}

.top .content-3 .title-2 {
	text-align: center;
	margin-bottom: 65px;
	letter-spacing: 10px;

}
.top .content-3 .gallery {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
}
.top .content-3 .gallery .item {
	width: 24.285%;
	margin-right: 3.03%;
	margin-bottom: 29px;
}

.top .content-3 .gallery .item img {
	width: 100%;
}
.top .content-3 .gallery .item:nth-child(3n) {
	margin-right: 0;
}
.top .content-3 .gallery .item .txt {
	background-color: #181D60;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	padding: 6px 0;
}
.top .content-3 .gallery .item .txt2 {
    background-color: #87ceeb;
}
.top .content-4 {
	padding: 50px 0 55px 0;
	background-color: #ECF3FB;
	background-image: url(../img/top/bg-2.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.top .content-4:after {
    background-color: #fff;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
.top .content-4 .cont {
	max-width: 1104px;
	position: relative;
    z-index: 10;
}
.top .content-4 .title-1 {
	margin-bottom: 40px;
	letter-spacing: -6px;
}
.top .content-4 .title-1::before {
	content: "\f09e";
	margin-right: 10px;
}
.top .content-4 .news {
	background-color: #fff;
/* 	padding: 44px 49px; */
	padding: 25px 49px;
	max-height: 310px!important;
	overflow-y: scroll;
}
.top .content-4 .news .item {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #000;
	font-family: "Yu Mincho",sans-serif;
	margin-bottom: 11px;
}
.top .content-4 .news .item:last-child {
	margin-bottom: 0;
}
.top .content-4 .news .item .date {
	margin-right: 21px;
}
.top .content-4 .news .item .cate {
	margin-right: 22px;
	padding: 3px 0;
	max-width: 122px;
	width: 100%;
	color: #fff;
	background-color: #E40010;
	text-align: center;
}
.top .content-4 .news .item .title {
	letter-spacing: 3px;
}

.top .content-4 .news .item .cate.cate-news {
	background-color: orange;
}

.top .content-4 .news .item .cate.cate-notice {
	background-color: #A5A5A5;
}
.top .content-4 .news .item .cate.cate-campan {
/* 	background-color: #F8CF2C; */
	background-color: #E40010;
}
.top .content-4 .news .item .cate.cate-others {
    background-color: grey;
}
.top .content-4 .news .item .cate.cate-blog {
    background-color: lightblue;
}
.top .content-4 .news .item .cate.cate-record {
    background-color: green;
}
.top .content-4 .news .item .cate.cate-community {
    background-color: indigo;
}
.top .content-4 .news .item .cate.cate-school {
    background-color: violet;
}

.top .content-5 .cont {
	max-width: 1104px;
}
.top .content-5 {
	padding: 53px 0 50px 0;
}
.top .content-5 .title-1 {
	margin-bottom: 25px;
}
.top .content-5 .title-1::before {
	content: "\f44b";
	margin-right: 6px;
}
.top .content-5 .desc {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-size: 16px;
	margin-bottom: 25px;
}
.top .content-5 .list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.top .content-5 .list .item {
	width: 31.25%;
	margin-right: 2.717%;
	padding: 5px 20px 13px 20px;
	background-color: #ECF3FB;
	border-bottom: 3px solid #098BDE;
	margin-bottom: 62px;
}
.top .content-5 .list .item:nth-child(3n) {
	margin-right: 0;
}
.top .content-5 .list .item .icon {
	text-align: center;
	margin-bottom: 8px;
}
.top .content-5 .list .item .txt {
	font-size: 16px;
	font-weight: 600;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #098bde;
	padding-left: 33px;
	line-height: 1.8;
	position: relative;
	letter-spacing: -1px;
}
.top .content-5 .list .item .txt::before {
	content: "\f054";
	font-size: 25px;
	font-weight: 900;
	margin-right: 12px;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.top .content-5 .list .item .txt span {
	color: #000;
}
.top .content-5 .list .item:last-child {
	margin-bottom: 0;
}
.top .content-5 .list .item:nth-last-child(2) {
	margin-bottom: 0;
}
.top .content-5 .list .item:nth-last-child(3) {
	margin-bottom: 0;
}
.top .content-6 {
	background-color: #F0F0F0;
	padding: 50px 0 0 0;
	margin-bottom: 50px;
}
.top .content-6 .title-3 {
	text-align: center;
	margin-bottom: 55px;
}
.top .content-6 .title-3 img {
	margin: 0 40px 0 35px;
}
.top .content-6 .list {
	display: flex;
	flex-wrap: wrap;
}
.top .content-6 .list .item {
	width: 30%;
	margin-right: 5%;
	background-color: #ECF3FB;
	border: 1px solid #098BDE;
	padding: 28px 20px 33px 20px;
	min-height: 465px;
	margin-bottom: 54px;
	box-shadow: 5px 5px 9px 2px rgba(207,203,203,0.75);
}
.top .content-6 .list .item
.title {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: #098bde;
	margin-bottom: 30px;
	letter-spacing: -1px;
	line-height: 1.4;
}
.top .content-6 .list .item .sub-title {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 23px;
}
.top .content-6 .list .item .desc {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-size: 15px;
	font-weight: 600;
	line-height: 2.3;
}
.top .content-6 .list .item:nth-child(3n) {
	margin-right: 0;
}
.top .content-7 {
	padding: 42px 0 47px 0;
}
.top .content-7 .title-2 {
	margin-bottom: 40px;
}
.top .content-7 .table .item {
	display: flex;
	margin-bottom: 30px;
	background-size: contain;
	background-position: left center;
	margin-right: 50px;
}

.top .content-7 .table .item:nth-child(1) {
	background-image: url(../img/elementary/bg.jpg);
	background-position: 74%;
}
.top .content-7 .table .item:nth-child(2) {
	background-image: url(../img/middle/bg.jpg);
	background-position: 83%;
}
.top .content-7 .table .item:nth-child(3) {
	background-image: url(../img/top/high-school-bg.jpg);
	background-position: 76%;
}
.top .content-7 .table .item:last-child {
	margin-bottom: 0;
}
.top .content-7 .table .item .group {
	width: 15.857%;
	font-family: "ＭＳ Ｐゴシック";
	font-size: 50px;
	color: #171d61;
	background-color: rgba(255 246 133 / 0.2);
	padding: 61px 0px 63px 25px;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.top .content-7 .table .item .info {
	width: 90.143%;
	background-color: #fff;
}
.top .content-7 .table .item .info .top {
	display: flex;
	align-items: flex-start;
}
.top .content-7 .table .item .info
.top .title:first-child {
	border-top-left-radius: 0;
}
.top .content-7 .table .item .info
.top .title {
	font-size: 20px;
	font-weight: 600;
	color: #171d61;
	width: 33.02%;
	text-align: center;
	padding: 15px 0 18px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: rgba(255 246 133 / 0.2);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.top .content-7 .table .item .info .top
 .gap {
	background-color: #fff;
	width: 6px;
	height: 53px;
	border-bottom: 3px solid #FFF685;
}
.top .content-7 .table .item .info
.bottom {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	line-height: 2.1;
	border-right: 3px solid #FFF685;
	border-bottom: 3px solid #FFF685;
	padding: 8px 42px 12px 24px;
}
.top .content-7 .table .item:nth-child(2) .group {
	background-color: rgba(141 216 248 / 0.2);
}
.top .content-7 .table .item:nth-child(2)
.info .top .title {
	background-color: rgba(141 216 248 / 0.2);
}
.top .content-7 .table .item:nth-child(2)
.info .bottom {
	border-right: 3px solid #8DD8F8;
	border-bottom: 3px solid #8DD8F8;
}
.top .content-7 .table .item:nth-child(2)
.info .top .gap {
	border-bottom: 3px solid #8DD8F8;
}
.top .content-7 .table .item:last-child .group {
	background-color:rgba(255 205 123 / 0.2);
}
.top .content-7 .table .item:last-child
.info .top .title {
	background-color: rgba(255 205 123 / 0.2);
}
.top .content-7 .table .item:last-child
.info .bottom {
	border-right: 3px solid #FFCD7B;
	border-bottom: 3px solid #FFCD7B;
}
.top .content-7 .table .item:last-child
.info .top .gap {
	border-bottom: 3px solid #FFCD7B;
}
.top .content-8 .cont {
	max-width: 1104px;
}
.top .content-8 .title-2 {
	margin-bottom: 40px;
}
.top .content-8 .table table {
	background-color: #ECF3FB;
	width: 100%;
	font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}
.top .content-8 .table table tr td {
	width: 11.050%;
	padding: 22px 0 22px 18px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.top .content-8 {
	padding-bottom: 50px;
}

/* Content 9 */

.top .content-9 {
	padding-bottom: 50px;
}

.top .content-9 .table table {
    background-color: #ECF3FB;
	width: 100%;
	max-width: 370px;
    font-size: 15px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	margin: 40px auto 0;

}

.top .content-9 .table table tr td {
    width:50%;
    padding: 22px 0 22px 25px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.top .content-9 .table table tr td:nth-child(2) {
	padding-left: 30px;
}

/* Content 10 */

.top .content-10 {
	padding-bottom: 90px;
	margin-top: 50px;
}

.top .content-10 .row0812 {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.top .content-10 .col0814 {
	max-width: 300px;
	border: 1px solid #48a8e6;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	background-position: center;

}

.top .content-10 .col0814:nth-child(1) {
	background-image: url(../img/contact/contact01.jpg);
}

.top .content-10 .col0814:nth-child(2) {
	background-image: url(../img/contact/contact02.jpg);
}

.top .content-10 .col0814:nth-child(3) {
	background-image: url(../img/contact/contact03.jpg);
}

.top .content-10 .col0814:nth-child(4) {
	background-image: url(../img/contact/contact04.jpg);
}



.top .content-10 .col0814 .nbh {
	min-width: 50px;
	font-size: 50px;
	color: #fff;
	background-color: #48a8e6;
	text-align: center;
	position: relative;
	font-weight: bold;
}

.top .content-10 .col0814 .nbh span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: "游ゴシック", Yu Gothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.top .content-10 .col0814 .cth {
	padding: 18px 10px;
}

.top .content-10 .col0814:nth-child(1) .cth {
	background-color: rgba(255 246 133 / 0.78);
}

.top .content-10 .col0814:nth-child(2) .cth {
	background-color: rgba(141 216 248 / 0.78);
}

.top .content-10 .col0814:nth-child(3) .cth {
	background-color: rgba(255 205 123 / 0.78);
}
.top .content-10 .col0814:nth-child(4) .cth {
	background-color: rgba(141 216 248 / 0.78);
}



.top .content-10 .col0814 .tth {
	font-size: 30px;
	line-height: 35px;
	color: #48a8e6;
	font-weight: bold;
	font-family: "游明朝体", Yu Mincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-family: "游ゴシック", Yu Gothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.top .content-10 .col0814 .tth span {
	font-size: 20px;
	line-height: 35px;
}

.top .content-10 .col0814 .txth {
	font-size: 15px;
	line-height: 35px;
	margin-top: 15px;
	font-family: "游明朝体", Yu Mincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/* End Top */
@media screen and (max-width: 1400px) {
	.top .content-1 .txt{
		padding: 0 0 0 50px;
	}
}
@media screen and (max-width: 1280px) {
	.top .content-1 .txt .desc {
		line-height: 1.6;
		font-size: 14px;
	}

	.top .content-5 .list .item .txt {
		font-size: 14px;
	}

	.top .content-7 .table .item .group {
		font-size: 30px;
	}

	.top .content-7 .table .item .info .bottom {
		font-size: 15px;
		line-height: 1.8;
	}

	.top .content-7 .table .item .info .top .title {
		font-size: 16px;
		line-height: 1.3;
	}

	.top .content-10 .row0812 {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.top .content-10 .col0814 {
		max-width: unset;
		width: 45%;
		margin: 15px 0;
	}
}

@media screen and (max-width:1160px) {
	.top .content-7 .table .item {
		background-size: cover;
	}
}

@media screen and (max-width: 860px) {
	.title-2 {
		font-size: 30px;
	}

	.top .content-1 {
		background-image: unset;
		margin-top: 10px;
	}

	.top .content-1 .cont {
		flex-wrap: wrap;
	}

	.top .content-1 .img, .top .content-1 .txt {
		width: 100%;
	}

	.top .content-1 .img {
		background-color: yellow;
		border-radius: 10px 10px 0 0;
	}

	.top .content-1 .txt {
		background-image: url(../img/top/bg-3.png);
		background-repeat: no-repeat;
		background-size: 250%;
		background-position: right;
		padding: 50px 30px;
		border-radius: 0 0 10px 10px;
	}

	.top .content-2 .gallery .item, .top .content-3 .gallery .item {
		width: 30%;
	}
	.top .content-2 .gallery .item .txt {
		font-size: 20px;
	}

	.top .content-5 .list .item:nth-last-child(3) {
		margin-bottom: 62px;
	}

	.top .content-5 .list .item {
		width: 48%;
		margin-right: 0;
	}

	.top .content-5 .list {
		justify-content: space-around;
	}

	.top .content-5 .list .item .txt {
		font-size: 13px;
	}

	.top .content-4 .news .item {
		font-size: 14px;
		line-height: 1.6;
	}

	.top .content-4 .news {
		background-color: #fff;
		padding: 44px 10px;
	}

	.title-3 {
		font-size: 30px;
	}

	.top .content-6 .list .item {
		width: 49%;
		margin-right: 2%;
	}

	.top .content-6 .list .item:nth-child(3n) {
		margin-right: 2%;
	}

	.top .content-6 .list .item:nth-child(2n) {
		margin-right: 0%;
	}

	.top .content-6 .list .item .title {
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: 600;
		font-size: 17px;
	}

	.top .content-6 .list .item .sub-title {
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: 600;
		font-size: 16px;
	}

	.top .content-6 .list .item .desc {
		font-size: 14px;

		line-height: 2;

	}
	.top .content-7 .table .item .group {
		line-height: 1.6;
	}

	.top .content-7 .table .item .group {
		width: 80px;

	}

	.top .content-7 .table .item .group {
		padding: 61px 0px 53px 25px;
	}

	.top .content-7 .table .item .info .top .title {
		min-height: 73px;
	}

	.top .content-7 .table .item .info .top .gap {
		height: 73px;
	}

	.top .content-8 .table table {
		min-width: 1280px;
	}

	.top .content-8 .table {
		overflow-x: scroll;
	}

	.top .content-8 .table table tr td {
		font-size: 14px;
	}

	.top .content-9 .table table tr td {
		font-size: 14px;
	}

	.top .content-10 .col0814 .tth {
		font-size: 24px;
	}

	.top .content-10 .col0814 .txth {
		font-size: 14px;
		line-height: 2.0;

	}

	.top .content-10 .col0814 .nbh {
		min-width: 40px;
		font-size: 40px;
	}

	.top .content-7 .table .item .info .bottom {
		line-height: 2.3;
	}

	.owl-theme .owl-dots {
		position: absolute;
		bottom: 15px;
	}




}

@media screen and (max-width: 650px) {

	.owl-theme .owl-nav.disabled + .owl-dots {

		bottom: 2px;
	}

	.owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		background: #fff;
		border: 1px solid #171D61;
		margin: 0 10px 0 0;
	}

	.top .content-1 .txt {
		background-size: 500%;

		padding: 50px 10px;
		margin-bottom: 10px;
	}

	.title-1 {
		font-size: 18px;
		line-height: 50px;
		letter-spacing: -3px !important;
		margin-bottom: 20px;

	}

	.top .content-4 .title-1 {
		margin-bottom: 20px;
	}

	.title-2 {
		font-size: 18px;
	}

	.top .content-2 .gallery {
		flex-wrap: wrap;
	}

	.top .content-2 .gallery .item {
		width: 378px;
		margin-right: 0;
	}

	.top .content-2 .gallery .item img {
		width: 100%;
	}

	.top .content-2 .gallery .item::after {
		content: "";
		width: 100%;
		height: 40px;
		background-image: url(../img/top/shadow.png);
		background-size: 378px;
		background-repeat: no-repeat;
		display: block;
	}

	.top .content-3 .gallery {
		justify-content: space-around;
	}

	.top .content-3 .gallery .item {
		width: 45%;
		margin-right: 0;
	}

	.top .content-4 .news .item {
		flex-wrap: wrap;
	}
	.top .content-4 .news .item .title {
		display: block;
		margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;

	}

	.top .content-5 .list .item {
		width: 100%;
		margin-bottom: 30px;
		padding: 5px 10px 13px 10px;
	}

	.top .content-5 .list .item:nth-last-child(3) {
		margin-bottom: 30px;
	}

	.top .content-5 .list .item:nth-last-child(2) {
		margin-bottom: 30px;
	}




	.top .content-5 .list .item .txt::before {
		font-size: 18px;
	}

	.top .content-6 .title-3 {
		line-height: 200%;
		font-size: 20px;
	}

	.top .content-6 .title-3 img {
		margin: 0 auto;
		display: block;
	}

	.top .content-6 .list .item {
		width: 100%;
		padding: 28px 10px 33px 10px;
		margin-bottom: 25px;
	}

	.top .content-7 .table .item .info .top {
		flex-wrap: wrap;
	}

	.top .content-7 .table .item .info .top .title {
		min-height: 50px;
		width: 100%;
		border-top-left-radius: 0;
	}


	.top .content-7 .table .item .info .top .gap {
		height: 15px;
		border-bottom: 0;
	}

	.top .content-7 .table .item:nth-child(2) .info .top .gap, .top .content-7 .table .item:nth-child(3) .info .top .gap {
		border-bottom: 0;
	}

	.top .content-7 .table .item .group {
		padding: 61px 0px 53px 20px;
	}

	.top .content-10 .col0814 {
		width: 100%;
	}

	.top .content-7 .table .item .info .bottom {
		line-height: 1.8;
	}

	.top .content-6 .list .item:nth-child(3n) {
		margin-right: 0%;
	}

	header .contact .buttons {
		padding: 8px 0;
	}

	header {
		padding: 0 0;
	}

	.top .content-6 .list .item {
		margin-right: 0;
	}

	.top .content-7 .table .item .info .bottom {
		padding: 8px 10px 12px 10px;
	}

	.top .content-3 .gallery .item .txt {
		background-color: #181D60;
		color: #fff;
		font-size: 14px;
	}
    
    .top .content-3 .gallery .item .txt2 {
        background-color: #87ceeb;
    }



}

/* Custom Slider */



.button-link-covid {
    border-radius: 5px;
    background-color: #181d61;
    color: #fff;
	padding: 15px 30px;
	display: inline-block;
	margin-top: 10px;
}

.button-link-covid span {
	display: inline-block;
}

.button-link-covid img {
	width: 14px;
	display: inline-block;
	margin-left: 15px;
}

@media screen and (max-width:860px) {
	.button-link-covid {
		border-radius: 5px;

	}

}

@media screen and (max-width:768px) {

	.top .content-2 .gallery .item {
		width: 31% !important;
	}

	.top .content-2 .gallery .item .txt {
		font-size: 2.5vw;
	}

	.top .content-2 .gallery {
		justify-content: space-between;
	}
}

@media screen and (max-width: 767px) {

	.top .content-7 .table .item {
		margin-right: 0;
		flex-wrap: wrap;
	}

	.top .content-7 .table .item .group {
		width: 100%;
		height: 200px;
	}

	.top .content-7 .table .item .info {
		width: 100%;
		background-color: #fff;
	}

	.top .content-7 .table .item .info .top .gap {
	display: none;
	}

	.top .content-7 .table .item .group {
		background-position: top center;
		background-size: cover;
	}

	.top .content-7 .table .item:nth-child(1) .group {
		background-image: url(../img/elementary/bg.jpg);
	}

	.top .content-7 .table .item:nth-child(2) .group {
		background-image: url(../img/middle/bg.jpg);
		background-position: 40% top;
	}

	.top .content-7 .table .item:nth-child(3) .group {
		background-image: url(../img/top/high-school-bg.jpg);
	}

	.top .content-7 .table .item .info .bottom {
		border-left: 3px solid #FFF685;
	}

	.top .content-7 .table .item:nth-child(2) .info .bottom {
		border-left: 3px solid #8DD8F8;
	}



}

@media screen and (max-width:650px) {
	.button-link-covid {
		padding: 10px 20px;
	}

}

@media screen and (max-width:650px) {
	.button-link-covid span {
		font-size: 13px;
	}
}


td.icon-tax {
	text-align: right;
	width: 100%;
	padding-right: 15px !important;
	background-color: #fff;
}

span.sale-off {
    color: red;
    font-size: 14px;
    padding: 2px 4px;
    border: 1px solid;
    float: right;
    margin-right: 15px;
    margin-top: -4px;
    border-radius: 10px 5px 10px 2px;
}

#slider .item {
	position: relative;

}


#slider .item .slide-info {
    position: absolute;
    bottom: 10%;
    right: 10%;
}

#slider .item .slide-info h2 {
    font-size: 3vw;
    color: #262262;
    margin-bottom: 3vw;
    font-style: italic;
    font-weight: bolder;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
	text-shadow: -2px -2px 0 #fff684, 2px -2px 0 #fff684, -2px 2px 0 #fff684, 2px 2px 0 #fff684;
	line-height: 1.5;
	text-align: center;
}

#slider .item .slide-info .pnbtcontact {
    width: 100%;
    height: 120px;
    display: block;
    font-size: 3.5vw;
    word-break: break-all;
    background-color: #fff684;
    color: #262262;
    border-radius: 38px;
    padding: 0 25px;
    line-height: 120px;
    text-align: center;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

#slider .item .slide-info .pnbtcontact.pnbtcontact02 {
	background-color: #ed1c24;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#slider .item .slide-info .pnbtcontact.pnbtcontact02 img {
	width: 80px;
	height: 80px;
}

@media screen and (max-width: 1500px) {
	#slider .item .slide-info {
		bottom: 8vw;
		right: 8vw;
	}

	#slider .item .slide-info .pnbtcontact {
		height: auto;
		line-height: 2.0;
	}
}

@media screen and (max-width: 768px) {
	#slider .item .slide-info h2 {
		-webkit-text-stroke-width: 0;
		text-shadow: -0.5px -0.5px 0 #fff684, 0.5px -0.5px 0 #fff684, -0.5px 0.5px 0 #fff684, 0.5px 0.5px 0 #fff684;
	}

	#slider .item .slide-info .pnbtcontact.pnbtcontact02 img {
		width: 6vw;
		height: 6vw;
		margin-right: 3vw;
	}

	#slider .item .slide-info .pnbtcontact {
		text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	}



}