.gg-fsize-24 {font-size: 2.4rem;}

.edu_top_lead:before, .edu_top_lead:after {
  content: "";
  display: table;
}
.edu_top_lead:after {
  clear: both;
}

.resp {
  width: 100%;
  min-width: 119rem;
}

.c {
  text-align: center;
}

.sp {
  display: none;
}

.wrapper {
  min-width: 98rem;
}

.edu_heroimg img {
  width: 980px;
	max-width: 980px;
  height: auto;
	margin: 0 auto;
}

.inner {
  width: 98rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 25px;
}

.edu_hd {
  background-color: #036;
}
.edu_hd .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
}
.edu_hd .logo {
  display: block;
  width: 68px;
  height: 12px;
}

.heading1 {
  padding-top: 100px;
  padding-right: 40px;
  padding-bottom: 40px;
  text-align: right;
}
.heading1 img {
  display: inline-block;
}

.edu_top_lead {
  position: relative;
  margin-bottom: 40px;
}

.edu_top_img {
  float: right;
  margin-left: 1em;
  margin-bottom: 0;
}

.edu_top_msg {
  padding-top: 1.5em;
  font-size: 1.8rem;
}
.edu_top_msg p:not(:last-of-type) {
  margin-bottom: 2em;
}

.top_bgArea {
  background-color: #b9e8ff;
}


.edu_money {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
.edu_money p {
  margin-bottom: 0;
  font-size: 48px;
  font-weight: bold;
}

.edu_money_icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.edu_money_icons > * {
  -webkit-flex-basis: 220px;
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  margin: 0 40px;
}
.edu_money_icons img {
  display: inline-block;
  height: auto;
}

.edu_smart {
  padding-bottom: 20px;
}

.edu_smart_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
  padding-top: 100px;
}
.edu_smart_title img {
  display: inline-block;
  height: auto;
}
.edu_smart_title p {
  margin-bottom: 0;
  font-size: 60px;
  font-weight: bold;
}
.edu_smart_title ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.edu_smart_title ul li {
  margin-left: 48px;
}

.edu_smart_dt {
  font-size: 30px;
  font-weight: bold;
}
.edu_smart_dd {
  font-size: 18px;
}

.edu_enter p {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

.edu_btn_wrap {
  max-width: 660px;
  margin: 0 auto;
}
.edu_btn_wrap.mb20 {
  margin-bottom: 20px;
}

.edu_btn_apply {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  border-radius: 4px;
  background-color: #267989;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.edu_btn_apply::before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  content: "";
}
.edu_btn_apply:hover {
  background-color: #206775;
}
.edu_btn_apply:visited {
  color: #fff;
}

.edu_btn_balloon {
  position: relative;
  width: 92%;
  margin: 0 auto 10px;
  padding: 5px 0;
  border: 2px solid #267989;
  border-radius: 30px;
  background-color: #fff;
  color: #267989;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.edu_btn_balloon::before, .edu_btn_balloon::after {
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}
.edu_btn_balloon::after {
  bottom: -22px;
  border-top: 22px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.edu_btn_balloon::before {
  bottom: -28px;
  border-top: 28px solid #267989;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.edu_link_marked {
  display: inline-block;
  position: relative;
}
.edu_link_marked:link, .edu_link_marked:visited {
  color: #267989;
  text-decoration: none;
}
.edu_link_marked::before {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  margin-right: 0.5em;
  background: #fff url(../images/arrow-green.svg) center no-repeat;
  vertical-align: middle;
  content: "";
}

@media screen and (max-width: 767px) {
	.pc {
	  display: none;
	}

	.sp {
	  display: initial;
	}

	.inner {
	  width: 100%;
	}

	.resp {
	  min-width: 0;
	}

	.gg-fsize-24 {font-size: 2.0rem;}

	.heading1 {
	  padding-top: 30px;
	  padding-right: 0;
	  padding-bottom: 10px;
	  text-align: left;
	}
	.wrapper {
		min-width: 100%;
	}
	.edu_heroimg img {
	  width: 100%;
		max-width: 100%;
	}

	.edu_top_lead {
	  margin-bottom: 0;
	}
	.edu_top_img {
	  float: none;
	  display: table;
	  max-width: 55%;
	  margin-left: auto;
	  margin-bottom: -5%;
	}

	.edu_top_msg {
	  padding-top: 0;
	  font-size: 1.6rem;
	}
	.edu_top_msg p:not(:last-of-type) {
	  margin-bottom: 1em;
	}

	.edu_top_plus {
	  margin-top: -30px;
	  margin-bottom: 20px;
	  text-align: center;
	}
	.edu_top_plus.sp {
	  display: block;
	}
	.edu_top_plus img {
	  display: inline-block;
	  width: 100%;
	  max-width: 360px;
	  height: auto;
	}

	.edu_money {
	  margin-bottom: 30px;
	}
	.edu_money p {
	  margin-bottom: 0;
	  font-size: 24px;
	}

	.edu_money_icons {
	  margin-top: 0;
	  margin-bottom: 0;
	}
	.edu_money_icons > * {
	  margin: 0 1%;
	}

	.edu_btn_apply::before {
	  left: 12px;
	}

	.edu_smart {
	  padding-bottom: 20px;
	}

	.edu_smart_title {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -webkit-flex-direction: column;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
	  margin-bottom: 30px;
	  padding-top: 40px;
	}
	.edu_smart_title p {
	  margin-bottom: 0;
	  font-size: 30px;
	}
	.edu_smart_title ul li {
	  margin-left: 0;
	}
	.edu_smart_title ul li:not(:first-of-type) {
	  margin-left: 15px;
	}

	.edu_smart_dt {
		margin-top: 15px;
	  font-size: 18px;
	}
	.edu_smart_dd {
	  font-size: 16px;
	}

	.edu_enter {
	  padding-top: 15px;
	}
	.edu_enter p {
	  font-size: 18px;
	}
}
