@charset "UTF-8";
body.theme-kaigo {
  --primary-color: #4ab888;
  --accent-color: #85dcb6;
}

body.theme-kango {
  --primary-color: #F27487;
  --accent-color: #F6C7CD;
}

body.theme-hoiku {
  --primary-color: #FF8D90;
  --accent-color: #008693;
}

body.theme-yakuzaishi {
  --primary-color: #3074B8;
  --accent-color: #012671;
}

/*--------------------------------------------------------------------------
  目次非表示
----------------------------------------------------------------------------*/
article.article[class*=ranking] #toc {
  display: none;
}

/*--------------------------------------------------------------------------
  サイドバー
----------------------------------------------------------------------------*/
.no-scrollable-sidebar .sidebar h3.widget-sidebar-title.widget-title {
  background: var(--accent-color);
  color: #fff;
  text-shadow: none;
}

.theme-kango .sidebar,
.theme-hoiku .sidebar,
.theme-yakuzaishi .sidebar {
  display: none;
}

/*--------------------------------------------------------------------------
  全体設定
----------------------------------------------------------------------------*/
.theme-kango,
.theme-hoiku,
.theme-yakuzaishi {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.theme-kango a,
.theme-hoiku a,
.theme-yakuzaishi a {
  transition: 0.3s ease;
}
.theme-kango a:hover,
.theme-hoiku a:hover,
.theme-yakuzaishi a:hover {
  opacity: 0.75;
}
.theme-kango main.main,
.theme-hoiku main.main,
.theme-yakuzaishi main.main {
  width: 100%;
  max-width: 850px;
  border: none;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}
.theme-kango article.article,
.theme-hoiku article.article,
.theme-yakuzaishi article.article {
  margin-bottom: 0;
  padding-bottom: 90px;
}
.theme-kango .img-full,
.theme-hoiku .img-full,
.theme-yakuzaishi .img-full {
  width: calc(100% + 50px);
  margin-left: -25px;
}
@media (max-width: 480px) {
  .theme-kango .img-full,
  .theme-hoiku .img-full,
  .theme-yakuzaishi .img-full {
    width: 100%;
    margin-left: 0;
  }
}
.theme-kango .img-full > img,
.theme-hoiku .img-full > img,
.theme-yakuzaishi .img-full > img {
  width: 100%;
  height: auto;
}

.theme-kango .content {
  background: #FFF1F2;
}
@media (max-width: 480px) {
  .theme-kango .article.article {
    padding-bottom: 60px;
  }
}

.theme-hoiku .content {
  background: #FFF9E7;
}
@media (max-width: 480px) {
  .theme-hoiku main.main {
    background: #FFF9E7;
  }
}
@media (max-width: 480px) {
  .theme-hoiku .entry-content > p {
    margin: 0 16px;
  }
}

.theme-yakuzaishi .content {
  background: #EDF5FB;
}
@media (max-width: 480px) {
  .theme-yakuzaishi main.main {
    background: #EDF5FB;
  }
}
@media (max-width: 480px) {
  .theme-yakuzaishi .article.article {
    padding-bottom: 60px;
  }
}

/*--------------------------------------------------------------------------
  ヘッダー
----------------------------------------------------------------------------*/
.header_logo {
  border-top-color: var(--primary-color);
}

.mobile-menu-buttons {
  border-top-color: var(--primary-color);
}
.theme-yakuzaishi .mobile-menu-buttons.has-logo-button .menu-button {
  width: 100%;
}
.theme-yakuzaishi .mobile-menu-buttons.has-logo-button .menu-button::after {
  position: absolute;
  padding-left: 0;
  transform: translateX(60px);
}

.theme-kango .eye-catch {
  width: 100%;
}
@media (max-width: 480px) {
  .theme-kango .eye-catch {
    margin-top: 10px;
  }
}
.theme-kango .eye-catch img {
  width: 100%;
  height: auto;
}
.theme-kango .eye-catch:has(~ .list-02) {
  margin-bottom: 0;
}

.theme-hoiku .eye-catch {
  width: 100%;
}
@media (max-width: 480px) {
  .theme-hoiku .eye-catch {
    width: calc(100% - 32px);
    margin: 0 16px;
    margin-top: 10px;
  }
}
.theme-hoiku .eye-catch img {
  width: 100%;
  height: auto;
}
.theme-hoiku .eye-catch:has(~ .list-02) {
  margin-bottom: 0;
}

.theme-yakuzaishi .eye-catch {
  width: 100%;
}
@media (max-width: 480px) {
  .theme-yakuzaishi .eye-catch {
    margin-top: 10px;
  }
}
.theme-yakuzaishi .eye-catch img {
  width: 100%;
  height: auto;
}

.hoiku_column .eye-catch {
  margin: 0 24px;
}

.eye-catch__note {
  margin-bottom: -20px !important;
  font-size: 0.7em;
  margin-right: -20px;
  height: 20px;
}
@media (max-width: 480px) {
  .eye-catch__note {
    margin-right: 0;
  }
}

.theme-yakuzaishi article.article.yakuzaishi_column .entry-title {
  margin: 24px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article.yakuzaishi_column .entry-title {
    margin: 0 0 20px;
  }
}
.theme-yakuzaishi article.article.yakuzaishi_column .eye-catch {
  margin: 0 24px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article.yakuzaishi_column .eye-catch {
    margin: 0 0 20px;
  }
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article.yakuzaishi_column {
    padding: 30px 16px;
  }
}

/*--------------------------------------------------------------------------
  フッター
----------------------------------------------------------------------------*/
#footer {
  background: var(--primary-color);
}
.theme-kango #footer, .theme-hoiku #footer, .theme-yakuzaishi #footer {
  margin-top: 0;
}

.go-to-top .go-to-top-button {
  background: var(--primary-color);
}

/*--------------------------------------------------------------------------
  おすすめサイト
----------------------------------------------------------------------------*/
.theme-yakuzaishi article.article .recommended-site {
  max-width: none;
  width: calc(100% + 50px);
  margin: 20px 0 25px;
  margin-right: -25px !important;
  margin-left: -25px !important;
  border: 5px solid var(--accent-color);
  border-bottom-width: 18px;
  background: #fff;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .recommended-site {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.theme-yakuzaishi article.article .recommended-site h2 {
  font-size: 20px;
  border-radius: 0;
  border: none;
  text-align: center;
  margin: 0;
  color: #fff;
  padding: 2px 0 8px;
  background: var(--accent-color);
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .recommended-site h2 {
    font-size: 16px;
  }
}
.theme-yakuzaishi article.article .recommended-site h2 img {
  vertical-align: text-bottom;
  margin-left: 5px;
}
.theme-yakuzaishi article.article .recommended-site_inner {
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  gap: 114px;
  padding: 15px 0;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .recommended-site_inner {
    gap: 15px;
    padding: 20px 10px;
  }
}
.theme-yakuzaishi article.article .recommended-site_inner > div {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .recommended-site_inner > div img {
    max-width: 150px;
    height: auto;
    margin: 0 auto;
  }
}
.theme-yakuzaishi article.article .recommended-site_inner > div h3 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
  width: 100%;
  font-size: 20px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .recommended-site_inner > div h3 {
    font-size: 18px;
  }
}
.theme-yakuzaishi article.article .recommended-site_inner > div h3::before, .theme-yakuzaishi article.article .recommended-site_inner > div h3::after {
  display: none;
}
.theme-yakuzaishi article.article .recommended-site_inner > div ul {
  padding-left: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .recommended-site_inner > div ul {
    font-size: 12px;
  }
}
.theme-yakuzaishi article.article .recommended-site_inner > div .wp-block-buttons .wp-block-button .wp-block-button__link {
  background: #009B49;
  font-size: 16px;
  padding: 10px 0;
  box-shadow: 0 4px 0 #005F1C;
  border-radius: 5px;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .recommended-site_inner > div .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 14px;
  }
}
.theme-yakuzaishi article.article .recommended-site_inner > div:last-child h3 {
  text-align: left;
  font-size: 18px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .recommended-site_inner > div:last-child h3 {
    font-size: 16px;
  }
}
.theme-yakuzaishi article.article .recommended-site.style-02 h3 {
  border: none;
  padding: 0;
  margin: 1em auto 0;
  font-size: 26px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .recommended-site.style-02 h3 {
    margin: 0.75em auto 0.3em;
  }
}
.theme-yakuzaishi article.article .recommended-site.style-02 .recommended-site_inner {
  gap: 30px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .recommended-site.style-02 .recommended-site_inner {
    gap: 10px;
    padding: 0 10px;
  }
}
.theme-yakuzaishi article.article .recommended-site.style-02 .recommended-site_inner > div ul {
  padding-left: 0;
  font-size: 16px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .recommended-site.style-02 .recommended-site_inner > div ul {
    font-size: 14px;
  }
}
.theme-yakuzaishi article.article .recommended-site.style-02 .recommended-site_inner > div ul > li::before {
  color: var(--primary-color);
}
.theme-yakuzaishi article.article .recommended-site.style-02 .wp-block-buttons {
  margin-top: 0;
}
.theme-yakuzaishi article.article .recommended-site.style-02 .wp-block-buttons .wp-block-button {
  width: 90%;
  max-width: 650px;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
}
.theme-yakuzaishi article.article .recommended-site.style-02 .wp-block-buttons .wp-block-button .wp-block-button__link {
  background: #4cb450;
  box-shadow: 0 6px 0 #07710b;
}

/*--------------------------------------------------------------------------
  記事詳細
----------------------------------------------------------------------------*/
article.article .entry p {
  margin-bottom: 1em;
}
article.article .eye-catch {
  margin-bottom: 0;
}
.theme-kango article.article .entry-content, .theme-hoiku article.article .entry-content, .theme-yakuzaishi article.article .entry-content {
  margin: 0;
  padding: 0 25px;
}
@media (max-width: 480px) {
  .theme-kango article.article .entry-content, .theme-hoiku article.article .entry-content, .theme-yakuzaishi article.article .entry-content {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .theme-kango article.article .entry-content > .wp-block-image:not(.img-full), .theme-hoiku article.article .entry-content > .wp-block-image:not(.img-full), .theme-yakuzaishi article.article .entry-content > .wp-block-image:not(.img-full) {
    margin-right: 16px;
    margin-left: 16px;
    width: calc(100% - 32px);
    margin-bottom: 15px;
  }
  .theme-kango article.article .entry-content > .wp-block-image:not(.img-full) img, .theme-hoiku article.article .entry-content > .wp-block-image:not(.img-full) img, .theme-yakuzaishi article.article .entry-content > .wp-block-image:not(.img-full) img {
    display: inline;
  }
}
article.article .entry-content > h2:first-of-type {
  margin-top: 0.75em;
}
article.article h1.entry-title {
  margin: 0 0 0.75em;
  padding: 0 6px 8px;
  border-bottom: solid 3px var(--primary-color);
}
article.article h1.entry-title .theme-hoiku, .theme-kango article.article h1.entry-title {
  padding: 20px 0 8px;
  margin: 0 24px 30px;
}
article.article h2 {
  margin: 1.4em 0 0.8em;
  padding: 0 0 5px;
  border-bottom: solid 3px var(--primary-color);
  background: none;
}
article.article h2.fill {
  padding: 0.5em 1em;
  border: none;
  background: var(--primary-color);
  color: #fff;
}
article.article h2.front-headline {
  border: none;
  padding: 0;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 480px) {
  article.article h2.front-headline {
    font-size: 16px;
  }
}
article.article h2.front-headline span {
  display: inline;
}
@media (max-width: 600px) {
  article.article h2.front-headline span {
    display: block;
  }
}
article.article h3.wp-block-heading {
  position: relative;
  margin: 1.5em 4em 1em;
  border: double 3px var(--primary-color);
  border-width: 3px 0;
  text-align: center;
  line-height: 1;
  color: var(--primary-color);
  font-size: 20px;
}
@media (max-width: 639px) {
  article.article h3.wp-block-heading {
    margin: 0.5em 2em;
  }
}
@media (max-width: 480px) {
  article.article h3.wp-block-heading {
    margin: 0.5em 1em;
    padding: 0.6em 2em;
    font-size: 18px;
  }
}
article.article h3.wp-block-heading::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -8px;
  top: -10px;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
.theme-kaigo article.article h3.wp-block-heading::before {
  display: none;
}
.theme-kango article.article h3.wp-block-heading::before {
  display: none;
}
article.article h3.wp-block-heading::after {
  content: "";
  display: block;
  width: 32px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: -8px;
  background-size: contain;
  background-repeat: no-repeat;
}
.theme-kaigo article.article h3.wp-block-heading::after {
  background-image: url(img/img_heading_kaigo.jpg);
}
.theme-kango article.article h3.wp-block-heading::after {
  display: none;
}
article.article h4.front-headline-description {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 480px) {
  article.article h4.front-headline-description {
    font-size: 12px;
  }
}
article.article h4.front-headline-description + h2 {
  margin-top: 0;
}
article.article .marker-stripe-yellow {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.5em;
  background-image: repeating-linear-gradient(135deg, #ff9 0, #ff9 2px, transparent 2px, transparent 4px);
}
article.article .marker-stripe-red {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.5em;
  background-image: repeating-linear-gradient(135deg, #ffd0d1 0, #ffd0d1 2px, transparent 2px, transparent 4px);
}
article.article .marker-stripe-blue {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.5em;
  background-image: repeating-linear-gradient(135deg, #a8dafb 0, #a8dafb 2px, transparent 2px, transparent 4px);
}

/*--------------------------------------------------------------------------
  TOP3バナー
----------------------------------------------------------------------------*/
article.article div.banner-top3__container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media (max-width: 480px) {
  article.article div.banner-top3__container {
    flex-direction: column;
  }
}
article.article div.banner-top3__container .banner-top3 {
  margin-bottom: 1em;
  padding: 12px;
  width: 30%;
  border: solid 2px #d0d09d;
  border-radius: 10px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}
article.article div.banner-top3__container .banner-top3:hover {
  box-shadow: 0 0px 4px 3px #d0d09d;
  transition: 0.3s;
}
article.article div.banner-top3__container .banner-top3:last-child {
  margin-bottom: 1em;
}
@media (max-width: 480px) {
  article.article div.banner-top3__container .banner-top3 {
    width: 100%;
    padding: 6px;
    margin-bottom: 0.5em;
  }
}
article.article div.banner-top3__container .banner-top3__wrap {
  margin-bottom: 0.5rem;
  padding: 0;
}
@media (max-width: 480px) {
  article.article div.banner-top3__container .banner-top3__wrap {
    display: flex;
  }
}
article.article div.banner-top3__container .banner-top3_header {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  white-space: nowrap;
  align-items: flex-start;
}
@media (max-width: 480px) {
  article.article div.banner-top3__container .banner-top3_header {
    flex-direction: column;
  }
}
article.article div.banner-top3__container .banner-top3_rank {
  position: relative;
  margin-right: 0.25rem;
  padding: 0.25rem 1rem 0.5em;
  background: #dadada;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 10px), 0 100%);
  font-size: 12px;
  font-weight: 800;
  margin-top: -14px;
  padding: 24px 1rem 20px;
}
@media (max-width: 639px) {
  article.article div.banner-top3__container .banner-top3_rank {
    padding: 12px 0.5rem 10px;
  }
}
@media (max-width: 480px) {
  article.article div.banner-top3__container .banner-top3_rank {
    margin: -8px 0 0;
    padding-top: 5px;
    font-size: 10px;
  }
}
article.article div.banner-top3__container .banner-top3_rank .rank {
  font-size: 20px;
}
@media (max-width: 480px) {
  article.article div.banner-top3__container .banner-top3_rank .rank {
    font-size: 16px;
  }
}
article.article div.banner-top3__container .banner-top3_point {
  font-size: 32px;
  font-weight: 800;
  color: var(--primary-color);
}
@media (max-width: 639px) {
  article.article div.banner-top3__container .banner-top3_point {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  article.article div.banner-top3__container .banner-top3_point {
    font-size: 16px;
  }
}
article.article div.banner-top3__container .banner-top3_logo {
  text-align: center;
}
@media (max-width: 480px) {
  article.article div.banner-top3__container .banner-top3_logo {
    margin: 3px 6px;
    min-width: 75px;
    max-width: 75px;
  }
}
article.article div.banner-top3__container .banner-top3_catchcopy {
  font-size: 14px;
}
@media (max-width: 639px) {
  article.article div.banner-top3__container .banner-top3_catchcopy {
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  article.article div.banner-top3__container .banner-top3_catchcopy {
    font-size: 13px;
  }
}
article.article div.banner-top3__container .banner-top3 .rank-color-1 {
  background: #edcd56;
}
article.article div.banner-top3__container .banner-top3 .rank-color-2 {
  background: #d0d0e1;
}
article.article div.banner-top3__container .banner-top3 .rank-color-3 {
  background: #d9c4aa;
}

/*--------------------------------------------------------------------------
  n人が登録
----------------------------------------------------------------------------*/
.theme-kaigo .ranking-registered,
.theme-kango .ranking-registered,
.theme-hoiku .ranking-registered,
.theme-yakuzaishi .ranking-registered {
  font-size: 24px;
  padding: 5px 0;
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background: var(--primary-color);
}
.theme-kaigo .ranking-registered > span,
.theme-kango .ranking-registered > span,
.theme-hoiku .ranking-registered > span,
.theme-yakuzaishi .ranking-registered > span {
  color: #FBFF00;
  animation: blinking 3s ease-in infinite;
}
@media (max-width: 480px) {
  .theme-kaigo .ranking-registered,
  .theme-kango .ranking-registered,
  .theme-hoiku .ranking-registered,
  .theme-yakuzaishi .ranking-registered {
    font-size: 15px;
    width: 100%;
    margin-left: 0;
    line-height: 1.2;
  }
}
.theme-kaigo .article .ranking-registered,
.theme-kango .article .ranking-registered,
.theme-hoiku .article .ranking-registered,
.theme-yakuzaishi .article .ranking-registered {
  width: calc(100% + 50px);
  margin-left: -25px;
}
@media (max-width: 480px) {
  .theme-kaigo .article .ranking-registered,
  .theme-kango .article .ranking-registered,
  .theme-hoiku .article .ranking-registered,
  .theme-yakuzaishi .article .ranking-registered {
    width: 100%;
    margin-left: 0;
  }
}

.theme-kaigo .article .ranking-registered {
  width: 100%;
  margin-left: 0;
}

@media (max-width: 480px) {
  .theme-hoiku .article .ranking-registered {
    width: calc(100% - 16px);
    margin: 0 8px;
    padding-top: 2px;
  }
}
.theme-hoiku .article .ranking-registered > span {
  font-size: 135%;
  margin: 0 0.3em;
  line-height: 1;
  display: inline-block;
  transform: translateY(2px);
}

@media (max-width: 480px) {
  .theme-yakuzaishi .ranking-registered {
    padding-top: 2px;
  }
}
.theme-yakuzaishi .ranking-registered > span {
  font-size: 135%;
  margin: 0 0.3em;
  line-height: 1;
  display: inline-block;
  transform: translateY(2px);
  animation: blinking 3s ease-in infinite;
}

@keyframes blinking {
  60% {
    color: var(--primary-color);
  }
}
/*--------------------------------------------------------------------------
  転職のポイント
----------------------------------------------------------------------------*/
.theme-yakuzaishi article.article .success-points {
  width: calc(100% + 30px);
  margin: 45px 0 10px;
  margin-left: -15px;
  margin-right: -15px;
  border: 2px solid #D9AF61;
  padding: 10px 10px 300px;
  counter-reset: point;
  background: #fff url(./img/yakuzaishi_points_bg.png) no-repeat bottom 20px center/600px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .success-points {
    width: 100%;
    margin: 0 0 15px;
    padding: 10px 10px 50vw;
    position: relative;
    z-index: 2;
    background-size: 90%;
    border: none;
  }
  .theme-yakuzaishi article.article .success-points::before {
    content: "";
    position: absolute;
    display: block;
    inset: 4px;
    border: 1px solid #D9AF61;
    z-index: -1;
  }
}
.theme-yakuzaishi article.article .success-points h2 {
  background: var(--primary-color);
  color: #fff;
  border: none;
  text-align: center;
  padding: 20px 0;
  font-size: 28px;
  position: relative;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .success-points h2 {
    font-size: 20px;
    padding: 10px 0;
  }
}
.theme-yakuzaishi article.article .success-points h2 .bold {
  font-size: 60%;
}
.theme-yakuzaishi article.article .success-points h2:has(> .bold) {
  padding-top: 0;
}
.theme-yakuzaishi article.article .success-points h2::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 30px 0px 0px;
  border-color: var(--primary-color) transparent transparent transparent;
  transform: rotate(10deg) translateY(90%);
  right: 30px;
  bottom: 0;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .success-points h2::after {
    transform: translateY(60%);
  }
}
.theme-yakuzaishi article.article .success-points h3 {
  background: var(--primary-color);
  padding: 15px 0 15px 90px;
  margin-left: 0 !important;
  min-width: 380px;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  counter-increment: point;
  color: #fff;
  margin-top: 2em;
  text-align: left;
  box-shadow: 6px 6px 0 #00359E;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .success-points h3 {
    padding: 10px 50px 10px 60px;
    min-width: 75%;
    font-size: 16px;
    box-shadow: 5px 5px 0 #00359E;
    margin-bottom: 15px;
  }
}
.theme-yakuzaishi article.article .success-points h3::before {
  content: counter(point);
  position: absolute;
  left: 20px;
  width: 30px;
  text-align: center;
  font-size: 70px;
  font-style: italic;
  color: #D9AF61;
  font-weight: 600;
  bottom: 0;
  top: auto;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .success-points h3::before {
    font-size: 55px;
    left: 10px;
  }
}
.theme-yakuzaishi article.article .success-points h3::after {
  content: "";
  top: 0;
  bottom: 0;
  right: -20px;
  width: 50px;
  height: unset;
  transform: skew(-35deg);
  background: var(--primary-color);
  filter: drop-shadow(10px 6px 0 #00359E);
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .success-points h3::after {
    filter: drop-shadow(6px 5px 0 #00359E);
  }
}
.theme-yakuzaishi article.article .success-points h3:not(:first-child) {
  margin-top: 2.5em;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .success-points p {
    font-size: 14px;
    margin-left: 0 !important;
  }
}

/*--------------------------------------------------------------------------
  囲み枠
----------------------------------------------------------------------------*/
.theme-yakuzaishi article.article .blank-box {
  max-width: 650px;
  width: calc(100% - 32px);
  border-color: var(--primary-color);
  padding: 23px 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background: #FFFEEB;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .blank-box {
    padding: 16px;
    margin-top: 26px;
  }
}

/*--------------------------------------------------------------------------
  おすすめポイント
----------------------------------------------------------------------------*/
.theme-yakuzaishi article.article .ranking-recommended-point {
  width: calc(100% - 32px);
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .ranking-recommended-point {
    margin-bottom: 7px;
  }
}
.theme-yakuzaishi article.article .ranking-recommended-point .box-label {
  background: none;
  font-size: 16px;
  font-weight: 800;
  color: var(--accent-color);
  margin: 0 0 9px 10px;
  padding: 0;
}
.theme-yakuzaishi article.article .ranking-recommended-point .box-label::before {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 18px;
  background: url(./img/yakuzaishi_ico_arrow.svg) no-repeat center center/contain;
  content: "";
  margin-right: 5px;
}
.theme-yakuzaishi article.article .ranking-recommended-point .box-content {
  border: solid 1px var(--primary-color);
  border-radius: 5px;
  background: #FFFEEB;
}
.theme-yakuzaishi article.article .ranking-recommended-point .box-content ul {
  padding-left: 0.5em;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .ranking-recommended-point .box-content ul {
    padding: 0;
  }
}
.theme-yakuzaishi article.article .ranking-recommended-point .box-content ul li {
  padding: 0.5em 0 0.5em 4em;
  border-top: 1px dashed #828282;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .ranking-recommended-point .box-content ul li {
    padding-left: 1.75em;
  }
}
.theme-yakuzaishi article.article .ranking-recommended-point .box-content ul li:first-child {
  border: none;
}
.theme-yakuzaishi article.article .ranking-recommended-point .box-content ul li::before {
  content: "" !important;
  width: 18px;
  height: 100%;
  background: url(./img/yakuzaishi_ico_check.svg) no-repeat center 1em/contain;
  left: 5px;
}

/*--------------------------------------------------------------------------
  タブ
----------------------------------------------------------------------------*/
article.article .compare-table-tab {
  margin-top: 25px;
}
@media (max-width: 480px) {
  article.article .compare-table-tab {
    margin-top: 15px;
  }
}
article.article .tab-block .tab-label-group:has(li:only-child) {
  display: none;
}
article.article .tab-block .tab-label-group {
  display: flex;
  gap: 0 11px;
}
@media (max-width: 480px) {
  article.article .tab-block .tab-label-group {
    gap: 0 6px;
  }
}
.theme-hoiku article.article .tab-block .tab-label-group {
  margin: 0 16px !important;
}
article.article .tab-block .tab-label-group .tab-label {
  color: #fff;
  text-align: center;
  flex: 1;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 480px) {
  article.article .tab-block .tab-label-group .tab-label {
    line-height: 1.2;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 10px;
    font-size: 14px;
  }
}
article.article .tab-block .tab-label-group .tab-label br {
  display: none;
}
@media (max-width: 480px) {
  article.article .tab-block .tab-label-group .tab-label br {
    display: inline;
  }
}
.theme-kaigo article.article .tab-block .tab-label-group .tab-label {
  background: #9fdcc1;
}
.theme-kango article.article .tab-block .tab-label-group .tab-label {
  background: #CD7A86;
}
.theme-hoiku article.article .tab-block .tab-label-group .tab-label {
  background: #ffd2d3;
}
.theme-yakuzaishi article.article .tab-block .tab-label-group .tab-label {
  background: #a8dafb;
}
.theme-kaigo article.article .tab-block .tab-label-group .tab-label.is-active, .theme-kango article.article .tab-block .tab-label-group .tab-label.is-active, .theme-hoiku article.article .tab-block .tab-label-group .tab-label.is-active, .theme-yakuzaishi article.article .tab-block .tab-label-group .tab-label.is-active {
  background: var(--primary-color);
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .tab-block {
    margin: 0 12px;
  }
}
article.article .tab-content-group {
  padding: 0;
  border: none;
}

/*--------------------------------------------------------------------------
  見出し
----------------------------------------------------------------------------*/
.theme-kango .initial-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 10px;
  margin: 0 0 30px;
  margin-top: 20px;
  color: var(--primary-color);
  text-align: center;
  background: url(img/kango_heading_bg.png) no-repeat center/contain;
  height: 66px;
  border-bottom: none;
}
@media (max-width: 480px) {
  .theme-kango .initial-heading {
    background-image: url(img/kango_heading_bg_sp.png);
  }
}

article.article .compare-table-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
}
.theme-kango article.article .compare-table-heading {
  padding: 0 0 10px;
  margin: 0 0 30px;
  margin-top: 20px;
  color: var(--primary-color);
  text-align: center;
  background: url(img/kango_heading_bg.png) no-repeat center/contain;
  height: 66px;
}
@media (max-width: 480px) {
  .theme-kango article.article .compare-table-heading {
    background-image: url(img/kango_heading_bg_sp.png);
  }
}
.theme-hoiku article.article .compare-table-heading {
  background: url(img/hoiku_heading_bg.png) no-repeat center/contain;
  height: 89px;
  color: #8B2424;
  font-size: 32px;
  margin: 20px -5px;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .compare-table-heading {
    background-image: url(img/hoiku_heading_bg_sp.png);
    font-size: 18px;
    margin: 10px;
    margin-top: 10px !important;
    padding: 0 0 0 88px;
    height: 48px;
    justify-content: flex-start;
  }
}
.theme-yakuzaishi article.article .compare-table-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  padding-bottom: 0;
  color: var(--accent-color);
  font-size: 32px;
  background: url(img/yakuzaishi_heading_bg.png) no-repeat center/contain;
  height: 72px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .compare-table-heading {
    background-image: url(img/yakuzaishi_heading_bg_sp.png);
    margin: 0 10px 15px;
    height: 67px;
    font-size: 20px;
  }
}
article.article .middle-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-kango article.article .middle-heading {
  padding: 0 0 10px;
  margin: 0 0 30px;
  margin-top: 20px;
  color: var(--primary-color);
  text-align: center;
  background: url(img/kango_heading_bg_02.png) no-repeat center/contain;
  height: 65px;
  border: none;
  font-size: 24px;
}
@media (max-width: 480px) {
  .theme-kango article.article .middle-heading {
    font-size: 24px;
    background-image: url(img/kango_heading_bg_02_sp.png);
    margin: 0 0 15px;
  }
}
.theme-hoiku article.article .rank-heading {
  background: url(img/hoiku_heading_bg_02.png) no-repeat center/contain;
  height: 160px;
  display: flex;
  align-items: center;
  padding: 35px 100px 35px 160px;
  color: #8B2424;
  border: none;
  position: relative;
  margin: 0 -10px;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .rank-heading {
    background-image: url(img/hoiku_heading_bg_02_sp.png);
    background-position-y: 58%;
    margin: 0 10px;
    padding: 4px 50px 0 23%;
    font-size: 5.3vw;
    height: 90px;
  }
}
.theme-hoiku article.article .rank-heading::before {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  color: #F27487;
  font-weight: 700;
  font-size: min(4.2vw, 34px);
}
@media (max-width: 480px) {
  .theme-hoiku article.article .rank-heading::before {
    font-size: 4vw;
    top: 54%;
  }
}
.theme-hoiku article.article .rank-heading::after {
  content: "";
  position: absolute;
  border-top: 20px solid var(--primary-color);
  left: -15px;
  right: -15px;
  top: 0;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .rank-heading::after {
    border-top-width: 10px;
    left: -10px;
    right: -10px;
  }
}
.theme-hoiku article.article .rank-heading:not(.rank-1) {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .rank-heading:not(.rank-1) {
    margin-top: 35px;
  }
}
.theme-hoiku article.article .rank-heading.rank-1::before {
  content: "１";
  left: min(4.5vw, 40px);
}
@media (max-width: 480px) {
  .theme-hoiku article.article .rank-heading.rank-1::before {
    left: 7.1vw;
  }
}
.theme-hoiku article.article .rank-heading.rank-2::before {
  content: "２";
  left: min(4.4vw, 38px);
}
@media (max-width: 480px) {
  .theme-hoiku article.article .rank-heading.rank-2::before {
    left: 7vw;
  }
}
.theme-hoiku article.article .rank-heading.rank-3::before {
  content: "３";
  left: min(4.5vw, 39px);
}
@media (max-width: 480px) {
  .theme-hoiku article.article .rank-heading.rank-3::before {
    left: 7vw;
  }
}
.theme-hoiku article.article .rank-heading.rank-4, .theme-hoiku article.article .rank-heading.rank-5 {
  background-image: url(img/hoiku_heading_bg.png);
}
@media (max-width: 480px) {
  .theme-hoiku article.article .rank-heading.rank-4, .theme-hoiku article.article .rank-heading.rank-5 {
    background-image: url(img/hoiku_heading_bg_sp.png);
  }
}
.theme-hoiku article.article .rank-heading.rank-4::before {
  content: "４";
  left: 40px;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .rank-heading.rank-4::before {
    left: 5vw;
  }
}
.theme-hoiku article.article .rank-heading.rank-5::before {
  content: "５";
  left: 25px;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .rank-heading.rank-5::before {
    left: 4.5%;
  }
}
.theme-yakuzaishi article.article .rank-heading {
  background: url(./img/yakuzaishi_heading_bg.png) no-repeat center bottom/contain;
  height: 120px;
  padding-top: 40px;
  display: flex;
  align-items: center;
  counter-increment: rank;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .rank-heading {
    background-image: url(./img/yakuzaishi_heading_bg_02_sp.png);
    height: auto;
    padding-top: 16px;
    margin: 0 7px 14px;
    aspect-ratio: 36/10;
    width: calc(100% - 14px);
  }
}
.theme-yakuzaishi article.article .rank-heading::before {
  content: "";
  position: absolute;
  display: block;
  height: 20px;
  background: var(--primary-color);
  left: -25px;
  right: -25px;
  top: 0;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .rank-heading::before {
    left: -7px;
    right: -7px;
    height: 10px;
  }
}
.theme-yakuzaishi article.article .rank-heading:not(.rank-1) {
  margin-top: 70px;
}
.theme-yakuzaishi article.article .rank-heading .wp-block-heading {
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 32px;
  margin-left: 5px !important;
  color: var(--accent-color);
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .rank-heading .wp-block-heading {
    font-size: 20px;
  }
}
.theme-yakuzaishi article.article .rank-heading .wp-block-heading::before {
  display: block;
  width: 57px;
  height: 45px;
  padding-top: 15px;
  flex-shrink: 0;
  margin: 0 25px 0 21px;
  background: no-repeat center/contain;
  text-align: center;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .rank-heading .wp-block-heading::before {
    width: 35px;
    height: 28px;
    padding-top: 0;
    margin: 0 10px 0 15px;
    font-size: 24px;
  }
}
.theme-yakuzaishi article.article .rank-heading .rank-score {
  border: 2px solid var(--primary-color);
  height: calc(100% - 15px);
  transform: translateY(2px);
  background: #fff;
  margin-right: 5px !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 210px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .rank-heading .rank-score {
    width: 110px;
    padding: 0;
    height: 19.5vw;
    transform: translateY(1px);
  }
}
.theme-yakuzaishi article.article .rank-heading .rank-score_heading {
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  padding: 6px 0 8px;
  width: 100%;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .rank-heading .rank-score_heading {
    font-size: 12px;
    padding: 8px 0 10px;
  }
}
.theme-yakuzaishi article.article .rank-heading .rank-score_body {
  display: flex;
  font-size: 24px;
  align-items: center;
  gap: 20px;
  transform: none;
  flex: 1;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .rank-heading .rank-score_body {
    gap: 5px;
    font-size: 16px;
  }
}
.theme-yakuzaishi article.article .rank-heading .rank-score_body p:has(> .star-wrap) {
  height: 18px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .rank-heading .rank-score_body p:has(> .star-wrap) {
    height: 9px;
  }
}
.theme-yakuzaishi article.article .rank-heading .rank-score_body .star-wrap {
  width: 103px;
  height: 18px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .rank-heading .rank-score_body .star-wrap {
    width: 54px;
    height: 9px;
  }
}
.theme-yakuzaishi article.article .rank-heading .rank-score_body .star-wrap::before {
  background-size: 103px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .rank-heading .rank-score_body .star-wrap::before {
    background-size: 54px;
  }
}
.theme-yakuzaishi article.article .rank-heading .rank-score_body .star-wrap img {
  vertical-align: text-top;
}
.theme-yakuzaishi article.article .rank-heading.rank-1 .wp-block-heading::before {
  content: "1";
  background-image: url(./img/yakuzaishi_rank_crown_01.png);
}
.theme-yakuzaishi article.article .rank-heading.rank-2 .wp-block-heading::before {
  content: "2";
  background-image: url(./img/yakuzaishi_rank_crown_02.png);
}
.theme-yakuzaishi article.article .rank-heading.rank-3 .wp-block-heading::before {
  content: "3";
  background-image: url(./img/yakuzaishi_rank_crown_03.png);
}
.theme-yakuzaishi article.article .rank-heading.rank-4 .wp-block-heading::before {
  content: "4";
  padding-top: 5px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .rank-heading.rank-4 .wp-block-heading::before {
    padding-top: 0;
  }
}
.theme-yakuzaishi article.article .rank-heading.rank-5 .wp-block-heading::before {
  content: "5";
  padding-top: 5px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .rank-heading.rank-5 .wp-block-heading::before {
    padding-top: 0;
  }
}
article.article .rank-lead {
  font-size: 22px;
  text-align: center;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 5px;
}
@media (max-width: 480px) {
  article.article .rank-lead {
    margin: 0 16px 20px;
    font-size: 18px;
  }
}

/*--------------------------------------------------------------------------
  特徴
----------------------------------------------------------------------------*/
article.article figure.feature-table {
  margin: 0 0 30px;
  display: block;
  padding: 0;
  overflow: auto;
}
@media (max-width: 480px) {
  article.article figure.feature-table {
    margin: 0 0 15px;
  }
}
article.article figure.feature-table tbody tr th,
article.article figure.feature-table tbody tr td {
  background: #fff;
  border: none;
  border-top: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  vertical-align: middle;
  height: 100px;
}
@media (max-width: 480px) {
  article.article figure.feature-table tbody tr th,
  article.article figure.feature-table tbody tr td {
    height: unset;
    padding: 5px;
  }
}
article.article figure.feature-table tbody tr th:first-child,
article.article figure.feature-table tbody tr td:first-child {
  width: 137px;
}
.theme-kango article.article figure.feature-table tbody tr th:first-child,
.theme-kango article.article figure.feature-table tbody tr td:first-child {
  background: #FFDCE0;
}
article.article figure.feature-table tbody tr th:last-child,
article.article figure.feature-table tbody tr td:last-child {
  border-right: 1px solid #B3B3B3;
}
article.article figure.feature-table tbody tr th img,
article.article figure.feature-table tbody tr td img {
  vertical-align: middle;
  display: inline-block;
  margin: 5px 0;
}
article.article figure.feature-table tbody tr th .score,
article.article figure.feature-table tbody tr td .score {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 480px) {
  article.article figure.feature-table tbody tr th .score,
  article.article figure.feature-table tbody tr td .score {
    font-size: 32px;
  }
}
article.article figure.feature-table tbody tr th .star-wrap,
article.article figure.feature-table tbody tr td .star-wrap {
  width: 117px;
  padding-right: 0;
}
article.article figure.feature-table tbody tr th .star-wrap::before,
article.article figure.feature-table tbody tr td .star-wrap::before {
  background: url(img/star-empty.png) #fff no-repeat center right/117px;
  height: 20px;
}
article.article figure.feature-table tbody tr th .star-wrap img,
article.article figure.feature-table tbody tr td .star-wrap img {
  vertical-align: top;
  margin: 0;
}
@media (max-width: 480px) {
  article.article .feature-tab {
    margin: 0 16px 25px;
  }
}
article.article .feature-tab .feature-heading-box {
  margin: 0 auto !important;
}
article.article .feature-tab.tab-block .tab-label-group {
  margin: 0 !important;
  overflow: visible;
}
article.article .feature-tab.tab-block .tab-label-group .tab-label {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 10px 10px 0 0;
  opacity: 0.6;
  margin-bottom: -2px;
  position: relative;
  font-size: 18px;
  background: #fff;
}
@media (max-width: 480px) {
  article.article .feature-tab.tab-block .tab-label-group .tab-label {
    font-size: 16px;
  }
}
article.article .feature-tab.tab-block .tab-label-group .tab-label.is-active {
  opacity: 1;
  border-bottom: 2px solid #fff;
  background: #fff;
}
article.article .feature-tab .tab-content-group {
  padding: 16px;
  border: 2px solid var(--primary-color);
  border-radius: 0 0 10px 10px;
  background: #fff;
}
article.article .feature-tab .tab-content-group .feature-heading-box .caption-box {
  border-width: 1px;
}
article.article .feature-tab .tab-content-group .feature-heading-box .caption-box .caption-box-label {
  font-size: 14px;
}
@media (max-width: 480px) {
  article.article .feature-tab .tab-content-group .feature-heading-box .caption-box .caption-box-content .star-wrap {
    width: 70px;
    height: 12px;
  }
  article.article .feature-tab .tab-content-group .feature-heading-box .caption-box .caption-box-content .star-wrap::before {
    background-size: 70px;
    height: 12px;
  }
}
.theme-yakuzaishi article.article .feature-tab .tab-label-group .tab-label {
  border-radius: 5px 5px 0 0;
}
.theme-yakuzaishi article.article .feature-tab .tab-content-group {
  border-radius: 0 0 5px 5px;
}
.theme-yakuzaishi article.article .feature-tab .tab-content-group .feature-heading-box {
  width: 100%;
}
.theme-yakuzaishi article.article .feature-tab .tab-content-group .feature-heading-box + .feature-heading-box {
  margin-top: 10px !important;
}
article.article .feature-heading-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}
.theme-yakuzaishi article.article .feature-heading-box {
  width: calc(100% - 32px);
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .feature-heading-box {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  article.article .feature-heading-box {
    margin: 0 16px 25px;
    gap: 10px;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .theme-hoiku article.article .feature-heading-box {
    margin-top: 25px;
  }
}
article.article .feature-heading-box.nowrap {
  flex-wrap: nowrap;
}
article.article .feature-heading-box.nowrap .caption-box {
  flex: 1;
}
@media (max-width: 480px) {
  article.article .feature-heading-box.nowrap .caption-box {
    flex: unset;
  }
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .feature-heading-box.nowrap .caption-box {
    flex: 1;
  }
}
article.article .feature-heading-box .caption-box {
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  overflow: clip;
  width: calc(50% - 10px);
  margin-bottom: 0;
}
@media (max-width: 480px) {
  article.article .feature-heading-box .caption-box {
    width: calc(50% - 5px);
  }
}
.theme-hoiku article.article .feature-heading-box .caption-box, .theme-yakuzaishi article.article .feature-heading-box .caption-box {
  border-radius: 5px;
}
.theme-yakuzaishi article.article .feature-heading-box .caption-box {
  border-color: var(--accent-color);
}
.theme-yakuzaishi article.article .feature-heading-box .caption-box.font-l .box-content {
  font-size: 22px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .feature-heading-box .caption-box.font-l .box-content {
    font-size: 18px;
  }
}
article.article .feature-heading-box .caption-box .caption-box-label {
  background: var(--primary-color);
  justify-content: center;
  color: #fff;
  padding: 10px;
}
@media (max-width: 480px) {
  article.article .feature-heading-box .caption-box .caption-box-label {
    padding: 0;
  }
}
.theme-hoiku article.article .feature-heading-box .caption-box .caption-box-label {
  line-height: 1;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .feature-heading-box .caption-box .caption-box-label {
    padding: 10px 0;
  }
}
.theme-yakuzaishi article.article .feature-heading-box .caption-box .caption-box-label {
  background: var(--accent-color);
  line-height: 1;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .feature-heading-box .caption-box .caption-box-label {
    padding: 8px 0;
  }
}
article.article .feature-heading-box .caption-box .caption-box-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  background: #fff;
  height: calc(100% - 49px);
}
@media (max-width: 480px) {
  article.article .feature-heading-box .caption-box .caption-box-content {
    padding: 5px;
    font-size: 13px;
    height: calc(100% - 29px);
  }
}
.theme-hoiku article.article .feature-heading-box .caption-box .caption-box-content, .theme-yakuzaishi article.article .feature-heading-box .caption-box .caption-box-content {
  height: calc(100% - 36px);
}
@media (max-width: 480px) {
  .theme-hoiku article.article .feature-heading-box .caption-box .caption-box-content, .theme-yakuzaishi article.article .feature-heading-box .caption-box .caption-box-content {
    height: calc(100% - 29px);
  }
}
article.article .feature-heading-box .caption-box .caption-box-content p {
  margin-bottom: 0;
  line-height: 1.5;
}
article.article .feature-heading-box .caption-box .caption-box-content:not(.star-wrap) img:has(~ strong) {
  margin: 0 5px 0 0;
  transform: translateY(-2px);
}
@media (max-width: 480px) {
  article.article .feature-heading-box .caption-box .caption-box-content:not(.star-wrap) img {
    max-height: 40px;
    width: auto !important;
  }
  .theme-yakuzaishi article.article .feature-heading-box .caption-box .caption-box-content:not(.star-wrap) img {
    width: revert-layer !important;
    max-height: 100%;
  }
  article.article .feature-heading-box .caption-box .caption-box-content:not(.star-wrap) img:has(~ strong) {
    width: 20px;
    height: 20px;
  }
}
article.article .feature-heading-box .caption-box .caption-box-content img {
  vertical-align: middle;
  display: inline-block;
}
article.article .feature-heading-box .caption-box .caption-box-content .score {
  color: var(--primary-color);
  font-size: 36px;
  line-height: 1.1;
}
@media (max-width: 480px) {
  article.article .feature-heading-box .caption-box .caption-box-content .score {
    font-size: 22px;
  }
}
article.article .feature-heading-box .caption-box .caption-box-content .star-wrap {
  width: 117px;
  height: 20px;
  padding-right: 0;
  margin: 0 auto;
}
article.article .feature-heading-box .caption-box .caption-box-content .star-wrap::before {
  background: url(img/star-empty.png) #fff no-repeat right center/117px;
}
article.article .feature-heading-box .caption-box .caption-box-content .star-wrap img {
  height: 100%;
  width: auto;
  vertical-align: top;
  margin: 0;
}
article.article .feature-heading-box + p {
  margin-top: -20px;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------------------
  ポイント
----------------------------------------------------------------------------*/
article.article [class*=point-group] {
  border-radius: 10px;
  padding: 38px 30px 47px;
}
@media (max-width: 480px) {
  article.article [class*=point-group] {
    margin: 0 16px 25px;
    padding: 15px 15px 20px;
  }
}
article.article [class*=point-group] .wp-block-list {
  list-style: none;
  padding: 0;
}
article.article [class*=point-group] .wp-block-list > li {
  padding-left: 68px;
  position: relative;
  margin: 0 0 30px;
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  article.article [class*=point-group] .wp-block-list > li {
    padding-left: 32px;
    font-size: revert;
    margin: 0 0 15px;
  }
}
article.article [class*=point-group] .wp-block-list > li::before {
  position: absolute;
  content: "";
  background: no-repeat center/contain;
  width: 49px;
  height: 39px;
  top: -3px;
  left: 0;
}
@media (max-width: 480px) {
  article.article [class*=point-group] .wp-block-list > li::before {
    width: 25px;
    height: 20px;
    top: 2px;
    margin: 0 0 15px;
  }
}
article.article .point-group_heading {
  text-align: center;
  position: relative;
  border: none;
  margin: 0 0 35px;
  padding: 0;
  font-size: 36px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
@media (max-width: 480px) {
  article.article .point-group_heading {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
article.article .point-group_heading::before {
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  z-index: -1;
  bottom: -3px;
  left: -5px;
  right: -5px;
}
@media (max-width: 480px) {
  article.article .point-group_heading::before {
    bottom: -5px;
    height: 20px;
  }
}
article.article .point-group--kango {
  background: #FFF6E2;
}
article.article .point-group--kango .point-group_heading::before {
  background: #FFC2C2;
}
article.article .point-group--kango .wp-block-list > li::before {
  background-image: url(img/kango_point_check.svg);
}

/*--------------------------------------------------------------------------
  特徴
----------------------------------------------------------------------------*/
article.article .feature-group {
  border: 3px solid var(--primary-color);
  border-radius: 5px;
  margin: 50px auto;
}
@media (max-width: 480px) {
  article.article .feature-group {
    margin: 0 15px;
  }
}
article.article .feature-group_heading {
  background: var(--primary-color);
  color: #fff;
  padding: 8px 0 10px;
  font-size: 24px;
  margin: 0;
  border: none;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .feature-group_heading {
    font-size: 18px;
  }
}
article.article .feature-group_body {
  background: #FFF4F6;
  padding: 28px 45px 45px;
}
@media (max-width: 480px) {
  article.article .feature-group_body {
    padding: 25px 15px 40px;
  }
}

/*--------------------------------------------------------------------------
  口コミ
----------------------------------------------------------------------------*/
article.article [class*=review-group] {
  border-radius: 10px;
  padding: 38px 30px 47px;
}
@media (max-width: 480px) {
  article.article [class*=review-group] {
    padding: 20px 10px 30px;
    margin: 25px 16px;
  }
}
article.article [class*=review-group] .review-lists_body {
  border-bottom: 2px dotted #828282;
  padding: 0 0 33px;
  margin-bottom: 33px;
}
@media (max-width: 480px) {
  article.article [class*=review-group] .review-lists_body {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
article.article [class*=review-group] .review-lists_header {
  display: flex;
  width: 100%;
  padding: 0 10px 20px;
  margin: 0 0 34px;
  line-height: 1.3;
  border-bottom: 5px solid var(--primary-color);
}
@media (max-width: 480px) {
  article.article [class*=review-group] .review-lists_header {
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
}
article.article [class*=review-group] .review-lists_header_ico {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: clip;
  margin-right: 10px;
}
article.article [class*=review-group] .review-lists_header_info_score {
  display: flex;
  align-items: center;
}
article.article [class*=review-group] .review-lists_header_info_score .star-wrap {
  width: 117px;
  height: 20px;
  padding-right: 0;
}
article.article [class*=review-group] .review-lists_header_info_score .star-wrap::before {
  background: url(img/star-empty.png) no-repeat right center/116px;
}
article.article [class*=review-group] .review-lists_header_info_score .star-wrap img {
  height: 100%;
  width: auto;
  vertical-align: top;
}
article.article [class*=review-group] .review-lists_header_info_score_num {
  font-weight: 700;
  font-size: 24px;
  margin-left: 20px;
}
@media (max-width: 480px) {
  article.article [class*=review-group] .review-lists_header_info_score_num {
    font-size: 20px;
  }
}
article.article [class*=review-group] .review-lists_header_info_heading {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 480px) {
  article.article [class*=review-group] .review-lists_header_info_heading {
    font-size: 18px;
  }
}
article.article [class*=review-group] .review-lists_content {
  font-size: 16px;
}
@media (max-width: 480px) {
  article.article [class*=review-group] .review-lists_content {
    font-size: 14px;
  }
}
article.article [class*=review-group] .review-more-button {
  display: block;
  width: 55%;
  cursor: pointer;
  line-height: 1.2;
  max-width: 330px;
  margin: -15px auto 15px;
  border: none;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 5px 0 #909090;
  padding: 10px 0 17px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  background: #b0b0b0 url(img/arrow_bottom.svg) no-repeat center 31px/16px;
  transition: 0.3s ease;
}
@media (max-width: 480px) {
  article.article [class*=review-group] .review-more-button {
    font-size: 14px;
    margin-top: -10px;
    background-position-y: 26px;
    padding: 7px 0 15px;
  }
}
article.article [class*=review-group] .review-more-button:hover {
  opacity: 0.75;
}
article.article .review-group_heading {
  text-align: center;
  position: relative;
  border: none;
  margin: 0 0 35px;
  padding: 0;
  font-size: 36px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
@media (max-width: 480px) {
  article.article .review-group_heading {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
article.article .review-group_heading::before {
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  z-index: -1;
  bottom: -3px;
  left: -5px;
  right: -5px;
}
@media (max-width: 480px) {
  article.article .review-group_heading::before {
    bottom: -5px;
  }
}
article.article .review-group--kango {
  background: #FFF6E2;
}
article.article .review-group--kango .review-group_heading::before {
  background: #FFC2C2;
}
article.article .review-group--kango .review-lists .star-wrap::before {
  background-color: #FFF6E2;
}
article.article h2.ranking-review-heading,
article.article h3.ranking-review-heading {
  padding: 0;
  text-align: left;
  background: none;
  border: none;
  margin: 40px auto 0;
  width: calc(100% - 32px);
  max-width: 650px;
  color: var(--accent-color);
}
article.article h2.ranking-review-heading::before, article.article h2.ranking-review-heading::after,
article.article h3.ranking-review-heading::before,
article.article h3.ranking-review-heading::after {
  display: none;
}
.theme-yakuzaishi article.article h2.ranking-review-heading::before,
.theme-yakuzaishi article.article h3.ranking-review-heading::before {
  content: "";
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  width: 26px;
  height: 22px;
  top: 0;
  left: 0;
  background: url(./img/yakuzaishi_ico_balloon.svg) no-repeat center/contain;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article h2.ranking-review-heading::before,
  .theme-yakuzaishi article.article h3.ranking-review-heading::before {
    font-size: 14px;
  }
}
.theme-hoiku article.article .ranking-review {
  margin: 50px -24px 45px;
  min-height: 0;
  width: calc(100% + 48px);
  min-width: 0;
}
.theme-hoiku article.article .ranking-review * {
  min-width: 0;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .ranking-review {
    margin: 30px 0;
    width: 100%;
  }
}
.theme-hoiku article.article .ranking-review .slick-list {
  padding-right: 104px !important;
  overflow: hidden;
}
.theme-hoiku article.article .ranking-review .slick-track {
  display: flex;
  padding-bottom: 10px;
  align-items: stretch;
}
.theme-hoiku article.article .ranking-review .slick-arrow {
  font-size: 0;
  border: none;
  position: absolute;
  top: calc(50% - 20px);
  height: 40px;
  width: 26px;
  cursor: pointer;
  z-index: 3;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.theme-hoiku article.article .ranking-review .slick-prev {
  background: url(img/arrow_left_pink.svg) no-repeat center/contain;
  left: 10px;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .ranking-review .slick-prev {
    left: 5px;
  }
}
.theme-hoiku article.article .ranking-review .slick-next {
  background: url(img/arrow_right_pink.svg) no-repeat center/contain;
  right: 10px;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .ranking-review .slick-next {
    right: 5px;
  }
}
.theme-hoiku article.article .ranking-review_item {
  margin: 0 0 0 30px;
  border: 3px solid var(--primary-color);
  border-radius: 10px;
  padding: 24px 24px 35px;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 480px) {
  .theme-hoiku article.article .ranking-review_item {
    margin-left: 20px;
    padding: 15px;
    margin-bottom: 10px;
  }
}
.theme-hoiku article.article .ranking-review_item_head {
  display: flex;
  padding: 0 0 15px;
  margin: 0 0 10px;
  border-bottom: 2px dotted #828282;
  flex-wrap: wrap;
}
.theme-hoiku article.article .ranking-review_item_head_icon {
  width: 78px;
  height: 78px;
  margin: 0 20px 10px 0;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: clip;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .ranking-review_item_head_icon {
    width: 66px;
    height: 66px;
    margin-right: 8px;
  }
}
.theme-hoiku article.article .ranking-review_item_head_icon > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-hoiku article.article .ranking-review_item_head_ttl {
  width: calc(100% - 98px);
  color: var(--primary-color);
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .ranking-review_item_head_ttl {
    width: calc(100% - 66px - 8px);
    font-size: 16px;
  }
}
.theme-hoiku article.article .ranking-review_item_head_info-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  line-height: 1;
  height: 15px;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .ranking-review_item_head_info-wrap {
    height: auto;
  }
}
.theme-hoiku article.article .ranking-review_item_head_info {
  font-weight: 700;
  margin: 0 15px 0 0;
  font-size: 14px;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .ranking-review_item_head_info {
    margin-bottom: 7px;
    margin-right: 0;
    max-height: 16px;
  }
}
.theme-hoiku article.article .ranking-review_item_head_info_attr {
  color: #F27487;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .ranking-review_item_head_info_attr {
    font-size: 16px;
  }
}
.theme-hoiku article.article .ranking-review_item_head_info_other {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 0;
}
.theme-hoiku article.article .ranking-review_item_head_info_other_area {
  color: #F27487;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .ranking-review_item_head_info_other_area {
    font-size: 16px;
  }
}
.theme-hoiku article.article .ranking-review_item_head_info_other_job {
  display: flex;
  align-items: center;
  margin: 0;
}
.theme-hoiku article.article .ranking-review_item_head_info_other_job_icon {
  border-radius: 5px;
  color: #fff;
  margin: 0 10px 0 0;
  font-size: 14px;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}
.theme-hoiku article.article .ranking-review_item_head_info_other_job_icon.job-01 {
  background: #008693;
}
.theme-hoiku article.article .ranking-review_item_head_info_other_job_icon.job-02 {
  background: #FF7700;
}
.theme-hoiku article.article .ranking-review_item_head_info_other_job_icon.job-other {
  background: #828282;
}
.theme-hoiku article.article .ranking-review_item_head_score {
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .ranking-review_item_head_score {
    margin-left: 0;
    width: 100%;
    max-height: 15px;
  }
}
.theme-hoiku article.article .ranking-review_item_head_score_star {
  width: 70px;
  margin-bottom: 0;
}
.theme-hoiku article.article .ranking-review_item_head_score_star .star-wrap {
  padding-right: 0;
  width: 100%;
}
.theme-hoiku article.article .ranking-review_item_head_score_star .star-wrap::before {
  background: #fff url(./img/star-empty.png) no-repeat center right/70px;
}
.theme-hoiku article.article .ranking-review_item_head_score_num {
  font-weight: 700;
  font-size: 14px;
  margin-left: 0.5em;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .ranking-review_item_body {
    font-size: 14px;
    line-height: 1.75;
  }
}
.theme-yakuzaishi article.article .ranking-review {
  margin: 14px auto;
  width: calc(100% - 32px);
  max-width: 650px;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  padding: 22px 28px 20px;
  background: #fff;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .ranking-review {
    margin: 10px 16px;
    padding: 15px 15px 24px;
  }
}
.theme-yakuzaishi article.article .ranking-review_item:not(:first-child) {
  margin-top: 50px;
  display: none;
}
.theme-yakuzaishi article.article .ranking-review_item_head {
  display: flex;
  padding: 0 0 14px;
  margin: 0 0 16px;
  border-bottom: 1px dashed #828282;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .ranking-review_item_head {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.theme-yakuzaishi article.article .ranking-review_item_head_icon {
  width: 35px;
  height: 35px;
  margin: 0 10px 0 0;
  flex-shrink: 0;
  overflow: clip;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .ranking-review_item_head_icon {
    width: 28px;
    height: 28px;
    margin-right: 16px;
  }
}
.theme-yakuzaishi article.article .ranking-review_item_head_icon > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-yakuzaishi article.article .ranking-review_item_head_ttl {
  margin: 0;
  color: var(--accent-color);
  font-weight: 700;
  font-size: 14px;
}
.theme-yakuzaishi article.article .ranking-review_item_head_ttl02 {
  width: 100%;
  margin: 7px 0 0;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .ranking-review_item_head_ttl02 {
    font-size: 16px;
  }
}
.theme-yakuzaishi article.article .ranking-review_item_head_score {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .ranking-review_item_head_score {
    width: 100%;
    margin-left: 44px;
    line-height: 1;
  }
}
.theme-yakuzaishi article.article .ranking-review_item_head_score_num {
  margin: 0 10px 0 0;
  color: var(--primary-color);
  font-weight: 700;
}
.theme-yakuzaishi article.article .ranking-review_item_head_score_star .star-wrap {
  padding: 0;
  width: 80px;
}
.theme-yakuzaishi article.article .ranking-review_item_head_score_star .star-wrap::before {
  background: #fff url(./img/star-empty.png) no-repeat center right/80px;
}
.theme-yakuzaishi article.article .ranking-review_item_head_score_star .star-wrap > img {
  width: 80px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .ranking-review_item_body {
    font-size: 14px;
    line-height: 28px;
  }
}
.theme-yakuzaishi article.article .ranking-review_btn {
  display: block;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 9px 0 5px;
  font-size: 14px;
  margin: 20px 0 0;
  box-shadow: 0 4px 0 #00359E;
  cursor: pointer;
  transition: 0.3s ease;
}
.theme-yakuzaishi article.article .ranking-review_btn:hover {
  opacity: 0.75;
}

/*--------------------------------------------------------------------------
  テーブル
----------------------------------------------------------------------------*/
article.article .compare-table-ttl {
  margin-bottom: 0;
  padding: 0.5em 0;
}
article.article .compare-table-ttl > p {
  margin-bottom: 0;
}
article.article .wp-block-table {
  overflow: scroll;
  float: none;
  width: 100%;
}
article.article .wp-block-table tbody td {
  border: solid 2px #d0d09d;
}
article.article .wp-block-table.header-top tr:first-child {
  background: #e7e7c3;
}
article.article .wp-block-table.header-left td:first-child {
  background: #e7e7c3;
}
article.article .wp-block-table.compare-table::-webkit-scrollbar {
  display: none;
}
article.article .wp-block-table.compare-table {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
article.article .wp-block-table.compare-table table tr td {
  border: solid 1px #cfcfcf;
  min-width: 250px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 600px) {
  article.article .wp-block-table.compare-table table tr td {
    min-width: 200px;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr td {
    min-width: 150px;
  }
}
article.article .wp-block-table.compare-table table tr td [class^=inline-button-] {
  position: relative;
  overflow: visible;
  margin: 1em;
  padding: 0.5em 1.5em;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 0 #07710b;
  background: #ce4c40;
  text-align: center;
  font-size: 16px;
}
article.article .wp-block-table.compare-table table tr td [class^=inline-button-].animation {
  animation: dent 3s infinite;
}
article.article .wp-block-table.compare-table table tr td [class^=inline-button-].color-02 {
  background: #EA042A;
  box-shadow: 0 4px 0 #af2928;
}
article.article .wp-block-table.compare-table table tr td [class^=inline-button-].color-02 .copy {
  border-color: #EA042A;
  color: #EA042A;
}
article.article .wp-block-table.compare-table table tr td [class^=inline-button-].color-02.animation {
  animation: dent-color02 3s infinite;
}
@media (max-width: 600px) {
  article.article .wp-block-table.compare-table table tr td [class^=inline-button-] {
    margin: 0;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr td [class^=inline-button-] {
    margin: 0;
    font-size: 12px;
  }
}
article.article .wp-block-table.compare-table table tr td [class^=inline-button-] a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: block;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 600px) {
  article.article .wp-block-table.compare-table table tr td [class^=inline-button-] a {
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr td [class^=inline-button-] a {
    font-size: 14px;
    white-space: nowrap;
  }
}
article.article .wp-block-table.compare-table table tr td [class^=inline-button-] a::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
article.article .wp-block-table.compare-table table tr td [class^=inline-button-]:hover {
  transform: scale(1.05);
}
@keyframes dent {
  0% {
    transform: none;
    box-shadow: 0 4px 0 #07710b;
  }
  15% {
    transform: translateY(4px);
    box-shadow: 0 0 0 #07710b;
  }
  30% {
    transform: none;
    box-shadow: 0 4px 0 #07710b;
  }
}
@keyframes dent-color02 {
  0% {
    transform: none;
    box-shadow: 0 4px 0 #af2928;
  }
  15% {
    transform: translateY(4px);
    box-shadow: 0 0 0 #af2928;
  }
  30% {
    transform: none;
    box-shadow: 0 4px 0 #af2928;
  }
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
article.article .wp-block-table.compare-table table tr td .badge-red {
  background-color: #ff5a5a;
  font-size: 11px;
}
article.article .wp-block-table.compare-table table tr td .badge-blue {
  background-color: #00a4c8;
  font-size: 11px;
}
article.article .wp-block-table.compare-table table tr td .badge-yellow {
  background-color: #ffe159;
  font-size: 11px;
}
article.article .wp-block-table.compare-table table tr td .badge-purple {
  background-color: #9f60af;
  font-size: 11px;
}
article.article .wp-block-table.compare-table table tr td .inline-button-red {
  border-bottom: solid 4px #7d0b00;
  background: #ce4c40;
}
article.article .wp-block-table.compare-table table tr td .inline-button-green {
  background: #4cb450;
  overflow: visible;
  margin-top: 35px;
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr td .inline-button-green {
    margin-top: 20px;
    overflow-x: unset;
    min-width: 80px;
  }
}
article.article .wp-block-table.compare-table table tr td .inline-button-green > .copy {
  position: absolute;
  top: -25px;
  width: auto;
  white-space: nowrap;
  color: #4cb450;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #4cb450;
  border-radius: 100px;
  padding: 0.5em 0.75em;
  font-size: 0.8em;
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr td .inline-button-green > .copy {
    top: -18px;
    padding: 0.35em 0.5em;
  }
}
article.article .wp-block-table.compare-table table tr td img {
  margin: 8px 0;
  max-width: 200px;
  max-height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 600px) {
  article.article .wp-block-table.compare-table table tr td img {
    max-width: 150px;
    max-height: 150px;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr td img {
    margin: 0;
    max-width: 125px;
    max-height: 125px;
  }
}
article.article .wp-block-table.compare-table table tr td:first-child {
  min-width: 140px;
  background: #efefd6;
}
@media (max-width: 833px) {
  article.article .wp-block-table.compare-table table tr td:first-child {
    min-width: 125px;
  }
}
@media (max-width: 600px) {
  article.article .wp-block-table.compare-table table tr td:first-child {
    min-width: 75px;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr td:first-child {
    min-width: 48px;
  }
}
article.article .wp-block-table.compare-table table tr:first-child td {
  height: 50px;
}
@media (max-width: 600px) {
  article.article .wp-block-table.compare-table table tr:first-child td {
    height: 40px;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr:first-child td {
    height: 30px !important;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr:first-child td img {
    margin: 8px 0;
  }
}
article.article .wp-block-table.compare-table table tr:first-child td:nth-child(n+2) span.badge {
  display: inline-block;
  height: 37px;
  position: relative;
  padding: 0 1rem 10px;
  background: #deded3;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 10px), 0 100%);
  font-weight: 800;
  color: inherit;
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr:first-child td:nth-child(n+2) span.badge {
    height: 32px;
    font-size: 10px;
  }
  article.article .wp-block-table.compare-table table tr:first-child td:nth-child(n+2) span.badge .fz-18px {
    font-size: 14px;
  }
}
article.article .wp-block-table.compare-table table tr:first-child td:nth-child(2) span.badge {
  background: #edcd56;
}
article.article .wp-block-table.compare-table table tr:first-child td:nth-child(3) span.badge {
  background: #d0d0e1;
}
article.article .wp-block-table.compare-table table tr:first-child td:nth-child(4) span.badge {
  background: #d9c4aa;
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr:nth-child(2) td a:nth-child(3) {
    display: inline-block;
    min-height: 35px;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr:nth-child(2) td img {
    margin: 8px 0;
  }
}
article.article .wp-block-table.compare-table table tr:nth-child(n+4) td img {
  max-height: 50px;
}
article.article .wp-block-table.compare-table.no-rank table tr:first-child {
  display: none;
}
article.article .wp-block-table.compare-table .scrollable-table {
  margin-bottom: 2em;
}
.theme-kaigo article.article .wp-block-table.compare-table table {
  table-layout: unset;
  width: 100%;
}
.theme-kaigo article.article .wp-block-table.compare-table table tr td {
  min-width: 80px;
}
@media (max-width: 480px) {
  .theme-kaigo article.article .wp-block-table.compare-table table tr td {
    font-size: 9px !important;
    padding: 3px;
    min-width: 50px;
  }
}
@media (max-width: 480px) {
  .theme-kaigo article.article .wp-block-table.compare-table table tr td .fz-12px {
    font-size: 9px;
  }
}
.theme-kaigo article.article .wp-block-table.compare-table table tr td img {
  max-height: 100% !important;
}
@media (max-width: 480px) {
  .theme-kaigo article.article .wp-block-table.compare-table table tr td [class^=inline-button-] {
    padding: 0.5em;
  }
}
@media (max-width: 480px) {
  .theme-kaigo article.article .wp-block-table.compare-table table tr td [class^=inline-button-] .copy {
    font-size: 8px;
    top: -15px;
  }
}
@media (max-width: 480px) {
  .theme-kaigo article.article .wp-block-table.compare-table table tr td [class^=inline-button-] a {
    font-size: 10px;
  }
}
.theme-kaigo article.article .wp-block-table.compare-table table tr td:first-child {
  background: #fff;
}
@media (max-width: 480px) {
  .theme-kaigo article.article .wp-block-table.compare-table table tr td:first-child img {
    max-width: 80px;
  }
}
@media (max-width: 480px) {
  .theme-kaigo article.article .wp-block-table.compare-table table tr td:first-child img[width="50"] {
    max-width: 30px;
  }
}
@media (max-width: 480px) {
  .theme-kaigo article.article .wp-block-table.compare-table table tr td:nth-child(n+2) img {
    max-width: 35px;
  }
}
.theme-kaigo article.article .wp-block-table.compare-table table tr:first-child td {
  white-space: nowrap !important;
  background: #e7e7c3;
}
.theme-kaigo article.article .wp-block-table.compare-table table tr:first-child td br {
  display: none;
}
@media (max-width: 480px) {
  .theme-kaigo article.article .wp-block-table.compare-table table tr:first-child td br {
    display: inline;
  }
}
.theme-kaigo article.article .wp-block-table.compare-table.no-scroll > div {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.theme-kaigo article.article .wp-block-table.compare-table .open-table {
  text-align: center;
  background: var(--accent-color);
  color: #fff;
  cursor: pointer;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 480px) {
  .theme-kaigo article.article .wp-block-table.compare-table .open-table {
    position: sticky;
    left: 0;
  }
}
.theme-kango article.article .wp-block-table.compare-table table, .theme-hoiku article.article .wp-block-table.compare-table table, .theme-yakuzaishi article.article .wp-block-table.compare-table table {
  table-layout: auto;
}
.theme-kango article.article .wp-block-table.compare-table.no-scroll > div, .theme-hoiku article.article .wp-block-table.compare-table.no-scroll > div, .theme-yakuzaishi article.article .wp-block-table.compare-table.no-scroll > div {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.theme-kango article.article .wp-block-table.compare-table.shine tr td, .theme-hoiku article.article .wp-block-table.compare-table.shine tr td, .theme-yakuzaishi article.article .wp-block-table.compare-table.shine tr td {
  overflow: hidden;
}
.theme-kango article.article .wp-block-table.compare-table.shine tr td:last-child a, .theme-hoiku article.article .wp-block-table.compare-table.shine tr td:last-child a, .theme-yakuzaishi article.article .wp-block-table.compare-table.shine tr td:last-child a {
  position: relative;
  overflow: hidden;
}
.theme-kango article.article .wp-block-table.compare-table.shine tr td:last-child a::after, .theme-hoiku article.article .wp-block-table.compare-table.shine tr td:last-child a::after, .theme-yakuzaishi article.article .wp-block-table.compare-table.shine tr td:last-child a::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 20px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny-cta;
  animation-duration: 2.75s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.theme-kango article.article .wp-block-table.compare-table tr:first-child th,
.theme-kango article.article .wp-block-table.compare-table tr:first-child td, .theme-hoiku article.article .wp-block-table.compare-table tr:first-child th,
.theme-hoiku article.article .wp-block-table.compare-table tr:first-child td, .theme-yakuzaishi article.article .wp-block-table.compare-table tr:first-child th,
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:first-child td {
  background: #F3F3F3;
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr:first-child th,
  .theme-kango article.article .wp-block-table.compare-table tr:first-child td, .theme-hoiku article.article .wp-block-table.compare-table tr:first-child th,
  .theme-hoiku article.article .wp-block-table.compare-table tr:first-child td, .theme-yakuzaishi article.article .wp-block-table.compare-table tr:first-child th,
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr:first-child td {
    font-size: 14px !important;
    padding: 0;
    height: 50px !important;
  }
}
.theme-kango article.article .wp-block-table.compare-table tr:first-child th:first-child,
.theme-kango article.article .wp-block-table.compare-table tr:first-child td:first-child, .theme-hoiku article.article .wp-block-table.compare-table tr:first-child th:first-child,
.theme-hoiku article.article .wp-block-table.compare-table tr:first-child td:first-child, .theme-yakuzaishi article.article .wp-block-table.compare-table tr:first-child th:first-child,
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:first-child td:first-child {
  background: #F3F3F3;
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr:nth-child(2) th img,
  .theme-kango article.article .wp-block-table.compare-table tr:nth-child(2) td img, .theme-hoiku article.article .wp-block-table.compare-table tr:nth-child(2) th img,
  .theme-hoiku article.article .wp-block-table.compare-table tr:nth-child(2) td img, .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(2) th img,
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(2) td img {
    margin: 0 0 8px;
  }
}
.theme-kango article.article .wp-block-table.compare-table tr:nth-child(n+3) th img,
.theme-kango article.article .wp-block-table.compare-table tr:nth-child(n+3) td img, .theme-hoiku article.article .wp-block-table.compare-table tr:nth-child(n+3) th img,
.theme-hoiku article.article .wp-block-table.compare-table tr:nth-child(n+3) td img, .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+3) th img,
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+3) td img {
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr:nth-child(n+3) th img,
  .theme-kango article.article .wp-block-table.compare-table tr:nth-child(n+3) td img, .theme-hoiku article.article .wp-block-table.compare-table tr:nth-child(n+3) th img,
  .theme-hoiku article.article .wp-block-table.compare-table tr:nth-child(n+3) td img, .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+3) th img,
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+3) td img {
    max-width: 64px;
  }
}
.theme-kango article.article .wp-block-table.compare-table tr th,
.theme-kango article.article .wp-block-table.compare-table tr td, .theme-hoiku article.article .wp-block-table.compare-table tr th,
.theme-hoiku article.article .wp-block-table.compare-table tr td, .theme-yakuzaishi article.article .wp-block-table.compare-table tr th,
.theme-yakuzaishi article.article .wp-block-table.compare-table tr td {
  border: 1px solid #B3B3B3;
  background: #fff;
  padding: 10px;
  min-width: 0;
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr th,
  .theme-kango article.article .wp-block-table.compare-table tr td, .theme-hoiku article.article .wp-block-table.compare-table tr th,
  .theme-hoiku article.article .wp-block-table.compare-table tr td, .theme-yakuzaishi article.article .wp-block-table.compare-table tr th,
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr td {
    min-width: 65px;
    padding: 5px;
  }
}
.theme-kango article.article .wp-block-table.compare-table tr th:first-child,
.theme-kango article.article .wp-block-table.compare-table tr td:first-child, .theme-hoiku article.article .wp-block-table.compare-table tr th:first-child,
.theme-hoiku article.article .wp-block-table.compare-table tr td:first-child, .theme-yakuzaishi article.article .wp-block-table.compare-table tr th:first-child,
.theme-yakuzaishi article.article .wp-block-table.compare-table tr td:first-child {
  background: #fff;
  width: 177px;
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr th:first-child,
  .theme-kango article.article .wp-block-table.compare-table tr td:first-child, .theme-hoiku article.article .wp-block-table.compare-table tr th:first-child,
  .theme-hoiku article.article .wp-block-table.compare-table tr td:first-child, .theme-yakuzaishi article.article .wp-block-table.compare-table tr th:first-child,
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr td:first-child {
    min-width: 70px;
    width: unset;
  }
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr th:nth-child(n+2) img,
  .theme-kango article.article .wp-block-table.compare-table tr td:nth-child(n+2) img, .theme-hoiku article.article .wp-block-table.compare-table tr th:nth-child(n+2) img,
  .theme-hoiku article.article .wp-block-table.compare-table tr td:nth-child(n+2) img, .theme-yakuzaishi article.article .wp-block-table.compare-table tr th:nth-child(n+2) img,
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr td:nth-child(n+2) img {
    width: 36px !important;
    height: auto;
  }
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr th:nth-child(n+2):first-child,
  .theme-kango article.article .wp-block-table.compare-table tr td:nth-child(n+2):first-child, .theme-hoiku article.article .wp-block-table.compare-table tr th:nth-child(n+2):first-child,
  .theme-hoiku article.article .wp-block-table.compare-table tr td:nth-child(n+2):first-child, .theme-yakuzaishi article.article .wp-block-table.compare-table tr th:nth-child(n+2):first-child,
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr td:nth-child(n+2):first-child {
    width: unset;
    font-size: 12px !important;
  }
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr th:last-child [class^=fz-],
  .theme-kango article.article .wp-block-table.compare-table tr td:last-child [class^=fz-], .theme-hoiku article.article .wp-block-table.compare-table tr th:last-child [class^=fz-],
  .theme-hoiku article.article .wp-block-table.compare-table tr td:last-child [class^=fz-], .theme-yakuzaishi article.article .wp-block-table.compare-table tr th:last-child [class^=fz-],
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr td:last-child [class^=fz-] {
    font-size: 10px;
  }
}
.theme-kango article.article .wp-block-table.compare-table tr th:last-child a,
.theme-kango article.article .wp-block-table.compare-table tr td:last-child a, .theme-hoiku article.article .wp-block-table.compare-table tr th:last-child a,
.theme-hoiku article.article .wp-block-table.compare-table tr td:last-child a, .theme-yakuzaishi article.article .wp-block-table.compare-table tr th:last-child a,
.theme-yakuzaishi article.article .wp-block-table.compare-table tr td:last-child a {
  display: block;
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: url(img/arrow_right.svg) no-repeat calc(100% - 10px) center/12px;
  width: 114px;
  padding: 20px;
  text-align: left;
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr th:last-child a,
  .theme-kango article.article .wp-block-table.compare-table tr td:last-child a, .theme-hoiku article.article .wp-block-table.compare-table tr th:last-child a,
  .theme-hoiku article.article .wp-block-table.compare-table tr td:last-child a, .theme-yakuzaishi article.article .wp-block-table.compare-table tr th:last-child a,
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr td:last-child a {
    font-size: 13px;
    padding: 10px;
    width: 45px;
    border-radius: 5px;
    padding: 7px 5px;
    background-size: 6px;
    background-position-x: calc(100% - 5px);
    letter-spacing: 0;
    white-space: nowrap;
    font-size: 11px;
  }
  .theme-kango article.article .wp-block-table.compare-table tr th:last-child a .fz-12px,
  .theme-kango article.article .wp-block-table.compare-table tr td:last-child a .fz-12px, .theme-hoiku article.article .wp-block-table.compare-table tr th:last-child a .fz-12px,
  .theme-hoiku article.article .wp-block-table.compare-table tr td:last-child a .fz-12px, .theme-yakuzaishi article.article .wp-block-table.compare-table tr th:last-child a .fz-12px,
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr td:last-child a .fz-12px {
    font-size: 10px;
  }
}
.theme-kango article.article .wp-block-table.compare-table tr th img,
.theme-kango article.article .wp-block-table.compare-table tr td img, .theme-hoiku article.article .wp-block-table.compare-table tr th img,
.theme-hoiku article.article .wp-block-table.compare-table tr td img, .theme-yakuzaishi article.article .wp-block-table.compare-table tr th img,
.theme-yakuzaishi article.article .wp-block-table.compare-table tr td img {
  margin: 0 0 8px;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr th img,
  .theme-kango article.article .wp-block-table.compare-table tr td img, .theme-hoiku article.article .wp-block-table.compare-table tr th img,
  .theme-hoiku article.article .wp-block-table.compare-table tr td img, .theme-yakuzaishi article.article .wp-block-table.compare-table tr th img,
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr td img {
    max-width: 64px;
  }
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table, .theme-hoiku article.article .wp-block-table.compare-table {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table.general tr:first-child td {
    font-size: 12px !important;
  }
}
.theme-kango article.article .wp-block-table.compare-table.general tr td:nth-last-child(2) {
  width: 196px;
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table.general tr td:nth-last-child(2) {
    width: unset;
  }
}
.theme-kango article.article .wp-block-table.compare-table.recruit table, .theme-kango article.article .wp-block-table.compare-table.function table {
  table-layout: fixed;
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table.recruit table tr td:nth-child(2), .theme-kango article.article .wp-block-table.compare-table.function table tr td:nth-child(2) {
    white-space: wrap !important;
  }
}
.theme-kango article.article .wp-block-table.compare-table.recruit table tr td:last-child, .theme-kango article.article .wp-block-table.compare-table.function table tr td:last-child {
  width: 235px;
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table.recruit table tr td:last-child, .theme-kango article.article .wp-block-table.compare-table.function table tr td:last-child {
    width: 115px;
  }
}
.theme-kango article.article .wp-block-table.compare-table.recruit table tr:first-child td, .theme-kango article.article .wp-block-table.compare-table.function table tr:first-child td {
  white-space: wrap !important;
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table.recruit table tr:first-child td, .theme-kango article.article .wp-block-table.compare-table.function table tr:first-child td {
    font-size: 12px !important;
  }
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr:first-child td {
    white-space: nowrap !important;
  }
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr td {
    min-width: 20%;
    padding: 7px 3px;
  }
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr td:first-child {
    width: 75px;
  }
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr td:nth-child(2) {
    white-space: nowrap !important;
  }
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr td:nth-child(2) img {
    width: 45px !important;
  }
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr td:nth-child(4) {
    max-width: 130px;
  }
}
.theme-kango article.article .wp-block-table.compare-table tr td:last-child a {
  background-color: #085BC7;
  border-radius: 10px;
  box-shadow: 0px 7px 0px 0px #003579;
  line-height: 1.25;
  font-size: 20px;
  background-position: calc(100% - 5px) center;
  width: auto;
  padding: 10px 20px 10px 10px;
  text-align: center;
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr td:last-child a {
    padding: 10px 10px 10px 5px;
    background-size: 6px;
    background-position-x: calc(100% - 3px);
    font-size: 11px;
    white-space: nowrap;
  }
}
.theme-kango article.article .wp-block-table.compare-table tr td:last-child a:has(> .cocoon-custom-text-3) {
  background-color: #0E7A27;
  box-shadow: 0 7px 0 0 #00420F;
}
.theme-kango article.article .wp-block-table.compare-table tr td:last-child a:has(> .cocoon-custom-text-4) {
  background-color: #8f8f8f;
  box-shadow: 0 7px 0 0 #636363;
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr td .fz-36px {
    font-size: 18px;
  }
}
.theme-kango article.article .wp-block-table.compare-table tr td .star-wrap {
  width: 135px;
  padding: 0;
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr td .star-wrap {
    width: 64px;
  }
}
.theme-kango article.article .wp-block-table.compare-table tr td .star-wrap::before {
  height: 23px;
  background: #fff url(img/star-empty.png) no-repeat center right/135px;
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr td .star-wrap::before {
    background-size: 64px;
    height: 11px;
  }
}
.theme-kango article.article .wp-block-table.compare-table tr td .star-wrap img {
  height: auto;
  width: 135px !important;
  margin: 0;
  vertical-align: top;
}
@media (max-width: 480px) {
  .theme-kango article.article .wp-block-table.compare-table tr td .star-wrap img {
    width: 64px !important;
  }
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-table.compare-table {
    font-size: 80%;
    display: block;
    margin: 0 16px;
    width: calc(100% - 32px);
  }
}
.theme-hoiku article.article .wp-block-table.compare-table .fz-36px {
  font-size: 24px;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-table.compare-table .fz-36px {
    font-size: 18px;
  }
}
.theme-hoiku article.article .wp-block-table.compare-table .cocoon-custom-text-2 {
  color: var(--primary-color);
}
.theme-hoiku article.article .wp-block-table.compare-table .cocoon-custom-text-5 {
  color: #3e3d49;
  font-size: 1em;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-table.compare-table .cocoon-custom-text-5 {
    font-size: 1.5em;
  }
}
.theme-hoiku article.article .wp-block-table.compare-table tr:first-child td br {
  display: none;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-table.compare-table tr:first-child td br {
    display: inline;
  }
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-table.compare-table tr:first-child td {
    font-size: 12px !important;
    white-space: nowrap !important;
  }
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-table.compare-table tr:nth-child(n+2) td:first-child {
    font-size: 9px !important;
  }
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-table.compare-table tr td {
    min-width: 20%;
    padding: 7px 3px;
  }
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-table.compare-table tr td:nth-child(2) {
    white-space: nowrap !important;
  }
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-table.compare-table tr td:nth-child(2) img {
    width: 45px !important;
  }
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-table.compare-table tr td:nth-child(3) {
    min-width: 50px;
  }
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-table.compare-table tr td:nth-child(3) img {
    max-width: 30px;
  }
}
.theme-hoiku article.article .wp-block-table.compare-table tr td:last-child a {
  background-color: #008693;
  border-radius: 5px;
  box-shadow: 0 7px 0 #005D66;
  min-height: 0 !important;
  line-height: 1.25;
  font-size: 20px;
  background-position: calc(100% - 5px) center;
  width: auto;
  padding: 10px 20px 10px 10px;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-table.compare-table tr td:last-child a {
    padding: 10px 10px 10px 5px;
    background-size: 6px;
    background-position-x: calc(100% - 3px);
    font-size: 11px;
  }
}
.theme-hoiku article.article .wp-block-table.compare-table tr td .star-wrap {
  width: 135px;
  padding: 0;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-table.compare-table tr td .star-wrap {
    width: 45px;
  }
}
.theme-hoiku article.article .wp-block-table.compare-table tr td .star-wrap::before {
  height: 23px;
  background: #fff url(img/star-empty.png) no-repeat center right/135px;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-table.compare-table tr td .star-wrap::before {
    background-size: 45px;
    height: 8px;
  }
}
.theme-hoiku article.article .wp-block-table.compare-table tr td .star-wrap img {
  height: auto;
  width: 135px !important;
  margin: 0;
  vertical-align: top;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-table.compare-table tr td .star-wrap img {
    width: 45px !important;
  }
}
.theme-hoiku article.article .wp-block-table.compare-table tr:nth-child(n+2) td:nth-child(4) {
  text-align: unset;
}
.theme-hoiku article.article .wp-block-table.compare-table .scrollable-table {
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table {
    font-size: 80%;
    display: block;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table .cocoon-custom-text-6 {
  color: var(--primary-color);
}
.theme-yakuzaishi article.article .wp-block-table.compare-table.general table tr td:last-child, .theme-yakuzaishi article.article .wp-block-table.compare-table.feature table tr td:last-child, .theme-yakuzaishi article.article .wp-block-table.compare-table.service table tr td:last-child {
  width: 165px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table.general table tr td:last-child, .theme-yakuzaishi article.article .wp-block-table.compare-table.feature table tr td:last-child, .theme-yakuzaishi article.article .wp-block-table.compare-table.service table tr td:last-child {
    width: 100px;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table.general table tr td:last-child a, .theme-yakuzaishi article.article .wp-block-table.compare-table.feature table tr td:last-child a, .theme-yakuzaishi article.article .wp-block-table.compare-table.service table tr td:last-child a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table.general table tr td:last-child a, .theme-yakuzaishi article.article .wp-block-table.compare-table.feature table tr td:last-child a, .theme-yakuzaishi article.article .wp-block-table.compare-table.service table tr td:last-child a {
    padding: 8px;
  }
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table.general tr td:nth-child(3) {
    width: 65px;
  }
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table.general tr:nth-child(n+2) td:nth-child(2) strong .fz-36px {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table.general tr:nth-child(n+2) td:nth-child(2) img {
    width: 30px !important;
  }
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table.general tr:nth-child(n+2) td:nth-child(3) {
    width: 65px;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table.feature table, .theme-yakuzaishi article.article .wp-block-table.compare-table.service table {
  table-layout: fixed;
}
.theme-yakuzaishi article.article .wp-block-table.compare-table.feature table tr td:nth-child(3), .theme-yakuzaishi article.article .wp-block-table.compare-table.service table tr td:nth-child(3) {
  width: auto;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table.feature table tr:nth-child(n+2) td:nth-child(3), .theme-yakuzaishi article.article .wp-block-table.compare-table.service table tr:nth-child(n+2) td:nth-child(3) {
    font-size: 0.8em !important;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table.feature table tr:nth-child(n+2) td:nth-child(4), .theme-yakuzaishi article.article .wp-block-table.compare-table.service table tr:nth-child(n+2) td:nth-child(4) {
  text-align: center;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table.service tr:nth-child(n+2) td:nth-child(3) img {
    width: 16px !important;
  }
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr td {
    min-width: 0 !important;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr td .star-wrap {
  width: 120px;
  padding-right: 0;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr td .star-wrap {
    width: 43px;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr td .star-wrap::before {
  background: #fff url(img/star-empty.png) no-repeat center right/120px;
  height: 20.5px;
  top: 0.5px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr td .star-wrap::before {
    height: 7.5px;
    background-size: 43px;
    top: 0;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr td .star-wrap > img {
  margin-bottom: 0;
  vertical-align: baseline;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr td .star-wrap > img {
    width: 43px !important;
    vertical-align: top;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr td:first-child {
  min-width: 0;
  width: 140px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr td:first-child {
    width: 60px;
  }
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr td:nth-child(3) {
    width: 50px;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:first-child td {
  line-height: 1.3;
  height: auto !important;
  padding: 10px 0;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr:first-child td {
    font-size: 12px !important;
    padding: 5px 0;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:first-child td br {
  display: none;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr:first-child td br {
    display: inline;
  }
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:first-child {
  padding-top: 40px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:first-child {
    font-size: 9px !important;
    padding-top: 25px;
  }
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:first-child img {
    max-width: 50px;
    height: auto;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:nth-child(2) {
  width: 100px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:nth-child(2) {
    width: auto;
  }
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:nth-child(2) strong .fz-36px {
    font-size: 20px;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:nth-child(3) {
  width: 170px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:nth-child(3) {
    width: 80px;
    min-width: 0;
    padding: 3px;
    font-size: 8px !important;
  }
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:nth-child(3) img {
    width: 32px !important;
    height: auto;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:nth-child(4) {
  text-align: unset;
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:nth-child(4) .cocoon-custom-text-6 {
  display: block;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:nth-child(4) .cocoon-custom-text-6 + br {
  display: none;
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:nth-child(4) strong + br {
  display: none;
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:last-child {
  width: 100px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:last-child {
    width: auto;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:last-child .bold {
  font-size: 90%;
  font-weight: 700;
  position: relative;
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:last-child .bold::before {
  content: "";
  display: block;
  height: 18px;
  width: 10px;
  position: absolute;
  top: 1px;
  left: -10px;
  border-left: solid 2px #000;
  transform: rotate(-20deg);
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:last-child .bold::before {
    height: 13px;
    top: 0;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:last-child .bold::after {
  content: "";
  display: block;
  height: 18px;
  width: 10px;
  position: absolute;
  top: 1px;
  right: -10px;
  border-right: solid 2px #000;
  transform: rotate(20deg);
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:last-child .bold::after {
    height: 13px;
    top: 0;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:last-child a {
  background: #009B49;
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 4px 0 #005F1C;
  width: 90px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+2) td:last-child a {
    padding: 8px 0;
    font-size: 10px;
    width: 45px;
  }
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(n+3) td:nth-child(3) img {
    width: 32px !important;
    height: auto;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(2) td:first-child, .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(3) td:first-child, .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(4) td:first-child {
  position: relative;
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(2) td:first-child::before, .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(3) td:first-child::before, .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(4) td:first-child::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 60px 0px 0px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(2) td:first-child::before, .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(3) td:first-child::before, .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(4) td:first-child::before {
    border-width: 40px 55px 0 0;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(2) td:first-child::after, .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(3) td:first-child::after, .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(4) td:first-child::after {
  font-size: 26px;
  font-weight: 700;
  position: absolute;
  top: 3px;
  left: 5px;
  line-height: 1;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(2) td:first-child::after, .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(3) td:first-child::after, .theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(4) td:first-child::after {
    font-size: 18px;
  }
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(2) td:first-child::before {
  border-color: #E3B650 transparent transparent transparent;
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(2) td:first-child::after {
  content: "1";
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(3) td:first-child::before {
  border-color: #ACACAC transparent transparent transparent;
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(3) td:first-child::after {
  content: "2";
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(4) td:first-child::before {
  border-color: #D49156 transparent transparent transparent;
}
.theme-yakuzaishi article.article .wp-block-table.compare-table tr:nth-child(4) td:first-child::after {
  content: "3";
}
.theme-yakuzaishi article.article .wp-block-table.compare-table .scrollable-table {
  margin-bottom: 5px;
}
article.article .wp-block-table.compare-table-02.shine tr:last-child td {
  overflow: hidden;
}
article.article .wp-block-table.compare-table-02.shine tr:last-child td a::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 20px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny-cta;
  animation-duration: 2.75s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
article.article .wp-block-table.compare-table-02 table {
  table-layout: auto;
}
article.article .wp-block-table.compare-table-02 tbody tr:first-child th img,
article.article .wp-block-table.compare-table-02 tbody tr:first-child td img {
  width: 68px;
}
article.article .wp-block-table.compare-table-02 tbody tr:last-child a {
  display: block;
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: #085BC7 url(img/arrow_right.svg) no-repeat calc(100% - 10px) center/12px;
  width: 114px;
  padding: 20px;
  text-align: left;
  box-shadow: 0px 7px 0px 0px #003579;
  border-radius: 10px;
}
article.article .wp-block-table.compare-table-02 tbody tr:last-child a:has(> .cocoon-custom-text-3) {
  background-color: #0E7A27;
  box-shadow: 0 7px 0 0 #00420F;
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table-02 tbody tr:last-child a {
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    width: 70px;
    background-size: 7px;
  }
}
article.article .wp-block-table.compare-table-02 tbody tr th,
article.article .wp-block-table.compare-table-02 tbody tr td {
  background: #fff;
  border: 1px solid #B3B3B3;
  vertical-align: middle;
  padding: 10px;
}
article.article .wp-block-table.compare-table-02 tbody tr th:first-child,
article.article .wp-block-table.compare-table-02 tbody tr td:first-child {
  background: #F3F3F3;
  min-width: 85px;
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table-02 tbody tr th:first-child,
  article.article .wp-block-table.compare-table-02 tbody tr td:first-child {
    font-size: 14px !important;
  }
}
article.article .wp-block-table.compare-table-02 tbody tr th:not(:first-child),
article.article .wp-block-table.compare-table-02 tbody tr td:not(:first-child) {
  min-width: 93px;
}
article.article .wp-block-table.compare-table-02 tbody tr th img,
article.article .wp-block-table.compare-table-02 tbody tr td img {
  vertical-align: middle;
}
article.article .wp-block-table.compare-table-02 tbody tr th .star-wrap,
article.article .wp-block-table.compare-table-02 tbody tr td .star-wrap {
  width: 135px;
  padding-right: 0;
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table-02 tbody tr th .star-wrap,
  article.article .wp-block-table.compare-table-02 tbody tr td .star-wrap {
    width: 75px;
    height: 13px;
  }
  article.article .wp-block-table.compare-table-02 tbody tr th .star-wrap > img,
  article.article .wp-block-table.compare-table-02 tbody tr td .star-wrap > img {
    width: 100%;
    height: 100%;
  }
}
article.article .wp-block-table.compare-table-02 tbody tr th .star-wrap::before,
article.article .wp-block-table.compare-table-02 tbody tr td .star-wrap::before {
  height: 23px;
  background: #fff url(img/star-empty.png) no-repeat center right/135px;
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table-02 tbody tr th .star-wrap::before,
  article.article .wp-block-table.compare-table-02 tbody tr td .star-wrap::before {
    height: 13px;
    background-size: 83px;
  }
}
article.article .wp-block-table.compare-table-02 tbody tr th .star-wrap img,
article.article .wp-block-table.compare-table-02 tbody tr td .star-wrap img {
  height: auto;
  width: 135px !important;
  margin: 0;
  vertical-align: top;
}
article.article .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f2f2ee;
}
article.article .wp-block-table.is-style-stripes tbody tr:first-child {
  background-color: #fff;
}

/*--------------------------------------------------------------------------
  ランキングエリア
----------------------------------------------------------------------------*/
article.article .rank-header {
  border-bottom: 2px dotted #828282;
  padding: 37px 11px 12px;
  position: relative;
  margin: 67px 0 24px;
  gap: 0 20px;
}
@media (max-width: 480px) {
  article.article .rank-header {
    margin: 50px 0 15px;
    background: #fff;
    padding: 10px 16px 10px;
    border-bottom: none;
    border-top: 20px solid var(--primary-color);
  }
}
article.article .rank-header::after {
  position: absolute;
  top: 0;
  content: "";
  left: -25px;
  right: -25px;
  border-top: 20px solid var(--primary-color);
  display: block;
}
@media (max-width: 480px) {
  article.article .rank-header::after {
    left: 16px;
    right: 16px;
    border-top: 2px dotted #828282;
    bottom: 0;
    top: auto;
  }
}
article.article .rank-header figure {
  margin: 0;
}
@media (max-width: 480px) {
  article.article .rank-header figure {
    width: 48px;
  }
  article.article .rank-header figure > img {
    width: 100%;
    height: auto;
  }
}
article.article .rank-header .wp-block-heading {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 32px;
}
@media (max-width: 480px) {
  article.article .rank-header .wp-block-heading {
    font-size: 24px;
  }
}
.theme-kango article.article .rank-header .wp-block-heading {
  color: #8B2424;
}
article.article .rank-cta.wp-block-buttons .wp-block-button {
  text-align: center;
}
article.article .rank-cta.wp-block-buttons .wp-block-button .wp-block-button__link {
  border-radius: 10px;
  width: calc(100% - 32px);
  max-width: 650px;
  padding: 20px 30px 14px;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  background: var(--primary-color) url(img/arrow_right.svg) no-repeat calc(100% - 35px) center/20px;
}
@media (max-width: 480px) {
  article.article .rank-cta.wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 10px 35px;
    background-position-x: calc(100% - 11px);
    font-size: 20px;
  }
}
.theme-kango article.article .rank-cta.wp-block-buttons .wp-block-button .wp-block-button__link {
  color: #FBFF00;
  box-shadow: 0 10px 0 #C75167;
}
@media (max-width: 480px) {
  .theme-kango article.article .rank-cta.wp-block-buttons .wp-block-button .wp-block-button__link {
    box-shadow: 0 6px 0 #C75167;
  }
}
.theme-yakuzaishi article.article .rank-cta.wp-block-buttons .wp-block-button .wp-block-button__link {
  color: #FBFF00;
  border-radius: 5px;
  padding: 20px 0;
  box-shadow: 0 10px 0 #005F1C;
  background: #009B49;
  background-image: none;
}
article.article .rank-cta.wp-block-buttons .wp-block-button .wp-block-button__link > span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin: 3px auto 0;
}
@media (max-width: 480px) {
  article.article .rank-cta.wp-block-buttons .wp-block-button .wp-block-button__link > span {
    font-size: 12px;
  }
}
article.article .rank-cta.wp-block-buttons .wp-block-button.color-blue .wp-block-button__link {
  background-color: #085BC7;
  box-shadow: 0 10px 0 0 #003579;
}
@media (max-width: 480px) {
  article.article .rank-cta.wp-block-buttons .wp-block-button.color-blue .wp-block-button__link {
    box-shadow: 0 6px 0 0 #003579;
  }
}
article.article .rank-cta.wp-block-buttons .wp-block-button.color-green .wp-block-button__link {
  background-color: #0E7A27;
  box-shadow: 0 10px 0 0 #00420F;
}
@media (max-width: 480px) {
  article.article .rank-cta.wp-block-buttons .wp-block-button.color-green .wp-block-button__link {
    box-shadow: 0 6px 0 0 #00420F;
  }
}
article.article .rank-cta.wp-block-buttons .wp-block-button.color-gray .wp-block-button__link {
  background-color: #8F8F8F;
  box-shadow: 0 10px 0 0 #636363;
}
@media (max-width: 480px) {
  article.article .rank-cta.wp-block-buttons .wp-block-button.color-gray .wp-block-button__link {
    box-shadow: 0 6px 0 0 #636363;
  }
}
.theme-yakuzaishi article.article .rank-cta.wp-block-buttons .wp-block-button.hover .wp-block-button__link:hover {
  box-shadow: 0 0 0 #005F1C;
  transform: translateY(10px);
}
article.article .rank-internal-link.wp-block-buttons {
  margin-top: 60px;
}
article.article .rank-internal-link.wp-block-buttons .wp-block-button {
  text-align: center;
}
article.article .rank-internal-link.wp-block-buttons .wp-block-button .wp-block-button__link {
  border-radius: 10px;
  width: calc(100% - 32px);
  max-width: 650px;
  padding: 27px 0 14px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  background: url(img/arrow_top.svg) no-repeat center 8px/25px;
}
.theme-kango article.article .rank-internal-link.wp-block-buttons .wp-block-button .wp-block-button__link {
  background-color: #FF7700;
  box-shadow: 0 7px 0 #CE3700;
}
article.article .rank-score {
  justify-content: center;
  gap: 0 30px;
  line-height: 1;
  margin: 0 0 24px;
}
@media (max-width: 480px) {
  article.article .rank-score {
    background: #fff;
    padding: 14px 0 10px;
    gap: 0 15px;
    margin-bottom: 12px;
  }
}
article.article .rank-score p {
  margin-bottom: 0;
}
article.article .rank-score > *:nth-child(2) {
  font-size: 40px;
  font-weight: 700;
  transform: translateY(-4px);
}
article.article .rank-score .star-wrap {
  padding-right: 0;
}
article.article .rank-score .star-wrap::before {
  background: url(img/star-empty.png) #fff no-repeat center right/150px;
}
article.article .rank-score .star-wrap img {
  vertical-align: middle;
}
@media (max-width: 480px) {
  article.article .rank-score .star-wrap img {
    width: 100% !important;
  }
}

/*--------------------------------------------------------------------------
  CTAリンクボタン
----------------------------------------------------------------------------*/
article.article p + .primary-cta,
article.article p + .wp-block-buttons {
  margin-top: -25px;
}
article.article .wp-block-image.primary-cta {
  transition: 0.3s ease-in-out;
}
article.article .wp-block-image.primary-cta:hover {
  transform: scale(1.05);
}
article.article .wp-block-buttons {
  justify-content: center;
  position: relative;
  margin-top: 2rem;
}
@media (max-width: 480px) {
  article.article .wp-block-buttons {
    margin: 1em 0;
  }
}
.theme-hoiku article.article .wp-block-buttons.button-top {
  margin: 20px auto;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-buttons.button-top {
    margin: 12px auto 18px;
  }
}
.theme-hoiku article.article .wp-block-buttons.button-top .wp-block-button .wp-block-button__link {
  padding: 15px 0;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 7px 0 #005D66;
  letter-spacing: 0.1em;
  background-image: none;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-buttons.button-top .wp-block-button .wp-block-button__link {
    font-size: 16px;
    padding: 8px 0;
  }
}
.theme-hoiku article.article .wp-block-buttons.button-top .wp-block-button .wp-block-button__link::after {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  background: url(img/ico_external.svg) no-repeat center/contain;
  margin-left: 12px;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-buttons.button-top .wp-block-button .wp-block-button__link::after {
    width: 18px;
    height: 18px;
  }
}
article.article .wp-block-buttons .wp-block-button {
  width: 100%;
}
article.article .wp-block-buttons .wp-block-button:hover {
  border: none;
}
article.article .wp-block-buttons .wp-block-button .wp-block-button__link {
  width: 100%;
  background: #ce4c40;
  border-radius: 12px;
  box-shadow: 0 4px 0 #7d0b00;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 480px) {
  article.article .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 1em 0.5em;
    padding-left: 0.65em;
    font-size: 16px;
  }
}
.theme-hoiku article.article .wp-block-buttons .wp-block-button .wp-block-button__link {
  background: #008693 url(img/arrow_right.svg) no-repeat calc(100% - 15px) center/20px;
  box-shadow: 0 10px 0 #005D66;
  color: #FBFF00;
  width: calc(100% - 30px);
  font-size: 32px;
  max-width: 650px;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 24px;
    padding: 26px 26px 26px 10px;
    background-size: 13px;
    background-position-x: calc(100% - 15px);
  }
}
article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta__container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -0.25em;
}
article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta__container img {
  margin-right: 10px;
  width: 40px;
}
@media (max-width: 639px) {
  article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta__container img {
    width: 30px;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta__container img {
    margin-right: 5px;
    width: 20px;
  }
}
article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta_body {
  display: flex;
  flex-direction: column;
  font-weight: 800;
  font-size: 24px;
  text-align: left;
}
@media (max-width: 639px) {
  article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta_body {
    flex-direction: row;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta_body {
    font-size: 18px;
  }
}
article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta-text_underline {
  display: inline-block;
  border-bottom: solid 2px #fff67c;
  line-height: 1.1;
  color: #fff67c;
}
article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta-large_body {
  text-align: left;
}
article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta-large_main {
  font-weight: 800;
  font-size: 32px;
}
@media (max-width: 480px) {
  article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta-large_main {
    font-size: 20px;
  }
}
article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta-large_sub {
  margin-top: 0.5em;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 480px) {
  article.article .wp-block-buttons .wp-block-button .wp-block-button__link .cta-large_sub {
    font-size: 11px;
  }
}
article.article .wp-block-buttons + p.button-note {
  margin-top: -10px;
}
@media (max-width: 480px) {
  article.article .wp-block-buttons + p.button-note {
    margin-top: -5px;
  }
}
article.article .wp-block-buttons.button-white {
  margin-top: 0;
}
article.article .wp-block-buttons.button-white .wp-block-button .wp-block-button__link {
  background: white;
  border: solid 2px #333;
  box-shadow: none;
  font-size: 20px;
  color: #333;
}
@media (max-width: 480px) {
  article.article .wp-block-buttons.button-white .wp-block-button .wp-block-button__link {
    padding: 0.5em;
    font-size: 16px;
  }
}
article.article .wp-block-buttons .wp-block-button.primary-cta {
  transition: 0.2s ease;
}
article.article .wp-block-buttons .wp-block-button.primary-cta:hover {
  transform: scale(1.05);
}
article.article .wp-block-buttons .wp-block-button.primary-cta .wp-block-button__link {
  background: #4cb450;
  box-shadow: 0 6px 0 #07710b;
}
article.article .wp-block-buttons .wp-block-button.primary-cta .wp-block-button__link .badge-green {
  display: inline-block;
  margin: 0 1em;
  padding: 5px 10px;
  min-width: 80px;
  border-radius: 5px;
  background: #07710b;
  text-align: center;
}
@media (max-width: 480px) {
  article.article .wp-block-buttons .wp-block-button.primary-cta .wp-block-button__link .badge-green {
    margin: 0 0.5em;
    padding: 3px 5px;
    border-radius: 3px;
    min-width: 55px;
    font-size: 9px;
  }
}
article.article .wp-block-buttons .wp-block-button.primary-cta.animation .wp-block-button__link {
  animation: dent-large 2s infinite;
}
article.article .wp-block-buttons .wp-block-button.primary-cta.color-02 .wp-block-button__link {
  box-shadow: 0 6px 0 #af2928;
}
article.article .wp-block-buttons .wp-block-button.primary-cta.color-02.animation .wp-block-button__link {
  animation: dent-large-color02 2s infinite;
}
article.article .wp-block-buttons .wp-block-button.primary-cta.color-02 .wp-block-button__link {
  background: #ee3f3e;
}
article.article .wp-block-buttons .wp-block-button.primary-cta.color-02 .wp-block-button__link > .copy {
  color: #ee3f3e;
  border-color: #ee3f3e;
}
article.article .wp-block-buttons .wp-block-button.primary-cta.has-arrow {
  position: relative;
}
article.article .wp-block-buttons .wp-block-button.primary-cta.has-arrow::before {
  position: absolute;
  display: block;
  content: "";
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  right: 20px;
  top: calc(50% - 22px);
  z-index: 1;
}
@media (max-width: 480px) {
  article.article .wp-block-buttons .wp-block-button.primary-cta.has-arrow::before {
    width: 30px;
    height: 30px;
    right: 12px;
    top: calc(50% - 18px);
  }
}
article.article .wp-block-buttons .wp-block-button.primary-cta.has-arrow .wp-block-button__link {
  position: relative;
}
@media (max-width: 480px) {
  article.article .wp-block-buttons .wp-block-button.primary-cta.has-arrow .wp-block-button__link {
    padding-right: 50px;
  }
}
article.article .wp-block-buttons .wp-block-button.primary-cta.has-arrow .wp-block-button__link::after {
  position: absolute;
  display: block;
  content: "";
  border-top: 3px solid #4cb450;
  border-right: 3px solid #4cb450;
  width: 12px;
  height: 12px;
  top: 27px;
  right: 32px;
  transform: rotate(45deg);
  z-index: 2;
}
@media (max-width: 480px) {
  article.article .wp-block-buttons .wp-block-button.primary-cta.has-arrow .wp-block-button__link::after {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 23px;
  }
}
article.article .wp-block-buttons .wp-block-button.primary-cta.color-02 .wp-block-button__link::after {
  border-top-color: #ee3f3e;
  border-right-color: #ee3f3e;
}
@keyframes dent-large {
  0% {
    transform: none;
    box-shadow: 0 6px 0 #07710b;
  }
  15% {
    transform: translateY(6px);
    box-shadow: 0 0 0 #07710b;
  }
  30% {
    transform: none;
    box-shadow: 0 6px 0 #07710b;
  }
}
@keyframes dent-large-color02 {
  0% {
    transform: none;
    box-shadow: 0 6px 0 #af2928;
  }
  15% {
    transform: translateY(6px);
    box-shadow: 0 0 0 #af2928;
  }
  30% {
    transform: none;
    box-shadow: 0 6px 0 #af2928;
  }
}
article.article .wp-block-buttons .wp-block-button.shine-cta {
  position: relative;
  overflow: hidden;
}
article.article .wp-block-buttons .wp-block-button.shine-cta::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny-cta;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
article.article .wp-block-buttons .wp-block-button.shine-cta-large {
  position: relative;
  overflow: hidden;
}
article.article .wp-block-buttons .wp-block-button.shine-cta-large::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny-cta;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny-cta {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
article.article .wp-block-cocoon-blocks-micro-text.micro-cta {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}
@media (max-width: 480px) {
  article.article .wp-block-cocoon-blocks-micro-text.micro-cta {
    font-size: 16px;
  }
}
.theme-hoiku article.article .wp-block-cocoon-blocks-micro-text.micro-cta {
  margin-top: -1.5em;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .wp-block-cocoon-blocks-micro-text.micro-cta {
    margin-top: -1.25em;
  }
}
article.article .wp-block-cocoon-blocks-micro-text.micro-cta > span {
  position: relative;
  top: 1.5em;
}
@media (max-width: 480px) {
  article.article .wp-block-cocoon-blocks-micro-text.micro-cta > span {
    top: 1.25em;
  }
}
article.article .wp-block-cocoon-blocks-micro-text.micro-cta > span::before {
  content: "";
  display: block;
  height: 18px;
  width: 10px;
  position: absolute;
  top: 1px;
  left: -10px;
  border-left: solid 2px currentColor;
  transform: rotate(-20deg);
}
article.article .wp-block-cocoon-blocks-micro-text.micro-cta > span::after {
  content: "";
  display: block;
  height: 18px;
  width: 10px;
  position: absolute;
  top: 1px;
  right: -10px;
  border-right: solid 2px currentColor;
  transform: rotate(20deg);
}
.theme-yakuzaishi article.article .wp-block-cocoon-blocks-micro-text.micro-cta {
  margin-bottom: -25px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .wp-block-cocoon-blocks-micro-text.micro-cta {
    margin-bottom: -17px;
  }
}
.theme-yakuzaishi article.article .wp-block-cocoon-blocks-micro-text.micro-cta > span {
  top: 0;
}
article.article .cta-bottom-copy {
  margin-top: -15px;
}
@media (max-width: 480px) {
  article.article .cta-bottom-copy {
    margin-top: -5px;
  }
}
article.article .wp-block-group.is-reception .wp-block-buttons {
  flex-direction: row;
  margin-top: 1em;
}
@media (max-width: 639px) {
  article.article .wp-block-group.is-reception .wp-block-buttons {
    flex-direction: column;
    row-gap: 1em;
  }
}
article.article .wp-block-group.is-reception .wp-block-buttons .wp-block-button {
  width: 45%;
}
@media (max-width: 639px) {
  article.article .wp-block-group.is-reception .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web {
  flex-direction: column;
  row-gap: 1em;
}
article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button {
  width: 100%;
}
article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta__container img {
  width: 40px;
}
@media (max-width: 480px) {
  article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta__container img {
    width: 30px;
  }
}
article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta-large_main {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 639px) {
  article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta-large_main {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta-large_main {
    font-size: 20px;
  }
}
article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta-large_main > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.6;
}
article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta-large_sub {
  margin-top: 0.5em;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 600px) {
  article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta-large_sub {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta-large_sub {
    font-size: 11px;
  }
}
article.article .wp-block-group.is-reception .wp-block-buttons.cta-phone-web .wp-block-button .wp-block-button__link .cta_body {
  flex-direction: row;
}
article.article .wp-block-group.is-reception .campaign-timer {
  margin: 1.5em 0 1em;
  padding: 5px;
  width: 400px;
  border-radius: 10px;
  text-align: center;
  background: #ededb7;
  background: #ffffae;
}
@media (max-width: 480px) {
  article.article .wp-block-group.is-reception .campaign-timer {
    width: 100%;
    line-height: 1.4;
  }
}
article.article .wp-block-group.is-reception .campaign-timer__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 480px) {
  article.article .wp-block-group.is-reception .campaign-timer__container {
    flex-direction: column;
    font-size: 12px;
  }
}
article.article .wp-block-group.is-reception .campaign-timer__container p {
  margin: 0;
}
article.article .wp-block-group.is-reception .campaign-timer__container .countdown-text {
  padding-left: 1em;
  font-weight: 800;
}
@media (max-width: 480px) {
  article.article .wp-block-group.is-reception .campaign-timer__container .countdown-text {
    padding-left: 0;
    font-size: 16px;
  }
}
article.article .wp-block-group.is-reception .campaign-timer__container .countdown {
  width: 130px;
  text-align: left;
  white-space: nowrap;
  color: var(--primary-color);
  font-weight: 800;
}
article.article .wp-block-group.is-reception .campaign-timer__container .period_start,
article.article .wp-block-group.is-reception .campaign-timer__container .period_end {
  display: none;
}

/*--------------------------------------------------------------------------
  ランキングセクション
----------------------------------------------------------------------------*/
article.article .ranking-block__container {
  margin-bottom: 3em;
  padding: 2em;
  border: solid 2px var(--primary-color);
  border-radius: 15px;
}
@media (max-width: 480px) {
  article.article .ranking-block__container {
    margin-bottom: 2em;
    padding: 1em;
  }
}
@media (max-width: 781px) {
  article.article .ranking-block__container .ranking_block_main {
    font-size: 12px;
  }
}
article.article .ranking-block__container .ranking-header__container {
  display: flex;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #ccc;
}
article.article .ranking-block__container .ranking-header_rank {
  position: relative;
  margin-right: 1rem;
  padding: 0.25rem 1rem;
  min-width: 75px;
  height: 70px;
  background: #deded3;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 20px), 0 100%);
  font-size: 12px;
  font-weight: 800;
  margin-top: -36px;
  padding-top: 32px;
  padding-bottom: 10px;
  height: 100px;
  text-align: center;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-header_rank {
    margin-top: -20px;
    margin-right: 0.5rem;
    padding: 20px 0.5rem 0.25rem;
    min-width: 50px;
    height: 77px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 15px), 0 100%);
    font-size: 10px;
  }
}
article.article .ranking-block__container .ranking-header_rank .rank {
  font-size: 24px;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-header_rank .rank {
    font-size: 18px;
  }
}
article.article .ranking-block__container .ranking-header_rank.rank-color-1 {
  background: #edcd56;
}
article.article .ranking-block__container .ranking-header_rank.rank-color-2 {
  background: #d0d0e1;
}
article.article .ranking-block__container .ranking-header_rank.rank-color-3 {
  background: #d9c4aa;
}
article.article .ranking-block__container .ranking-header_name h4 {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 32px;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-header_name h4 {
    font-size: 24px;
  }
}
article.article .ranking-block__container .ranking-header_detail__container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 781px) {
  article.article .ranking-block__container .ranking-header_detail__container {
    flex-direction: column;
  }
}
article.article .ranking-block__container .ranking-header_rept__container {
  display: flex;
  align-items: center;
  min-width: 270px;
  max-width: 270px;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-header_rept__container {
    min-width: initial;
    max-width: initial;
  }
}
article.article .ranking-block__container .ranking-header_rept_label {
  margin-right: 0.5em;
  padding: 0 0.5em;
  min-width: 70px;
  background: var(--primary-color);
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-header_rept_label {
    min-width: 50px;
    font-size: 9px;
  }
}
article.article .ranking-block__container .ranking-header_rept_point {
  margin-right: 5px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: #d81d56;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-header_rept_point {
    font-size: 24px;
  }
}
article.article .ranking-block__container .ranking-header_tag__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
article.article .ranking-block__container .ranking-header_tag {
  display: flex;
}
article.article .ranking-block__container .ranking-header_tag span {
  margin: 0 5px 3px 0;
  padding: 0 5px;
  border-radius: 5px;
  border: solid 1px #d0d09d;
  background: #e8e8d4;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-header_tag span {
    font-size: 10px;
  }
}
article.article .ranking-block__container .ranking-header_catchcopy {
  margin-top: 0.5em;
}
article.article .ranking-block__container .ranking-header_catchcopy h3 {
  padding-top: 0;
  border: none;
  background: inherit;
  text-align: inherit;
  color: inherit;
}
@media (max-width: 600px) {
  article.article .ranking-block__container .ranking-header_image {
    margin-top: 0;
  }
}
article.article .ranking-block__container .ranking-detail-table {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-detail-table {
    margin-top: 6px;
    margin-bottom: 0.5em;
  }
}
article.article .ranking-block__container .ranking-detail-table .caption-box {
  display: flex;
  flex-direction: column;
  margin: 0 0 0.5em;
  padding: 0;
  border: 2px solid var(--accent-color);
  line-height: 1.4;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-detail-table .caption-box {
    font-size: 12.8px;
  }
}
article.article .ranking-block__container .ranking-detail-table .caption-box .box-label {
  border-bottom: 2px solid var(--accent-color);
  background: var(--accent-color);
  justify-content: center;
  align-items: center;
}
article.article .ranking-block__container .ranking-detail-table .caption-box .box-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-detail-table .caption-box .box-content {
    padding: 0.25em 0.5em;
  }
}
article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content {
  flex-wrap: wrap;
  gap: 0.5em;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content {
    gap: 0.25em;
  }
}
article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: calc((100% - 1.5em) / 4);
  border-radius: 10px;
  text-align: center;
  font-weight: 800;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content figure {
    flex-direction: row;
    width: calc((100% - 0.25em) / 2);
    border-radius: 5px;
  }
}
article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content figure.visit {
  background: #ffdfdf;
  color: #ff5a5a;
}
article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content figure.delivery {
  background: #c7e9f1;
  color: #00a4c8;
}
article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content figure.store {
  background: #fff6ce;
  color: #c7a300;
}
article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content figure.memorial-items {
  background: #e9d8ee;
  color: #9f60af;
}
article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content figure img {
  padding: 0.25em;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content figure img {
    padding: 3px;
    width: 30px;
  }
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-detail-table .caption-box.buy-way .box-content figure figcaption {
    padding: 0;
  }
}
article.article .ranking-block__container .ranking-detail-table .ranking-detail-table-row {
  align-items: stretch;
  gap: 8px;
  margin: 0;
  width: 100%;
}
article.article .ranking-block__container .ranking-detail-table .ranking-detail-table-row .caption-box {
  width: calc(50% - 4px);
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-detail-table td > img {
    width: 50px !important;
  }
}
article.article .ranking-block__container .ranking-recommended-point {
  line-height: 1.6;
}
article.article .ranking-block__container .ranking-recommended-point .box-label {
  background: none;
  font-size: 1.3em;
  font-weight: 800;
  color: var(--primary-color);
}
article.article .ranking-block__container .ranking-recommended-point .box-label.fab-check::before {
  content: "\f0a4";
}
article.article .ranking-block__container .ranking-recommended-point .box-content {
  border: solid 1px #ccc;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
article.article .ranking-block__container .ranking-recommended-point .box-content ul {
  padding-left: 0.5em;
}
article.article .ranking-block__container .ranking-recommended-point .box-content ul li {
  padding: 0.5em 0 0.5em 1.5em;
  border-top: 1px dashed #ccc;
}
article.article .ranking-block__container .ranking-recommended-point .box-content ul li:first-child {
  border: none;
}
article.article .ranking-block__container .ranking-recommended-point .box-content ul li::before {
  top: 0.5em;
  color: var(--primary-color);
}
article.article .ranking-block__container .ranking-campaign {
  border: solid 2px var(--primary-color);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
article.article .ranking-block__container .ranking-campaign > *:not(h2) {
  padding: 0 1.5em;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-campaign > *:not(h2) {
    padding: 0 1em;
  }
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-campaign > figure {
    margin-bottom: 1em;
  }
}
article.article .ranking-block__container .ranking-campaign > *:last-child {
  padding-bottom: 2em;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-campaign > *:last-child {
    padding-bottom: 1em;
  }
}
article.article .ranking-block__container .ranking-campaign h2 {
  padding: 0.5em 0;
  border: none;
  background: var(--primary-color);
  text-align: center;
  color: #fff;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-campaign h2 {
    padding: 0.5em 0;
    font-size: 18px;
  }
}
article.article .ranking-block__container .ranking-campaign .overlay {
  position: absolute;
  z-index: 1;
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: 0;
}
article.article .ranking-block__container .ranking-campaign .overlay .read-more {
  display: inline-block;
  margin: 30px auto 10px;
  padding: 0 2em;
  width: 150px;
  border: none;
  border-radius: 10px;
  background-color: #bbb;
  text-align: center;
  line-height: 2.5em;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
}
article.article .ranking-block__container h4.review-lists-headline {
  margin: 0;
  padding: 0.5em 1.5em;
  border: none;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  background: var(--accent-color);
  color: #4d4d4d;
  font-size: 14px;
}
article.article .ranking-block__container .review-lists {
  margin-top: 0;
  padding-bottom: 1em;
}
article.article .ranking-block__container .review-lists .review-show {
  display: block !important;
}
article.article .ranking-block__container .review-lists .review-hide {
  display: none !important;
}
article.article .ranking-block__container .review-lists_container {
  display: none;
  padding: 0 1em;
  position: relative;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}
article.article .ranking-block__container .review-lists_container .review-lists_buyer {
  padding-top: 1em;
  border-bottom: 1px solid #d3d3d3;
}
article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_header {
  display: flex;
}
article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_icon {
  margin-right: 1em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_title {
  margin-left: 0;
  font-weight: 800;
}
article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_rept {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_rept .star-wrap {
  width: 70px !important;
}
article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_attribute {
  margin-left: 1em;
  font-weight: 800;
}
article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_content {
  margin-bottom: 1em;
}
article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_content .review-useful {
  display: inline-block;
  padding: 0 1.25em;
  border: solid 1px #d3d3d3;
  border-radius: 20px;
  background-color: #fff;
  font-size: 11px;
  cursor: pointer;
}
article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_content .review-useful.pushed {
  border-color: #c0c0c0;
  background-color: #e0e0e0;
  color: #999;
  cursor: initial;
}
article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_content .review-useful .useful_num {
  margin-right: 1em;
  color: #000;
}
article.article .ranking-block__container .review-lists_container .review-lists_buyer .review-buyer_content > *:nth-last-child(2) {
  margin-bottom: 0;
}
article.article .ranking-block__container .review-lists_container .overlay {
  position: absolute;
  z-index: 1;
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  height: 60px;
  padding-top: 20px;
  left: 0;
  bottom: 0;
  right: 0;
}
article.article .ranking-block__container .review-lists_container .overlay .read-more {
  display: block;
  margin: 0 auto;
  padding: 0 2em;
  width: 150px;
  border: none;
  border-radius: 10px;
  background-color: #bbb;
  text-align: center;
  line-height: 2.5em;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
}
article.article .ranking-fold .ranking-block__container {
  margin-bottom: 0.5em;
  padding: 0.75em 1em;
}
@media (max-width: 480px) {
  article.article .ranking-fold .ranking-block__container {
    margin-bottom: 0.3em;
    padding: 0.5em 1em;
  }
}
article.article .ranking-fold .ranking-block__container.is-open .ranking-header__container::after {
  transform: rotate(180deg);
}
article.article .ranking-fold .ranking-header__container {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  align-items: center;
  border-bottom: none;
  cursor: pointer;
}
article.article .ranking-fold .ranking-header__container::after {
  content: "▼";
  color: #bbb;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  transition: 0.2s ease;
}
article.article .ranking-fold .ranking-header_rank {
  background: transparent;
  height: auto;
  clip-path: none;
  padding: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 0;
}
article.article .ranking-fold .ranking-header_rank .rank {
  font-size: 16px;
}
@media (max-width: 480px) {
  article.article .ranking-fold .ranking-header_rank .rank {
    font-size: 14px;
  }
}
article.article .ranking-fold .ranking-header_name h4 {
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 480px) {
  article.article .ranking-fold .ranking-header_name h4 {
    font-size: 14px;
  }
}
article.article .ranking-fold .ranking-header_image {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #ccc;
  text-align: center;
}
article.article .ranking-fold .wp-block-button {
  padding-bottom: 0;
}
article.article .ranking-fold .wp-block-button .wp-block-button__link {
  background-color: #4cb450;
  box-shadow: 0 4px 0 #07710b;
  margin-bottom: 10px;
}
article.article .shine-cta {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
article.article .shine-cta::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny-cta;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny-cta {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

/*--------------------------------------------------------------------------
  評価★★★★表示
----------------------------------------------------------------------------*/
.star-wrap {
  display: inline-block;
  position: relative;
  padding-right: 5px;
}
@media (max-width: 480px) {
  .star-wrap {
    width: 100px;
  }
}
.star-wrap img.point-star {
  vertical-align: bottom;
}
.star-wrap:before {
  content: "";
  position: absolute;
  background-color: white;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}

.star-wrap50:before {
  width: 0;
}

.star-wrap49:before {
  width: 3%;
}

.star-wrap48:before {
  width: 5%;
}

.star-wrap47:before {
  width: 7%;
}

.star-wrap46:before {
  width: 8%;
}

.star-wrap45:before {
  width: 10%;
}

.star-wrap44:before {
  width: 12%;
}

.star-wrap43:before {
  width: 14%;
}

.star-wrap42:before {
  width: 16%;
}

.star-wrap41:before {
  width: 18%;
}

.star-wrap40:before {
  width: 20%;
}

.star-wrap39:before {
  width: 22%;
}

.star-wrap38:before {
  width: 24%;
}

.star-wrap37:before {
  width: 26%;
}

.star-wrap36:before {
  width: 28%;
}

.star-wrap35:before {
  width: 30%;
}

.star-wrap34:before {
  width: 32%;
}

.star-wrap33:before {
  width: 34%;
}

.star-wrap32:before {
  width: 36%;
}

.star-wrap31:before {
  width: 38%;
}

.star-wrap30:before {
  width: 40%;
}

.star-wrap29:before {
  width: 42%;
}

.star-wrap28:before {
  width: 44%;
}

.star-wrap27:before {
  width: 46%;
}

.star-wrap26:before {
  width: 48%;
}

.star-wrap25:before {
  width: 50%;
}

.star-wrap24:before {
  width: 52%;
}

.star-wrap23:before {
  width: 54%;
}

.star-wrap22:before {
  width: 56%;
}

.star-wrap21:before {
  width: 58%;
}

.star-wrap20:before {
  width: 60%;
}

.star-wrap19:before {
  width: 62%;
}

.star-wrap18:before {
  width: 64%;
}

.star-wrap17:before {
  width: 66%;
}

.star-wrap16:before {
  width: 68%;
}

.star-wrap15:before {
  width: 70%;
}

.star-wrap14:before {
  width: 72%;
}

.star-wrap13:before {
  width: 74%;
}

.star-wrap12:before {
  width: 76%;
}

.star-wrap11:before {
  width: 78%;
}

.star-wrap10:before {
  width: 80%;
}

/*--------------------------------------------------------------------------
  検索結果ページ
----------------------------------------------------------------------------*/
#list article.kaigo_vendor {
  padding: 2em;
  border: solid 2px var(--primary-color);
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 480px) {
  #list article.kaigo_vendor {
    padding: 1em;
  }
}
#list article.kaigo_vendor h2 {
  margin: 1em 0;
  padding: 0;
  border: none;
}
#list article.kaigo_vendor h2.entry-title {
  margin: -32px -32px 0;
  padding: 0.5em 1em;
  position: relative;
  background: var(--primary-color);
  color: #fff;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  #list article.kaigo_vendor h2.entry-title {
    margin: -16px -16px 0;
    font-size: 24px;
  }
}
#list article.kaigo_vendor h2.entry-title + *:not(h2) {
  margin-top: 1.4em;
}
#list article.kaigo_vendor .buyer-catchcopy {
  margin: -32px -32px 0;
  padding: 0.5em 1em;
  position: relative;
  background: var(--primary-color);
  color: #fff;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.4;
}
#list article.kaigo_vendor .wp-block-table {
  overflow: hidden;
}
#list article.kaigo_vendor .wp-block-buttons {
  margin-top: inherit;
  margin-bottom: 0;
}
#list .disp-conditions .result__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#list .disp-conditions .result__container > p {
  min-width: 135px;
  border: solid 1px #ccc;
  border-bottom-width: 3px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  #list .disp-conditions .result__container > p {
    min-width: 100px;
  }
}
#list .disp-conditions .result__container > p a {
  display: inline-block;
  padding: 5px 10px;
  color: #999;
  font-weight: 800;
  text-decoration: none;
}
@media (max-width: 480px) {
  #list .disp-conditions .result__container > p a {
    font-size: 14px;
  }
}
#list .disp-conditions .result-num {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: 800;
  color: #4c66b4;
}
#list .disp-conditions__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1em;
}
#list .disp-conditions__container .search-tag {
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 3px 8px;
  border: 1px solid #999;
  border-radius: 2px;
  word-break: break-all;
  text-decoration: none;
  line-height: 1.5;
}
@media (max-width: 480px) {
  #list .disp-conditions__container .search-tag {
    font-size: 12px;
  }
}
#list .disp-conditions .sort-selected__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em;
  background: #f3f3e6;
}
@media (max-width: 600px) {
  #list .disp-conditions .sort-selected__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  #list .disp-conditions .sort-selected__container {
    font-size: 14px;
  }
}
#list .disp-conditions .sort-selected__container .sort-change__containter {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  #list .disp-conditions .sort-selected__container .sort-change__containter {
    width: 100%;
  }
}
#list .disp-conditions .sort-selected__container .sort-change {
  margin: 0;
  padding: 5px;
  position: relative;
  width: 120px;
  border: 1px solid #999;
  background: #f5f8fa;
  font-size: 13px;
  color: rgb(51, 51, 51);
  cursor: pointer;
}
#list .disp-conditions .sort-selected__container .sort-change::after {
  content: "▼";
  position: absolute;
  right: 10px;
}
#list .disp-conditions .sort-selected__container .sort-change .sort-order-list {
  display: none;
  width: 120px;
  position: absolute;
  left: -1px;
  border: 1px solid #999;
  z-index: 1;
  background: #f5f8fa;
}
#list .disp-conditions .sort-selected__container .sort-change .sort-order-list .sort-controller {
  display: inline-block;
  margin: 0;
  width: 100%;
}
#list .disp-conditions .sort-selected__container .sort-change .sort-order-list .sort-controller .sort-order {
  margin: 0;
  padding: 5px;
  border: none;
  text-align: left;
  font-family: inherit;
}
#list .disp-conditions .sort-selected__container .sort-change .sort-order-list .sort-controller .sort-order:hover {
  background: #4c66b4;
  color: #fff;
  border-radius: 0;
}
#list .disp-conditions .sort-selected__container .sort-change .sort-order-list.list-show {
  display: flex;
  flex-direction: column;
}
#list .disp-conditions .sort-selected-view {
  display: inline-block;
  margin: auto 6px;
  padding: 0 1em;
  border-radius: 16px;
  background: #4c66b4;
  color: #fff;
}
#list .disp-conditions .sort-buttons {
  text-align: center;
}
#list .disp-conditions .sort-buttons .sort-controller {
  display: inline-block;
  width: calc(32% - 10px);
  min-width: 85px;
  margin: 0 5px;
}
#list .disp-conditions .sort-buttons .sort-controller .sort-order {
  margin: 0;
  padding: 5px;
  border-radius: 16px;
  background: #dbdbd4;
}
#list .disp-conditions .sort-buttons .sort-controller .sort-selected {
  background: #4c66b4;
  color: #fff;
}
#list .disp-conditions .sort-select-list .sort-controller {
  display: inline-block;
  width: 100px;
  min-width: 85px;
  margin: 0 5px;
}
#list .disp-conditions .sort-select-list .sort-controller .sort-order {
  margin: 0;
  padding: 5px;
  border: 1px solid #999;
}
#list.list-02 {
  row-gap: 0;
}
#list.list-02 article[class*=_vendor] {
  margin: 0 25px;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  #list.list-02 article[class*=_vendor] {
    margin: 0;
  }
}
#list.list-02 article[class*=_vendor]:nth-child(n+2) {
  margin-top: 25px;
}
#list.list-02 article[class*=_vendor] .rank-header {
  display: flex;
  align-items: center;
  color: #8B2424;
  font-size: 32px;
  margin-top: 30px;
}
@media (max-width: 480px) {
  #list.list-02 article[class*=_vendor] .rank-header {
    margin-top: 0;
    font-size: 24px;
  }
}
#list.list-02 article[class*=_vendor] .rank-header::before {
  width: 97px;
  height: 72px;
  display: block;
  background: no-repeat center/contain;
  position: relative;
  content: "";
}
@media (max-width: 480px) {
  #list.list-02 article[class*=_vendor] .rank-header::before {
    width: 47px;
    height: 34px;
  }
}
#list.list-02 article[class*=_vendor] .rank-header:not-first-of-type {
  margin-top: 80px;
}
#list.list-02 article[class*=_vendor] .rank-header:nth-of-type(n+6)::before {
  display: none;
}
#list.list-02 article[class*=_vendor] .rank-header-1::before {
  background-image: url(img/kango_rank_1.png);
}
#list.list-02 article[class*=_vendor] .rank-header-2::before {
  background-image: url(img/kango_rank_2.png);
}
#list.list-02 article[class*=_vendor] .rank-header-3::before {
  background-image: url(img/kango_rank_3.png);
}
#list.list-02 article[class*=_vendor] .rank-header-4::before {
  background-image: url(img/kango_rank_4.png);
}
#list.list-02 article[class*=_vendor] .rank-header-5::before {
  background-image: url(img/kango_rank_5.png);
}
#list.list-02 article[class*=_vendor] .rank-cta .wp-block-button .wp-block-button__link {
  background-color: #085BC7;
  box-shadow: 0 10px 0 0 #003579;
}
@media (max-width: 480px) {
  #list.list-02 article[class*=_vendor] .rank-cta .wp-block-button .wp-block-button__link {
    box-shadow: 0 6px 0 0 #003579;
  }
}
#list.list-02 article[class*=_vendor] .rank-cta .wp-block-button.color-main .wp-block-button__link {
  background-color: var(--primary-color);
}
.theme-kango #list.list-02 article[class*=_vendor] .rank-cta .wp-block-button.color-main .wp-block-button__link {
  box-shadow: #C75167;
}
#list.list-02 article[class*=_vendor] .rank-cta .wp-block-button.color-green .wp-block-button__link {
  background-color: #0E7A27;
  box-shadow: 0 10px 0 0 #00420F;
}
@media (max-width: 480px) {
  #list.list-02 article[class*=_vendor] .rank-cta .wp-block-button.color-green .wp-block-button__link {
    box-shadow: 0 6px 0 0 #00420F;
  }
}
#list.list-02 article[class*=_vendor] .rank-cta .wp-block-button.color-gray .wp-block-button__link {
  background-color: #8F8F8F;
  box-shadow: 0 10px 0 0 #636363;
}
@media (max-width: 480px) {
  #list.list-02 article[class*=_vendor] .rank-cta .wp-block-button.color-gray .wp-block-button__link {
    box-shadow: 0 6px 0 0 #636363;
  }
}
#list.list-02 .disp-conditions {
  margin: 0 25px;
  padding: 20px;
}
@media (max-width: 480px) {
  #list.list-02 .disp-conditions {
    padding: 0 16px 45px;
    margin: 0;
  }
}
.theme-kango #list.list-02 .disp-conditions {
  background: #fff1f2;
}
#list.list-02 .disp-conditions .result-num {
  color: var(--primary-color);
  font-size: 24px;
}
#list.list-02 .disp-conditions__container {
  border: 3px solid var(--primary-color);
  padding: 12px 24px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
#list.list-02 .disp-conditions__container__ttl {
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 28px;
  margin-right: 28px;
  border-right: 2px dotted #828282;
}
#list.list-02 .disp-conditions__container__tags {
  display: flex;
  list-style: none;
  gap: 7px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
#list.list-02 .disp-conditions__container__tags > li {
  border-radius: 1000px;
  padding: 0 10px;
  color: var(--primary-color);
}
.theme-kango #list.list-02 .disp-conditions__container__tags > li {
  background: #FFF4F6;
}
#list.list-02 .disp-conditions .sort-selected {
  display: flex;
  gap: 0 20px;
  align-items: center;
}
@media (max-width: 480px) {
  #list.list-02 .disp-conditions .sort-selected {
    gap: 0 10px;
  }
}
#list.list-02 .disp-conditions .sort-selected__container {
  padding: 0;
  background: transparent;
}
@media (max-width: 480px) {
  #list.list-02 .disp-conditions .sort-selected__container {
    flex-direction: row;
    align-items: center;
  }
}
#list.list-02 .disp-conditions .sort-selected__container .sort-btn {
  border-radius: 1000px;
  display: block;
  text-decoration: none;
  background: var(--primary-color);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 18px;
}
.theme-kango #list.list-02 .disp-conditions .sort-selected__container .sort-btn {
  box-shadow: 0 4px 0 0 #C75167;
}
#list.list-02 .disp-conditions .sort-selected .sort-change {
  background: #fff;
  border-radius: 1000px;
  padding: 3px 50px 3px 20px;
  width: auto;
  border: 2px solid var(--primary-color);
}
#list.list-02 .disp-conditions .sort-selected .sort-change::after {
  color: var(--primary-color);
}
#list.list-02 .disp-conditions .sort-selected .sort-change .sort-order-list {
  background: #fff;
  border-radius: 5px;
  border-color: var(--primary-color);
}
#list.list-02 .disp-conditions .sort-selected .sort-change .sort-order {
  background: transparent;
}
@media (max-width: 480px) {
  #list.list-02 article.article > .wp-block-image {
    margin-right: 16px;
    margin-left: 16px;
    width: calc(100% - 32px);
  }
}
@media (max-width: 480px) {
  #list.list-02 article.article > p {
    margin-right: 16px;
    margin-left: 16px;
  }
}
#list.list-02 .back-to-top {
  display: flex;
  align-items: center;
  max-width: 650px;
  width: calc(100% - 32px);
  height: 70px;
  text-decoration: none;
  font-weight: 700;
  margin: 30px auto 0;
  background: #FF7700 url(img/arrow_right.svg) no-repeat calc(100% - 22px) center/15px;
  color: #fff;
  font-size: 24px;
  justify-content: center;
  box-shadow: 0 7px 0 #CE3700;
  border-radius: 10px;
}

/*--------------------------------------------------------------------------
  検索フォーム
----------------------------------------------------------------------------*/
#frd-search-form {
  text-align: center;
  background-color: #f3f3e6;
  border-radius: 10px;
  overflow: hidden;
}
.theme-kango #frd-search-form {
  border: 3px solid var(--primary-color);
  background: #fff;
  margin: 40px auto 27px;
}
@media (max-width: 480px) {
  .theme-kango #frd-search-form {
    margin: 15px 10px 30px;
  }
}
#frd-search-form h2 {
  background: rgba(232, 232, 197, 0.5019607843);
  background-blend-mode: exclusion;
  color: #4d4d4d;
  text-shadow: 1px 2px #fff;
}
.theme-kango #frd-search-form h2 {
  text-shadow: none;
  padding: 20px 0;
  font-size: 32px;
  margin: 0;
  background: var(--primary-color);
  color: #fff;
}
@media (max-width: 480px) {
  .theme-kango #frd-search-form h2 {
    font-size: 20px;
    padding: 8px 0;
  }
}
#frd-search-form #search-form {
  padding: 1em;
}
.theme-kango #frd-search-form #search-form {
  padding: 26px 0 36px;
}
@media (max-width: 480px) {
  .theme-kango #frd-search-form #search-form {
    padding: 10px 15px 20px;
  }
}
#frd-search-form .search-form_main {
  padding: 0.5em 1em;
}
.theme-kango #frd-search-form .search-form_main {
  width: 100%;
  max-width: 650px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  padding: 0;
}
@media (max-width: 480px) {
  .theme-kango #frd-search-form .search-form_main {
    gap: 10px;
    padding: 0;
    margin: 0 auto 10px;
  }
}
.theme-kango #frd-search-form .search-form_main.is-locked select {
  pointer-events: none;
}
.theme-kango #frd-search-form .search-form_main.is-locked select.is-active {
  pointer-events: auto;
}
.theme-kango #frd-search-form .search-form_main .select-wrap {
  position: relative;
  background: no-repeat center;
  height: 100px;
}
@media (max-width: 480px) {
  .theme-kango #frd-search-form .search-form_main .select-wrap {
    font-size: 20px;
    height: 45px;
  }
}
.theme-kango #frd-search-form .search-form_main .select-wrap.type {
  background-image: url(img/kango_type.svg), url(img/kango_triangle_down.svg);
  background-size: 30px, 24px;
  background-position-x: 26px, calc(100% - 20px);
}
@media (max-width: 480px) {
  .theme-kango #frd-search-form .search-form_main .select-wrap.type {
    background-position-x: 11px, calc(100% - 8px);
    background-size: 20px, 16px;
  }
}
.theme-kango #frd-search-form .search-form_main .select-wrap.location {
  background-image: url(img/kango_location.svg), url(img/kango_triangle_down.svg);
  background-size: 30px, 24px;
  background-position-x: 24px, calc(100% - 20px);
}
@media (max-width: 480px) {
  .theme-kango #frd-search-form .search-form_main .select-wrap.location {
    background-position-x: 10px, calc(100% - 8px);
    background-size: 20px, 16px;
  }
}
.theme-kango #frd-search-form .search-form_main .select-wrap.occupation {
  background-image: url(img/kango_occupation.svg), url(img/kango_triangle_down.svg);
  background-size: 37px, 24px;
  background-position-x: 22px, calc(100% - 20px);
}
@media (max-width: 480px) {
  .theme-kango #frd-search-form .search-form_main .select-wrap.occupation {
    background-position-x: 7px, calc(100% - 8px);
    background-size: 25px, 16px;
  }
}
.theme-kango #frd-search-form .search-form_main .select-wrap.age {
  background-image: url(img/kango_age.svg), url(img/kango_triangle_down.svg);
  background-size: 24px, 24px;
  background-position-x: 30px, calc(100% - 20px);
}
@media (max-width: 480px) {
  .theme-kango #frd-search-form .search-form_main .select-wrap.age {
    background-position-x: 14px, calc(100% - 8px);
    background-size: 16px, 16px;
  }
}
#frd-search-form .search-form_main fieldset {
  margin-bottom: 1em;
  border: none;
}
.theme-kango #frd-search-form .search-form_main .select-item {
  background: #FFF1F2;
  border-radius: 10px;
  border: 3px solid var(--primary-color);
  flex: 1 1 calc(50% - 10px);
  margin: 0;
}
.theme-kango #frd-search-form .search-form_main .select-item select {
  background: transparent;
  border: none;
  height: 100%;
  display: block;
  width: 100%;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 50px 0 70px;
  font-size: 24px;
}
@media (max-width: 480px) {
  .theme-kango #frd-search-form .search-form_main .select-item select {
    padding: 10px 25px 10px 35px;
    font-size: 14px;
    opacity: 1;
    color: #000;
  }
}
#frd-search-form .search-form_main legend {
  font-weight: 800;
}
#frd-search-form .search-form_main label {
  display: inline-block;
  margin: 0 0.5em 0.5em;
  padding: 3px 12px;
  white-space: nowrap;
  background: #ccc;
  background: #dbdbd4;
  border-radius: 16px;
}
#frd-search-form .search-form_main input[type=checkbox] {
  display: none;
}
#frd-search-form .search-form_main input[type=checkbox]:checked + label {
  background-color: #4c66b4;
  color: white;
}
#frd-search-form .searchBtn_box {
  display: block;
  padding: 0.5em;
  width: 100%;
  background: #4cb450;
  border-radius: 16px;
  border: none;
  border-bottom: solid 6px #07710b;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
}
.theme-kango #frd-search-form .searchBtn_box {
  font-size: 24px;
  padding: 20px;
  max-width: 650px;
  margin: 0 auto;
  border-bottom: none;
  background: #085BC7;
  box-shadow: 0 7px 0 #003579;
  border-radius: 10px;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .theme-kango #frd-search-form .searchBtn_box {
    padding: 10px;
    font-size: 18px;
  }
}
.theme-kango #frd-search-form .searchBtn_box > span {
  margin: 5px 0 -5px;
  display: inline-block;
}
.theme-kango #frd-search-form .searchBtn_box > span::before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  background: url(img/ico_search.svg) no-repeat center/contain;
  margin-right: 10px;
  vertical-align: -8%;
}
@media (max-width: 480px) {
  .theme-kango #frd-search-form .searchBtn_box > span::before {
    width: 18px;
    height: 18px;
  }
}

.theme-hoiku .hoiku-search {
  border: 3px solid var(--primary-color);
  border-radius: 5px;
  margin: 30px 0 55px;
}
@media (max-width: 480px) {
  .theme-hoiku .hoiku-search {
    margin: 20px 10px 32px;
  }
}
.theme-hoiku .hoiku-search_header {
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  margin: 0;
  font-size: 24px;
  border: none;
  cursor: pointer;
}
@media (max-width: 480px) {
  .theme-hoiku .hoiku-search_header {
    font-size: 18px;
  }
}
.theme-hoiku .hoiku-search_header::before {
  content: "";
  display: inline-block;
  background: url(img/ico_search.svg) no-repeat center/contain;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  vertical-align: -10%;
}
@media (max-width: 480px) {
  .theme-hoiku .hoiku-search_header::before {
    vertical-align: -20%;
  }
}
.theme-hoiku .hoiku-search_header::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 18px 15px 0px 15px;
  border-color: #fff transparent transparent transparent;
  margin-left: 10px;
}
@media (max-width: 480px) {
  .theme-hoiku .hoiku-search_header::after {
    border-width: 16px 10px 0 10px;
  }
}
.theme-hoiku .hoiku-search_header.is-open::after {
  transform: rotate(180deg);
}
.theme-hoiku .hoiku-search_body {
  display: none;
  background: #fff;
  padding-bottom: 36px;
}
@media (max-width: 480px) {
  .theme-hoiku .hoiku-search_body {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .theme-hoiku .hoiku-search_table {
    margin: 0 0 20px;
  }
}
.theme-hoiku .hoiku-search_table tbody {
  border: none;
}
.theme-hoiku .hoiku-search_table tr th {
  background-color: #D46165;
  color: #fff;
  text-align: center;
  font-weight: 700;
  border: none;
  width: 153px;
  padding: 20px;
}
@media (max-width: 480px) {
  .theme-hoiku .hoiku-search_table tr th {
    width: 70px;
    padding: 10px;
  }
}
.theme-hoiku .hoiku-search_table tr td {
  border: none;
  padding: 18px 20px;
  border-bottom: 1px solid #E3E3E3;
}
@media (max-width: 480px) {
  .theme-hoiku .hoiku-search_table tr td {
    padding: 20px 10px;
  }
}
.theme-hoiku .hoiku-search_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  .theme-hoiku .hoiku-search_list {
    gap: 15px 10px;
  }
}
.theme-hoiku .hoiku-search_list > li {
  min-width: 100px;
  line-height: 1;
}
@media (max-width: 480px) {
  .theme-hoiku .hoiku-search_list > li {
    min-width: 70px;
  }
}
.theme-hoiku .hoiku-search_list > li label {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.theme-hoiku .hoiku-search_list > li label::before {
  content: "";
  display: block;
  border: 1px solid #313131;
}
.theme-hoiku .hoiku-search_list > li label:has(> input[type=radio])::before {
  margin-right: 13px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .theme-hoiku .hoiku-search_list > li label:has(> input[type=radio])::before {
    margin-right: 8px;
  }
}
.theme-hoiku .hoiku-search_list > li label:has(> input[type=checkbox])::before {
  width: 17px;
  height: 17px;
  border-radius: 2px;
  margin-right: 12px;
}
@media (max-width: 480px) {
  .theme-hoiku .hoiku-search_list > li label:has(> input[type=checkbox])::before {
    margin-right: 8px;
  }
}
.theme-hoiku .hoiku-search_list > li label:has(> input[type=radio]:checked)::before {
  border-color: var(--primary-color);
}
.theme-hoiku .hoiku-search_list > li label:has(> input[type=radio]:checked)::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  left: 5px;
  background: var(--primary-color);
  border-radius: 50%;
}
.theme-hoiku .hoiku-search_list > li label:has(> input[type=checkbox]:checked)::before {
  border-color: var(--primary-color);
  background: url(img/hoiku_check.svg) no-repeat center/10px;
}
.theme-hoiku .hoiku-search_list > li label input[type=radio],
.theme-hoiku .hoiku-search_list > li label input[type=checkbox] {
  display: none;
}
.theme-hoiku .hoiku-search_select {
  width: 268px;
  padding: 10px 20px;
  border: 1px solid #313131;
}
@media (max-width: 480px) {
  .theme-hoiku .hoiku-search_select {
    width: 100%;
  }
}
.theme-hoiku .hoiku-search_tags {
  padding: 0 30px;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  list-style: none;
}
@media (max-width: 480px) {
  .theme-hoiku .hoiku-search_tags {
    font-size: 14px;
    padding: 0 20px;
  }
}
.theme-hoiku .hoiku-search_tags > li label {
  display: inline-block;
  min-width: 100px;
  border-radius: 1000px;
  background: #FFECEE;
  text-align: center;
  padding: 0 20px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .theme-hoiku .hoiku-search_tags > li label {
    padding: 0 15px;
    min-width: 0;
  }
}
.theme-hoiku .hoiku-search_tags > li label > input[type=checkbox] {
  display: none;
}
.theme-hoiku .hoiku-search_tags > li label:has(> input[type=checkbox]:checked) {
  background: #ffc3c9;
}
.theme-hoiku .hoiku-search_popular {
  border: 3px solid var(--primary-color);
  margin: 0 40px 20px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .theme-hoiku .hoiku-search_popular {
    margin: 0 20px 25px;
  }
}
.theme-hoiku .hoiku-search_popular_heading {
  background: var(--primary-color);
  color: #fff;
  margin: 0;
  font-size: 20px;
  padding: 6px 0 8px;
  border: none;
  text-align: center;
}
.theme-hoiku .hoiku-search_popular_body {
  padding: 20px 28px;
}
@media (max-width: 480px) {
  .theme-hoiku .hoiku-search_popular_body {
    padding: 20px;
    font-size: 14px;
  }
}
.theme-hoiku .hoiku-search_button {
  width: 650px;
  margin: 0 auto;
  background: var(--accent-color);
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 7px 0 #005D66;
  font-size: 24px;
  padding: 13px 0;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .theme-hoiku .hoiku-search_button {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.theme-hoiku .hoiku-search_button::before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background: url(img/ico_search.svg) no-repeat center/contain;
  transform: translateY(2px);
}

/*--------------------------------------------------------------------------
  検索フォーム（サイドバー）
----------------------------------------------------------------------------*/
.execphpwidget #frd-search-form {
  text-align: left;
  background-color: #fff;
}
.execphpwidget #frd-search-form h2 {
  display: none;
}
.execphpwidget #frd-search-form #search-form {
  padding: 0;
}
.execphpwidget #frd-search-form #search-form_container {
  padding-bottom: 1em;
}
.execphpwidget #frd-search-form .search-form_main {
  padding: 0 0.5em 0.5em;
}
.execphpwidget #frd-search-form .search-form_main fieldset {
  margin-bottom: 1em;
  border: none;
}
.execphpwidget #frd-search-form .search-form_main fieldset:last-child {
  margin-bottom: 0;
}
.execphpwidget #frd-search-form .search-form_main label {
  font-size: 14px;
  margin: 0 0.25em 0.25em;
  padding: 0 10px;
}
.execphpwidget #frd-search-form .searchBtn_box {
  margin: 0.5em;
  width: calc(100% - 1em);
}

/*--------------------------------------------------------------------------
  モバイルメニュー
----------------------------------------------------------------------------*/
.theme-kango .menu-content {
  border-top: 4px solid var(--primary-color);
  max-width: 100%;
  width: 100%;
  height: auto;
}
.theme-kango .navi-menu-close-button {
  width: 32px;
  height: 32px;
  position: relative;
  margin: 10px 10px 33px auto;
}
.theme-kango .navi-menu-close-button::before, .theme-kango .navi-menu-close-button::after {
  position: absolute;
  content: "";
  border-top: 2px solid var(--primary-color);
  width: 35px;
  top: calc(50% - 1px);
  left: 0;
}
.theme-kango .navi-menu-close-button::before {
  transform: rotate(45deg);
}
.theme-kango .navi-menu-close-button::after {
  transform: rotate(-45deg);
}
.theme-kango .navi-menu-close-button > span {
  display: none;
}
.theme-kango .mb-menu {
  padding-left: 0;
}
.theme-kango .mb-menu #frd-search-form h2 {
  display: block;
  text-align: center;
  font-size: 24px;
  padding: 15px 0;
}
.theme-kango .mb-menu #frd-search-form .search-form_main fieldset {
  border: 3px solid var(--primary-color);
  margin-bottom: 0;
}

.theme-hoiku .mb-menu {
  padding-left: 0;
}
.theme-hoiku .navi-menu-content {
  width: 100%;
  max-width: 100%;
}
.theme-hoiku .navi-menu-content .hoiku-search_header {
  pointer-events: none;
}
.theme-hoiku .navi-menu-content .hoiku-search_header::after {
  display: none;
}
.theme-hoiku .navi-menu-content .hoiku-search_body {
  display: block;
}

.theme-kango .menu-content {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.mb-menu #frd-search-form {
  margin-right: 0.5em;
  margin-bottom: 1em;
  text-align: left;
}
.mb-menu #frd-search-form h2 {
  display: none;
}
.mb-menu #frd-search-form #search-form-mobile {
  padding: 0;
  background-color: #f3f3e6;
}
.mb-menu #frd-search-form #search-form-mobile_container {
  padding-bottom: 1em;
}
.mb-menu #frd-search-form .search-form_main {
  padding: 0.5em;
}
.mb-menu #frd-search-form .search-form_main fieldset {
  margin-bottom: 1em;
  border: none;
}
.mb-menu #frd-search-form .search-form_main fieldset:last-child {
  margin-bottom: 0;
}
.mb-menu #frd-search-form .search-form_main label {
  font-size: 14px;
  margin: 0 0.25em 0.25em;
  padding: 0 10px;
}
.mb-menu #frd-search-form .searchBtn_box {
  margin: 0.5em;
  width: calc(100% - 1em);
}

.theme-yakuzaishi .navi-menu-button {
  opacity: 0;
  pointer-events: none;
}

/*--------------------------------------------------------------------------
  非表示クラス
----------------------------------------------------------------------------*/
.is-hidden {
  display: none !important;
}

/*--------------------------------------------------------------------------
  検索結果 該当なし
----------------------------------------------------------------------------*/
div.not-found-items {
  font-size: 14px;
}
@media (max-width: 480px) {
  div.not-found-items {
    font-size: 12px;
  }
}
div.not-found-items p.not-found-message {
  margin: 3em 3em 1.5em;
  padding: 1em;
  border: 1px solid #ccc;
  color: #666;
}
@media (max-width: 480px) {
  div.not-found-items p.not-found-message {
    margin: 3em 1em 1.5em;
  }
}
div.not-found-items p.not-found-return {
  margin: 0 3em;
  text-align: right;
}
@media (max-width: 480px) {
  div.not-found-items p.not-found-return {
    margin: 0 1em;
  }
}

/*--------------------------------------------------------------------------
  オススメ
----------------------------------------------------------------------------*/
div.ranking-recommend {
  margin: 24px 0;
}
div.ranking-recommend .ranking-recommend__item {
  font-weight: 400;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 30px;
}
div.ranking-recommend .ranking-recommend__item + .ranking-recommend__item {
  margin-top: 16px;
}
div.ranking-recommend .ranking-recommend__heading {
  text-align: center;
  font-size: 26px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5px;
  padding: 0 10px;
}
div.ranking-recommend .ranking-recommend__heading::before {
  content: "＼";
  margin-right: 5px;
}
div.ranking-recommend .ranking-recommend__heading::after {
  content: "／";
  margin-left: 5px;
}
div.ranking-recommend .ranking-recommend__heading span {
  color: var(--primary-color);
}
div.ranking-recommend h4 {
  font-size: 22px;
  margin: 0 0 10px 0;
  color: var(--primary-color);
}
div.ranking-recommend p {
  color: #838383;
  font-size: 18px;
  display: block !important;
}
div.ranking-recommend p.ranking-recommend__salary,
div.ranking-recommend p.ranking-recommend__time {
  color: #000;
  position: relative;
  padding-left: 50px;
}
div.ranking-recommend p.ranking-recommend__salary img,
div.ranking-recommend p.ranking-recommend__time img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
div.ranking-recommend p.ranking-recommend__salary {
  margin-bottom: 0.75em;
}
div.ranking-recommend .ranking-recommend__image-and-text {
  display: flex;
  flex-direction: column;
  /* 縦並びに */
  align-items: center;
}
div.ranking-recommend .recommend-hide {
  display: none;
}
div.ranking-recommend .read-more {
  margin: 10px auto;
  padding: 0 2em;
  width: 150px;
  border: none;
  border-radius: 10px;
  background-color: #bbb;
  text-align: center;
  line-height: 2.5em;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
}
div.ranking-recommend img,
div.ranking-recommend p {
  display: inline-block;
  vertical-align: middle;
}
div.ranking-recommend img {
  width: 40px;
  margin-right: 10px;
}
div.ranking-recommend ul {
  color: var(--primary-color);
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  padding: 0;
  list-style: none;
  width: 100%;
  font-size: 16px;
}
div.ranking-recommend li {
  border: 2px solid var(--primary-color);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  min-width: 0;
}
div.ranking-recommend li:last-child {
  margin-bottom: 0.2em !important;
}
@media (max-width: 480px) {
  div.ranking-recommend {
    margin: 20px -40px 0px -40px;
    padding: 10px;
  }
  div.ranking-recommend h3 {
    font-size: 17px !important;
    white-space: nowrap;
    left: -10px !important;
  }
  div.ranking-recommend h4 {
    font-size: 20px;
    margin: 0;
  }
  div.ranking-recommend p {
    font-size: 14px;
  }
  div.ranking-recommend img {
    width: 30px;
    margin-left: 10px;
  }
  div.ranking-recommend .ranking-recommend__item {
    padding: 15px;
  }
  div.ranking-recommend p.ranking-recommend__salary,
  div.ranking-recommend p.ranking-recommend__time {
    padding-left: 40px;
  }
  div.ranking-recommend p.ranking-recommend__salary img,
  div.ranking-recommend p.ranking-recommend__time img {
    margin: 0;
  }
  div.ranking-recommend li {
    font-size: 14px;
  }
}

.theme-kango .ranking-recommend {
  margin: 0 0 25px -25px;
  width: calc(100% + 50px);
  position: relative;
}
@media (max-width: 480px) {
  .theme-kango .ranking-recommend {
    padding: 0;
    margin: 0 0 25px;
    width: 100%;
  }
}
.theme-kango .ranking-recommend .slick-list {
  padding: 0 117px 8px 0 !important;
}
@media (max-width: 480px) {
  .theme-kango .ranking-recommend .slick-list {
    padding-right: 88px !important;
  }
}
.theme-kango .ranking-recommend .slick-arrow {
  position: absolute;
  font-size: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: none;
  width: 27px;
  height: 41px;
  background: no-repeat center/contain;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  z-index: 5;
  cursor: pointer;
}
.theme-kango .ranking-recommend .slick-prev {
  left: 12px;
  background-image: url(img/arrow_left.svg);
}
.theme-kango .ranking-recommend .slick-next {
  right: 12px;
  background-image: url(img/arrow_right.svg);
}
.theme-kango .ranking-recommend .ranking-recommend__item {
  font-weight: 400;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin: 0 7px 0 25px;
  overflow: clip;
  padding: 0;
  background: #fff;
}
@media (max-width: 480px) {
  .theme-kango .ranking-recommend .ranking-recommend__item {
    padding: 0;
    margin: 0 0 0 16px;
  }
}
.theme-kango .ranking-recommend .ranking-recommend__item + .ranking-recommend__item {
  margin-top: 0;
}
.theme-kango .ranking-recommend .ranking-recommend__img {
  width: 100%;
  background: #B3B3B3;
}
.theme-kango .ranking-recommend .ranking-recommend__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.theme-kango .ranking-recommend .ranking-recommend__heading {
  text-align: center;
  font-size: 24px;
  position: relative;
  margin: 24px 20px 15px;
  border: none;
  padding: 0;
  width: auto;
  color: var(--primary-color);
}
@media (max-width: 480px) {
  .theme-kango .ranking-recommend .ranking-recommend__heading {
    font-size: 20px;
    margin: 14px 20px 5px;
  }
}
.theme-kango .ranking-recommend .ranking-recommend__heading::before, .theme-kango .ranking-recommend .ranking-recommend__heading::after {
  display: none;
}
.theme-kango .ranking-recommend .ranking-recommend__salary {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0 20px 20px;
  display: block;
  padding-left: 0;
}
@media (max-width: 480px) {
  .theme-kango .ranking-recommend .ranking-recommend__salary {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.theme-kango .ranking-recommend .ranking-recommend__salary > span {
  font-size: 32px;
}
@media (max-width: 480px) {
  .theme-kango .ranking-recommend .ranking-recommend__salary > span {
    font-size: 24px;
  }
}
.theme-kango .ranking-recommend .ranking-recommend__description {
  margin: 0 20px 20px;
  font-size: 16px;
  text-align: center;
  color: #828282;
  line-height: 1.75;
  display: block;
}
@media (max-width: 480px) {
  .theme-kango .ranking-recommend .ranking-recommend__description {
    margin-bottom: 10px;
  }
}
.theme-kango .ranking-recommend .ranking-recommend__link {
  text-decoration: none;
  display: block;
  margin: 0 20px 20px;
  padding: 13px;
  background: #085BC7;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  border-radius: 5px;
}
.theme-kango .ranking-recommend .ranking-recommend__micro {
  margin: -15px 20px 20px;
  font-size: 12px;
  text-align: center;
}
.theme-kango .ranking-recommend .ranking-recommend__image-and-text {
  display: flex;
  flex-direction: column;
  /* 縦並びに */
  align-items: center;
}
.theme-kango .ranking-recommend .recommend-hide {
  display: none;
}
.theme-kango .ranking-recommend .read-more {
  margin: 10px auto;
  padding: 0 2em;
  width: 150px;
  border: none;
  border-radius: 10px;
  background-color: #bbb;
  text-align: center;
  line-height: 2.5em;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
}
.theme-kango .ranking-recommend img,
.theme-kango .ranking-recommend p {
  display: inline-block;
  vertical-align: middle;
}
.theme-kango .ranking-recommend img {
  width: 40px;
  margin-right: 10px;
}
.theme-kango .ranking-recommend ul {
  color: var(--primary-color);
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  padding: 0;
  list-style: none;
  width: 100%;
  font-size: 16px;
}
.theme-kango .ranking-recommend li {
  border: 2px solid var(--primary-color);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  min-width: 0;
}
.theme-kango .ranking-recommend li:last-child {
  margin-bottom: 0.2em !important;
}

/*--------------------------------------------------------------------------
  Q&A
----------------------------------------------------------------------------*/
article.article .faq {
  border: 2px solid var(--primary-color);
  border-radius: 5px;
  overflow: clip;
  margin: 60px auto 70px;
}
@media (max-width: 480px) {
  article.article .faq {
    margin: 35px 15px 40px;
  }
}
.theme-yakuzaishi article.article .faq {
  border-color: var(--accent-color);
}
article.article .faq_heading {
  background: var(--primary-color);
  margin: 0;
  text-align: center;
  color: #fff;
  padding: 8px 0 10px;
  border: none;
  border-radius: 0;
}
.theme-yakuzaishi article.article .faq_heading {
  background: var(--accent-color);
}
.theme-hoiku article.article .faq_body, .theme-yakuzaishi article.article .faq_body, .theme-kango article.article .faq_body {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px 0;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .faq_body, .theme-yakuzaishi article.article .faq_body, .theme-kango article.article .faq_body {
    padding: 20px;
  }
}
.theme-hoiku article.article .faq_body {
  background: #FFF4F6;
}
.theme-yakuzaishi article.article .faq_body {
  background: #D5F0FF;
}
article.article .faq_item {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
.theme-kango article.article .faq_item {
  border: 1px solid var(--accent-color);
}
article.article .faq_item_question {
  padding: 3px 20px;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 480px) {
  article.article .faq_item_question {
    font-size: 16px;
  }
}
.theme-hoiku article.article .faq_item_question, .theme-yakuzaishi article.article .faq_item_question {
  color: #008693;
}
.theme-kango article.article .faq_item_question {
  color: #8B2424;
}
article.article .faq_item_question::before, article.article .faq_item_question::after {
  content: "";
  position: absolute;
  display: block;
}
article.article .faq_item_question::before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
}
.theme-hoiku article.article .faq_item_question::before, .theme-yakuzaishi article.article .faq_item_question::before {
  background: #008693;
}
.theme-kango article.article .faq_item_question::before {
  background: var(--primary-color);
}
article.article .faq_item_question::after {
  width: 24px;
  height: 24px;
  top: 9px;
  right: -12px;
  transition: 0.2s ease;
}
.theme-hoiku article.article .faq_item_question::after, .theme-yakuzaishi article.article .faq_item_question::after {
  background: url(img/ico_plus_blue.svg) no-repeat center/contain;
}
.theme-kango article.article .faq_item_question::after {
  background: url(img/ico_plus_pink.svg) no-repeat center/contain;
}
article.article .faq_item_question.is-open::after {
  transform: rotate(45deg);
}
article.article .faq_item_answer {
  border-top: 2px dotted #828282;
  margin: 20px 0 0;
  padding: 20px 0 0;
  display: none;
}
@media (max-width: 480px) {
  article.article .faq_item_answer {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------------------
  関連記事
----------------------------------------------------------------------------*/
.theme-hoiku article.article .related-column, .theme-yakuzaishi article.article .related-column {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 50px 0 0;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .related-column, .theme-yakuzaishi article.article .related-column {
    margin: 20px 15px 0;
    flex-direction: column;
    gap: 20px 0;
  }
}
.theme-hoiku article.article .related-column_item, .theme-yakuzaishi article.article .related-column_item {
  width: calc((100% - 60px) / 3);
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: clip;
  position: relative;
  transition: 0.2s ease;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .related-column_item, .theme-yakuzaishi article.article .related-column_item {
    display: flex;
    width: 100%;
  }
}
.theme-hoiku article.article .related-column_item:hover, .theme-yakuzaishi article.article .related-column_item:hover {
  opacity: 0.75;
}
.theme-hoiku article.article .related-column_item > a, .theme-yakuzaishi article.article .related-column_item > a {
  position: absolute;
  display: block;
  inset: 0;
  z-index: 1;
}
.theme-hoiku article.article .related-column_item_thumb, .theme-yakuzaishi article.article .related-column_item_thumb {
  height: 150px;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .related-column_item_thumb, .theme-yakuzaishi article.article .related-column_item_thumb {
    width: 150px;
    height: auto;
    flex-shrink: 0;
  }
}
.theme-hoiku article.article .related-column_item_thumb > img, .theme-yakuzaishi article.article .related-column_item_thumb > img {
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.theme-hoiku article.article .related-column_item_body, .theme-yakuzaishi article.article .related-column_item_body {
  padding: 10px 15px 23px;
  height: 230px;
  border-radius: 0 0 10px 10px;
  border-style: none solid solid;
  border-width: 3px;
  overflow: hidden;
  border-color: var(--primary-color);
  background: #fff;
}
@media (max-width: 480px) {
  .theme-hoiku article.article .related-column_item_body, .theme-yakuzaishi article.article .related-column_item_body {
    border-radius: 0 10px 10px 0;
    border-style: solid solid solid none;
  }
}
.theme-hoiku article.article .related-column_item_body_ttl, .theme-yakuzaishi article.article .related-column_item_body_ttl {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.theme-hoiku article.article .related-column_item_body_txt, .theme-yakuzaishi article.article .related-column_item_body_txt {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.theme-hoiku article.article .article-footer .related-column {
  margin: 0 25px;
}
.theme-hoiku article.article .article-footer .widget-title {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  background: url(img/hoiku_heading_bg.png) no-repeat center/contain;
  height: 89px;
  color: #8B2424;
  font-size: 32px;
  font-weight: 700;
  margin-top: 70px;
  margin-bottom: 50px;
}
.theme-yakuzaishi article.article .related-column_item_body_ttl {
  color: var(--accent-color);
}
.theme-yakuzaishi article.article .article-footer .related-column {
  margin: 0 25px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .article-footer .related-column {
    margin: 0;
  }
}
.theme-yakuzaishi article.article .article-footer .widget-title {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  padding-bottom: 0;
  color: var(--accent-color);
  font-size: 32px;
  background: url(img/yakuzaishi_heading_bg.png) no-repeat center/contain;
  height: 72px;
  color: var(--accent-color);
  font-weight: 700;
  margin: 60px 0 40px;
}
@media (max-width: 480px) {
  .theme-yakuzaishi article.article .article-footer .widget-title {
    background-image: url(img/yakuzaishi_heading_bg_sp.png);
  }
}/*# sourceMappingURL=style-mensmake.css.map */