/*
-------------------------------------------------*/
body {
  background-color: #ECECEC;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #F9F9F9), color-stop(.5, transparent), to(transparent));
  -webkit-background-size: 10px;
}
#container {
  /*background: url("../img/bg.png");*/
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
}
.program_hero, .program_contents {
  width: 1240px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #container {
    background-size: cover;
    background-attachment: fixed;
  }
  .program_hero p {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  #container {
    background-size: 100% auto;
    font-size: 1.4rem;
  }
  .program_hero, .program_contents {
    width: 100%;
  }
}
/*contents
-------------------------------------------------*/
.program_contents {
  padding: 0 0 60px;
}
.program_contents .contents {
  margin-bottom: 60px;
}
.program_contents .contents_inner {
  padding: 60px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .program_contents {
    padding: 30px 3%;
  }
  .program_contents .contents {
    margin-bottom: 30px;
  }
  .program_contents .contents_inner {
    padding: 30px 15px 3%;
    background-color: #fff;
  }
}
/* プレゼント企画
-------------------------------------------------*/
.present_area {
  margin-top: 50px;
}
.present_inner {
  padding: 30px 60px;
  background-color: #fff;
  background-image: url("../img/background01_pc.png");
  background-size: cover;
}
.present_title {
  margin: 0px auto 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
.present_txt {
  margin: 0px auto 0;
  text-align: center;
  font-size: 1.7rem;
  line-height: 3rem;
}
.present_button {
  padding-top: 40px;
}
@media screen and (max-width: 750px) {
  .present_area {
    margin-top: 0;
  }
  .present_inner {
    padding: 30px 3%;
    background-image: url("../img/background01_sp.png");
  }
  .present_title {
    font-size: 1.7rem;
  }
  .present_txt {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
/* ボタン
-------------------------*/
.button01 {
  display: block;
  position: relative;
  background: #f57a78;
  width: 40rem;
  padding: 1.5rem;
  border-radius: .6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: .1rem;
  transition: .5s;
}
.button01:before {
  content: "";
  position: absolute;
  top: 46%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}
.button01:after {
  content: "";
  position: absolute;
  top: 54%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .button01 {
    width: 30rem;
  }
}
/* リボン
-------------------------*/
.ribbon1 {
  display: inline-block;
  position: relative;
  height: 50px; /*リボンの高さ*/
  line-height: 50px; /*リボンの高さ*/
  text-align: center;
  padding: 0 200px; /*横の大きさ*/
  font-size: 18px; /*文字の大きさ*/
  background: #f57a78; /*塗りつぶし色*/
  color: #FFF; /*文字色*/
  box-sizing: border-box;
  margin-bottom: 20px;
}
.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 750px) {
  .ribbon1 {
    padding: 0 80px; /*横の大きさ*/
  }
}
/* 番組内容 
-------------------------------------------------*/
h2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 3px black;
}
h3 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  padding: 10px 0;
  margin: 20px 0;
}
.min_txt {
  margin: 10px auto 0 !important;
  text-align: left !important;
  font-size: 1.4rem !important;
}
.contents_inner .contents_img {
  width: 500px;
}
.contents_inner .contents_txt {
  flex: 1;
}
.cont_detail .contents_txt {
  font-size: 2.4rem;
}
@media screen and (min-width: 751px) {
  .program_contents .contents.cont_detail p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  .contents_inner {
    display: block;
  }
  .contents_inner.contents_img {
    width: 100%;
    height: auto;
  }
  .contents_inner .contents_txt {
    margin: 10px 0 0 0;
  }
  .cont_detail .contents_txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 374px) {
  .program_contents .contents.cont_detail p {
    font-size: 1.2rem;
  }
}
/* 追加
-------------------------------------------------*/
.flex-img {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-img .item {
  flex: 0 0 30%;
  margin: 10px;
}
.flex-img .item02 {
  flex: 0 0 30%;
  margin: 0 20px;
}
.item01 iframe {
  flex: 0 0 30%;
  width: 450px;
  height: 250px;
}
.message_01 {
  margin: 30px auto 40px;
  text-align: center;
  border: 2px solid #eee;
}
.message_right {
  text-align: right;
  margin: 0 40px 0 0;
  font-size: 2.4rem !important;
  font-weight: 600;
}
.min_txt {
  margin: 10px auto 0;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2.6rem;
}
@media screen and (max-width: 750px) {
  .flex-img {
    display: block;
    width: 100%;
	text-align: center;
  }
  .flex-img .item {
    margin: 20px 0;
	text-align: center;
	  
  }
  .flex-img .item02 {
    margin: 20px 0;
  }
  .item01 iframe {
	max-width: 100%;
	
  }
	  .min_txt {
	text-align:center!important;
  }

  .text-background {
    background: rgba(255, 255, 255, 0.8);
  }
  .message_right {
    font-size: 1.8rem !important;
  }
}
.br-sp {
  display: none;
}
.sp_none {
  display: block;
}
@media (max-width: 600px) {
  .br-sp {
    display: block;
  }
  .sp_none {
    display: none;
  }
}

