/* box_privilege -------------- */
.box_privilege {
    border: 2px solid #ff4e24;
    border-radius: 8px;
    margin-bottom: 80px;
  }

  .box_privilege_head {
    line-height: 67px;
    background: #ff4e24;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
  }

  .box_privilege_body {
    padding: 17px 25px 16px;
  }

  .box_privilege_subhead {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
  }

  .box_privilege_subhead .text_color {
    color: #ff4e24;
  }

  .box_privilege_subhead .text_small {
    font-size: 1rem;
  }

  @media screen and (max-width:767px) {
    .box_privilege {
      margin-bottom: 80px;
    }

    .box_privilege_head {
      line-height: 37.5px;
      font-size: 1.6rem;
    }

    .box_privilege_body {
      padding: 15px;
    }

    .box_privilege_subhead {
      font-size: 1.6rem;
      line-height: 1.5;
    }

    .box_privilege_subhead .text_small {
      font-size: 0.75rem;
    }
  }


  .item_sp {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .item_sp {
      display: block;
    }
  }

  @media (min-width: 769px) {
    .grid_btn-blank a:hover span:after {
      background-image: url(/assets/images/ic-blank.png);
    }
  }

  .grid_btn-blank span:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 0.5em;
    background-image: url(/assets/images/ic-blank-red.png);
    background-size: 15px 15px;
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .mb-40.grid_btn.grid_btn-blank span {
    line-height: 1.5;
  }

  .-child .l-catch {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .text_bold {
    font-size: 1.6rem;
    font-weight: bold;
  }

  .overview {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
  }

  .c-tag li {
    width: 124px;
  }
  @media (max-width: 767px) {
    .sp_left {
      text-align: left;
    }
    .overview {
      flex-direction: column;
    }
    .c-tag li {
      width: 100%;
    }
  }

  .c-list a, .c-notice_link a {
    color: #e60012;
  }
  .c-list a::after, .c-notice_link a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 0.3em;
    background-image: url(/assets/images/ic-blank-red.png);
    background-size: 10px 10px;
  }


  .bnrBox {
    display: flex;
    justify-content: center;
  }
  .bnrBox a:hover {
    opacity: .7;
  }
.contactBtn {
  background-color: rgba(0, 0, 0, .54);
  color: #fff;
  border-color: transparent;
}
.contactBtn:hover {
  background-color: #fff;
  color: rgba(0, 0, 0, .54);
  border-color: rgba(0, 0, 0, .54);
}
.textIndent {
  padding-left: 1em;
  text-indent: -1em;
}

.text-underline {
  text-decoration: underline;
}
