@charset "utf-8";

/*********************************************************************
*
*  追加スタイル
*
*********************************************************************/

/* 220801_固定フッターLINE追加 */
footer .f_nav_fixed .line a {
  background-color: #08c755;
}
@media (max-width: 767px) {
  footer .f_nav_fixed a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_medical_wrap .list > ul:not(.__odd) > li:last-child a br,
  .sec_medical_wrap .list > ul:not(.__odd) > li:last-child a br.cs_none_pc {
    display: none;
  }
}

@media (max-width: 767px) {
  header .m_nav_1 .main-menu > li {
    padding: 0 15px 0 30px;
  }
  header .m_nav_1 .main-menu > li::before {
    left: 13px;
  }
  header .m_nav_1 .main-menu > li.menu-item-has-children > i {
    right: 13px;
    top: 8px;
    padding: 20px;
  }
  header .m_nav_1 .sub-menu {
    margin: 0 -10px;
  }
}

/* 下層制御 */
.cs_post_wysiwyg .has-text-align-right {
  text-align: right !important;
}
.cs_post_wysiwyg .has-text-align-center {
  text-align: center !important;
}
.cs_post_wysiwyg .has-text-align-left {
  text-align: left !important;
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 120px;
  }
  footer .copyright {
    /* padding-top: 330px; */
    padding-top: 370px;
  }
  .f_b_link {
    position: absolute;
    bottom: 30px;
    font-size: 0.8em;
    right: 0;
    left: 0;
    margin: auto;
    display: inline-block;
    text-align: center;
  }
  .f_b_link a {
    color: #958783;
    padding-left: 15px;
    text-decoration: none;
  }
  .f_b_link a span {
    position: relative;
  }
  .f_b_link a span::before {
    content: ">";
    position: absolute;
    left: -20px;
    top: 0;
    color: #24c8e6;
  }
}

footer .f_bnr .f_link a img {
  height: initial;
}
.f_link {
  margin-bottom: 16px;
  font-size: 1.3rem;
}
footer .f_bnr .f_link a,
.f_link a {
  display: inline;
}
.f_link a {
  letter-spacing: 1px;
}
