.list_card ._popIn_recommend_container {
  padding: 0;
  margin: 10px 0;
  position: relative;
  font-family: inherit;
}
.list_card ._popIn_recommend_container ._popIn_recommend_art_title {
  margin: 15px 15px 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 839px) {
  .list_card ._popIn_recommend_container ._popIn_recommend_art_title {
    font-size: 12px;
    max-height: 50.4px;
  }
}
.list_card ._popIn_recommend_container ._popIn_recommend_art_date {
  color: #999;
  font-size: 10px;
  display: block;
  font-weight: normal;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 15px 15px;
  max-width: 100%;
  text-overflow: ellipsis;
}
.list_card ._popIn_recommend_container ._popIn_recommend_art_author {
  display: none;
}
.list_card ._popIn_recommend_container ._popIn_recommend_articles {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.list_card ._popIn_recommend_container ._popIn_recommend_articles ._popIn_recommend_art_img_inner {
  opacity: 1;
}
.list_card ._popIn_recommend_container ._popIn_recommend_art_img {
  width: 100%;
  margin: 0;
  background: #f2f2f2;
  transition: inherit;
  position: relative;
  float: none;
}
.list_card ._popIn_recommend_container ._popIn_recommend_art_img:before {
  padding-top: 105%;
  content: "";
  display: block;
}
.list_card ._popIn_recommend_container ._popIn_recommend_art_img > * {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  padding: 0px;
}
.list_card ._popIn_recommend_container ._popIn_infinite_page {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_card ._popIn_recommend_container ._popIn_infinite_page > * {
  width: calc((100% - 30px) / 3);
  margin: 0 0 15px;
  display: inline-block;
  padding: 0;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 450px) {
  .list_card ._popIn_recommend_container ._popIn_infinite_page > * {
    width: calc((100% - 10px) / 2);
    margin: 0 0 10px;
  }
}
.list_card ._popIn_recommend_container ._popIn_infinite_page > * a {
  text-decoration: none !important;
  color: #000;
}

a.no-link {
  display: none;
}

.single-top-mv-wrap {
  padding-top: 93px;
}
@media screen and (max-width: 839px) {
  .single-top-mv-wrap .container {
    padding: 0;
  }
}

.single-top-mv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 550px;
}
@media screen and (max-width: 839px) {
  .single-top-mv {
    height: 413px;
  }
}

.single-recommend .box-wrap {
  padding: 0px;
  background-color: #ffffff;
  padding: 10px;
}
@media screen and (max-width: 839px) {
  .single-recommend .box-wrap p {
    font-size: 12px;
  }
}
.single-recommend .box-wrap .logo-wrap {
  display: flex;
  justify-content: flex-end;
}
.single-recommend .box-wrap .logo-wrap > p {
  margin-right: 10px;
  color: #999999;
}
.single-recommend time {
  font-size: 12px;
}
.single-recommend .recommend-inbox.colum-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single-recommend .recommend-inbox.colum-3 li {
  width: 32%;
  margin: 0 3px 20px 3px;
}
@media screen and (max-width: 839px) {
  .single-recommend .recommend-inbox.colum-3 li {
    width: 46%;
  }
}
.single-recommend .recommend-inbox.colum-3 li img {
  width: 100%;
}
.single-recommend .recommend-inbox.colum-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single-recommend .recommend-inbox.colum-4 li {
  width: 24%;
  margin: 0 3px 20px 3px;
}
@media screen and (max-width: 839px) {
  .single-recommend .recommend-inbox.colum-4 li {
    width: 46%;
  }
}
.single-recommend .recommend-inbox.colum-4 li img {
  width: 100%;
}
.single-recommend .inner {
  width: 100%;
  background-size: cover;
}
.single-recommend .inner::before {
  content: "";
  display: block;
  padding-top: 105%;
}
.single-recommend .auth-recommend-title {
  margin: 10px 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  min-height: 30px;
  font-weight: bold;
  line-height: 1.5;
}
.single-recommend .excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  width: 100%;
}
.single-recommend p {
  font-size: small;
  line-height: 1.1;
}
.single-recommend .single-csts-inbox + p {
  text-align: right;
}

.section-post > .post-contents a {
  color: #dd5189;
  text-decoration: underline;
}

.section-post-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 839px) {
  .section-post-title {
    font-size: 24px;
  }
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.pageNation {
  margin: 50px 0;
  width: 100%;
  position: relative;
  display: inline-block;
}
.pageNation li {
  width: 50%;
  padding: 5px 0;
}
.pageNation li.no-link {
  opacity: 0.4;
}
.pageNation li:nth-child(2) {
  border-left: 1px solid #ccc;
}
.pageNation li.next {
  left: 0;
  padding-right: 15px;
}
.pageNation li.prev {
  right: 0;
  padding-left: 15px;
}
.pageNation li .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
  color: #c4649c;
  word-break: break-all;
}
.pageNation li .arrow {
  display: block;
  margin-top: 10px;
  color: #292929;
}
.pageNation li.prev .arrow {
  text-align: right;
}
.pageNation li li .arrow span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.pageNation li.next .arrow::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 50%;
  background: url("/wp-content/themes/otomejuku/img/common/icn_arrow_l.png") center/9px auto no-repeat #f2f2f4;
}
.pageNation li.prev .arrow::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border-radius: 50%;
  background: url("/wp-content/themes/otomejuku/img/common/icn_arrow_r.png") center/9px auto no-repeat #f2f2f4;
}

.post-profile {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 18px;
}
@media screen and (max-width: 839px) {
  .post-profile {
    margin-top: 10px;
    flex-wrap: wrap;
  }
}
.post-profile li {
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 839px) {
  .post-profile li {
    font-size: 10px;
  }
}
.post-profile li p, .post-profile li time {
  font-size: 16px;
}
@media screen and (max-width: 839px) {
  .post-profile li p, .post-profile li time {
    font-size: 12px;
  }
}
.post-profile li.post-profile-img {
  margin-right: 20px;
}
@media screen and (max-width: 839px) {
  .post-profile li.post-profile-img {
    font-size: 20px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 839px) {
  .post-profile li.post-profile-name {
    font-size: 14px;
    margin-right: 0;
  }
}
.post-profile li.grow {
  flex-grow: 1;
  flex-basis: 8px;
}
.post-profile li.post-profile-date {
  gap: 8px;
}
@media screen and (max-width: 839px) {
  .post-profile li.post-profile-date img {
    width: 11px;
    height: auto;
  }
}
.post-profile li.credit {
  gap: 8px;
  margin-left: 16px;
}
@media screen and (max-width: 839px) {
  .post-profile li.credit img {
    width: 11px;
    height: auto;
  }
}
@media screen and (max-width: 839px) {
  .post-profile li:nth-child(4) img {
    width: 11px;
    height: auto;
  }
}
.post-profile li:nth-child(4) p {
  margin-left: 10px;
  line-height: 1;
}
@media screen and (max-width: 839px) {
  .post-profile li:nth-child(4) p {
    margin-left: 5px;
  }
}

.post-profile-name__a {
  margin-left: 24px;
  color: #DB66D2 !important;
  text-decoration: underline !important;
}
@media screen and (max-width: 839px) {
  .post-profile-name__a {
    margin-left: 12px;
    font-size: 10px;
  }
}

.post-profile-img span {
  width: 52px;
  height: 52px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
@media screen and (max-width: 839px) {
  .post-profile-img span {
    width: 35px;
    height: 35px;
  }
}

.sp .name, .sp .prof-image {
  text-align: center;
}
.sp .name {
  border-left: 0px;
  margin: 0;
  font-size: 25px;
  color: #dd5189;
}
.sp .prof-image img {
  box-shadow: none;
  width: 128px;
  height: 128px;
}

.prof-cats {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
}
@media screen and (max-width: 839px) {
  .prof-cats {
    padding: 10px;
  }
}
.prof-cats.sp {
  border: solid;
  border-color: #D98BB9;
}
.prof-cats.sp p.mt-10 {
  margin-bottom: 0;
}
.prof-cats .hot-word-list li {
  margin-right: 14px;
}
@media screen and (max-width: 839px) {
  .prof-cats .hot-word-list li {
    margin-bottom: 5px;
  }
}
.prof-cats .hot-word-list li a {
  font-size: 14px;
}
/*# sourceMappingURL=news-single.css.map */
