.media-item {
  margin-bottom: 5rem;
}

.media-item_title {
  background: #ee4e4e;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.475;
  color: #fff;
  padding: 0.7rem 1rem 0.8rem;
  margin-bottom: 1rem;
}

.media-item_description {
  margin-bottom: 1.5rem;
}

.media-item_description p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #202020;
  margin-bottom: 1rem;
}

.media-item_description p.info {
  font-size: 1rem;
  color: #a7a7a7;
  line-height: 2.85;
  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.1rem;
  background: #1f45d3;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
}

.media-item_description p.info .time::before {
  content: '';
  width: 1.7rem;
  height: 1.7rem;
  background: url(../img/ico_time.png) no-repeat center/100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.media-item_description p.info .broadcast::before {
  content: '';
  width: 1.7rem;
  height: 2rem;
  background: url(../img/ico_broadcast.png) no-repeat center/100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.media-item_description p.info .book::before {
  content: '';
  width: 1.75rem;
  height: 1.4rem;
  background: url(../img/ico_book.png) no-repeat center/100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.media-item_description p.info .address::before {
  content: '';
  width: 1.75rem;
  height: 1.8rem;
  background: url(../img/ico_address.png) no-repeat center/100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.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: 34px;
  height: 24px;
  margin-left: -17px;
  margin-top: -12px;
  -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: 1.5rem;
}

.media-item_book01 {
  margin-bottom: 1rem;
}

.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: 1rem;
}

.media-item_book02 {
  margin-bottom: 1rem;
}

.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: 1rem;
}

.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.2rem;
  line-height: 1.7;
  color: #202020;
  margin-bottom: 1.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.1rem;
  background: #1f45d3;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
}

.media-item_book03 ul li:first-child {
  width: 29.388%;
  margin-right: 3.1%;
}

.media-item_book04 {
  margin-bottom: 1rem;
}

.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: 1rem;
}

.archive {
  background: url(/common/img/cm_bg01.jpg) repeat left top;
  padding: 5.75rem 0 5rem;
}

.archive-item {
  margin-bottom: 1.5rem;
}

.archive-item_title {
  background: #fff url(/common/img/arr_red04.png) no-repeat right 1.5rem center;
  background-size: 1rem 0.6rem;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1;
  color: #ee4e4e;
  border-bottom: 0.1rem solid #ee4e4e;
  margin-bottom: 3rem;
  cursor: pointer;
  padding: 1.1rem 0;
}

.archive-item_content {
  display: none;
}

.archive-item.open .archive-item_title {
  background: #fff url(/common/img/arr_red03.png) no-repeat right 1.5rem center;
  background-size: 1rem 0.6rem;
}

/*# sourceMappingURL=media_sp.css.map */