@charset "utf-8";

/* ===============
 * Google Fonts
=============== */
@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');

/*** 共通CSS ***/
#radio-program_body {
  font-family: 'RocknRoll One', sans-serif;
}

.center {
  text-align: center;
}

.red {
  color: #f00606;
}

@media screen and (min-width: 900px) {
  .page_title {
    margin: 0 0 20px;
  }
  #radio-program_body .sp {
    display: none;
  }
  #radio-program_body section {
    margin: 0 0 50px;
  }
  #radio-program_body section .flex {
    display : -webkit-box;  /* old Android */
    display : -webkit-flex; /* Safari etc. */
    display : -ms-flexbox;  /* IE10        */
    display : flex;
  }
  #radio-program_body section .sec_theme {
    border-bottom: #f00606 2px solid;
    font-size: 21px;
    color: #2d2c2a;
    margin: 0 0 10px;
  }
  #radio-program_body section .sec_theme img.icon {
    width: 48px;
    vertical-align: middle;
    padding: 0 10px 5px 0px;
  }
  #radio-program_body section .text {
    padding: 10px;
    font-size: 16px;
    line-height: 2.25em;
  }
  #radio-program_body section .text .line_1,
  #radio-program_body section .text .line_2 {
    margin: 0 0 20px;
  }
  #radio-program_body section .text .line_1 {
    font-size: 18px;
  }
  #radio-program_body section .text .line_2 {
    text-align: center;
  }
  #radio-program_body section .text .msg_btn {
    text-align: center;
    background-color: #efaa05;
    width: 500px;
    margin: 0 auto 30px;
    padding: 5px 0;
    border-radius: 30px;
  }
  #radio-program_body section .text .msg_btn a {
    display: block;
    color: #000000;
  }
  #radio-program_body section .text .line_3 {
    text-align: center;
    margin: 0 0 30px;
  }
  #radio-program_body section .text .line_4 {
    margin: 0 auto 30px;
    width: 465px;
  }
  #radio-program_body section .text .hanseikai_btn {
    text-align: center;
    background-color: #054aef;
    width: 500px;
    margin: 0 auto 30px;
    padding: 5px 0;
    border-radius: 30px;
  }
  #radio-program_body section .text .hanseikai_btn a {
    display: block;
    color: #ffffff;
  }
  #radio-program_body section .video {
    width: 640px;
    margin: 30px auto 0;
    border: #efaa05 5px solid;
    border-radius: 5px;
  }
  #radio-program_body section .mc_sns {
    padding: 10px;
    justify-content: center;
  }
  #radio-program_body section .sub_theme {
    color: #ffffff;
    background-color: #f00606;
    padding: 0 20px 0px;
    margin: 0 0 10px 0px;
    font-size: 18px;
    display: inline-block;
    border-radius: 5px;
  }
  #radio-program_body section .border {
    border: #efaa05 5px solid;
    border-radius: 10px;
    padding: 10px
  }
  #radio-program_body section .mc .border {
    padding: 15px 15px 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #radio-program_body section .mc .flex {
    align-items: center;
    margin: 0 15px;
    width: 420px;
  }
  #radio-program_body section .mc .flex .pic {
    width: 200px;
    margin: 0 0 3px;
  }
  #radio-program_body section .mc .flex .name {
    margin: 0 0 0 10px;
    text-align: center;
    font-size: 16px;
  }
  #radio-program_body section .mc .flex .name img {
    width: 240px;
  }
  #radio-program_body section .tw {
    width: 340px;
  }
  #radio-program_body section .tw .note {
    padding: 5px;
    font-size: 10px;
    text-align: center;
  }
  #radio-program_body section .insta {
    padding: 10px;
  }
  #radio-program_body section .insta .border {
    padding: 10px 10px 0;
  }
  #radio-program_body section .insta .btn_link {
    margin: 0 0 5px;
  }
  #radio-program_body section .request {
    padding: 15px;
    font-size: 16px;
    display: flex;
  }
  #radio-program_body section .request .req_left {
    width: 450px;
    margin: 0 30px 0 0;
  }
  #radio-program_body section .request .method {
    font-size: 18px;
  }
  #radio-program_body section .request .form {
    margin: 0 0 30px;
  }
  #radio-program_body section .request .btn_form {
    text-align: center;
    background-color: #efaa05;
    padding: 10px 0;
    border-radius: 30px;
    margin: 5px 0 0;
  }
  #radio-program_body section .request .btn_form a {
    display: block;
    color: #000000;
  }
  #radio-program_body section .request .form .note {
    font-size: 12px;
    text-align: center;
    margin: 5px 0 0;
  }
  #radio-program_body section .request .app {
    width: 450px;
  }

  /*========== BSNアプリダウンロードリンク Start. ==========*/
    div#app-dl_box {
      display: block;
      margin: 5px 0 0;
    }
    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:-webkit-box;
    	display:flex;
    }
    div#app-dl_box ul.app-dl_link li:nth-of-type(2n+1) {
      margin: 0 0.5em;
    }
    div#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: 10px auto 0;
      font-size: 14px;
    }
    div#app-dl_box ul.app-dl_process li {
      text-align: center;
      line-height: 1.25em;
      /* margin: 0 0 0 5px; */
    }
    /*
    div#app-dl_box ul.app-dl_process li:first-child {
      margin: 0;
    }
    */
    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%;
    }
    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. ==========*/

  #radio-program_body section .request .app .note {
    margin: 5px 0 0;
    font-size: 12px;
    text-align: center;
  }
  #radio-program_body section .request .others .flex {
    margin: 5px 0;
  }
  #radio-program_body section .request .others .flex .left {
    width: 10em;
  }
  #radio-program_body section .request .others .flex .right {
    /* width: 500px; */
  }
}
/*** PC・タブレット　ここまで ***/

/*** スマホ（縦・横）　ここから ***/
@media screen and (max-width: 899px) {
  #radio-program_body {
    padding: 4vw 2vw 0;
  }
  #radio-program_body .pc {
    display: none;
  }
  #radio-program_body section {
    margin: 0 0 30px;
  }
  #radio-program_body section .sec_theme {
    border-bottom: #f00606 2px solid;
    font-size: 18px;
    color: #2d2c2a;
    /* margin: 0 0 10px; */
  }
  #radio-program_body section .sec_theme img.icon {
    width: 32px;
    vertical-align: middle;
    padding: 0 10px 5px 0px;
  }
  #radio-program_body section .text {
    padding: 10px;
    font-size: 3.8vw;
    line-height: 2.25em;
  }
  #radio-program_body section .text .line_1,
  #radio-program_body section .text .line_2 {
    margin: 0 0 10px;
  }
  #radio-program_body section .text .line_1 {
    font-size: 4.2vw;
  }
  #radio-program_body section .text .line_1 img {
    /* max-width: 500px; */
  }
  #radio-program_body section .text .line_2 {

  }
  #radio-program_body section .text .msg_btn {
    text-align: center;
    background-color: #efaa05;
    margin: 0 0 20px;
    padding: 10px 5px;
    border-radius: 20px;
    line-height: 1.75em;
  }
  #radio-program_body section .text .msg_btn a {
    display: block;
    color: #000000;
  }
  #radio-program_body section .text .line_3,
  #radio-program_body section .text .line_4 {
    margin: 0 0 20px;
  }
  #radio-program_body section .text .hanseikai_btn {
    text-align: center;
    background-color: #054aef;
    margin: 0 0 20px;
    padding: 10px 5px;
    border-radius: 20px;
    line-height: 1.75em;
  }
  #radio-program_body section .text .hanseikai_btn a {
    display: block;
    color: #ffffff;
  }
  #radio-program_body section .video {
    /* width: 300px;
    margin: 0px auto 0; */
    margin: 0 10px;
    border: #efaa05 5px solid;
    border-radius: 5px;
  }
  #radio-program_body section .mc_sns {
    padding: 10px;
    justify-content: center;
  }
  #radio-program_body section .sub_theme {
    color: #ffffff;
    background-color: #f00606;
    padding: 0 20px 0px;
    margin: 0 0 10px 0px;
    font-size: 18px;
    display: inline-block;
    border-radius: 5px;
  }
  #radio-program_body section .mc {
    margin: 0 0 20px;
  }
  #radio-program_body section .border {
    border: #efaa05 3px solid;
    border-radius: 10px;
    padding: 10px
  }
  #radio-program_body section .mc .border {
    padding: 20px 10px 0;
  }
  #radio-program_body section .mc .flex {
    margin: 0 0 20px;
  }
  #radio-program_body section .mc .flex .pic {
    width: 200px;
    margin: 0 auto 5px;
  }
  #radio-program_body section .mc .flex .name {
    margin: 0 0 0 10px;
    text-align: center;
    font-size: 16px;
  }
  #radio-program_body section .mc .flex .name img {
    width: 200px;
  }
  #radio-program_body section .tw {
    margin: 0 0 20px;
  }
  #radio-program_body section .tw .note {
    padding: 5px;
    font-size: 10px;
    text-align: center;
  }
  #radio-program_body section .insta {
    padding: 0 10px 10px;
  }
  #radio-program_body section .insta .border {
    padding: 10px 10px 0;
  }
  #radio-program_body section .insta .btn_link {
    margin: 0 0 5px;
  }
  #radio-program_body section .insta .btn_link img {
    max-width: 40%;
  }
  #radio-program_body section .request {
    padding: 10px;
    font-size: 14px;
  }
  #radio-program_body section .request .method {
    font-size: 16px;
    margin: 0 0 10px;
  }
  #radio-program_body section .request .form,
  #radio-program_body section .request .app,
  #radio-program_body section .request .others {
    margin: 0 0 20px;
  }
  #radio-program_body section .request .btn_form {
    text-align: center;
    background-color: #efaa05;
    padding: 5px 0;
    border-radius: 20px;
    margin: 5px 0 0 0;
  }
  #radio-program_body section .request .btn_form a {
    display: block;
    color: #000000;
  }
  #radio-program_body section .request .form .note {
    margin: 5px 0 0 0;
    font-size: 12px;
    text-align: center;
  }

  /*========== 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:-webkit-box;
    	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 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.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%;
    }
    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. ==========*/

  #radio-program_body section .request .app .note {
    margin: 5px 0 0;
    font-size: 12px;
    text-align: center;
  }
  #radio-program_body section .request .others .indent1 {
    padding: 0 0 0 16px;
  }
  #radio-program_body section .request .others .flex .left {

  }
  #radio-program_body section .request .others .flex .right {
    padding: 0 0 0 14px;
    margin: 0 0 10px;
  }
}
/*** スマホ（縦・横）　ここまで ***/