@charset "utf-8";

/***** Google Fnots *****/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');

#contentsBox.webpageBox img {
  vertical-align: middle;
}

.radio-event_body {
  font-family: "Zen Maru Gothic", serif;
  font-size: 15px;
  font-weight: 500;
  margin: 2em 0 0;
}

.radio-event_body .marinpia-color {
  color: #e60021;
}

.radio-event_body .kinten-color {
  color: #e9476d;
}

.radio-event_body section {
  margin: 0 0 3em;
}

.radio-event_body .theme {
  padding: 1em 0;
  color: #2c2c2f;
  border-top: solid 0.4em #0099FF;
  border-bottom: solid 0.4em #0099FF;
  text-align: center;
}

.radio-event_body .theme p {
  font-size: 2em;
  font-weight: 600;
}

.radio-event_body .theme p:last-child {
  color: #003f95;
}

.radio-event_body .text {
  padding: 2em 1em 0;
}

.radio-event_body .text p {
  font-size: 1.4em;
  line-height: 1.75em;
}

.radio-event_body .text p.naming,
.radio-event_body .text p.present {
  text-align: center;
  margin: 1em 0;
}

.radio-event_body .text p.naming span.name {
  font-size: 1.8em;
  font-weight: 900;
}

.radio-event_body .text p.naming span.name span:nth-of-type(1) {
  color: #63b6f2;
}

.radio-event_body .text p.naming span.name span:nth-of-type(2) {
  color: #f2c029;
}

.radio-event_body .text p.present span {
  font-size: 1.4em;
  font-weight: 900;
}

.radio-event_body .stripe {
  background: linear-gradient(transparent 60%, #99f2f2 60%);
  padding: 0 0.25em;
}

.radio-event_body .box {
  padding: 0 1em;
}

.radio-event_body .oubo {
  font-size: 1.4em;
  padding: 0.25em 1em;
  background-color: #0099FF;
  color: #ffffff;
  border-radius: 0.5em;
}

.radio-event_body .period,
.radio-event_body .method {
  margin: 1em 1em 0;
}

.radio-event_body .period p {
  font-size: 1.4em;
}

.radio-event_body .method_items {
  display: flex;
}

.radio-event_body .method:first-child {
  width: 40%;
}

.radio-event_body .method:last-child {
  width: 60%;
}

.radio-event_body .method .form,
.radio-event_body .method .mail,
.radio-event_body .method .fax {
  font-size: 1.4em;
  margin: 0 0 1em;
}

.radio-event_body .form a {
  display: block;
  margin: 0.5em 0 0 1em;
  text-align: center;
  background: #e60021;
  color: #fff !important;
  border-radius: 100vh;
  padding: 0.5em 0;
}

.radio-event_body .method .app {
  font-size: 1.4em;
  margin: 0 0 0.5em;
}

/*========== BSNアプリダウンロードリンク Start. ==========*/
#app_dl {
  font-size: 1.4em;
}

#dl_ttl{
  text-align: center;
  background: linear-gradient(transparent 60%, #f2c029 60%);
  padding: 0 0.25em;
  font-weight: 600;
}

#app-dl_box {
  width: 95%;
  margin: 0 auto;
  margin: 1em auto 0;
}

#app-dl_box ul.app-dl_link {
  display: -webkit-box;
  display: flex;
}

#app-dl_box ul.app-dl_link li:nth-of-type(1) {
  margin: 0 0.5em 0 0;
}

#app-dl_box ul.app-dl_link li:nth-of-type(3) {
  margin: 0 0 0 0.5em;
}

#app-dl_box .app-dl_free {
  text-align: center;
  font-weight: 600;
  margin: 0.25em 0 0;
}

#app-dl_box ul.app-dl_process {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 90%;
  margin: 0.25em auto 0;
  font-size: 0.8em;
}

#app-dl_box ul.app-dl_process li {
  text-align: center;
}

#app-dl_box ul.app-dl_process li.app-btn1 {
  width: 38%;
}

#app-dl_box ul.app-dl_process li.right-arrow {
  width: 10%;
  margin: 0 2%;
}

#app-dl_box ul.app-dl_process li.app-btn2 {
  width: 50%;
}

#app-dl_box ul.app-dl_process li.app-btn1 img,
#app-dl_box ul.app-dl_process li.app-btn2 img {
  filter: drop-shadow(1px 1px 2px #333333);
}

#app-dl_box ul.app-dl_process li.app-btn2 span {
  margin: 0.5em 0 0;
  display: inline-block;
}

/*========== BSNアプリダウンロードリンク end. ==========*/

@media screen and (max-width: 899px) {

  .radio-event_body {
    font-size: 10px;
  }

  .radio-event_body .pc {
    display: none;
  }

  .radio-event_body .text p.naming span.name {
    font-size: 1.6em;
  }

  .radio-event_body .method_items {
    display: block;
  }

  .radio-event_body .method:first-child,
  .radio-event_body .method:last-child {
    width: auto;
  }
}