.lm-header-nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .lm-header-nav__list {
    display: block;
    overflow: scroll;
    width: 100%;
  }
}

.lm-header-nav__item {
  width: 33.33333%;
  margin-top: 30px;
  padding: 0;
  box-sizing: border-box;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "SST W20 Bold", "SST W55 Bold", Arial, "Helvetica Neue", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (max-width: 640px) {
  .lm-header-nav__item {
    padding: 20px 20px 20px 20px;
    margin-top: 0;
    width: 100%;
    border-bottom: 1px solid #DADADA;
  }
}
.lm-header-nav__item .lm-in-list {
  margin: 6px 0 0 13px;
  padding: 0;
  padding-left: 13px;
  list-style: none;
  font-size: 0.75rem;
  line-height: 1.1;
}
@media screen and (max-width: 640px) {
  .lm-header-nav__item .lm-in-list {
    margin: 9px 0 0 25px;
    padding: 0;
  }
}
.lm-header-nav__item .lm-in-list__item {
  position: relative;
}
.lm-header-nav__item .lm-in-list__item:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #656565;
  border-right: solid 1px #656565;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  margin-left: -12px;
  transform: rotate(180deg);
}
.lm-header-nav__item .lm-in-list__item-link {
  font-family: "SST W20 Roman", "SST W55 Regular", Arial, "Helvetica Neue", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  display: block;
  text-decoration: none;
  color: #656565;
}
.lm-header-nav__item .lm-in-list__item-link:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: solid #656565;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin: 0 0 1px 0.64rem;
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform, margin;
  margin-left: 10px;
}
.lm-header-nav__item .lm-in-list__item-link:hover {
  color: #3865E0;
}
.lm-header-nav__item .lm-in-list__item-label {
  display: inline-block;
  padding: 6px 0 6px 0;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .lm-header-nav__item .lm-in-list__item-label {
    padding: 9px 0 6px 0;
  }
}

.lm-header-nav__item:nth-of-type(1),
.lm-header-nav__item:nth-of-type(2),
.lm-header-nav__item:nth-of-type(3) {
  margin-top: 0;
}

.lm-header-nav__link {
  text-decoration: none;
  color: #656565;
}
@media screen and (max-width: 640px) {
  .lm-header-nav__link {
    position: relative;
    display: block;
    padding: 0;
    font-weight: bold;
    font-family: "SST W20 Bold", "SST W55 Bold", Arial, "Helvetica Neue", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 0.875rem;
  }
}
.lm-header-nav__link:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: solid #656565;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin: 0 0 1px 0.64rem;
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform, margin;
}
.lm-header-nav__link:hover {
  color: #3865E0;
}

.lm-content-header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1190px;
  margin: 0 auto;
  padding-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .lm-content-header__main {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 0 15px 0;
  }
  .lm-content-header__main .m-h1 {
    margin-top: 0;
  }
}

.lm-content-header {
  position: relative;
  border-bottom: 1px solid #c8c8c8;
  z-index: 1;
  background: #fff;
  min-width: 1190px;
}
@media screen and (max-width: 640px) {
  .lm-content-header {
    min-width: 100%;
    padding: 15px 0;
  }
}

.lm-content-header__upper-wrap {
  width: 1190px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .lm-content-header__upper-wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    align-items: flex-start;
  }
}

.lm-content-header__breadcrumbs {
  max-width: 1115px;
}
@media screen and (max-width: 640px) {
  .lm-content-header__breadcrumbs {
    max-width: 80%;
  }
}

.lm-content-header__breadcrumbs-list {
  margin: 0;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 0;
  padding-bottom: 8px;
  font-size: 0.625rem;
  color: #656565;
  list-style-type: none;
}
@media screen and (max-width: 640px) {
  .lm-content-header__breadcrumbs-list {
    padding-top: 0;
  }
}

.lm-content-header__breadcrumbs-item {
  list-style: none;
  display: inline-block;
}

.lm-content-header__breadcrumbs-item:not(:last-child) {
  position: relative;
}

.lm-content-header__breadcrumbs-item:not(:last-child) ::after {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
}

.lm-content-header__breadcrumbs-link {
  text-decoration: underline;
  color: #656565;
  font-family: "SST W20 Roman", "SST W55 Regular", Arial, "Helvetica Neue", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}
.lm-content-header__breadcrumbs-link:hover {
  color: #3865E0;
}

.lm-content-header__breadcrumbs-text {
  font-family: "SST W20 Roman", "SST W55 Regular", Arial, "Helvetica Neue", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.lm-content-header__container-title {
  font-size: 1.875rem;
  font-weight: bold;
  font-family: "SST W20 Bold", "SST W55 Bold", Arial, "Helvetica Neue", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  color: #3B4043;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .lm-content-header__container-title {
    margin-top: 10px;
    font-size: 1.365rem;
  }
}

.lm-content-header__container-lang {
  font-size: 0.875rem;
  color: #656565;
}
.lm-content-header__container-lang .lm-content-header__container-lang-link:first-child {
  padding-right: 7px;
  margin-right: 2px;
  border-right: 1px solid #A3A3A3;
}
.lm-content-header__container-lang .lm-content-header__container-lang-link:last-child {
  margin-left: 2px;
}
.lm-content-header__container-lang a.lm-content-header__container-lang-link {
  text-decoration: none;
  font-family: "SST W20 Roman", "SST W55 Regular", Arial, "Helvetica Neue", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}
.lm-content-header__container-lang a.lm-content-header__container-lang-link:hover {
  text-decoration: underline;
}
.lm-content-header__container-lang span.lm-content-header__container-lang-link {
  font-weight: bold;
  font-family: "SST W20 Bold", "SST W55 Bold", Arial, "Helvetica Neue", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
}

.lm-content-header__default {
  width: 100%;
  background: #fff;
  visibility: visible;
}

.lm-content-header__floating {
  width: 100%;
  min-height: 58px;
  background: #f8f8fa;
  visibility: hidden;
  align-items: flex-start;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-58px);
  transition: transform 400ms ease-in-out, opacify 800ms ease-in-out;
}
.lm-content-header__floating .lm-content-header__main {
  padding-bottom: 0;
  background: #f8f8fa;
}
@media screen and (max-width: 640px) {
  .lm-content-header__floating .lm-content-header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: 0;
  }
}
.lm-content-header__floating h1 {
  font-size: 1.875rem;
  line-height: 58px;
  font-weight: bold;
  font-family: "SST W20 Bold", "SST W55 Bold", Arial, "Helvetica Neue", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .lm-content-header__floating h1 {
    font-size: 1.365rem;
    line-height: 1.4em;
  }
}

.lm-content-header-nav-container {
  position: relative;
  min-width: 1190px;
  width: 100vw;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .lm-content-header-nav-container {
    width: 100%;
    min-width: 100%;
  }
}

.lm-content-header-nav {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  padding: 50px 0 30px;
  width: 100vw;
  min-width: 1190px;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 1;
  transition: transform 400ms ease-in-out;
}
@media screen and (max-width: 640px) {
  .lm-content-header-nav {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .lm-content-header-nav {
    padding: 0;
    border-width: 1px;
  }
}

.lm-content-header__container-menu {
  z-index: 1;
  width: 1190px;
  margin: 0 auto;
  overflow-y: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .lm-content-header__container-menu {
    width: 100%;
    overflow-y: auto;
  }
}

.lm-content-header__container-btn {
  position: relative;
  display: block;
  height: 22px;
  margin-top: 0;
  border-radius: 4px;
  padding: 4px 23px 4px 8px;
  font-size: 0.75rem;
  background: #fff;
  border: 1px solid #656565;
  color: #656565;
  text-decoration: none;
  transition: color 0.3s;
  font-family: "SST W20 Roman", "SST W55 Regular", Arial, "Helvetica Neue", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  white-space: nowrap;
}
.lm-content-header__container-btn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  width: 5px;
  height: 5px;
  border-bottom: solid 2px #707070;
  border-right: solid 2px #707070;
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .lm-content-header__container-btn {
    margin-left: 0.625rem;
  }
}

.lm-content-header-nav-bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out;
  cursor: pointer;
}

body.lm-is-content-header-fixed .lm-content-header {
  z-index: 50;
}
body.lm-is-content-header-fixed .lm-content-header__default {
  visibility: hidden;
}
body.lm-is-content-header-fixed .lm-content-header__floating {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

body.lm-is-content-header-open {
  overflow-y: hidden;
}
body.lm-is-content-header-open .lm-content-header {
  z-index: 50;
}
body.lm-is-content-header-open .lm-content-header__default .lm-content-header-nav {
  display: block;
}
body.lm-is-content-header-open .lm-content-header-nav-bg {
  opacity: 1;
  visibility: visible;
}
body.lm-is-content-header-open .lm-content-header__container-btn::after {
  top: 4px;
  transform: rotate(225deg);
}

body.lm-is-content-header-fixed.lm-is-content-header-open .lm-content-header__floating {
  transition: none;
}
body.lm-is-content-header-fixed.lm-is-content-header-open .lm-content-header__floating .lm-content-header-nav {
  display: block;
}
body.lm-is-content-header-fixed.lm-is-content-header-open .lm-content-header__default .lm-content-header-nav {
  display: none;
}

.lm-content-header__menu-list {
  display: flex;
  margin: 0 auto;
  width: 1190px;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .lm-content-header__menu-list {
    display: block;
    overflow: scroll;
    width: 100%;
  }
}
/*# sourceMappingURL=localnavi.css.map */