@charset "UTF-8";
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

a {
  color: inherit;
}

a,
button {
  cursor: pointer;
}

i,
em {
  font-style: normal;
}

h1, h2, h3, h4 {
  font-size: inherit;
}

.learning-interview {
  color: #0C59AB;
}

.learning-interview-vol {
  border-bottom: 3px solid #ADE0FC;
}

.special-interview {
  color: #2B7A11;
}

.special-interview-vol {
  border-bottom: 3px solid #A7F06F;
}

.group-activity {
  color: #953F00;
}

.group-activity-vol {
  border-bottom: 3px solid #FEC52E;
}

.newarticle {
  width: 100%;
}
.newarticle-item {
  -o-object-fit: cover;
     object-fit: cover;
  background: linear-gradient(160deg, #fff4de 0%, #fff7f7 100%);
}
.newarticle-item .container {
  max-width: unset !important;
  margin-right: unset !important;
  margin-left: unset !important;
}
.newarticle-item-inner {
  margin-right: 0;
  padding: 40px 80px 40px 0;
  padding-left: calc(50vw - 480px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .newarticle-item-inner {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .newarticle-item-inner {
    padding: 40px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.newarticle-item-img {
  width: 40%;
  aspect-ratio: 10/11;
  margin-right: 40px;
  border: 8px solid #fff;
  border-radius: 40px;
  box-shadow: 0 10px 20px rgba(239, 174, 108, 0.5);
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .newarticle-item-img {
    width: 80%;
    margin: 0 auto;
  }
}
.newarticle-item-img.no_img {
  background-color: #ccc;
  background-image: url("../img/img_nowprinting.jpg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}
.newarticle-item-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.newarticle-item-text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .newarticle-item-text {
    margin-top: 40px;
  }
}
.newarticle-item-text .info .num {
  flex: 1;
  padding: 5px 20px 8px 0;
  margin-right: 15px;
  border-right: 1px solid;
  border-color: rgba(133, 55, 0, 0.5);
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.newarticle-item-text .info .vol {
  font-size: 18px;
  border-bottom: 4px solid;
  border-color: rgba(133, 55, 0, 0.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}
.newarticle-item-text .desc {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .newarticle-item-text .desc {
    margin-bottom: 16px;
  }
}
.newarticle-item-text .desc em {
  background: linear-gradient(transparent 10%, #fff 10%);
}
.newarticle-item-text .ttl {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .newarticle-item-text .ttl {
    font-size: 16px;
  }
}
.newarticle-item-text .ttl small {
  margin-bottom: 0.25em;
  font-size: 0.85em;
}
.newarticle-item-text .ttl em {
  font-size: 2em;
  font-weight: 700;
}
.newarticle-item-text .chap {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .newarticle-item-text .chap {
    margin-bottom: 6px;
  }
}
.newarticle-item-text .day {
  color: #737373;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .newarticle-item-text .day {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .newarticle-item-text .day_sp_container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
}
.newarticle-item-text .day_sp_container .day {
  display: none;
}
@media screen and (max-width: 767px) {
  .newarticle-item-text .day_sp_container .day {
    display: block;
    margin-top: 4px;
  }
}
.newarticle-item-text .tags {
  margin-top: 10px;
}
.newarticle-item[data-type=obog] {
  background: linear-gradient(160deg, #d7ebfe 0%, #cef6ff 100%) !important;
}
.newarticle-item[data-type=obog] .newarticle-item-img {
  box-shadow: 0 10px 20px rgba(107, 151, 211, 0.3);
}
.newarticle-item[data-type=obog] .newarticle-item-text .info .num, .newarticle-item[data-type=obog] .newarticle-item-text .info .vol {
  border-color: rgba(12, 89, 171, 0.3);
}
.newarticle-item[data-type=obog] .newarticle-item-text .chap {
  color: #0c59ab;
}
.newarticle-item[data-type=special] {
  background: linear-gradient(160deg, #f1ffe6 0%, #ffffdb 100%) !important;
}
.newarticle-item[data-type=special] .newarticle-item-img {
  box-shadow: 0 10px 20px #c2e0aa;
}
.newarticle-item[data-type=special] .newarticle-item-text .info .num, .newarticle-item[data-type=special] .newarticle-item-text .info .vol {
  border-color: rgba(45, 128, 0, 0.3);
}
.newarticle-item[data-type=special] .newarticle-item-text .chap {
  color: #2d8000;
}
.newarticle .slick-list {
  padding: 0 12% 0 0;
}
@media screen and (max-width: 800px) {
  .newarticle .slick-list {
    padding: 0;
  }
}
.newarticle .slick-track {
  display: flex;
}
.newarticle .slick-slide {
  height: auto !important;
  width: 100% !important;
}
.newarticle .slick-arrow {
  width: 60px;
  height: 60px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  display: block;
  background-color: #fff;
  background-image: url("../img/icon/arrow-chevron_r_blue.svg");
  background-position: left 55% center;
  background-size: 20%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .newarticle .slick-arrow {
    top: calc(50% - 23px);
    width: 46px;
    height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .newarticle .slick-arrow {
    top: 22%;
  }
}
.newarticle .slick-prev {
  transform: translateY(-50%) rotate(-180deg);
  /* left: calc(12% - 60px/2); */
  left: calc(50vw - 510px);
}
@media screen and (max-width: 800px) {
  .newarticle .slick-prev {
    left: 10px;
  }
}
.newarticle .slick-next {
  right: calc(12% - 30px);
}
@media screen and (max-width: 800px) {
  .newarticle .slick-next {
    right: 10px;
  }
}

.article-heading {
  font-size: 28px;
  font-weight: 700;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 33px;
  color: #0C59AB;
}
@media screen and (max-width: 767px) {
  .article-heading {
    margin-bottom: 20px;
  }
}

.kumonnow .recommended-articles .container {
  width: 100%;
}

.top_article {
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_article {
    padding-top: 2rem;
  }
}
.top_article header {
  margin-top: 120px;
  margin-bottom: 50px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  font-size: 1.5em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_article header {
    margin-top: 0;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top_article header h2 {
    font-size: 1.125rem;
    margin-top: 55px;
    white-space: nowrap;
  }
}
.top_article header em {
  margin-bottom: 10px;
  font-size: 1.75em;
  display: block;
}
@media screen and (max-width: 767px) {
  .top_article header em {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top_article header .txt-r {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .top_article header .txt-r em {
    font-size: 1.25rem;
  }
}
.top_article .more {
  margin: 0 auto 20px;
}
.top_article[data-type=obog] {
  background-image: url("../img/top/img-article_area-obog.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
@media screen and (max-width: 767px) {
  .top_article[data-type=obog] {
    background-size: 70%;
  }
}
.top_article[data-type=obog] header {
  color: #0c59ab;
}
.top_article[data-type=obog] .article_area-item .num {
  color: #212121;
  border-bottom: 3px solid #ADE0FC;
  margin-bottom: 10px;
  font-size: 0.8rem;
}
.top_article[data-type=obog] .article_area-item .desc em {
  color: #0c59ab;
}
.top_article[data-type=special] {
  background-image: url("../img/top/img-article_area-special_left.png"), url("../img/top/img-article_area-special_right.png");
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-size: 51%, 18%;
}
.top_article[data-type=special] header {
  color: #2d8000;
}
.top_article[data-type=special] .article_area-item .num {
  color: #212121;
  font-size: 0.8rem;
  border-bottom: 3px solid #A7F06F;
  margin-bottom: 10px;
}
.top_article[data-type=special] .article_area-item .links .btn_02 span {
  color: #27650D;
}
.top_article[data-type=special] .article_area-item .num {
  color: #212121;
}
.top_article[data-type=special] .article_area-item .desc em {
  color: #2d8000;
}
.top_article[data-type=topics] {
  padding-bottom: 180px;
  background-image: url("../img/top/img-article_area-topic_left.png"), url("../img/top/img-article_area-topic_right.png"), url("../img/top/img-article_area_bottom.png");
  background-position: top left, top right, left bottom;
  background-repeat: no-repeat;
  background-size: 50%, 18%, 100%;
}
.top_article[data-type=topics] header {
  color: #853700;
}
.top_article[data-type=topics] .article_area-list {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .top_article[data-type=topics] .article_area-list {
    width: 80% !important;
  }
}
.top_article[data-type=topics] .article_area-item .num {
  border-bottom: 3px solid #FEC52E;
}
.top_article[data-type=topics] .article_area-item .links .btn_02 span {
  color: #84370C;
}
.top_article[data-type=topics] .cat {
  color: #84370C;
}
.top_article[data-type=topics] .article_area-item .num {
  color: #212121;
  font-size: 0.8rem;
}
.top_article[data-type=topics] .article_area-item .desc em {
  color: #853700;
}
.top_article .slick-list {
  padding: 20px 0;
  overflow: initial;
}
.top_article .slick-track {
  display: flex;
}
.top_article .slick-slide {
  height: auto !important;
}
.top_article .slick-arrow {
  width: 60px;
  height: 60px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 10px 15px rgba(107, 151, 211, 0.2);
  background-color: #fff;
  background-image: url("../img/icon/arrow-chevron_r_blue.svg");
  background-position: left 55% center;
  background-size: 20%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.top_article .slick-prev {
  left: calc(12% - 30px);
  transform: translateY(-50%) rotate(-180deg);
}
.top_article .slick-next {
  right: calc(12% - 30px);
}

.top_article.related-article .slick-list {
  padding: 0 calc(12% - 15px) 0 0 !important;
  margin-right: calc(50% - 50vw);
}

.top_article[data-type=obog].related-article {
  background-image: none;
}

.temporary-message {
  margin-top: 80px;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .temporary-message {
    margin-top: 50px;
  }
}
.temporary-message .btn_01 {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #212121;
  background-image: none;
}
@media screen and (max-width: 767px) {
  .temporary-message .btn_01 {
    font-size: 12px;
    padding: 1em;
  }
}
.temporary-message .btn_01 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .temporary-message .btn_01 .inner {
    flex-direction: column;
    justify-content: center;
  }
}
.temporary-message .btn_01 .btn_arrow-circle {
  color: #0c59ab;
  position: relative;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .temporary-message .btn_01 .btn_arrow-circle {
    margin-top: 0.5em;
  }
}
.temporary-message .btn_01 .btn_arrow-circle::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/kumonnow/wp/wp-content/themes/kumonnow_2023/img/icon/icon_relation-title_circle-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 8.5px);
  right: 0;
}

.archive_header {
  padding: 40px 0;
  color: #0c59ab;
}
@media screen and (max-width: 767px) {
  .archive_header {
    padding: 40px 0;
  }
}
.archive_header-ttlbox {
  padding: 30px 40px;
  line-height: 1.5;
  border-radius: 30px;
  background-color: #fff;
}
.archive_header h2 {
  font-size: 1.75em;
}
.archive_header h2.tag {
  padding-left: 1.1em;
  background-image: url("../img/icon/icon-tag_blue.svg");
  background-repeat: no-repeat;
  background-size: 0.8em;
  background-position: top 0.45em left;
}
.archive_header-count {
  margin-top: 5px;
}

.ranking {
  padding: 100px 0 118px 0;
  background-color: #fef4b6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ranking {
    padding: 70px 0 35px 0;
  }
}
.ranking-contets {
  max-width: 1230px;
  width: 92%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ranking-contets {
    width: 100%;
    /* padding: 0 20px; */
    padding: 0 12px;
  }
}
.ranking .ranking-item-inner {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .ranking .ranking-item-inner {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .ranking .ranking-item-inner .ranking-item-image figure {
    max-width: 190px;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.ranking .ranking-item-inner .ranking-item-desc {
  width: 100%;
}
.ranking h2 {
  padding: 20px 0;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .ranking h2 {
    font-size: 0.875rem;
  }
}
.ranking h2::before {
  content: "";
  width: 187px;
  height: 187px;
  border-radius: 50%;
  background-color: #fef4b6;
  background-image: url("../img/top/img-ranking_ttl.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90px auto;
  position: absolute;
  top: -93.5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ranking h2.container {
    display: flex;
    flex-direction: column;
  }
}
.ranking h2 em {
  font-size: 3.5em;
}
@media screen and (max-width: 767px) {
  .ranking h2 em {
    font-size: 2.875rem;
  }
}
.ranking-tab_group {
  display: flex;
  justify-content: space-between;
}
.ranking-tab {
  width: calc(50% - 10px);
  padding: 0.5em 30px;
  color: #fff;
  font-size: 1.15em;
  font-weight: 700;
  text-align: center;
  border-radius: 30px 30px 0 0;
  background-color: #0c59ab;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ranking-tab {
    width: calc(50% - 3px);
    font-size: 1rem;
  }
}
.ranking-tab.is-active {
  color: #0c59ab;
  background-color: #fff;
  cursor: default;
}
.ranking-panel_group {
  padding: 80px 20px;
  border-radius: 60px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .ranking-panel_group {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 0 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .ranking-panel_group {
    /* padding: 20px; */
    padding: 5%;
    border-radius: 0 0 20px 20px;
  }
}
.ranking-list {
  display: flex;
  flex-wrap: wrap;
  counter-reset: num 0;
}
@media screen and (max-width: 767px) {
  .ranking-list {
    flex-direction: column;
  }
}
.ranking-item {
  width: calc(33.3333333333% - 20px);
  padding-top: 40px;
  margin-right: 30px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ranking-item {
    width: 100%;
  }
}
.ranking-item::before {
  content: "";
  width: 2.3em;
  height: 2.3em;
  border-radius: 50%;
  background-image: url("../img/icon/icon-crown_wht.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ranking-item::before {
    width: 28px;
    height: 28px;
    background-size: 64%;
    top: 6px;
  }
}
.ranking-item::after {
  content: "No." counter(num);
  counter-increment: num 1;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #6C9A15;
  font-size: 2em;
  font-weight: 700;
  font-family: "Fredoka", sans-serif;
  line-height: 1;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 37px auto;
  position: absolute;
  top: 0;
  left: 0;
}
.ranking-item figure {
  width: 100%;
  /* width: 300px; */
  /* aspect-ratio: 5/6; */
  aspect-ratio: 10/11;
  margin-bottom: 15px;
  border: 8px solid #fff;
  border-radius: 40px;
  box-shadow: 0 10px 15px rgba(107, 151, 211, 0.2);
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ranking-item figure {
    width: auto;
    border-radius: 20px;
  }
}
.ranking-item section {
  margin: 0 !important;
  flex: 1;
  font-size: 0.85em;
}
.ranking-item .num {
  font-weight: 900;
  display: inline-block;
}
.ranking-item .num p {
  font-size: 1.25em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .ranking-item .num p {
    font-size: clamp(10px, 4vw, 13px);
  }
}
.ranking-item .desc {
  margin-bottom: 10px;
  font-weight: 700;
  margin-top: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .ranking-item .desc {
    font-size: 0.875rem;
  }
}
.ranking-item .ttl {
  padding: 20px 0 50px 0;
  line-height: 1.5;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ranking-item .ttl {
    padding: 0;
    margin: 10px 0;
    font-size: 1.125rem;
  }
}
.ranking-item .ttl .name {
  display: inline;
}
.ranking-item .ttl em {
  font-size: 1.5em;
  font-weight: 700;
}
.ranking-item .day {
  font-size: 0.8em;
  line-height: 1;
  opacity: 0.5;
  margin-right: 10px;
}
.ranking-item .links {
  display: flex;
}
.ranking-item .links .day {
  margin-bottom: 3px;
}
.ranking-item .links .btn {
  max-width: 120px;
  width: 100%;
  margin-right: 10px;
}
.ranking-item:nth-child(3n+2) {
  margin-right: 0;
}
.ranking-item:nth-child(1), .ranking-item:nth-child(2) {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ranking-item:nth-child(1), .ranking-item:nth-child(2) {
    margin: 0;
    margin-bottom: 50px;
  }
}
.ranking-item:nth-child(1) .ranking-item-inner, .ranking-item:nth-child(2) .ranking-item-inner {
  /* gap: 40px; */
  gap: 0;
}
@media screen and (max-width: 767px) {
  .ranking-item:nth-child(1) .ranking-item-inner, .ranking-item:nth-child(2) .ranking-item-inner {
    gap: 0;
  }
}
.ranking-item:nth-child(1) .ranking-item-inner .ranking-item-image, .ranking-item:nth-child(2) .ranking-item-inner .ranking-item-image {
  width: 40%;
  padding-right: 40px;
  /* figure {
  width: 380px;
  } */
}
@media screen and (max-width: 767px) {
  .ranking-item:nth-child(1) .ranking-item-inner .ranking-item-image, .ranking-item:nth-child(2) .ranking-item-inner .ranking-item-image {
    width: 100%;
    padding-right: 0;
  }
}
.ranking-item:nth-child(1) .ranking-item-inner .ranking-item-desc, .ranking-item:nth-child(2) .ranking-item-inner .ranking-item-desc {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .ranking-item:nth-child(1) .ranking-item-inner .ranking-item-desc, .ranking-item:nth-child(2) .ranking-item-inner .ranking-item-desc {
    width: 100%;
  }
}
.ranking-item:nth-child(1) > a, .ranking-item:nth-child(2) > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ranking-item:nth-child(1) > a, .ranking-item:nth-child(2) > a {
    flex-direction: column;
  }
}
.ranking-item:nth-child(1) .sp-part, .ranking-item:nth-child(2) .sp-part {
  display: none;
}
@media screen and (max-width: 767px) {
  .ranking-item:nth-child(n+3) a {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .ranking-item:nth-child(n+3) a figure {
    /* width: 100px;
    height: 100px; */
    /* width: 130px; */
    width: 100px;
  }
}
.ranking-item:nth-child(n+3) .ranking-item-inner {
  display: block;
}
@media screen and (max-width: 767px) {
  .ranking-item:nth-child(n+3) .ranking-item-inner {
    display: flex;
    flex-direction: initial;
  }
}
@media screen and (max-width: 767px) {
  .ranking-item:nth-child(n+3) .ranking-item-inner .ranking-item-desc {
    margin-left: 15px;
  }
}
.ranking-item:nth-child(n+3) .ranking-item-inner .category {
  font-size: clamp(10px, 3.5vw, 13px);
}
.ranking-item:nth-child(n+3) .ranking-item-inner .desc {
  font-size: 14px;
}
.ranking-item:nth-child(n+3) .ranking-item-inner .ttl {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .ranking-item:nth-child(n+3) .ranking-item-inner .ttl {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ranking-item:nth-child(n+3) .ranking-item-inner .capter-part {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ranking-item:nth-child(n+3) .ranking-item-inner .tags {
    display: none;
  }
}
.ranking-item:nth-child(1)::after, .ranking-item:nth-child(2)::after, .ranking-item:nth-child(3)::after {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .ranking-item:nth-child(1)::after, .ranking-item:nth-child(2)::after, .ranking-item:nth-child(3)::after {
    padding-left: 40px;
  }
}
.ranking-item:nth-child(1)::before {
  background-color: #d5a300;
}
.ranking-item:nth-child(1)::after {
  color: #d5a300;
}
.ranking-item:nth-child(2)::before {
  background-color: #648c95;
}
.ranking-item:nth-child(2)::after {
  color: #648c95;
}
.ranking-item:nth-child(3)::before {
  background-color: #b4784b;
}
.ranking-item:nth-child(3)::after {
  color: #b4784b;
}
.ranking-item[data-type=obog] .num {
  display: inline-block;
  border-bottom: 3px solid #ADE0FC;
}
.ranking-item[data-type=obog] .desc em {
  color: #0c59ab;
}
.ranking-item[data-type=obog] .capter-part .capter {
  color: #0C59AB;
}
.ranking-item[data-type=topics] .num {
  border-bottom: 3px solid #FEC52E;
}
.ranking-item[data-type=topics] .desc em {
  color: #853700;
}
.ranking-item[data-type=topics] .capter-part .cat {
  color: #84370C;
}
.ranking-item[data-type=special] .num {
  border-bottom: 3px solid #A7F06F;
}
.ranking-item[data-type=special] .desc em {
  color: #2d8000;
}
.ranking-item[data-type=special] .capter-part .capter {
  color: #27650D;
}

.capter-part {
  background-image: linear-gradient(to right, #C3C3C3 3px, transparent 3px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  display: block;
  padding-top: 12px;
  margin-bottom: 20px;
}
.capter-part .capter-part-inner {
  padding-bottom: 15px;
  width: 100%;
  background-image: url(/kumonnow/wp/wp-content/uploads/2023/05/relation-title-icon2.svg);
  background-repeat: no-repeat;
  background-position: right top 0em;
  display: block;
  position: relative;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.capter-part .capter,
.capter-part .cat {
  /* line-height: 1;
  margin-right: 2rem; */
  font-weight: 700;
  position: relative;
}

.sp-part {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-part {
    display: block;
  }
}

.external {
  padding: 5% 2%;
  border-top: 3px solid #80D3FB;
}
.external-contants {
  display: flex;
}
@media screen and (max-width: 767px) {
  .external-contants {
    flex-direction: column;
  }
}
.external .fb-page {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .external .fb-page {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
.external .fb-page iframe {
  width: 100% !important;
}
.external-list {
  width: 50%;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .external-list {
    width: 90%;
    margin: 0 auto;
  }
}
.external-item a {
  width: 90%;
  background-color: #fff;
  border-radius: 40px;
  border: 10px solid #fff;
  box-shadow: 0 10px 15px rgba(107, 151, 211, 0.2);
  display: block;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .external-item a {
    margin: 0 auto;
    max-width: 500px;
  }
}
.external-item a img {
  width: 100%;
  transition: all 0.3s;
}
.external-item a:hover {
  box-shadow: 0 1px 1px rgba(107, 151, 211, 0.2);
}
.external-item a:hover img {
  transform: scale(1.1);
}
.external-item:not(:last-child) {
  margin-bottom: 20px;
}

.search_tag-contents {
  position: relative;
}
.search_tag-contents .tag_wrap {
  max-height: 280px;
  margin-bottom: 30px;
  padding: 50px 40px 130px;
  border-radius: 30px;
  background-color: #f4f9fd;
  overflow: hidden;
  transition: all 1s;
}
.search_tag-contents .tag_wrap::before {
  content: "";
  width: 100%;
  height: 150px;
  background: linear-gradient(transparent 0%, #fff 61.87%, #fff 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
}
.search_tag-contents .tag_wrap.open::before {
  display: none;
}
.search_tag-contents ul:not(:last-child) {
  margin-bottom: 50px;
}
.search_tag-contents .tag {
  margin-top: 8px;
  margin-right: 8px;
  font-size: 1.05em;
  background-color: #fff;
}
.search_tag-more {
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .search_tag-contents {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .search_tag-contents .tag_wrap {
    padding: 20px 20px 60px 20px;
  }
}

@media screen and (max-width: 767px) {
  .search_result .article_area-list {
    width: 100% !important;
  }
}
.search_result .article_area-list--row .article_area-item {
  padding: 8px 40px 8px 8px;
}
@media screen and (max-width: 767px) {
  .search_result .article_area-list--row .article_area-item {
    padding: 16px;
    padding-bottom: 24px;
  }
}
.search_result .article_area-list--row .article_area-item:not(:nth-child(3n)) {
  margin-right: unset;
}
.search_result .article_area-list--row .article_area-item .inner {
  display: grid;
  grid-template-columns: 25% auto;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .search_result .article_area-list--row .article_area-item .inner {
    grid-template-columns: 40% auto;
    gap: 0 10px;
  }
}
.search_result .article_area-list--row .article_area-item figure {
  grid-column: 1/2;
  grid-row: 1/3;
  aspect-ratio: 5/6;
  border-radius: 36px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .search_result .article_area-list--row .article_area-item figure {
    grid-column: 1;
    grid-row: 1;
    border-radius: 20px;
    /* margin-right: 10px; */
  }
}
.search_result .article_area-list--row .article_area-item figure.no_img {
  padding: 0;
  height: auto;
}
.search_result .article_area-list--row .article_area-item figure img {
  /* max-width: unset; */
  border-radius: 0;
  max-width: 100%;
  max-height: unset;
  -o-object-fit: contain;
     object-fit: contain;
}
.search_result .article_area-list--row .article_area-item .article_area-item_head {
  grid-column: 2/3;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .search_result .article_area-list--row .article_area-item .article_area-item_head {
    grid-column: 2;
    grid-row: 1;
  }
}
.search_result .article_area-list--row .article_area-item .article_area-item_desc {
  grid-column: 2/3;
  grid-row: 2;
}
@media screen and (max-width: 767px) {
  .search_result .article_area-list--row .article_area-item .article_area-item_desc {
    grid-column: 1/3;
    grid-row: 2;
  }
}
.search_result .article_area-list--row .article_area-item .num {
  font-size: 14px;
  border-bottom: 3px solid;
}
@media screen and (max-width: 767px) {
  .search_result .article_area-list--row .article_area-item .num {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.search_result .article_area-list--row .article_area-item[data-type=obog] .num {
  border-bottom: 3px solid #ADE0FC;
}
.search_result .article_area-list--row .article_area-item[data-type=special] .num {
  border-bottom: 3px solid #A7F06F;
}
.search_result .article_area-list--row .article_area-item[data-type=topics] .num {
  border-bottom: 3px solid #FEC52E;
}
.search_result .article_area-list--row .article_area-item .desc {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .search_result .article_area-list--row .article_area-item .desc {
    font-size: 12px;
    display: block;
  }
}
.search_result .search_highlight {
  background: #FFFF86;
}

.pagination {
  margin-top: 40px;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination ul.page-numbers {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pagination ul.page-numbers {
    gap: 8px;
  }
}
.pagination ul.page-numbers li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pagination ul.page-numbers li .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #DCF4FE;
  border-radius: 50%;
  transition: 0.4s;
}
.pagination ul.page-numbers li .page-numbers:hover {
  background-color: #0C59AB;
  color: #ffffff;
}
.pagination ul.page-numbers li .page-numbers.current {
  background-color: #0C59AB;
  color: #ffffff;
}
.pagination ul.page-numbers li .page-numbers.dots {
  background-color: unset;
}
.pagination ul.page-numbers li .page-numbers.dots:hover {
  background-color: unset;
}
.pagination ul.page-numbers li .page-numbers.next, .pagination ul.page-numbers li .page-numbers.prev {
  color: #0C59AB;
  background: unset;
  border-radius: unset;
  border-bottom: 1px solid;
  white-space: nowrap;
}

.search_tag .tags .tag {
  font-size: 1rem;
  background-color: #fff;
  margin: 0 0.5em 0.5em 0;
}
.search_tag-contents .tag_wrap.is-open {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.search_tag-contents .tag_wrap.is-open::before {
  opacity: 0;
}
.search_tag-contents ul:not(:last-child) {
  margin-bottom: 50px;
}
.search_tag-contents .tag {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .search_tag-contents {
    width: 100%;
    margin: 0;
  }
}

.article_area header {
  margin-top: 120px;
  margin-bottom: 50px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  font-size: 1.5em;
  line-height: 1;
}
.article_area header em {
  margin-bottom: 10px;
  font-size: 1.75em;
  display: block;
}
.article_area-item {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 15px;
  width: calc(33.3333333333% - 20px);
  font-size: 0.85em;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 10px 15px rgba(107, 151, 211, 0.2);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .article_area-item {
    width: 100%;
    margin: 15px 0;
    padding: 12px;
    border-radius: 20px;
  }
}
.article_area-item:not(:nth-child(3n)) {
  margin-right: 30px;
}
.article_area-item .inner {
  display: block;
}
@media screen and (max-width: 767px) {
  .article_area-item .article_area-item-heading {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .article_area-item a {
    display: flex;
  }
}
.article_area-item figure.no_img {
  height: 0;
  padding-top: 120%;
  background-color: #aaa;
}
@media screen and (max-width: 767px) {
  .article_area-item figure.no_img {
    height: auto;
    padding-top: 0;
    min-height: 100px;
    min-width: 100px;
  }
}
.article_area-item .links .btn_02 {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article_area-item .links .btn_02::before {
  background-image: linear-gradient(to right, #C3C3C3 3px, transparent 3px);
  background-size: 7px 7px;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-color: initial;
}
.article_area-item .links._contains-one .btn_02 {
  min-height: 100px;
  box-sizing: border-box;
  margin: 0;
  display: flex;
  align-items: flex-end;
}
.article_area-item section {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .article_area-item section {
    margin: 10px;
  }
}
.article_area-item .num {
  font-size: 1.3em;
  font-weight: 900;
  display: inline-block;
}
.article_area-item .ttl {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 1.1rem;
}
.article_area-item .ttl em {
  font-size: 1.5em;
}
.article_area-item .day {
  font-size: 0.8em;
  color: #737373;
}
.article_area-item .desc {
  min-height: 4.8em;
}
.article_area-item.new {
  position: relative;
}
.article_area-item.new::after {
  content: "NEW!";
  width: 70px;
  height: 30px;
  color: #0c59ab;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 22px;
  text-align: center;
  border: 4px solid #fff;
  border-radius: 30px;
  background-color: #fff736;
  display: block;
  position: absolute;
  top: -10px;
  left: -2px;
}
.article_area-item[data-type=obog] .num {
  color: #0c59ab;
}
.article_area-item[data-type=obog] .desc em {
  color: #0c59ab;
}
.article_area-item[data-type=special] .num {
  color: #2d8000;
}
.article_area-item[data-type=special] .desc em {
  color: #2d8000;
}
.article_area-item[data-type=topics] .num {
  color: #853700;
}
.article_area-item[data-type=topics] .desc em {
  color: #853700;
}
.article_area-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .article_area-list {
    flex-direction: column;
  }
}
.article_area-list--row .article_area-item {
  width: 100%;
}
.article_area-list--row .article_area-item .article_area-content {
  display: flex;
}
.article_area-list--row .article_area-item figure img {
  max-width: initial;
  width: auto;
  height: 100%;
  border-radius: 36px;
  max-width: 150px;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .article_area-list--row .article_area-item figure img {
    border-radius: 35px;
    max-width: 120px;
    max-height: 120px;
  }
}
.article_area-list--row .article_area-item .sp-desc {
  display: none;
}
@media screen and (max-width: 767px) {
  .article_area-list--row .article_area-item .sp-desc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .article_area-list--row .article_area-item .sp-desc .desc,
.article_area-list--row .article_area-item .sp-desc .day {
    display: block;
  }
}
.article_area-list--row .article_area-item section {
  margin: 20px 20px 20px 32px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .article_area-list--row .article_area-item section {
    margin: 0 0 0 10px;
  }
}
.article_area-list--row .article_area-item .ttl {
  font-size: 1.75em;
}
@media screen and (max-width: 767px) {
  .article_area-list--row .article_area-item .ttl {
    font-size: 1.4em;
  }
}
.article_area-list--row .article_area-item .desc {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 3px dotted #c3c3c3;
}
@media screen and (max-width: 767px) {
  .article_area-list--row .article_area-item .desc {
    display: none;
  }
}
.article_area-list--row .article_area-item .day {
  text-align: right;
  display: block;
}
@media screen and (max-width: 767px) {
  .article_area-list--row .article_area-item .day {
    display: none;
  }
}
.article_area-list--slider {
  display: block;
  flex-wrap: nowrap;
}
.article_area-list--slider .article_area-item {
  margin: 0 15px 0 0;
  /* min-width: 290px; */
  min-width: 300px;
}

.obog .entry-content table, .special .entry-content table {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #D7EBFE;
  display: block;
  padding: 80px 0;
  overflow-x: hidden;
}
.obog .entry-content table tbody, .special .entry-content table tbody {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.obog .entry-content table tbody p, .special .entry-content table tbody p {
  margin: 0;
}
.obog .entry-content table tbody tr, .special .entry-content table tbody tr {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .obog .entry-content table tbody tr, .special .entry-content table tbody tr {
    flex-direction: column;
  }
}
.obog .entry-content table tbody tr td, .special .entry-content table tbody tr td {
  display: block;
  font-size: 0.8rem !important;
  line-height: 1.6;
}
.obog .entry-content table tbody tr td img, .special .entry-content table tbody tr td img {
  border-radius: 40px;
}
.obog .entry-content table tbody tr td:first-child img, .special .entry-content table tbody tr td:first-child img {
  -o-object-fit: contain;
     object-fit: contain;
}
.obog .entry-content table tbody tr td:last-child, .special .entry-content table tbody tr td:last-child {
  border: 2px solid #0C59AB;
  border-radius: 20px;
  background-color: white;
  width: 100%;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .obog .entry-content table tbody tr td:last-child, .special .entry-content table tbody tr td:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}
.obog .entry-content table tbody tr td p:first-child, .special .entry-content table tbody tr td p:first-child {
  background-color: #E7F2F8;
  text-align: center;
  border-bottom: 2px solid #0C59AB;
  display: block;
  border-radius: 20px 20px 0 0;
  padding: 10px;
  line-height: 1.45;
  margin-bottom: 0 !important;
  font-size: 1.5rem !important;
}
@media screen and (max-width: 767px) {
  .obog .entry-content table tbody tr td p:first-child, .special .entry-content table tbody tr td p:first-child {
    font-size: 1.25rem !important;
  }
}
.obog .entry-content table tbody tr td p:nth-child(2), .special .entry-content table tbody tr td p:nth-child(2) {
  padding: 40px 40px 0 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .obog .entry-content table tbody tr td p:nth-child(2), .special .entry-content table tbody tr td p:nth-child(2) {
    padding: 1.5rem 1.5rem 0;
  }
}
.obog .entry-content table tbody tr td p:nth-child(3n), .special .entry-content table tbody tr td p:nth-child(3n) {
  padding: 0 40px 0 40px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .obog .entry-content table tbody tr td p:nth-child(3n), .special .entry-content table tbody tr td p:nth-child(3n) {
    padding: 0 1.5rem;
  }
}

.special .entry-content table {
  background-color: #F0F9E9;
}
.special .entry-content table tbody tr td:last-child {
  border: 2px solid #317F13;
}
.special .entry-content table tbody tr td p:first-child {
  background-color: #F0F9E9;
  border-bottom: 2px solid #317F13;
  color: #246600;
}

.article_area-item-heading figure {
  width: 100%;
  /* aspect-ratio: 10/11; */
  aspect-ratio: 6/7;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #EDEDED;
  background-color: rgba(237, 237, 237, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .article_area-item-heading figure {
    min-width: 120px;
    max-width: 120px;
  }
}
.article_area-item-heading figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.obog table strong {
  color: #0C59AB;
}

.category05 .article_area-item .desc span span {
  display: block;
}

.archive_header {
  background-color: rgba(237, 237, 237, 0.5);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .archive_header {
    margin: initial;
    width: 100%;
    padding: 1rem 0;
  }
}
.archive_header .archive_header_inner {
  padding: 0 20px;
}
.archive_header .container .archive_header-ttlbox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .archive_header .container .archive_header-ttlbox {
    padding: 20px;
  }
}
.archive_header .container .archive_header-ttlbox .tit {
  line-height: 1.45;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .archive_header .container .archive_header-ttlbox .tit {
    flex-direction: column;
    align-items: flex-start;
  }
}
.archive_header .container .archive_header-ttlbox .tit span {
  display: block;
}
.archive_header .container .archive_header-ttlbox .tit .tit-main {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .archive_header .container .archive_header-ttlbox .tit .tit-main {
    font-size: clamp(1rem, 8vw, 2rem);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 10px;
  }
}
.archive_header .container .archive_header-ttlbox .tit .tit-interview {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .archive_header .container .archive_header-ttlbox .tit .tit-interview {
    font-size: 16px;
  }
}
.archive_header .container .archive_header-ttlbox .catch {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .archive_header .container .archive_header-ttlbox .catch {
    font-size: 1rem;
  }
}
.archive_header .container .archive_header-ttlbox .catch strong,
.archive_header .container .archive_header-ttlbox .catch span {
  display: block;
}
@media screen and (max-width: 767px) {
  .archive_header .container .archive_header-ttlbox .catch strong,
.archive_header .container .archive_header-ttlbox .catch span {
    font-size: 3vw;
  }
}
.archive_header .container .archive_header-ttlbox .catch strong {
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.33;
  font-size: 1.5em;
  font-size: clamp(1rem, 5vw, 1.5em);
}
@media screen and (max-width: 767px) {
  .archive_header .container .archive_header-ttlbox .catch strong {
    margin: 0;
    /* font-size: 5vw; */
    line-height: 1;
  }
}
.archive_header .container .archive_header-ttlbox .catch span {
  font-weight: 700;
}
.archive_header .container .archive_header-ttlbox.origin .catch strong {
  margin-right: 0;
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .archive_header .container .archive_header-ttlbox.origin .catch {
    flex-direction: column;
  }
  .archive_header .container .archive_header-ttlbox.origin .catch strong {
    text-align: right;
  }
  .archive_header .container .archive_header-ttlbox.origin .catch span {
    text-align: right;
  }
}
.archive_header .container .archive_header-description {
  color: initial;
  margin: 28px 0 0 18px;
}
@media screen and (max-width: 767px) {
  .archive_header .container .archive_header-description {
    margin-top: 1em;
    font-size: 0.85rem;
    line-height: 1.6;
  }
}

.special .article_area,
.obog .article_area,
.topics .article_area {
  overflow: initial !important;
}
@media screen and (max-width: 767px) {
  .special .article_area,
.obog .article_area,
.topics .article_area {
    padding: 0;
  }
}
.special .titArea .tags,
.obog .titArea .tags,
.topics .titArea .tags {
  margin-top: 20px;
}
.special .top_article-contents,
.obog .top_article-contents,
.topics .top_article-contents {
  margin: 93px 0 75px 0;
}
@media screen and (max-width: 767px) {
  .special .top_article-contents,
.obog .top_article-contents,
.topics .top_article-contents {
    margin: 50px 0;
  }
}
.special .top_article-contents .article_area-list,
.obog .top_article-contents .article_area-list,
.topics .top_article-contents .article_area-list {
  max-height: 1775px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .special .top_article-contents .article_area-list,
.obog .top_article-contents .article_area-list,
.topics .top_article-contents .article_area-list {
    padding: 20px 0;
  }
}
.special .top_article-contents .article_area-list.is-open,
.obog .top_article-contents .article_area-list.is-open,
.topics .top_article-contents .article_area-list.is-open {
  max-height: initial;
}
@media screen and (max-width: 767px) {
  .special .top_article-contents .article_area-list .article_area-item:not(:first-child),
.obog .top_article-contents .article_area-list .article_area-item:not(:first-child),
.topics .top_article-contents .article_area-list .article_area-item:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .special .top_article-contents .article_area-list .article_area-item,
.obog .top_article-contents .article_area-list .article_area-item,
.topics .top_article-contents .article_area-list .article_area-item {
    width: 100%;
    margin: 0 auto;
  }
}
.special .cat_article-contents,
.obog .cat_article-contents,
.topics .cat_article-contents {
  margin: 60px 0 75px 0;
}
@media screen and (max-width: 767px) {
  .special .cat_article-contents,
.obog .cat_article-contents,
.topics .cat_article-contents {
    margin: 0 0;
    padding-top: 0;
  }
}
.special .cat_article-contents .article_area-list,
.obog .cat_article-contents .article_area-list,
.topics .cat_article-contents .article_area-list {
  /* width: 90%!important; */
  width: 95% !important;
}
@media screen and (max-width: 767px) {
  .special .cat_article-contents .article_area-list,
.obog .cat_article-contents .article_area-list,
.topics .cat_article-contents .article_area-list {
    width: 100% !important;
    padding: 0 0;
  }
}
.special .cat_article-contents .article_area-list .article_area-item,
.obog .cat_article-contents .article_area-list .article_area-item,
.topics .cat_article-contents .article_area-list .article_area-item {
  /* min-width: 290px; */
  min-width: 300px;
}
@media screen and (max-width: 1024px) {
  .special .cat_article-contents .article_area-list .article_area-item,
.obog .cat_article-contents .article_area-list .article_area-item,
.topics .cat_article-contents .article_area-list .article_area-item {
    min-width: unset;
  }
}
.special .cat_article-contents .article_area-list .article_area-item:not(:nth-child(3n)),
.obog .cat_article-contents .article_area-list .article_area-item:not(:nth-child(3n)),
.topics .cat_article-contents .article_area-list .article_area-item:not(:nth-child(3n)) {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .special .cat_article-contents .article_area-list .article_area-item:not(:nth-child(3n)),
.obog .cat_article-contents .article_area-list .article_area-item:not(:nth-child(3n)),
.topics .cat_article-contents .article_area-list .article_area-item:not(:nth-child(3n)) {
    margin: 1rem auto;
  }
}
@media screen and (max-width: 767px) {
  .special .cat_article-contents .article_area-list .article_area-item,
.obog .cat_article-contents .article_area-list .article_area-item,
.topics .cat_article-contents .article_area-list .article_area-item {
    width: 90%;
    margin: 1rem auto;
  }
}
.special .ranking,
.obog .ranking,
.topics .ranking {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

#mainCont {
  position: relative;
}
#mainCont .bg-icon {
  position: absolute;
  left: -84%;
  max-width: 977px;
  max-height: 891px;
  width: 100%;
}

.obog .titArea-desc .hen {
  color: #0C59AB;
}
.obog .profile .overview h2 {
  color: #0C59AB;
}
.obog .interview tbody .interview-desc .interview-desc-heading {
  color: #0C59AB;
}
.obog .interview tbody .base_link a {
  color: #0C59AB;
}
.obog .number .vol {
  border-bottom: 3px solid #ADE0FC;
}
.obog .archive_header {
  background: rgb(215, 235, 254);
  background: linear-gradient(90deg, rgb(215, 235, 254) 20%, rgb(206, 246, 255) 78%);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.obog .archive_header .container .archive_header-ttlbox {
  color: #0C59AB;
}
.obog .article_area-item .num {
  border-bottom: 3px solid #ADE0FC;
  margin-bottom: 10px;
  color: #212121;
  font-size: 0.7rem;
}
.obog .relation_title {
  color: #0C59AB;
}

.topics .topics_category_heading {
  font-size: 2rem;
  color: #85370C;
  margin: 47px 0;
}
@media screen and (max-width: 767px) {
  .topics .topics_category_heading {
    font-size: 1.25rem;
    margin: 0 0 0 0;
    padding: 1rem 1rem 0;
  }
}
.topics .article_area-item .num {
  border-bottom: 3px solid #FEC52E;
  margin-bottom: 10px;
  color: #212121;
  font-size: 0.7rem;
}
.topics .number .vol {
  border-bottom: 3px solid #FEC52E;
}
.topics .archive_header {
  background: rgb(255, 242, 198);
  background: linear-gradient(90deg, rgb(255, 242, 198) 20%, rgb(255, 253, 230) 78%);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.topics .archive_header .container .archive_header-ttlbox {
  color: #85370C;
}
.topics .profile .overview h2 {
  color: #853700;
}

.special .archive_header {
  background: linear-gradient(90deg, rgb(241, 255, 230) 20%, rgb(255, 255, 219) 78%);
  color: #2d8000;
}
.special .article_area-item .num {
  border-bottom: 3px solid #A7F06F;
  margin-bottom: 10px;
  color: #212121;
  font-size: 0.7rem;
}
.special .profile .overview h2 {
  color: #246600;
}
.special .number .vol {
  border-bottom: 3px solid #A7F06F;
}

.article_area-item .article_area-item-heading {
  min-height: 150px;
}
.article_area-item .num {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.article_area-item .links {
  width: 100%;
  min-height: 100px;
  display: inline-flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .article_area-item .links {
    min-height: unset;
  }
}
.article_area-item .ttl {
  min-height: 3em;
}
@media screen and (max-width: 767px) {
  .article_area-item.new[data-type=obog] .links, .article_area-item.new[data-type=special] .links {
    min-height: 100px;
  }
}

.article_area-item[data-type=obog] .num {
  border-bottom: 3px solid #ADE0FC;
}
.article_area-item[data-type=special] .num {
  border-bottom: 3px solid #A7F06F;
}
.article_area-item[data-type=topics] .num {
  border-bottom: 3px solid #FEC52E;
}

#mainCont.archive {
  padding-bottom: 100px;
}

.archive .article_area-list {
  height: 2400px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .archive .article_area-list {
    height: 4800px;
  }
}
.archive .article_area-list.is-open {
  height: auto;
  overflow: unset;
}

.lp .archive_header {
  background: #FFF4F9;
}
.lp .archive_header-ttlbox {
  color: #8D355D;
}

.lp .topics_title {
  color: #0c59ab;
  border-color: #0c59ab;
}
.lp .topics_title:first-child {
  margin-top: 0;
}
.lp .topics_title_description {
  margin-bottom: 1rem;
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: inline-block !important;
  }
}

.btn_to-mv_world {
  margin-top: -36px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .btn_to-mv_world {
    margin: 20px 0 40px;
  }
}
.btn_to-mv_world .btn_01 {
  font-size: 14px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-right: 0;
  padding: 0.8em 30px;
  padding-right: 3em;
  background-image: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_to-mv_world .btn_01 {
    margin: 0 auto;
  }
}
.btn_to-mv_world .btn_01::after {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  background-image: url("../img/icon/arrow-chevron_r_orng_pink.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  position: absolute;
  /*  top: 26px; */
  top: calc(50% - 5px);
  right: 28px;
}

.movie_list .kumonnow-contents {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .movie_list .kumonnow-contents {
    padding-top: 0;
  }
}
.movie_list .movie_list_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .movie_list .movie_list_container {
    grid-template-columns: 1fr;
  }
}
.movie_list #mv_jp {
  margin-bottom: 100px;
}
.movie_list .box1 {
  padding: 20px;
  max-width: 460px;
  /* min-height: 460px; */
  height: auto;
  font-size: 14px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 10px 15px rgba(107, 151, 211, 0.2);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .movie_list .box1 {
    max-width: 100%;
  }
}
.movie_list .movie div {
  border-radius: 20px;
  max-width: 100% !important;
  max-height: 100% !important;
  overflow: unset !important;
}
.movie_list .tit {
  font-weight: 700;
  font-size: 18px;
  padding: 0.5rem 0;
}
.movie_list .text {
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 800px) {
  .movie_list .shortMV {
    flex-direction: column;
  }
}

.lp_recommend .article_area-list--row .article_area-item {
  padding: 8px 20px 8px 8px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .lp_recommend .article_area-list--row .article_area-item {
    padding: 15px;
  }
}
.lp_recommend .article_area-list--row .article_area-item:not(:nth-child(3n)) {
  margin-right: unset;
}
.lp_recommend .article_area-list--row .article_area-item .inner {
  display: grid;
  grid-template-columns: 25% auto;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .lp_recommend .article_area-list--row .article_area-item .inner {
    grid-template-columns: 35% auto;
    gap: 0 10px;
  }
}
.lp_recommend .article_area-list--row .article_area-item .img {
  grid-column: 1/2;
  grid-row: 1/3;
  aspect-ratio: 5/6;
  border-radius: 36px;
  background-color: #ffffff;
  border: 1px solid #ededed;
}
@media screen and (max-width: 767px) {
  .lp_recommend .article_area-list--row .article_area-item .img {
    grid-column: 1;
    grid-row: 1;
    border-radius: 20px;
    /* margin-right: 10px; */
  }
}
.lp_recommend .article_area-list--row .article_area-item .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.lp_recommend .article_area-list--row .article_area-item .ttl {
  grid-column: 2/3;
  grid-row: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lp_recommend .article_area-list--row .article_area-item .ttl {
    grid-column: 2;
    grid-row: 1;
  }
}
.lp_recommend .article_area-list--row .article_area-item .desc {
  grid-column: 2/3;
  grid-row: 2;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .lp_recommend .article_area-list--row .article_area-item .desc {
    grid-column: 1/3;
    grid-row: 2;
    font-size: 12px;
    display: block;
  }
}

.lp.push-notification .archive_header {
  display: none;
}
.lp.push-notification h1 {
  font-size: clamp(1.3rem, 3.5vw, 2rem);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2em;
  color: #0c59ab;
}
.lp.push-notification .profile {
  width: 100%;
  box-shadow: 0 10px 15px rgba(107, 151, 211, 0.2);
}
.lp.push-notification .profile .overview {
  margin-top: 0;
}
.lp.push-notification .profile .overview span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0c59ab;
}
.lp.push-notification .profile .overview p {
  word-break: break-all;
}
.lp.push-notification .relation-link_container {
  margin-top: 80px;
  border-bottom: 2px solid #e2e2e2;
  padding-bottom: 2rem;
}
.lp.push-notification .relation_title {
  font-size: clamp(1.3rem, 3vw, 1.6rem) !important;
  line-height: 1.6;
  color: #0c59ab;
}
.lp.push-notification .relation_title::after {
  width: calc(100% - 20.5em);
  top: 50%;
  right: 0;
}
.lp.push-notification .flex-row {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lp.push-notification .flex-row {
    flex-direction: column;
  }
}
.lp.push-notification .flex-row .item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .lp.push-notification .flex-row .item {
    width: 100%;
  }
}
.lp.push-notification .flex-row img {
  width: 100%;
  box-shadow: 0 10px 15px rgba(107, 151, 211, 0.2);
  border-radius: 8px;
}
.lp.push-notification .flex-row p span {
  display: block;
}
.lp.push-notification .flex-row p span img {
  width: auto;
  max-width: 100%;
  box-shadow: none;
  margin: 0 auto 1rem;
}
.lp.push-notification .align-center {
  align-items: center;
}
.lp.push-notification section.push {
  margin-bottom: 0;
}

.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.m85 {
  margin: 85px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.m90 {
  margin: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.m95 {
  margin: 95px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.m100 {
  margin: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.m0_25e {
  margin: 0.25em !important;
}

.m0_5e {
  margin: 0.5em !important;
}

.m0_75e {
  margin: 0.75em !important;
}

.m1e {
  margin: 1em !important;
}

.mt0_25e {
  margin-top: 0.25em !important;
}

.mt0_5e {
  margin-top: 0.5em !important;
}

.mt0_75e {
  margin-top: 0.75em !important;
}

.mt1e {
  margin-top: 1em !important;
}

.mb0_25e {
  margin-bottom: 0.25em !important;
}

.mb0_5e {
  margin-bottom: 0.5em !important;
}

.mb0_75e {
  margin-bottom: 0.75em !important;
}

.mb1e {
  margin-bottom: 1em !important;
}

.ml0_25e {
  margin-left: 0.25em !important;
}

.ml0_5e {
  margin-left: 0.5em !important;
}

.ml0_75e {
  margin-left: 0.75em !important;
}

.ml1e {
  margin-left: 1em !important;
}

.mr0_25e {
  margin-right: 0.25em !important;
}

.mr0_5e {
  margin-right: 0.5em !important;
}

.mr0_75e {
  margin-right: 0.75em !important;
}

.mr1e {
  margin-right: 1em !important;
}

.m1_25e {
  margin: 0.5em !important;
}

.m1_5e {
  margin: 1em !important;
}

.m1_75e {
  margin: 1.5em !important;
}

.m2e {
  margin: 2em !important;
}

.mt1_25e {
  margin-top: 0.5em !important;
}

.mt1_5e {
  margin-top: 1em !important;
}

.mt1_75e {
  margin-top: 1.5em !important;
}

.mt2e {
  margin-top: 2em !important;
}

.mb1_25e {
  margin-bottom: 0.5em !important;
}

.mb1_5e {
  margin-bottom: 1em !important;
}

.mb1_75e {
  margin-bottom: 1.5em !important;
}

.mb2e {
  margin-bottom: 2em !important;
}

.ml1_25e {
  margin-left: 0.5em !important;
}

.ml1_5e {
  margin-left: 1em !important;
}

.ml1_75e {
  margin-left: 1.5em !important;
}

.ml2e {
  margin-left: 2em !important;
}

.mr1_25e {
  margin-right: 0.5em !important;
}

.mr1_5e {
  margin-right: 1em !important;
}

.mr1_75e {
  margin-right: 1.5em !important;
}

.mr2e {
  margin-right: 2em !important;
}

.m2_25e {
  margin: 0.75em !important;
}

.m2_5e {
  margin: 1.5em !important;
}

.m2_75e {
  margin: 2.25em !important;
}

.m3e {
  margin: 3em !important;
}

.mt2_25e {
  margin-top: 0.75em !important;
}

.mt2_5e {
  margin-top: 1.5em !important;
}

.mt2_75e {
  margin-top: 2.25em !important;
}

.mt3e {
  margin-top: 3em !important;
}

.mb2_25e {
  margin-bottom: 0.75em !important;
}

.mb2_5e {
  margin-bottom: 1.5em !important;
}

.mb2_75e {
  margin-bottom: 2.25em !important;
}

.mb3e {
  margin-bottom: 3em !important;
}

.ml2_25e {
  margin-left: 0.75em !important;
}

.ml2_5e {
  margin-left: 1.5em !important;
}

.ml2_75e {
  margin-left: 2.25em !important;
}

.ml3e {
  margin-left: 3em !important;
}

.mr2_25e {
  margin-right: 0.75em !important;
}

.mr2_5e {
  margin-right: 1.5em !important;
}

.mr2_75e {
  margin-right: 2.25em !important;
}

.mr3e {
  margin-right: 3em !important;
}

.m3_25e {
  margin: 1em !important;
}

.m3_5e {
  margin: 2em !important;
}

.m3_75e {
  margin: 3em !important;
}

.m4e {
  margin: 4em !important;
}

.mt3_25e {
  margin-top: 1em !important;
}

.mt3_5e {
  margin-top: 2em !important;
}

.mt3_75e {
  margin-top: 3em !important;
}

.mt4e {
  margin-top: 4em !important;
}

.mb3_25e {
  margin-bottom: 1em !important;
}

.mb3_5e {
  margin-bottom: 2em !important;
}

.mb3_75e {
  margin-bottom: 3em !important;
}

.mb4e {
  margin-bottom: 4em !important;
}

.ml3_25e {
  margin-left: 1em !important;
}

.ml3_5e {
  margin-left: 2em !important;
}

.ml3_75e {
  margin-left: 3em !important;
}

.ml4e {
  margin-left: 4em !important;
}

.mr3_25e {
  margin-right: 1em !important;
}

.mr3_5e {
  margin-right: 2em !important;
}

.mr3_75e {
  margin-right: 3em !important;
}

.mr4e {
  margin-right: 4em !important;
}

.m4_25e {
  margin: 1.25em !important;
}

.m4_5e {
  margin: 2.5em !important;
}

.m4_75e {
  margin: 3.75em !important;
}

.m5e {
  margin: 5em !important;
}

.mt4_25e {
  margin-top: 1.25em !important;
}

.mt4_5e {
  margin-top: 2.5em !important;
}

.mt4_75e {
  margin-top: 3.75em !important;
}

.mt5e {
  margin-top: 5em !important;
}

.mb4_25e {
  margin-bottom: 1.25em !important;
}

.mb4_5e {
  margin-bottom: 2.5em !important;
}

.mb4_75e {
  margin-bottom: 3.75em !important;
}

.mb5e {
  margin-bottom: 5em !important;
}

.ml4_25e {
  margin-left: 1.25em !important;
}

.ml4_5e {
  margin-left: 2.5em !important;
}

.ml4_75e {
  margin-left: 3.75em !important;
}

.ml5e {
  margin-left: 5em !important;
}

.mr4_25e {
  margin-right: 1.25em !important;
}

.mr4_5e {
  margin-right: 2.5em !important;
}

.mr4_75e {
  margin-right: 3.75em !important;
}

.mr5e {
  margin-right: 5em !important;
}

.p0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.p65 {
  padding: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.p70 {
  padding: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.p75 {
  padding: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.p80 {
  padding: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.p85 {
  padding: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.p90 {
  padding: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.p95 {
  padding: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.p100 {
  padding: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.p0_25e {
  padding: 0.25em !important;
}

.p0_5e {
  padding: 0.5em !important;
}

.p0_75e {
  padding: 0.75em !important;
}

.p1e {
  padding: 1em !important;
}

.pt0_25e {
  padding-top: 0.25em !important;
}

.pt0_5e {
  padding-top: 0.5em !important;
}

.pt0_75e {
  padding-top: 0.75em !important;
}

.pt1e {
  padding-top: 1em !important;
}

.pb0_25e {
  padding-bottom: 0.25em !important;
}

.pb0_5e {
  padding-bottom: 0.5em !important;
}

.pb0_75e {
  padding-bottom: 0.75em !important;
}

.pb1e {
  padding-bottom: 1em !important;
}

.pl0_25e {
  padding-left: 0.25em !important;
}

.pl0_5e {
  padding-left: 0.5em !important;
}

.pl0_75e {
  padding-left: 0.75em !important;
}

.pl1e {
  padding-left: 1em !important;
}

.pr0_25e {
  padding-right: 0.25em !important;
}

.pr0_5e {
  padding-right: 0.5em !important;
}

.pr0_75e {
  padding-right: 0.75em !important;
}

.pr1e {
  padding-right: 1em !important;
}

.p1_25e {
  padding: 0.5em !important;
}

.p1_5e {
  padding: 1em !important;
}

.p1_75e {
  padding: 1.5em !important;
}

.p2e {
  padding: 2em !important;
}

.pt1_25e {
  padding-top: 0.5em !important;
}

.pt1_5e {
  padding-top: 1em !important;
}

.pt1_75e {
  padding-top: 1.5em !important;
}

.pt2e {
  padding-top: 2em !important;
}

.pb1_25e {
  padding-bottom: 0.5em !important;
}

.pb1_5e {
  padding-bottom: 1em !important;
}

.pb1_75e {
  padding-bottom: 1.5em !important;
}

.pb2e {
  padding-bottom: 2em !important;
}

.pl1_25e {
  padding-left: 0.5em !important;
}

.pl1_5e {
  padding-left: 1em !important;
}

.pl1_75e {
  padding-left: 1.5em !important;
}

.pl2e {
  padding-left: 2em !important;
}

.pr1_25e {
  padding-right: 0.5em !important;
}

.pr1_5e {
  padding-right: 1em !important;
}

.pr1_75e {
  padding-right: 1.5em !important;
}

.pr2e {
  padding-right: 2em !important;
}

.p2_25e {
  padding: 0.75em !important;
}

.p2_5e {
  padding: 1.5em !important;
}

.p2_75e {
  padding: 2.25em !important;
}

.p3e {
  padding: 3em !important;
}

.pt2_25e {
  padding-top: 0.75em !important;
}

.pt2_5e {
  padding-top: 1.5em !important;
}

.pt2_75e {
  padding-top: 2.25em !important;
}

.pt3e {
  padding-top: 3em !important;
}

.pb2_25e {
  padding-bottom: 0.75em !important;
}

.pb2_5e {
  padding-bottom: 1.5em !important;
}

.pb2_75e {
  padding-bottom: 2.25em !important;
}

.pb3e {
  padding-bottom: 3em !important;
}

.pl2_25e {
  padding-left: 0.75em !important;
}

.pl2_5e {
  padding-left: 1.5em !important;
}

.pl2_75e {
  padding-left: 2.25em !important;
}

.pl3e {
  padding-left: 3em !important;
}

.pr2_25e {
  padding-right: 0.75em !important;
}

.pr2_5e {
  padding-right: 1.5em !important;
}

.pr2_75e {
  padding-right: 2.25em !important;
}

.pr3e {
  padding-right: 3em !important;
}

.p3_25e {
  padding: 1em !important;
}

.p3_5e {
  padding: 2em !important;
}

.p3_75e {
  padding: 3em !important;
}

.p4e {
  padding: 4em !important;
}

.pt3_25e {
  padding-top: 1em !important;
}

.pt3_5e {
  padding-top: 2em !important;
}

.pt3_75e {
  padding-top: 3em !important;
}

.pt4e {
  padding-top: 4em !important;
}

.pb3_25e {
  padding-bottom: 1em !important;
}

.pb3_5e {
  padding-bottom: 2em !important;
}

.pb3_75e {
  padding-bottom: 3em !important;
}

.pb4e {
  padding-bottom: 4em !important;
}

.pl3_25e {
  padding-left: 1em !important;
}

.pl3_5e {
  padding-left: 2em !important;
}

.pl3_75e {
  padding-left: 3em !important;
}

.pl4e {
  padding-left: 4em !important;
}

.pr3_25e {
  padding-right: 1em !important;
}

.pr3_5e {
  padding-right: 2em !important;
}

.pr3_75e {
  padding-right: 3em !important;
}

.pr4e {
  padding-right: 4em !important;
}

.p4_25e {
  padding: 1.25em !important;
}

.p4_5e {
  padding: 2.5em !important;
}

.p4_75e {
  padding: 3.75em !important;
}

.p5e {
  padding: 5em !important;
}

.pt4_25e {
  padding-top: 1.25em !important;
}

.pt4_5e {
  padding-top: 2.5em !important;
}

.pt4_75e {
  padding-top: 3.75em !important;
}

.pt5e {
  padding-top: 5em !important;
}

.pb4_25e {
  padding-bottom: 1.25em !important;
}

.pb4_5e {
  padding-bottom: 2.5em !important;
}

.pb4_75e {
  padding-bottom: 3.75em !important;
}

.pb5e {
  padding-bottom: 5em !important;
}

.pl4_25e {
  padding-left: 1.25em !important;
}

.pl4_5e {
  padding-left: 2.5em !important;
}

.pl4_75e {
  padding-left: 3.75em !important;
}

.pl5e {
  padding-left: 5em !important;
}

.pr4_25e {
  padding-right: 1.25em !important;
}

.pr4_5e {
  padding-right: 2.5em !important;
}

.pr4_75e {
  padding-right: 3.75em !important;
}

.pr5e {
  padding-right: 5em !important;
}

.clr-blue {
  color: #0c59ab;
}

.clr-obog {
  color: #0c59ab;
}

.clr-special {
  color: #2d8000;
}

.clr-topics {
  color: #853700;
}

.fs0 {
  font-size: 0px !important;
}

.fs1 {
  font-size: 1px !important;
}

.fs2 {
  font-size: 2px !important;
}

.fs3 {
  font-size: 3px !important;
}

.fs4 {
  font-size: 4px !important;
}

.fs5 {
  font-size: 5px !important;
}

.fs6 {
  font-size: 6px !important;
}

.fs7 {
  font-size: 7px !important;
}

.fs8 {
  font-size: 8px !important;
}

.fs9 {
  font-size: 9px !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs1_25e {
  font-size: 1.25em !important;
}

.fs1_5e {
  font-size: 1.5em !important;
}

.fs1_75e {
  font-size: 1.75em !important;
}

.fs2e {
  font-size: 2em !important;
}

.fs2_25e {
  font-size: 2.25em !important;
}

.fs2_5e {
  font-size: 2.5em !important;
}

.fs2_75e {
  font-size: 2.75em !important;
}

.fs3e {
  font-size: 3em !important;
}

.fs3_25e {
  font-size: 3.25em !important;
}

.fs3_5e {
  font-size: 3.5em !important;
}

.fs3_75e {
  font-size: 3.75em !important;
}

.fs4e {
  font-size: 4em !important;
}

.fs4_25e {
  font-size: 4.25em !important;
}

.fs4_5e {
  font-size: 4.5em !important;
}

.fs4_75e {
  font-size: 4.75em !important;
}

.fs5e {
  font-size: 5em !important;
}

.fs5_25e {
  font-size: 5.25em !important;
}

.fs5_5e {
  font-size: 5.5em !important;
}

.fs5_75e {
  font-size: 5.75em !important;
}

.fs6e {
  font-size: 6em !important;
}

.fs6_25e {
  font-size: 6.25em !important;
}

.fs6_5e {
  font-size: 6.5em !important;
}

.fs6_75e {
  font-size: 6.75em !important;
}

.fs7e {
  font-size: 7em !important;
}

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 400;
  src: url("https://www.kumon.ne.jp/kumonnow/wp/wp-includes/fonts/NotoSansJP-Regular.woff") format("woff"), url("https://www.kumon.ne.jp/kumonnow/wp/wp-includes/fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 500;
  src: url("https://www.kumon.ne.jp/kumonnow/wp/wp-includes/fonts/NotoSansJP-Medium.woff") format("woff"), url("https://www.kumon.ne.jp/kumonnow/wp/wp-includes/fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 600;
  src: url("https://www.kumon.ne.jp/kumonnow/wp/wp-includes/fonts/NotoSansJP-SemiBold.woff") format("woff"), url("https://www.kumon.ne.jp/kumonnow/wp/wp-includes/fonts/NotoSansJP-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 700;
  src: url("https://www.kumon.ne.jp/kumonnow/wp/wp-includes/fonts/NotoSansJP-Bold.woff") format("woff"), url("https://www.kumon.ne.jp/kumonnow/wp/wp-includes/fonts/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 900;
  src: url("https://www.kumon.ne.jp/kumonnow/wp/wp-includes/fonts/NotoSansJP-Black.woff") format("woff"), url("https://www.kumon.ne.jp/kumonnow/wp/wp-includes/fonts/NotoSansJP-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Fredoka";
  font-display: swap;
  src: url("https://www.kumon.ne.jp/kumonnow/wp/wp-includes/fonts/Fredoka-Medium.woff") format("woff"), url("https://www.kumon.ne.jp/kumonnow/wp/wp-includes/fonts/Fredoka-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("https://www.kumon.ne.jp/kumonnow/wp/wp-includes/fonts/Roboto-Medium.woff") format("woff"), url("https://www.kumon.ne.jp/kumonnow/wp/wp-includes/fonts/Roboto-Medium.ttf") format("truetype");
}
.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-b {
  font-weight: 700;
}

.fw-bl {
  font-weight: 900;
}

.ff-roboto {
  font-family: "Roboto", sans-serif;
}

.ff-fredoka {
  font-family: "Fredoka", sans-serif;
}

.txt-r {
  text-align: right;
}

.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.w0 {
  width: 0 !important;
}

.w-auto {
  width: auto !important;
}

.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

.w1e {
  width: 1em !important;
}

.w2e {
  width: 2em !important;
}

.w3e {
  width: 3em !important;
}

.w4e {
  width: 4em !important;
}

.w5e {
  width: 5em !important;
}

.w6e {
  width: 6em !important;
}

.w7e {
  width: 7em !important;
}

.w8e {
  width: 8em !important;
}

.w9e {
  width: 9em !important;
}

.w10e {
  width: 10em !important;
}

.h0 {
  height: 0 !important;
}

.h-auto {
  height: auto !important;
}

.h10 {
  height: 10% !important;
}

.h20 {
  height: 20% !important;
}

.h30 {
  height: 30% !important;
}

.h40 {
  height: 40% !important;
}

.h50 {
  height: 50% !important;
}

.h60 {
  height: 60% !important;
}

.h70 {
  height: 70% !important;
}

.h80 {
  height: 80% !important;
}

.h90 {
  height: 90% !important;
}

.h100 {
  height: 100% !important;
}

.h1e {
  height: 1em !important;
}

.h2e {
  height: 2em !important;
}

.h3e {
  height: 3em !important;
}

.h4e {
  height: 4em !important;
}

.h5e {
  height: 5em !important;
}

.h6e {
  height: 6em !important;
}

.h7e {
  height: 7em !important;
}

.h8e {
  height: 8em !important;
}

.h9e {
  height: 9em !important;
}

.h10e {
  height: 10em !important;
}

.marker {
  background: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.5) 50%);
}

@media screen and (max-width: 767px) {
  .archive_header h2 {
    font-size: 1.2em !important;
  }
}

.archive_header-count {
  margin-top: 21px !important;
}

@media screen and (max-width: 767px) {
  .article_area-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.empty #content_area {
  width: 90%;
  padding: 5%;
  max-width: 960px;
}
.empty #content_area .sec h1 {
  font-size: 5rem;
  text-align: center;
  line-height: 1;
  margin: 2rem auto;
}
.empty #content_area .mrt15 {
  text-align: center;
}
.empty #content_area .text_img p {
  max-width: 960px;
  width: 86%;
  display: block;
  margin: 3rem auto 0;
}
.empty #content_area ul.mrt10 {
  max-width: 960px;
  width: 86%;
  margin: 0rem auto 2rem;
}

.userAttr {
  text-align: center;
  padding: 0.5rem 1rem;
  background-color: #0c59ab;
  color: #ffffff;
  border-top: 2px solid #7dcdf4;
  border-bottom: 2px solid #7dcdf4;
  font-size: 0.85rem;
  /* button {
  	color: #ffffff;
  	border: none;
  	font-family: inherit;
  } */
}
.userAttr p {
  line-height: 1.8;
}
.userAttr form {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.userAttr .btn_02 {
  font-family: inherit;
  line-height: 1.8;
  color: #ffffff;
  text-decoration: underline;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  padding: 0;
  padding-left: 20px;
  background-position: left top 0.6em;
  border: none;
  background-color: unset;
  position: relative;
}
.userAttr .btn_02::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/kumonnow/wp/wp-content/themes/kumonnow_2023/img/icon/icon_relation-title_circle-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 8.5px);
  left: 0;
}

.ttl_01 {
  padding: 0.3em 0.75em 0.5em;
  margin-bottom: 1.25em;
  color: #0c59ab;
  font-size: 1.5em;
  line-height: 1.25;
  border-left: 8px solid #0c59ab;
  border-bottom: 1px solid #0c59ab;
}
@media screen and (max-width: 767px) {
  .ttl_01 {
    font-size: 1em;
  }
}

[class^=btn_0],
[class*=" btn_0"] {
  width: 100%;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.25;
  text-align: center;
  background-repeat: no-repeat;
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}

.top_article-more {
  padding-top: 4rem;
}

.btn_01 {
  margin: 0 auto 20px;
  padding: 1.25em 30px;
  color: #0c59ab;
  border: 2px solid #0c59ab;
  box-shadow: 0 3px 10px rgba(161, 196, 244, 0.6);
  border-radius: 999px;
  background-color: #fff;
  background-image: url("../img/icon/arrow-chevron_r_orng_pink.svg");
  background-position: right 25px center;
}
@media screen and (min-width: 767px1px) {
  .btn_01:hover {
    color: #fff;
    background-color: #0c59ab;
    box-shadow: 0 1px 1px rgba(161, 196, 244, 0.6);
  }
}

.top_article .btn_01 {
  max-width: 300px;
}

.btn_02 {
  max-width: 120px;
  width: 100%;
  margin: 10px auto 4px;
  padding: 0.6em 2px;
  color: #0c59ab;
  font-weight: 700;
  text-align: left;
  background-image: url("/kumonnow/wp/wp-content/uploads/2023/05/relation-title-icon2.svg");
  background-repeat: no-repeat;
  background-position: right top 0.6em;
  display: block;
  position: relative;
  transition: color 0.3s;
}
.btn_02:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0c59ab;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 767px1) {
  .btn_02:hover {
    color: #f2C02C;
  }
  .btn_02:hover::before {
    width: 0;
  }
}

.btn_03 {
  max-width: initial;
  padding: 30px 80px;
  color: #0c59ab;
  font-weight: 700;
  text-align: center;
  border: 2px solid #eaf0f9;
  border-radius: 999px;
  box-shadow: 0 10px 15px rgba(107, 151, 211, 0.2);
  display: block;
  transition: box-shadow 0.3s;
  position: relative;
}
.btn_03::after {
  content: "";
  width: 9px;
  height: 9px;
  background-image: url("../img/icon/arrow-chevron_r_blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 767px1px) {
  .btn_03:hover {
    box-shadow: none;
  }
}

.btn_to-top {
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #0c59ab;
  border: 2px solid #0c59ab;
  position: fixed;
  bottom: 60px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .btn_to-top {
    display: none;
  }
}
.btn_to-top::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0c59ab;
  border-left: 2px solid #0c59ab;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
}

.tag_area,
.search_area {
  position: absolute;
  width: 100%;
  min-height: 100px;
  /* bottom: -50%; */
  bottom: -55px;
  left: 0;
  right: 0;
}
.tag_area .search_tag-more,
.tag_area .search_tag-more-close,
.search_area .search_tag-more,
.search_area .search_tag-more-close {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 1.8rem;
  position: relative;
  color: #0C59AB;
  font-weight: 600;
  box-shadow: 0px 10px 12px -8px rgba(107, 151, 211, 0.15);
  border: 2px solid #EAF0F9;
  border-radius: 60px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tag_area .search_tag-more,
.tag_area .search_tag-more-close,
.search_area .search_tag-more,
.search_area .search_tag-more-close {
    padding: 18px;
  }
}
.tag_area .search_tag-more::after,
.tag_area .search_tag-more-close::after,
.search_area .search_tag-more::after,
.search_area .search_tag-more-close::after {
  content: "";
  border: 0;
  border-top: solid 2px #0C59AB;
  border-right: solid 2px #0C59AB;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(135deg);
}
.tag_area .search_tag-more-close,
.search_area .search_tag-more-close {
  bottom: -120px;
}
@media screen and (max-width: 767px) {
  .tag_area .search_tag-more-close,
.search_area .search_tag-more-close {
    bottom: -45px;
  }
}
.tag_area .search_tag-more-close::after,
.search_area .search_tag-more-close::after {
  transform: translateY(-50%) rotate(-45deg);
}

.capter_arrow {
  padding-right: 2em;
  position: relative;
}
.capter_arrow::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/kumonnow/wp/wp-content/themes/kumonnow_2023/img/icon/icon_relation-title_circle-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 8.5px);
  right: 0;
}

.search_keyword-window {
  display: flex;
  align-items: center;
}
.search_keyword-window input {
  height: 72px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-radius: 20px 0 0 20px;
  width: 100%;
  padding-left: 25px;
  /* font-size: 16px; */
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .search_keyword-window input {
    height: 59px;
    /* font-size: 12px; */
    padding-left: 20px;
    font-size: 1rem;
  }
}
.search_keyword-window button {
  height: 72px;
  width: 72px;
  background-color: #0C59AB;
  border: none;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .search_keyword-window button {
    width: 59px;
    height: 59px;
  }
}

.search_keyword,
.search_tag {
  max-width: 960px;
  margin: 0 auto;
}

.tags {
  display: flex;
  flex-wrap: wrap;
}
.tags li {
  display: inline-block;
}
.tags .tag {
  margin-top: 0.5rem;
  margin-right: 4px;
  padding: 0.5em 0.75em 0.5em 2em;
  font-size: 0.85em;
  border-radius: 20px;
  line-height: 1.25;
  background-color: #f4f9fd;
  background-image: url("../img/icon/icon-tag_blue.svg");
  background-position: left 0.8em center;
  background-repeat: no-repeat;
  background-size: 0.8em;
  display: inline-block;
}

/* 色の変数 */
:root {
  --main-blue: #0C59AB;
  --thin-blue: #F4F9FD;
}

.only-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: unset !important;
  }
}

.number {
  display: flex;
  align-items: center;
}
.number .vol {
  font-size: 18px;
}

.titArea .vol {
  font-size: 18px;
}

#mainCont.obog .titArea .vol span {
  color: #212121;
  font-weight: 700;
}

#mainCont .link_wrap .flex .txt {
  flex: 1;
  border-radius: 20px;
  margin: 0 0 0 35px;
}
@media screen and (max-width: 767px) {
  #mainCont .link_wrap .flex .txt {
    margin: 60px 0 0 0;
  }
}
#mainCont .link_wrap .flex .txt .tit {
  font-size: 24px !important;
  font-weight: 700 !important;
  text-align: center;
  border-radius: 20px 20px 0 0;
  padding: 10px;
  margin-bottom: 0;
}
#mainCont .link_wrap .flex .txt ul {
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 40px 40px 25px 40px;
}
#mainCont .link_wrap .flex .txt .link {
  background: #fff;
  text-align: right !important;
  border-radius: 0 0 20px 20px;
  padding: 0 40px 20px;
  margin-bottom: 0;
}
#mainCont .link_wrap .flex .txt .link span {
  position: relative;
  display: inline-block;
  padding: 0 30px 4px 0;
  padding-right: 30px;
}
#mainCont .link_wrap .flex .txt .link span::before {
  content: "";
  background: #F22CBD;
  border-radius: 0.6rem;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
}
#mainCont .link_wrap .flex .txt .link span::after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  transform: translate(-50%, -50%) rotate(45deg);
}
#mainCont.obog .entryCont .link_wrap {
  background-color: #D7EBFE;
  overflow-x: hidden;
  display: block;
  padding: 80px 0;
  margin: 60px calc(50% - 50vw);
}
#mainCont.obog .entryCont .link_wrap .flex .txt {
  border: 2px solid #0C59AB;
}
#mainCont.obog .entryCont .link_wrap .flex .txt .tit {
  color: #0C59AB;
  background: #E7F2F8;
  border-bottom: 2px solid #0C59AB;
}
#mainCont.obog .entryCont .link_wrap .flex .txt .link span {
  color: #0C59AB;
  border-bottom: 1px solid #0C59AB;
}
#mainCont.special .entryCont .link_wrap {
  background-color: #F0F9E9;
  overflow-x: hidden;
  display: block;
  padding: 80px 0;
  margin: 60px calc(50% - 50vw);
}
#mainCont.special .entryCont .link_wrap .flex .txt {
  border: 2px solid #317F13;
}
#mainCont.special .entryCont .link_wrap .flex .txt .tit {
  color: #317F13;
  background: #F0F9E9;
  border-bottom: 2px solid #317F13;
}
#mainCont.special .entryCont .link_wrap .flex .txt .link span {
  color: #246600;
  border-bottom: 1px solid #317F13;
}

.arc {
  border: none;
}

.recommended-articles {
  background-color: #F4F4F4;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 114px;
  padding: 80px 0 0px 0;
}
.recommended-articles .kumonnow-contents {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .recommended-articles .article-heading {
    padding: 0 20px;
  }
}
.recommended-articles h3.ttl {
  font-size: 1.2rem !important;
}
@media screen and (max-width: 767px) {
  .recommended-articles h3.ttl {
    font-size: 1rem;
  }
}

.special .titArea-desc .hen {
  color: #24660D;
}

.obog .titArea-desc .hen {
  color: #0C59AB;
}

.obog_title,
.special_title,
.topics_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.3rem, 3.5vw, 2rem);
  font-weight: 700;
  line-height: 1.6;
  padding: 10px 20px;
  margin-top: 5rem;
  margin-bottom: 30px;
  clear: both;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .obog_title,
.special_title,
.topics_title {
    margin-top: 60px;
    padding: 10px;
  }
}

.obog_title {
  color: #0C59AB;
  border-left: 8px solid #0C59AB;
  border-bottom: 1px solid #0C59AB;
}
.obog_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 0px;
  width: 26px;
  height: 100%;
  content: none;
}

.special_title {
  display: block;
  color: #246600;
  border-left: 8px solid #246600;
  border-bottom: 1px solid #246600;
  margin-bottom: 30px;
}
.special_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 0px;
  width: 26px;
  height: 100%;
}

.topics_title {
  color: #853700;
  border-left: 8px solid #853700;
  border-bottom: 1px solid #853700;
}
.topics_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 0px;
  width: 26px;
  height: 100%;
}

.obog_font_color {
  color: #0C59AB;
}

.special_font_color {
  color: #246600;
}

.topics_font_color {
  color: #853700;
}

.trademark {
  position: relative;
  font-size: 0.7em;
  display: inline-block;
  top: -7px;
}

@media screen and (max-width: 767px) {
  .relation-part {
    margin: 60px 0 0 0;
  }
}

table .base_link {
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  padding-right: 30px;
  background-image: none;
  border-bottom: 1px solid var(--main-blue);
  position: relative;
}
table .base_link a {
  background-image: none;
}
table .base_link::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.6rem;
  background-color: #F22CBD;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  display: block;
  position: absolute;
}
table .base_link::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  top: 50%;
  right: 0.2rem;
}

.base_link,
.blank_link {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .base_link,
.blank_link {
    font-weight: 600;
    background-position: top 15px left 0;
  }
}
.base_link a,
.blank_link a {
  background-image: linear-gradient(to right, #707070 2px, transparent 2px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 5px 0;
  display: block;
  letter-spacing: 0.03em;
  line-height: 2;
  font-weight: 500;
}

.blank_link {
  background: url(/kumonnow/wp/wp-content/themes/kumonnow_2023/img/icon/icon_relation-title_exlink.svg) no-repeat 2px;
}
@media screen and (max-width: 767px) {
  .blank_link {
    background-position-y: 1em;
  }
}

.base_link {
  background: url(/kumonnow/wp/wp-content/themes/kumonnow_2023/img/icon/icon_relation-title_circle-arrow.svg) no-repeat 0px;
}
@media screen and (max-width: 767px) {
  .base_link {
    background-position-y: 1em;
  }
}

.blank_link.relation-title-icon2 {
  background: url(/kumonnow/wp/wp-content/themes/kumonnow_2023/img/icon/icon_relation-title_circle-arrow.svg) no-repeat 0px;
}
@media screen and (max-width: 767px) {
  .blank_link.relation-title-icon2 {
    background-position: top 15px left 0;
  }
}

@media screen and (max-width: 800px) {
  .base_photo {
    width: 100%;
  }
}
.base_photo img {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 4px;
  border-radius: 8px;
}
@media screen and (max-width: 800px) {
  .base_photo img {
    box-sizing: border-box;
    /* height: auto; */
  }
}
.base_photo img::after {
  content: "";
  display: table;
  clear: both;
}

.note {
  color: #999999;
  font-size: 0.7rem;
  font-weight: 400;
}

.relation_title {
  font-size: 1.6rem !important;
  font-weight: 700;
  position: relative;
  display: block;
}
.relation_title::after {
  position: absolute;
  display: block;
  content: "";
  border-top: 2px solid #e2e2e2;
  width: calc(100% - 5.5em);
  top: 50%;
  transform: translateY(-50%);
  margin-left: 5.5em;
}
.relation_title strong span {
  font-size: 28px !important;
}

/* .special .relation_title {
  background: url("../img/arrow_01_sp.gif") no-repeat left 5px;
} */
.quote {
  position: relative;
}
.quote::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/bg_quote_t.gif") no-repeat left top;
  display: inline-block;
}
.quote::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/bg_quote_b.gif") no-repeat left bottom;
  display: inline-block;
  float: right;
}

.obog .quote:before {
  background: url("../img/bg_quote_t_ob.gif") no-repeat left top;
}
.obog .quote:after {
  background: url("../img/bg_quote_b_ob.gif") no-repeat left top;
}

.special .quote:before {
  background: url("../img/bg_quote_t_sp.gif") no-repeat left top;
}
.special .quote:after {
  background: url("../img/bg_quote_b_sp.gif") no-repeat left top;
}

.obog .alignleft, .special .alignleft {
  float: left;
  margin: 7px 28px 28px 0;
}
.obog .alignright, .special .alignright {
  float: right;
  margin: 7px 0px 28px 28px;
}
.obog .aligncenter, .special .aligncenter {
  text-align: center;
  margin: 7px 0;
}
.obog .alignleft,
.obog .alignright,
.obog .aligncenter, .special .alignleft,
.special .alignright,
.special .aligncenter {
  width: initial !important;
  margin: initial !important;
  margin-bottom: 20px !important;
  background-color: initial !important;
  display: block !important;
  padding: 0 !important;
  overflow-x: initial !important;
}
@media screen and (max-width: 767px) {
  .obog .alignleft,
.obog .alignright,
.obog .aligncenter, .special .alignleft,
.special .alignright,
.special .aligncenter {
    float: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .obog .alignleft img,
.obog .alignright img,
.obog .aligncenter img, .special .alignleft img,
.special .alignright img,
.special .aligncenter img {
    margin-bottom: 12px !important;
  }
}
.obog .alignleft tbody,
.obog .alignright tbody,
.obog .aligncenter tbody, .special .alignleft tbody,
.special .alignright tbody,
.special .aligncenter tbody {
  padding: 0 !important;
}
.obog .alignleft tbody tr td,
.obog .alignright tbody tr td,
.obog .aligncenter tbody tr td, .special .alignleft tbody tr td,
.special .alignright tbody tr td,
.special .aligncenter tbody tr td {
  border: initial !important;
  margin: unset !important;
}
.obog .alignleft img,
.obog .alignright img,
.obog .aligncenter img, .special .alignleft img,
.special .alignright img,
.special .aligncenter img {
  border-radius: 8px !important;
  /* // width: 360px;
  max-width: 100%;
  // height: auto;
  @include mq(sp) {
    width: 100%;
  } */
}
.obog table .base_link, .special table .base_link {
  padding-left: 0;
}
.obog table td p:last-child, .special table td p:last-child {
  text-align: right;
  padding-right: 2rem;
}
.obog .clearfix, .special .clearfix {
  clear: both;
}
.obog .clearfix p img, .special .clearfix p img {
  /* max-width: 250px; */
  margin-right: 1rem !important;
}

.obog table .base_link a {
  color: #0C59AB;
  font-weight: 400;
}

.special table .base_link {
  padding-left: 0;
  border-bottom: 1px solid #246600;
}
.special table .base_link a {
  color: #246600;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .alignleft {
    margin-bottom: 2rem !important;
  }
}
.alignleft img {
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .alignleft img {
    margin: 0;
  }
}

.alignright {
  float: right;
  margin: 7px 0 28px 28px;
}
.alignright img {
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .alignright img {
    margin: 0;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin: 7px auto;
}
.aligncenter img {
  margin: 20px;
}
@media screen and (max-width: 767px) {
  .aligncenter img {
    margin: 0;
    /* max-width: 100%; */
  }
}

.boxImg img.alignleft {
  margin: 0 20px 20px 0 !important;
}
@media screen and (max-width: 767px) {
  .boxImg img.alignleft {
    margin: 0;
    margin-bottom: 20px !important;
  }
}
.boxImg img.alignright {
  margin: 0 0 20px 20px !important;
}
@media screen and (max-width: 767px) {
  .boxImg img.alignright {
    margin: 0;
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 800px) {
  .alignleft {
    float: none;
    margin: 7px 0 28px 0;
  }
  .alignright {
    float: none;
    margin: 7px 0 28px 0;
  }
  .aligncenter {
    clear: both;
    display: block;
    margin: 7px auto;
  }
}
.base_photo img.alignleft {
  float: left;
  margin: 7px 28px 28px 0 !important;
}
@media screen and (max-width: 767px) {
  .base_photo img.alignleft {
    margin: 0 auto !important;
    margin-bottom: 20px;
  }
}
.base_photo img.alignright {
  float: right;
  margin: 7px 0 28px 28px !important;
}
@media screen and (max-width: 767px) {
  .base_photo img.alignright {
    margin: 0 auto !important;
    margin-bottom: 20px;
  }
}
.base_photo img.aligncenter {
  clear: both;
  display: block;
  margin: 7px auto !important;
}
@media screen and (max-width: 767px) {
  .base_photo img.aligncenter {
    margin: 0 auto !important;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  img.alignnone {
    display: block;
    /* margin: 0 auto 0 auto; */
  }
  .base_photo img {
    margin-bottom: 20px;
  }
  .base_photo img.alignleft {
    float: none;
    margin: 7px auto 28px auto;
  }
  .base_photo img.alignright {
    float: none;
    margin: 7px auto 28px auto;
  }
  .base_photo img.aligncenter {
    float: none;
    margin: 7px auto 28px auto;
  }
}
.subcopy2 {
  display: block;
  font-size: 14px;
  line-height: 160%;
}

.wp-caption {
  background: transparent;
  border: none;
  color: #707070;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 28px 0;
  max-width: 100%;
  padding: 0;
  text-align: inherit;
}

.wp-caption.alignleft {
  margin: 7px 28px 21px 0;
}

.wp-caption.alignright {
  margin: 7px 0 21px 28px;
}

.wp-caption.aligncenter {
  margin: 7px auto;
}

.wp-caption .wp-caption-text, .wp-caption-dd {
  font-size: 14px;
  line-height: 1.5;
  padding: 7px 0;
}

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery .gallery-caption {
  color: #707070;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 7px 0;
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}

.mce-content-body .wpview-wrap {
  margin-bottom: 32px;
}

.mce-content-body .wp-audio-playlist {
  margin: 0;
}

body {
  overflow-x: hidden;
}

body.rtl {
  font-family: Arial, Tahoma, sans-serif;
}

.rtl blockquote {
  border-left: none;
  border-right: 4px solid #707070;
  margin: 0 -21px 35px 0;
  padding-left: 0;
  padding-right: 17px;
}

.rtl blockquote > blockquote {
  margin-left: auto;
  margin-right: 0;
}

.rtl li > ul, .rtl li > ol {
  margin: 0 23px 0 0;
}

.rtl table th, .rtl table caption {
  text-align: right;
}

@media screen and (max-width: 800px) {
  .entry-content table th, .entry-content table td {
    display: block;
  }
  .entry-content table.table th, .entry-content table.table td {
    display: table-cell;
    font-size: 12px;
  }
  .jstream-eqPlayer {
    width: 100% !important;
  }
  .jstream-eqPlaye-flowtingShadow {
    width: 100% !important;
  }
  .jstream-eqPlaye-flowtingShadow iframe {
    width: 100% !important;
  }
}
.topics .table {
  border-collapse: collapse;
  border-top: 1px solid #DCAA13;
  margin-bottom: 20px;
  border-left: 1px solid #DCAA13;
}
.topics .table th {
  padding: 10px;
  border-bottom: 1px solid #DCAA13;
  border-right: 1px solid #DCAA13;
  background: #FAF2D4 none repeat scroll 0% 0%;
  text-align: center;
}
.topics .table td {
  padding: 10px;
  border-bottom: 1px solid #DCAA13;
  border-right: 1px solid #DCAA13;
}

#kumonnow.dir2.index #main .entryCont p.link {
  position: static;
  text-align: left;
}

.entryCont {
  width: 90%;
  margin: 0 auto;
}
.entryCont .red {
  color: #ff5555;
}
.entryCont a.link {
  color: #06c;
  text-decoration: underline;
  word-break: break-all;
}
.entryCont p.comment {
  color: #999999;
  font-size: 13px;
}
.entryCont h4.sub_title {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.entryCont .border {
  text-decoration: underline;
}
.entryCont .design_table {
  font-size: 16px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
}
.entryCont .design_table .design_table_item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .entryCont .design_table .design_table_item {
    flex-direction: column;
  }
}
.entryCont .design_table .design_table_item .design_table_cell {
  display: block;
  padding: 10px;
  width: 33.3333333333%;
  border-left: solid 1px #999;
  border-top: solid 1px #999;
}
@media screen and (max-width: 767px) {
  .entryCont .design_table .design_table_item .design_table_cell {
    width: 100%;
  }
}
.entryCont .design_table .design_table_item .design_table_cell:first-child {
  background-color: #f7f7f7;
  font-weight: 700;
}
.entryCont .content_wrap {
  margin: 20px 0;
}
.entryCont .content_wrap figure.img.floatL {
  float: left;
  margin: 0 20px 20px 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .entryCont .content_wrap figure.img.floatL {
    margin: 0 auto;
    margin-bottom: 20px;
    float: initial;
    text-align: center;
  }
}
.entryCont .content_wrap figure.img.floatL img {
  max-width: 100%;
  max-width: 450px;
  max-height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .entryCont .content_wrap figure.img.floatL img {
    max-width: 100%;
    max-height: initial;
  }
}
.entryCont .content_wrap figure.img.floatR {
  float: right;
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .entryCont .content_wrap figure.img.floatR {
    margin: 0 auto;
    margin-bottom: 20px;
    float: initial;
    text-align: center;
  }
}
.entryCont .content_wrap figure.img.floatR img {
  max-width: 450px;
  max-height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .entryCont .content_wrap figure.img.floatR img {
    max-width: 100%;
  }
}
.entryCont .content_wrap .investigation {
  border: 1px solid #999;
  padding: 10px;
  margin-bottom: 20px;
  float: left;
  max-width: 100%;
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .entryCont .content_wrap .investigation {
    margin: 0 0 20px 0;
  }
}
.entryCont .content_wrap .investigation.floatR {
  float: right;
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .entryCont .content_wrap .investigation.floatR {
    margin: 0 0 20px 0;
    float: initial;
  }
}
.entryCont .content_wrap .investigation.floatL {
  float: left;
  margin: 0 20px 20px 0;
  float: initial;
}
@media screen and (max-width: 767px) {
  .entryCont .content_wrap .investigation.floatL {
    margin: 0 0 20px 0;
  }
}
.entryCont .content_wrap.img.pop_up {
  text-align: center;
  width: 85%;
  margin: 30px auto;
}
.entryCont .content_wrap.img.pop_up img {
  max-width: 100%;
  border-radius: 0;
}
.entryCont .content_wrap.img.one {
  text-align: center;
}
.entryCont .content_wrap.img.one img {
  max-width: 100%;
}
.entryCont .content_wrap.img.more .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 4%;
}
@media screen and (max-width: 767px) {
  .entryCont .content_wrap.img.more .flex {
    flex-direction: column;
    gap: 20px 0;
  }
}
.entryCont .content_wrap.img.more .flex li {
  text-align: center;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .entryCont .content_wrap.img.more .flex li {
    width: 100%;
  }
}
.entryCont .content_wrap.img.more .flex li img {
  max-width: 100%;
}
.entryCont .content_wrap.investigation {
  border: 1px solid #999;
  padding: 10px;
  margin-bottom: 20px;
}
.entryCont .content_wrap.gray_box {
  background: #f7f7f7;
  padding: 30px;
}
.entryCont .content_wrap.gray_box .box_title {
  font-weight: 700 !important;
  text-align: center;
}
.entryCont .content_wrap.blue_box {
  background: #dcf4ff;
  border-radius: 15px;
  padding: 20px;
}
.entryCont .content_wrap.blue_box .box_title {
  font-weight: 700 !important;
}
.entryCont .content_wrap.blue_box.no_borderR {
  border-radius: 0;
}
.entryCont .content_wrap.font_change {
  font-family: YuMincho, "Yu Mincho", serif;
  background: #f4f4f4;
  padding: 30px;
}
.entryCont .link_wrap {
  background: #FFFAE6;
}
.entryCont .link_wrap .flex {
  display: flex;
  align-items: center;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .entryCont .link_wrap .flex {
    flex-direction: column;
  }
}
.entryCont .link_wrap .flex .img {
  max-width: 280px;
}
.entryCont .link_wrap .flex .img img {
  border-radius: 40px !important;
  max-width: 100%;
}
.entryCont .ol_style {
  font-size: 16px;
  font-weight: 500;
  margin: 30px 0 30px 18px;
}
.entryCont .ol_style li {
  list-style: auto;
}

.entryCont .content_wrap.clearfix figure.img:has(.investigation) .investigation {
  border: 1px solid #999;
  padding: 10px;
  margin-bottom: 0;
}

.entry-content .notice {
  padding: 8px;
  background: #FFFAE4 none repeat scroll 0% 0%;
}

/* #content_area em {//ランキングが斜体になるので削除
  font-style: italic;
} */
#content_area .it {
  font-style: italic;
}

@media screen and (min-width: 800px) {
  .hidden_pc {
    display: none !important;
  }
}
.PC {
  display: block !important;
}

.SP {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .PC {
    display: none !important;
  }
  .SP {
    display: block !important;
  }
}
.titArea {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 2rem 2% 0;
}
@media screen and (max-width: 767px) {
  .titArea {
    flex-direction: column;
  }
}
.titArea .titArea-desc {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .titArea .titArea-desc {
    width: 90%;
    margin: 0 auto;
  }
}
.titArea .titArea-image {
  width: 43%;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 10px 15px 0px rgba(107, 151, 211, 0.3);
}
@media screen and (max-width: 767px) {
  .titArea .titArea-image {
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
    margin: 20px auto 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .titArea .titArea-image._pc {
    display: none;
  }
}
.titArea .titArea-image._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .titArea .titArea-image._sp {
    display: block;
  }
}
.titArea .titArea-image img {
  width: 100%;
  padding: 10px;
  border-radius: 16px;
}

.number {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
}

.number .vol {
  font-size: 18px;
  margin: 0 20px -3px 0;
}

@media screen and (max-width: 767px) {
  .titArea .number .vol {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 10px -3px 0;
  }
}
.number .date {
  color: #737373;
  font-size: 14px;
}

.topics .number {
  display: unset;
}

.titArea-desc .name {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .titArea-desc .name {
    font-size: 16px;
  }
}
.titArea-desc .hen {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .titArea-desc .hen {
    font-size: 14px;
  }
}
.titArea-desc .tit {
  margin-top: 8px;
  line-height: 1.6;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .titArea-desc .tit {
    font-size: 1.5rem;
    white-space: unset;
  }
}
@media screen and (max-width: 767px) {
  .titArea-desc .tit br {
    display: none !important;
  }
}
.titArea-desc .tit p {
  font-size: 1.35rem !important;
}
.titArea-desc .tit p span {
  font-size: 1.35rem !important;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: initial;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0.5rem;
}

.tags .tag a {
  background-color: var(--thin-blue);
  font-size: 0.7rem;
  padding: 0px 0.5rem;
  border-radius: 15px;
  background-image: url(/wp/wp-content/uploads/2023/05/tag-icon.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 10px 50%;
  display: inline-block;
}

.profile {
  background-color: #FFFFFF;
  border-radius: 40px;
  padding: 40px;
  margin: 70px auto;
  margin-bottom: 40px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .profile {
    padding: 30px 15px 30px 15px;
  }
}

.profile .introduction .director {
  font-weight: 700;
  line-height: 1.5;
  font-size: 1rem;
}

.profile .introduction .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
}

.profile .introduction p {
  font-size: 0.75rem;
  line-height: 1.75;
  margin-top: 10px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .profile .introduction p {
    margin-top: 30px;
  }
}
.profile .overview {
  margin-top: 30px;
}

.profile .overview h2 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
}

.profile .overview span::after {
  display: block;
  content: "";
  border-top: 2px solid #e2e2e2;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.profile .overview p {
  margin-top: 30px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.share-area {
  margin: 80px 0;
}
.share-area .share-button .sns .item .links a img {
  width: 46px;
  height: 46px;
}

.profile .share-button .sns {
  justify-content: right;
}

.share-button .sns {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .share-button .sns {
    flex-direction: column;
  }
}
.share-button .sns .item {
  display: flex;
  align-items: center;
}

.share-button .sns .item:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .share-button .sns .item:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.share-button .sns .item .heading {
  margin-right: 30px;
  color: #0c59ab;
  font-size: 14px;
  font-weight: 700;
}

.share-button .sns .item .links {
  display: flex;
}

.share-button .sns .item .links a {
  display: block;
}
.share-button .sns .item .links a img {
  width: 30px;
  height: 30px;
}

.share-button .sns .item .links a:not(:last-child) {
  margin-right: 15px;
}

.interview-wrap {
  background-color: #D7EBFE;
}

.interview {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #D7EBFE;
  display: block;
  padding: 80px 0;
  overflow-x: hidden;
}

.interview tbody {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}

.interview tbody tr {
  display: flex;
  padding: 0 19px;
}

@media screen and (max-width: 767px) {
  .interview tbody tr {
    flex-direction: column;
  }
}
.interview tbody .interview-desc {
  width: 100%;
  display: block;
  margin-left: 40px;
}

.interview tbody .interview-image img {
  border-radius: 40px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .interview tbody .interview-desc {
    margin: 30px 0 0 0;
  }
  .interview tbody .interview-image img {
    max-width: 235px;
    margin: 0 auto;
  }
}
.interview tbody .interview-desc .interview-desc-heading {
  text-align: center;
}

.interview tbody .interview-desc .interview-desc-content {
  background-color: #fff;
  border-right: 2px solid var(--main-blue);
  border-bottom: 2px solid var(--main-blue);
  border-left: 2px solid var(--main-blue);
  padding: 40px;
  border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 767px) {
  .interview tbody .interview-desc .interview-desc-content {
    padding: 40px 20px;
  }
}
.interview tbody .interview-desc .interview-desc-heading strong {
  background-color: #E7F2F8;
  display: block;
  border-radius: 20px 20px 0 0;
  border: 2px solid var(--main-blue);
  padding: 10px;
  font-size: 24px;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .interview tbody .interview-desc .interview-desc-heading strong {
    font-size: 20px;
  }
}
.interview tbody .interview-desc .interview-desc-content p:first-child {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .interview tbody .interview-desc .interview-desc-content p:first-child {
    line-height: 2;
    font-size: 14px;
  }
}
.interview tbody .interview-desc .interview-desc-content p:last-child {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
  .interview tbody .interview-desc .interview-desc-content p:last-child {
    margin-top: 30px;
  }
}
.questionnaire {
  display: none;
}
@media screen and (max-width: 767px) {
  .questionnaire {
    display: block;
  }
}

.wpcf7 {
  text-align: center;
  display: block;
  box-shadow: 0px 10px 15px 10px rgba(107, 151, 211, 0.2);
  border-radius: 30px;
  padding: 10% 10% 5rem;
  min-height: 300px;
  position: relative;
  width: 90%;
  margin: 0 auto 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .wpcf7 {
    padding: 2rem 0.5em 4rem;
  }
}
.wpcf7 .note {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  bottom: 1rem;
  left: 5%;
  right: 5%;
  line-height: 1.4;
}
.wpcf7 #recommend {
  margin: 0;
  padding: 0;
  background: initial;
  justify-content: center;
}
.wpcf7 .first_step {
  text-align: center;
  overflow: hidden;
}
.wpcf7 .first_step.display_none {
  display: none;
}
.wpcf7 .first_step .first_step_heading {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wpcf7 .first_step .first_step_heading {
    font-size: 0.85rem;
  }
}
.wpcf7 .first_step p:last-child {
  margin-top: 30px;
}
.wpcf7 .first_step p .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
  margin: 0 auto !important;
}
.wpcf7 .first_step p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: block;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  line-height: 40px;
  background-color: #DCF4FE;
  border-radius: 50%;
  margin: 0 10px 20px;
  width: calc((100% - 100px) / 5);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wpcf7 .first_step p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    margin: 0 8px 16px;
  }
}
.wpcf7 .second_step .second_step_heading {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
}
.wpcf7 .second_step .second_step_heading .second_step_number {
  background-color: #0C59AB;
  color: #fff;
  padding: 10px 25px;
  border-radius: 11px;
  text-align: center;
  min-width: 74px;
}
.wpcf7 .second_step .second_step_heading .second_step_number .second_step_heading {
  font-size: 12px;
  font-weight: 700;
}
.wpcf7 .second_step .second_step_heading .second_step_number .select_num {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.wpcf7 .second_step .second_step_heading .second_step_text {
  margin-left: 29px;
}
.wpcf7 .second_step .second_step_heading .second_step_text .second_step_text_heading {
  font-size: 12px;
  font-weight: 700;
  color: #0C59AB;
}
.wpcf7 .second_step .second_step_heading .second_step_text .second_step_text_title {
  line-height: 1.5;
  font-weight: 700;
}
.wpcf7 .second_step p label .wpcf7-form-control-wrap textarea {
  width: 100%;
  background-color: #EDFAFF;
  border: none;
  padding: 10px;
  color: #7E7E7E;
  resize: none;
  border-radius: 20px;
  height: 150px;
}
.wpcf7 .second_step p input {
  background-color: #0C59AB;
  border: none;
  color: #fff;
  letter-spacing: 0.08em;
  max-width: 212px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 25px;
  cursor: pointer;
  margin-top: 0.5rem;
}
.wpcf7 .display_none {
  display: none;
}

.wpcf7-response-output {
  border: none !important;
  position: absolute;
  top: 20%;
  left: 10%;
  right: 10%;
}

/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 1;
    transform: translateY(100px);
  }
  to {
    opacity: 0;
    transform: translateY(-200px);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 1;
    transform: translateY(100px);
  }
  to {
    opacity: 0;
    transform: translateY(-200px);
  }
}
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 0;
    display: none;
    height: 0;
    transform: translateY(-50px);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 0;
    display: none;
    height: 0;
    transform: translateY(-50px);
  }
}
p span.base_link {
  padding-left: 30px;
}

.related-article h2.article-heading {
  padding: 5rem 1rem 1rem;
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .related-article h2.article-heading {
    font-size: 1.6rem;
  }
}

#special_bknum,
#special_relate,
#obog_bknum,
#obog_relate,
#topics_bknum,
#topics_relate {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: auto !important;
}
#special_bknum ul.article_area-list,
#special_relate ul.article_area-list,
#obog_bknum ul.article_area-list,
#obog_relate ul.article_area-list,
#topics_bknum ul.article_area-list,
#topics_relate ul.article_area-list {
  padding: 0 2%;
}
@media screen and (max-width: 767px) {
  #special_bknum ul.article_area-list,
#special_relate ul.article_area-list,
#obog_bknum ul.article_area-list,
#obog_relate ul.article_area-list,
#topics_bknum ul.article_area-list,
#topics_relate ul.article_area-list {
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  #special_bknum li.article_area-item,
#special_relate li.article_area-item,
#obog_bknum li.article_area-item,
#obog_relate li.article_area-item,
#topics_bknum li.article_area-item,
#topics_relate li.article_area-item {
    width: 290px;
    margin: 0.5rem;
  }
}

.recommend_list .figure {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #EDEDED;
}
@media screen and (max-width: 767px) {
  .recommend_list .figure {
    min-width: 120px;
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .recommend_list .figure h3 {
    font-size: 1.2rem;
  }
}

div {
  line-height: 2;
}

.article_area-item.special .num {
  border-bottom: 3px solid #A7F06F !important;
}

.article_area-item.obog .num {
  border-bottom: 3px solid #ADE0FC !important;
}

.article_area-item.topics .num {
  border-bottom: 3px solid #FEC52E !important;
}

table.graph.aligncenter {
  width: 90% !important;
  margin: 0 auto;
}
table.graph.aligncenter img {
  border-radius: 0 !important;
  margin: 2rem auto;
  display: block;
  /* max-width: 500px; */
  max-width: 100%;
}

.entryCont article.topics .entry-content {
  padding-top: 1rem;
}
.entryCont article.topics table {
  background-color: transparent;
  transform: none;
  padding: 0;
  overflow-x: unset;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .entryCont article.topics table {
    width: 100% !important;
  }
}
.entryCont article.topics table tbody {
  padding: 0 !important;
}
.entryCont article.topics table tr {
  height: auto !important;
}
.entryCont article.topics table td {
  border: none !important;
  border-radius: none !important;
  height: auto !important;
  margin: 0 !important;
}
.entryCont article.topics table td p:first-child {
  background-color: transparent !important;
  border-bottom: none;
}
.entryCont article.topics table td .base_photo {
  overflow: hidden;
  margin: 0;
}
.entryCont article.topics table td .base_photo img {
  border-radius: 8px !important;
}
.entryCont table.alignright {
  padding-bottom: 1rem;
  background-color: transparent !important;
}
.entryCont table.alignright p {
  background-color: transparent;
}

p:empty {
  display: none;
}

table.alignleft.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  table.alignleft.pc {
    display: none !important;
  }
}

table.alignleft.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  table.alignleft.sp {
    display: block !important;
  }
}

.topics .alignleft,
.topics .alignright,
.topics .aligncenter {
  /* width: unset; */
  padding: 0;
  margin-bottom: 20px !important;
}
.topics .clearfix {
  clear: both;
}
.topics .clearfix p img {
  margin-right: 1rem !important;
}
.topics .alignleft {
  float: left;
  margin: 7px 28px 28px 0;
}
@media screen and (max-width: 767px) {
  .topics .alignleft {
    float: none;
    margin: 7px 0 20px 0;
  }
}
.topics .alignright {
  float: right;
  margin: 7px 0 28px 28px;
}
@media screen and (max-width: 767px) {
  .topics .alignright {
    float: none;
    margin: 7px 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .topics .aligncenter {
    clear: both;
    display: block;
    margin: 7px auto;
  }
}
.topics table.alignleft {
  /* margin: 0!important; */
  padding: 1rem !important;
  height: auto;
}
.topics table.alignleft img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .topics table.alignleft img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.topics table.alignright {
  /* margin: 0; */
  padding: 1rem;
}
.topics table.alignright img {
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .topics table.alignright img {
    margin: 0 auto !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .topics .base_photo img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.single .entryCont {
  /* table.alignleft,
  table.alignright,
  table.aligncenter {
    @include mq(sp){
      margin-bottom: 20px;
    }

  } */
}
.single .entryCont iframe {
  max-width: 540px;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .single .entryCont iframe {
    width: 100%;
  }
}
.single .entryCont img {
  width: auto;
  height: auto;
  max-width: 360px;
  max-height: 400px;
  border-radius: 8px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .single .entryCont img {
    margin: 0 auto;
    max-width: 100%;
    /* margin-bottom: 20px; */
  }
}
.single .entryCont .center img,
.single .entryCont .textCenter img {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .single .entryCont .center img,
.single .entryCont .textCenter img {
    max-width: 100%;
  }
}
.single .entryCont .imgUpper table td {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .single .entryCont .imgUpper table td {
    padding: 0;
  }
}
.single .entryCont .pageLinks {
  display: none;
}
.single .entryCont address {
  font-style: unset !important;
}
.single .entryCont .flexbox {
  display: flex;
}
@media screen and (max-width: 767px) {
  .single .entryCont .flexbox {
    flex-direction: column;
  }
}
.single .entryCont .flexbox div {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .single .entryCont .flexbox div {
    width: 100%;
  }
}
.single .entryCont .link {
  word-wrap: break-word;
}
.single .entryCont .hidden_pc {
  display: none;
}
.single .entryCont .hidden_sp img {
  /* @include mq(sp){
    max-width: 100%;
  } */
}

#kumonnow {
  font-weight: 500;
  line-height: 1.5;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(221, 221, 221, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(221, 221, 221, 0.2) calc(100% - 1px));
  background-image: -moz-linear-gradient(0deg, transparent calc(100% - 1px), rgba(221, 221, 221, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(221, 221, 221, 0.2) calc(100% - 1px));
  /* background-image: -webkit-linear-gradient(0deg, transparent calc(100% - 1px), rgba(221,221,221,.2) calc(100% - 1px)),
  linear-gradient(90deg, transparent calc(100% - 1px), rgba(221,221,221,.2) calc(100% - 1px)); */
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center center;
}

.kumonnow hr {
  height: 2px;
  border-top: 2px solid #ccc;
}
.kumonnow-header {
  padding: 1rem 0 0 !important;
  color: #0c59ab;
  align-items: center;
  width: 100%;
  background-color: #fff;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: auto;
  max-height: 200px;
  overflow: hidden;
  z-index: 100;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kumonnow-header {
    padding-top: 0 !important;
  }
}
.kumonnow-header .header-logo {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .kumonnow-header .header-logo {
    flex-direction: column;
    align-items: flex-start;
  }
}
.kumonnow-header .logo {
  width: 22%;
  max-width: 280px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .kumonnow-header .logo {
    width: 40%;
  }
}
.kumonnow-header .logo img {
  width: 100%;
  vertical-align: middle;
}
.kumonnow-header .catch {
  order: 2;
}
@media screen and (max-width: 767px) {
  .kumonnow-header .catch {
    font-size: 0.625rem;
    order: 3;
    width: 100%;
  }
}
.kumonnow-header .btn {
  padding: 12px;
  padding-right: 40px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-image: url("../img/icon/icon-article_search_blue.svg");
  background-position: center right 9px;
  background-repeat: no-repeat;
  background-size: auto 26px;
  transition: all 0.3s;
  order: 3;
  margin-left: auto;
}
@media screen and (min-width: 767px1px) {
  .kumonnow-header .btn:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .kumonnow-header .btn {
    font-size: 0.8rem;
    order: 2;
  }
}
.kumonnow-nav {
  border-bottom: 2px solid #7fcef5;
  flex-direction: column;
  overflow: auto;
  width: 100%;
  scrollbar-width: none;
}
.kumonnow-nav ul {
  text-align: center;
  display: flex;
  min-width: 100px;
  scrollbar-width: none;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.kumonnow-nav li {
  width: calc(12.5% - 4.375px);
  min-width: 110px;
  margin: 0 0.1rem;
}
@media screen and (max-width: 767px) {
  .kumonnow-nav li {
    min-width: 110px;
  }
}
.kumonnow-nav a {
  height: 100%;
  padding: 10px 8px;
  color: #8d355d;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.25;
  border-radius: 10px 10px 0 0;
  background-color: rgba(255, 180, 214, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .kumonnow-nav a {
    border-radius: 0;
    padding: 0.3rem 0.5rem;
  }
}
.kumonnow-nav a.obog {
  color: #0c59ab;
  background-color: rgba(24, 132, 186, 0.1);
}
.kumonnow-nav a.obog.current {
  background-color: #ADE0FC;
}
.kumonnow-nav a.special {
  color: #2d8000;
  background-color: rgba(105, 190, 40, 0.1);
}
.kumonnow-nav a.special.current {
  background-color: #A7F06F;
}
.kumonnow-nav a.topics {
  padding-top: 25px;
  color: #853700;
  background-color: #fff8e5;
  position: relative;
}
.kumonnow-nav a.topics.current {
  background-color: #FFC515;
}
.kumonnow-nav a.topics::before {
  content: "トピックス";
  width: calc(100% - 16px);
  text-align: center;
  font-size: 10px;
  border-radius: 20px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  line-height: 1.6;
}
.kumonnow-nav::-webkit-scrollbar {
  display: none;
}
.kumonnow-contents {
  padding-top: 80px;
}
.kumonnow-contents section {
  margin-bottom: 100px;
}
.kumonnow-contents--top {
  padding-top: 100px;
  /* background-image: url("../img/top/img-bg_grid.svg"); */
  background-repeat: repeat;
  background-size: 40px;
  background-position: 0 0;
}
.kumonnow-contents--top section {
  margin-bottom: 0;
}
.kumonnow .container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .kumonnow .container {
    width: 100%;
  }
}
.kumonnow .kumon_title {
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0.5rem auto;
  padding: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .kumonnow .kumon_title {
    margin: 0.2rem 0 0;
    border-bottom: 2px solid #178FE8;
  }
}
.kumonnow .article_area {
  width: 100%;
  overflow: auto;
  scrollbar-width: none;
  padding: 1rem 0;
  position: relative;
}
.kumonnow .article_area .article_area-list {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  display: flex;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .kumonnow .article_area .article_area-list {
    width: 940px;
    flex-wrap: wrap;
    flex-direction: unset;
  }
}
.kumonnow .article_area::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .kumonnow .top_article[data-type=obog] .article_area-list,
.kumonnow .top_article[data-type=special] .article_area-list,
.kumonnow .related-article .article_area-list {
    display: grid;
    grid-template-columns: 290px 290px 290px;
    /* grid-template-rows: 490px 490px; */
    grid-template-rows: auto auto;
    gap: 16px;
    grid-auto-flow: column;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .kumonnow .top_article[data-type=obog] .article_area-item,
.kumonnow .top_article[data-type=special] .article_area-item,
.kumonnow .related-article .article_area-item {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .kumonnow .top_article[data-type=obog] .article_area-item .links,
.kumonnow .top_article[data-type=special] .article_area-item .links,
.kumonnow .related-article .article_area-item .links {
    min-height: 100px;
  }
}

.kumonnow-contents {
  margin: 0 auto;
  padding: 80px 20px;
}
.kumonnow-contents.kumonnow-contents--top {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .kumonnow-contents.kumonnow-contents--top {
    padding: 2rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .search_result .kumonnow-contents {
    padding-top: 40px;
  }
}

#content_area {
  max-width: 1000px;
  margin: 0 auto;
  width: 100% !important;
}

/* #main {
	overflow-x: hidden;
} */
#mainCont {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #mainCont {
    max-width: 100%;
    overflow-x: hidden;
  }
}
#mainCont .entryCont p {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 1rem;
}
#mainCont .entryCont figcaption {
  font-size: 0.8rem;
  text-align: center;
  /* max-width: 285px; */
  max-width: 360px;
  text-align: center;
  margin: 12px auto 0;
  line-height: 1.6;
  color: #666;
}
@media screen and (max-width: 767px) {
  #mainCont .entryCont figcaption {
    max-width: 100%;
    margin: 12px auto 20px;
  }
}

#mainCont.lp .arc {
  border: none !important;
}

#wrapper {
  min-width: auto;
}

#mainCont.obog {
  position: relative;
}
#mainCont.obog::before {
  content: "";
  position: absolute;
  display: inline-block;
  max-width: 720px;
  max-height: 700px;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: -50%;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/kumonnow/wp/wp-content/themes/kumonnow_2023/img/top/img-article_area-obog.png);
  top: 20rem;
}
@media screen and (max-width: 767px) {
  #mainCont.obog::before {
    max-width: 320px;
    max-height: 403px;
    left: 0;
    top: 26rem;
  }
}
#mainCont.obog::after {
  content: "";
  position: absolute;
  display: inline-block;
  max-width: 420px;
  max-height: 420px;
  width: 100%;
  height: 100%;
  z-index: -1;
  right: -40%;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/kumonnow/wp/wp-content/themes/kumonnow_2023/img/top/img-article_area-obog_right.png);
  top: 18rem;
}
@media screen and (max-width: 767px) {
  #mainCont.obog::after {
    display: none;
  }
}
#mainCont.special {
  position: relative;
  padding-bottom: 100px;
}
#mainCont.special::before {
  content: "";
  position: absolute;
  display: inline-block;
  max-width: 720px;
  max-height: 700px;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: -50%;
  background-position: 100%;
  background-image: url(/kumonnow/wp/wp-content/themes/kumonnow_2023/img/top/img-article_area-special_left.png);
  top: 20rem;
  background-repeat: no-repeat;
  background-size: contain;
}
#mainCont.special::after {
  content: "";
  position: absolute;
  display: inline-block;
  max-width: 320px;
  max-height: 320px;
  width: 100%;
  height: 100%;
  z-index: -1;
  right: -30%;
  background-position: 100%;
  background-image: url(/kumonnow/wp/wp-content/themes/kumonnow_2023/img/top/img-article_area-special_right02.png);
  background-repeat: no-repeat;
  top: 18rem;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #mainCont.special::after {
    display: none;
  }
}
#mainCont.topics {
  position: relative;
}
#mainCont.topics::before {
  content: "";
  position: absolute;
  display: inline-block;
  max-width: 720px;
  max-height: 700px;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: -50%;
  background-position: 100%;
  background-image: url(/kumonnow/wp/wp-content/themes/kumonnow_2023/img/top/img-article_area-topic_left02.png);
  top: 20rem;
  background-repeat: no-repeat;
  background-size: contain;
}
#mainCont.topics::after {
  content: "";
  position: absolute;
  display: inline-block;
  max-width: 320px;
  max-height: 320px;
  width: 100%;
  height: 100%;
  z-index: -1;
  right: -30%;
  background-position: 100%;
  background-image: url(/kumonnow/wp/wp-content/themes/kumonnow_2023/img/top/img-article_area-obog_right.png);
  background-repeat: no-repeat;
  top: 18rem;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #mainCont.topics::after {
    display: none;
  }
}

.special .relation_title {
  color: #246600;
}
.special .interview {
  background-color: #F0F9E9;
}
.special .interview tbody .interview-desc .interview-desc-heading strong {
  background-color: #F0F9E9;
  color: #246600;
  border: 2px solid #246600;
}
.special .interview tbody .interview-desc-content {
  border-right: 2px solid #246600;
  border-bottom: 2px solid #246600;
  border-left: 2px solid #246600;
}
.special .article-heading {
  color: #246600;
}

.topics .relation_title {
  color: #853700;
}
.topics .interview {
  background-color: #FFFAE6;
}
.topics .interview tbody .interview-desc .interview-desc-heading strong {
  background-color: #FFFAE6;
  color: #853700;
  border: 2px solid #853700;
}
.topics .interview tbody .interview-desc-content {
  border-right: 2px solid #853700;
  border-bottom: 2px solid #853700;
  border-left: 2px solid #853700;
}
.topics .article-heading {
  color: #853700;
}

nav.obog {
  border-bottom: 2px solid #ADE0FC;
}

nav.special {
  border-bottom: 2px solid #A7F06F;
}

nav.topics {
  border-bottom: 2px solid #FEC52E;
}

nav.movie {
  border-bottom: 2px solid #FFB7D8;
}
nav.movie a {
  background-color: #FFB7D8;
}

.obog .table-of-contents,
.special .table-of-contents,
.topics .table-of-contents {
  width: 90%;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 40px;
  margin-top: 40px;
  display: none;
}
@media screen and (max-width: 767px) {
  .obog .table-of-contents,
.special .table-of-contents,
.topics .table-of-contents {
    padding: 2rem 1rem;
  }
}
.obog .table-of-contents .table-of-contents-heading,
.special .table-of-contents .table-of-contents-heading,
.topics .table-of-contents .table-of-contents-heading {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1e1e1e;
}
@media screen and (max-width: 767px) {
  .obog .table-of-contents .table-of-contents-heading,
.special .table-of-contents .table-of-contents-heading,
.topics .table-of-contents .table-of-contents-heading {
    font-size: 1.5rem;
  }
}
.obog .table-of-contents .table-of-contents-list,
.special .table-of-contents .table-of-contents-list,
.topics .table-of-contents .table-of-contents-list {
  margin-top: 1rem;
  font-size: 1.5rem;
}
.obog .table-of-contents .table-of-contents-list .table-of-contents-item,
.special .table-of-contents .table-of-contents-list .table-of-contents-item,
.topics .table-of-contents .table-of-contents-list .table-of-contents-item {
  font-size: 1rem;
  line-height: 2;
  margin-left: 2rem;
  position: relative;
}
.obog .table-of-contents .table-of-contents-list .table-of-contents-item::before,
.special .table-of-contents .table-of-contents-list .table-of-contents-item::before,
.topics .table-of-contents .table-of-contents-list .table-of-contents-item::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  border-top: 2px solid #F22CBD;
  border-left: 2px solid #F22CBD;
  position: absolute;
  transform: rotate(135deg);
  top: 12px;
  bottom: 0px;
  left: -1rem;
  margin: 0;
}
.obog .table-of-contents .table-of-contents-list .table-of-contents-item:not(:first-child),
.special .table-of-contents .table-of-contents-list .table-of-contents-item:not(:first-child),
.topics .table-of-contents .table-of-contents-list .table-of-contents-item:not(:first-child) {
  margin-top: 0.8rem;
}

.obog .table-of-contents {
  background-color: #F0F8FF;
  color: #006CB8;
}

.special .table-of-contents {
  background-color: #F6FBF2;
  color: #246600;
}

.topics .table-of-contents {
  background-color: #FFFAE6;
  color: #853700;
}

.relation_title {
  clear: both;
}

p.desc {
  line-height: 1.6;
}

br {
  display: block !important;
}

.alignright span, .alignleft span {
  display: block;
  font-size: 12px;
  color: #666;
  text-align: center;
}

.entry-content a.link {
  color: #06c;
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */