@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi&display=swap");
#contentsBox.eventWebpage {
  font-family: "Kosugi", sans-serif;
}

/*==============================
	　ウェブページ_共通CSS（汎用）
	==============================*/
#contentsBox.eventWebpage .center {
  text-align: center;
}

#contentsBox.eventWebpage .bold {
  font-weight: bold;
}

#contentsBox.eventWebpage .red {
  color: #ff0000;
}

#contentsBox.eventWebpage .blue {
  color: #0000ff;
}

#contentsBox.eventWebpage .articleBody .item .contents div.unit {
  margin: 0 0 1em;
}

/*==============================
	　ウェブページ_共通CSS（独自）
	==============================*/
#contentsBox.eventWebpage .pink {
  color: #ea206e;
}

#contentsBox.eventWebpage .org {
  color: #f17a00;
}

#contentsBox.eventWebpage .cp-blue {
  color: #0091db;
}

#contentsBox.eventWebpage .grn {
  color: #009b74;
}

@media screen and (min-width: 900px) {
  /*==============================
  　ウェブページ_PC用CSS（汎用）
  ==============================*/
  #contentsBox.eventWebpage {
    font-size: 16px;
  }
  #contentsBox.eventWebpage .sp {
    display: none;
  }
  #contentsBox.eventWebpage .bigger {
    font-size: 125%;
  }
  #contentsBox.eventWebpage .smaller {
    font-size: 85%;
  }
  .entry_info {
    margin: 0 0 30px;
  }
  .entry_info img {
    width: 900px;
  }
  /*
  #contentsBox.eventWebpage .articleBody .item {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-align: start;
  	-ms-flex-align: start;
  	align-items: flex-start;
  	margin: 0 0 1.0em;
  }
  #contentsBox.eventWebpage .articleBody .item .title {
  	width: 210px;
  	padding: 0;
  	margin: 0 20px 0 0;
  	font-size: 18px;
  }
  #contentsBox.eventWebpage .articleBody .item .contents {
  	width: 640px;
  }
  */
  #contentsBox.eventWebpage .articleBody .item .contents div.unit .bigger {
    font-size: 125%;
  }
  /*========== BSNアプリダウンロードリンク Start. ==========*/
  div#app-dl_box {
    /* width: 780px; */
    display: block;
    margin: 0 auto;
  }
  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.25em 0;
    font-size: 16px;
  }
  div#app-dl_box ul.app-dl_link {
    display: flex;
  }
  div#app-dl_box ul.app-dl_link li:nth-of-type(2n+1) {
    margin: 0 0.5em;
  }
  div#app-dl_box .app-dl_free {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin: 0.25em 0 0;
  }
  div#app-dl_box ul.app-dl_process {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 10px auto 0;
    font-size: 16px;
  }
  div#app-dl_box ul.app-dl_process li {
    text-align: center;
  }
  div#app-dl_box ul.app-dl_process li.app-btn1 {
    width: 38%;
  }
  div#app-dl_box ul.app-dl_process li.right-arrow {
    width: 10%;
    margin: 0 2%;
  }
  div#app-dl_box ul.app-dl_process li.app-btn2 {
    width: 50%;
  }
  div#app-dl_box ul.app-dl_process li.app-btn1 img,
  div#app-dl_box ul.app-dl_process li.app-btn2 img {
    filter: drop-shadow(1px 1px 2px #333333);
  }
  /*========== BSNアプリダウンロードリンク end. ==========*/
  /*==============================
  　ウェブページ_PC用CSS（独自）
  ==============================*/
  .method {
    margin: 0 0 30px;
  }
  .method .head {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    width: 600px;
    margin: 0 0 15px !important;
    font-size: 21px;
    /* color: #0091db; */
  }
  .method .head:before,
  .method .head:after {
    position: absolute;
    top: calc(50% - 5px);
    width: 25%;
    height: 5px;
    content: "";
    border-top: solid 2px #000000;
    border-bottom: solid 2px #000000;
  }
  .method .head:before {
    left: 0;
  }
  .method .head:after {
    right: 0;
  }
  .btn_form {
    text-align: center;
    background-color: #ea206e;
    border-radius: 3em;
    width: 80%;
    margin: 0 auto;
  }
  .btn_form a {
    font-size: 18px;
    padding: 10px;
    display: block;
  }
  #contentsBox .btn_form a {
    color: #ffffff;
  }
  .line {
    line-height: 1.75em;
    margin: 0 0 1em;
  }
  .line p {
    margin: 0 !important;
  }
  .indent {
    padding: 0 0 0 1em;
  }
  .wchance {
    background-color: #ea206e;
    color: #ffffff;
    font-size: 85%;
    padding: 0.3em 1em;
    border-radius: 100vh;
  }
  .uoroku2024 img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 899px) {
  /*==============================
  　ウェブページ_SP用CSS（汎用）
  ==============================*/
  #contentsBox.eventWebpage {
    font-size: 4vw;
  }
  #contentsBox.eventWebpage .pc {
    display: none;
  }
  #contentsBox.eventWebpage .bigger {
    font-size: 4vw;
  }
  #contentsBox.eventWebpage .smaller {
    font-size: 3.5vw;
  }
  #contentsBox.eventWebpage .entry_info {
    margin: 0 0 4vw;
  }
  /*
  #contentsBox.eventWebpage .articleBody .item {
  	margin: 0 0 1.0em;
  }
  #contentsBox.eventWebpage .articleBody .item .title {
  	padding: 0;
  	margin: 0 0 0.25em;
  	font-size: 5.0vw;
  }
  #contentsBox.eventWebpage .articleBody .item .contents {
  	padding: 0 0.5em;
  }
  */
  /*========== BSNアプリダウンロードリンク Start. ==========*/
  div#app-dl_box {
    width: 100%;
    display: block;
    font-size: 3.5vw;
  }
  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.25em 0;
  }
  div#app-dl_box ul.app-dl_link {
    display: flex;
  }
  div#app-dl_box ul.app-dl_link li:nth-of-type(1) {
    margin: 0 0.5em;
  }
  div#app-dl_box ul.app-dl_link li:nth-of-type(3) {
    margin: 0 0.5em 0 0;
  }
  div#app-dl_box ul.app-dl_link li.qr {
    display: none;
  }
  div#app-dl_box .app-dl_free {
    text-align: center;
    font-size: 4.5vw;
    font-weight: 600;
    margin: 0.25em 0 0;
  }
  div#app-dl_box ul.app-dl_process {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0.5em auto 0;
    font-size: 3vw;
  }
  div#app-dl_box ul.app-dl_process li {
    text-align: center;
    line-height: 1.25em;
  }
  div#app-dl_box ul.app-dl_process li.app-btn1 {
    width: 38%;
  }
  div#app-dl_box ul.app-dl_process li.right-arrow {
    width: 10%;
    padding: 0 0.25em 1em;
  }
  div#app-dl_box ul.app-dl_process li.app-btn2 {
    width: 52%;
  }
  /*========== BSNアプリダウンロードリンク end. ==========*/
  /*==============================
  　ウェブページ_SP用CSS（独自）
  ==============================*/
  #contentsBox.eventWebpage .method {
    margin: 0 0 6vw;
    text-align: center;
  }
  #contentsBox.eventWebpage .method .head {
    position: relative;
    display: inline-block;
    padding: 0 2.5em;
    text-align: center;
    margin: 0 0 0.5em !important;
    font-size: 4.5vw;
  }
  #contentsBox.eventWebpage .method .head:before,
  #contentsBox.eventWebpage .method .head:after {
    position: absolute;
    top: calc(50% - 5px);
    width: 2em;
    height: 5px;
    content: "";
    border-top: solid 2px #000000;
    border-bottom: solid 2px #000000;
  }
  #contentsBox.eventWebpage .method .head:before {
    left: 0;
  }
  #contentsBox.eventWebpage .method .head:after {
    right: 0;
  }
  #contentsBox.eventWebpage .btn_form {
    text-align: center;
  }
  #contentsBox.eventWebpage .btn_form a {
    font-size: 4.5vw;
  }
  #contentsBox.eventWebpage .line {
    line-height: 1.5em;
    margin: 0 0 0.5em;
  }
  #contentsBox.eventWebpage .line p {
    margin: 0 !important;
  }
  #contentsBox.eventWebpage .indent {
    padding: 0 0 0 0.5em;
  }
  #contentsBox.eventWebpage .wchance {
    background-color: #ea206e;
    color: #ffffff;
    font-size: 85%;
    padding: 0.25em 1em;
    border-radius: 100vh;
  }
  .eventWebpage .item_dtl {
    font-size: 1em;
    font-weight: 600;
  }
  .btn_form {
    text-align: center;
    background-color: #ea206e;
    border-radius: 3em;
    width: 80%;
    margin: 0 auto;
  }
  .btn_form a {
    padding: 10px;
    display: block;
  }
  #contentsBox .btn_form a {
    color: #ffffff;
  }
}
.ouboyoushi {
  font-size: 120%;
  color: #1a0dab;
}/*# sourceMappingURL=20240701uoroku-dream.css.map */