@charset "UTF-8";
body.sideOpen .commonFooter {
  padding-left: 245px;
}

body.sideOpen #hikariTop .commonFooter {
  padding-left: 0;
}

.commonFooter {
  padding-bottom: 0;
  margin-top: 40px;
  background-color: #fff;
}

.commonFooter * {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  box-sizing: border-box;
}

.commonFooter__toTop {
  background-color: #eaeaea;
  text-align: center;
  font-weight: bold;
  color: #000;
  padding: 24px 0;
  transition: all .3s;
}

.commonFooter__toTop:hover, .commonFooter__toTop:active {
  cursor: pointer;
  box-shadow: 0px 2px 4px 0px rgba(112, 112, 112, 0.3);
}

.commonFooter__toTop span {
  display: inline-block;
  position: relative;
}

.commonFooter__toTop span:before {
  content: "";
  position: absolute;
  left: -22px;
  transform: translate(0, -50%);
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #424242 transparent;
}

.commonFooter__wrap {
  width: 950px;
  margin: auto;
  padding: 50px 0;
}

.commonFooter__mainList {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 0 2px #262626 inset;
  margin-bottom: 40px;
}

.commonFooter__mainItem {
  width: 25%;
  text-align: center;
  border-top: 2px solid #262626;
  border-right: 2px solid #262626;
}

.commonFooter__mainItem a {
  color: #424242;
  font-weight: bold;
  display: block;
  width: 100%;
  transition: all .3s;
  padding: 16px 0;
  text-decoration: none !important;
}

.commonFooter__mainItem a span {
  color: #424242;
  font-weight: bold !important;
  text-decoration: none !important;
}

.commonFooter__mainItem a:hover, .commonFooter__mainItem a:active {
  color: #fff;
  background-color: #262626;
}

.commonFooter__mainItem a:hover span.c-anotherWindow, .commonFooter__mainItem a:active span.c-anotherWindow {
  color: #fff;
}

.commonFooter__mainItem a:hover span.c-anotherWindow:after, .commonFooter__mainItem a:active span.c-anotherWindow:after {
  background-image: url(/hikari/renewal/common/images/icon-another-window-white.svg);
}

.commonFooter__subList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
}

.commonFooter__subItem {
  width: 33.3%;
  margin-bottom: 40px;
}

.commonFooter__subItemTitle {
  font-weight: bold;
  font-size: 16px !important;
  margin-bottom: 16px;
  pointer-events: none;
}

.commonFooter__subItemTitle .switchIcon {
  display: none;
}

.commonFooter__subItemLinkBody {
  margin-left: 0;
}

.commonFooter__subItemLink:not(:last-of-type) {
  margin-bottom: 16px;
}

.commonFooter__subItemLink a {
  text-decoration: none !important;
}

.commonFooter__subItemLink a:hover, .commonFooter__subItemLink a:active {
  text-decoration: underline !important;
}

.commonFooter__relation {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px;
}

.commonFooter__relationList {
  display: flex;
  flex-wrap: wrap;
  width: 780px;
  margin: 0 auto;
  padding-bottom: 28px;
}

.commonFooter__relationItem {
  position: relative;
  margin-bottom: 12px;
}

.commonFooter__relationItem:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: block;
  width: 1px;
  height: 12px;
  background-color: #666;
}

.commonFooter__relationItem a {
  display: block;
  line-height: 1;
  color: #666;
  text-decoration: none !important;
  padding: 4px 16px;
}

.commonFooter__relationItem a:hover, .commonFooter__relationItem a:active {
  text-decoration: underline;
}

.commonFooter__registration {
  text-align: center;
  color: #666;
}

.commonFooter__registrationItem .sp-block {
  display: none;
}

.commonFooter__corporate {
  background: #262626;
  padding: 26px;
  text-align: left;
}

.commonFooter__corporateList {
  margin-top: 0;
  margin-bottom: 0;
}

.commonFooter__corporateLogo {
  margin-bottom: 48px !important;
  width: 101px;
}

.commonFooter__corporateLogo a {
  display: block;
}

.commonFooter__corporateLogo img {
  display: block;
  width: 100%;
  height: auto;
}

.commonFooter__corporateCopy {
  color: #e5e5e5;
}

@media screen and (max-width: 959px) {
  body.sideOpen .commonFooter {
    padding-left: 0;
  }
  .commonFooter__wrap {
    width: 96%;
  }
}

@media screen and (max-width: 559px) {
  .commonFooter {
    margin-top: 5.33333vw;
    background-color: #fff;
  }
  .commonFooter * {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 3.2vw;
  }
  .commonFooter__toTop {
    background-color: #eaeaea;
    text-align: center;
    font-weight: bold;
    padding: 4.8vw 0;
  }
  .commonFooter__toTop:hover, .commonFooter__toTop:active {
    cursor: pointer;
  }
  .commonFooter__wrap {
    background-color: #fff;
    width: auto;
    margin: auto;
    padding: 4.26667vw 4vw;
  }
  .commonFooter__mainList {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 0 2px #262626 inset;
    margin-bottom: 4.26667vw;
  }
  .commonFooter__mainItem {
    width: 50%;
    text-align: center;
    border-top: 2px solid #262626;
    border-right: 2px solid #262626;
  }
  .commonFooter__mainItem a {
    color: #424242;
    font-weight: bold;
    display: block;
    width: 100%;
    transition: all .3s;
    padding: 2.93333vw 0;
  }
  .commonFooter__mainItem a:hover, .commonFooter__mainItem a:active {
    color: #fff;
    background-color: #262626;
  }
  .commonFooter__subList {
    display: block;
    flex-wrap: wrap;
    margin-bottom: 4.26667vw;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
  }
  .commonFooter__subItem {
    width: auto;
    margin-bottom: 0;
  }
  .commonFooter__subItem > .commonFooter__subItemLinkBody {
    display: none;
  }
  .commonFooter__subItemTitle {
    position: relative;
    font-weight: bold;
    font-size: 3.2vw !important;
    margin-bottom: 0;
    padding: 3.2vw 4.26667vw;
    border-top: 1px solid #dfdfdf;
    pointer-events: inherit;
  }
  .commonFooter__subItemTitle .switchIcon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 10.66667vw;
    height: 100%;
    border-left: 1px solid #dfdfdf;
  }
  .commonFooter__subItemTitle .switchIcon span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .commonFooter__subItemTitle .switchIcon span:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 4.53333vw;
    height: 0.8vw;
    background-color: #222;
    border-radius: 0.4vw;
  }
  .commonFooter__subItemTitle .switchIcon span:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .3s;
    transform: translate(-50%, -50%) rotate(-90deg);
    display: block;
    width: 4.53333vw;
    height: 0.8vw;
    background-color: #222;
    border-radius: 0.4vw;
  }
  .commonFooter__subItemTitle.js-openLink .switchIcon span:after {
    transform: translate(-50%, -50%) rotate(0);
  }
  .commonFooter__subItemLinkBody {
    border-top: 1px solid #e1e1e1;
  }
  .commonFooter__subItemLink {
    padding: 0 4.26667vw;
  }
  .commonFooter__subItemLink:not(:last-of-type) {
    margin-bottom: 2.66667vw;
  }
  .commonFooter__subItemLink:first-of-type {
    padding-top: 3.2vw;
  }
  .commonFooter__subItemLink:last-of-type {
    padding-bottom: 3.2vw;
  }
  .commonFooter__subItemLink a {
    text-decoration: none !important;
  }
  .commonFooter__subItemLink a:hover, .commonFooter__subItemLink a:active {
    text-decoration: underline !important;
  }
  .commonFooter__relation {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 4.26667vw;
  }
  .commonFooter__relationList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    margin: 0 auto;
    padding-bottom: 1.06667vw;
  }
  .commonFooter__relationItem {
    position: relative;
    margin-bottom: 3.2vw;
  }
  .commonFooter__relationItem:not(:last-of-type):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    display: block;
    width: 0.26667vw;
    height: 3.2vw;
    background-color: #666;
  }
  .commonFooter__relationItem a {
    display: block;
    line-height: 1;
    color: #666;
    padding: 1.06667vw 3.2vw;
  }
  .commonFooter__relationItem a:hover, .commonFooter__relationItem a:active {
    text-decoration: underline;
  }
  .commonFooter__registration {
    text-align: center;
    color: #666;
  }
  .commonFooter__registrationItem .sp-block {
    display: block;
  }
  .commonFooter__corporate {
    background: #262626;
    padding: 4vw;
  }
  .commonFooter__corporateLogo {
    margin-bottom: 4.26667vw !important;
    width: 15.46667vw;
  }
  .commonFooter__corporateLogo a {
    display: block;
  }
  .commonFooter__corporateLogo img {
    display: block;
  }
  .commonFooter__corporateCopy {
    color: #e5e5e5;
  }
}
