/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 05 2023 | 05:11:57 */
@charset "UTF-8";
/*============================
固定リンクボタンカラー　カスタムボタン1個目の背景色
============================*/
/*============================
.FooterCont
============================*/
footer .footer-adv .footer-adv-overlay {
  border-top: solid 10px #A22041;
  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 .widget_text {
  margin-bottom: 0;
}

.footer-adv-overlay .es-container .widget_text .widget-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

.footer-adv-overlay .es-container .wp-block-columns.has-2-columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-adv-overlay .es-container .footer-adv-widget-1,
.footer-adv-overlay .es-container .footer-adv-widget-2 {
  width: 40%;
}

@media screen and (max-width: 479px) {
  .footer-adv-overlay .es-container .footer-adv-widget-1,
  .footer-adv-overlay .es-container .footer-adv-widget-2 {
    width: 100%;
  }
}

.FooterCont {
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.FooterCont a {
  text-decoration: none;
  color: #A22041;
  text-decoration: underline;
}

.FooterCont .footer_info {
  line-height: 1.6em;
  padding-bottom: 20px;
  text-align: right;
}

@media screen and (max-width: 479px) {
  .FooterCont .footer_info {
    text-align: left;
  }
}

.FooterCont .footer_info p {
  margin-bottom: 0;
}

@media screen and (max-width: 479px) {
  .FooterCont .footer_info p {
    margin-bottom: 0;
  }
}

.FooterCont .footer_info .fo_l {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 7px;
}

@media screen and (max-width: 479px) {
  .FooterCont .footer_info .fo_l {
    font-size: 30px;
  }
}

.FooterCont .footer_info .fo_m {
  font-size: 20px;
  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 .mt10 {
  margin-top: 10px;
}

.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;
}
/*# sourceMappingURL=footer.css.map */