@charset "UTF-8";
/* -----

   set module

---------------------------------------------------- */
/*-- ユーティリティ　ページのパーツ
---------------------------------------------------- */
#utility .asnav {
  border-top: 3px solid #d8dce2;
  border-radius: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#utility.utility_privacy .top_visual__ttl {
  padding: 0 64px 0 12px;
}

.link_set:not(:last-child) {
  margin-bottom: 42px;
}
@media screen and (max-width: 899px) {
  .link_set:not(:last-child) {
    margin-bottom: 24px;
  }
}
.link_set > dd:not(:last-child) {
  margin-bottom: 18px;
}
.link_set.column_1 > li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.link_set.column_2 {
  font-size: 0;
}
.link_set.column_2 > li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 16px)/2);
}
.link_set.column_2 > li:not(:nth-child(2n+1)) {
  margin-left: 16px;
}
.link_set.column_2 > li:nth-child(n+3) {
  margin-top: 12px;
}
@media screen and (max-width: 899px) {
  .link_set.column_2 > li {
    width: 100%;
  }
  .link_set.column_2 > li:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
  .link_set.column_2 > li:nth-child(n+2) {
    margin-top: 12px;
  }
}
.link_set__space {
  padding: 0 24px 0 24px;
}
@media screen and (max-width: 899px) {
  .link_set__space {
    padding: 0 12px 0 12px;
  }
}
.link_set__category > a {
  position: relative;
  display: block;
  border-top: solid 2px #008cdc;
  background: #f1f4f7;
  padding: 15px 0 15px 33px;
  margin-bottom: 12px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  font-feature-settings: 'palt';
  transition: color 0.2s ease-out;
}
@media screen and (max-width: 899px) {
  .link_set__category > a {
    padding-left: 26px;
  }
}
.link_set__category > a::before {
  position: absolute;
  top: 15px;
  left: 16px;
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 900;
  color: #008cdc;
  content: "\f105";
  transition: color 0.2s ease-out;
}
@media screen and (max-width: 899px) {
  .link_set__category > a::before {
    left: 8px;
  }
}
.link_set__category > a[target$="_blank"]::after {
  content: '\f35d';
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 900;
  color: #bfbfbf;
}
.link_set__category > a:hover {
  color: #008cdc;
}
.link_set__category > a:hover::before {
  color: #008cdc;
}
.link_set__category_children > dt > a,
.link_set__category_children > dt > span {
  position: relative;
  display: block;
  padding: 12px 0 15px 30px;
  margin-bottom: 12px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  border-bottom: solid 3px #f1f4f7;
  transition: color 0.2s ease-out;
}
@media screen and (max-width: 899px) {
  .link_set__category_children > dt > a,
  .link_set__category_children > dt > span {
    padding-left: 22px;
  }
}
.link_set__category_children > dt > a::after,
.link_set__category_children > dt > span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  height: 0;
  width: 100%;
  border-bottom: solid 1px #c4c4c4;
}
.link_set__category_children > dt > a::before {
  position: absolute;
  top: 13px;
  left: 16px;
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 900;
  color: #008cdc;
  content: "\f105";
  transition: color 0.2s ease-out;
}
@media screen and (max-width: 899px) {
  .link_set__category_children > dt > a::before {
    left: 8px;
  }
}
.link_set__category_children > dt > a:hover {
  color: #008cdc;
}
.link_set__category_children > dt > a:hover::before {
  color: #008cdc;
}
.link_set__category_children > dt > span::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 16px;
  display: inline-block;
  width: 3px;
  height: 15px;
  background: #7d7d7d;
}
@media screen and (max-width: 899px) {
  .link_set__category_children > dt > span::before {
    left: 9px;
  }
}
.link_set__category_children_item {
  font-size: 0;
}
.link_set__category_children_item.column_1 > li {
  width: 100%;
}
.link_set__category_children_item.column_1 > li:nth-of-type(n+2) {
  margin-top: 12px;
}
.link_set__category_children_item.column_2 > li {
  width: calc((100% - 16px)/2);
}
.link_set__category_children_item.column_2 > li:not(:nth-child(2n+1)) {
  margin-left: 16px;
}
.link_set__category_children_item.column_2 > li:nth-child(n+3) {
  margin-top: 12px;
}
@media screen and (max-width: 899px) {
  .link_set__category_children_item.column_2 > li {
    width: 100%;
  }
  .link_set__category_children_item.column_2 > li:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
  .link_set__category_children_item.column_2 > li:nth-child(n+2) {
    margin-top: 12px;
  }
}
.link_set__category_children_item.column_3 > li {
  width: calc((100% - 34px)/3);
}
.link_set__category_children_item.column_3 > li:not(:nth-child(3n+1)) {
  margin-left: 16px;
}
.link_set__category_children_item.column_3 > li:nth-child(n+4) {
  margin-top: 12px;
}
@media screen and (max-width: 899px) {
  .link_set__category_children_item.column_3 > li {
    width: 100%;
  }
  .link_set__category_children_item.column_3 > li:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .link_set__category_children_item.column_3 > li:nth-child(n+2) {
    margin-top: 12px;
  }
}
.link_set__category_children_item > li {
  display: inline-block;
  vertical-align: top;
  border-bottom: solid 1px #ddd;
}
.link_set__category_children_item > li > a {
  position: relative;
  display: block;
  padding: 5px 0 10px 15px;
  font-size: 15px;
  transition: color 0.2s ease-out;
  line-height: 1.4;
  min-height: 100%;
}
.link_set__category_children_item > li > a::before {
  position: absolute;
  top: 8px;
  left: 3px;
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 900;
  color: #008cdc;
  content: "\f0da";
  transition: color 0.2s ease-out;
  font-size: 12px;
}
.link_set__category_children_item > li > a:hover {
  color: #008cdc;
}
.link_set__category_children_item > li > a:hover::before {
  color: #008cdc;
}
.link_set__category_children_item > li > a[href*=".pdf"] > span {
  position: relative;
  font-size: 12px;
  color: #838383;
  display: inline-block;
}
.link_set__category_children_item > li > a[href*=".pdf"] > span::before {
  display: inline-block;
  font-family: "FontAwesome";
  content: '\f1c1' ' PDF :';
  margin: 0 4px 0 6px;
}

.utility_ulist {
  max-height: 100%;
  padding: 0 12px;
}
.utility_ulist.adj_mb {
  margin-bottom: 28px;
}
.utility_ulist > li {
  position: relative;
  padding: 0 0 0 17px;
  margin-top: 10px;
  margin-bottom: -6px;
  line-height: 1.4;
}
.utility_ulist > li:first-child {
  margin-top: -6px;
}
.utility_ulist > li::before {
  position: absolute;
  top: 1px;
  left: -4px;
  font-family: 'FontAwesome';
  display: inline-block;
  content: '\f111';
  font-size: 1em;
  font-weight: 900;
  color: #000;
  transform: scale(0.45);
}
.utility_ulist > li > .utility_olist {
  margin-top: 10px;
}

.utility_olist {
  counter-reset: section;
  margin-bottom: 16px;
}
.utility_olist > li {
  position: relative;
  margin-top: 12px;
  margin-bottom: -4px;
  padding-left: 1.2em;
  list-style: none;
  line-height: 1.4;
}
.utility_olist > li:first-child {
  margin-top: 8px;
}
.utility_olist > li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: counter(section) ".";
  counter-increment: section;
  font-size: 1em;
}
@media screen and (max-width: 899px) {
  .utility_olist > li {
    margin-top: -6.5025px;
    margin-bottom: 9.4975px;
    line-height: 1.867;
  }
  .utility_olist > li:first-child {
    margin-top: -6.5025px;
  }
}

.utility_anker_link {
  font-size: 0;
}
@media screen and (max-width: 899px) {
  .utility_anker_link {
    border-bottom: solid 3px #f1f4f7;
  }
}
.utility_anker_link > li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 22px)/2);
}
.utility_anker_link > li:not(:nth-child(2n+1)) {
  margin-left: 22px;
}
.utility_anker_link > li:nth-child(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 899px) {
  .utility_anker_link > li {
    width: 100%;
  }
  .utility_anker_link > li:not(:first-child) {
    margin-left: 0;
  }
  .utility_anker_link > li:not(:first-child) > a > span {
    margin-top: -1px;
  }
  .utility_anker_link > li:not(:first-child) > a > span::before {
    content: none;
  }
  .utility_anker_link > li:nth-child(n+3) {
    margin-top: 0;
  }
}
.utility_anker_link > li > a {
  display: block;
  border-bottom: solid 3px #f1f4f7;
}
@media screen and (max-width: 899px) {
  .utility_anker_link > li > a {
    border-bottom: none;
  }
}
.utility_anker_link > li > a > span {
  position: relative;
  display: block;
  padding: 12px 0px 13px 30px;
  border: 1px solid #c4c4c4;
  font-size: 15px;
  transition: color 0.2s ease-out;
  line-height: 1.2;
}
.utility_anker_link > li > a > span::after {
  position: absolute;
  top: 13px;
  left: 16px;
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 900;
  color: #008cdc;
  content: "\f107";
  font-size: 15px;
}
.utility_anker_link > li > a > span::before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  content: '';
  background-image: url(../images/icon/icon_anker_link.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 11px;
}
.utility_anker_link > li > a:hover > span {
  color: #008cdc;
  border: 1px solid #008cdc;
}
@media screen and (max-width: 899px) {
  .utility_anker_link > li > a:hover > span {
    z-index: 110;
  }
}
.utility_anker_link > li > a:hover > span::before {
  background-position: top -11px left 0;
}

.siteuse_ulist > li:not(:last-child) {
  margin-bottom: 20px;
}

/*# sourceMappingURL=common_utility.css.map */
