.pane-footer {
  width: 100%;
  min-width: 1280px;
  padding: 0;
}

.pane-footer a:hover {
  text-decoration: underline !important;
}

.pane-footer > .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.block-switcher {
  display: none;
}

.block-page-top {
  display: none;
}

.block-footernav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  padding: 30px 60px;
  width: 100%;
  background: #F0F0F0;
}

.block-footernav > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1160px;
}

.block-footernav .menu-category {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.block-footernav .menu-category--column {
  margin-right: 30px;
}

.block-footernav .menu-category--column:last-child {
  margin-right: 0;
}

.block-footernav .menu-category--item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
  padding-left: 10px;
  color: #22304F;
  border-left: 2px solid #22304F;
  font-size: 14px;
  font-weight: bold;
}

.block-footernav .menu-category--item a {
  color: #22304F;
}

.block-footernav .menu-category--item:last-child {
  margin-bottom: 0;
}

.block-footernav .menu-category--subitem {
  margin-top: 20px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: bold;
}

.block-footernav .menu-category--subitem a {
  color: #555555;
}

.block-footernav .menu-category--subitem > li {
  margin-bottom: 20px;
}

.block-footernav .menu-category--subitem > li:last-child {
  margin-bottom: 0;
}

.block-copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0;
  width: 100%;
}

.block-copyright > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}

.sns-inner ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sns-inner ul li {
  padding-left: 30px;
}

.sns-inner .twi-icon img {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
}

.sns-inner .insta-icon img {
  width: 45px;
  height: 45px;
}

.block-copyright > span {
  font-size: 12px;
}

.block-footernav--separetor {
  width: 2px;
  height: 196px;
  position: relative;
}

.block-footernav--separetor::before {
  content: "";
  background-image: linear-gradient(to bottom, #B4B4B4, #B4B4B4 2px, transparent 2px, transparent 10px);
  background-size: 2px 10px;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}




.sponsor-images {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sponsor-images li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

.sponsor-images li:last-child {
  margin-bottom: 0;
}

.sponsor-images dl {
  margin-right: 20px;
}

.sponsor-images dl:last-child {
  margin-right: 0;
}

.sponsor-images--img {
  width: 170px;
  height: 60px;
  border: none;
  border-radius: 4px;
}