@charset "UTF-8";

.content-sm.width-sm {
  max-width: 626px !important;
}

.withSelect {
  border: 4px solid #e93817;
  padding: 16px 5px 40px;
  position: relative;
}
.withSelect .withSelect_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  line-height: 1.3;
}
.withSelect .withSelect_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.withSelect_or {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
}
.withSelect_or img {
  margin-top: -20px !important;
  margin-left: -40px !important;
}

@media screen and (max-width: 767px) {
.withSelect_or {
  width: 30px;
  height: 30px;
}
.withSelect_or img {
  margin-top: -30px !important;
  margin-left: -30px !important;
}
}

.with_disneyplus_start {
  width: 100%;
  max-width: 700px;
  background: #e93817;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 15px;
}
@media screen and (max-width: 767px) {
.pickup_logoimg {
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}
.with_disneyplus_start {
  border-radius: 16px;
  font-size: 18px;
}
}

/* モーダル内別タブ */
.flex-modal-adjust .link-blank.link-blank-normal {
  font-weight: normal !important;
}
.flex-modal-adjust .btn-white-dark.btn-adjust {
  min-width: 0;
  width: 100%;
  max-width: 312px;
}
.flex-modal-adjust .row-max650 {
  max-width: 650px;
  margin: -8px auto 32px auto;
}
@media screen and (max-width: 767px) { 
  .flex-modal-adjust .btn-white-dark.btn-adjust {
    min-width: 140px;
  }
}