@charset "UTF-8";
/*** Google Fonts ***/
@import url("https://fonts.googleapis.com/css2?family=Kosugi&display=swap");
/*** 共通CSS ***/
.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.prog-color {
  color: #ff6600;
}

#radio-program_body {
  font-family: "Kosugi", sans-serif;
}

/*** PC・タブレット　ここから ***/
@media screen and (min-width: 900px) {
  #radio-program_body .sp {
    display: none;
  }
  #radio-program_body div.info {
    background-image: url(https://www.ohbsn.com/radio/rock-day/images/20240609rock-day_1280x720_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 720px;
  }
  #radio-program_body div.info img {
    display: block;
    margin: 0 auto;
  }
  #radio-program_body section {
    padding: 20px 0 30px;
    width: 960px;
    margin: 0 auto;
  }
  #radio-program_body section .flex {
    /* old Android */
    /* Safari etc. */
    /* IE10        */
    display: flex;
  }
  #radio-program_body section .wrap {
    /* Safari etc. */
    /* IE10        */
    flex-wrap: wrap;
  }
  #radio-program_body section .sec_theme {
    border-bottom: 2px solid #020659;
    font-size: 20px;
    color: #020659;
    margin: 0 0 10px;
    font-weight: bold;
    letter-spacing: 0.5em;
  }
  #radio-program_body section .sec_theme:first-letter {
    font-size: 150%;
    color: #ff115c;
  }
  #radio-program_body section .sec_theme img.icon {
    width: 30px;
    vertical-align: middle;
    padding: 0px 5px 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,
  #radio-program_body section .text .line_3 {
    margin: 0 0 20px;
    font-size: 18px;
  }
  #radio-program_body section .text .line_3 {
    text-align: center;
  }
  #radio-program_body section .text .bigger {
    font-size: 30px;
  }
  #radio-program_body section .text .msg_btn {
    text-align: center;
    background-color: #020659;
    width: 500px;
    margin: 0 auto;
    padding: 5px 0;
    border-radius: 30px;
  }
  #radio-program_body section .text .msg_btn a {
    display: block;
    color: #ffffff;
  }
  #radio-program_body section .sponsor {
    /* margin: 20px 0 0; */
    padding: 10px;
    display: flex;
    justify-content: center;
  }
  #radio-program_body section .sponsor p {
    font-size: 18px;
    margin: 10px 0 0;
  }
  #radio-program_body section .sponsor p a {
    display: inline-block;
  }
  #radio-program_body section .sponsor p img {
    vertical-align: middle;
    padding: 0 0 0 0.5em;
  }
  #radio-program_body section .sponsor p img.logo_240 {
    width: 240px;
  }
  #radio-program_body section .sponsor p img.logo_350 {
    width: 350px;
  }
  #radio-program_body section .sponsor p:nth-of-type(2) {
    margin: 10% 0 10% 10%;
  }
  #radio-program_body section .request {
    padding: 10px;
    font-size: 16px;
  }
  #radio-program_body section .request .method {
    font-size: 18px;
    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: #ff115c;
    width: 450px;
    padding: 10px 0;
    border-radius: 30px;
    margin: 50px auto 5px;
  }
  #radio-program_body section .request .btn_form a {
    display: block;
    color: #ffffff;
  }
  #radio-program_body section .request .form .note {
    margin: 0 auto;
    font-size: 12px;
    width: 450px;
    text-align: center;
  }
  #radio-program_body section .request .indent1 {
    padding: 0 0 0 18px;
  }
  /*========== BSNアプリダウンロードリンク Start. ==========*/
  div#app-dl_box {
    width: 600px;
    margin: 50px auto;
  }
  div#app-dl_box p:first-child img {
    width: 75px;
    vertical-align: middle;
    padding: 0 10px 0 0;
  }
  div#app-dl_box p.app-dl_head {
    background-color: #0052a4;
    color: #ffffff;
    text-align: center;
    margin: 10px 0;
    border-radius: 100vh;
    padding: 0.25em 0;
    font-size: 18px;
  }
  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: 24px;
    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: 10px auto 0;
    font-size: 21px;
  }
  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. ==========*/
  /***** ↓↓↓↓↓「応募 参加」→「メッセージ リクエスト」↓↓↓↓↓ *****/
  #radio-program_body #app_dl ul {
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
    font-size: 16px;
  }
  #radio-program_body #app_dl ul li {
    text-align: center;
    margin: 0 0 0 10px;
    /* font-weight: bold; */
  }
  #radio-program_body #app_dl ul li img.app-btn1 {
    width: 200px;
  }
  #radio-program_body #app_dl ul li img.arrow {
    height: 40px;
    /* padding: 20px 0 0; */
  }
  #radio-program_body #app_dl ul li img.app-btn2 {
    width: 100px;
  }
  /***** ↑↑↑↑↑「応募 参加」→「メッセージ リクエスト」↑↑↑↑↑ *****/
  #radio-program_body section .request .app .note {
    margin: 5px 0 0;
    font-size: 12px;
    text-align: center;
  }
  #radio-program_body section .request .others .flex .left {
    width: 150px;
  }
  #radio-program_body section .request .others .flex .right {
    /* width: 500px; */
  }
}
/*** PC・タブレット　ここまで ***/
/*** スマホ（縦・横）　ここから ***/
@media screen and (max-width: 899px) {
  #radio-program_body {
    width: 95%;
    margin: 0 auto;
  }
  #radio-program_body div.info {
    background-image: url(https://www.ohbsn.com/radio/rock-day/images/20240609rock-day_1280x720_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: initial;
  }
  #radio-program_body div.info img {
    display: block;
  }
  #radio-program_body .pc {
    display: none;
  }
  #radio-program_body section {
    padding: 10px 0 20px;
  }
  #radio-program_body section .sec_theme {
    border-bottom: 2px solid #020659;
    font-size: 16px;
    color: #020659;
    font-weight: bold;
    letter-spacing: 0.5em;
  }
  #radio-program_body section .sec_theme:first-letter {
    font-size: 150%;
    color: #ff115c;
  }
  #radio-program_body section .sec_theme img.icon {
    width: 24px;
    vertical-align: middle;
    padding: 0px 5px 5px 5px;
  }
  #radio-program_body section .text {
    padding: 10px;
    line-height: 2.25em;
  }
  #radio-program_body section .text .line_1,
  #radio-program_body section .text .line_2,
  #radio-program_body section .text .line_3 {
    margin: 0 0 15px;
    font-size: 13px;
  }
  #radio-program_body section .text .line_3 {
    text-align: center;
  }
  #radio-program_body section .text .bigger {
    font-size: 24px;
  }
  #radio-program_body section .text .msg_btn {
    text-align: center;
    background-color: #020659;
    padding: 5px 10px;
    border-radius: 30px;
    margin: 0 auto;
    /* width: 280px; */
  }
  #radio-program_body section .text .msg_btn a {
    display: block;
    color: #ffffff;
  }
  #radio-program_body section .sponsor {
    /* margin: 20px 0 0; */
    padding: 10px;
  }
  #radio-program_body section .sponsor p {
    font-size: 16px;
    margin: 10px 0 0;
  }
  #radio-program_body section .sponsor p:nth-of-type(2) {
    margin: 30px 0 0;
  }
  #radio-program_body section .sponsor p a {
    /* display: inline-block; */
  }
  #radio-program_body section .sponsor p img {
    vertical-align: middle;
    padding: 0 0 0 0.5em;
  }
  #radio-program_body section .sponsor p img.logo_240 {
    max-width: 50%;
  }
  #radio-program_body section .sponsor p img.logo_350 {
    max-width: 75%;
  }
  /*
    #radio-program_body section .sponsor p img.flyer {
      max-width: 80%;
    }
    */
  #radio-program_body section .request {
    padding: 10px;
  }
  #radio-program_body section .request .method {
    font-size: 16px;
    margin: 0 0 5px;
  }
  #radio-program_body section .request .form,
  #radio-program_body section .request .app,
  #radio-program_body section .request .others {
    margin: 0 0 15px;
  }
  #radio-program_body section .request .btn_form {
    text-align: center;
    background-color: #ff115c;
    padding: 6px 0;
    border-radius: 20px;
  }
  #radio-program_body section .request .btn_form a {
    display: block;
    color: #ffffff;
  }
  #radio-program_body section .request .note {
    margin: 5px 0 0;
    font-size: 10px;
    text-align: center;
  }
  /*========== BSNアプリダウンロードリンク Start. ==========*/
  div#app-dl_box {
    width: 100%;
    margin: 0 auto;
  }
  div#app-dl_box p:first-child img {
    width: 75px;
    vertical-align: middle;
    padding: 0 10px 0 0;
  }
  div#app-dl_box p.app-dl_head {
    background-color: #0052a4;
    color: #ffffff;
    text-align: center;
    margin: 10px 0;
    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(2n+1) {
    margin: 0 0.5em;
  }
  div#app-dl_box .app-dl_free {
    text-align: center;
    font-size: 1em;
    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: 10px auto 0;
    font-size: 21px;
  }
  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);
  }
  div#app-dl_box ul.app-dl_process li:first-child {
    width: 25%;
  }
  /*========== BSNアプリダウンロードリンク end. ==========*/
  /***** ↓↓↓↓↓「応募 参加」→「メッセージ リクエスト」↓↓↓↓↓ *****/
  #radio-program_body #app_dl ul {
    /* old Android */
    /* Safari etc. */
    /* IE10        */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0 0;
    font-size: 10px;
  }
  #radio-program_body #app_dl ul li {
    text-align: center;
    margin: 0 0 0 5px;
    /* font-weight: bold; */
  }
  #radio-program_body #app_dl ul li img.app-btn1 {
    width: 120px;
  }
  #radio-program_body #app_dl ul li img.arrow {
    height: 25px;
  }
  #radio-program_body #app_dl ul li img.app-btn2 {
    width: 60px;
  }
  /***** ↑↑↑↑↑「応募 参加」→「メッセージ リクエスト」↑↑↑↑↑ *****/
  #radio-program_body section .request .others .indent1 {
    padding: 0 0 0 8px;
    font-size: 14px;
  }
  #radio-program_body section .request .others .flex .right {
    padding: 0 0 0 14px;
    margin: 0 0 5px;
  }
}
/*** スマホ（縦・横）　ここまで ***//*# sourceMappingURL=20240510rock-day.css.map */