/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 13 2022 | 06:20:02 */

@charset "UTF-8";
/*============================
固定リンクボタンカラー　カスタムボタン1個目の背景色
============================*/
.footer_bt_bar .bt_group .custom-link-button:nth-of-type(1) a.wp-block-button__link {
  background: #ffeb3b !important;
}

/*============================
.FooterCont
============================*/
footer .footer-adv .footer-adv-overlay {
  border-top: solid 10px #157ac6;
  margin: 0 !important;
  padding: 0 !important;
}

.footer-adv-overlay .es-container {
  padding: 30px 0 !important;
}

@media screen and (max-width: 479px) {
  .footer-adv-overlay .es-container {
    padding: 20px !important;
  }
}

.footer-adv-overlay .es-container li a:before {
  display: none;
}

.footer-adv-overlay .es-container .menu-item-3319 a,
.footer-adv-overlay .es-container .menu-item-3320 a,
.footer-adv-overlay .es-container .menu-item-3321 a {
  display: block;
  position: relative;
  color: #333;
}

@media screen and (max-width: 479px) {
  .footer-adv-overlay .es-container .menu-item-3319 a,
  .footer-adv-overlay .es-container .menu-item-3320 a,
  .footer-adv-overlay .es-container .menu-item-3321 a {
    padding-left: 20px;
  }
}

.footer-adv-overlay .es-container .menu-item-3319 a::before,
.footer-adv-overlay .es-container .menu-item-3320 a::before,
.footer-adv-overlay .es-container .menu-item-3321 a::before {
  position: absolute;
  display: block !important;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: -16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 479px) {
  .footer-adv-overlay .es-container .menu-item-3319 a::before,
  .footer-adv-overlay .es-container .menu-item-3320 a::before,
  .footer-adv-overlay .es-container .menu-item-3321 a::before {
    left: 5px;
  }
}

.footer-adv-overlay .es-container .menu-item {
  list-style: none;
  margin-bottom: 10px;
}

.footer-adv-overlay .es-container .menu-item a {
  color: #157ac6;
}

.footer-adv-overlay .es-container .menu-item a:before {
  display: none;
}

.footer-adv-overlay .es-container .menu-item .sub-menu {
  list-style: none;
  line-height: 1.2em;
}

.footer-adv-overlay .es-container .menu-item .sub-menu a {
  color: #333;
  position: relative;
  margin-bottom: 10px;
}

.footer-adv-overlay .es-container .menu-item .sub-menu a::before {
  position: absolute;
  display: block !important;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: -16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.FooterCont {
  background: #ebedf4;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.FooterCont a {
  text-decoration: none;
  color: #fff;
}

.FooterCont .footer_info {
  line-height: 1.6em;
  padding-bottom: 20px;
}

@media screen and (max-width: 479px) {
  .FooterCont .footer_info {
    text-align: center;
  }
}

.FooterCont .footer_info .fo_l {
  color: #157ac6;
  font-size: 28px;
  font-family: "Noto Sans";
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 7px;
}

@media screen and (max-width: 479px) {
  .FooterCont .footer_info .fo_l {
    font-size: 20px;
  }
}

.FooterCont .footer_info .fo_m {
  font-size: 20px;
  font-family: "Noto Sans";
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 7px;
}

@media screen and (max-width: 479px) {
  .FooterCont .footer_info .fo_m {
    font-size: 16px;
  }
}

.FooterCont .footer_info .fo_s {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 479px) {
  .FooterCont .footer_info .fo_s {
    font-size: 12px;
  }
}

.FooterCont .footer_info hr {
  margin: 10px;
}

.FooterCont .footer_logo {
  width: 255px;
  height: 60px;
  background: url(https://utcoop.re-ws.jp/wp-content/uploads/sites/624/2021/12/logo.png) no-repeat;
  background-size: 255px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 479px) {
  .FooterCont .footer_logo {
    margin: auto;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=footer.css.map */