@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: T
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
#wpadminbar,
#admin-panel {
  display: none;
}

.container {
  scroll-behavior: smooth;
  background-color: #d7ebf7;
}

body {
  background-color: #d7ebf7;
}
body figure,
body .wp-block-image.wp-block-image {
  display: inline-block;
}

.home .entry-title,
.home .date-tags,
.page .date-tags,
.author-info {
  display: none;
}

.tagline {
  display: none;
}
@media only screen and (min-width: 834px) {
  .tagline {
    display: block;
  }
}

.content .content-in .main {
  margin-top: -8rem;
  padding-bottom: 0;
  min-height: 35vh;
}
@media only screen and (min-width: 834px) {
  .content .content-in .main {
    margin-top: -14rem;
  }
}
@media only screen and (min-width: 1023px) {
  .content .content-in .main {
    margin-top: -20rem;
  }
}
.content .content-in .main .display-none {
  display: none !important;
}

.content-bottom {
  margin: 3em 0 0;
  background: #00a0e9;
  padding: 1.2rem;
  color: #fff;
  text-align: center;
}
.content-bottom .widget h2 {
  margin-bottom: 0.4em;
}
.content-bottom .wp-block-buttons {
  margin: auto;
  display: inline-block;
  margin-top: 0.8rem;
}
.content-bottom .wp-block-button__link {
  border: 1px solid #fff;
}
.content-bottom + .footer {
  margin-top: 0;
}

.mobile-footer-menu-buttons.mobile-menu-buttons {
  display: none;
}

.pc {
  display: none;
}
@media only screen and (min-width: 834px) {
  .pc {
    display: block;
  }
}

@media only screen and (min-width: 834px) {
  .sp {
    display: none;
  }
}

.navi {
  font-family: "UD新ゴ M", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

.fa-file-o::before {
  content: "\f054";
}

input[type=submit],
input[type=button] {
  background-color: #00ab98;
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border: none;
  padding: 11px;
  width: 100%;
  margin: 0;
  cursor: pointer;
  margin-top: 1.2rem;
}

input[type=button] {
  background-color: #8f9394;
}

.wp-block-button {
  width: 100%;
}
.wp-block-button .wp-block-button__link {
  border-radius: 8px;
  width: 100%;
  background-color: #ea609e;
}
@media only screen and (min-width: 834px) {
  .wp-block-button .wp-block-button__link {
    width: auto;
  }
}
.wp-block-button .wp-block-button__link::after {
  font-family: FontAwesome;
  padding-left: 4px;
  content: "\f061";
}
.wp-block-button .wp-block-button__link:hover {
  filter: brightness(1.1);
  color: #fff;
  transition: filter 0.1s ease;
}
.wp-block-button.btn_download .wp-block-button__link::after {
  content: "\f019";
}

.btn_box.is-layout-flex {
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 834px) {
  .btn_box.is-layout-flex {
    flex-direction: row;
    position: relative;
    left: -36px;
    gap: 1.6rem;
  }
}
.btn_box.is-layout-flex .wp-block-buttons {
  margin-bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 834px) {
  .btn_box.is-layout-flex .wp-block-buttons {
    width: auto;
  }
}

.wpsm_nav-tabs {
  font-weight: bold;
}

.gmap {
  margin-bottom: 0.6rem;
}
.gmap iframe {
  width: 100%;
  height: 300px;
}

h1,
h2,
h3,
h4 {
  font-family: "UD新ゴ M", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.iconlist-box.blank-box {
  padding: 0;
}
@media only screen and (min-width: 834px) {
  .iconlist-box.blank-box {
    padding-top: 1.6rem;
  }
}
.iconlist-box ul {
  padding: 0;
  display: inline-block;
}
.iconlist-box li {
  position: relative;
  padding-left: 1em;
}
.iconlist-box li::before {
  margin-right: 0.4em;
  margin-left: 0.4em;
  position: absolute;
  left: 0;
}

.fvp-actionicon.fvp-actionicon {
  background-image: url("/wp-content/themes/cocoon-child-master/images/youtube_play.png") !important;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto !important;
}
.fvp-actionicon.fvp-actionicon + img {
  opacity: 1 !important;
}

.eye-catch-wrap-youtube,
.youtube-block {
  background-image: url("/wp-content/uploads/2023/08/youtube_frame.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.eye-catch-wrap-youtube .eye-catch,
.eye-catch-wrap-youtube .fvp-youtube,
.youtube-block .eye-catch,
.youtube-block .fvp-youtube {
  border: 1px solid #fff;
  position: absolute;
  top: 2.5%;
  left: 0;
  right: 0;
  margin: auto;
  width: 94%;
}
.eye-catch-wrap-youtube .eye-catch a::after,
.eye-catch-wrap-youtube .fvp-youtube a::after,
.youtube-block .eye-catch a::after,
.youtube-block .fvp-youtube a::after {
  content: "";
  width: 4em;
  height: 3em;
  display: block;
  background-image: url("/wp-content/themes/cocoon-child-master/images/youtube_play.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto !important;
  top: 50%;
  transform: translateY(-50%);
}
.eye-catch-wrap-youtube .eye-catch img,
.eye-catch-wrap-youtube .fvp-youtube img,
.youtube-block .eye-catch img,
.youtube-block .fvp-youtube img {
  filter: brightness(0.9);
}
.eye-catch-wrap-youtube .fvp-overlay,
.youtube-block .fvp-overlay {
  position: relative;
  top: 3%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
}

.eye-catch-wrap {
  display: block;
}

.fvp-actionicon.play {
  margin: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.header-container {
  background: none;
}

/************************************
** フッター
************************************/
.footer {
  margin-top: 20px;
  padding: 8px;
}

.copyright {
  margin-top: 8px;
}

.footer-widgets,
.footer-widgets-mobile {
  margin: 10px auto;
  display: flex;
}

.footer-mobile, .footer-left,
.footer-center,
.footer-right {
  padding: 10px 16px;
}

.footer-left,
.footer-center,
.footer-right {
  width: 33.33%;
}

.footer-widgets-mobile {
  display: none;
}

/************************************
** フッターボトム
************************************/
.footer-bottom {
  margin-top: 24px;
  padding: 8px;
  position: relative;
  font-size: 14px;
}
.footer-bottom.fdt-left-and-right .footer-bottom-logo {
  display: none;
}
.footer-bottom.fdt-left-and-right .footer-bottom-content {
  float: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.footer-bottom.fdt-up-and-down .footer-bottom-logo {
  display: none;
}
.footer-bottom.fdt-up-and-down .footer-bottom-content {
  float: none;
  display: block;
  text-align: center;
}
.footer-bottom.fdt-up-and-down .footer-bottom-content .navi-footer-in > ul {
  justify-content: center;
}
.footer-bottom.fnm-text-width .menu-footer li {
  width: auto;
}
.footer-bottom.fnm-text-width .menu-footer li a {
  padding: 0 10px;
}

.footer-bottom-logo {
  float: left;
  bottom: 0;
  position: absolute;
}
.footer-bottom-logo .logo-text {
  padding: 0;
}
.footer-bottom-logo .site-name-text {
  font-size: 18px;
}
.footer-bottom-logo .logo-image {
  padding: 0;
}
.footer-bottom-logo img {
  height: 50px;
  width: auto;
}

.footer-bottom-content {
  float: none;
  text-align: center;
}

#admin-panel {
  display: none;
}

.mobile-menu-buttons {
  background-color: #f5f3e6;
}

.site-footer-content {
  max-width: 1216px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
}

.site-footer-data {
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (min-width: 768px) {
  .site-footer-data {
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    justify-content: space-between;
  }
}

.sponsorship {
  text-align: center;
  margin-bottom: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .sponsorship {
    width: 50%;
    margin-bottom: 0;
  }
}

.sponsorship_logo {
  width: 3rem;
  display: none;
}

.sponsorship_text a {
  display: inline-block;
  vertical-align: middle;
}
.sponsorship_text img {
  width: 1.4em;
}

.sponsorship-name {
  display: inline-block;
  font-size: 1.02rem;
  font-feature-settings: "palt";
  margin-left: 0.2rem;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .sponsorship-name {
    font-size: 1.1rem;
  }
}

.sponsorship-link {
  display: block;
  font-size: 0.8rem;
}
.sponsorship-link a {
  color: inherit;
  transition: 0.3s;
}

.sponsorship-area {
  display: block;
  font-size: 0.8rem;
}

.footer-org {
  font-weight: bold;
  padding: 0.8rem 2rem 0.8rem 1.2rem;
  border: 1px solid #dee2e6;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer-org {
    text-align: left;
  }
}

.org-name {
  display: block;
  margin-bottom: 0.4rem;
}

.org-tel {
  display: block;
}

.org-email {
  margin-bottom: 0;
}

.copyright {
  display: block;
  width: 100%;
  font-size: 0.7rem;
  text-align: center;
}

p {
  display: inline-block;
}

.fvp-actionicon.play {
  background-size: 18%;
}

.wp-element-caption {
  text-align: center;
}

@media only screen and (min-width: 1023px) {
  .front-top-page .header-in.wrap {
    width: auto;
  }
}
@media only screen and (min-width: 834px) {
  .front-top-page .header-in.wrap img {
    position: relative;
    top: -2rem;
  }
}
.front-top-page .content .content-in .main {
  background: none;
}
.front-top-page .content .content-in .top_main {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.2rem;
  padding-bottom: 3.2rem;
  text-align: center;
}
@media only screen and (min-width: 834px) {
  .front-top-page .content .content-in .top_main {
    padding-bottom: 6.8rem;
  }
}
.front-top-page .content .content-in .top_main h2 {
  margin-top: 1.6rem;
  margin-bottom: 1.2rem;
  display: inline-block;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 834px) {
  .front-top-page .content .content-in .top_main h2 {
    margin-top: 3.2rem;
  }
}
.front-top-page .content .content-in .top_main h2 img {
  margin-bottom: 0.8rem;
  width: 80%;
}
@media only screen and (min-width: 834px) {
  .front-top-page .content .content-in .top_main h2 img {
    width: 100%;
  }
}
.front-top-page .content .content-in .top_main h3 {
  margin-bottom: 0.4rem;
  font-feature-settings: "palt";
}
.front-top-page .content .content-in .top_main h3.top_midashi {
  border: none;
  display: inline-block;
  text-align: left;
  padding-left: 2.4em;
  padding-right: 0;
  position: relative;
}
@media only screen and (min-width: 834px) {
  .front-top-page .content .content-in .top_main h3.top_midashi {
    font-size: 1.8rem;
    text-align: center;
    padding-left: 0;
  }
}
.front-top-page .content .content-in .top_main h3.checkpoint::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2.4em;
  vertical-align: middle;
  background: url("/wp-content/themes/cocoon-child-master/images/checkpoint.png") left center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 834px) {
  .front-top-page .content .content-in .top_main h3.checkpoint::before {
    position: static;
  }
}
.front-top-page .content .content-in .top_main h3.links {
  padding-left: 1.4em;
}
.front-top-page .content .content-in .top_main h3.links::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 2.4em;
  vertical-align: middle;
  background: url("/wp-content/themes/cocoon-child-master/images/link.png") left center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 834px) {
  .front-top-page .content .content-in .top_main h3.links::before {
    position: relative;
    margin-right: 0.2em;
    top: -4px;
  }
}
.front-top-page .content .content-in .top_main .blank-box {
  padding-top: 0;
  padding-bottom: 0;
}
.front-top-page .content .content-in .top_main p {
  text-align: left;
}
.front-top-page .content .content-in .top_main ul {
  text-align: left;
}
.front-top-page .content .content-in .top_main p.has-text-align-center {
  text-align: center;
}
.front-top-page .content .content-in .top_main p.waku {
  padding: 0.8rem;
  border: 1px solid #dbdbdb;
  width: 100%;
}
.front-top-page .content .content-in .top_main p.lead {
  font-weight: bold;
}
.front-top-page .content .content-in .top_main p.small {
  font-size: 12px;
}
.front-top-page .content .content-in .top_main .iconlist-box li::before {
  color: red;
}
.front-top-page .not-style {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  display: inline-block;
}
@media only screen and (min-width: 834px) {
  .front-top-page .new_video_block {
    display: flex;
    align-items: stretch;
    height: 28rem;
  }
}
.front-top-page .new_video_block h2 {
  display: none;
}
@media only screen and (min-width: 834px) {
  .front-top-page .new_video_block h2 {
    display: block;
    width: 20%;
    padding-right: 1.3rem;
  }
  .front-top-page .new_video_block h2 img {
    width: 80%;
  }
}
.front-top-page .new_video_block .youtube-block {
  width: auto;
  aspect-ratio: 1/0.645;
}
@media only screen and (min-width: 834px) {
  .front-top-page .new_video_block .youtube-block {
    width: 60%;
  }
}
@media only screen and (min-width: 834px) {
  .front-top-page .new_video_block .new_video_description_block {
    width: 24%;
    padding-left: 1.2rem;
    display: flex;
    align-items: flex-end;
  }
}
.front-top-page .new_video_block .new_video_description {
  font-size: 16px;
  font-feature-settings: "palt";
  background-color: #00a0e9;
  padding: 1.2em;
  color: #fff;
  border-radius: 8px;
}
@media only screen and (min-width: 834px) {
  .front-top-page .new_video_block .new_video_description {
    width: 274px;
  }
}
.front-top-page .checkpoint_block {
  padding: 1.2em 1.2em 1.8em;
  border: 8px solid #d7ebf7;
  border-radius: 16px;
  max-width: 100%;
}
@media only screen and (min-width: 834px) {
  .front-top-page .checkpoint_block {
    width: 1000px;
    padding: 2em 2em 3em;
    margin-bottom: 4rem;
  }
}
.front-top-page .home-link {
  max-width: 100%;
}
@media only screen and (min-width: 834px) {
  .front-top-page .home-link {
    width: 1000px;
  }
}
.front-top-page .home-link h2 {
  background: none;
}
.front-top-page .home-link .home-link__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0 !important;
  list-style-type: none;
}
@media only screen and (min-width: 834px) {
  .front-top-page .home-link .home-link__list {
    flex-direction: row;
    max-width: 1140px;
    margin: 0 auto;
  }
}
.front-top-page .home-link .home-link__item {
  width: 100%;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 834px) {
  .front-top-page .home-link .home-link__item {
    width: 24%;
    margin-bottom: 0;
  }
  .front-top-page .home-link .home-link__item:not(:nth-child(4n)) {
    margin-right: 2%;
  }
}
.front-top-page .home-link .home-link__item p {
  font-size: 14px;
}
.front-top-page .home-link .home-link__link {
  display: block;
  text-align: center;
  color: #333;
  margin-bottom: 0.4rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .front-top-page main.main,
  .front-top-page div.sidebar {
    padding: 0 16px 32px;
  }
}
@media only screen and (min-width: 834px) {
  .front-top-page.page-template-default .content {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 834px) {
  .archive .content,
  .page-template-default .content {
    margin-top: 108px;
  }
}

.archive .content .content-in .main,
.page-template-default .content .content-in .main,
.post-template-default .content .content-in .main {
  margin-top: -5rem;
  text-align: center;
}
@media only screen and (min-width: 834px) {
  .archive .content .content-in .main,
  .page-template-default .content .content-in .main,
  .post-template-default .content .content-in .main {
    margin-top: -14rem;
  }
}
@media only screen and (min-width: 1023px) {
  .archive .content .content-in .main,
  .page-template-default .content .content-in .main,
  .post-template-default .content .content-in .main {
    margin-top: -20rem;
  }
}
.archive .entry-content,
.page-template-default .entry-content,
.post-template-default .entry-content {
  text-align: center;
  display: inline-block;
}
.archive .entry-content p,
.page-template-default .entry-content p,
.post-template-default .entry-content p {
  display: block;
  text-align: left !important;
  width: 100%;
  max-width: 46em;
  margin-left: auto;
  margin-right: auto;
}

.post-template-default .protected {
  color: red;
  line-height: 3;
}
.post-template-default .content .content-in .main {
  margin-top: -5rem;
  text-align: center;
}
@media only screen and (min-width: 834px) {
  .post-template-default .content .content-in .main {
    margin-top: -14rem;
  }
}
@media only screen and (min-width: 1023px) {
  .post-template-default .content .content-in .main {
    margin-top: -20rem;
  }
}
.post-template-default .content .content-in .main .eye-catch-wrap {
  display: block;
  background-image: url(/wp-content/uploads/2023/08/youtube_frame.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  width: 940px;
  margin: auto;
  max-width: 100%;
  aspect-ratio: 16/11;
  padding: 1.2vw;
}
.post-template-default .header-in.wrap {
  width: auto;
}
.post-template-default .entry-title {
  text-align: center;
}
.post-template-default .entry-content {
  text-align: center;
  display: inline-block;
}
.post-template-default .entry-content p {
  display: block;
  text-align: left !important;
  width: 100%;
  max-width: 46em;
}
.post-template-default .entry-footer,
.post-template-default .under-entry-content {
  display: none;
}
.post-template-default .breadcrumb-item {
  display: none !important;
}
.post-template-default .entry-title,
.post-template-default .archive-title {
  font-size: 1.8rem;
  margin: 1.8rem 0;
  line-height: 1.3;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 834px) {
  .post-template-default .entry-title,
  .post-template-default .archive-title {
    font-size: 2.4rem;
  }
}
.post-template-default .eye-catch {
  border: 1px solid #fff;
  margin: auto;
  width: 94%;
}
.post-template-default .cat-label.cat-label-1 {
  display: none;
}
.post-template-default .date-tags {
  display: none;
}
.post-template-default .wp-block-image {
  width: 100%;
  max-width: 680px;
}
.post-template-default .is-layout-flex .wp-block-image {
  width: auto;
}
.post-template-default .post-template-default .entry-content p {
  max-width: 38em;
  width: 100%;
}
.post-template-default .btn_box.is-layout-flex {
  flex-direction: row;
  position: relative;
  left: 0;
  gap: 1.6rem;
}
.post-template-default .fvp-actionicon.play {
  background-size: 10%;
  height: 100% !important;
  width: 100% !important;
  margin: auto !important;
}
.post-template-default .article h2 {
  margin-top: 4.6rem;
}
.post-template-default .article ul li,
.post-template-default .article ol li {
  width: 100%;
  max-width: 40em;
  text-align: left;
}
.post-template-default .article .video-container {
  margin: 30px auto;
}

.featured-video-plus iframe {
  width: 90vw !important;
  height: auto !important;
  aspect-ratio: 1.9/1 !important;
}
@media only screen and (min-width: 480px) {
  .featured-video-plus iframe {
    width: 60vw !important;
  }
}

#DOMWindow {
  left: 5vw !important;
  right: 5vw !important;
  margin: auto !important;
}
@media only screen and (min-width: 480px) {
  #DOMWindow {
    left: 20vw !important;
    right: 20vw !important;
  }
}

.category .ect-vertical-card {
  display: block;
}
@media only screen and (min-width: 834px) {
  .category .ect-vertical-card {
    display: flex;
  }
}

#list.ect-3-columns {
  justify-content: center;
}
#list h3.entry-card-title,
#list h3.related-entry-card-title {
  font-size: 18px;
  margin: 0 0 5px 0;
  line-height: 1.6;
  font-weight: bold;
  padding: 0;
  border: none;
}
#list .entry-card,
#list .related-entry-card {
  height: auto;
}
#list .a-wrap {
  background: #fff;
  box-shadow: 0 1px 4px #aaa;
  border-radius: 12px;
  width: 100%;
}
@media only screen and (min-width: 834px) {
  #list .a-wrap {
    width: 45%;
    margin: 0.6rem 2.5%;
  }
}
@media only screen and (min-width: 1023px) {
  #list .a-wrap {
    width: 32%;
    margin: 0.6rem 0.5%;
  }
}
#list .a-wrap a {
  color: var(--cocoon-text-color);
  text-decoration: none;
}
#list .a-wrap a.wp-block-button__link {
  color: #fff;
}
#list .wp-block-button {
  text-align: center;
}
#list .wp-block-button__link {
  padding: 0.3em 1.2em;
  font-size: 1rem;
}
@media only screen and (min-width: 480px) {
  #list .wp-block-button__link {
    font-size: inherit;
  }
}

.editor-styles-wrapper *::-moz-selection {
  background-color: #81bfe4;
}

.editor-styles-wrapper *::selection {
  background-color: #81bfe4;
}

.category-zukan .main {
  padding-top: 0;
}
.category-zukan .archive-title {
  color: #fff;
  margin: auto;
}
.category-zukan .archive-title::after {
  content: "";
  display: block;
  height: 300px;
  width: 100%;
  background-image: url(https://manabiweb-kumamoto.jp/wp-content/uploads/2026/03/oshigoto-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.category-zukan .archive-title .fa {
  display: none;
}
.category-zukan .entry-content {
  font-weight: bold;
  margin-bottom: 0;
  color: #427287;
}
.category-zukan #list {
  width: 100vw;
  max-width: 100%;
  justify-content: center;
  margin: 0 auto;
}
.category-zukan #list .a-wrap.a-wrap {
  width: 100%;
  padding: 0.8rem;
  margin: 0;
  margin-bottom: 30px;
  border: 2px solid #00a0ea;
  background-color: #dff0f7;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.45;
  text-align: left;
}
@media only screen and (min-width: 834px) {
  .category-zukan #list .a-wrap.a-wrap {
    width: calc(25% - 15px);
  }
}
.category-zukan #list .a-wrap.a-wrap a {
  pointer-events: none;
}
.category-zukan #list .related-entry-card-thumb.related-entry-card-thumb {
  width: 100%;
}
.category-zukan #list .related-entry-card-thumb.related-entry-card-thumb a {
  pointer-events: all;
}
.category-zukan #list .related-entry-card-content {
  margin: 8px 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column-reverse;
}
.category-zukan #list .related-entry-card-content .related-entry-card-title {
  font-size: 0.95rem;
  color: #fff;
  margin-top: 0.4em;
  padding: 0.4em;
  text-align: center;
  background: #00a0ea;
  border-radius: 4px;
}
.category-zukan #list .related-entry-card-content .related-entry-card-snippet {
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
  font-size: 1.28rem;
}
.category-zukan #list .related-entry-card-thumb {
  float: none;
  border: 1px solid #ddd;
}
.category-zukan #list .wp-block-button {
  display: none;
}