.media-item {
  margin-bottom: 10rem;
}

.media-item_title {
  background: #ee4e4e;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.875;
  color: #fff;
  padding: 0.25rem 2rem;
  margin-bottom: 1.5rem;
}

.media-item_description {
  margin-bottom: 3rem;
}

.media-item_description p {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #202020;
  margin-bottom: 2.5rem;
}

.media-item_description p.info {
  font-size: 1.2rem;
  color: #a7a7a7;
  line-height: 2.75;
  margin-bottom: 1.5rem;
}

.media-item_description p.info a {
  color: #1f45d3;
  position: relative;
}

.media-item_description p.info a::before {
  content: '';
  width: 100%;
  height: 0.2rem;
  background: #d3d6ef;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
}

.media-item_description p.info .time::before {
  content: '';
  width: 2rem;
  height: 2rem;
  background: url(../img/ico_time.png) no-repeat center/100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8rem;
}

.media-item_description p.info .broadcast::before {
  content: '';
  width: 2rem;
  height: 2.3rem;
  background: url(../img/ico_broadcast.png) no-repeat center/100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8rem;
}

.media-item_description p.info .book::before {
  content: '';
  width: 2rem;
  height: 1.6rem;
  background: url(../img/ico_book.png) no-repeat center/100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8rem;
}

.media-item_description p.info .address::before {
  content: '';
  width: 2rem;
  height: 2.1rem;
  background: url(../img/ico_address.png) no-repeat center/100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8rem;
}

.media-item_video {
  position: relative;
  width: 100%;
  padding-bottom: 55.715%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.media-item_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.media-item_video img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.media-item_video img:hover {
  -webkit-filter: brightness(75%);
}

.media-item_video .ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
  cursor: pointer;
}

.media-item_video .ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
}

.media-item_video .ytp-large-play-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.media-item_video .ytp-button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: default;
  line-height: inherit;
  outline: 0;
}

.media-item_video:hover .ytp-large-play-button-bg {
  -moz-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  fill: #f00;
  fill-opacity: 1;
}

.media-item_thumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.media-item_thumb ul li {
  width: 30.613%;
  margin-top: 4rem;
}

.media-item_book01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.media-item_book01 ul li {
  width: 49.184%;
  margin-bottom: 2.5rem;
}

.media-item_book02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.media-item_book02 ul li {
  width: 43.368%;
  margin-right: 3.1%;
  margin-bottom: 2.5rem;
}

.media-item_book02 ul li:first-child {
  width: 21.327%;
}

.media-item_book03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.media-item_book03 ul li {
  width: 65%;
}

.media-item_book03 ul li p {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #202020;
  margin-bottom: 2.5rem;
}

.media-item_book03 ul li p a {
  color: #1f45d3;
  position: relative;
}

.media-item_book03 ul li p a::before {
  content: '';
  width: 100%;
  height: 0.2rem;
  background: #d3d6ef;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
}

.media-item_book03 ul li:first-child {
  width: 29.388%;
  margin-right: 3.1%;
}

.media-item_book04 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.media-item_book04 ul li {
  width: 30%;
  margin-right: 3.1%;
  margin-bottom: 2.5rem;
}

.archive {
  background: url(/common/img/cm_bg01.jpg) repeat left top;
  padding: 9.3rem 0 7.4rem;
}

.archive-item {
  margin-bottom: 4.1rem;
}

.archive-item_title {
  background: #fff url(/common/img/arr_red04.png) no-repeat right 3rem center;
  background-size: 1.6rem 0.9rem;
  text-align: center;
  font-size: 3rem;
  line-height: 2;
  color: #ee4e4e;
  border-bottom: 0.2rem solid #ee4e4e;
  margin-bottom: 4rem;
  cursor: pointer;
  padding: 0.4rem 0;
}

.archive-item_content {
  display: none;
}

.archive-item.open .archive-item_title {
  background: #fff url(/common/img/arr_red03.png) no-repeat right 3rem center;
  background-size: 1.6rem 0.9rem;
}

/*# sourceMappingURL=media_pc.css.map */