@charset "UTF-8";
/* スマホ (max-width:544px) */
h2{
    font-size: 1.6rem;
    font-weight: bold;
}
h3{
    font-size: 1.5rem;
}
.w-625{
    width: 100%!important;
}
.w-860{
    width: 100%!important;
    margin-top: 0!important;
  }
.fs_xlg{
    font-size: 1.4rem!important;
    font-weight: bold;
}
.fs_lg{
    font-size: 1.4rem!important;
    padding-top: 5px;
}
.fs_llg{
  font-size: 1.4rem!important;
  color: #4A4A42;
}
.fs_md{
    font-size: 1.1rem!important;
    padding: 0 0 30px 0;
}
.ff_a{
  font-size: 1rem!important;
  color: #4A4A42;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main{
    padding-top: 72px;
}
/* section.mainVisual */
section.mainVisual .button-area{
    flex-direction: column;
    align-items: center;
}
section.mainVisual .btn_login {
    margin: 10px auto 20px;
    order: 1;
}
section.mainVisual .snsIcon {
    order: 2;
}
section.mainVisual .button-area .back{
    order: 0;
}
section.mainVisual p{
    line-height: 2.4rem;
    font-size: 1.5rem;
    margin: 0;
}

section.maintitleArea {
    overflow: hidden;
    font-size: 1rem;
}
section.maintitleArea .row-inner{
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    width: 100%;
}
section.maintitleArea .inner-left{
    width: 100%;
    margin-bottom: 15px;
}
section.maintitleArea .inner-right{
    width: 100%;
    margin-bottom: 30px;
}
section.maintitleArea .lead{
    font-size: 1.4rem!important;
    font-weight: bold;
    margin-bottom: 8px;
}

section.mainVisual .main-title h2{
  font-size: 36px;
  background-color: rgb(255, 255, 255,0.65);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 10px 0 30px 0;
}

section.mainVisual .main-title p{
  background-color: rgb(255, 255, 255,0.65);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 30px 0 0 0;
  font-size: 24px;
  font-weight: normal;
  margin-top: 30px;
}

section.greetingArea nav{
    display: none;
}
section.greetingArea .greetingArea-inner {
    padding: 0 10px 0;
}
section.greetingArea .greetingArea-inner h4 {
    background: url(../images/050b.png) no-repeat top center;
    background-size: 65px;
    padding: 30px 0 20px 0;
    margin: 20px auto 0;
    width: 100%;
    font-size: 1.5rem;
}
section.newsArea h4{
    font-size: 1.5rem;
}
section.newsArea ul li{
    display: inline-block;
}
section.newsArea p{
  font-size: 1.1rem;
  margin :0;
  line-height: 1.6;
}

section.newsArea p.date{
    margin-right: 0;
    font-weight: bold;
}
section.overviewArea h4{
    font-size: 1.5rem;
    text-align: center;
}
section.newsArea h4::before {
    width: 100%;
}
section.overviewArea .row-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}
section.overviewArea .inner-card{
    width: 100%;
}
section.overviewArea .inner-text{
    width: 100%;
}
section.overviewArea .inner-text ul{
    margin-bottom: 16px;
}
.btn_01,.btn_02{
    text-align: center;
}
.btn_aplly_01,.btn_aplly_02{
    width: 100%;
    height: 178px;
}
.btn_aplly_01{
    padding: 0 0 30px 0;
    margin-bottom: 60px;
}
nav.faq_nav {
    display: none;
}
nav.sub_nav{
    display: none;
}
section.faqArea .btn_contact {
    margin: 30px auto 0;
}
section.descriptionArea .btn_program{
    width: 250px;
    line-height: 1.8;
}
section.descriptionArea .tuition_fee h5 {
    margin: 0 0 8px 0;
    font-size: 1.1rem;
}
section.descriptionArea .teacher{
    line-height: 1.6;
}
section.descriptionArea .date p span{
    margin: 0;
}

/*contentsArea*/
section.contentsArea h4{
    font-size: 1.5rem;
}

/*faqArea*/
section.faqArea h4{
    font-size: 1.5rem;
}

.img_tarot{
    margin: 0 auto;
    max-width: 150px;
}
.order--0{
    order: 0;
}
.order--1{
    order: 1;
}

.lum-lightbox-inner img{
    padding-top: 70px;
  }

  /* =========================================
   スマホだけ画像を縮める（PCは元のサイズのまま）
========================================= */
@media screen and (max-width: 768px) {

  /* 画像のはみ出し防止 */
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* HTML側の width/height を打ち消す */
  img[width],
  img[height] {
    width: auto !important;
    height: auto !important;
  }

  /* 固定幅ブロックの縮小 */
  .w-625,
  .w-860 {
    width: 100% !important;
    margin: 30px auto 0 !important;
  }
}

/* 講義内容の見出しを“見えるように”最適化 */
section.contentsArea h2,
section.contentsArea h3,
.contentsArea .con_title,
.contentsArea .con_title02,
.con_title,
.con_title02 {
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  line-height: 1.4;
  margin: 2em 0 1em;
  letter-spacing: 0.03em;
}
