/* 応募方法
************************/
.premium-apply .process-ttl {
  max-width: 194px;
  margin: 0 auto 45px;
}
.premium-apply .process-inner {
  max-width: 812px;
  margin: auto;
}
.premium-apply .process-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.premium-apply .process-item {
  text-align: center;
  flex: 0 1 216px;
}
.premium-apply .process-arrow {
  margin-top: 150px;
  flex: 0 1 auto;
}
.premium-apply .step-ttl {
  font-family: "Barlow Condensed";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0.05rem;
  color: #0642a1;
}
.premium-apply .step-img {
  margin-bottom: 20px;
  width: 100%;
}
.premium-apply .step-txt {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}
.premium-apply .step-txt a {
  text-decoration: none !important;
  color: #ffff3d !important;
}
.premium-apply .step-txt a:hover {
  text-decoration: underline !important;
}
.premium-apply .process-note {
  margin-bottom: 0 !important;
  color: #ffff3d;
  margin-top: 40px;
}
.premium-apply .process-ttl.process-ttl--tw {
  max-width: 440px;
}

/* プレミアム会員なら
************************/
.premium-apply {
  padding: 30px 0 90px;
  background-color: #0642a1;
}
.premium-apply.cp-ticket {
  background-color: #1b60cc;
}
.premium-apply .premium-cont {
  background-color: #fff;
  border-radius: 50px;
  padding: 90px 5% 70px;
}
.premium-apply .process-ttl--pm {
  max-width: 530px;
  width: 70%;
  margin-bottom: 70px;
}
.premium-apply .pm-bnr {
  max-width: 500px;
  width: 70%;
  margin: auto;
  display: block;
  position: relative;
}
.premium-apply .pm-icon-check {
  position: absolute;
  z-index: 2;
  top: -6px;
  left: -6px;
  width: 65px;
}
.premium-apply .premium-cont__pm-bnr {
  margin-top: 60px;
  padding-top: 50px;
}
.premium-apply .pm-bnr-headTxt {
  text-align: center;
  color: #0642a1;
  margin-bottom: 10px !important;
  font-weight: bold;
  font-size: 18px !important;
}
.premium-apply .pm-process-box .step-txt {
  color: #0642a1;
}
.premium-apply .pm-process-box .process-note {
  color: #0642a1;
}
.premium-apply .pm-process-box .step-txt a {
  color: #3fa9f5 !important;
}
.premium-apply .premium-cont__process {
  margin-top: 130px;
}
.premium-apply .newyear-premium-bnr {
  border-top: 2px solid #0642a1;
}

@media screen and (max-width: 940px) {
  /* 応募方法
	************************/
  .premium-apply .process-ttl {
    max-width: 33%;
    margin-bottom: 30px;
  }
  .premium-apply .process-inner {
    padding: 0 0 0 15px;
    text-align: center;
  }
  .premium-apply .process-list {
    display: block;
  }
  .premium-apply .process-item::after {
    display: block;
    clear: both;
    content: "";
  }
  .premium-apply .step-img {
    float: left;
    width: 30%;
    margin-bottom: 0;
  }
  .premium-apply .step-ttl,
  .premium-apply .step-txt {
    float: right;
    width: 70%;
    padding-left: 20px;
  }
  .premium-apply .step-txt {
    font-size: 13px !important;
  }
  .premium-apply .process-item {
    text-align: left;
  }
  .premium-apply .step-ttl {
    max-width: 70%;
    margin-bottom: 0;
    font-size: 26px;
  }
  .baystars.post .post-detail p {
    font-size: 11px;
  }
  .premium-apply .process-arrow {
    width: 30%;
    margin: 12px 0;
  }
  .premium-apply .process-arrow img {
    width: 2.67vw;
    margin: auto;
    transform: rotate(90deg);
  }
  .premium-apply .process-note {
    display: inline-block;
    margin: 25px auto 5px !important;
    text-align: left;
    padding-right: 15px;
  }
  .premium-apply .process-ttl.process-ttl--tw {
    width: 85%;
    max-width: 400px;
  }

  /* プレミアム会員なら
  ************************/
  .premium-apply .premium-cont {
    padding: 40px 6% 40px;
    border-radius: 25px;
  }
  .premium-apply .premium {
    padding: 20px 0 50px;
  }
  .premium-apply .pm-process-box {
    padding: 0;
  }
  .premium-apply .process-ttl--pm {
    width: 72%;
    max-width: 330px;
  }
  .premium-apply .premium-process-ttl {
    width: 85%;
    margin: auto;
    max-width: 380px;
  }
  .premium-apply .premium-cont__process {
    margin-top: 60px;
  }
  .premium-apply .premium-cont__pm-bnr {
    margin-top: 40px;
    padding-top: 40px;
  }
  .premium-apply .pm-bnr {
    width: 100%;
    max-width: 430px;
  }
  .premium-apply .pm-bnr-headTxt {
    text-align: left;
    margin-bottom: 18px !important;
    font-size: 13px !important;
  }
  .premium-apply .pm-icon-check {
    top: -4%;
    left: -1%;
    max-width: 60px;
    width: 17%;
  }
}
