@charset "UTF-8";

/* customer main */
.box__bgimage__customer {
  background-image: url(/customer/resource/img/bg_customer_mainimage_sp.jpg);
}
@media screen and (min-width: 768px) {
  .box__bgimage__customer {
  background-image: url(/customer/resource/img/bg_customer_mainimage.jpg);
  }
}

.box__first_block__big__inner {
  top: 58%;
}

/* customer background */
.flex__side.flex__side__customer__procedure {
  background: url(/customer/resource/img/bg_customer_procedure-image_sp.jpg) no-repeat center top / 100%;
}
.flex__side.flex__side__customer__search {
  background: url(/customer/resource/img/bg_customer_event-image_sp.jpg) no-repeat center top / 100%;
}
.flex__side.flex__side__customer__mypage {
  background: url(/customer/resource/img/bg_customer_mypage-image_sp.jpg) no-repeat center top / 100%;
}
.flex__side.flex__side__customer__confirm {
  background: url(/customer/resource/img/bg_customer_confirm-image_sp.jpg) no-repeat center top / 100%;
}
@media screen and (min-width: 768px) {
  .flex__side.flex__side__customer__procedure {
    background: url(/customer/resource/img/bg_customer_procedure-image.jpg) no-repeat right top / cover;
  }
  .flex__side.flex__side__customer__search {
    background: url(/customer/resource/img/bg_customer_event-image.jpg) no-repeat left top / cover;
  }
  .flex__side.flex__side__customer__mypage {
    background: url(/customer/resource/img/bg_customer_mypage-image.jpg) no-repeat right top / cover;
  }
  .flex__side.flex__side__customer__confirm {
    background: url(/customer/resource/img/bg_customer_confirm-image.jpg) no-repeat left top / cover;
  }
}


.panel__image_small .list__panel__image_box {
  width: 100px;
}
.panel__image_middle .list__panel__image_box {
  width: 145px;
}

.panel__image_small .list__panel__text_box {
  width: calc(100% - 140px);
}
.panel__image_middle .list__panel__text_box {
  width: calc(100% - 185px);
}
@media screen and (max-width: 767px) {
  .panel__image_middle .list__panel__image_box {
    width: 100px;
  }
  .panel__image_small .list__panel__text_box {
    width: calc(100% - 130px);
  }
  .panel__image_middle .list__panel__text_box {
    width: calc(100% - 130px);
  }
}

@media screen and (max-width: 767px) {
  .box__mypage_area .btn__link02_icon_big {
    background-size: 35px auto;
    background-position: center 25%;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 55px 5px 16px;
    line-height: 1;
    border-radius: 10px;
    font-size: 1.125rem;
    font-weight: bold;
  }
  .btn__link02_icon_big::after,
  .btn__link02_icon_big::before {
    display: none;
  }
  .btn__link02_icon_big span {
    font-size: 1rem;
  }
}