#sloganBox {
    background-image: url(../img/soccerschool/backImg_slogan.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 80px;
}
h3.slogan {
    font-size: 1.875em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 2px #000;
    text-align: center;
    border-bottom: 4px solid;
    padding-bottom: 10px;
}
#sloganBox p {
    color: #fff;
    font-weight: bold;
    line-height: 1.8em;
}
p.subTitle {
    background: #fff;
    padding: 4px 8px 4px 15px;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #000 !important;
	font-size: 1.1em;
}
section {
	margin: 65px 0 40px;
}
.page-content section h2 {
	font-size: 1.875em;
    text-align: center;
}
.page-content h4 {
	margin-top: 1em;
    padding-left: 1em;
    position: relative;
    color: #30b025;
}
.page-content section h4::before {
    content: "";
    position: absolute;
    left: 0.25em;
    top: 3px;
    width: 4px;
    height: calc(100% - 6px);
    background: #000;
}
.content {
    margin: 0 60px;
}
#leadercomment img {
    margin-right: 1.5em;
    margin-bottom: 1.2em;
}
section p span {
	color: #30b025;
    font-size: 1.25em;
    margin-bottom: 6px;
    display: block;
}
.signature {
	text-align: right;
}
.flexBox {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.page-btn.flexBox a {
	width: calc(33.333% - 10px);
	margin: 0;
}
.flexBox2 {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.page-btn.flexBox2 a {
	width: calc(50% - 10px);
	margin: 0;
}
.page-btn a {
    display: block;
    min-width: 320px;
    margin: 0 auto;
    padding: 1em 2.5em;
    background: #37b44a;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    transition: .3s;
	border-radius: 10px
}
.page-btn a:hover {
    color: #fff;
    background-color: #000;
}


.info_sec h2 {
	background-color: #000;
	color: #fff;
	padding: 10px;
}
ul.tabs {
	display: flex;
    flex-wrap: wrap;
    margin: 1em 0 35px;
    padding: 0;
    border-bottom: none;
    list-style: none;
    color: #fff;
}
ul.tabs li {
    display: block;
    padding: 0;
    float: none;
    margin-right: 1em;
    margin-left: 1px;
    text-align: center;
    font-size: 1.2em;
	transition: .3s;
}
ul.tabs li a {
	transition: .3s;
}
ul.tabs li a.button::before {
    content: '▶';
    margin-right: 0.5em;
}
ul.tabs > li {
    background: #fff;
    color: #000;
}
ul.tabs > li > a {
    color: #000;
}
ul.tabs > li > a:hover {
    color: #fff;
	background: #37B44A;
	border: 1px solid #37B44A;
}
ul.tabs li a {
    display: block;
    padding: 0.4em 1.5em;
    border: 1px solid #080808;
    border-radius: 1.2em;
}
ul.tabs li a.active, ul.tabs li.active a {
    background: #37B44A;
    color: #fff;
    border: 1px solid #37B44A;
	margin-top: 0;
	margin-bottom: 0;
}
ul.tabs > li:hover {
	background: none;
}
.gallery.default {
	margin-top: 40px;
}
.gallery-endcol {
	margin-right: 0 !important;
} 
section h3 {
	color: #30b025;
	font-size: 1.5em;
}
.downloadBtn {
    position: absolute;
    top: -1em;
    right: 0;
    min-width: 400px;
    height: 60px;
    background-color: #ffcc29;
    border-radius: 30px;
}
.downloadBtn a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1em;
    font-weight: bold;
    color: #333;
    line-height: 3em;
    padding: 0 1em 0;
    transition: .3s;
}
.downloadBtn a::before {
	position: absolute;
	top: 6px;
	right: 20px;
	content: "→";
}
.downloadBtn a:hover {
	color: #fff;
	text-shadow: 0 0 3px #888888;
}
.downloadArea {
	margin-top: 30px;
}
.downloadArea2 {
	margin: 30px auto 0 auto;
	text-align: center;
	width: 100%;
}
.dlBtn_flex {
	font-size: 1em;
    font-weight: bold;
    color: #a1a1a1;
    transition: .3s;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.dlBtn_flex a {
    font-size: 1em;
    font-weight: bold;
    color: #333;
    transition: .3s;
    padding: 0px 3em 0 1em;
    background: #ffcc29;
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 30px;
}
.dlBtn_flex a:hover {
	color: #fff;
    text-shadow: 0 0 3px #888888;
}
.dlBtn_flex a::before {
    position: absolute;
    top: 17px;
    right: 1em;
    content: "→";
}
ul.tabsContent > li.active {
	position: relative;
}
p.pdfBtn {
    margin-top: 0.8em;
}
.pdfBtn a {
    padding: 0.8em 1em;
    background-color: #ffcc29;
    border-radius: 22px;
    font-weight: bold;
}
.pdfBtn a:hover {
    color: #fff;
    text-shadow: 0 0 3px #888888;
}
section tr {
    border: 1px solid #333;
}
section th {
    background-color: #e8fbfd;
    max-width: 160px;
}
section td {
    border: 1px solid #333;
    text-align: left !important;
    width: 80%;
}
.detail {
	margin: 40px 0;
}
.question {
	color: #30b025;
    margin-bottom: 1em;
}
.answer {
    margin-bottom: 1.5em;
}
ol.teachingpolicy {
    counter-reset: my-counter;
    margin-top: 20px;
}
.teachingpolicy li {
    margin-bottom: 1.5em;
    padding-left: 3em;
    position: relative;
}
.teachingpolicy li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    color: #fff;
    font-size: 1.5em;
    line-height: 32px;
    margin-left: -48px;
    text-align: center;
    height: 40px;
    width: 40px;
    background-image: url(../img/soccerschool/olList_hex.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 2em;
}
.teachingpolicy span {
    display: table-cell;
    font-size: 1.25em;
    border-bottom: 2px solid #666;
}
.info h4 {
	margin-left: 1em;
}
.sp-content {
	display: none;
}


@media screen and (max-width: 1024px) {
	.downloadBtn {
		position: relative;
		top: inherit;
		display: inline-block;
		margin-top: 20px;
	}
	.gallery.default {
		margin-top: 30px;
	}
}

@media screen and (max-width: 768px){
	#sloganBox {
		padding: 40px 50px;
	}
	.content {
		margin: 0;
	}
	.page-btn a {
		padding: 1em 0;
	}
	.downloadArea {
		flex-wrap: wrap;
	}
	.downloadArea2 {
		flex-wrap: wrap;
	}
	.dlBtn_flex {
		width: 100%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	.sp-content {
		display: block;
	}
	#sloganBox {
    	padding: 16px 16px 28px;
	}
	.flexBox {
		flex-wrap: wrap;
	}
	.page-btn {
		justify-content: center !important;
	}
	.page-btn.flexBox a {
		width: 100%;
		margin: 10px 0 0;
	}
	.flexBox2 {
		flex-wrap: wrap;
	}
	.page-btn.flexBox2 a {
		width: 100%;
		margin: 10px 0 0;
	}
	.downloadBtn {
		min-width: -webkit-fill-available;
		height: 51px;
		width: 100%;
	}
	ul.tabsContent {
		padding: 0;
	}
	.gallery-columns-3 .gallery-item {
		width: 100%!important;
	}
	.gallery.default .gallery-item {
		margin: 0;
	}
	#schoolInfo ul.tabs li {
		font-size: 1em;
	}
	.downloadBtn a::before {
		top: 5px;
		right: 1em;
	}
	ul.tabs li a.active, ul.tabs li.active a {
		padding: 0.4em 1.5em !important;
	}
	.dlBtn_flex a {
		height: 51px;
	}
	.dlBtn_flex a::before {
		top: 14px;
	}
}