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

   set module

---------------------------------------------------- */
/*-- ユーティリティ　ページのパーツ
---------------------------------------------------- */
#utility .content__asnav {
  display: none; }

.link_set > li:not(:first-child) {
  margin-top: 44px; }
  @media screen and (max-width: 899px) {
    .link_set > li:not(:first-child) {
      margin-top: 24px; } }
.link_set__item.column_2 {
  font-size: 0; }
  .link_set__item.column_2 > li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 40px)/2); }
    .link_set__item.column_2 > li:nth-child(2n+2) {
      margin-left: 40px; }
    .link_set__item.column_2 > li:nth-child(n+3) {
      margin-top: 44px; }
    @media screen and (max-width: 899px) {
      .link_set__item.column_2 > li {
        width: 100%; }
        .link_set__item.column_2 > li:nth-child(2n+2) {
          margin-left: 0; }
        .link_set__item.column_2 > li:nth-child(n+2) {
          margin-top: 24px; } }
.link_set__item.adj_item > li {
  width: calc((100% - 40px)/2);
  overflow: hidden; }
  .link_set__item.adj_item > li:first-child {
    float: left;
    margin-right: 40px; }
  .link_set__item.adj_item > li:not(:first-child) {
    display: inline-block; }
  .link_set__item.adj_item > li:nth-child(n+3) {
    margin-top: 44px; }
  @media screen and (max-width: 899px) {
    .link_set__item.adj_item > li {
      float: none;
      width: 100%;
      margin-right: 0; }
      .link_set__item.adj_item > li:nth-child(n+2) {
        margin-top: 24px; } }
.link_set__category > a {
  position: relative;
  display: block;
  border-top: solid 2px #ff9416;
  background: #f1f5f7;
  padding: 18px 0 20px 38px;
  color: #333;
  font-size: 17px;
  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 {
    content: "\f105";
    position: absolute;
    top: 19px;
    left: 20px;
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 16px;
    color: #ff9416;
    transition: color 0.2s ease-out; }
    @media screen and (max-width: 899px) {
      .link_set__category > a::before {
        left: 8px; } }
  .link_set__category > a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 1px; }
  .link_set__category > a:hover {
    color: #ff9416; }
    .link_set__category > a:hover::before {
      color: #ff9416; }
.link_set__category_children {
  padding: 4px 10px 0;
  font-size: 0; }
  @media screen and (max-width: 899px) {
    .link_set__category_children {
      padding: 0 15px 0; } }
  .link_set__category_children > li {
    display: inline-block;
    width: calc(50% - 20px);
    margin: 0 10px;
    vertical-align: top; }
    .link_set__category_children > li:nth-child(n+3) {
      margin-top: 4px; }
    @media screen and (max-width: 899px) {
      .link_set__category_children > li {
        width: 100%;
        margin: 0; } }
    .link_set__category_children > li > a {
      position: relative;
      display: block;
      padding: 21px 0 20px 17px;
      font-size: 16px;
      border-bottom: solid 1px #d3d3d3;
      transition: color 0.2s ease-out;
      line-height: 1.4;
      min-height: 100%; }
      @media screen and (max-width: 899px) {
        .link_set__category_children > li > a {
          font-size: 15px;
          padding: 15px 0 13px 15px; } }
      .link_set__category_children > li > a::before {
        content: "\f0da";
        position: absolute;
        top: 25px;
        left: 5px;
        display: inline-block;
        font-family: "FontAwesome";
        font-weight: 900;
        font-size: 13px;
        color: #ff9416;
        transition: color 0.2s ease-out; }
        @media screen and (max-width: 899px) {
          .link_set__category_children > li > a::before {
            top: 17px; } }
      .link_set__category_children > li > a:hover {
        color: #ff9416; }
        .link_set__category_children > li > a:hover::before {
          color: #ff9416; }

.utility_inline_list {
  margin-top: 12px; }
  .utility_inline_list > li {
    display: inline-block;
    position: relative;
    padding-left: 1em;
    font-size: 16px;
    max-height: 100%;
    margin-top: 8.8px;
    margin-bottom: -3.2px;
    line-height: 1.4; }
    .utility_inline_list > li:not(:last-child) {
      margin-right: 1em; }
    @media screen and (max-width: 899px) {
      .utility_inline_list > li {
        font-size: 15px;
        max-height: 100%;
        margin-top: 9px;
        margin-bottom: -3px;
        line-height: 1.4; } }
    .utility_inline_list > li::before {
      content: '\f111';
      position: absolute;
      top: 1px;
      left: -2px;
      display: inline-block;
      font-family: 'FontAwesome';
      font-size: 1em;
      font-weight: 900;
      color: #000;
      transform: scale(0.45); }
      @media screen and (max-width: 899px) {
        .utility_inline_list > li::before {
          top: 1px; } }

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