@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  color: #1a1a1a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  -webkit-text-size-adjust: 100%;
  /*スマホ文字拡大対策*/
  font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif; }

html {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a {
  text-decoration: none; }

a img {
  border: none; }
  a img:hover {
    opacity: 0.7; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@media screen and (min-width: 1101px) {
  .sp-only-inline {
    display: none !important; }
  .pc-only-inline {
    display: inline-block !important; }
  .pc-only {
    display: block !important; }
  .tablet-only {
    display: none !important; }
  .sp-only {
    display: none !important; }
  .tablet-under {
    display: none !important; }
  .sp-none {
    display: block !important; }
  .tablet-upper-inline {
    display: inline-block !important; } }

@media screen and (max-width: 1100px) {
  .sp-only-inline {
    display: none !important; }
  .pc-only-inline {
    display: none !important; }
  .pc-only {
    display: none !important; }
  .tablet-only {
    display: block !important; }
  .sp-only {
    display: none !important; }
  .tablet-under {
    display: block !important; }
  .sp-none {
    display: block !important; }
  .tablet-upper-inline {
    display: inline-block !important; } }

@media screen and (max-width: 600px) {
  .sp-only-inline {
    display: inline-block !important; }
  .pc-only-inline {
    display: none !important; }
  .pc-only {
    display: none !important; }
  .tablet-only {
    display: none !important; }
  .sp-only {
    display: block !important; }
  .tablet-under {
    display: block !important; }
  .sp-none {
    display: none !important; }
  .tablet-upper-inline {
    display: none !important; } }

.u-full-img {
  width: 100%; }

.l-inner {
  margin: 0 70px; }
  @media (max-width: 600px) {
    .l-inner {
      margin: 0 2%; } }

.topNews {
  max-width: 725px;
  margin: 0 auto; }
  @media (max-width: 600px) {
    .topNews {
      padding-bottom: 0; } }

#header {
  position: relative;
  margin-bottom: 20px;
  min-height: 150px;
  padding-left: 30px; }
  @media (max-width: 600px) {
    #header {
      padding-left: 0;
      min-height: 58px;
      margin-bottom: 0;
      padding-bottom: 5px; } }
  #header .logo {
    padding-top: 30px;
    width: auto;
    display: inline-block; }
    @media (max-width: 600px) {
      #header .logo {
        padding-top: 11px;
        padding-left: 8px; } }
  #header .logoImg {
    width: 280px; }
    #header .logoImg img {
      width: 100%; }
    @media (max-width: 1100px) {
      #header .logoImg {
        width: 160px; } }
    @media (max-width: 600px) {
      #header .logoImg {
        width: 30%; } }
  @media (max-width: 600px) {
    #header .logoText {
      font-size: 10px;
      text-align: left; } }
  #header .sp-h-icon {
    width: 58px;
    height: 58px; }
    #header .sp-h-icon img {
      height: 100%; }

.cNav {
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 600px) {
    .cNav {
      font-size: 0; } }
  .cNav ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .cNav ul li {
      border-right: solid 1px #fff; }
      .cNav ul li:nth-child(3) {
        border-right: none; }
      @media (max-width: 600px) {
        .cNav ul li {
          border-right: none; } }
      .cNav ul li a {
        display: inline-block;
        text-align: center;
        width: 183px;
        height: 50px;
        line-height: 50px;
        font-size: 13px;
        font-weight: bold;
        background-color: #E9E9E9; }
        .cNav ul li a:hover {
          opacity: 0.7; }
        .cNav ul li a.member {
          background: #EDABAC;
          color: #fff; }

.gNav {
  position: absolute;
  bottom: 0;
  right: 50px; }
  @media (max-width: 600px) {
    .gNav {
      display: none; } }
  .gNav ul {
    display: inline-block; }
    .gNav ul li {
      position: relative;
      display: inline-block; }
      .gNav ul li:before {
        content: "";
        position: absolute;
        display: block;
        height: 13px;
        border-right: 1px #333 solid;
        left: -3px;
        top: 3px; }
      .gNav ul li:nth-child(2):before {
        display: none; }
      .gNav ul li:nth-child(3):before {
        display: none; }
      .gNav ul li:nth-child(4):before {
        display: none; }
      .gNav ul li a {
        position: relative;
        display: inline-block;
        margin: 0 20px;
        padding-bottom: 6px;
        font-weight: 300;
        font-size: 13px;
        letter-spacing: 0.38em; }
        .gNav ul li a:before {
          content: "";
          position: absolute;
          display: block;
          border-bottom: 3px solid #EDABAC;
          width: 0;
          height: 3px;
          bottom: -3px;
          left: 0;
          -webkit-transition: .4s ease 0s;
          transition: .4s ease 0s; }
        .gNav ul li a:after {
          content: "";
          position: absolute;
          display: block;
          height: 13px;
          border-right: 1px #333 solid;
          right: -20px;
          top: 0; }
        .gNav ul li a:hover {
          text-decoration: none; }
        .gNav ul li a:hover:before {
          width: 100%; }
      .gNav ul li.is-active {
        border-bottom: 3px solid #EDABAC; }

.l-wrap {
  background: #E9E9E9;
  padding-bottom: 150px; }
  @media (max-width: 600px) {
    .l-wrap {
      padding-bottom: 40px;
      margin-bottom: 25px; } }
  .l-wrap .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 600px) {
      .l-wrap .l-inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .l-wrap .l-inner .bannerList {
      margin-right: 10px;
      background: #fff; }
      @media (max-width: 600px) {
        .l-wrap .l-inner .bannerList {
          width: 100%;
          margin: 0 0 20px 0; } }
      @media screen and (min-width: 1101px) {
        .l-wrap .l-inner .bannerList:last-child {
          margin-right: 0; } }
      .l-wrap .l-inner .bannerList__text {
        padding: 15px 0 15px 15px; }
      .l-wrap .l-inner .bannerList a {
        font-size: 13px;
        color: #333;
        text-align: left;
        line-height: 1.8;
        letter-spacing: 0.06em;
        font-weight: 300; }
        .l-wrap .l-inner .bannerList a img {
          width: 100%; }

@media (max-width: 600px) {
  .topNews .secTitle {
    font-size: 20px; } }

.top-slide {
  position: relative;
  overflow: hidden; }
  @media (max-width: 600px) {
    .top-slide {
      max-height: 230px; } }

.Schedule__bag {
  background: #E9E9E9; }

.slide-arrow {
  position: absolute;
  top: 50%;
  width: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 30; }

.slide-arrow img {
  width: 100%; }

.prev-arrow {
  left: 2%; }

.next-arrow {
  right: 2%; }

.pageKey {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 1230px;
  height: 210px;
  margin: 0 auto; }
  @media (max-width: 600px) {
    .pageKey {
      height: 80px; } }
  .pageKey__title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 30px;
    color: #4D4D4D; }
    @media (max-width: 600px) {
      .pageKey__title {
        left: 10px;
        font-size: 20px; } }
    @media (max-width: 600px) {
      .pageKey__title img {
        width: 65%; } }
  .pageKey--master {
    background-image: url(../img/key_master.png); }
  .pageKey--basic {
    background-image: url(../img/key_basic.png); }
  .pageKey--about {
    background-image: url(../img/key_about.png); }
  .pageKey--news {
    height: 157px;
    background-image: url(../img/key_news.png); }
    @media (max-width: 600px) {
      .pageKey--news {
        height: 80px; } }
  .pageKey--faq {
    background-image: url(../img/key_faq.png); }
  .pageKey--form {
    background-image: url(../img/key_form.png); }

.cont-title {
  display: block;
  width: 100px;
  text-align: center;
  width: 100%;
  margin: 0 auto 35px; }
  @media (max-width: 600px) {
    .cont-title {
      margin: 0 auto; } }
  .cont-title--top {
    margin-bottom: 12px;
    font-size: 24px;
    color: #4D4D4D;
    letter-spacing: 0.3rem; }
    @media (max-width: 600px) {
      .cont-title--top {
        margin-bottom: 8px;
        font-size: 26px; } }
    @media (max-width: 600px) {
      .cont-title--top img {
        width: 40%; } }
  .cont-title--top02 {
    margin-bottom: 12px;
    font-size: 24px;
    color: #4D4D4D;
    letter-spacing: 0.3rem; }
    @media (max-width: 600px) {
      .cont-title--top02 {
        margin-bottom: 8px;
        font-size: 26px; } }
    @media (max-width: 600px) {
      .cont-title--top02 img {
        width: 58%; } }
  .cont-title--sub {
    text-align: center;
    display: block;
    margin: 0px auto;
    font-size: 14px; }
    @media (max-width: 600px) {
      .cont-title--sub {
        margin-bottom: 25px;
        font-size: 16px; } }

.fSns {
  margin-bottom: 30px;
  text-align: center; }
  .fSns--sp {
    margin-top: 30px; }
  .fSns a {
    display: inline-block;
    width: 50px; }
    .fSns a img {
      width: 100%; }

.btn-contact {
  display: block;
  margin: 0 10px;
  height: 90px;
  line-height: 90px;
  color: #fff;
  background-color: #EDABAC;
  text-align: center;
  font-size: 18px;
  font-weight: bold; }
  .btn-contact:hover {
    opacity: 0.7; }

#pageTop {
  /*padding-top: 0;*/
  padding-bottom: 0; }
  #pageTop img {
    display: block; }

#footer .footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  background: #ECABAC; }
  @media (max-width: 600px) {
    #footer .footerNav {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      text-align: center; } }
  #footer .footerNav .footerCont {
    margin-right: 70px;
    line-height: 2.76; }
    @media (max-width: 600px) {
      #footer .footerNav .footerCont {
        width: 100%;
        margin: 0 0 30px 0; } }
    #footer .footerNav .footerCont:nth-child(4) {
      margin-right: 0; }
    #footer .footerNav .footerCont h3, #footer .footerNav .footerCont a {
      font-size: 13px;
      color: #fff;
      letter-spacing: 0.2em; }
      #footer .footerNav .footerCont h3:hover, #footer .footerNav .footerCont a:hover {
        text-decoration: underline;
        padding-bottom: 1px; }
    #footer .footerNav .footerCont a {
      font-weight: 300; }
    #footer .footerNav .footerCont h3 a {
      font-weight: bold; }

#footer .footerInner {
  padding: 35px 0 50px 0;
  background: #E9E9E9;
  text-align: center; }
  #footer .footerInner .fSns a {
    margin-right: 10px; }
    #footer .footerInner .fSns a:nth-child(4) {
      margin-right: 0; }
  #footer .footerInner .fLogo {
    margin: 0 auto 30px auto;
    width: 200px; }
    #footer .footerInner .fLogo img {
      width: 100%; }
  #footer .footerInner .copy {
    font-size: 12px;
    color: #AFA291;
    font-weight: 300; }
    @media (max-width: 600px) {
      #footer .footerInner .copy {
        font-size: 10px; } }

.both-area {
  width: 100%;
  display: none;
  position: absolute;
  top: 58px;
  background-color: #EDABAC;
  z-index: 9999999999;
  -webkit-transition: auto !important;
  transition: auto !important; }

.both-area__inner {
  width: auto; }

.menu {
  *zoom: 1; }

.menu:after {
  content: "";
  display: table;
  clear: both; }

.menu b {
  font-size: 15px;
  letter-spacing: 0.05px; }

.menu a, .menu .comeout-link {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  width: 12.5%;
  font-size: 15px;
  display: block;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: bold;
  background: #EDABAC; }

.menu a:not(:last-child):after, .menu .comeout-link:not(:last-child):after {
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  content: "";
  width: 1px;
  height: 50%;
  color: #fff;
  background-color: #fff; }

.menu a span, .menu .comeout-link span {
  font-size: 12px;
  letter-spacing: -0.01em;
  font-weight: normal;
  display: block; }

.menu a.is-active, .menu .comeout-link.is-active {
  background-color: #EDABAC; }

.comeout {
  display: none;
  position: absolute;
  width: 100%;
  top: 67px;
  z-index: 100;
  -webkit-transition: auto !important;
  transition: auto !important; }

.comeout-list {
  padding: 20px 0;
  overflow: hidden;
  background-color: #EDABAC;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.comeout-list a {
  display: block;
  width: 135px;
  margin-right: 20px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.4; }

.comeout-list a:last-child {
  margin-right: 0; }

.comeout-list a:after {
  content: none !important; }

.comeout-list a span {
  display: inline-block;
  margin-top: 5px; }

.menu {
  background-color: #EDABAC; }

.menu .comeout {
  position: static; }

.menu a, .menu .comeout-link {
  width: 100%;
  margin: 0 auto 0 auto;
  float: none;
  text-align: left;
  line-height: 1;
  padding-left: 10px;
  background-size: 16px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff; }

.menu a:not(:last-child):after, .menu .comeout-link:not(:last-child):after {
  content: none; }

.menu a b, .menu .comeout-link b {
  display: inline-block;
  width: 42%; }

.menu a span, .menu .comeout-link span {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff; }

.menu .comeout-link {
  position: relative; }

.menu .comeout-link:before {
  position: absolute;
  right: 10px;
  top: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 25px;
  height: 14px;
  background: url(../img/arrow_down.png) no-repeat;
  background-size: cover;
  z-index: 10; }

.menu .comeout-link.is-active {
  background-color: #EDABAC; }

.menu .comeout-link.is-active:before {
  background: url(../img/arrow_up.png) no-repeat;
  background-size: cover; }

.menu .comeout-list {
  display: block;
  background-color: #EDABAC;
  padding-bottom: 0;
  padding-top: 0;
  margin: 0 auto; }

.menu .comeout-list a {
  display: block;
  width: 100%;
  background-size: 6px;
  padding-left: 35px; }

.menu .comeout-list a:hover {
  background: #DD8B8A; }

.menu .comeout-list a img {
  display: none; }

.menu .comeout-list a .n-year {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal; }

.menu a.menu-info-link {
  background-color: #E9E9E9;
  border-top: 1px solid #fff; }

.menu a.menu-info-link span {
  color: #534741; }

.slidein-area {
  border-bottom: 1px solid #fff;
  padding: 3px 0; }

.menu > a {
  padding: 18px 10px; }

.sp-menu > img {
  opacity: 1 !important; }

.pankuzu {
  margin-top: 10px;
  margin-bottom: 50px; }
  .pankuzu li {
    display: inline-block;
    font-size: 12px;
    color: #8C8C8C; }
    @media (max-width: 600px) {
      .pankuzu li {
        font-size: 10px; } }
    .pankuzu li a {
      color: #8C8C8C; }
    .pankuzu li:hover {
      text-decoration: underline;
      padding-bottom: 1px; }

@media (max-width: 600px) {
  #commonPage .information table,
  #commonPage .information .about-map {
    width: 100%; } }

.courseWrap {
  position: relative;
  width: calc(70vw + 240px);
  margin: 0 auto;
  max-width: 1200px; }
  @media (max-width: 600px) {
    .courseWrap {
      width: 100%; } }

.news-inner {
  width: calc(70vw + 240px);
  margin: 0 auto;
  max-width: 1200px; }
  @media (max-width: 600px) {
    .news-inner {
      width: 100%; } }

.courseInner {
  color: #4D4D4D;
  width: 60vw;
  max-width: 880px; }

.side-bar {
  position: absolute;
  top: 20px;
  right: 0;
  width: 244px;
  background: #fff;
  /*li.bar-active{
      background-color: #ddd;
      opacity: 1;
    }
  /*.bar-top {
    border-left: 8px solid #EDABAC;
    background-color: #fff;
  }*/ }
  .side-bar a {
    display: block;
    padding-left: 15px;
    margin: 23px 0 23px 0;
    position: relative;
    color: #333;
    font-size: 13px;
    font-weight: 300;
    /*line-height: 2.3;*/
    letter-spacing: 0.06em; }
    .side-bar a:hover {
      opacity: 0.7; }
  .side-bar li.is-active {
    opacity: 1; }
    .side-bar li.is-active a {
      width: 244px;
      display: inline-block;
      padding: 17px 0 17px 15px;
      margin: 5px 0;
      font-weight: bold;
      background-color: #EDABAC; }
    .side-bar li.is-active.bar-active a {
      width: 244px;
      display: inline-block;
      padding: 17px 0 17px 15px;
      margin: 0px 0 5px 0;
      background-color: #EDABAC; }
  .side-bar .bar {
    position: relative;
    width: 240px;
    border-bottom: 1px solid #E5E5E5; }
  .side-bar .bar-top {
    border-bottom: 1px solid #000; }
    .side-bar .bar-top a {
      font-weight: bold; }

.bar span {
  position: absolute;
  right: 12px; }

.courseTitle {
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 8px 8px 8px 17px;
  font-size: 20px;
  font-weight: bold;
  border-left: 6px solid #EDABAC; }
  @media (max-width: 600px) {
    .courseTitle {
      margin-top: 40px;
      font-size: 18px;
      margin-bottom: 20px; } }

.courseContent {
  line-height: 2.6;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 80px; }
  @media (max-width: 600px) {
    .courseContent {
      line-height: 2;
      margin-bottom: 40px; } }

.courseContent p {
  font-size: 13px;
  font-weight: 300;
  color: #333; }

.courseContent a {
  color: #0000FF; }
  .courseContent a:hover {
    text-decoration: underline; }

.courseCustomize-ml, #courseCustomize h3, #courseCustomize table, #courseCustomize p, #courseCustomize p + .btnArea, #courseCustomize ul, #courseCustomize .thumbnailArea {
  margin-left: 40px; }
  @media (max-width: 600px) {
    .courseCustomize-ml, #courseCustomize h3, #courseCustomize table, #courseCustomize p, #courseCustomize p + .btnArea, #courseCustomize ul, #courseCustomize .thumbnailArea {
      margin-left: 0; } }

#courseCustomize .courseCustomizeSec {
  margin-bottom: 70px; }

#courseCustomize h3 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-left: 0; }
  @media (max-width: 600px) {
    #courseCustomize h3 {
      font-size: 16px; } }

#courseCustomize table {
  margin-bottom: 20px;
  margin-left: 0;
  border: 1px solid #D5A2A3;
  border-collapse: collapse;
  font-size: 13px;
  font-weight: 300; }
  @media (max-width: 600px) {
    #courseCustomize table {
      width: 100%; } }
  #courseCustomize table tr:last-child th {
    border-bottom: 0; }
  #courseCustomize table th {
    padding: 20px;
    background-color: #D5A2A3;
    color: #fff;
    border-bottom: 1px solid #fff; }
  #courseCustomize table td {
    padding: 20px;
    background-color: #fff;
    color: #4D4D4D;
    border-bottom: 1px solid #D5A2A3; }

#courseCustomize p {
  margin-left: 0;
  line-height: 2.6;
  color: #4D4D4D;
  font-size: 13px;
  font-weight: 300; }
  @media (max-width: 600px) {
    #courseCustomize p {
      line-height: 2;
      text-align: justify; } }
  #courseCustomize p + .btnArea {
    margin-top: 30px;
    margin-left: 0; }

#courseCustomize ul {
  margin-bottom: 70px;
  margin-left: 0;
  font-size: 13px;
  font-weight: 300; }
  @media (max-width: 600px) {
    #courseCustomize ul {
      margin-bottom: 30px; } }
  #courseCustomize ul li {
    position: relative;
    padding-left: 20px;
    line-height: 2.6;
    color: #4D4D4D;
    margin-bottom: 20px; }
    @media (max-width: 600px) {
      #courseCustomize ul li {
        line-height: 2;
        text-align: justify; } }
    #courseCustomize ul li:before {
      display: block;
      content: '';
      position: absolute;
      top: 1.1em;
      left: 0.1em;
      width: 6px;
      height: 6px;
      background-color: #D5A2A3;
      border-radius: 100%; }
      @media (max-width: 600px) {
        #courseCustomize ul li:before {
          top: 1em; } }

#courseCustomize .thumbnailArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-left: 0;
  width: 70%;
  /* 1つの場合 */
  /* 2つの場合 */
  /* 3つの場合 */ }
  @media (max-width: 600px) {
    #courseCustomize .thumbnailArea {
      display: block;
      width: 100%; } }
  #courseCustomize .thumbnailArea img {
    margin-right: 1%; }
    #courseCustomize .thumbnailArea img:last-child {
      margin-right: 0; }
  #courseCustomize .thumbnailArea img:only-child {
    width: 70%; }
  #courseCustomize .thumbnailArea img:first-child:nth-last-child(2),
  #courseCustomize .thumbnailArea img:first-child:nth-last-child(2) ~ img {
    width: 48%; }
  #courseCustomize .thumbnailArea img:first-child:nth-last-child(3),
  #courseCustomize .thumbnailArea img:first-child:nth-last-child(3) ~ img {
    width: 30%; }
    @media (max-width: 600px) {
      #courseCustomize .thumbnailArea img:first-child:nth-last-child(3),
      #courseCustomize .thumbnailArea img:first-child:nth-last-child(3) ~ img {
        width: 32%; } }

#courseCustomize .btnDisc {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 15px; }

#courseCustomize .btnArea {
  margin-bottom: 50px; }

#courseCustomize .btnWrap--center {
  text-align: center; }

#courseCustomize .btn {
  position: relative;
  padding: 15px 35px 15px 35px;
  min-width: 209px;
  max-width: 80%;
  display: inline-block;
  background-color: #80B93F;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-left: 0; }
  @media (max-width: 600px) {
    #courseCustomize .btn {
      margin-left: 0;
      max-width: 100%;
      width: 100%;
      line-height: 1.6; } }
  #courseCustomize .btn:hover {
    opacity: 0.7; }
  #courseCustomize .btn:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3%;
    display: block;
    content: "";
    width: 10px;
    height: 20px;
    background: url(../img/arrow_right_white.png) no-repeat;
    background-size: cover; }

#courseCustomize .btnDisc {
  line-height: 1.4; }

.lead_text {
  line-height: 2.6;
  margin-bottom: 100px;
  font-size: 13px;
  font-weight: 300; }
  .lead_text a {
    color: #0000FF; }

/*.newsWhatLink{
  margin-bottom: 150px;
}*/
.courseBoxArea .courseBox {
  position: relative;
  display: block;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: dotted 1px #D3D3D3; }

.courseBoxArea .courseBoxTitle {
  border-left: 5px solid #EDABAC;
  padding: 8px 8px 8px 17px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 38px; }

.courseBoxArea .courseBoxInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.courseBoxArea .courseBoxCap {
  position: relative;
  width: 238px;
  height: 238px;
  margin-right: 20px; }
  @media (max-width: 600px) {
    .courseBoxArea .courseBoxCap {
      width: 100%; } }
  .courseBoxArea .courseBoxCap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover'; }

.courseBoxArea .courseBoxInfo {
  width: calc(100% - 238px - 20px); }
  @media (max-width: 600px) {
    .courseBoxArea .courseBoxInfo {
      width: 100%; } }
  .courseBoxArea .courseBoxInfo--auto {
    width: auto; }

.courseBoxArea .courseBoxText {
  margin-bottom: 1em;
  line-height: 1.8;
  font-size: 13px;
  font-weight: 300; }
  .courseBoxArea .courseBoxText p {
    color: #4D4D4D; }

.courseBoxArea .courseBoxBtn {
  position: absolute;
  bottom: 0;
  padding: 20px 35px 20px 35px;
  min-width: 18px;
  max-width: 80%;
  display: inline-block;
  background-color: #ECAAAB;
  font-size: 14px;
  color: #fff;
  font-weight: 300; }
  @media (max-width: 600px) {
    .courseBoxArea .courseBoxBtn {
      position: relative; } }
  .courseBoxArea .courseBoxBtn--posS {
    position: relative;
    margin-top: 30px;
    min-width: 180px; }
  .courseBoxArea .courseBoxBtn:hover {
    opacity: 0.7; }
  .courseBoxArea .courseBoxBtn:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5%;
    display: block;
    content: "";
    width: 10px;
    height: 20px;
    background: url(../img/arrow_right_white.png) no-repeat;
    background-size: cover; }

.catTitle {
  text-align: center;
  font-size: 29px;
  margin-bottom: 35px;
  line-height: 1.5; }
  .catTitle span {
    font-size: 16px; }

.newsCat.catGreen {
  background-color: #b9cd80; }

.newsCat.catGreen span {
  font-size: 10px;
  position: relative;
  top: -1px; }

.postArea .postText {
  margin-left: 0;
  word-break: break-all; }

.postArea .layoutArea p img {
  max-width: 100%;
  height: auto; }

.postArea .postHead {
  display: block; }

.postArea .postHead .postDate {
  margin-bottom: 20px; }

.postText img {
  max-width: 100%; }

#jp-relatedposts {
  display: none;
  padding: 10px; }

.faqSec {
  width: 880px;
  margin: 0 auto; }
  @media (max-width: 1100px) {
    .faqSec {
      width: auto; } }

#commonPage .courseInner {
  margin-left: 0; }

.courseInner .News {
  max-width: 725px;
  margin: 0 auto; }

.courseInner .NewsInner {
  padding-bottom: 135px; }
  @media (max-width: 1100px) {
    .courseInner .NewsInner {
      padding-bottom: 0; } }

.courseInner .newsList a .newsDate {
  width: 70px;
  line-height: 1.5;
  font-weight: bold; }
  @media (max-width: 600px) {
    .courseInner .newsList a .newsDate {
      width: 100%;
      margin-bottom: 5px; } }

@media (max-width: 1100px) {
  .newsList {
    padding-left: 0; } }

@media screen and (max-width: 900px) {
  .side-bar {
    display: none; }
  .courseInner {
    width: 100%;
    padding: 0 10px; } }

.faqSec {
  margin-bottom: 40px; }
  .faqSec .faqTitle {
    margin-bottom: 30px;
    padding: 12px 16px;
    font-size: 20px; }
    @media (max-width: 1100px) {
      .faqSec .faqTitle {
        font-size: 18px; } }
  .faqSec .faqBox {
    margin-bottom: 24px; }

.slick-slider div {
  -webkit-transition: none;
  transition: none; }

/*# sourceMappingURL=renewal.css.map*/