@charset "UTF-8";
/*  共通  */
body {
  font-family: 'Noto Sans JP', sans-serif;
}

/*　スマホ用の記述　*/
@media screen and (max-width: 639px) {
	.sp-only {
		display: block;
	}
	
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../../../images/program/quarter/terashima/bg_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
  }

  header {
    position: relative;
    height: 1104px;
  }
  header .sns_sp {
    position: fixed;
    bottom: 41px;
    right: 11px;
    z-index: 1;
  }
  header .sns_sp ul {
    list-style: none;
  }
  header .sns_sp ul li {
    float: left;
    padding: 10px;
  }

  .menu_box {
    display: none;
  }

  /*ハンバーガーメニュー*/
  header nav {
    margin-right: -16px;
  }

  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  header nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 16px;
  }

  #nav_toggle {
    display: none;
  }

  nav {
    display: none;
    position: fixed;
    top: 72px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    z-index: 999;
  }

  header nav ul {
    display: block;
    margin: 0 auto;
    width: 90%;
  }

  header nav ul li {
    margin: 0 auto;
    text-align: center;
    /*border-bottom: 1px solid #fff;*/
  }

  header nav ul li:last-child {
    border: none;
  }

  header nav ul li a {
    display: block;
    font-size: 5vw;
    font-weight: 900;
  }

  .nav_bg {
    background-color: #000;
    position: fixed;
    display: block;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: 100;
    width: 65px;
    height: 60px;
  }

  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 10px;
    z-index: 100;
    right: 10px;
  }

  #nav_toggle div {
    position: relative;
    background-color: #000;
  }

  #nav_toggle span {
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  #nav_toggle span:nth-child(1) {
    top: 5px;
  }

  #nav_toggle span:nth-child(2) {
    top: 32px;
    background: url("../../../images/program/quarter/gr/menu.png");
    background-size: contain;
    width: 25px;
    height: 8px;
  }

  #nav_toggle span:nth-child(3) {
    top: 20px;
  }

  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .open #nav_toggle span:nth-child(2) {
    top: 35px;
    background: url("../../../images/program/quarter/gr/close.png");
    background-size: contain;
    width: 29px;
    height: 8px;
  }

  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  #program_info {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 11% 0;
    z-index: 10;
    position: relative;
  }
  .radio_pc {
    display: none;
  }
  #program_info .text_box {
    border-top: solid 5px #FFF;
    text-align: left;
    color: #FFF;
    line-height: 2em;
    /* padding: 0 30px; */
    width: 90%;
    margin: 0 auto;
  }
  #program_info .text_box h2 {
    font-weight: 900;
    font-size: 5.5vw;
    padding: 40px 0 70px;
  }

  #program_info .info-box {
    border-top: solid 1px #FFF;
    padding: 40px 0 75px;
    line-height: 2em;
  }

  #program_info .info-box h2 {
    font-weight: 400;
    font-size: 5.5vw;
    padding: 0;
  }

  #program_info .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0 75px;
    line-height: 2em;
  }
  #program_info .text_box .text_box2 h2 {
    font-weight: 400;
    font-size: 5.5vw;
    padding: 0;
  }
  #program_info .info_box_pc {
    display: none;
  }

/*共通お知らせ表示ここから*/
  #program_info .info_box h2 {
    font-weight: 400;
    font-size: 5.5vw;
    padding: 3vw 0;
  }

  #program_info .info_box {
    text-align: left;
    width:90% !important;
    color: #FFF;
    line-height: 2em;
    /* padding: 0 30px; */
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  #program_info .info_box img {
    margin: 0 auto;
    display: block;
  }
/*お知らせ表示ここまで*/

  #program_info .info_box_sp {
    text-align: left;
    color: #FFF;
    line-height: 2em;
    /* padding: 0 30px; */
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  #program_info .info_box_sp img {
    margin: 0 auto;
    display: block;
  }

  #message {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    padding: 11% 0;
    z-index: 10;
    position: relative;
  }
  #message .text_box {
    border-top: solid 5px #FFF;
    text-align: left;
    color: #FFF;
    line-height: 2em;
    /* padding: 0 30px; */
    width: 90%;
    margin: 0 auto;
  }
  #message .text_box h2 {
    font-weight: 900;
    font-size: 5.5vw;
    padding: 40px 0 70px;
  }
  #message .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0 75px;
    line-height: 2em;
  }
  #message .text_box .text_box2 h2 {
    font-weight: 400;
    font-size: 5.5vw;
    padding: 0;
  }
  #message .mail_theme {
	margin: 0;
	padding: 0;
	}
  #message .mail_theme li {
	margin: 0 0 0 6.5%;
	padding: 0;
	}
	#twitter {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    padding: 11% 0;
    z-index: 10;
    position: relative;
  }
	#twitter .text_box {
    border-top: solid 5px #FFF;
    text-align: left;
    color: #FFF;
    line-height: 2em;
    /* padding: 0 30px; */
    width: 90%;
    margin: 0 auto;
  }
  #twitter .text_box h2 {
    font-weight: 900;
    font-size: 5.5vw;
    padding: 40px 0 70px;
  }
  #twitter .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0 75px;
    line-height: 2em;
  }
  #twitter .text_box .text_box2 h2 {
    font-weight: 400;
    font-size: 5.5vw;
    padding: 0;
  }
  #twitter .mail_theme {
	margin: 0;
	padding: 0;
	}
  #twitter .mail_theme li {
	margin: 0 0 0 6.5%;
	padding: 0;
	}

  #specialcontents {
    display: none;
  }

  #mailmag {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 11% 0;
    z-index: 10;
    position: relative;
  }
  #mailmag .text_box {
    border-top: solid 5px #FFF;
    text-align: left;
    color: #FFF;
    line-height: 2em;
    /* padding: 0 30px; */
    width: 90%;
    margin: 0 auto;
  }
  #mailmag .text_box h2 {
    font-weight: 900;
    font-size: 5.5vw;
    padding: 40px 0 70px;
  }
  #mailmag .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0 75px;
    line-height: 2em;
  }
  #mailmag .text_box .text_box2 h2 {
    font-weight: 400;
    font-size: 5.5vw;
    padding: 0;
    line-height: 1.4em;
  }

  #blog {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    padding: 11% 0;
    z-index: 10;
    position: relative;
  }
  #blog .text_box {
    border-top: solid 5px #FFF;
    text-align: left;
    color: #FFF;
    line-height: 2em;
    /* padding: 0 30px; */
    width: 90%;
    margin: 0 auto;
  }
  #blog .text_box h2 {
    font-weight: 900;
    font-size: 5.5vw;
    padding: 40px 0 70px;
  }
  #blog .text_box .blog_contents {
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    padding: 5px;
  }
  #blog .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0;
    line-height: 2em;
  }
  #blog .text_box .text_box2 h2 {
    font-weight: 400;
    font-size: 5.5vw;
    padding: 0;
  }

  #timeshift {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 11% 0;
    z-index: 10;
    position: relative;
  }
  #timeshift .text_box {
    border-top: solid 5px #FFF;
    text-align: left;
    color: #FFF;
    line-height: 2em;
    /* padding: 0 30px; */
    width: 90%;
    margin: 0 auto;
  }
  #timeshift .text_box h2 {
    font-weight: 900;
    font-size: 5.5vw;
    padding: 40px 0 70px;
    line-height: 1.4em;
  }
  #timeshift .text_box .timeshift_contents {
    padding: 5px;
    margin-bottom: 20px;
  }
  #timeshift .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0 40px;
    line-height: 2em;
  }
  #timeshift .text_box .text_box2 h2 {
    font-weight: 400;
    font-size: 5.5vw;
    padding: 0;
    line-height: 1.4em;
  }

  #tatsumikuji {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 11% 0;
    z-index: 10;
    position: relative;
  }
  #tatsumikuji .text_box {
    border-top: solid 5px #FFF;
    text-align: left;
    color: #FFF;
    line-height: 2em;
    /* padding: 0 30px; */
    width: 90%;
    margin: 0 auto;
  }
  #tatsumikuji .text_box h2 {
    font-weight: 900;
    font-size: 5.5vw;
    padding: 40px 0 70px;
  }
  #tatsumikuji .text_box img {
    margin-bottom: 40px;
  }
  #tatsumikuji .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0 75px;
    line-height: 2em;
  }
  #tatsumikuji .text_box .text_box2 h2 {
    font-weight: 400;
    font-size: 5.5vw;
    padding: 0;
    line-height: 1.4em;
  }

  #program {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 11% 0;
    z-index: 10;
    position: relative;
  }
  #program .text_box {
    border-top: solid 5px #FFF;
    text-align: left;
    color: #FFF;
    line-height: 2em;
    /* padding: 0 30px; */
    width: 90%;
    margin: 0 auto;
  }
  #program .text_box h2 {
    font-weight: 900;
    font-size: 5.5vw;
    padding: 40px 0 70px;
  }
  #program .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0 75px;
    line-height: 2em;
  }
  #program .text_box .text_box2 h2 {
    font-weight: 400;
    font-size: 5.5vw;
    padding: 0;
    line-height: 1.4em;
  }

  #program_past {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 11% 0;
    z-index: 10;
    position: relative;
  }
  #program_past .text_box {
    border-top: solid 5px #FFF;
    text-align: left;
    color: #FFF;
    line-height: 2em;
    /* padding: 0 30px; */
    width: 90%;
    margin: 0 auto;
  }
  #program_past .text_box h2 {
    font-weight: 900;
    font-size: 5.5vw;
    padding: 40px 0 70px;
  }
  #program_past .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0 75px;
    line-height: 2em;
  }
  #program_past .text_box .text_box2 h2 {
    font-weight: 400;
    font-size: 5.5vw;
    padding: 0;
    line-height: 1.4em;
  }

}
section a {
  text-decoration: none;
}
section a.btn_black {
  color: #FFF;
  width: 95%;
  background-color: #000;
  border-radius: 40px;
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: center;
}
section a.btn_red {
  color: #FFF;
  width: 95%;
  background-color: #1a5399;
  border-radius: 40px;
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: center;
}
section div.btn_grey {
  color: #FFF;
  width: 95%;
  background-color: #666666;
  border-radius: 40px;
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: center;
}

footer {
  height: auto;
  background: rgba(0, 0, 0, 0.8) !important;
  color: #FFF;
  position: relative;
  z-index: 999;
}
footer .back {
  padding-top: 50px;
  padding-left: 24px;
}
footer .back img {
  width: 50%;
}
footer .copy {
  text-align: center;
  padding-bottom: 50px;
}
footer .copy img {
  width: 85%;
}
footer .wiz_bnr {
  text-align: center;
  padding: 50px 0;
}
footer .wiz_bnr img {
  width: 90%;
}
.font_1 {
	font-weight: 600;
	font-size: 6.3vw;
}

/*　タブレット用の記述　*/
@media only screen and (min-width: 640px) and (max-width: 1023px) {
	.sp-only {
		display: none;
	}
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../../../images/program/quarter/terashima/bg_sp.png");
    background-size: cover;
  }

  header {
    position: relative;
    height: 1104px;
  }
  header .sns_sp {
    position: fixed;
    bottom: 41px;
    right: 11px;
    z-index: 1;
  }
  header .sns_sp ul {
    list-style: none;
  }
  header .sns_sp ul li {
    float: left;
    padding: 10px;
  }

  .menu_box {
    display: none;
  }

  /*ハンバーガーメニュー*/
  header nav {
    margin-right: -16px;
  }

  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  header nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 16px;
  }

  #nav_toggle {
    display: none;
  }

  nav {
    display: none;
    position: fixed;
    top: 72px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    z-index: 999;
  }

  header nav ul {
    display: block;
    margin: 0 auto;
    width: 90%;
  }

  header nav ul li {
    margin: 0 auto;
    text-align: center;
    /*border-bottom: 1px solid #fff;*/
  }

  header nav ul li:last-child {
    border: none;
  }

  header nav ul li a {
    display: block;
    font-size: 5vw;
    font-weight: 900;
  }

  .nav_bg {
    background-color: #000;
    position: fixed;
    display: block;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: 100;
    width: 65px;
    height: 60px;
  }

  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 10px;
    z-index: 100;
    right: 10px;
  }

  #nav_toggle div {
    position: relative;
    background-color: #000;
  }

  #nav_toggle span {
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  #nav_toggle span:nth-child(1) {
    top: 5px;
  }

  #nav_toggle span:nth-child(2) {
    top: 32px;
    background: url("../../../images/program/quarter/common/menu.png");
    background-size: contain;
    width: 25px;
    height: 8px;
  }

  #nav_toggle span:nth-child(3) {
    top: 20px;
  }

  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .open #nav_toggle span:nth-child(2) {
    top: 35px;
    background: url("../../../images/program/quarter/common/close.png");
    background-size: contain;
    width: 29px;
    height: 8px;
  }

  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  #program_info {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 11% 0;
    z-index: 10;
    position: relative;
  }
  #program_info .info_box_pc {
    display: none;
  }
  #program_info .info_box_sp {
    text-align: left;
    color: #FFF;
    line-height: 2em;
    /* padding: 0 30px; */
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  #program_info .info_box_sp img {
    margin: 0 auto;
    display: block;
  }


    #program_info .info-box {
      border-top: solid 1px #FFF;
      padding: 40px 0 75px;
      line-height: 2em;
    }
    #program_info .info-box h2 {
      font-weight: 400;
      font-size: 5.5vw;
      padding: 0;
    }

  .radio_pc {
    display: none;
  }
  #program_info .text_box {
    border-top: solid 5px #FFF;
    text-align: left;
    color: #FFF;
    line-height: 2em;
    /* padding: 0 30px; */
    width: 90%;
    margin: 0 auto;
  }
  #program_info .text_box h2 {
    font-weight: 900;
    font-size: 5.5vw;
    padding: 40px 0 70px;
  }
  #program_info .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0 75px;
    line-height: 2em;
  }
  #program_info .text_box .text_box2 h2 {
    font-weight: 400;
    font-size: 5.5vw;
    padding: 0;
  }


  /*共通お知らせ表示ここから*/
    #program_info .info_box h2 {
      font-weight: 400;
      font-size: 5.5vw;
      padding: 3vw 0;
    }

    #program_info .info_box {
      text-align: left;
      width:90% !important;
      color: #FFF;
      line-height: 2em;
      /* padding: 0 30px; */
      width: 100%;
      margin: 0 auto;
      padding-bottom: 50px;
    }
    #program_info .info_box img {
      margin: 0 auto;
      display: block;
    }
  /*お知らせ表示ここまで*/

  #message {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    padding: 11% 0;
    z-index: 10;
    position: relative;
  }
  #message .text_box {
    border-top: solid 5px #FFF;
    text-align: left;
    color: #FFF;
    line-height: 2em;
    /* padding: 0 30px; */
    width: 90%;
    margin: 0 auto;
  }
  #message .text_box h2 {
    font-weight: 900;
    font-size: 5.5vw;
    padding: 40px 0 70px;
  }
  #message .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0 75px;
    line-height: 2em;
  }
  #message .text_box .text_box2 h2 {
    font-weight: 400;
    font-size: 5.5vw;
    padding: 0;
  }
  #message .mail_theme {
	margin: 0;
	padding: 0;
	}
  #message .mail_theme li {
	margin: 0 0 0 4%;
	padding: 0;
	}
	#twitter {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    padding: 11% 0;
    z-index: 10;
    position: relative;
  }
  #twitter .text_box {
    border-top: solid 5px #FFF;
    text-align: left;
    color: #FFF;
    line-height: 2em;
    /* padding: 0 30px; */
    width: 90%;
    margin: 0 auto;
  }
  #twitter .text_box h2 {
    font-weight: 900;
    font-size: 5.5vw;
    padding: 40px 0 70px;
  }
  #twitter .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0 75px;
    line-height: 2em;
  }
  #twitter .text_box .text_box2 h2 {
    font-weight: 400;
    font-size: 5.5vw;
    padding: 0;
  }
  #twitter .mail_theme {
	margin: 0;
	padding: 0;
	}
  #twitter .mail_theme li {
	margin: 0 0 0 4%;
	padding: 0;
	}

  #specialcontents {
    display: none;
  }

  #mailmag {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 11% 0;
    z-index: 10;
    position: relative;
  }
  #mailmag .text_box {
    border-top: solid 5px #FFF;
    text-align: left;
    color: #FFF;
    line-height: 2em;
    /* padding: 0 30px; */
    width: 90%;
    margin: 0 auto;
  }
  #mailmag .text_box h2 {
    font-weight: 900;
    font-size: 5.5vw;
    padding: 40px 0 70px;
  }
  #mailmag .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0 75px;
    line-height: 2em;
  }
  #mailmag .text_box .text_box2 h2 {
    font-weight: 400;
    font-size: 5.5vw;
    padding: 0;
    line-height: 1.4em;
  }

  #blog {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    padding: 11% 0;
    z-index: 10;
    position: relative;
  }
  #blog .text_box {
    border-top: solid 5px #FFF;
    text-align: left;
    color: #FFF;
    line-height: 2em;
    /* padding: 0 30px; */
    width: 90%;
    margin: 0 auto;
  }
  #blog .text_box h2 {
    font-weight: 900;
    font-size: 5.5vw;
    padding: 40px 0 70px;
  }
  #blog .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0 75px;
    line-height: 2em;
  }
  #blog .text_box .text_box2 h2 {
    font-weight: 400;
    font-size: 5.5vw;
    padding: 0;
  }

  #timeshift {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 11% 0;
    z-index: 10;
    position: relative;
  }
  #timeshift .text_box {
    border-top: solid 5px #FFF;
    text-align: left;
    color: #FFF;
    line-height: 2em;
    /* padding: 0 30px; */
    width: 90%;
    margin: 0 auto;
  }
  #timeshift .text_box h2 {
    font-weight: 900;
    font-size: 5.5vw;
    padding: 40px 0 70px;
    line-height: 1.4em;
  }
  #timeshift .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0 75px;
    line-height: 2em;
  }
  #timeshift .text_box .text_box2 h2 {
    font-weight: 400;
    font-size: 5.5vw;
    padding: 0;
    line-height: 1.4em;
  }
	.font_1 {
		font-weight: 600;
		font-size: 150%;
	}

  }

.info_box{
  text-align: left;
  width:90% !important;
  line-height: 2em;
  /* padding: 0 30px; */
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-top: 20px;
}
section a {
  text-decoration: none;
}
section a.btn_black {
  color: #FFF;
  width: 95%;
  background-color: #1a5399;
  border-radius: 40px;
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: center;
}
section a.btn_red {
  color: #FFF;
  width: 95%;
  background-color: #1a5399;
  border-radius: 40px;
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: center;
}
section div.btn_grey {
  color: #FFF;
  width: 95%;
  background-color: #666666;
  border-radius: 40px;
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: center;
}

footer {
  height: auto;
  background: rgba(0, 0, 0, 0.8) !important;
  color: #FFF;
  position: relative;
  z-index: 999;
}
footer .back {
  padding-top: 50px;
  padding-left: 24px;
  padding-bottom: 50px;
}
footer .back img {
  width: 50%;
}
footer .copy {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
}
footer .copy img {
  width: 85%;
}
footer .wiz_bnr {
  text-align: center;
  padding: 50px 0;
}
footer .wiz_bnr img {
  width: 90%;
}



/*　PC用　*/
@media screen and (min-width: 1024px) {
	.sp-only {
		display: none;
	}
  h1 {
    color: blue;
  }

  header {
    height: 940px;
  }

  /*ハンバーガーメニュー*/
  header nav {
    margin-right: -16px;
  }

  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  header nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 16px;
  }

  #nav_toggle {
    display: none;
  }

  nav {
    display: none;
    position: fixed;
    top: 72px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    z-index: 999;
  }

  header nav ul {
    display: block;
    margin: 0 auto;
    width: 90%;
  }

  header nav ul li {
    margin: 0 auto;
    text-align: center;
    /*border-bottom: 1px solid #fff;*/
  }

  header nav ul li:last-child {
    border: none;
  }

  header nav ul li a {
    display: block;
    font-size: 2vw;
    font-weight: 900;
  }

  .nav_bg {
    display: none;
  }

  /*開閉ボタン*/
  #nav_toggle {
    display: none;
  }

  #nav_toggle div {
    position: relative;
    background-color: #000;
  }

  #nav_toggle span {
    display: block;
    height: 3px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  #nav_toggle span:nth-child(1) {
    top: 0;
  }

  #nav_toggle span:nth-child(2) {
    top: 12px;
  }

  #nav_toggle span:nth-child(3) {
    top: 24px;
  }

  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../../../images/program/quarter/terashima/bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#FFFFFF;
  }

  .menu_box ul {
    position: fixed;
    margin: 20px 0;
    top: 50px;
    z-index: 2;
  }
  .menu_box ul li {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .menu_box ul li span {
    background-color: #FFF;
    padding: 5px;
  }
  .menu_box ul li.sns {
    background-color: transparent;
    padding-left: 30px;
    margin-bottom: 0;
  }
  .menu_box ul li a {
    font-size: 1.5vw;
    font-weight: 900;
    color: #1a5399;
    display: block;
    text-decoration: none;
  }

  .sns_sp {
    display: none;
  }

  section {
    position: relative;
    padding: 120px 0;
    width: 100%;
  }
  section#program_info {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
  }
  section#program_info .info_box_sp {
    display: none;
  }
  section#program_info .info_box_pc, .info_box {
    width: 900px;
    padding-left: 20%;
    text-align: left;
    color: #FFF;
    line-height: 2em;
    padding-bottom: 40px;
  }

  section#program_info .info_box h2 {
    font-weight: 900;
    font-size: 1.5vw;
    padding: 40px 0 10px 0;
    line-height: 1.3em;
  }
  section#program_info .info_box img {
    width:50%;
  }

  section#program_info .info_box_pc h2 {
    font-weight: 900;
    font-size: 1.5vw;
    padding: 40px 0 10px 0;
    border-top: solid 5px #FFF;
    line-height: 1.3em;
  }
  .radio_sp {
    display: none;
  }
  section#program_info .text_box {
    width: 900px;
    padding-left: 20%;
    text-align: left;
    color: #FFF;
    line-height: 2em;
  }
  section#program_info .text_box h2 {
    font-weight: 900;
    font-size: 2vw;
    padding: 40px 0 70px;
    border-top: solid 5px #FFF;
  }
  section#program_info .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0 100px;
    line-height: 2em;
  }
  section#program_info .text_box .text_box2 h2 {
    font-weight: 900;
    font-size: 2vw;
    padding: 30px 0;
    border-top: none;
  }
  section#message {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
  }
  section#message .text_box {
    width: 900px;
    padding-left: 20%;
    text-align: left;
    color: #FFF;
    line-height: 2em;
  }
  section#message .text_box h2 {
    font-weight: 900;
    font-size: 2vw;
    padding: 40px 0 70px;
    border-top: solid 5px #FFF;
  }
  section#message .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0 100px;
    line-height: 2em;
  }
  section#message .text_box .text_box2 h2 {
    font-weight: 900;
    font-size: 2vw;
    padding: 30px 0;
    border-top: none;
  }
  #message .mail_theme {
	margin: 0;
	padding: 0;
	}
  #message .mail_theme li {
	margin: 0 0 0 19px;
	padding: 0;
	}
	section#twitter {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
  }
  section#twitter .text_box {
    width: 900px;
    padding-left: 20%;
    text-align: left;
    color: #FFF;
    line-height: 2em;
  }
  section#twitter .text_box h2 {
    font-weight: 900;
    font-size: 2vw;
    padding: 40px 0 70px;
    border-top: solid 5px #FFF;
  }
  section#twitter .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0 100px;
    line-height: 2em;
  }
  section#twitter .text_box .text_box2 h2 {
    font-weight: 900;
    font-size: 2vw;
    padding: 30px 0;
    border-top: none;
  }
  #twitter .mail_theme {
	margin: 0;
	padding: 0;
	}
  #twitter .mail_theme li {
	margin: 0 0 0 19px;
	padding: 0;
	}
  section#specialcontents {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
  }
  section#specialcontents .text_box {
    width: 900px;
    padding-left: 20%;
    text-align: left;
    color: #FFF;
    line-height: 2em;
  }
  section#specialcontents .text_box a {
    color: #fff;
    text-decoration: underline;
  }
  section#specialcontents .text_box h2 {
    font-weight: 900;
    font-size: 2vw;
    padding: 40px 0 70px;
    border-top: solid 5px #FFF;
  }
  section#specialcontents .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0 100px;
    line-height: 2em;
  }
  section#specialcontents .text_box .text_box2 h2 {
    font-weight: 900;
    font-size: 2vw;
    padding: 30px 0;
    border-top: none;
  }
  section#specialcontents .text_box3 {
    padding: 40px 0 30px;
    line-height: 2em;
  }
  section#specialcontents .text_box3 h2 {
    font-weight: 900;
    font-size: 2vw;
    padding: 30px 0;
    border-top: none;
  }
  section#specialcontents .text_box3 img {
    padding: 10px 0;
  }
  section#message {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
  }
  section#message .text_box {
    width: 900px;
    padding-left: 20%;
    text-align: left;
    color: #FFF;
    line-height: 2em;
  }
  section#message .text_box h2 {
    font-weight: 900;
    font-size: 2vw;
    padding: 40px 0 70px;
    border-top: solid 5px #FFF;
  }
  section#message .text_box .text_box2 {
    border-top: solid 1px #FFF;
    padding: 40px 0 100px;
    line-height: 2em;
  }
  section#message .text_box .text_box2 h2 {
    font-weight: 900;
    font-size: 2vw;
    padding: 30px 0;
    border-top: none;
  }
  section#mailmag {
    display: none;
  }
  section#blog {
    display: none;
  }
  section#timeshift {
    display: none;
  }

  section#tatsumikuji {
    display: none;
  }

  section#program {
    display: none;
  }
  section#program_past {
    display: none;
  }
  section a {
    text-decoration: none;
  }
  section a.btn_black {
    color: #FFF;
    width: 100%;
    background-color: #000;
    border-radius: 40px;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
  }
  section a.btn_red {
    color: #FFF;
    width: 100%;
    background-color: #1a5399;
    border-radius: 40px;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
  }

  footer {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    position: relative;
  }
  footer .back {
    display: none;
  }
  footer .copy {
    text-align: center;
    padding-bottom: 65px;
	padding-top: 65px;
  }
  footer .copy img {
    width: 25%;
  }
  footer .wiz_bnr {
    text-align: center;
    padding: 75px 0;
  }
  footer .wiz_bnr img {
    width: 40%;
  }
	.font_1 {
		font-weight: 600;
		font-size: 150%;
	}
}

.program_bnr {
	margin: 7px 0 15px 0;
}
.program_bnr p {
	margin: 0 0 11px 0;
	line-height: 1.5em;
}
.font_color1 {
	color: #1a5399;
}
/*# sourceMappingURL=quarter.css.map */
