@charset 'UTF-8';

@media screen and (max-width: 767px) {
  #magSPArea .footerListBox__tit {
    position: relative;
    padding-left: 26px;
    background: #e6eff6;
  }
  #magSPArea .footerListBox__tit:after {
    content: "+";
    color: #005eab;
    display: table;
    font-size: 19px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    margin: auto;
  }
  #magSPArea .footerListBox__tit.open:after {
    content: "";
    display: block;
    background: #005eab;
    position: absolute;
    top: 1px;
    right: 28px;
    height: 2px;
    width: 12px;
  }
  #magSPArea .footerList__item {
    background: #edf5f9;
  }
}

@media screen and (min-width: 768px) {
  #magSPArea {
    background: #f6f6f6;
    padding: 20px 0;
    border: 1px solid #fff;
    box-sizing: border-box;
  }
  #magSPArea .footerListBox__tit {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
  }
  #magSPArea .footerListBox__tit:after {
    content: "";
    background: #333;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 1px;
    width: 90%;
  }
  #magSPArea .footerList {
    display: flex;
  }
  #magSPArea .footerList__item {
    line-height: 1.2;
    margin-right: 20px;
  }
  #magSPArea .footerList__link {
    font-size: 12px;
    line-height: inherit;
    color: #333;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #magSPArea .footerListBox__tit:after {
    width: 86%;
  }
  #magSPArea .footerList {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #magSPArea .footerList__item {
    margin-right: 16px;
  }
}
