@charset "UTF-8";
.top_img {
}
.top_img img {
  width: 100%;
}
.top-lead {
    text-align: center;
    font-size: 14px;
    padding: 20px;
    line-height: 1.8;
}

.recommended_course {
  padding-top: 150px;
}

.recommended_course h2 {
  line-height: 0;
  text-align: center;
  padding: 20px 0;
}

.recommended_course h2 img {
  width: 65%;
}

.recommended_course ul {
  width: 100%;
  margin: 0 auto;
}

.recommended_course ul li {
  width: 49%;
  float: left;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.09);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.09);
}

.recommended_course ul li:nth-of-type(even) {
  margin-left: 2%;
}

.recommended_course ul li:nth-of-type(n+3) {
  padding-top: 4%;
}

.recommended_course ul img {
  width: 100%;
}

.pickup_cast {
  padding-top: 10px;
}

.pickup_cast .box {
    width: 50%;
    margin: 0 auto;
    margin-top: 12px;
    background-color: #ffffff;
}

.pickup_cast .box:nth-of-type(even) {
  margin-left: 2%;
}

.pickup_cast .box img {
  width: 100%;
}

.pickup_cast .box .image {
  position: relative;
}

.pickup_cast .box .image p:nth-of-type(2) {
  position: absolute;
  width: 96%;
  bottom: 2%;
  left: 2%;
}

.pickup_cast .box ul {
  width: 96%;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 8px;
}

.pickup_cast .box ul li:nth-of-type(2) {
  font-size: 0.75rem;
}

.link_btn {
  padding-top: 30px;
}

.link_btn ul {
  padding-top: 15px;
}

.link_btn ul li {
  width: 49%;
  float: left;
}

.link_btn ul li:nth-of-type(even) {
  margin-left: 2%;
}

.link_btn p {
  padding-top: 10px;
}

.link_btn img {
  width: 100%;
}

.event {
  padding-top: 30px;
}

.event .slider {
  margin-top: 15px;
}

.event img {
  width: 100%;
}

.event .slick-prev,
.event .slick-next {
  position: absolute;
  top: 100%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(0, -70%);
      -ms-transform: translate(0, -70%);
          transform: translate(0, -70%);
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.6);
}

.event .slick-prev:before {
  content: '<';
}

.event .slick-next:before {
  content: '>';
}

.event .slick-prev:before,
.event .slick-next:before {
  font-family: arial;
}

.event .slick-prev {
  left: 0px;
  z-index: 100;
}

.event .slick-next {
  right: 0px;
  z-index: 100;
}

.event .slide-dots {
  width: 85%;
  text-align: center;
  margin: 0 auto;
}

.event .slide-dots li {
  display: inline-block;
  margin: 0 15px;
}

.event .slide-dots li button {
  position: relative;
  color: #fa2f5f;
  text-indent: -9999px;
  border: 0;
}

.event .slide-dots li button:before {
  content: '☆';
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: -7.5px;
}

.event .slide-dots li.slick-active button:before {
  content: '★';
}

.event .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.news {
  padding-top: 30px;
}

.news .body {
  width: 100%;
  height: 180px;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #429DED;
  overflow: auto;
}

.news p {
  font-size: 13px;
  color: #ffffff;
  margin: 1px;
  padding: 5px;
  background-color: #429DED;
}

.news ul {
  padding: 5px 0;
}

.news li {
  float: left;
}

.news li:nth-of-type(1) {
  width: 26%;
  text-align: center;
}

.news li:nth-of-type(1) img {
  width: 90%;
}

.news li:nth-of-type(2) {
  width: 74%;
}

.schedule {
  padding-top: 40px;
}

.schedule > p {
    width: 56%;
    color: #ffffff;
    margin: 12px auto 0;
    padding: 6px;
    text-align: center;
    background-color: #d3c2a1;
    line-height: 1;
    font-size: 14px;
}

.schedule .box {
    width: 48%;
    float: left;
    margin: 10px 1% 0px;
    background-color: #ffffff;
    position: relative;
    height: 278px;
}

.schedule .box:nth-of-type(3n-1) {
}

.schedule .box a > p {
    max-height: 220px;
    overflow: hidden;
}

.schedule .box img {
  width: 100%;
}

.schedule .box ul {
    width: 96%;
    font-weight: bold;
    margin: 4px;
    line-height: 1;
    margin-top: 8px;
}

.schedule .box ul li:nth-of-type(2) {
    font-size: 11px;
    color: #666;
}

.schedule .box .icon {
  width: 96%;
  margin: 0 auto 4px;
}

.schedule .box .icon p {
  font-size: 0.80rem;
}

.schedule .box .icon p:nth-of-type(1) {
    position: absolute;
    bottom: 74px;
    width: auto;
    right: 4px;
}

.schedule .box .icon p:nth-of-type(2) {
}

.schedule .box .icon p span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 12px;
}

.schedule .box .icon_1 {
  color: #ffffff;
  background-color: #fa2f5f;
  border: 1px solid #fa2f5f;
}

.schedule .box .icon_2 {
  color: #ffffff;
  background-color: #2f98fa;
  border: 1px solid #2f98fa;
}

.schedule .box .icon_3 {
  color: #ffffff;
  background-color: #ffb249;
  border: 1px solid #ffb249;
}
.schedule .box .icon .on1 {
}

.schedule .box .icon .on2 {
}

.link_list {
    background-color: #244682;
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
}
.link_list li {
    margin-bottom: 10px;
}
.link_list li a {
    color: #fff;
}

.bnr {
    width: 94%;
    margin: 10px auto 0;
}
.bnr img {
  width: 100%;
}
.bnr p {
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
	background-color: #429ded;
	padding: 5px 0;
}