/* 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;
  }

  .apple_img {
    display: block;
    max-width: 482px;
    margin: 40px auto;
  }

  .apple_img img {
    margin: 0 auto;
  }

  .apple_img .apple_img_txt {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 10px;
  }

  @media (max-width: 768px) {
    .p-point.__p-ppointnew {
      padding-left: 3%;
      padding-right: 3%;
    }
  }

  .c-roundButton_w377 {
    display: inline-block;
    max-width: 100%;
    width: 377px;
    padding: 16px;
    border: 2px solid #e60012;
    border-radius: 30px;
    background-color: #fff;
    color: #e60012;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer;
  }

  .c-roundButton_w377:hover {
    background-color: #e60012;
    color: #fff;
  }

