@charset "UTF-8";
/* ===================================================================
CSS information

file name  : sitemap.css
author     : Abilive
style info : サイトマップ
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.con_sitemap {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .con_sitemap {
    width: calc(900 / 1440 * 100%);
    max-width: calc(900px);
  }
}
@media only screen and (min-width: 1441px) {
  .con_sitemap {
    max-width: calc(900px * ((18 + 0) / 14));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sitemap {
    width: calc(1180 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_sitemap {
    width: calc(348 / 428 * 100%);
  }
}
.con_sitemap .map_list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .con_sitemap .map_list {
    display: block;
  }
}
.con_sitemap .map_list > li {
  border-bottom: 1px solid #C3BCB5;
}
@media only screen and (min-width: 768px) {
  .con_sitemap .map_list > li {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sitemap .map_list > li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_sitemap .map_list > li:nth-of-type(n+2) {
    margin-left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sitemap .map_list > li:nth-of-type(n+2) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_sitemap .map_list > li:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
.con_sitemap .map_list > li a {
  display: block;
  text-decoration: none;
  transition: ease .3s opacity;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_sitemap .map_list > li a {
    padding-top: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_sitemap .map_list > li a {
    padding-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_sitemap .map_list > li a {
    padding-right: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_sitemap .map_list > li a {
    padding-right: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .con_sitemap .map_list > li a {
    padding-bottom: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_sitemap .map_list > li a {
    padding-bottom: 1em;
  }
}
.con_sitemap .map_list > li a .sub {
  line-height: 1;
  margin-right: .5em;
}
.con_sitemap .map_list > li a .jp {
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .con_sitemap .map_list > li a .jp {
    font-size: 1.29rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_sitemap .map_list > li a .jp {
    font-size: 1.2rem;
  }
}
.con_sitemap .map_list > li a .ic_arr {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .con_sitemap .map_list > li a:hover {
    opacity: .7;
  }
}
@media only screen and (min-width: 768px) {
  .con_sitemap .map_list > li > .box_list {
    margin-left: 1.78rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_sitemap .map_list > li > .box_list {
    margin-left: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_sitemap .map_list > li > .box_list > li a .jp {
    font-size: 1.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_sitemap .map_list > li > .box_list > li a .jp {
    font-size: 1.07rem;
  }
}
