@charset 'UTF-8';
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url('/dis/newtemp/common/font/NotoSansCJKjp-DemiLight.woff') format('woff');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url('/dis/newtemp/common/font/NotoSansCJKjp-Medium.woff') format('woff');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('/dis/newtemp/common/font/NotoSansCJKjp-Bold.woff') format('woff');
}

html {
  overflow-y: scroll;
  overflow-x: visible;
}

body {
  min-width: 1200px;
}

@media (max-width: 767px) {
  body.is-responsive {
    min-width: 0;
  }
}

#topicPath sup {
  line-height: 1;
  vertical-align: text-top;
}

#topicPath sub {
  line-height: 1;
  vertical-align: text-bottom;
}

.returntop a {
  display: none !important;
}

.n-headerHgt {
  margin: 0;
}

@media (max-width: 767px) {
  body.is-responsive .n-headerHgt {
    height: 63px;
  }
}

.n-header {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 20px;
  font-family: 'NotoSansCJKjp', 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', sans-serif;
  text-align: left;
  background: #fff;
  z-index: 1000;
}

body.is-responsive .n-header {
  margin: 0;
}

@media (max-width: 767px) {
  body.is-responsive .n-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 63px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  body.is-responsive .n-header.is-open {
    position: relative;
    height: auto;
  }
  body.is-responsive .n-header.is-open + .n-headerHgt {
    display: none;
  }
}

.n-header ul,
.n-header ol,
.n-header li {
  list-style: none;
}

.n-header__bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out 50ms;
  transition: opacity 300ms ease-out 50ms;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__bg {
    background: #fff;
  }
}

.n-header__hd {
  position: relative;
  background: #fff;
  z-index: 2;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__hd {
    height: 63px;
    z-index: 11;
  }
  body.is-responsive .n-header__hd::before {
    content: '';
    display: block;
    position: absolute;
    top: 63px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e2e2e2;
  }
}

.n-header__hd__in {
  max-width: 1366px;
  margin: 0 auto;
  padding: 22px 0 0 25px;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__hd__in {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: visible;
  }
}

@media (max-width: 374px) {
  body.is-responsive .n-header__hd__in {
    padding: 0 4vw;
  }
}

.n-header__hd__lg {
  float: left;
  margin: 0;
}

.n-header__hd__lg a,
.n-header__hd__lg img {
  display: block;
  font-size: 15px;
  color: #000;
}

.n-header__hd__lg img {
  width: auto;
  height: 41px;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__hd__lg img {
    height: 32px;
  }
}

@media (max-width: 374px) {
  body.is-responsive .n-header__hd__lg img {
    height: 8.53333vw;
  }
}

.n-header__hd__txt {
  float: left;
  margin: 0 0 0 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 41px;
  color: #6e6c6c;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__hd__txt {
    margin: 0 0 0 10px;
    font-size: 11px;
    line-height: 32px;
  }
}

@media (max-width: 374px) {
  body.is-responsive .n-header__hd__txt {
    margin: 0 0 0 2.66667vw;
    font-size: 2.93333vw;
    line-height: 8.53333vw;
  }
}

@media (max-width: 767px) {
  body.is-responsive .n-header__hd__btn {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
  }
  body.is-responsive .n-header__hd__btn > span {
    display: block;
    position: absolute;
    left: 14px;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    background: #000;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  body.is-responsive .n-header__hd__btn > span:nth-child(1),
  body.is-responsive .n-header__hd__btn > span:nth-child(4) {
    -webkit-transition: top 360ms ease 120ms, opacity 210ms ease 160ms;
    transition: top 360ms ease 120ms, opacity 210ms ease 160ms;
  }
  body.is-responsive .n-header__hd__btn > span:nth-child(2),
  body.is-responsive .n-header__hd__btn > span:nth-child(3) {
    -webkit-transition: -webkit-transform 210ms ease;
    transition: -webkit-transform 210ms ease;
    transition: transform 210ms ease;
    transition: transform 210ms ease, -webkit-transform 210ms ease;
  }
  body.is-responsive .n-header__hd__btn > span:nth-child(1) {
    top: 17px;
  }
  body.is-responsive .n-header__hd__btn > span:nth-child(4) {
    top: 33px;
  }
  body.is-responsive .n-header__hd__btn > span:nth-child(2),
  body.is-responsive .n-header__hd__btn > span:nth-child(3) {
    top: 25px;
  }
  body.is-responsive .n-header__hd__btn.is-open > span:nth-child(1),
  body.is-responsive .n-header__hd__btn.is-open > span:nth-child(4) {
    -webkit-transition: top 210ms ease, opacity 210ms ease;
    transition: top 210ms ease, opacity 210ms ease;
  }
  body.is-responsive .n-header__hd__btn.is-open > span:nth-child(2),
  body.is-responsive .n-header__hd__btn.is-open > span:nth-child(3) {
    -webkit-transition: -webkit-transform 320ms ease 120ms;
    transition: -webkit-transform 320ms ease 120ms;
    transition: transform 320ms ease 120ms;
    transition: transform 320ms ease 120ms, -webkit-transform 320ms ease 120ms;
  }
  body.is-responsive .n-header__hd__btn.is-open > span:nth-child(1),
  body.is-responsive .n-header__hd__btn.is-open > span:nth-child(4) {
    top: 25px;
    opacity: 0;
  }
  body.is-responsive .n-header__hd__btn.is-open > span:nth-child(2) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body.is-responsive .n-header__hd__btn.is-open > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media (max-width: 767px) {
  body.is-responsive .n-header__in {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 10;
  }
}

.n-header__btm {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 70px;
  overflow: hidden;
  background: #fff;
  z-index: 3;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm {
    display: block;
    position: relative;
    min-height: 0;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

@media (max-width: 374px) {
  body.is-responsive .n-header__btm {
    padding: 0 4vw;
  }
}

.n-header__btm__hgt {
  height: 0;
  padding-top: 0;
  -webkit-transition: height 550ms ease 0ms;
  transition: height 550ms ease 0ms;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm__hgt {
    height: 0 !important;
  }
}

.n-header__btm__in {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  text-align: right;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm__in {
    text-align: left;
  }
}

.n-header__btm__nv {
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 25px 0 0 0;
  overflow: hidden;
  list-style: none;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm__nv {
    display: block;
    padding: 0;
  }
}

.n-header__btm__nv > li {
  float: left;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm__nv > li {
    float: none;
    border-bottom: 1px solid #e2e2e2;
  }
}

.n-header__btm__nv > li .nvHd {
  height: 45px;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm__nv > li .nvHd {
    position: relative;
    height: 70px;
  }
}

.n-header__btm__nv > li .nvHd__txt {
  display: block;
  position: relative;
  border-right: 28px solid transparent;
  border-left: 28px solid transparent;
  font-size: 15px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  color: #000;
  text-decoration: none;
  z-index: 3;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm__nv > li .nvHd__txt {
    border: none;
    font-size: 18px;
    line-height: 70px;
    text-align: left;
  }
}

.n-header__btm__nv > li .nvHd__txt > span {
  display: inline-block;
}

.n-header__btm__nv > li .nvHd__txt > span::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #2f9916;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 220ms ease 0ms;
  transition: -webkit-transform 220ms ease 0ms;
  transition: transform 220ms ease 0ms;
  transition: transform 220ms ease 0ms, -webkit-transform 220ms ease 0ms;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm__nv > li .nvHd__txt > span::before {
    display: none;
  }
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm__nv > li .nvHd__opn {
    display: block;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  body.is-responsive .n-header__btm__nv > li .nvHd__opn::before,
  body.is-responsive .n-header__btm__nv > li .nvHd__opn::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    background: #000;
  }
  body.is-responsive .n-header__btm__nv > li .nvHd__opn::before {
    width: 18px;
    height: 2px;
    margin: -1px -9px 0 0;
    -webkit-transition: opacity 300ms ease 0ms, -webkit-transform 300ms ease 0ms;
    transition: opacity 300ms ease 0ms, -webkit-transform 300ms ease 0ms;
    transition: transform 300ms ease 0ms, opacity 300ms ease 0ms;
    transition: transform 300ms ease 0ms, opacity 300ms ease 0ms, -webkit-transform 300ms ease 0ms;
  }
  body.is-responsive .n-header__btm__nv > li .nvHd__opn::after {
    width: 2px;
    height: 18px;
    margin: -9px -1px 0 0;
    -webkit-transition: opacity 375ms ease 0ms, -webkit-transform 375ms ease 0ms;
    transition: opacity 375ms ease 0ms, -webkit-transform 375ms ease 0ms;
    transition: transform 375ms ease 0ms, opacity 375ms ease 0ms;
    transition: transform 375ms ease 0ms, opacity 375ms ease 0ms, -webkit-transform 375ms ease 0ms;
  }
  body.is-responsive .n-header__btm__nv > li .nvHd__opn.is-open::before {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  body.is-responsive .n-header__btm__nv > li .nvHd__opn.is-open::after {
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
  }
}

.n-header__btm__nv > li + li .nvHd__txt::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -31px;
  width: 2px;
  height: 12px;
  margin-top: -6px;
  background: #e2e2e2;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
  pointer-events: none;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm__nv > li + li .nvHd__txt::before {
    display: none;
  }
}

.n-header__btm__nv > li .nvLow {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 480ms ease 0ms;
  transition: opacity 480ms ease 0ms;
  z-index: 1;
}

@media (min-width: 768px) {
  body.is-responsive .n-header__btm__nv > li .nvLow {
    height: auto !important;
  }
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm__nv > li .nvLow {
    position: relative;
    top: auto;
    height: 0;
    overflow: hidden;
    opacity: 1 !important;
    -webkit-transition: height 400ms ease 0ms;
    transition: height 400ms ease 0ms;
  }
}

.n-header__btm__nv > li .nvLow .opt-ressp {
  display: none;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm__nv > li .nvLow .opt-ressp {
    display: block;
  }
}

.n-header__btm__nv > li .nvLow__in {
  max-width: 1248px;
  margin: 0 auto;
  padding: 37px 30px 50px;
  box-sizing: border-box;
  text-align: left;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm__nv > li .nvLow__in {
    padding: 0;
  }
}

.n-header__btm__nv > li .nvLow__nt {
  margin: 35px 0 0;
  font-size: 13px;
  font-weight: 300;
  text-align: right;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm__nv > li .nvLow__nt {
    display: none;
  }
}

.n-header__btm__nv > li .nvLow__col {
  margin: 0 -16px;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm__nv > li .nvLow__col {
    border-top: 1px solid #e2e2e2;
    margin: 0;
    padding: 0 0 0 25px;
  }
}

.n-header__btm__nv > li .nvLow__col > li {
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm__nv > li .nvLow__col > li {
    width: auto !important;
    float: none;
    padding: 0;
  }
  body.is-responsive .n-header__btm__nv > li .nvLow__col > li + li {
    border-top: 1px solid #e2e2e2;
  }
}

.n-header__btm__nv > li .nvLow__col__lnk {
  display: block;
  color: #000;
  text-decoration: none;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm__nv > li .nvLow__col__lnk {
    opacity: 1 !important;
  }
}

.n-header__btm__nv > li .nvLow__col__lnk__ttl {
  display: block;
  margin: 15px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm__nv > li .nvLow__col__lnk__ttl {
    position: relative;
    margin: 0;
    padding: 15px 35px 15px 0;
    line-height: 20px;
  }
  body.is-responsive .n-header__btm__nv > li .nvLow__col__lnk__ttl span.ic {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-top: -7px;
    background: #2f9916;
  }
  body.is-responsive .n-header__btm__nv > li .nvLow__col__lnk__ttl span.ic::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 33%;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.n-header__btm__nv > li .nvLow__col__ls {
  margin: 11px 0 0;
  padding: 0;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm__nv > li .nvLow__col__ls {
    display: none;
  }
}

.n-header__btm__nv > li .nvLow__col__ls > li > a {
  display: block;
  padding: 3px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  color: #000;
  text-decoration: none;
}

.n-header__btm__nv > li .nvLow__ttl {
  display: block;
  position: relative;
  padding: 0 0 0 18px;
  font-size: 19px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  text-decoration: none;
}

.n-header__btm__nv > li .nvLow__ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 20px;
  background: #2f9916;
}

@media (min-width: 768px) {
  .n-header__btm__nv > li .nvLow__ttl {
    margin: 20px 0 30px;
  }
  .n-header__btm__nv > li .nvLow__ttl:first-child {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  body.is-responsive .n-header__btm__nv > li .nvLow__ttl {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin: 0;
    font-size: 16px;
    line-height: 50px;
  }
  body.is-responsive .n-header__btm__nv > li .nvLow__ttl::before {
    top: 15px;
  }
}

.n-header__btm__nv > li .nvLow__col > li > a {
  -webkit-transition: opacity 180ms ease 0ms;
  transition: opacity 180ms ease 0ms;
}

.n-header__btm__nv > li .nvLow__col > li > a:hover {
  opacity: .6;
}

.n-header__btm__nv > li .nvLow__col > li ul a:hover {
  opacity: .6;
  text-decoration: underline;
}

.n-header__btm__nv > li:hover .nvHd__txt > span::before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.n-header__btm__nv > li.is-cur .nvHd__txt {
  color: #2f9916;
}

.n-header__btm__nv > li.is-cur .nvHd__txt > span::before,
.n-header__btm__nv > li.is-active .nvHd__txt > span::before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.n-header__btm__nv > li.is-active .nvLow {
  opacity: 1;
}

.n-header__sub {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1366px;
  margin: auto;
  box-sizing: border-box;
  background: #fff;
  z-index: 4;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__sub {
    position: relative;
    right: auto;
    padding: 0 15px;
  }
}

@media (max-width: 374px) {
  body.is-responsive .n-header__sub {
    padding: 0 4vw;
  }
}

.n-header__sub__nv {
  position: absolute;
  top: 22px;
  right: 35px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__sub__nv {
    position: relative;
    top: auto;
    right: auto;
    padding: 26px 0 30px;
  }
}

.n-header__sub__nv li {
  float: left;
  font-size: 15px;
  font-weight: 300;
  line-height: 43px;
}

.n-header__sub__nv li + li {
  margin-left: 40px;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__sub__nv li {
    float: none;
    font-size: 16px;
    line-height: 40px;
  }
  body.is-responsive .n-header__sub__nv li + li {
    margin: 0;
  }
  body.is-responsive .n-header__sub__nv li:first-child {
    display: none;
  }
}

.n-header__sub__nv li > a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 300ms ease 0ms;
  transition: opacity 300ms ease 0ms;
}

.n-header__sub__nv li > a:hover {
  opacity: .6;
}

.n-header__anc {
  display: none;
  background: #2f9916;
}

@media (max-width: 767px) {
  body.is-responsive .n-header__anc {
    display: block;
    position: relative;
    padding: 22px 0 17px;
    text-align: center;
  }
  body.is-responsive .n-header__anc > a {
    display: block;
    position: relative;
    padding: 0;
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
  }
  body.is-responsive .n-header__anc > a::before {
    content: '';
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    margin: 0 auto 3px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
