@charset "UTF-8";

/*スマホ用*/
@media screen and (max-width: 768px) {

/* VISUAL AREA
------------------------------------------------------------------------------*/

#mainVisual {
	background-position: center;
	background-size: cover;
	height: 110px;
	min-width:300px;
	padding: 0 3px;
	margin: 0 auto;
}

#btnVisual {
	display: none;
}


#mainVisualInner {
	padding-top: 200px;
	min-width:300px;
}

#btnVisual {
	margin-left: 50px;
}

/* INDEX CONTENT
------------------------------------------------------------------------------*/



#content {
	padding-top: 30px;
}

#hidx {
	margin-bottom: 10px;
}

#content p {
	line-height: 2.0;
	margin-bottom: 50px;
	padding: 0 30px;
}

#content dl {
	margin-left: 30px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e6e6e6;
	padding-bottom: 10px;
}

#content dt {
	display: block;
	background-image: url(../img/common/iconwhatsnewblue.png);
	float: none;
	line-height: 1.5;
	width: 100%;
	padding-left: 30px;
	height: 30px;
	background-repeat: no-repeat;
}


#content dd {
	display: block;
	margin-left: 10%;
	float: none;
	width: 90%;
	line-height: 1.5;
}

#content dd p{
	line-height: 1.5;
    margin-bottom: 0;
    padding-left: 0;
}

.bottomPh{
	text-align: center;
}

.bottomPh img{
	width:32%;
}

/*追加変更190110*/
.banner_txt{
	font-weight: bold;
	font-size: 17px;
	color: #fff;
	background: #029f36;
	padding: 5px 20px;
	border: double 13px;
}

.spn_margin{
	width: 90%; 
	margin: 0 auto;
}

/*追加変更190110*/

	.summerSchool_bannerBox{
		margin: 0 auto;
	    width: 60%;
	    flex-direction: column;
	}

	.summerSchool_bannerBox a.bannerBlock {
		width: 90%;
		margin-bottom: 40px;
	}

	.bannerSAP{
		padding: 25px 15px 25px 5px !important;
	}

}/*スマホ用END*/

@media screen and (max-width: 500px) {
	.summerSchool_bannerBox{
		flex-direction: column;
		margin: 0 auto;
		width: 80%;
	}

	.bannerSAP{
		padding: 25px 15px 25px 5px !important;
	}

}
