@charset "UTF-8";

footer {
  background: #222;
  color: #fff
}

@media screen and (min-width:641px) {
  footer {
    padding: 55px 0 5px
  }
}

@media screen and (max-width:640px) {
  footer {
    padding-top: 8px
  }
}

footer .footer-inner {
  max-width: 1240px;
  margin: 0 auto
}

footer .footer-category {
  border-bottom: 1px solid #4e4e4e
}

@media screen and (min-width:641px) {
  footer .footer-category {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px
  }

  footer .footer-category-content {
    flex: 1
  }
}

@media screen and (max-width:640px) {
  footer .footer-category-content {
    padding: 32px 16px 24px
  }
}

footer .footer-category-content-ttl {
  font-size: 16px;
  font-weight: 700;
  padding: 0 8px;
  margin-bottom: 15px
}

@media screen and (max-width:640px) {
  footer .footer-category-content-ttl {
    margin-bottom: 10px
  }
}

footer .footer-category-content ul li a {
  display: inline-block;
  padding: 8px;
  text-decoration: none;
  font-size: 14px;
  color: #fff
}

footer .footer-category-content ul li a:hover {
  text-decoration: underline
}

footer .footer-category-content ul li+li {
  margin-top: 3px
}

@media screen and (max-width:640px) {
  footer .footer-category-content+.footer-category-content {
    border-top: 1px solid #4e4e4e
  }
}

footer .flex {
  display: flex
}

@media screen and (min-width:641px) {
  footer .flex {
    justify-content: space-between;
    align-items: center;
    padding: 30px 5px
  }
}

@media screen and (max-width:640px) {
  footer .flex {
    flex-direction: column-reverse
  }
}

footer .footer-logo {
  display: flex
}

@media screen and (min-width:641px) {
  footer .footer-logo {
    align-items: flex-end
  }
}

@media screen and (max-width:640px) {
  footer .footer-logo {
    align-items: center;
    padding: 32px
  }
}

footer .footer-logo a {
  display: block
}

footer .footer-logo a svg {
  fill: #fff
}

@media screen and (min-width:641px) {
  footer .footer-logo a svg {
    width: 80px;
    height: 28px
  }
}

@media screen and (max-width:640px) {
  footer .footer-logo a svg {
    width: 58px;
    height: 20px
  }
}

footer .footer-logo address {
  font-style: unset;
  margin-left: 20px
}

@media screen and (max-width:640px) {
  footer .footer-sns {
    padding: 32px;
    border-bottom: 1px solid #4e4e4e
  }
}

footer .footer-sns ul {
  display: flex;
  align-items: center
}

@media screen and (max-width:640px) {
  footer .footer-sns ul {
    justify-content: center
  }
}

footer .footer-sns ul li+li {
  margin-left: 25px
}

footer .footer-sns ul a {
  display: block
}

footer .footer-sns ul a:hover {
  opacity: .3
}

footer .footer-sns ul img, footer .footer-sns ul svg {
  width: 30px;
  height: auto
}

footer .footer-sns ul svg {
  fill: #fff
}

body {
  min-height: 100vh;
  margin: 0;
  line-height: 1;
  background: #fff;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict
}

*, :before, :after {
  background-repeat: no-repeat;
  box-sizing: inherit
}

* {
  padding: 0;
  margin: 0
}

:before, :after {
  text-decoration: inherit;
  vertical-align: inherit
}

ul, ol {
  list-style: none
}

a {
  background-color: transparent
}

a:not([href]) {
  cursor: pointer
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: currentColor
}

a:active, a:hover {
  outline-width: 0
}

img, picture {
  display: block;
  max-width: 100%;
  height: auto
}

svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible
}

