body {
  background: #f5f5f5;
}

a img:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.l-contents.l-inner {
  width: 900px;
  max-width: 100%;
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .l-contents.l-inner {
    padding: 40px;
  }
}

.p-page-header {
  height: 300px;
  margin-bottom: 30px;
}

.p-page-header.is-active .p-page-header__title {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-page-header.is-active .p-page-header__title {
    font-size: 20px;
  }
}

.book-link {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .book-link {
    flex-wrap: wrap;
  }
}
.book-link a {
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .book-link a {
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }
}
.book-link a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.book-wrap {
  margin: 0 0 40px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .book-wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .book-wrap {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .book-wrap .book-wrap-text {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 767px) {
  .book-wrap .book-wrap-img {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .book-wrap .book-wrap-img {
    width: 300px;
  }
  .book-wrap .book-wrap-img p {
    margin: 0;
  }
  .book-wrap .book-wrap-img img {
    display: block;
    width: 100%;
  }
}

.book-footer {
  margin-top: 40px;
}
.book-footer .list-prof a {
  display: block;
  border: 1px solid #ccc;
}
.book-footer .book-author {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .book-footer .book-author {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .book-footer .book-author .book-author-img {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .book-footer .book-author .book-author-img {
    width: 400px;
  }
}

.p-entry__body h3 {
  background: #fff;
  padding-left: 15px;
}
.p-entry__body h3:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-entry__body h2 {
  border-top: none !important;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
}
.p-entry__body h2:before {
  bottom: -2px !important;
  top: initial;
  width: 80px;
}

.front-container {
  width: 1000px;
  padding: 20px;
  max-width: 100%;
  margin: 40px auto;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .front-container {
    padding: 40px;
  }
}
.front-container h2 {
  border-left: 5px solid #049cc7;
  padding: 5px 10px;
}
.front-container p {
  line-height: 170%;
}

.media-ranking {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .media-ranking {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .media-ranking {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .media-ranking .media-ranking-img {
    width: 400px;
  }
}
.media-ranking .media-ranking-img img {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .media-ranking .media-ranking-text {
    width: calc(100% - 420px);
  }
}
.media-ranking .media-ranking-text ul {
  margin: 20px 0;
  padding-left: 20px;
}
.media-ranking .media-ranking-text ul li {
  list-style: disc;
  margin-bottom: 10px;
  line-height: 170%;
}
.media-ranking .media-ranking-text ul li a {
  color: #049cc7;
}
.media-ranking .media-ranking-text ul li a:hover {
  text-decoration: underline;
}

.p-btn {
  padding: 10px;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-article08__desc {
  line-height: 170%;
}

.p-article08__content {
  background: #fff;
  padding: 20px;
}

/* Media Slider */
@keyframes infinite-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-media-slider {
  overflow: hidden;
  padding: 40px 0;
  margin-top: 40px;
}
.p-media-slider h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #003366;
}
.p-media-slider__wrap {
  display: flex;
  overflow: hidden;
}
.p-media-slider__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  animation: infinite-scroll 40s linear infinite;
}
.p-media-slider__list:hover {
  animation-play-state: paused;
}
.p-media-slider__list li {
  margin: 0 20px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-media-slider__list li img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
}

.p-index-content04 {
  background: none;
  padding: 0;
}

.p-index-content03 {
  padding: 0;
}

.l-inner {
  width: 100%;
  max-width: 100%;
}

.p-info {
  background-color: #f5f5f5;
}

.l-header__inner {
  width: 98%;
}

.p-social-nav__item--twitter a::before {
  content: "" !important;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M18.901%201.153h3.68l-8.04%209.19L24%2022.846h-7.406l-5.8-7.584-6.638%207.584H.474l8.6-9.83L0%201.154h7.594l5.243%206.932ZM17.61%2020.644h2.039L6.486%203.24H4.298Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  mask: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M18.901%201.153h3.68l-8.04%209.19L24%2022.846h-7.406l-5.8-7.584-6.638%207.584H.474l8.6-9.83L0%201.154h7.594l5.243%206.932ZM17.61%2020.644h2.039L6.486%203.24H4.298Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: scale(0.9);
}

/* Scroll Animation */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
}
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.p-cb {
  padding-top: 0;
}

.tetsudo-insta .post_col-3 {
  padding: 0 !important;
}
.tetsudo-insta .post_col-3 iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

/* Media List Folding */
.js-more-list li:nth-child(n+6) {
  display: none;
}
.js-more-list.is-open li:nth-child(n+6) {
  display: list-item;
}

.footer-banner {
  width: 800px;
  max-width: 100%;
  padding: 0 20px;
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-banner {
    flex-direction: column;
  }
}
.footer-banner a,
.footer-banner > div {
  border-radius: 6px;
  overflow: hidden;
  display: block;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .footer-banner a,
  .footer-banner > div {
    flex: 1;
  }
}
.footer-banner a img,
.footer-banner > div img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .post_row.reverse {
    flex-direction: row-reverse;
  }
}

/*# sourceMappingURL=common.css.map */
