/* l-footer SP */

@media (max-width: 1023px){
.l-footer {
    background-color: #EDEDED;
    margin-top: 40px;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    padding: 0;
}
.l-footer a{
  text-decoration: none;
}
 a.l-footer__button:link {
    color: #333;
    text-decoration: none;
}
.l-footer a:hover {
  text-decoration: none;
}
.l-footer__toTopBtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    right: 4vw;
    padding: 6vw;
    z-index: 10;
}
.l-footer__toTopBtn::before {
    content: "";
    display: block;
    position: absolute;
    background: #707070;
    width: 7.5vw;
    height: 2px;
    top: 4vw;
    left: 2.25vw;
}
.l-footer__toTopBtn span::before {
    content: "";
    display: block;
    transform: rotate(
45deg
);
    position: absolute;
    width: 4vw;
    height: 4vw;
    top: 6.5vw;
    left: 4vw;
    border-top: 2px solid #707070;
    border-left: 2px solid #707070;
}
.c-contents {
    padding: 0 15px;
}
.l-footer__top {
    display: flex;
    justify-content: space-between;
    padding:50px 0 50px;
}
.l-footer__button {
    display: block;
    width: calc(50% - 10px);
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
    /* font-size: 14px;
    padding: 4px 0 6px; */
    font-size: 24px;
    padding: 8px 0 12px;
}
a.l-footer__button:link {
  color: #585657;
}
 a.l-footer__button:visited {
    color: #333;
}
.l-footer__heading {
    font-weight: 500;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    padding: 24px 5px;
    position: relative;
    color: #707070;
    font-size: 28px;
    padding: 40px 10px;
}
.l-footer__contents {
    display: none;
}
.l-footer__list li {
    border-bottom: 1px solid #fff;
}
.l-footer__list a {
    display: block;
    font-size: 13px;
    padding: 20px 5px 20px 25px;
    color: #707070;
    position: relative;
    font-size: 22px;
    padding: 30px 10px 30px 40px;
}

.l-footer__list a::before {
  content: '';
  display: block;
  border-bottom: 2px solid #707070;
  border-right: 2px solid #707070;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  transform: rotate( -45deg );
  margin-top: -3px;
}
.l-footer__column .l-footer__list .is-blank a:after {
  content: '';
  width: 16px;
  height: 23px;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 17px 0 0;
  background-image: url(/user_data/packages/sphone/all/img/common/icon_blank.gif);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.l-footer__heading::before, .l-footer__heading::after {
  content: '';
  display: block;
  background-color: #707070;
  position: absolute;
}.l-footer__heading::before {
  width: 21px;
  height: 2px;
  top: 50%;
  right: 14px;
}
.l-footer__heading::after {
  width: 2px;
  height: 21px;
  top: 50%;
  right: 23px;
  margin-top: -9px;
}
.l-footer__bottom {
    padding: 30px 0px 15px;
    padding: 60px 0px 30px;
}
.l-footer__logo {
    display: block;
    width: 125px;
    height: 45px;
    margin-bottom: 20px;
    width: 210px;
    height: auto;
    margin-bottom: 30px;
}
.l-footer__logo img {
    display: block;
    width: 100%;
    height: 100%;
}
.l-footer__copy {
    text-align: center;
    color: #707070;
    font-size: 10px;
    font-size: 1.45rem;
}
}
