@charset "UTF-8";
/*  Slider styles
-------------------------*/
.slider-show {
  display: none;
}
.slider-show.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide > div {
  font-size: 0;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots {
  position: absolute;
}

@media (max-width: 768px) {
  .disp-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .disp-sp {
    display: none;
  }
}
.wrapper {
  background-color: #edf1f4;
  padding-top: 90px;
}
@media (max-width: 768px) {
  .wrapper {
    padding-top: 70px;
  }
}

.contents-type1 .box-in .sitemap-contents {
  width: calc(100% - 240px);
  margin: 120px auto 0 auto;
  position: relative;
}
.contents-type1 .box-in .sitemap-contents .sitemap-sec-box {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #d9d9d9;
  position: relative;
}
.contents-type1 .box-in .sitemap-contents .sitemap-sec-box:before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 21.5%;
  height: 1px;
  background-color: #005bac;
}
.contents-type1 .box-in .sitemap-contents .sitemap-sec-box:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.contents-type1 .box-in .sitemap-contents .sitemap-sec-box:last-child:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 21.5%;
  height: 1px;
  background-color: #005bac;
}
.contents-type1 .box-in .sitemap-contents .sitemap-sec-box:last-child .item-ttl {
  line-height: 30px;
}
.contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-ttl {
  width: 21.5%;
  padding-left: 20px;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #2c2c2c;
}
.contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-ttl a {
  display: inline-block;
  position: relative;
}
.contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-ttl a:after {
  position: absolute;
  left: 0;
  bottom: -6px;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #2C2C2C;
  opacity: 0;
}
.contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-ttl a:hover:after {
  opacity: 1;
  transition: 0.5s;
}
.contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-dec {
  width: 78.5%;
}
.contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-dec .sitemap-dec-box {
  display: flex;
  justify-content: flex-start;
}
.contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-dec .sitemap-dec-box .navi-list {
  width: 50%;
}
.contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-dec .sitemap-dec-box .navi-list .navi-link {
  margin-top: 15px;
  font-size: 15px;
  line-height: 20px;
  color: #2c2c2c;
  padding-left: 30px;
}
.contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-dec .sitemap-dec-box .navi-list .navi-link:first-child {
  margin-top: 0;
}
.contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-dec .sitemap-dec-box .navi-list .navi-link a {
  display: inline-block;
  position: relative;
}
.contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-dec .sitemap-dec-box .navi-list .navi-link a:after {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #2C2C2C;
  opacity: 0;
}
.contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-dec .sitemap-dec-box .navi-list .navi-link a:hover:after {
  opacity: 1;
  transition: 0.5s;
}
@media screen and (max-width: 1366px) {
  .contents-type1 {
    max-width: calc(92.6793557833% + 15px);
  }
}
@media screen and (max-width: 1290px) {
  .contents-type1 .box-in .sitemap-contents {
    width: 85.3587115666%;
    margin: 120px auto 0 auto;
  }
}
@media (max-width: 768px) {
  .contents-type1 .box-in .sitemap-contents {
    width: calc(100% - 50px);
    margin: 30px auto 0 auto;
  }
  .contents-type1 .box-in .sitemap-contents .sitemap-sec-box {
    display: block;
    padding: 25px 0;
    border-top: 1px solid #d9d9d9;
    position: relative;
  }
  .contents-type1 .box-in .sitemap-contents .sitemap-sec-box:before {
    width: 85px;
  }
  .contents-type1 .box-in .sitemap-contents .sitemap-sec-box:last-child {
    border-bottom: 1px solid #d9d9d9;
  }
  .contents-type1 .box-in .sitemap-contents .sitemap-sec-box:last-child:after {
    width: 85px;
  }
  .contents-type1 .box-in .sitemap-contents .sitemap-sec-box:last-child .item-ttl {
    line-height: 1;
  }
  .contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-ttl {
    width: 100%;
    padding-left: 0;
    font-size: 20px;
  }
  .contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-dec {
    width: 100%;
  }
  .contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-dec .sitemap-dec-box {
    display: block;
  }
  .contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-dec .sitemap-dec-box .navi-list {
    width: 100%;
  }
  .contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-dec .sitemap-dec-box .navi-list .navi-link {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #2c2c2c;
    padding-left: 0;
  }
  .contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-dec .sitemap-dec-box .navi-list .navi-link:first-child {
    margin-top: 13px;
  }
  .contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-dec .sitemap-dec-box .navi-list .navi-link a {
    display: inline-block;
    position: relative;
  }
  .contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-dec .sitemap-dec-box .navi-list .navi-link a:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #2C2C2C;
    opacity: 0;
  }
  .contents-type1 .box-in .sitemap-contents .sitemap-sec-box .item-dec .sitemap-dec-box .navi-list .navi-link a:hover:after {
    opacity: 1;
    transition: 0.5s;
  }
}/*# sourceMappingURL=sitemap.css.map */