@charset "UTF-8";
@media screen and (min-width: 750px) {
  .hover_op, .t-news_manage {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .hover_op:hover, .t-news_manage:hover {
      opacity: .5; } }

@media screen and (min-width: 750px) {
  .sp {
    display: none; } }

@media screen and (max-width: 750px) {
  .pc {
    display: none; } }

/*-----------------------------------------
			トップページ
-----------------------------------------*/
#loading_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  pointer-events: none;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
  #loading_bg.-loaded {
    opacity: 0; }

/* 共通設定 */
/* .add_arrow_link,
.add_arrow_link:visited, .add_arrow_link:link {
  font-weight: 600;
  text-decoration: none; }
  .add_arrow_link:hover,
  .add_arrow_link:visited:hover, .add_arrow_link:link:hover {
    text-decoration: underline; }
  .add_arrow_link:after,
  .add_arrow_link:visited:after, .add_arrow_link:link:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 13px;
    background: url(../img/commmon/arrow.png) no-repeat;
    background-size: 7px;
    margin: 0 0 0 10px; } */

/* メインビジュアル */
.t-mv {
  pointer-events: none;
  position: relative;
  margin: 0 0 35px 0; }
  .t-mv img {
    display: block;
    width: 100%; }
  @media screen and (min-width: 750px) {
    .t-mv {
      margin: 0 0 35px 0; } }
  .t-mv_slider {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .t-mv_slider li {
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: opacity 4s;
      -o-transition: opacity 4s;
      transition: opacity 4s;
      will-change: opacity; }
      .t-mv_slider li.active {
        opacity: 1; }
      .t-mv_slider li img {
        display: block;
        width: 100%; }
  .t-mv video {
    width: 100%;
    display: block; }
/* ヒーローイメージボタン */
.t-mv_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.t-mv_btn li {
  background-color: #fde433;
  border-radius: 10px;
  box-sizing: border-box;
  height: 103px;
}
.t-mv_btn li:hover {
  opacity: 0.6;
}
.t-mv_btn li a {
  color: #333;
  text-decoration: none;
  height: 103px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.t-mv_btn li a::before {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000000;
}
.t-mv_btn li a::after {
  content: "";
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.t-mv_btn li span {
  font-size: 1.1rem;
  position: absolute;
  bottom: 7px;
  right: 30px;
}
.t-mv_btn li p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 960px) {
  .t-mv_btn li p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 750px) {
  .t-mv_btn  {
    justify-content: space-between;
    margin-bottom: 64px;
  }
  .t-mv_btn li {
    width: 24.21052%;
  }
  /* ボタン1個 */
  .t-mv_btn1 {
    justify-content: center;
  }
  .t-mv_btn1 li {
    width: 356px;
  }
 /* ボタン2個 */
  .t-mv_btn2 {
    max-width: 734px;
    margin: 0 auto 64px;
  }
  .t-mv_btn2 li {
    width: 48.50136%;
  }
 /* ボタン3個 */
  .t-mv_btn3 {
    max-width: 1112px;
    margin-left: auto;
    margin-right: auto;
  }
  .t-mv_btn3 li {
    width: 32.01438%;
  }
}
@media screen and (max-width: 749px) {
.t-mv_btn_warp {
  width: 90%;
  margin: auto;
}
}
.t-mv_btn_warp .bx-wrapper, .ct-mv_btn_warp .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: none;
	border: none;
	left: 0px;
	background: none;
}
/* ヒーローイメージボタン終わり */
/* 注意 */
.t-notice {
  font-size: 1.8rem;
  margin: 0 0 32px;
  text-align: center;
}
.t-notice p {
  border: 2px #ccc solid;
  padding: 20px 30px;
  display: inline-block;
}
.t-notice a {
  color: #1273c1;
}
@media screen and (min-width: 750px) {
  .t-notice {
  margin-bottom: 40px;
  font-size: 2rem;
  }
}

/* 注意終わり */
.t-heading {
  display: block; }
  @media screen and (min-width: 750px) {
    .t-heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
.t-news_title {
  font-size: 1.8rem;
  margin: 0 10px 10px;
}
@media screen and (min-width: 750px) {
.t-news_title {
    font-size: 2.2rem;
    margin: 0 20px 10px;
  }
}
.t-news {
  margin: 0 0 60px 0; }
  @media screen and (min-width: 750px) {
    .t-news {
      width: 70%;
      margin: 0 auto 0 0;
      padding: 0 20px 0 0; } }
  @media screen and (min-width: 900px) {
    .t-news {
      width: 65%; } }
  .t-news_release {
    margin: 0 0 20px 0; }
    @media screen and (min-width: 750px) {
      .t-news_release {
        margin: 0 0 10px 0; } }
    .t-news_release_tab {
      background-color: #F4F4F4;
      padding: 20px 10px 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(100% + 10px);
      margin: 0 0 0 -10px; }
      @media screen and (min-width: 750px) {
        .t-news_release_tab {
          width: auto;
          margin: 0; } }
    .t-news_release_title {
      color: #949494;
      cursor: pointer;
      border-radius: 10px 10px 0px 0px;
      font-size: 16px;
      padding: 10px 15px;
      width: 272px;
      position: relative; }
      .t-news_release_title:after {
        content: '';
        height: 30px;
        border-right: 1px solid #C7C7C7;
        position: absolute;
        top: 50%;
        left: 0%;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%); }
      .t-news_release_title:nth-child(2):after {
        left: auto;
        right: 10px; }
      .t-news_release_title.-current {
        color: #232324;
        background-color: #fff; }
        .t-news_release_title.-current:after {
          display: none; }
    .t-news_release_box_wrap {
      display: none; }
      .t-news_release_box_wrap.-active {
        display: block; }
    .t-news_release_text {
      font-size: 12px;
      color: #000; }
      @media screen and (min-width: 750px) {
        .t-news_release_text {
          font-size: 16px; } }
    .t-news_release_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #C7C7C7;
      padding: 15px 0; }
      .t-news_release_item:nth-child(n+11) {
        display: none; }
      .t-news_release_item a {
        font-size: 12px;
        display: block;
        color: #000;
        text-decoration: none;
        /* padding-right: 22px;
        background: url(../img/ico/link_new_wind.png) right center/15px 14px no-repeat; */
       }
        /* .t-news_release_item a.pdf {
          padding-right: 36px;
          background: url(../img/ico/link_pdf.png) right center/27px 14px no-repeat; } */
          /* newマーク */
          .t-news_release_item .newmark {
            font-size: 1rem;
            color: #fff;
            background-color: #FF2800;
            border-radius: 3px;
            display: inline-block;
            padding: 2px 5px 0;
            margin: -3px 5px 0;}
        @media screen and (min-width: 750px) {
          .t-news_release_item a {
            font-size: 16px; }
            .t-news_release_item a:hover {
              text-decoration: underline; } }
    .t-news_release_date {
      font-size: 10px;
      min-width: 90px;
      margin: 0 5px 0 0;
      padding: 0 0 0 10px; }
      @media screen and (min-width: 750px) {
        .t-news_release_date {
          font-size: 14px;
          min-width: 120px;
          padding: 0 0 0 15px; } }
    .t-news_release_backnumber {
      margin: 20px 0 0 0;
      text-align: right; }
  .t-news_manage {
    display: block;
    width: 140px; }
    @media screen and (min-width: 750px) {
      .t-news_manage {
        width: 200px; } }

@media screen and (min-width: 750px) {
  .t-banner {
    width: 28%; } }

@media screen and (min-width: 900px) {
  .t-banner {
    width: 360px; } }

.t-banner_lists {
  display: block; }

.t-banner_list {
  display: block;
  margin: 0 auto 15px auto;
  width: 55.83%;
  min-width: 220px; }
  @media screen and (min-width: 750px) {
    .t-banner_list {
      margin: 0 0 15px 0;
      width: 100%;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      min-width: auto; }
      .t-banner_list:hover {
        opacity: .5; } }

.t-banner_link {
  display: block; }
  .t-banner_link img {
    display: block;
    width: 100%; }

.t-category_title {
  color: #232324;
  font-size: 28px;
  font-weight: 600;
  margin: 50px 0 30px 0; }
  @media screen and (min-width: 750px) {
    .t-category_title {
      margin: 100px 0 50px 0;
      font-size: 40px; } }
/*2302追記*/
.t-guidance {
	margin-top: 50px;}
  @media screen and (min-width: 750px) {
    .t-guidance {
	margin-top: 100px;} }
/*2302追記*/

.t-guidance_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.t-guidance_list {
  width: 48.6%;
  margin: 0 0 2.8% 0; }
  @media screen and (min-width: 750px) {
    .t-guidance_list {
      width: 31.57%;
      margin: 0 0 2.8% 0; } }

.t-guidance_link {
  display: block;
  position: relative; }
  .t-guidance_link figcaption {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #232324;
    background: rgba(255, 255, 255, 0.7);
    padding: 6px 12px;
    position: absolute;
    left: 0;
    bottom: 0; }
    @media screen and (min-width: 750px) {
      .t-guidance_link figcaption {
        font-size: 24px;
        padding: 10px 20px; } }
  .t-guidance_link img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  @media screen and (min-width: 750px) {
    .t-guidance_link:hover img {
      opacity: 0.5; } }

.t-guidance_more {
  margin: 15px 0 0 0;
  text-align: right; }
/*2302追記*/
.t-banner_btm {
	margin-top: 50px;}
  @media screen and (min-width: 750px) {
    .t-banner_btm {
	margin-top: 100px;} }
/*2302追記*/
.t-banner_btm_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 100%;
  max-width: 850px;
  margin: 0 auto; }
  @media screen and (min-width: 750px) {
    .t-banner_btm_lists {
      width: 100%;
      max-width: 850px;
      margin: 0 auto; }
  }
.t-banner_btm_list {
  width: 55.83%;
  min-width: 220px;
  margin: 0 auto 20px auto; }
  .t-banner_btm_list img {
    width: 100%; }
  .t-banner_btm_list:last-child {
    margin: 0 auto; }
  @media screen and (min-width: 750px) {
    .t-banner_btm_list {
      width: 32%;
      margin: 20px 2% 0 0; }
    .t-banner_btm_list:nth-child(3n) {
      margin-right: 0;}
	  .t-banner_btm_list:nth-child(-n+3) {
		  margin-top: 0;}
      .t-banner_btm_list:last-child {
        margin: 20px 0 0 0; } }

.t-banner_btm_link, .t-banner_btm_link:visited, .t-banner_btm_link:link {
  display: block;
  text-decoration: none; }
  .t-banner_btm_link figcaption, .t-banner_btm_link:visited figcaption, .t-banner_btm_link:link figcaption {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #232324;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px; }
    @media screen and (min-width: 750px) {
      .t-banner_btm_link figcaption, .t-banner_btm_link:visited figcaption, .t-banner_btm_link:link figcaption {
        padding: 10px; } }
  .t-banner_btm_link figure, .t-banner_btm_link:visited figure, .t-banner_btm_link:link figure {
    position: relative;
    display: block; }
    
  .t-banner_btm_link img, .t-banner_btm_link:visited img, .t-banner_btm_link:link img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  @media screen and (min-width: 750px) {
    .t-banner_btm_link:hover img, .t-banner_btm_link:visited:hover img, .t-banner_btm_link:link:hover img {
      opacity: 0.5; } }



.t-pr_info {
  font-weight: 600;
  font-size: 18px;
  margin-top: 35px;
  color: #333; }

.t-pr a {
  text-decoration: none;
  display: inline-block;
  color: #1273c1; }

.t-pr a:hover {
  text-decoration: underline; }

.t-category_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 33px; }

.t-category_item li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  border-bottom: 1px dashed #a5a5a5;
  padding: 12px 0; }

.t-category_item li:nth-child(n+9) {
  border-bottom: none; }

.t-category_item li a {
  text-align: center;
  border-right: 1px dashed #a5a5a5;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  position: relative; }

.t-category_item li a:hover {
  opacity: 0.7; }

.t-category_item li:nth-child(4) a,
.t-category_item li:nth-child(8) a,
.t-category_item li:nth-child(12) a {
  border-right: none; }

.t-category_item li a .t-category_item_iicon {
  padding-top: 15px; }

.t-category_item li a .t-category_item_iicon img {
  width: auto;
  height: 80px; }

.t-category_item li a em {
  display: block;
  text-align: center;
  height: 55px;
  line-height: 1.4;
  margin-top: 10px;
  padding: 0 10px; }

.t-category_item li a:hover em {
  text-decoration: underline; }

@media screen and (max-width: 1000px) {
  .t-category_item li:nth-child(n+10) {
    border-bottom: none; } }

@media screen and (max-width: 750px) {
  .t-category_item li {
    width: 50%; }
  .t-category_item li:nth-of-type(9),
  .t-category_item li:nth-of-type(10) {
    border-bottom: 1px dashed #a5a5a5; }
  .t-category_item li a {
    padding-bottom: 10px; }
  .t-category_item li:nth-of-type(odd) a {
    border-right: 1px dashed #a5a5a5; }
  .t-category_item li:nth-of-type(even) a {
    border-right: none; }
  .t-category_item li a .t-category_item_iicon {
    padding-top: 10px; }
  .t-category_item li a .t-category_item_iicon img {
    height: 70px; }
  .t-category_item li a em {
    height: auto; }
  .t-category_item li:nth-of-type(odd) a .t-category_item_iicon,
  .t-category_item li:nth-of-type(odd) a em {
    padding-left: 0;
    padding-right: 10px; }
  .t-category_item li:nth-of-type(even) a .t-category_item_iicon,
  .t-category_item li:nth-of-type(even) a em {
    padding-left: 10px;
    padding-right: 0; }
  .t-category_item li a em br {
    display: none; } }

.t-viewer .t-category_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .t-viewer .t-category_item:after {
    display: block;
    content: "";
    width: 30%; }
  .t-viewer .t-category_item li {
    width: 30%;
    margin-top: 10px;
    border-bottom: none; }
  .t-viewer .t-category_item li a {
    height: 76px;
    background-color: #edebeb;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 20px;
    border-right: none; }
  .t-viewer .t-category_item li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: #333 1px solid;
    border-right: #333 1px solid;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%); }
  .t-viewer .t-category_item li a:hover {
    background-color: #d3d3d3; }

@media screen and (max-width: 750px) {
  .t-viewer .t-category_item {
    width: 100%;
    display: block;
    padding: 0 12px;
    margin: 0; }
    .t-viewer .t-category_item li a {
      font-size: 14px; }
    .t-viewer .t-category_item li {
      width: 100%;
      margin: 0 auto;
      padding: 0px 0 20px 0; }
    .t-viewer .t-category_item li a {
      height: 60px; }
  .t-viewer .t-pr_info {
    font-size: 15px;
    text-align: left;
    margin-top: 25px; } }

/* メインコンテンツ */
.t-main {
  padding-bottom: 150px;
  overflow: hidden; }

.t-about .t-category_item li {
  width: 30%;
  margin-top: 35px; }

.t-about .t-category_item li:not(:nth-child(3n)) {
  margin-right: 5%; }

.t-about .t-category_item li a {
  height: 76px;
  background-color: #edebeb;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px 0 20px; }

.t-about .t-category_item li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: #333 1px solid;
  border-right: #333 1px solid;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%); }

.t-about .t-category_item li a:hover {
  background-color: #d3d3d3; }

@media screen and (max-width: 750px) {
  .t-main {
    padding-bottom: 100px; }
  .t-category_item {
    padding: 0 12px;
    margin-top: 30px; }
  .t-category_item li a {
    font-size: 14px; }
  .t-about .t-category_item li {
    width: 100%;
    margin-top: 0; }
  .t-about .t-category_item li + li {
    margin-top: 18px; }
  .t-about .t-category_item li:not(:nth-child(3n)) {
    margin-right: 0; }
  .t-about .t-category_item li a {
    height: 60px; }
  .t-pr_info {
    font-size: 15px;
    text-align: left;
    margin-top: 25px; } }

/*-----------------------------------------
			動画用設定
-----------------------------------------*/
/* 共通 */
.c-category_about {
  overflow: hidden; }

.c-related_information {
  margin-top: 50px;
  padding: 25px 0 40px;
  position: relative; }

.c-related_information:after {
  content: " ";
  width: 4000px;
  height: 100%;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: -1000px;
  z-index: -1; }

.c-related_information h3 {
  margin-bottom: 40px; }

.c-related_information_list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left; }

.c-related_information_list > a {
  padding-left: 12px;
  margin-bottom: 10px;
  width: 32%;
  color: #666;
  text-decoration: none;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.c-related_information_list.v2 > a {
  width: 49%; }

.c-related_information_list > a:after {
  content: " ";
  width: 5px;
  height: 1px;
  background-color: #666;
  position: absolute;
  top: 13px;
  left: 0;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out; }

@media screen and (min-width: 751px) {
  .c-related_information_list > a:hover {
    color: #1f469f; }
  .c-related_information_list > a:hover:after {
    background-color: #1f469f; } }

@media screen and (max-width: 750px) {
  .c-related_information {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 25px 0 20px; }
  .c-related_information:after {
    width: 2000px;
    left: -300px; }
  .c-related_information h3 {
    margin-bottom: 20px; }
  .c-related_information_list > a {
    margin-right: 0;
    width: 49%; }
  .c-related_information_list.v2 > a {
    width: 100%; }
  .c-related_information_list > a:after {
    top: 9px; } }

/* NHKの概要 */
.p-intro_table {
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
  width: 100%; }

.p-intro_table td:nth-child(1) {
  padding-right: 30px; }

.p-intro_table td {
  padding: 14px 0;
  border-bottom: 1px solid #b5b5b5;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  width: 240px; }

@media screen and (max-width: 750px) {
  .p-intro_table td:nth-child(1) {
    padding-right: 20px; }
  .p-intro_table td {
    padding: 10px 0;
    font-size: 14px;
	width: auto;} }

/* 放送法と公共放送 */
.p-broadcast_explanation {
  padding: 25px 40px;
  background-color: #f6fcfe; }

@media screen and (max-width: 750px) {
  .p-broadcast_explanation {
    padding: 15px 20px; } }

/* NHKの沿革と放送史 */
.p-history_table {
  margin-bottom: 60px;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
  width: 100%; }

.p-history_table td {
  padding: 10px 15px;
  text-align: left;
  vertical-align: top; }

.p-history_table tr:nth-child(2n+1) td {
  background-color: #eef1f6; }

.p-history_images {
  overflow: hidden; }

.p-history_images li {
  margin: 0 3.2% 25px 0;
  width: 22.6%;
  float: left; }

.p-history_images li:nth-child(4n) {
  margin-right: 0; }

@media screen and (max-width: 750px) {
  .p-history_table {
    margin-bottom: 30px; }
  .p-history_table td {
    padding: 8px 10px;
    vertical-align: middle; }
  .p-history_table td:nth-child(1) {
    width: 5em;
    padding-right: 0; }
  .p-history_table td:nth-child(2) {
    width: 2.5em;
    padding-right: 0; }
  .p-history_images li {
    margin: 0 3.8% 15px 0;
    width: 30.8%; }
  .p-history_images li:nth-child(4n) {
    margin-right: 3.8%; }
  .p-history_images li:nth-child(3n) {
    margin-right: 0; } }

/* 全国のNHK */
.p-nationwide_map {
  width: 506px;
  height: 445px;
  background: url(../img/nationwide/clickable.png) 0 0 no-repeat;
  float: left; }

.p-nationwide_list {
  margin-left: 550px; }

.p-nationwide_list dt {
  padding: 10px 15px;
  margin-bottom: 1px;
  background-color: #eee;
  color: #fff;
  cursor: pointer;
  position: relative; }

.p-nationwide_list dt:after {
  content: " ";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 8px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px; }

.p-nationwide_list dt.opened:after {
  border: 6px solid transparent;
  border-bottom: 8px solid #fff;
  margin-top: -8px; }

.p-nationwide_list dl:nth-of-type(1) dt {
  background-color: #6083b8; }

.p-nationwide_list dl:nth-of-type(2) dt {
  background-color: #1a88ad; }

.p-nationwide_list dl:nth-of-type(3) dt {
  background-color: #38ab9a; }

.p-nationwide_list dl:nth-of-type(4) dt {
  background-color: #69c46e; }

.p-nationwide_list dl:nth-of-type(5) dt {
  background-color: #b9ce5d; }

.p-nationwide_list dl:nth-of-type(6) dt {
  background-color: #d1bb51; }

.p-nationwide_list dl:nth-of-type(7) dt {
  background-color: #e6945a; }

.p-nationwide_list dl:nth-of-type(8) dt {
  background-color: #e06969; }

.p-nationwide_list dd {
  display: none; }

.p-nationwide_list dd li a {
  display: block;
  padding: 8px 15px;
  color: #666;
  text-decoration: none;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out; }

.p-nationwide_list dd li:nth-child(2n) a {
  background-color: #efefef; }

#fancybox-content.nationwide_map {
  height: 120px !important; }

.p-nationwide_bnr {
  width: 456px;
  height: 197px;
  margin: 50px auto 0;
  border: solid 1px #c6c6c6;
  display: block;
  overflow: hidden; }

.p-nationwide_bnr iframe {
  position: relative;
  top: -5px;
  left: -5px;
  border: none; }

@media screen and (min-width: 751px) {
  .p-nationwide_list dd li a:hover {
    background-color: #d1e5f5; } }

@media screen and (max-width: 1000px) {
  .p-nationwide_list {
    margin-left: 510px; } }

@media screen and (max-width: 930px) {
  .p-nationwide_map {
    margin: 0 auto 30px;
    float: none; }
  .p-nationwide_list {
    max-width: 506px;
    clear: both;
    margin: 0 auto; } }

@media screen and (max-width: 750px) {
  .p-nationwide_map {
    display: none; }
  .p-nationwide_list {
    max-width: inherit; }
  #fancybox-content.nationwide_map {
    height: 230px !important;
    width: 100% !important; }
  #fancybox-wrap.nationwide_map {
    width: 75% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .p-nationwide_bnr {
    margin: 20px auto 0; } }

@media screen and (max-width: 750px) {
  .p-nationwide_bnr {
    width: 294px;
    height: 124px; }
  .p-nationwide_bnr iframe {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left; } }

/* 広報動画集 */
.p-movie_list {
  overflow: hidden; }

.p-movie_item {
  width: 31.74%;
  float: left; }

.p-movie_item--l {
  width: 48%; }

.p-movie_item--l img {
  width: 100%;
  height: auto; }

.p-movie_item a {
  display: block;
  color: #444;
  text-decoration: none; }

.p-movie_item span {
  padding-top: 6px;
  display: block;
  line-height: 1.5; }

#fancybox-wrap {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important; }

#fancybox-wrap.movie {
  margin-left: -20px;
  max-width: 640px !important;
  width: 100% !important; }

#fancybox-wrap.movie #fancybox-outer {
  margin: 0 5%;
  width: 90%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }

#fancybox-wrap.movie #fancybox-content {
  padding: 10px;
  background-color: #fff;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 641px) {
  .p-movie_item {
    margin: 0 2.39% 30px 0; }
  .p-movie_item:nth-child(3n) {
    margin-right: 0; }
  .p-movie_item:nth-child(3n+1) {
    clear: both; } }

@media screen and (max-width: 640px) {
  .p-movie_item {
    width: 48%; }
  .p-movie_item:nth-child(2n) {
    float: right; }
  .p-movie_item:nth-child(2n+1) {
    clear: both; } }
