@charset "UTF-8";

/* ========== Tokens ========== */
:root{
  --c-main: #F15361;
  --c-sub: #EE87B4;
  --c-base: #2A188E;
  --c-bg: #E8ECFB;
  --c-catch: #2FA900;
  --c-accent: #0086DB;
  --c-paleyellow: #FFF795;
}

#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: var(--c-bg);
}
h1 {
	margin-bottom: 50px;
}
h2 {
	font-size: 50px;
	color: var(--c-main);
	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;
}
#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;
	margin-bottom: 75px;
}
#intro .note .js-scrollable img {
  width: 980px !important;
  max-width: 980px !important;
}

#intro h2.schedule {
	color: var(--c-base);
	font-size: 38px;
}
#intro h2.schedule span {
	font-size: 75%;
}

#intro .comment {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}
#intro .comment .content {
	width: 650px;
	box-sizing: border-box;
	border: 10px solid var(--c-main);
	padding: 0 25px 25px;
	margin-bottom: 25px;
}
#intro .comment .content h2 {
	margin: -35px auto 0;
	max-width: 420px;
}
#intro .comment .content p {
	color: var(--c-main);
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1.5em;
}
#intro .comment .content p:last-child {
	margin-bottom: 0;
}
#intro .comment .img {
	width: 300px;
}

.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.png);
	background-repeat: no-repeat;
	background-position:  center bottom;
	padding-bottom: 50px;
}
.strong-point-box {
	width: 313px;
	border: 3px solid var(--c-sub);
	box-sizing: border-box;
	padding: 35px 15px;
	position: relative;
	background-color: #fff;
}
.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;
}
.strong-point-box p span {
	background: linear-gradient(transparent 65%, #FFF8B3 30%);
}
.safety-measure-box {
	width: 100%;
	box-sizing: border-box;
	margin-top: 15px;
}
.safety-measure-box h2 {
	font-size: 25px;
	color: #000;
	margin-bottom: 0;
	padding-bottom: 0;
}
.safety-measure-box h2 span {
	font-size: 35px;
	color: var(--c-main);
}
.safety-measure-box h2 span:first-child {
	font-size: 35px;
	color: var(--c-main);
}
.course-info h2 {
	font-size: 50px;
	color: var(--c-main);
	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;
	border: 3px solid var(--c-sub);
	box-sizing: border-box;
}
.course-info-list h3 {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	background-image: url(img/img-next.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
}
/*.course-info-list:nth-child(2) {
	border: 3px solid #E0679A;
}
.course-info-list:last-child {
	border: 3px solid #D5B200;
}*/
.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;
	color: #000;
}
.course-info-list a:hover h3 {
	opacity: 0.7;
}
/*.course-info-list:nth-child(2) a {
	text-decoration: none;
	color: #E0679A;
}
.course-info-list:last-child a {
	text-decoration: none;
	color: #D5B200;
}*/

/* .app */
.app {
  border: 2px solid #9A0009;
  background-color: #FEF1D5;
  width: 980px;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
.app dt {
  position: relative;
  background-image: url(../../img/top/img-app.png);
  background-repeat: no-repeat;
  background-position: top left;
  height: 100px;
}
.app dt:hover {
  cursor: pointer;
  opacity: 0.8;
}
.app h2 {
  font-size: 22px;
  line-height: 1.25;
  padding: 10px 0 0 130px;
  text-align: left;
  color: #000;
}
.app h2 span {
  font-size: 29px;
  color: #FF0066;
}
.app dt .ac-btn {
  background-image: url(../../img/top/btn-plus-app.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  position: absolute;
  top: 30px;
  right: 20px;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.app dt.active .ac-btn {
  background-image: url(../../img/top/btn-minus-app.png);
}
.app dd {
  padding: 25px 25px 0;
  border-top: 1px solid #9A0009;
}
.app dd h3 {
  text-align: center;
  font-size: 20px;
  background: transparent;
  border-bottom: transparent;
  margin: 10px 0 0;
}
.app dd h3 span {
  font-size: 24px;
  color: #FF0066;
}
.app dd img {
  float: right;
  display: inline-block;
  margin: 0 0 1em 1em;
  width: 75px;
  height: auto;
}
.app dd p {
  text-align: left;
  margin-bottom: 1em;
}
.app dd ol {
  background-color: #FFFEFB;
  padding: 1em;
  margin-bottom: 1em;
}
.app dd li {
  margin: 0 0 0.5em 2em;
  font-size: 16px;
  font-weight: bold;
  list-style: decimal;
}
.app dd li:last-child {
  margin-bottom: 0;
}