@charset "Shift_JIS";

/*header*/

.saiyou-style .head-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 6px 0;
}

.saiyou-style span.h1-logo {
  width: 94px;
  display: block;
}

.saiyou-style span.h1-logo img {
  width: 100%;
}

.saiyou-style .head-logo a {
  width: auto;
  min-width: auto;
}

.sphead-logo span {
  line-height: 1;
}


/*footer*/

footer .s-footer {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

footer .s-footer dl.reguler-service {
  width: 100%;
  margin-right: 0;
}

footer .s-footer dl {
  margin-right: 40px;
  margin-bottom: 20px;
}

footer .s-footer .reguler-service li:nth-child(2) dl {
  margin-right: 0;
}

@media screen and (max-width: 1120px) {
  footer .s-footer {
    padding: 0 2% 20px 2%;
    justify-content: flex-start;
  }
}

footer .s-footer .title-underline {
  font-size: 90%;
  font-weight: bold;
  color: #143C85;
  position: relative;
  border-bottom: 1px solid #e4e6ec;
  text-align: left;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

footer .s-footer .saiyou-detaile dt {
  font-size: 84%;
  margin-bottom: 8px;
  color: #143C85;
}

footer .s-footer .saiyou-detaile dd {
  font-size: 84%;
  margin-left: 20px;
  line-height: 1.6;
}

footer .s-footer li {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}

footer .s-footer .reguler-service li {
  width: calc(100% / 2 - 0px);
}

.reguler-service ul {
  display: flex;
  flex-wrap: wrap;
}

footer .s-footer dl span:first-child {
  margin-left: 0;
}

footer .s-footer dl .ml-span {
  margin-left: 18px;
}

footer .s-footer dl span {
  display: block;
  position: relative;
  margin-left: 40px;
}

footer .s-footer dl .tel-before::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/saiyou/Union-4.png);
  background-size: 100% auto;
  margin: 0;
  position: absolute;
  top: 4px;
  left: -20px;
}

@media screen and (max-width: 767px) {
  .saiyou-style nav.globalmenu-sp {
    height: 470px;
  }
  .saiyou-detaile span.ml-span {
    display: block;
    padding: 0 20px 14px 20px;
    border-bottom: 1px solid #e4e6ec;
    font-size: 87.5%;
  }
  .saiyou-detaile span.list_arrow.list_arrow01 {
    display: block;
    padding: 0 20px;
    font-size: 87.5%;
  }
  .foot-nav .saiyou-detaile dt {
    border-bottom: none;
    padding: 14px 20px;
  }
  .foot-nav .saiyou-detaile dd {
    display: block;
  }
}

.sp-imgdisplay {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-imgdisplay {
    display: none;
  }
  .sp-imgdisplay {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  nav.globalmenu-sp .ad-menu {
    padding: 20px 4% 20px 20px;
  }
}

@media screen and (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.saiyo-link-btn {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .saiyo-link-btn {
    bottom: 50px;
  }
  nav.globalmenu-sp dl {
    padding-bottom: 0;
  }
  nav.globalmenu-sp .ad-sub-menu {
    position: relative;
    font-size: 75%;
    display: block;
    padding: 20px 4% 20px 20px;
    background-color: #eef3fd;
    border-bottom: 1px solid #e4e6ec;
    text-align: left;
    font-family: 'Noto sans JP';
    color: #333333;
    line-height: 1.45;
    cursor: pointer;
    width: auto;
  }
  .close-btn {
    margin-top: 40px;
  }
  nav.globalmenu-sp .ad-sub-menu:after {
    content: '';
    background: url(../img/global/sp/sp-ellipseft.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    right: 24px;
  }
  nav.globalmenu-sp .ad-sub-menu.open:after {
    background: url(../img/top/icon-close.png) no-repeat;
    background-size: contain;
  }
}