@charset "UTF-8";
.radio-child {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
}
.radio-child p {
  margin: 50px auto;
}

.section-title2 {
  margin-top: 50px;
}
.section-title2 .section-title__explanation {
  font-size: 16px;
}

.custom_like-btn {
  border: 0 !important;
}

.news__content0 a,
.news__content0 .speaker {
  display: flex;
  margin-bottom: 40px;
}
.news__content0 a .news__item-img,
.news__content0 .speaker .news__item-img {
  padding-right: 20px;
}
.news__content0 a .news__item-img img,
.news__content0 .speaker .news__item-img img {
  width: 130px;
  min-width: 150px;
  padding-left: 0;
  border-radius: 50%;
}
.news__content0 a .news__item-details,
.news__content0 .speaker .news__item-details {
  flex-grow: 1;
}
.news__content0 a .news__item-details .news__item-category,
.news__content0 .speaker .news__item-details .news__item-category {
  width: 100%;
}
.news__content0 a .news__item-title,
.news__content0 .speaker .news__item-title {
  font-size: 20px;
  margin: 10px 0;
}
.news__content0 a .title,
.news__content0 .speaker .title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
}
.news__content0 a .title .channel,
.news__content0 .speaker .title .channel {
  text-decoration: underline;
  font-weight: 800;
  font-size: 24px;
  padding-right: 15px;
}
.news__content0 a .title .good,
.news__content0 a .title .posts,
.news__content0 .speaker .title .good,
.news__content0 .speaker .title .posts {
  font-size: 14px;
  color: #939393;
  line-height: 150%;
}
.news__content0 a .title .posts,
.news__content0 .speaker .title .posts {
  padding-right: 15px;
}
.news__content0 a .info p,
.news__content0 .speaker .info p {
  margin: 10px 0;
  line-height: 150%;
  font-size: 16px;
}
.news__content0 .sns {
  display: flex;
}
.news__content0 .sns a {
  padding-right: 15px;
}
.news__content0 .sns img {
  width: 50px;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.nate {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  margin-bottom: 100px;
}
.nate .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.nate .page-numbers:hover {
  background-color: #f0f0f0;
  border-color: #888;
}
.nate .page-numbers.current {
  background-color: #333;
  color: #fff;
  border-color: #333;
  cursor: default;
}
.nate .page-numbers.dots {
  background: none;
  border: none;
  color: #666;
  cursor: default;
}
.nate .page-numbers.prev, .nate .page-numbers.next {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #f9f9f9;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
.nate .page-numbers.prev:hover, .nate .page-numbers.next:hover {
  background-color: #ddd;
}

.custom_like--liked {
  border: 0 !important;
}

.custom_like-btn:disabled {
  background: transparent !important;
}

.news__content0 .speaker .title .good-box span {
  display: inline !important;
}

.news__content0 .speaker .title .good {
  display: inline;
}

.news__content0 .speaker .title .good-box .custom_like-btn ~ span {
  display: none !important;
}

/*
.custom_like-count {
    &:before {
        background: none !important;
        content: "いいね！ ❤︎  " !important;
        left: -50% !important;
        width: 120px !important;
        height: auto !important;
        top: auto !important;
        bottom: -1.5px !important;
        transform: translateX(-50%) translateY(0%) !important;
    }
}*/
/*
.wpulike {
    display: inline !important;
    padding: 0 !important;
    vertical-align: baseline;
}

.wpulike button.wp_ulike_btn {
    display: inline-flex !important;
}

.wpulike-heart .wp_ulike_general_class {
    box-shadow: none !important;
    padding: 0 !important;
    padding: 0 !important;
    color: #939393 !important;
}

.wpulike-heart .wp_ulike_general_class {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 100% !important;
    align-items: baseline !important;
}

.wpulike-heart .wp_ulike_put_image:after {
    background: none !important;
    content: "いいね！ ❤︎" !important;
    left: -50% !important;
    width: 120px !important;
    height: auto !important;
    top: auto !important;
    bottom: -1.5px !important;
    transform: translateX(-50%) translateY(0%) !important;
}*/
.front-content__sidebar .side-box {
  border: 0 !important;
}

@media screen and (max-width: 700px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .news__content0 a .news__item-img img,
  .news__content0 .speaker .news__item-img img {
    min-width: 100px;
  }
}/*# sourceMappingURL=radio.css.map */