

/*     共通       */

.font13 {
  font-size: 13px !important;
}

.font28 {
  font-size: 28px !important;
  line-height: 1.3;
}

.info-block {
  background: #deeafa;
}

.info_ttl_a {
  font-weight: bold;
}

#galley ul {
    display: flex;
    justify-content: space-between;
  }

.m--color {
  color: #224ed4;
}

#module-light .link-area a {
  background:#224ed4;
  border-color:#224ed4;
  
}
#module-light .link-area a:hover {
  color: #224ed4 !important;
}
#module-light .info-text_body {
  font-size: 15px;
}

/*------------------------
記事中テキストリンク 241107追記
------------------------*/

.txt-link_article {
  position: relative;
}
.txt-link_article a {
    font-size: 16px;
    font-weight: bold;
    color: #224ed4 !important;
    padding: 30px 0;
    display: block;
}
.txt-link_article a:hover {
  opacity: 0.7;
}
.txt-link_article a:after {
  content:"→";
  margin-left: 10px;
}



/*------------------------
PCのみに有効なスタイル
------------------------*/

@media screen and (min-width: 768px) {
  /* ここにPCのスタイルを記述する */
  .info_ttl_a, {
    font-size: 42px;
    margin-bottom: 50px;
  }
  .info-block {
    background: #deeafa;
    padding: 80px 50px;
  }
  
  #galley li {
    width: 24%;
    font-size: 16px;
  }
  #galley li a:hover {
    opacity: 0.7;
  }
  #module-light .style-lw-01 {
    margin-bottom: 100px;
  }
  #module-light .style-rw-02 {
    margin: 0 0 100px;
  }
  #module-light .m--lead-style {
    font-size: 26px;
  }
  .tit-center {
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
    font-size: 27px;
  }

  #enquête .link-area a {
    margin-top: 20px;
  }
  #enquête .style-inner {
    margin-bottom: -75px;
  }

  .staff-block {
    margin: 60px 0 0 !important;
}
#galley .style-inner > p {
    font-size: 15px;
    margin-bottom: 40px;
}
#enquête p {
    margin: 0 0 30px;
}
#module-light .footer-basic {
  margin-bottom: 100px;
}
}


/*------------------------
SPのみに有効なスタイル
------------------------*/

@media screen and (max-width: 767px) {
  /* ここにSPのスタイルを記述する */
  #galley li {
    width: 47%;
    font-size: 18px;
    margin-bottom: 20px;
  }
  #galley ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 1.3;
}
#module-light .info-block {
  padding: 40px;
}
#enquête .link-area {
    margin: 10px 20px 30px;
  }

#info .link-area {
    margin: 25px 0 0;
}
.tit-center {
    font-size: 18px;
    font-weight: bold;
    margin: 50px 0 -20px;
    background: #deeafa;
    padding: 30px 20px;
}
#module-light .m--lead-style.pc-none {
  font-size: 19px; /*1107*/
  text-align: center;
}
#area04 .style-inner > p {
    text-align: left;
    margin-bottom: 25px;
    font-size: 15px;
}
#enquête {
    margin: 40 20px;
}
#enquête span {
  display: block;
  text-align: left;
}
#module-light .footer-basic .staff-block {
  padding: 0 20px;
}

#module-light .footer-basic {
  margin-bottom: 80px;
}

#module-light .kv-half--ttl {
  font-size:27px !important;/*1107*/
}
.bottom-lead { /*1107*/
  font-size:15px !important;
  margin: 40px 15px 0;
  text-align: left;
   color:#000;
}

/*------------------------
テキストリンクSPのみ変更　241107
------------------------*/
  .txt-link_article{
    margin-bottom: -30px;
  }
  .txt-link_article a {
    text-align: center;
  }
}


/*------------------------
背景色あり
------------------------*/

#module-light .style-lw-01 .style-inner {
  background: #deeafa;/*1107*/
  padding: 50px 0;
}

/*------------------------
スタッフコメント欄 241114
------------------------*/

#style-staffcomment p.style-lead.m--lead-style.font-bold_jp.font28.sp-none {
    text-align: center !important;
    margin-bottom: 50px !important;
}

@media screen and (min-width: 768px) {
  #style-staffcomment {
    margin-bottom:100px;
  }
  #style-staffcomment .m--text-style {
        width: 660px;
        margin: 20px auto;
        border: 1px solid #ccc;
        padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  #style-staffcomment {
    margin:50px 20px 0;
  }
  #style-staffcomment .m--text-style {
        border: 1px solid #ccc;
        padding: 25px;
  }
  }
