@charset "utf-8";
/* CSS Document */
.w100vw {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.box__bgimage__mypage {
  background-image: url(/mypage/resource/img/bg_mypage_mainimage.jpg);
}
@media screen and (max-width: 767px) {
  .box__bgimage__mypage {
    background-image: url(/mypage/resource/img/bg_mypage_mainimage_sp.jpg);
  }
}

/* お問い合わせページのみ追従ボタン　削除 */
.fixed__block__bottom a.btn__link.btn__link_request {
  display: none;
}
@media screen and (max-width: 767px){
  .fixed__block__bottom a.btn__link.btn__mypage_login.disp_pc_flex{
      display: flex !important;
  }
  .fixed__block__bottom a.btn__link.btn__mypage_login{
      background-size: 33px auto !important;
  }
  .fixed__block__bottom .btn__mypage_login {
      transform: unset;
  }
}

/* 20230927追加 */
.pdf__open__btn {
  display: inline-flex;
  width: auto;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  font-size: 0.8750rem;
  line-height: 1.5em;
  border: 1px solid #0a5ba6;
  border-radius: 4px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}

/* 20240416追加 */
.box__bgimage__mypage_new {
  background-image: url(/mypage/resource/img/bg_mypage_new_mainimage.png);
}
@media screen and (max-width: 767px) {
  .box__bgimage__mypage_new {
    background-image: url(/mypage/resource/img/bg_mypage_new_mainimage_sp.png);
  }
}
@media screen and (min-width: 768px) {
  .box__bgimage__mypage_new .box__first_block__big__inner {
    position: relative;
    transform: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
  .box__bgimage__mypage_new {
    background-position: right 30% center;
  }
}
@media screen and (min-width: 1600px) {
  .box__bgimage__mypage_new {
    background: url(/mypage/resource/img/bg_mypage_new_mainimage.png), linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(237, 243, 243) 51%, rgb(237, 243, 243) 100%);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.list__style_disc {
  margin-left: 18px;
  list-style: disc;
}