@charset "UTF-8";
#contentsBox .bnd-wrap .btn_form a {
  color: #000;
}

#contentsBox .bnd-wrap .btn_form a:hover {
  color: #fff;
}

.bnd-wrap {
  font-size: 18px;
  /*========== BSNアプリダウンロードリンク Start. ==========*/
  /*========== BSNアプリダウンロードリンク end. ==========*/
}
.bnd-wrap h4 {
  border-bottom: #bcb8af 1px solid;
  margin-bottom: 15px;
  font-size: 110%;
  color: #2d2c2a;
  position: relative;
  text-shadow: 0 0 10px #fff, 0 0 15px #fff;
}
.bnd-wrap h4:before {
  content: "";
  position: absolute;
  background: #FCD997;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  transform: translateY(-50%);
  z-index: -1;
}
.bnd-wrap .bnd_title {
  text-align: center;
  font-size: 200%;
  margin: 4rem 0;
}
.bnd-wrap section {
  margin: 4rem 0;
  font-family: "Sawarabi Gothic";
}
.bnd-wrap .wf-sawarabigothic {
  font-family: "Sawarabi Gothic";
}
.bnd-wrap .bnd_title p:first-child {
  font-size: 110%;
  color: #eb6100;
  font-weight: bold;
  letter-spacing: 4px;
}
.bnd-wrap .bnd_message img {
  width: 200px;
}
.bnd-wrap .pre-area {
  margin: 2rem 0;
  display: flex;
  justify-content: space-between;
}
.bnd-wrap .pre-area div {
  padding: 1vh;
}
.bnd-wrap .bnd_before-release {
  font-size: 200%;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  max-width: 350px;
  text-align: center;
  margin: 0 auto;
  background-image: linear-gradient(90deg, #fcf69f, #ff8730);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 5px;
  /* マーカーの太さ調整箇所 */
}
.bnd-wrap .bnd_sns a {
  font-size: 100%;
}
.bnd-wrap .request {
  overflow: hidden;
}
.bnd-wrap .request .form,
.bnd-wrap div#app-dl_box,
.bnd-wrap .request .others {
  width: 48%;
}
.bnd-wrap .request .form,
.bnd-wrap .request .others {
  float: left;
}
.bnd-wrap div#app-dl_box {
  float: right;
}
.bnd-wrap .request .method {
  margin: 0 0 0.5em;
}
.bnd-wrap .request .form {
  margin: 0 0 1em;
}
.bnd-wrap .request .btn_form a {
  display: block;
  text-align: center;
  background: #fafa07;
  padding: 0.5em 0;
  border-radius: 100vh;
  transition: 0.5s;
}
.bnd-wrap .request .btn_form a:hover {
  text-decoration: none;
  opacity: 1;
  background: #eb6200;
}
.bnd-wrap .request .form .note {
  font-size: 0.8em;
  text-align: center;
  margin: 0.25em 0 0;
}
.bnd-wrap .request .app {
  width: 450px;
}
.bnd-wrap div#app-dl_box p.app-dl_head {
  background-color: #0052a4;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0.5em;
  border-radius: 100vh;
  padding: 0.5em 0;
}
.bnd-wrap div#app-dl_box ul.app-dl_link {
  display: flex;
}
.bnd-wrap div#app-dl_box ul.app-dl_link a {
  display: block;
}
.bnd-wrap div#app-dl_box ul.app-dl_link li:nth-of-type(2n+1) {
  margin: 0 0.5em;
}
.bnd-wrap div#app-dl_box ul.app-dl_process {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 1em auto 0.5em;
}
.bnd-wrap div#app-dl_box ul.app-dl_process li {
  text-align: center;
  line-height: 1.25em;
  font-size: 0.9em;
}
.bnd-wrap div#app-dl_box ul.app-dl_process li.app-btn1 {
  width: 38%;
}
.bnd-wrap div#app-dl_box ul.app-dl_process li.right-arrow {
  width: 10%;
  padding: 0 0.5em 1em;
}
.bnd-wrap div#app-dl_box ul.app-dl_process li.app-btn2 {
  width: 52%;
}
.bnd-wrap div#app-dl_box ul.app-dl_process li.app-btn1 img,
.bnd-wrap div#app-dl_box ul.app-dl_process li.app-btn2 img {
  filter: drop-shadow(1px 1px 2px #333333);
}
.bnd-wrap div#app-dl_box ul.app-dl_process li.app-btn2 img {
  margin: 0 0 0.5em;
}
.bnd-wrap div#app-dl_box .note {
  font-size: 0.8em;
  text-align: center;
}
.bnd-wrap .request .others > div {
  display: flex;
  margin: 0 0 0.5em;
}
.bnd-wrap .request .others > div .left {
  width: 9em;
}
.bnd-wrap .request .others > div .right {
  font-size: 0.9em;
}

@media screen and (max-width: 767px) {
  .contentIn {
    padding: 0 10px;
  }
  .bnd-wrap {
    font-size: 16px;
  }
  .bnd-wrap .bnd_title {
    font-size: 120%;
    margin: 1rem 0;
  }
  .bnd-wrap .bnd_title p:first-child {
    letter-spacing: 1px;
  }
  .bnd-wrap section {
    margin: 2rem 0;
  }
  .bnd-wrap h4:before {
    content: "";
    position: absolute;
    background: #FCD997;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: 50%;
    /* border: dashed 1px white; */
    left: -10px;
    transform: translateY(-50%);
    z-index: -1;
  }
  .bnd-wrap .pre-area {
    display: block;
  }
  .bnd-wrap .request .form,
  .bnd-wrap div#app-dl_box,
  .bnd-wrap .request .others {
    width: auto;
  }
  .bnd-wrap .request .form,
  .bnd-wrap div#app-dl_box,
  .bnd-wrap .request .others {
    float: none;
  }
}/*# sourceMappingURL=2024brand-new-day.css.map */