@charset "UTF-8";
/* text */
/*  width */
/* margin,paddingのリセット */
/*  preset */
*, *:after, *:before {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  color: palette("basic", "text");
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #000;
  transition: all 0.3s ease;
}

img {
  height: auto;
  vertical-align: bottom;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

p {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

iframe {
  border: none;
}

.u-alignCenter {
  text-align: center;
}

/* —————————————————
  トップページ home
  —————————————————*/
/* 番組概要 */
.home .home-about {
  background: #FBFCF6;
  padding: 40px;
  margin-bottom: 30px;
}

.home .home-about .p-acc__home .c-title {
  color: #e94909;
}

.home .home-about .p-acc__home .acc_container .c-fBox {
  width: 75%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home .home-about .p-acc__home .acc_container .c-fBox .item__text {
  width: 50%;
  padding-right: 20px;
}

.home .home-about .p-acc__home .acc_container .c-fBox .item__img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .home-about .p-acc__home .acc_container .c-fBox .item__img .photo {
  max-width: 136px;
  margin-right: 20px;
}

.home .home-about .p-acc__home .acc_container .c-fBox .item__img .photo img {
  width: 100%;
}

.home .home-about .p-acc__home .acc_container .c-fBox .item__img .photo__text p {
  margin: 0;
}

.home .home-about .p-acc__home .acc_container .c-fBox .item__img .photo__text .name__txt {
  display: block;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

.home .home-about .p-acc__home .acc_container .c-fBox .item__img .photo__text .name__txt span {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 10px;
}

.home .home-about .p-acc__home .acc_container .c-fBox .item__img .photo__text .link:before {
  content: '★';
  color: #E94909;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 2px;
}

.home .home-about .p-acc__home .acc_container .c-fBox .item__img .photo__text .link a {
  text-decoration: underline;
}

.home .home-about .p-acc__home .acc_container .c-fBox .item__img .photo__text .link a:hover {
  color: #E94909;
  text-decoration: none;
}

/* 番組概要 レスポンシブ */

/* 次回のお知らせ・以前の放送 */
.home .home-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding: 0;
}

.home .home-info .nextArea, .home .home-info .prevArea {
  width: 49%;
  padding: 50px 60px;
  position: relative;
  padding-bottom: 140px;
}

.home .home-info .nextArea .personal__img, .home .home-info .prevArea .personal__img {
  text-align: center;
  margin: 0 auto 40px auto;
}

.home .home-info .nextArea .personal__img img, .home .home-info .prevArea .personal__img img {
  width: 100%;
}

.home .home-info .nextArea .desc, .home .home-info .prevArea .desc {
  margin-bottom: 50px;
}

.home .home-info .nextArea .desc p, .home .home-info .prevArea .desc p {
  margin: 0;
}

.home .home-info .nextArea .info__bottom, .home .home-info .prevArea .info__bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 40px;
}

.home .home-info .nextArea .info__bottom .c-sns__list, .home .home-info .prevArea .info__bottom .c-sns__list {
  margin-bottom: 10px;
}

.home .home-info .nextArea .info__bottom .date, .home .home-info .prevArea .info__bottom .date {
  text-align: center;
}

.home .home-info .nextArea {
  background-color: #FFFFFF;
}

.home .home-info .nextArea .c-title {
  color: #A51553;
}

.home .home-info .nextArea .c-title-02 {
  color: #A51553;
}

.home .home-info .nextArea .c-title-02 br {
  display: none;
}

.home .home-info .nextArea .c-linkBtn {
  background: #A51553;
}

.home .home-info .nextArea .personal__img {
  max-width: 200px;
}

.home .home-info .prevArea {
  background: #F2ECDE;
}

.home .home-info .prevArea .c-title {
  color: #009669;
}

.home .home-info .prevArea .c-title-02 {
  color: #009669;
}

.home .home-info .prevArea .personal__img {
  max-width: 100px;
}

.home .home-info .prevArea .c-linkList {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}

.home .home-info .prevArea .c-linkList li:not(:last-child) {
  margin-bottom: 30px;
}

/* 次回のお知らせ・以前の放送 レスポンシブ*/

/* タイムテーブル */
.home .home-timetable {
  background: #FBFCF6;
  margin-bottom: 50px;
}

.home .home-timetable .c-title {
  color: #D9277C;
}

.home .home-timetable .c-title-02 {
  color: #D9277C;
}

.home .home-timetable .cornerArea {
  border-top: 1px dotted #D9277C;
  padding: 40px 0;
}

.home .home-timetable .cornerArea:first-of-type {
  padding-top: 0;
  border-top: none;
}

.home .home-timetable .cornerArea .desc {
  margin-bottom: 40px;
}

.home .home-timetable .internet-station {
  border-top: 1px solid #D9277C;
  padding: 40px 0 0 0;
}

.home .home-timetable .internet-station dl {
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 5px auto;
}

.home .home-timetable .internet-station dl dt {
  width: 120px;
}

.home .home-timetable .internet-station dl dd {
  margin-left: 30px;
}

/* タイムテーブル　レスポンシブ */

/* —————————————————
  記事一覧 blog
  —————————————————*/
.blog .blogArea {
  max-width: 1060px;
  margin: 0 auto;
  background: #F2ECDE;
  margin-bottom: 50px;
}

.blog .blogArea .c-title {
  color: #0A654A;
}

.blog .blogArea .p-acc .acc__title {
  margin: 0;
  padding: 0;
  padding: 15px;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  cursor: pointer;
  background: #f2f5f8;
  font-weight: bold;
  max-width: 415px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #0A654A;
  color: #0A654A;
}

.blog .blogArea .p-acc .acc__title:after {
  content: '';
  background: url("../img/common/arrow_05.png") no-repeat center center;
  background-size: contain;
  width: 26px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog .blogArea .p-acc .acc__title.is-open:after {
  -webkit-transform: translateY(-50%) scale(1, -1);
          transform: translateY(-50%) scale(1, -1);
}

.blog .blogArea .p-acc .acc__title .ttl {
  width: calc(80% - 68px);
  display: block;
}

.blog .blogArea .p-acc .acc_container {
  display: none;
}

.blog .blogArea .p-acc .acc_container .article__item {
  border-top: 1px solid #0A654A;
  padding: 50px 0;
}

.blog .blogArea .p-acc .acc_container .article__item:first-of-type {
  border-top: none;
}

.blog .blogArea .p-acc .acc_container .article__item .c-title-02 a {
  color: #0A654A;
}

.blog .blogArea .p-acc .acc_container .article__item .personal__img {
  text-align: center;
  margin: 0 auto;
  max-width: 200px;
}

.blog .blogArea .p-acc .acc_container .article__item .personal__img img {
  width: 100%;
}

.blog .blogArea .c-sns__list {
  margin-top: 40px;
}

/* —————————————————
  記事一覧 blog レスポンシブ
  —————————————————*/

/* —————————————————
  記事詳細 detail
  —————————————————*/
.detail .blog-detail {
  max-width: 1060px;
  margin: 0 auto;
  padding: 50px;
  background: #F2ECDE;
  margin-bottom: 50px;
}

.detail .blog-detail article .blog__articleArea__img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.detail .blog-detail article .blog__articleArea__img img {
  width: 100%;
}

.detail .blog-detail article h3 {
  margin: 0;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #009669;
}

.detail .blog-detail article h4 {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #009669;
}

.detail .blog-detail article .blog__entryArea h5 {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 40px 0 0 0;
  margin-top: 40px;
  color: #009669;
}

.detail .blog-detail article .blog__entryArea h5:first-child {
  padding: 0;
}

.detail .blog-detail article .blog__entryArea h5:not(:first-child) {
  border-top: 2px dotted #0A654A;
}

.detail .blog-detail article .blog__entryArea p {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 30px;
}

.detail .blog-detail article .c-sns__list {
  margin-top: 60px;
  margin-bottom: 20px;
}

.detail .blog-detail article .article__date {
  text-align: center;
}

/* —————————————————
  記事詳細 detail レスポンシブ
  —————————————————*/

@media (max-width: 1024px){
  .home .home-about .p-acc__home .acc_container .c-fBox{
    width: 100%;
  }
}

@media (max-width: 1024px) and (max-width: 768px){
  .home .home-about{
    padding: 0;
    margin-bottom: 20px;
  }
  .home .home-about .p-acc__home .c-title{
    position: relative;
    padding: 10px;
    margin-bottom: 0;
  }
  .home .home-about .p-acc__home .c-title:after{
    content: '';
    background: url("../img/common/arrow_06.png") no-repeat center center;
    background-size: contain;
    width: 26px;
    height: 10px;
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .home .home-about .p-acc__home .c-title.is-open:after{
    -webkit-transform: translateY(-50%) scale(1, -1);
            transform: translateY(-50%) scale(1, -1);
  }
  .home .home-about .p-acc__home .acc_container{
    display: none;
    padding: 30px;
    border-top: 1px solid #e94909;
  }
  .home .home-about .p-acc__home .acc_container .c-fBox{
    display: block;
    width: 100%;
  }
  .home .home-about .p-acc__home .acc_container .c-fBox .item__text{
    width: 100%;
    padding-right: 0;
  }
  .home .home-about .p-acc__home .acc_container .c-fBox .item__img{
    width: 100%;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home .home-about .p-acc__home .acc_container .c-fBox .item__img .photo{
    margin: 0 auto 25px auto;
  }
  .home .home-about .p-acc__home .acc_container .c-fBox .item__img .photo__text{
    text-align: center;
  }
}

@media (max-width: 768px){
  .home .home-info{
    display: block;
    margin-bottom: 20px;
  }
  .home .home-info .nextArea, .home .home-info .prevArea{
    width: 100%;
    padding: 30px;
  }
  .home .home-info .nextArea .desc, .home .home-info .prevArea .desc{
    margin-bottom: 40px;
  }
  .home .home-info .nextArea .info__bottom, .home .home-info .prevArea .info__bottom{
    position: static;
  }
  .home .home-info .nextArea{
    margin-bottom: 20px;
  }
  .home .home-info .nextArea .c-title-02 br{
    display: block;
  }
  .home .home-info .prevArea .c-title-02 br{
    display: none;
  }
  .home .home-timetable{
    margin-bottom: 20px;
  }
  .home .home-timetable .internet-station{
    padding: 40px 0;
  }
  .home .home-timetable .internet-station dl{
    font-size: 1.3rem;
  }
  .home .home-timetable .internet-station dl dt{
    width: 80px;
  }
  .home .home-timetable .internet-station dl dd{
    margin-left: 20px;
  }
  .blog .blogArea .p-acc .acc__title{
    font-size: 1.8em;
  }
  .blog .blogArea .p-acc .acc__title:after{
    right: 20px;
  }
  .blog .blogArea .p-acc .acc_container .article__item{
    padding: 30px 0;
  }
  .detail .blog-detail{
    padding: 30px;
    margin-bottom: 20px;
  }
  .detail .blog-detail article h3{
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
  .detail .blog-detail article h4{
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .detail .blog-detail article .blog__entryArea p{
    margin-top: 20px;
  }
}
