@import url(/assets/fonts/nisshin/style.css);
.icon-newwin {
    margin-left: .35em;
}
i {
    font-family: 'nisshin' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.l-footer {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

.l-bottom__menu {
  width: 100%;
  line-height: 2;
}
.l-bottom__menu ul {
  display: flex;
  align-items: center;
}
.l-bottom__menu ul li {
  width: 50%;
  background: #e60020;
  border-right: #faf7df solid 1px;
  text-align: center;
  list-style-type: none;
  font-family: citizen, sans-serif;
  font-weight: 700;
}
.l-bottom__menu ul li:last-child {
  border-right:none
}
.l-bottom__menu ul li a {
  display:block;
  width: 100%;
  padding: 20px 0;
  text-decoration: none;
  color: #fff;
  align-self: center;
  font-size: 32px;
  border: 2px solid transparent;
  transition: all .2s;
}
.l-bottom__menu ul li a:hover {
  background: #fff;
  transition: all .2s;
  border: 2px solid #e60020;
  color: #e60020;
}

@media only screen and (max-width: 767px) {
  .l-bottom__menu ul li a {
    padding: 26px 0;
    font-size: 28px;
  }
}

 .l-footer {
padding-top: 0;
background-color: #fff;
}
@media only screen and (min-width: 769px) {
.l-footer {
background-color: #f1ede4;
padding-top: 56px;
}
}

.l-footer a:hover{
color: #e60020 !important;
}

.l-footer__wrapper {
  display: none;
}
@media only screen and (min-width: 769px) {
.l-footer__wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto 63px;
   max-width: 1170px;
    width: 87%;
  flex-direction: row;
}
}

.l-footer__logo{
  margin-top: 25px;
  margin-bottom: 26px;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
.l-footer__logo{
  margin-top: 0;
 margin-right: 102px;
}
}

  .l-footer__logo img {
    width: auto !important;
  }

.l-footer .content{
  display: flex;
  justify-content: space-between;
}
.l-footer .content .box{
  margin-right: 32px;
}
@media only screen and (min-width: 769px) {
.l-footer .content .box{
  margin-right: 74px;
}
}
.l-footer .content .box:last-of-type{
  margin-right: 0;
}

.l-footer .content .item{
margin-bottom: 24px !important;
line-height: 1;
}
.l-footer .content .item a{
font-size: 13px !important;
text-decoration: none;
color: #222;
}

.l-footer .content .subList{
margin-top: 16px;
}


.l-footer .content .subItem {
line-height: 1;
margin-bottom: 14px;
}
.l-footer .content .subItem a{
font-size: 12px;
color: #646464;
line-height: 1;
}
.l-footer .other{
  text-align: left;
  background-color: #fff;
}

.l-footer .other .list{
  padding: 25px 22px;

}
@media only screen and (min-width: 769px) {
  .l-footer .other{
  width: 100%;
  padding: 18px 0;
}
.l-footer .other .list{
  display: flex;
  padding: 17px 0 16px;
  justify-content: center;
}
}
.l-footer .other .item{
  display: inline-block;
  margin-right: 1.5em;
  line-height: 1;
}

.l-footer .other .item:nth-child(n+1):nth-child(-n+4){
  margin-bottom: 12px;
}

.l-footer .other .item a{
  color: #646464;
  text-decoration: none !important;
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  .l-footer .other .item:nth-child(n+1):nth-child(-n+4){
  margin-bottom: 0
}
.l-footer .other .item a{
  font-size: 12px;
  color: #222;
  margin-right: 26px;
}
@media only screen and (min-width: 769px) {
.l-footer .other .item a{
  font-size: 14px;
}
}
.l-footer .other .item:last-of-type{
  margin-right: 0;
}
.l-footer .other .item a:hover{
color: #e60020 !important;
}
.l-footer .other .item:last-of-type a{
  margin-right: 0;
}
}
.l-footer__bottom .wrap{
display: flex;
flex-direction: column;
}
@media only screen and (min-width: 769px) {
.l-footer__bottom{
flex-direction: row;
align-items: center;
}
.l-footer__bottom .wrap{
flex-direction: row;
width: auto;
align-items: center;
margin: 0;
}
.l-footer .other .list{
  padding: 0;
  line-height: 1;
}
.l-footer .other .item{
margin-right: 33px;
}
.l-footer .other .item a{
margin-right: 0;
}
.l-footer__logo{
margin-right: 27px;
margin-bottom: 0;
}
.l-footer__copyright{
  line-height: 1;
  padding: 0 !important;
}
}
.l-footer {
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1)
}

.l-footer__sitemap {
  padding: 55px 20px 45px;
  color: #222;
  background: #fff;
  background-size: cover;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.5
}

@media (max-width: 768px) {
  .l-footer__sitemap {
    padding: 0
  }
}

.l-footer__sitemap .icon-newwin {
  display: inline-block
}

body.site-product .l-footer__sitemap--company, body.site-company .l-footer__sitemap--product {
  display: none
}

.l-footer__sitemap li {
  margin-bottom: .85em
}

.l-footer__sitemap li:last-child {
  margin-bottom: 0
}

.l-footer__sitemap a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}

.l-footer__sitemap a:hover {
  text-decoration: underline
}

@media (max-width: 768px) {
  .l-footer__sitemap a, .l-footer__sitemap a:hover {
    text-decoration: none
  }
}

.l-footer__sitemap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1040px;
  margin: auto
}

@media (max-width: 768px) {
  .l-footer__sitemap__inner {
    display: block
  }
}

.l-footer__sitemap__inner>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
  margin-left: 20px
}

.l-footer__sitemap__inner>*:first-child {
  margin-left: 0
}

.l-footer__sitemap__block {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid
}

@media (max-width: 768px) {
  .l-footer__sitemap__block {
    margin: 0
  }
}

.l-footer__sitemap__title {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-weight: 500
}

@media (max-width: 768px) {
  .l-footer__sitemap__title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300
  }
  .l-footer__sitemap__title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    height: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
  }
}

@media (max-width: 768px) {
  body.gnav-0 .l-footer__sitemap__title.l-footer__sitemap__title--0 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-1 .l-footer__sitemap__title.l-footer__sitemap__title--1 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-2 .l-footer__sitemap__title.l-footer__sitemap__title--2 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-3 .l-footer__sitemap__title.l-footer__sitemap__title--3 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-4 .l-footer__sitemap__title.l-footer__sitemap__title--4 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-5 .l-footer__sitemap__title.l-footer__sitemap__title--5 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-6 .l-footer__sitemap__title.l-footer__sitemap__title--6 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-7 .l-footer__sitemap__title.l-footer__sitemap__title--7 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-8 .l-footer__sitemap__title.l-footer__sitemap__title--8 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-9 .l-footer__sitemap__title.l-footer__sitemap__title--9 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-10 .l-footer__sitemap__title.l-footer__sitemap__title--10 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-11 .l-footer__sitemap__title.l-footer__sitemap__title--11 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-12 .l-footer__sitemap__title.l-footer__sitemap__title--12 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-13 .l-footer__sitemap__title.l-footer__sitemap__title--13 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-14 .l-footer__sitemap__title.l-footer__sitemap__title--14 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-15 .l-footer__sitemap__title.l-footer__sitemap__title--15 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-16 .l-footer__sitemap__title.l-footer__sitemap__title--16 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-17 .l-footer__sitemap__title.l-footer__sitemap__title--17 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-18 .l-footer__sitemap__title.l-footer__sitemap__title--18 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-19 .l-footer__sitemap__title.l-footer__sitemap__title--19 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-20 .l-footer__sitemap__title.l-footer__sitemap__title--20 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  .l-footer__sitemap__children {
    display: none
  }
}

.l-footer__sitemap__helpnav {
  margin-top: 50px;
  font-weight: 500
}

.l-footer__sitemap__helpnav:first-child {
  margin-top: 0
}

@media (max-width: 768px) {
  .l-footer__sitemap__helpnav {
    margin-top: 0;
    font-size: 15px;
    font-weight: 300
  }
  .l-footer__sitemap__helpnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .l-footer__sitemap__helpnav li {
    margin: 0;
    width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
  }
  .l-footer__sitemap__helpnav li:nth-child(2n) {
    border-left: 1px solid rgba(0, 0, 0, 0.1)
  }
  .l-footer__sitemap__helpnav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.l-footer__sitemap__misc {
  margin-top: 50px
}

.l-footer__sitemap__misc:first-child {
  margin-top: 0
}

@media (max-width: 768px) {
  .l-footer__sitemap__misc {
    margin-top: 0;
    padding: 18px 20px;
    font-size: 13px
  }
  .l-footer__sitemap__misc li {
    display: inline-block;
    margin: 0;
    margin-right: 1.5em
  }
  .l-footer__sitemap__misc li a {
    display: inline-block;
    padding: .25em 0
  }
}

.l-footer__pagetop {
  position: relative;
  max-width: 1040px;
  margin: auto
}

.l-footer__pagetop a {
  position: absolute;
  top: -23px;
  right: 20px;
  display: block;
  width: 46px;
  height: 0;
  padding-top: 46px;
  color: #fff;
  background: #e60020;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none
}

@media (max-width: 768px) {
  .l-footer__pagetop a {
    top: 50%;
    right: 25px;
    margin-top: -23px
  }
}

.l-footer__pagetop a:hover {
  color: #fff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  text-decoration: none
}

.l-footer__pagetop a:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.l-footer__pagetop a:before {
  content: "";
  font-family: 'nisshin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -7px;
  font-size: 14px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0 70px;
  background: #f2f2f2;
}

@media (max-width: 768px) {
  .l-footer__bottom {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 0;
  }
}

.l-footer__logo span {
  display: block;
  width: 177px;
  height: 0;
  padding-top: 25px;
  background: url(/assets/img/logo.png) no-repeat;
  overflow: hidden
}

.l-footer__switchnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  line-height: 1.25
}

@media (max-width: 768px) {
  .l-footer__switchnav {
    font-size: 14px;
    margin-left: 0;
    width: calc(100% - 177px);
    margin-left: 0
  }
}

.l-footer__switchnav li {
  position: relative
}

.l-footer__switchnav li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 1.4em;
  margin-top: -.6em;
  display: block;
  border-left: 1px solid rgba(0, 0, 0, 0.1)
}

.l-footer__switchnav li:first-child:before {
  content: none
}

.l-footer__switchnav a {
  display: inline-block;
  padding: 3px 20px;
  color: inherit;
  text-decoration: none
}

.l-footer__switchnav a:hover {
  color: #e60020
}

.l-footer__copyright {
  margin-left: auto;
  padding-right: 25px;
  font-size: 12px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  letter-spacing: .08em;
  color: #666
}

@media (max-width: 768px) {
  .l-footer__copyright {
    width: 100%;
    text-align: center;
    padding: 0 40px 43px;
    font-size: 12px;
    line-height: 2.08333;
    letter-spacing: .06em
  }
  .l-footer__copyright>span {
    display: inline-block
  }
}

[lang="en"] .l-footer__copyright {
  margin: auto;
  padding: 0
}
