@charset "utf-8";

/* ベース */
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", sans-serif;
  line-height: 1.5;
}

img,
embed,
object,
iframe {
  vertical-align: middle;
}

a,
a img {
  transition-duration: .5s all linear;
}

a:hover {
  color: inherit;
}

span {
  font-size: 12px;
}

/* 共通 */
.l-header__inner,
.l-footer__inner,
.p-hero__inner {
  margin: 0 auto;
}

a.p-header__logo,
a.p-footer__img {
  transition-duration: .5s;
}

a.p-header__logo:hover,
a.p-footer__img:hover {
  opacity: .6;
}

/* ↓↓↓↓↓↓↓↓ レイアウト ↓↓↓↓↓↓↓↓ */
/* ヘッダーレイアウト */
.l-header--blue {
  background-color: #000000;
}

.l-header__inner {
  padding: 12px 18px 24px;
}

/* メインレイアウト */
.l-main {
  background-color: #d8d8d8;
}

.l-main2025 {
  background-color: #F0EEBB;
}


/* フッターレイアウト */
.l-footer {
  padding: 12px 18px;
}

.l-footer__copy {
  margin: 14px 0 0;
}


/* ↓↓↓↓↓↓↓↓ プロジェクト ↓↓↓↓↓↓↓↓ */
/* ヘッダーコンテンツ */
.p-header__heading {
  font-size: 12px;
}

.p-header__logo {
  display: block;
  max-width: 130px;
}

.p-header__logoImg {
  width: 100%;
}

/* ファーストビュー */
.p-hero {
  background-color: #000000;
  width: 100%;
}

/* .p-hero {
  background: repeating-linear-gradient(70deg, #4acee5, #4acee5 6px, #73d5e5 6px, #73d5e5 12px);
  width: 100%;
}*/

.p-hero__mv {
  display: block;
  margin: 0 auto;
}


/* 各セクション */
.p-section {
  margin: 0 auto;
  padding: 0 0 40px;
}

/*padding 0*/
.p-section2 {
  margin: 0 auto;
  padding: 0 ;
}

.p-section__inner {
  margin: 0 auto;
  padding: 0 18px;
}

.p-section__contents {
  margin: 0 auto;
}

.p-section__conversion {
  max-width: 280px;
  margin: 40px auto 0;
}

.p-section__contents,
.p-section__imgArea,
.p-section__videoArea,
.p-section__button {
  margin: 24px auto 0;
}

.p-section__button {
  max-width: 280px;
}


/* カード部分 */
.p-card {
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px 20px 26px;
}

.p-card-cm {
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px 20px 26px;
}


.p-card__headArea {
  text-align: center;
}

.p-card__textArea {
  font-size: 14px;
  margin: 16px auto 0;
}

.p-card__imgArea {
  margin: 18px auto 0;
  justify-content: space-around;
    display: flex;
    flex-wrap: wrap;

}

.p-card__contents {
  margin: 8px auto 0;
}

.p-card--full .p-card__contents {
  margin-left: 18px;
  margin-right: 18px;
}


.p-card__note {
  font-size: 12px;
  text-align: left;
  margin-top:  10px;
  font-weight: normal;
}

/* アコーディオンメニューの部分 */
.accordion-001 {
  max-width: 1080px;
  background-color: #ffffff;
}

.accordion-001:not([open]) {
  margin-bottom: 7px;
}

.accordion-001 summary {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 5px;
  background-color: #fff;
  border: solid 2px #D61518 ;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  margin-top:16px
}




.accordion-001 summary::-webkit-details-marker {
  display: none;
}

/* 開閉する三角形▼ */
.accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 5px;
  border-bottom: 3px solid #dc3545;
  border-right: 3px solid #dc3545;
  content: '';
  transition: transform .3s;
}

.accordion-001[open] summary::after {
  transform: rotate(225deg);
}

/* 開閉文章 */
.accordion-001 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  /* padding: 1em 2em 2em 2em; */
  color: #000000;
  transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
  transform: none;
  opacity: 1;
}


p.c-intro__lead4{
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}

/* フッターコンテンツ */
.p-footer,
.p-footer__col {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.p-footer__img {
  display: block;
  margin: 0 0 0 18px;
}

.p-footer__img:first-child {
  margin: 0;
}

.p-footer__img--youtube {
  max-width: 34px;
}

.p-footer__img--twitter {
  max-width: 30px;
}

.p-footer__img--itscom {
  max-width: 120px;
}

/* ↓↓↓↓↓↓↓↓ コンポーネント ↓↓↓↓↓↓↓↓ */
/* ヘディング */
.c-heading {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #D61518;
  border-bottom: solid 2px #D61518;
  padding: 6px 24px;
}

h4.c-heading {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #D61518;
  border-bottom: none;
  padding: 6px 24px;
}




/* イントロ */
.c-intro__inner {
  padding: 16px 0;
}

.c-intro__head {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.c-intro__lead {
  font-size: 16px;
  margin-top: 16px;
}
.c-intro__lead_b {
  font-size: 16px;
  margin-top: 16px;
  font-weight: bold;
}

.c-intro__lead2 {
  font-size: 14px;
  margin-top: 16px;
}

.c-intro__lead2 a{
  color: #D61518;
  font-weight: bold;
}

.c-intro__lead3 {
  font-size: 14px;
}

.c-intro__title {
  font-size: 18px;
  margin-top: 16px;
  font-weight: bold;
  color: #D61518;
}

.c-present {
  font-size: 16px;
  margin-top: 10px;
}
.c-presenttxt {
  font-size: 16px;
  margin-top: 4px;
}

.c-presenttxt01{
  margin-top: 16px;
  font-size: 16px;
}


.c-intro__img {
  max-width: 700px;
  margin: 36px auto 0;
}

.p-present__notes {
  font-size: 14px;
  margin-top: 20px;
}

.p-present__notes ul {
  padding-left: 1rem;
  margin-top: 8px;
}

.p-present__notes li {
  list-style: disc;
  margin-top: 4px;
}


.p-present__list {
  font-size: 16px;
  margin-top: 10px;
}

.p-present__list ul {
  padding-left: 1rem;
  margin-top: 8px;
}

.p-present__list li {
  list-style: disc;
  margin-top: 4px;
}

/* カードコンテンツ */
.c-card {
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  height: 100%;
  margin: 20px auto 0;
  padding: 20px 10px;
  transition-duration: .5s;
}

.c-card:hover {
  transform: scale(1.05);
}

.c-card__cap {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #D21577;
  height: 60px;
  padding: 10px 18px;
}

.c-card__text {
  color: initial;
  font-size: 14px;
  padding: 12px 0;
}


/* インフォメーションコンテンツ */
.c-info {
  position: relative;
  border-radius: 10px;
  padding: 60px 20px 54px;
  margin: 34px auto 0
}

.c-info--twitter,
.c-info--youtube {
  background-image: url("/ch/img/tw_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 96%;
}

.c-info--twitter {
  background-color: #ffffff;
}

.c-info--youtube {
  background-color: #ffd6da;
}

/* .c-info--twitter .c-info__contents {
  height: 420px;
} */

.c-info__titleWrap {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.c-info__title {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  background-color: #515151;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  width: 100%;
  /* height: 70px; */
  border-radius: 8px;
  padding: 10px 14px;
  margin: 0 auto;
}

.c-info__title::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 16px;
  border-top: solid 16px #515151;
  border-right: solid 13px transparent;
  border-left: solid 13px transparent;
}

.c-info__title a {
  font-size: 14px;
  color: #FFF;
  width: fit-content;
  border-bottom: solid 2px #FFF;
  margin: auto;
}

.c-info__title a:hover {
  color: #FFF;
  border-bottom: solid 2px transparent;
}

.c-info__contents,
.c-info__slider {
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}

.c-info__slider {
  /* height: 196px; */
  height: 168.75px;
}

.c-info__slider a {
  position: relative;
}

.c-info__slider a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-image: url("/ch/top/img/logo_youtube@2x.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 68px;
  height: 48px;
  transform: translate(-50%, -50%);
}

.c-info__slider iframe {
  width: 100%;
  height: 100%;
}


/* 定義リスト */
.c-definition__term,
.c-definition__description {
  font-size: 14px;
}

.c-definition__term {
  font-weight: bold;
}

/* スケジュール */
.c-schedule {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.c-schedule__name,
.c-schedule__time {
  font-size: 16px;
}

.c-schedule__name {
  position: relative;
  font-weight: bold;
  margin-right: 56px;
}

.c-schedule__logo {
  position: absolute;
  top: 50%;
  left: calc(100% + 6px);
  transform: translateY(-50%);
  max-width: 50px;
}

.c-schedule__time {
  font-weight: bold;
}

.c-schedule__re {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top:  10px;
}


/* .p-section-present01{
  display: block;
  } */
  /* img .present {
  display: block;
  margin-left: auto;
  margin-right: auto;
  } */

  figure.present001{
    margin: 0 0 1rem;
  }
  
  div.pdf01{ 

    width:100%;
    margin: 0 auto;
  }

  img.pdf001{
    margin-top: 16px;
    border: 5px solid #f5e56b;
  }

  a.btn_01,a.btn_02,a.btn_03 {
    border-radius: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 80%;
    margin: 20px auto;
    padding: 6px 24px;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    border: 2px solid #D61518;
    background: #D61518;
    color: #fff;
    transition: 0.5s;
   
  }

  a.btn_03{
    font-size: 24px;
    border: 2px solid #ed9e00;
    background: #ed9e00;
    padding: 10px 10px;
    line-height: 1.4;
  }

  a.btn_01:hover,a.btn_02:hover{
    color: #fff;
    background: #dc3545;
  }

  a.btn_03:hover{
    color: #fff;
    background: #ed9e00;
  }


  /* img.btn03{
    width: 80%;
    border-radius: 10px; 
    display: block;
    margin: 20px auto;
    padding: 6px 24px;
    align-items: center;
    border: 2px solid #D61518;

  } */

  .iframe_cm iframe{
    width: 100%;
    height: 100%;
 margin: 0 auto;

  }

  .iframeWrapper{
    position: relative;
    }
    .iframeWrapper::before{
    content: "";
    display: inline-block;
    padding-top: 56.25%;
    }
    .iframeWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }


      /* 放送局一覧 */
      /* p {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin: 60px auto 40px;
      }
      table {
        margin: 20px auto;
      }
      .tbl-r02 td {
        background: #ebe4ec;
        border: solid 1px #fff;
        color: #000000;
        padding: 10px;
      }
        .last td:last-child {
          border-bottom: solid 1px #fff;
          width: 100%;
        }
        .tbl-r02 {
          width: 80%;
        }
        .tbl-r02 th,
        .tbl-r02 td {border-bottom: none;
          display: block;
          width: 100%;
        } */
         

        ul.tv{
          display: flex;
          flex-wrap: wrap;
          padding: 0;
          margin: 14px 0;
          list-style: none;
          border-top: 1px solid #ebe4ec;
          border-left: 1px solid #ebe4ec;
        }
        
        ul.tv li{
          width: 100%;
          box-sizing: border-box;
          margin: 0;
          border-bottom: 1px solid #ebe4ec;
          border-right: 1px solid #ebe4ec;
          padding: 10px;
        }

        ul.tv li:last-child{
          border-bottom: none;
          border-right: none;
          border-left:none ;
          padding: 0px;
          }
        
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 16px;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {

  /* ベース */
  span {
    font-size: 14px;
  }

  /* 共通 */
  .l-header__inner,
  .l-footer__inner,
  .p-intro__inner,
  .p-suggest__inner {
    max-width: 1280px;
  }

  /* ↓↓↓↓↓↓↓↓ レイアウト ↓↓↓↓↓↓↓↓ */
  /* ヘッダーレイアウト */
  .l-header__inner {
    padding: 16px 140px 40px;
  }

  /* フッターレイアウト */
  .l-footer {
    padding: 30px 0;
  }

  .l-footer__inner {
    padding: 0 140px;
  }

  .l-footer__copy {
    text-align: right;
    margin: 10px 0 0;
    padding: 0 10px 0 0;
  }

  /* ↓↓↓↓↓↓↓↓ プロジェクト ↓↓↓↓↓↓↓↓ */
  /* ヘッダーコンテンツ */
  .p-header__heading {
    font-size: 14px;
  }

  .p-header__logo {
    max-width: 260px;
  }

  /* ファーストビュー */

  .p-hero__mv {
    max-width: 1280px;
    margin: 0 auto;
  }


  /* 各セクション */
  .p-section {
    margin: 0 auto;
    padding: 0 0 50px;
  }

  .p-section__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 80px;
  }

  .p-section__contents {
    margin: 0 auto;
  }

  .p-section__conversion {
    max-width: 460px;
    margin: 60px auto 0;
  }

.p-section__contents,
.p-section__imgArea,
.p-section__videoArea,
.p-section__button {
  margin: 30px auto 0;
}

.p-section__videoArea {
  max-width: 700px;
}

.p-section__button {
  max-width: 600px;
}


/* ビデオ中身 */
/* .c-video {
  position: relative;
  padding-top: 56.25%;
}

.c-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} *

  /* カード部分 */
  .p-card {
    border-radius: 30px;
    padding: 30px 60px 26px;
  }

  .p-card-cm {
    background-color: #FFF;
    border-radius: 30px;
    padding: 30px 20% 30px;
  }

  .p-card__textArea {
    font-size: 14px;
    margin: 36px auto 0;
  }

  .p-card__imgArea {
    margin: 36px auto 0;
  }

  .p-card__contents {
    margin: 24px auto 0;
  }

  .p-card__contents:first-child {
    margin: 50px auto 0;
  }


  /* フッターコンテンツ */

  .p-footer__img {
    margin: 0 0 0 40px;
  }

  .p-footer__img--youtube {
    max-width: 58px;
  }

  .p-footer__img--twitter {
    max-width: 50px;
  }

  .p-footer__img--itscom {
    max-width: 220px;
  }


  /* ↓↓↓↓↓↓↓↓ コンポーネント ↓↓↓↓↓↓↓↓ */
  /* ヘディング */
  .c-heading {
    font-size: 30px;
    padding: 14px 30px;
  }

  h4.c-heading{
    font-size: 20px;
    padding: 10px 30px;
    border-bottom: none;
  }

  /* イントロ */
  .c-intro__inner {
    padding: 24px 60px 24px;
  }

  .c-intro__head {
    font-size: 36px;
  }

  .c-intro__lead {
    font-size: 20px;
    margin-top: 12px;
  }

  .c-intro__lead_b {
    font-size: 20px;
    margin-top: 12px;
    font-weight: bold;
  }
  .c-intro__lead2 {
    font-size: 18px;
    margin-top: 12px;
  }

  .c-intro__lead3 {
    font-size: 18px;
  }

  .c-intro__title {
    font-size: 24px;
    margin-top: 12px;
    font-weight: bold;
    color: #D61518;
  }

  .c-present {
    font-size: 20px;
    margin-top: 8px;
  }

  .c-presenttxt {
    font-size: 20px;
    margin-top: 4px;
  }

  
  .c-presenttxt01 {
    font-size: 20px;
  }

  .p-present__notes {
    font-size: 16px;
    border-radius: 18px;
    margin-top: 20px;
  }

  .p-present__notes ul {
    padding-left: 1rem;
    margin-top: 8px;
  }
  
  .p-present__notes li {
    list-style: disc;
    font-size: 16px;
  }

  .p-present__list {
    font-size: 20px;
    border-radius: 18px;
    margin-top: 10px;
  }
  
  .p-present__list ul {
    padding-left: 1rem;
    margin-top: 8px;
  }
  
  .p-present__list li {
    list-style: disc;
  }


  /* カードコンテンツ */
  .c-card {
    margin: 20px auto 0;
    padding: 20px 10px;
  }

  .c-card__cap {
    font-size: 20px;
    height: 70px;
  }

  .c-card__text {
    font-size: 18px;
  }

  /* インフォメーションコンテンツ */
  .c-info {
    border-radius: 30px;
    padding: 160px 60px 74px;
    margin: 70px auto 0;
  }

  .c-info__titleWrap {
    top: -14%;
  }

  .c-info__title {
    font-size: 28px;
    line-height: 1.4;
    width: 100%;
    max-width: 900px;
    /* height: 170px; */
    border-radius: 24px;
    padding: 30px;
  }

  .c-info__title a {
    font-size: 26px;
  }

  .c-info--twitter .c-info__title::after,
  .c-info--youtube .c-info__title::after {
    top: 50%;
    left: 100px;
    width: 56px;
    height: 56px;
    background-size: 56px;
  }

  .c-info__title::before {
    top: 100%;
    left: 50%;
    width: 52px;
    height: 30px;
    border-top: solid 30px #515151;
    border-right: solid 26px transparent;
    border-left: solid 26px transparent;
  }

  .c-info__contents,
  .c-info__slider {
    max-width: 610px;
    height: auto;
    margin: 0 auto;
  }

  .c-info__slider {
    height: 350px;
  }

  /* 定義リスト */
  .c-definition__term,
  .c-definition__description {
    font-size: 20px;
  }

  /* スケジュール */
  .c-schedule {
     flex-flow: row nowrap;
  }

  .c-schedule__name {
    font-size: 22px;
    margin-right: 96px;
  }

  .c-schedule__logo {
    left: calc(100% + 10px);
    max-width: 76px;
  }

  .c-schedule__time {
    font-size: 22px;
  }

  .c-schedule__re {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 12px 0 6px 0;
  }
  .p-card__note {
    font-size: 16px;
    margin: 16px 0 6px 0;
    font-weight: normal;
    text-align: center;
  }

  a.btn_01,a.btn_02 {
    width: 50%;
    font-size: 20px ;
  }

  div.pdf01{ 

    width:50%;
    margin: 0 auto;
  }

  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }

  /* 放送局一覧 */
    
/* p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
table {
  margin: 20px auto;
}
/* .tbl-r02 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
} */
/* .tbl-r02 td {
  border: solid 1px #ccc;
  padding: 10px;
} */ 


ul.tv{
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 16px 0;
  list-style: none;
  border-top: 1px solid #ebe4ec;
  border-left: 1px solid #ebe4ec;
}

ul.tv li{
  width: 50%;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #ebe4ec;
  border-right: 1px solid #ebe4ec;
}


ul.tv li:last-child{
  width: 50%;
            box-sizing: border-box;
            margin: 0;
            border-bottom: 1px solid #ebe4ec;
            border-right: 1px solid #ebe4ec;
            padding: 10px;
  
  
  }
   

  .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  a.btn_03{
    font-size: 36px;
    width: 50%;
    border: 2px solid #ed9e00;
    background: #ed9e00;
    padding: 10px 10px;
  }

}
