@charset "UTF-8";

#wrapper { width: 100%; }
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#main {
	width: 100%;
	margin: 0 auto;
	float: inherit!important;
}
.inner {
	width: 980px; 
	margin-left: auto;
	margin-right: auto;
}
.band {
	width: 100%;
	padding: 70px 0;
	margin-bottom: 70px;
	background-color: #E4EDEC;
}
h1 {
	margin-bottom: 50px;
}
h2 {
	font-size: 50px;
	color: #048ABF;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 25px;
	padding-bottom: 20px;
}
h2 span {
	font-size: 40px;
	font-weight: bold;
} 
h2 span:first-child {
	font-size: 20px;
	color: #000;
}

.benefits {
	margin-bottom: 70px;
}
.benefits h2 {
	padding-bottom: 0;
	margin-bottom: 15px;
}
.benefits ul {
	margin-left: -23px;
}
.benefits li {
	margin-bottom: 20px;
}
.benefits li:last-child {
	margin-bottom: 0;
}

#intro {
	margin-bottom: 60px;
}
#intro .txt {
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 40px;
}
#intro .note {
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
#intro .note img {
	max-width: 735px;
	height: auto;
}
.strong-points {
	width: 100%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	background-image: url(img/img-down.gif);
	background-repeat: no-repeat;
	background-position:  center bottom;
	padding-bottom: 50px;
}
.strong-point-box {
	width: 313px;
	border: 3px solid #048ABF;
	box-sizing: border-box;
	padding: 35px 15px;
	position: relative;
}
.strong-point-box img.ico-sugoi {
	width: 63px;
	height: auto;
	position: absolute;
	top: -30px;
	left: 10px;
}
.strong-point-box p.img-sugoi {
	text-align: center;
	margin-bottom: 20px;
}
.strong-point-box p img {
	width: 176px;
	height: 80px;
}
.strong-point-box h3 {
	font-size: 18px;
	color: #000;
	margin-bottom: 25px;
	text-align: center;
	height: 55px;
}
.strong-point-box p {
	font-size: 14px;
	color: #000;
	line-height: 1.7;
}
.safety-measure-box {
	width: 100%;
	box-sizing: border-box;
	margin: 15px 0 70px;
}
.safety-measure-box h2 {
	font-size: 25px;
	color: #000;
	margin-bottom: 60px;
}
.safety-measure-box h2 span {
	font-size: 35px;
	color: #048ABF;
}
.safety-measure-box h2 span:first-child {
	font-size: 35px;
	color: #048ABF;
}
.course-info h2 {
	font-size: 50px;
	color: #048ABF;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 20px;
}
.course-info h2 span {
	font-size: 40px;
	font-weight: bold;
} 
.course-info h2 span:first-child {
	font-size: 20px;
	color: #000;
}
.course-info-box {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.course-info-list {
	width: 312px;
	background-color: #fff;
	border: 3px solid #048ABF;
	box-sizing: border-box;
}
.course-info-list h3 {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	background-image: url(img/img-next.gif);
    background-repeat: no-repeat;
    background-position: right 20px center;
    color: #048ABF;
}
.course-info-box-inner {
	padding: 20px 15px;
}
.course-info-box-inner img:last-child {
	margin-top: 20px;
	width: 272px;
	height: 88px;
}
.course-info-list a {
	text-decoration: none;
}
.course-info-list a:hover h3 {
	opacity: 0.7;
}