@charset "UTF-8";
/* -----

   set module

---------------------------------------------------- */
/*-- ユーティリティー　ページのパーツ
---------------------------------------------------- */
#utility .content__asnav {
  display: none; }
  @media screen and (max-width: 899px) {
    #utility .content__asnav {
      display: block; } }
#utility .content__wide {
  background: #fff;
  padding: 24px 50px 64px; }
  @media screen and (max-width: 899px) {
    #utility .content__wide {
      float: none;
      margin: 0 auto;
      width: auto;
      padding: 14px 15px 42px; } }

.utility_privacy .utility_privacy__contact {
  border: 1px solid #dadee3;
  padding: 20px 22px;
  display: flex;
  flex-wrap: wrap; }
  .utility_privacy .utility_privacy__contact > ._ttl {
    padding-right: 22px;
    border-right: 1px dotted #999fa7;
    font-weight: 500; }
    @media screen and (max-width: 899px) {
      .utility_privacy .utility_privacy__contact > ._ttl {
        border-right: none;
        padding: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 18px;
        position: relative; }
        .utility_privacy .utility_privacy__contact > ._ttl:after {
          position: absolute;
          content: '';
          background: #dadee3;
          width: 24px;
          height: 1px;
          top: 31px;
          left: calc(50% - 12px); } }
  .utility_privacy .utility_privacy__contact > ._tel {
    padding-left: 22px; }
    @media screen and (max-width: 899px) {
      .utility_privacy .utility_privacy__contact > ._tel {
        border-right: none;
        padding: 0;
        width: 100%;
        text-align: center;
        margin-top: 17px; } }
    .utility_privacy .utility_privacy__contact > ._tel a:hover {
      color: #00477f; }
.utility_privacy .simple__ulist.deco.adj_color > li::before {
  color: #999fa7;
  transform: scale(0.4); }
.utility_privacy .ttl_box h5 {
  font-size: 16px;
  margin-bottom: 20px; }
  @media screen and (max-width: 899px) {
    .utility_privacy .ttl_box h5 {
      font-size: 15px;
      margin-bottom: 16px; } }

.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 16px 0 16px; }
  @media screen and (max-width: 899px) {
    .link_set__space {
      padding: 0 6px 0 6px; } }
.link_set__category > a {
  position: relative;
  display: block;
  border-bottom: solid 1px #c2c7cd;
  background: #f2f6f9;
  padding: 15px 0 15px 44px;
  margin-bottom: 12px;
  color: #515151;
  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-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(-180deg, #483bbe 0%, #383083 100%);
    background-image: -webkit-linear-gradient(-180deg, #483bbe 0%, #383083 100%);
    background-image: -ms-linear-gradient(-180deg, #483bbe 0%, #383083 100%);
    font-family: "FontAwesome";
    font-weight: 900;
    color: #FFF;
    content: "\f105";
    font-size: 9px;
    transform: scale(0.8);
    transition: color 0.2s ease-out, border 0.2s ease-out; }
    @media screen and (max-width: 899px) {
      .link_set__category > a::before {
        left: 8px; } }
  .link_set__category > a:hover {
    color: #2b1d84; }
    .link_set__category > a:hover::before {
      color: #2b1d84; }
.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: #2b1d84;
  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: #2b1d84; }
  .link_set__category_children > dt > a:hover::before {
    color: #2b1d84; }
.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_2 > li:not(:nth-child(4n+1)) {
          margin-left: 0; } }
  .link_set__category_children_item.column_4 > li {
    width: calc((100% - 48px)/4); }
    .link_set__category_children_item.column_4 > li:not(:nth-child(4n+1)) {
      margin-left: 16px; }
    .link_set__category_children_item.column_4 > li:nth-child(n+5) {
      margin-top: 12px; }
    @media screen and (max-width: 899px) {
      .link_set__category_children_item.column_4 > li {
        width: 100%; }
        .link_set__category_children_item.column_4 > li:not(:nth-child(3n+1)) {
          margin-left: 0; }
        .link_set__category_children_item.column_4 > li:nth-child(n+2) {
          margin-top: 12px; }
        .link_set__category_children_item.column_4 > li:not(:nth-child(4n+1)) {
          margin-left: 0px; } }
  .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: 5px;
        left: 3px;
        display: inline-block;
        font-family: "FontAwesome";
        font-weight: 900;
        color: #2b1d84;
        content: "\f0da";
        transition: color 0.2s ease-out; }
      .link_set__category_children_item > li > a:hover {
        color: #2b1d84; }
        .link_set__category_children_item > li > a:hover::before {
          color: #2b1d84; }
      .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; }

/*# sourceMappingURL=common_utility.css.map */
