.align-vertical {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.align-horizontal {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.align-justify {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  justify-content: space-between;
  justify-content: -webkit-space-between;
  justify-content: -moz-space-between;
  justify-content: -o-space-between;
  justify-content: -ms-space-between;
}

.row-flex {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  display: flexbox;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -o-flexbox;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  box-lines: multiple;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -ms-box-lines: multiple;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.container {
  padding: 0 16px;
  /*width: 100%;*/
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__body {
    /*margin-top: 6rem;*/
    background: #fff;
    color: #fff;
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__body a {
    text-decoration: none;
    color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__body ul li {
    list-style: none;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__content {
    overflow: hidden;
    background: #313131;
    position: relative;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__bg::before, .a-footer-for-pc__bg::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__bg::before {
    left: 0;
    background-color: #282828;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__bg::after {
    right: 0;
    background-color: #282828;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__main {
    padding: 4rem 0 2rem;
    position: relative;
    z-index: 2;
    background-color: #282828;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__item--img {
    margin: auto;
    padding: 0 20px;
    padding-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__item--img img {
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__item--text {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__item--text__lead {
    font-size: 1.2rem;
    margin-top: 8px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__item--text__action {
    font-size: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__item--link {
    border-left: 1px solid #fff;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__item--link ul {
    float: left;
    padding: 0;
    padding-left: 20px;
    margin: 0;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__item--link ul li a:hover {
    color: #c00;
    text-decoration: underline;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__item--link div ul:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__item--link div ul li {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__item--link div ul li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__links li {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__links li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__links img {
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__footer {
    padding: 20px;
    background-color: #000;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__copyright {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__copyright p {
    margin: 10px;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__sns {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__sns p {
    margin-top: 3px;
    margin-bottom: 0;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__sns ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__sns ul li a {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 992px) {
  .a-footer-for-pc__icon {
    pointer-events: none;
  }
}

@media screen and (min-width: 992px) {
  .c-nav-reduction-for-pc__link img {
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .m-wwd-logo__body {
    height: auto;
    font-size: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .btn-footer {
    background-color: #c00;
    color: #fff;
    border: none;
    width: 70%;
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 992px) {
  .fa-external-link-square {
    padding-left: 5px;
  }
}
