@charset "UTF-8";
/*************共通項目など*************/
/* Windows 用 Medium 指定の游ゴシック */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  /* ゴシック体指定 */
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  width: 100%;
  margin: 0 auto;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
 "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:after, a:before {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.wrapper {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .wrapper {
    width: 70%;
  }
}

#detail .wrapper {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.pc {
  display: block;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.main_cont {
  overflow-y: scroll;
  height: 100vh;
  background-image: url("../img/bg_top.png");
  background-color: #b2ddf9;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}

#btn_top {
  padding-top: 20px;
}

.youbi_tag {
  position: absolute;
  left: -5px;
}

.digital_btn .title_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 927px;
  width: 927px;
  -webkit-box-shadow: 10px 10px 10px #2e3844;
          box-shadow: 10px 10px 10px #2e3844;
  border-radius: 37px;
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.digital_btn .title_btn img {
  vertical-align: bottom;
  width: 100%;
}

.digital_btn .title_btn:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.digital_btn .title_btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.zuhan {
  background-color: #b3b3b3;
}

.btn_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding-left: 0px;
  width: 927px;
}

.btn_sub .online_btn {
  cursor: pointer;
  position: relative;
  padding: 10px 10px 20px;
  width: 100%;
  border-radius: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#0068e5), to(#78b7ea));
  background: linear-gradient(to top, #0068e5 0%, #78b7ea 100%);
  -webkit-box-shadow: 5px 10px 8px rgba(0, 0, 0, 0.75);
          box-shadow: 5px 10px 8px rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
}

.btn_sub .online_btn:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.btn_sub .online_btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.btn_sub .online_btn .wh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 60px;
  border-radius: 10px;
  background-color: #fff;
}

.btn_sub .online_btn .wh > p {
  margin-left: 30px;
  margin-right: 30px;
  color: #0068e5;
  /*line-height: 1.3;*/
  font-size: 36px;
  font-weight: bold;
  white-space: nowrap;
}

.btn_sub .online_btn .wh .hukidashi {
  margin-top: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  width: 345px;
  height: auto;
  background-image: url("../img/fukidashi.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn_sub .online_btn .wh .hukidashi p {
  padding-left: 8px;
  padding-top: 14px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
}

.btn_sub .online_btn .wh .hukidashi p span {
  font-size: 30px;
}

.btn_sub .online_btn .wh .hukidashi.long {
  background-image: url("../img/fukidashi_long.png");
}

.btn_sub .online_btn .youbi_tag {
  top: 0;
}

@-webkit-keyframes slidein {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes slidein {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

/*************遷移先ページ*************/
#detail {
  line-height: 1.6;
}

#detail .center {
  text-align: center;
}

#detail .top_att {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}

#detail h1 {
  margin: 30px auto 40px;
  text-align: center;
}

#detail .main_cont {
  position: relative;
}

#detail .back_btn {
  position: absolute;
  left: 15px;
  top: 40px;
  display: inline-block;
  padding: 10px 24px;
  background-color: #fff;
  border: 4px solid #0068e5;
  -webkit-box-shadow: 5px 13px 12px rgba(0, 0, 0, 0.35), 0px 5px 0px #0068e5;
          box-shadow: 5px 13px 12px rgba(0, 0, 0, 0.35), 0px 5px 0px #0068e5;
  color: #0068e5;
  font-size: 20px;
  border-radius: 1000px;
}

#detail .back_btn.large {
  position: static;
  padding: 20px 100px;
  font-size: 24px;
  margin: 0 auto;
}

#detail.rec .att .wrapper {
  display: block;
  text-align: center;
}

#detail.rec .att .wrapper h2 {
  margin: 0 auto;
  margin-bottom: 0.5em;
  font-size: 45px;
  color: #0068e5;
  padding: 0.25em 0;
  border-top: 5px solid #0068e5;
  border-bottom: 5px solid #0068e5;
  width: 55%;
}

#detail.rec .att .wrapper h2 + .ttl {
  margin-bottom: 10px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding: 13px;
  text-align: center;
}

#detail.rec .att .wrapper h2 + .standard {
  background: #0056d3;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0056d3), to(#b2ddf9));
  background: linear-gradient(to right, #0056d3 0%, #b2ddf9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0056d3', endColorstr='#b2ddf9',GradientType=1 );
  /* IE6-9 */
}

#detail.rec .att .wrapper h2 + .high {
  background: #009245;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#009245), to(#5be89b));
  background: linear-gradient(to right, #009245 0%, #5be89b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009245', endColorstr='#5be89b',GradientType=1 );
  /* IE6-9 */
}

#detail.rec .att .wrapper .lead {
  line-height: 1.6;
  font-size: 24px;
}

#detail.rec .thumb_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

#detail.rec .thumb_cont a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  width: 130px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  line-height: 1.6;
  border: 3px solid #fff;
  -webkit-box-shadow: 7px 15px 12px rgba(0, 0, 0, 0.35), 0px 5px 0 #0068e5;
          box-shadow: 7px 15px 12px rgba(0, 0, 0, 0.35), 0px 5px 0 #0068e5;
  background: #0068e5;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22%, #0068e5), color-stop(99%, #14539b));
  background: linear-gradient(to bottom, #0068e5 22%, #14539b 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068e5', endColorstr='#14539b',GradientType=0 );
  /* IE6-9 */
  border-color: #fff !important;
}

#detail.rec .thumb_cont a.btn:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

#detail.rec .thumb_cont a.btn:active {
  -webkit-transform: translate(0, 0) scale(0.95);
          transform: translate(0, 0) scale(0.95);
}

#detail.rec .thumb_cont a.btn.rec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#detail.rec .thumb_cont a.btn.rec span {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 30px;
  border-color: transparent transparent transparent #ffffff;
}

#detail.rec .course a {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 7px 15px 12px rgba(0, 0, 0, 0.35), 0px 10px 0 #0068e5;
          box-shadow: 7px 15px 12px rgba(0, 0, 0, 0.35), 0px 10px 0 #0068e5;
  border-radius: 1000px;
  border: 3px solid #fff;
  background: #0068e5 !important;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22%, #0068e5), color-stop(99%, #14539b)) !important;
  background: linear-gradient(to bottom, #0068e5 22%, #14539b 99%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068e5', endColorstr='#14539b',GradientType=0 ) !important;
  /* IE6-9 */
}

#detail.rec .course a:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

#detail.rec .course a:active {
  -webkit-transform: translate(0, 0) scale(0.95);
          transform: translate(0, 0) scale(0.95);
}

#detail .att {
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #fff;
}

#detail .att .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

#detail .att .wrapper .att_list {
  width: 47%;
}

#detail .att .wrapper .att_list li {
  margin-left: 1em;
  text-indent: -1em;
}

#detail .att .wrapper .att_img {
  padding: 10px;
  width: 26%;
  border: 3px solid #b3b3b3;
  border-radius: 8px;
  font-size: 14px;
}

#detail .att .wrapper .att_img li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}

#detail .att .wrapper .att_img li:last-child {
  margin-bottom: 0;
}

#detail .att .wrapper .att_img li div.img_cont {
  width: 47%;
}

#detail .att .wrapper .att_img li div.img_cont img {
  width: 100%;
}

#detail .att .wrapper .att_img li div:nth-child(2) {
  width: 50%;
}

#detail .att .wrapper .btn_cont {
  width: 24%;
}

#detail .att .wrapper .btn_cont a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  width: 100%;
  font-size: 19px;
  text-align: center;
  border: 4px solid #0068e5;
  color: #0068e5;
  border-radius: 12px;
  -webkit-box-shadow: 5px 12px 13px rgba(0, 0, 0, 0.35);
          box-shadow: 5px 12px 13px rgba(0, 0, 0, 0.35);
}

#detail .att .wrapper .btn_cont a:first-child {
  margin-bottom: 20px;
}

#detail .att .wrapper .btn_cont a span {
  display: inline-block;
  background-color: #ffdd00;
  font-weight: bold;
  font-size: 20px;
}

#detail .att .wrapper .btn_cont a:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

#detail .att .wrapper .btn_cont a:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

#detail .monthly_cont {
  background-color: rgba(255, 255, 255, 0.7);
}

#detail .monthly_cont > .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 27px;
  -webkit-transform: translate(0, -45px);
          transform: translate(0, -45px);
}

#detail .monthly_cont > .ttl h2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -30px;
  background-color: #ffdd00;
  border: 5px solid #0068e5;
  border-radius: 1000px;
  width: 150px;
  height: 150px;
  color: #0068e5;
  font-weight: bold;
}

#detail .monthly_cont > .ttl h2 span {
  font-size: 60px;
  font-family: roboto;
}

#detail .monthly_cont > .ttl h3 {
  position: relative;
  z-index: 1;
  min-width: 905px;
  padding: 15px 15px;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  background-color: #0068e5;
}

#detail .monthly_cont .lesson_cont {
  margin-top: -30px;
}

#detail .monthly_cont .lesson_cont .choice_lead {
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  width: 100%;
  font-size: 30px;
  background: #3589db;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#3589db), to(#009245));
  background: linear-gradient(to right, #3589db 0%, #009245 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3589db', endColorstr='#009245',GradientType=1 );
  /* IE6-9 */
  border-radius: 10px;
}

#detail .monthly_cont .lesson_cont .choice_lead p {
  position: relative;
  color: #fff;
}

#detail .monthly_cont .lesson_cont .choice_lead p::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -50px;
  width: 45px;
  height: 30px;
  background-image: url("../img/blue_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#detail .monthly_cont .lesson_cont .lesson {
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 30px;
  background-color: #fff;
  border: 6px solid #0068e5;
  border-radius: 30px;
}

#detail .monthly_cont .lesson_cont .lesson .next {
  position: absolute;
  top: -50px;
  left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 34px;
  color: #fff;
  font-weight: bold;
  font-size: 33px;
  background-image: url("../img/next_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 150px;
  height: 88px;
}

#detail .monthly_cont .lesson_cont .lesson .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

#detail .monthly_cont .lesson_cont .lesson .top:last-child {
  margin-bottom: 0;
}

#detail .monthly_cont .lesson_cont .lesson .top .date {
  position: relative;
  width: 35%;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  -webkit-transform: translate(15px, 0);
          transform: translate(15px, 0);
}

#detail .monthly_cont .lesson_cont .lesson .top .date:nth-of-type(2):before {
  display: none;
}

#detail .monthly_cont .lesson_cont .lesson .top .date span {
  font-size: 62px;
  font-weight: bold;
  font-family: roboto;
}

#detail .monthly_cont .lesson_cont .lesson .top .date:before {
  position: absolute;
  content: "";
  top: 30px;
  left: -78px;
  width: 80px;
  height: 15px;
  background-color: red;
  border-radius: 1000px;
}

#detail .monthly_cont .lesson_cont .lesson .top .date .time li {
  margin-bottom: 0.25em;
}

#detail .monthly_cont .lesson_cont .lesson .top .date + .time {
  position: relative;
  width: 20%;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
}

#detail .monthly_cont .lesson_cont .lesson .subject {
  width: 68%;
}

#detail .monthly_cont .lesson_cont .lesson .subject li {
  margin-bottom: 0.5em;
}

#detail .monthly_cont .lesson_cont .lesson .subject li:last-child {
  margin-bottom: 0;
}

#detail .monthly_cont .lesson_cont .lesson .subject li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#detail .monthly_cont .lesson_cont .lesson .subject li dl dt {
  padding: 15px;
  width: 20%;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  -webkit-transform: skewY(2deg);
          transform: skewY(2deg);
}

#detail .monthly_cont .lesson_cont .lesson .subject li dl dt span {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

#detail .monthly_cont .lesson_cont .lesson .subject li dl dd {
  width: 78%;
  font-size: 16px;
}

#detail .monthly_cont .lesson_cont .lesson .subject li.en dl dt {
  background-color: #009245;
}

#detail .monthly_cont .lesson_cont .lesson .subject li.mt dl dt {
  background-color: #0068e5;
}

#detail .monthly_cont .lesson_cont .lesson .subject li.how dl dt {
  background-color: #f7931e;
}

#detail .monthly_cont .lesson_cont .lesson .middle {
  margin-bottom: 20px;
  font-size: 15px;
}

#detail .monthly_cont .lesson_cont .lesson .bottom .bottom.btn_cont {
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#detail .monthly_cont .lesson_cont .lesson .bottom .bottom.btn_cont a {
  width: 100%;
}

#detail .monthly_cont .lesson_cont .lesson .bottom.btn_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#detail .monthly_cont .lesson_cont .lesson .bottom.btn_cont a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  margin-bottom: 20px;
  width: 32%;
  font-size: 25px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  background: #0068e5;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22%, #0068e5), color-stop(99%, #14539b));
  background: linear-gradient(to bottom, #0068e5 22%, #14539b 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068e5', endColorstr='#14539b',GradientType=0 );
  /* IE6-9 */
  border-radius: 1000px;
  -webkit-box-shadow: 7px 15px 12px rgba(0, 0, 0, 0.35), 0px 10px 0 #0068e5;
          box-shadow: 7px 15px 12px rgba(0, 0, 0, 0.35), 0px 10px 0 #0068e5;
}

#detail .monthly_cont .lesson_cont .lesson .bottom.btn_cont a span {
  display: inline-block;
  background-color: #ffdd00;
  font-weight: bold;
  font-size: 27px;
}

#detail .monthly_cont .lesson_cont .lesson .bottom.btn_cont a:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

#detail .monthly_cont .lesson_cont .lesson .bottom.btn_cont a:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

#detail .monthly_cont .lesson_cont .lesson .bottom.course_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#detail .monthly_cont .lesson_cont .lesson .bottom.course_cont .course {
  width: 49%;
}

#detail .monthly_cont .lesson_cont .lesson .bottom.course_cont .course .ttl {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding: 13px;
  text-align: center;
}

#detail .monthly_cont .lesson_cont .lesson .bottom.course_cont .course .ttl span {
  position: absolute;
  right: -13px;
  top: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../img/course_fukidashi.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 116px;
  height: 86px;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  padding: 7px 0 0;
}

#detail .monthly_cont .lesson_cont .lesson .bottom.course_cont .course .ttl.standard {
  background: #0056d3;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0056d3), to(#b2ddf9));
  background: linear-gradient(to right, #0056d3 0%, #b2ddf9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0056d3', endColorstr='#b2ddf9',GradientType=1 );
  /* IE6-9 */
}

#detail .monthly_cont .lesson_cont .lesson .bottom.course_cont .course .ttl.high {
  background: #009245;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#009245), to(#5be89b));
  background: linear-gradient(to right, #009245 0%, #5be89b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009245', endColorstr='#5be89b',GradientType=1 );
  /* IE6-9 */
}

#detail .monthly_cont .lesson_cont .lesson .bottom.course_cont .course .teacher {
  text-align: left;
  padding: 20px 5px;
  font-size: 14px;
}

#detail .monthly_cont .lesson_cont .lesson .bottom.course_cont .course .subject {
  width: 100%;
}

#detail.live .monthly_cont {
  display: none !important;
}

#detail.live .monthly_cont.visible {
  display: block !important;
}

#detail.live .next {
  display: none !important;
}

#detail.live .next.visible {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#detail.live .monthly_cont .btn_cont {
  display: none !important;
}

#detail.live .monthly_cont .btn_cont.visible {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#detail.live .lesson {
  display: none !important;
}

#detail.live .lesson.visible {
  display: block !important;
}

#detail.rec .lesson {
  display: none !important;
}

#detail.rec .lesson.visible {
  display: block !important;
}

#detail.rec .monthly_cont {
  display: none !important;
}

#detail.rec .monthly_cont.visible {
  display: block !important;
}

#detail.rec .choice_lead {
  display: none !important;
}

#detail.rec .choice_lead.visible {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#btn_sub > div {
  display: none;
}

#btn_sub .visible {
  display: block;
}

.enter_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.enter_cont li {
  width: 31%;
}

.enter_cont li dl {
  text-align: center;
}

.enter_cont li dl dt {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 12px 12px 16px;
  border-radius: 10px;
  background-color: #ffdd00;
}

.enter_cont li dl dt span {
  font-weight: bold;
  font-size: 24px;
  color: #0068e5;
}

.enter_cont li dl dt::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-color: #ffdd00;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.enter_cont li dl dd a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  line-height: 1.6;
  border: 3px solid #fff;
  -webkit-box-shadow: 7px 15px 12px rgba(0, 0, 0, 0.35), 0px 5px 0 #0068e5;
          box-shadow: 7px 15px 12px rgba(0, 0, 0, 0.35), 0px 5px 0 #0068e5;
  background: #0068e5;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22%, #0068e5), color-stop(99%, #14539b));
  background: linear-gradient(to bottom, #0068e5 22%, #14539b 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068e5', endColorstr='#14539b',GradientType=0 );
  /* IE6-9 */
  border-color: #fff !important;
}

.enter_cont li dl dd a.btn:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.enter_cont li dl dd a.btn:active {
  -webkit-transform: translate(0, 0) scale(0.95);
          transform: translate(0, 0) scale(0.95);
}

.enter_att {
  margin-top: 30px;
  display: block;
  list-style: none;
}

.enter_att li {
  margin-left: 1em;
  text-indent: -1em;
}

#news_area {
  position: relative;
  margin: 0 auto;
  width: 950px;
  margin-top: 30px;
  text-align: center;
}

#news_area p {
  position: absolute;
  text-align: left;
  font-size: 16px;
  top: 12px;
  left: 170px;
  width: 750px;
}

.hokago_lp .hokago_lead {
  margin-bottom: 20px;
  padding: 18px;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
}

.hokago_lp .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: 140px;
}

.hokago_lp .ttl h1 {
  margin: 0 !important;
  min-width: 42%;
  width: 42%;
  margin-right: 10px !important;
}

.hokago_lp .ttl h1 img {
  width: 100%;
}

.hokago_lp .ttl h2 {
  margin-top: -15px;
  line-height: 1;
  min-width: 55%;
  width: 55%;
  font-size: 48px;
  font-weight: bold;
  color: #333;
}

.hokago_lp .btns_list li {
  margin-bottom: 20px;
}

.hokago_lp .btns_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 228px;
  padding: 10px 24px;
  background-color: #fff;
  border: 4px solid #0068e5;
  -webkit-box-shadow: 5px 13px 12px rgba(0, 0, 0, 0.35), 0px 5px 0px #0068e5;
          box-shadow: 5px 13px 12px rgba(0, 0, 0, 0.35), 0px 5px 0px #0068e5;
  color: #0068e5;
  border-radius: 10px;
}

.hokago_lp .btns_list li a:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.hokago_lp .btns_list li a:active {
  -webkit-transform: translate(0, 0) scale(0.95);
          transform: translate(0, 0) scale(0.95);
}

.hokago_lp .btns_list li a .img_box {
  min-width: 28%;
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hokago_lp .btns_list li a .img_box img {
  width: 100%;
}

.hokago_lp .btns_list li a .txt_box {
  padding: 10px;
  min-width: 50%;
  width: 50%;
}

.hokago_lp .btns_list li a .txt_box dt {
  color: #0068e5;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}

.hokago_lp .btns_list li a .txt_box dd {
  font-size: 18px;
  color: #333;
}

.hokago_lp .btns_list li a .go_box {
  position: relative;
  min-width: 15%;
  width: 15%;
}

.hokago_lp .btns_list li a .go_box span {
  position: absolute;
  top: 14px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 0 70px 70px;
  border-color: transparent transparent transparent #007bff;
}

.hokago_lp .btns_list li a .go_box p {
  position: absolute;
  top: 64px;
  right: 27px;
  font-size: 18px;
  color: #fff;
  font-size: 20px;
}
/*# sourceMappingURL=style.css.map */