.media__inner {
  width: 800px;
  height: 100%;
  margin: 0 auto;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .media__inner {
    width: 88%;
    padding: 30px 0 15px;
  }
}

.media__title {
  color: #00a9e2;
  font-size: 40px;
  text-align: center;
  background: #fff;
  padding: 30px 10px;
}
@media screen and (max-width: 767px) {
  .media__title {
    font-size: 24px;
  }
}

.media__list__item a {
  display: flex;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px solid #00a9e2;
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .media__list__item a {
    font-size: 12px;
  }
}

.media_btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #00a9e2;
  border-right: 2px solid #00a9e2;
  transform: rotateZ(45deg);
  top: 10px;
  bottom: 0;
  right: 30px;
  margin: auto;
  transition: right 0.5s ease;
}
@media screen and (max-width: 767px) {
  .media_btn a::after {
    right: 10px;
  }
}

.media_btn_link a::after {
  content: "";
  background: url(../img/common/cmn_link.png) no-repeat;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  bottom: 0;
  right: 25px;
  margin: auto;
  transition: right 0.5s ease;
}

@media screen and (max-width: 767px) {
  .media__list__item a::after {
    right: 10px;
  }
}

.media__list__item a:hover::after {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .media__list__item a:hover::after {
    right: 10px;
  }
}

.media__list__date {
  width: 170px;
  font-size: 14px;
  display: block;
  transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .media__list__date {
    display: block;
    width: 100px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  a:hover .media__list__date {
    color: #555;
  }
}

.media__list__text {
  width: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  .media__list__text {
    width: 100%;
    padding-right: 35px;
    box-sizing: border-box;
    line-height: 1.2;
  }
}

.media__list__ttl {
  margin: 15px 0 0;
  color: #00a9e2;
}

.media__list__ttl span {
  background: #00a9e2;
  color: #fff;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 10px;
  font-weight: normal;
  margin-right: 0.5em;
}

.media__list__caption {
  margin-top: 0.8em;
  transition: color 0.5s ease;
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  a:hover .media__list__caption {
    color: #555;
  }
}

.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .pagenation {
    margin-top: 35px;
  }
}

.pagenation li {
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    padding: 10px 5px;
  }
}

.pagenation li a:hover,
.pagenation li.current {
  color: #00a9e2;
}

@media screen and (max-width: 767px) {
  .pagenation li a:hover {
    color: #555;
  }
}

.pagenation li a,
.pagenation li span {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pagenation li a,
  .pagenation li span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
}

.mediadetail__inner {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .mediadetail__inner {
    width: 88%;
    padding: 30px 0 15px;
  }
}

.media__subtitle {
  font-size: 26px;
  color: #00a9e2;
  position: relative;
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .media__subtitle {
    font-size: 18px;
    color: #00a9e2;
    padding: 0 0 20px;
    line-height: 1.2;
  }
}

.media__subtitle:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #00a9e2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.media__subtitle .media__date {
  display: block;
  font-size: 18px;
  color: #555;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .media__subtitle .media__date {
    font-size: 14px;
  }
}

.media__figurewrap {
  max-width: 900px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .media__figurewrap {
    max-width: 900px;
    margin: 25px auto 0;
    display: block;
    justify-content: space-between;
  }
}

.media__textwrap {
  /*display: flex;*/
  flex-direction: column;
  /*justify-content: space-between;*/
}
@media screen and (max-width: 767px) {
  .media__textwrap {
    display: block;
  }
}

.media__textwrap .media__text {
  font-size: 18px;
  line-height: 1.8;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .media__textwrap .media__text {
    font-size: 14px;
    line-height: 1.8;
    margin-right: 0;
  }
}

.media__textwrap .media__linktext {
  font-size: 16px;
  color: #0070c0;
  text-decoration: underline;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .media__textwrap .media__linktext {
    font-size: 14px;
    line-height: 1.8;
    color: #0070c0;
    text-decoration: underline;
    margin-top: 30px;
  }
}

.media__text {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .media__img {
    margin: 30px auto 0;
    text-align: center;
  }
}

.btn__wrap {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .btn__wrap {
    padding: 10px 0;
  }
}

.btn__back {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn__back {
    margin: 25px auto 50px;
  }
}
.btn__back a {
  display: inline-block;
  position: relative;
  color: #20aee5;
  font-size: 14px;
  line-height: 21px;
  transition: 0.3s;
}
.btn__back a:focus, .btn__back a:hover {
  opacity: 0.6;
}
.btn__back a::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -12px;
  top: 2px;
  width: 8px;
  height: 17px;
  vertical-align: middle;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAyklEQVQokXXRsUpCYRgG4Mc4kyDGKfcuoRSHIqdTSzfS4NBS0EXk4tLg4ujUVBRJghcQgUN4A4bQEEE1asP5j9jh9E3/8PDyv99X2rmZxbhEH68KZgOHuMAYu/+hW/SwjSfUi9ACp7hGHGAzj2CJNrrYxBAHeZTBM3RQxUP47x+UzTmuUME9akWojL3wfsN3lAMV3KGFKRL8rKNqiN+XLjXBHDIU4xENTHCE9/V2W9LdNPASElYgSzqRnuMZx/jIN4kwwCdG+Cpo6xdp9CaR6iz21AAAAABJRU5ErkJggg==") no-repeat center;
  background-size: 8px auto;
}