@charset "UTF-8";
/*　吹き出し、強調したいセクション　*/
/*　スクリーンのボディカラー　*/
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
@font-face {
  font-family: "hackgen";
  font-style: normal;
  font-weight: 400;
  src: url("../../font/hackgen-r.woff") format("woff2"), url("../../font/hackgen-r.woff") format("woff"), url("../../font/hackgen-r.woff") format("truetype");
}
html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-size: clamp(14px, 1.6766467066vw, 16px);
  letter-spacing: 0.05em;
}
body.fixed {
  overflow: hidden;
}

*:target {
  scroll-margin-top: 70px;
}

_::-webkit-full-page-media, _:future, :root * {
  -webkit-mask-image: none !important;
          mask-image: none !important;
}

.main:not(body) {
  -webkit-box-shadow: 0 0 6px rgba(177, 183, 183, 0.5);
          box-shadow: 0 0 6px rgba(177, 183, 183, 0.5);
}
.main .article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main .article-header .entry-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 1.5;
}
.main .article-header .eye-catch-wrap {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.main .article-header .date-tags {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: left;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0;
}
.main .article-header .date-tags > span {
  font-size: 12px;
}
@media screen and (min-width: 601px) {
  .main .article-header .date-tags > span {
    font-size: 14px;
  }
}
.main .article-header .widget-below-single-content-title {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.header-container {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
.header-container .site-name-text {
  font-weight: bold;
  font-size: clamp(22px, 2.6347305389vw, 25px) !important;
}

.header-in {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-in .widget_search {
  margin: 0;
  margin-left: auto;
  display: none;
}
@media screen and (min-width: 1023px) {
  .header-in .widget_search {
    display: block;
  }
}
.header-in .widget_search form {
  margin: 0;
}

.navi-in .menu-pc > li {
  font-weight: 500;
  border-left: 1px solid #E0E0E0;
  position: relative;
  text-decoration: none;
}
.navi-in .menu-pc > li::after {
  position: absolute;
  left: 0;
  cursor: pointer;
  content: "";
  width: 100%;
  height: 2px;
  background: #00706A;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.navi-in .menu-pc > li:hover::after {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.navi-in .menu-pc > li:last-of-type {
  border-right: 1px solid #E0E0E0;
}
.navi-in .menu-pc > li:hover > .sub-menu {
  display: none;
}
.navi-in .menu-pc > li > a {
  padding-bottom: 1em;
  padding-top: 1em;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.navi-in .menu-pc > li > a:hover {
  opacity: 0.7;
}
.navi-in .menu-pc > li .item-label {
  line-height: 1.5;
}
.navi-in .menu-pc > li.current-menu-item::after, .navi-in .menu-pc > li.current-menu-parent::after, .navi-in .menu-pc > li.current-post-ancestor::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.navi-in .menu-pc > li .sub-menu {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff !important;
  padding-bottom: 0.8em;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.navi-in .menu-pc > li .sub-menu li {
  height: auto;
  background-color: transparent;
}
.navi-in .menu-pc > li .sub-menu li .item-label {
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  position: relative;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 2em;
  display: block;
  font-size: clamp(13px, 1.6766467066vw, 14px);
  padding-left: 0.5em;
}
.navi-in .menu-pc > li .sub-menu li .item-label:hover {
  text-decoration: underline !important;
}

.logo-menu-button {
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
  width: auto !important;
}

.logo-menu-button img {
  max-height: 30px;
  margin: 0;
}
@media screen and (min-width: 1023px) {
  .logo-menu-button img {
    max-height: 40px;
  }
}

.mobile-menu-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1023px) {
  .mobile-menu-buttons {
    display: none;
  }
}
.mobile-menu-buttons .menu-caption {
  display: none;
}
.mobile-menu-buttons .menu-button:not(.logo-menu-button) {
  margin: 0;
  display: block;
  width: 50px;
}
.mobile-menu-buttons .menu-button.logo-menu-button {
  margin-right: auto;
  display: block;
}

.navi-menu-button {
  position: relative;
}

.navi-menu-content {
  top: 50px;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: none;
  -webkit-transition: none !important;
  transition: none !important;
  padding: 40px 0;
  z-index: 9;
}

#navi-menu-close {
  display: none !important;
}

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

.menu-open .navi-menu-icon {
  position: relative;
  height: 28px;
}
.menu-open .navi-menu-icon .fas,
.menu-open .navi-menu-icon .fas::before,
.menu-open .navi-menu-icon .fas::after {
  content: "";
  width: 22px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #333;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu-open .navi-menu-icon .fas {
  top: 5px;
}
.menu-open .navi-menu-icon .fas::before {
  top: 8px;
}
.menu-open .navi-menu-icon .fas::after {
  top: 16px;
}
.menu-open.open-drawer .navi-menu-icon .fas {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}
.menu-open.open-drawer .navi-menu-icon .fas::before {
  opacity: 0;
}
.menu-open.open-drawer .navi-menu-icon .fas::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  top: 50%;
  left: 0;
}

.menu-close-button {
  display: none;
}

.menu-drawer li a {
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.9em;
  font-size: 16px;
}
.menu-drawer li a:hover {
  padding-left: 2.2em;
}
.menu-drawer li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f07b";
  color: #00706A;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-drawer li:not(.menu-drawer__icons) .sub-menu {
  padding-left: 0;
}
.menu-drawer li:not(.menu-drawer__icons) .sub-menu a {
  padding-left: 2.6em;
}
.menu-drawer li:not(.menu-drawer__icons) .sub-menu a:hover {
  padding-left: 2.9em;
}
.menu-drawer li:not(.menu-drawer__icons) .sub-menu a::before {
  content: "\f105";
  font-weight: 600;
  font-size: 0.9em;
  left: 23px;
}
.menu-drawer li.menu-drawer__title {
  margin-top: 30px;
  margin-bottom: 1em;
}
.menu-drawer li.menu-drawer__title a {
  pointer-events: none;
  border: 0;
  background-color: transparent;
  color: #333;
  border-bottom: 2px solid #e3e3e3;
  position: relative;
  padding: 0.3em;
  font-size: 20px;
  font-weight: bold;
}
.menu-drawer li.menu-drawer__title a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: inline-block;
  content: "";
  width: 40%;
  height: 2px;
  background-color: #00706A;
}
.menu-drawer li.menu-drawer__title a::before {
  content: none;
}
.menu-drawer li.menu-drawer__icons > a {
  display: none;
}
.menu-drawer li.menu-drawer__icons .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}
.menu-drawer li.menu-drawer__icons .sub-menu li {
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 7px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 7px 3px rgba(0, 0, 0, 0.05);
  width: 16%;
}
.menu-drawer li.menu-drawer__icons .sub-menu li:not(:last-of-type) {
  margin-right: 20px;
}
.menu-drawer li.menu-drawer__icons .sub-menu li .fas,
.menu-drawer li.menu-drawer__icons .sub-menu li .fab {
  color: #00706A;
  font-size: 20px;
}
.menu-drawer li.menu-drawer__icons .sub-menu li p {
  font-size: 10px;
  margin-top: 0.3em;
}
.menu-drawer li.menu-drawer__icons .sub-menu li a {
  padding: 5px 0;
  border: 0;
}
.menu-drawer li.menu-drawer__icons .sub-menu li a::before {
  content: none;
}

#search-menu-content {
  visibility: hidden;
}

#search-menu-close {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  visibility: hidden;
  opacity: 0;
}

#search-menu-input:checked ~ #search-menu-close {
  visibility: visible;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.4;
}
#search-menu-input:checked ~ #search-menu-close + #search-menu-content {
  visibility: visible;
}

.search-menu-content {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.search-menu-content .search-box {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-menu-content .search-box .search-edit {
  background-color: #fff;
  padding: 7px 60px 7px 1.5em;
  font-size: 15px;
  border-radius: 500px;
}
.search-menu-content .search-box .search-edit:focus {
  outline: 1px solid rgba(0, 0, 0, 0.26);
}
.search-menu-content .search-box .search-submit {
  height: calc(100% - 2px);
  width: 50px;
  top: 1px;
  right: 1px;
  background-color: #F5F5F5;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-menu-content .search-box .search-submit:hover {
  background-color: #E0E0E0;
}
.search-menu-content .search-box .search-submit .fas {
  color: #00706A;
}

.l-modal {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.l-modal.-active {
  opacity: 1;
  visibility: visible;
}

.toc {
  -webkit-box-shadow: 0 0 3px rgba(177, 183, 183, 0.5);
          box-shadow: 0 0 3px rgba(177, 183, 183, 0.5);
  border: none;
  padding: 10px 1em 20px;
}
@media screen and (min-width: 601px) {
  .toc {
    padding: 20px 1em 30px;
  }
}
.toc-content {
  padding-top: 1em;
}
.toc-title {
  text-align: left;
  border-bottom: 2px solid #00706A;
  font-size: clamp(16px, 1.9161676647vw, 20px);
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
.toc-title span {
  margin-left: 0.5em;
  font-size: 0.65em;
  color: rgba(0, 0, 0, 0.54);
}
.toc-list {
  padding-left: 0 !important;
  counter-reset: tocitem;
  list-style: none;
}
.toc-list > li > a {
  font-weight: 500;
}
.toc-list li::marker {
  content: none;
}
.toc-list li:hover {
  background-color: transparent;
}
.toc-list li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  position: relative;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 2em;
  display: block;
  font-size: clamp(14px, 1.6766467066vw, 16px);
}
.toc-list li a:hover {
  text-decoration: underline;
}
.toc-list li a::before {
  counter-increment: tocitem;
  font-family: "Oswald", sans-serif;
  content: counter(tocitem, decimal-leading-zero) ".";
  color: #00706A;
  font-weight: 400;
  font-size: 1.3em;
  position: absolute;
  top: -0.2em;
  left: 2px;
  letter-spacing: 0.05em;
}
.toc-list li > ol {
  padding-left: 0 !important;
  counter-reset: tocitem;
  list-style: none;
}
.toc-list li > ol a {
  padding-left: 3em;
  font-size: 0.95em;
}
.toc-list li > ol a::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00706A;
  left: 1.7em;
  top: 0.65em;
}

.author-box {
  border: 0;
  padding: 0 !important;
}
.author-box .author-thumb {
  float: right;
}
.author-box .author-content {
  margin-left: 0;
}

.writer-profile {
  border-radius: 20px;
  padding: 1.5em;
  position: relative;
  margin-bottom: 35px;
  background-color: #F5F5F5;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.writer-profile__tag {
  display: inline-block;
  position: absolute;
  top: -1em;
  left: 2em;
  background-color: #00706A;
  color: #fff;
  font-size: 13px !important;
  padding: 0.2em 1em;
  font-weight: bold;
  border-radius: 5px;
}
.writer-profile__link {
  display: inline-block;
  color: #434343;
  position: relative;
  vertical-align: middle;
  margin-right: 2em;
  font-size: 14px;
}
.writer-profile__link i {
  margin-right: 0.1em;
}
.writer-profile__link.link-twitter i {
  color: #7dcdf7;
}
.writer-profile__link.link-youtube i {
  color: #fb0001;
}
.writer-profile__link.link-prof i {
  color: #fc931e;
}
.writer-profile__link.link-work i {
  color: #00706A;
}
.writer-profile .writer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.writer-profile .writer__flex .left {
  width: 78%;
  margin-right: 5%;
}
.writer-profile .writer__flex .left .name {
  display: inline-block;
  font-weight: bold;
  font-size: clamp(14px, 1.6766467066vw, 17px);
  margin-bottom: 0.5em;
  margin-right: 1em;
}
.writer-profile .writer__flex .left p {
  margin-bottom: 0.5em;
  font-size: clamp(13px, 1.5568862275vw, 15px);
}
.writer-profile .writer__flex .left .name i {
  color: #00706A;
  margin-right: 0.3em;
}
.writer-profile .writer__flex .right {
  width: 20%;
}
.writer-profile .writer__flex .right .image {
  text-align: center;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.writer-profile .writer__flex .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
}
@media screen and (max-width: 480px) {
  .writer-profile .writer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .writer-profile .writer__flex .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .writer-profile .writer__flex .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .writer-profile .writer__flex .right .image {
    width: 120px;
    padding-top: 120px;
    margin: 0 auto;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}

.breadcrumb {
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 30px;
  background-color: transparent !important;
  font-size: clamp(13px, 1.5568862275vw, 15px) !important;
}
.breadcrumb.sbp-main-before {
  background-color: transparent;
}
.breadcrumb .sp {
  margin: 0 7px;
}
@media screen and (max-width: 601px) {
  .breadcrumb .sp {
    margin: 0 4px;
  }
}
.breadcrumb .fa-home {
  color: #00706A;
  font-size: 1.1em;
}
.breadcrumb .fa-folder {
  display: none;
}
.breadcrumb .fa-angle-right::before {
  content: "\f0da";
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb > a,
.breadcrumb > span {
  font-weight: 500;
}

.a-wrap .navi-entry-card-thumb,
.a-wrap .popular-entry-card-thumb,
.a-wrap .new-entry-card-thumb,
.a-wrap .related-entry-card-thumb,
.a-wrap .entry-card-thumb {
  position: relative;
  overflow: hidden;
}
.a-wrap .navi-entry-card-thumb::after,
.a-wrap .popular-entry-card-thumb::after,
.a-wrap .new-entry-card-thumb::after,
.a-wrap .related-entry-card-thumb::after,
.a-wrap .entry-card-thumb::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.a-wrap .navi-entry-card-thumb > img,
.a-wrap .popular-entry-card-thumb > img,
.a-wrap .new-entry-card-thumb > img,
.a-wrap .related-entry-card-thumb > img,
.a-wrap .entry-card-thumb > img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.a-wrap:hover {
  background-color: transparent;
}
.a-wrap:hover .navi-entry-card-thumb::after,
.a-wrap:hover .popular-entry-card-thumb::after,
.a-wrap:hover .new-entry-card-thumb::after,
.a-wrap:hover .related-entry-card-thumb::after,
.a-wrap:hover .entry-card-thumb::after {
  opacity: 0.2;
}
.a-wrap:hover .navi-entry-card-thumb > img,
.a-wrap:hover .popular-entry-card-thumb > img,
.a-wrap:hover .new-entry-card-thumb > img,
.a-wrap:hover .related-entry-card-thumb > img,
.a-wrap:hover .entry-card-thumb > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.wp-block-cocoon-blocks-blogcard .blogcard-wrap {
  width: 100%;
}
.wp-block-cocoon-blocks-blogcard .blogcard-wrap.internal-blogcard-wrap {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
@media screen and (max-width: 601px) {
  .wp-block-cocoon-blocks-blogcard .blogcard-wrap.internal-blogcard-wrap {
    text-align: center;
    padding-left: 0;
  }
}
.wp-block-cocoon-blocks-blogcard .blogcard-wrap.internal-blogcard-wrap:hover {
  opacity: 0.8;
}
.wp-block-cocoon-blocks-blogcard .blogcard-wrap.internal-blogcard-wrap .internal-blogcard {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 2.1em;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-cocoon-blocks-blogcard .blogcard-wrap.internal-blogcard-wrap .internal-blogcard::after {
  content: "つづきを読む";
  position: absolute;
  bottom: 5px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F5F5F5;
  width: 100%;
  font-size: 0.9em;
  padding: 0.2em 0;
  font-weight: 600;
  color: #0044cc;
}
.wp-block-cocoon-blocks-blogcard .blogcard-wrap.internal-blogcard-wrap .internal-blogcard-label {
  top: 0;
  left: 0;
  z-index: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.wp-block-cocoon-blocks-blogcard .blogcard-wrap.internal-blogcard-wrap .internal-blogcard-thumbnail {
  width: 40%;
  float: none;
  margin-top: 0;
  padding: 5px;
}
.wp-block-cocoon-blocks-blogcard .blogcard-wrap.internal-blogcard-wrap .internal-blogcard-content {
  width: 60%;
  margin: 0;
  max-height: initial;
  min-height: initial;
}
.wp-block-cocoon-blocks-blogcard .blogcard-wrap.internal-blogcard-wrap .internal-blogcard-title {
  margin-bottom: 1em;
  text-align: left;
}
@media screen and (max-width: 601px) {
  .wp-block-cocoon-blocks-blogcard .blogcard-wrap.internal-blogcard-wrap .internal-blogcard-title {
    font-size: 13px;
  }
}
@media screen and (max-width: 601px) {
  .wp-block-cocoon-blocks-blogcard .blogcard-wrap.internal-blogcard-wrap .internal-blogcard-snippet {
    display: none;
  }
}
.wp-block-cocoon-blocks-blogcard .blogcard-wrap.internal-blogcard-wrap .internal-blogcard-footer {
  display: none;
}

.cat-label {
  display: none;
}

.related-entries {
  /* 縦型カード */
}
.related-entries.rect-vertical-card-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.related-entries.rect-vertical-card .card-title {
  font-size: 14px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 1.5;
  margin-top: 0.3em;
}
@media screen and (min-width: 835px) {
  .related-entries.rect-vertical-card .card-title {
    font-size: clamp(12px, 1.4371257485vw, 14px);
  }
}
.related-entries.rect-vertical-card .related-entry-card-info {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: bold;
}
.related-entries.rect-vertical-card .related-entry-card-info .post-update {
  font-size: 11px;
}

.entry-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.entry-card-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.entry-card-snippet {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 0.5em;
  line-height: 1.5;
}
.entry-card .admin-pv {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: auto;
}
.entry-card-meta {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: auto;
  position: unset;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.entry-card-meta .post-date {
  font-size: 12px;
}

.c-animation-delay-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.c-animation-delay-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.c-animation-delay-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.c-animation-delay-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.c-animation-delay-5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.c-animation-delay-6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.c-animation-delay-7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.c-animation-delay-8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.c-animation-delay-9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.c-animation-delay-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.c-animation-delay-11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.c-animation-delay-12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.product-item-box {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  border-width: 1px;
  width: 100%;
  padding: 15px 30px 25px;
}
@media screen and (max-width: 601px) {
  .product-item-thumb {
    float: none !important;
    margin: 0 auto !important;
    width: 160px;
  }
}
.product-item-title {
  text-align: left;
  line-height: 1.6;
}
.product-item-snippet {
  text-align: left;
  font-size: 0.9em;
  line-height: 1.6;
}
.product-item-price .item-price {
  font-weight: bold;
  font-size: 1em;
  color: #A63D40;
}
.product-item-buttons {
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 12px;
}
.product-item-buttons > div {
  margin: 0 !important;
  width: 49%;
}
@media screen and (max-width: 601px) {
  .product-item-buttons > div {
    width: 100%;
  }
}
.product-item-buttons > div > a {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  text-align: left;
  margin: 0 !important;
  padding-left: 2em;
  border-radius: 5px;
}
@media screen and (max-width: 601px) {
  .product-item-buttons > div > a {
    text-align: center;
    padding-left: 0;
  }
}
.product-item-buttons > div > a:hover {
  color: #fff;
  opacity: 0.8;
}
.product-item-buttons > div.shoplinkamazon > a {
  color: #232f3e;
}

div.speech-wrap {
  margin: 3em 0 !important;
}
@media screen and (min-width: 601px) {
  div.speech-wrap {
    margin: 4em 0 !important;
  }
}
div.speech-wrap .speech-balloon {
  padding: 1.2em 1em;
}
div.speech-balloon {
  max-width: 620px;
  margin-left: 35px !important;
  padding: 1.2em 1em;
  border: 1px solid #E0E0E0;
  background-color: #F5F5F5 !important;
}
div.speech-balloon::after {
  border-right-color: #F5F5F5;
}
div.speech-balloon::before {
  border-right-color: #E0E0E0;
}

[class^=is-style-balloon-],
[class*=" is-style-balloon-"] {
  padding: 1.2em 1em;
  border: 2px solid #E0E0E0;
  background-color: #F5F5F5 !important;
}
@media screen and (min-width: 781px) {
  [class^=is-style-balloon-],
  [class*=" is-style-balloon-"] {
    border-width: 3px;
  }
}
[class^=is-style-balloon-].is-style-balloon-left-box::before,
[class*=" is-style-balloon-"].is-style-balloon-left-box::before {
  top: initial;
  right: initial;
  bottom: 100%;
  left: 50%;
  margin: 0;
  border-right-color: transparent;
  border-bottom: 15px solid #E0E0E0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 781px) {
  [class^=is-style-balloon-].is-style-balloon-left-box::before,
  [class*=" is-style-balloon-"].is-style-balloon-left-box::before {
    top: 50%;
    right: 100%;
    bottom: initial;
    left: initial;
    border-bottom-color: transparent;
    border-right: 15px solid #E0E0E0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
[class^=is-style-balloon-].is-style-balloon-left-box::after,
[class*=" is-style-balloon-"].is-style-balloon-left-box::after {
  top: initial;
  right: initial;
  bottom: calc(100% - 2px);
  left: 50%;
  margin: 0;
  border-right-color: transparent;
  border-bottom: 15px solid #F5F5F5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 781px) {
  [class^=is-style-balloon-].is-style-balloon-left-box::after,
  [class*=" is-style-balloon-"].is-style-balloon-left-box::after {
    top: 50%;
    right: calc(100% - 3px);
    bottom: initial;
    left: initial;
    border-right: 15px solid #F5F5F5;
    border-bottom-color: transparent;
    -webkit-transform: translateY(-48%);
            transform: translateY(-48%);
  }
}
[class^=is-style-balloon-].is-style-balloon-right-box::before,
[class*=" is-style-balloon-"].is-style-balloon-right-box::before {
  top: initial;
  right: initial;
  bottom: 100%;
  left: 50%;
  margin: 0;
  border-left-color: transparent;
  border-bottom: 15px solid #E0E0E0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 781px) {
  [class^=is-style-balloon-].is-style-balloon-right-box::before,
  [class*=" is-style-balloon-"].is-style-balloon-right-box::before {
    top: 50%;
    left: 100%;
    bottom: initial;
    right: initial;
    border-bottom-color: transparent;
    border-left: 15px solid #E0E0E0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
[class^=is-style-balloon-].is-style-balloon-right-box::after,
[class*=" is-style-balloon-"].is-style-balloon-right-box::after {
  top: initial;
  right: initial;
  bottom: calc(100% - 2px);
  left: 50%;
  margin: 0;
  border-left-color: transparent;
  border-bottom: 15px solid #F5F5F5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 781px) {
  [class^=is-style-balloon-].is-style-balloon-right-box::after,
  [class*=" is-style-balloon-"].is-style-balloon-right-box::after {
    top: 50%;
    left: calc(100% - 3px);
    bottom: initial;
    right: initial;
    border-left: 15px solid #F5F5F5;
    border-bottom-color: transparent;
    -webkit-transform: translateY(-48%);
            transform: translateY(-48%);
  }
}
[class^=is-style-balloon-].is-style-balloon-top-box::before,
[class*=" is-style-balloon-"].is-style-balloon-top-box::before {
  margin: 0;
  border-bottom: 15px solid #E0E0E0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
[class^=is-style-balloon-].is-style-balloon-top-box::after,
[class*=" is-style-balloon-"].is-style-balloon-top-box::after {
  margin: 0;
  bottom: calc(100% - 2px);
  border-bottom: 15px solid #F5F5F5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 781px) {
  [class^=is-style-balloon-].is-style-balloon-top-box::after,
  [class*=" is-style-balloon-"].is-style-balloon-top-box::after {
    bottom: calc(100% - 3px);
  }
}
[class^=is-style-balloon-].is-style-balloon-bottom-box::before,
[class*=" is-style-balloon-"].is-style-balloon-bottom-box::before {
  margin: 0;
  border-top: 15px solid #E0E0E0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
[class^=is-style-balloon-].is-style-balloon-bottom-box::after,
[class*=" is-style-balloon-"].is-style-balloon-bottom-box::after {
  margin: 0;
  top: calc(100% - 2px);
  border-top: 15px solid #F5F5F5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 781px) {
  [class^=is-style-balloon-].is-style-balloon-bottom-box::after,
  [class*=" is-style-balloon-"].is-style-balloon-bottom-box::after {
    top: calc(100% - 3px);
  }
}

.js-zoomin > *,
.js-zoomin-random > * {
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  opacity: 0;
}
.js-zoomin > *.show,
.js-zoomin-random > *.show {
  -webkit-animation-name: zoomin;
          animation-name: zoomin;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(1.5rem);
            transform: scale(0.8) translateY(1.5rem);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(1.5rem);
            transform: scale(0.8) translateY(1.5rem);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.custom-block-code {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 2em;
}
.custom-block-code__filename {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #E0E0E0;
  margin-bottom: 0 !important;
  padding: 0.1em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(13px, 1.5568862275vw, 14px) !important;
}
.custom-block-code__filename::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.3em;
}
.custom-block-code__filename.html::before {
  background-color: #e44d25;
}
.custom-block-code__filename.css::before, .custom-block-code__filenamescss::before {
  background-color: #146eb1;
}
.custom-block-code__filename.js::before, .custom-block-code__filename.jquery::before {
  background-color: #f0db4f;
}
.custom-block-code__filename.php::before {
  background-color: #7377ad;
}
.custom-block-code .wp-block-code {
  border-left: 5px solid #E0E0E0 !important;
  border-right: 5px solid #E0E0E0 !important;
  border-bottom: 5px solid #E0E0E0 !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: "hackgen";
  font-size: clamp(13px, 1.5568862275vw, 15px);
}
.custom-block-code .wp-block-code::before {
  padding-top: 0.8em !important;
}
.custom-block-code .wp-block-code > code {
  padding-top: 0.4em !important;
}
.custom-block-code__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.custom-block-code__body {
  width: 66%;
}
@media screen and (max-width: 601px) {
  .custom-block-code__body {
    width: 100%;
  }
}
.custom-block-code-balloon {
  width: 32%;
  border: 2px solid rgba(0, 0, 0, 0.26);
  border-radius: 5px;
  padding: 0.5em;
  font-size: clamp(14px, 1.6766467066vw, 15px);
  position: relative;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 601px) {
  .custom-block-code-balloon {
    width: 100%;
  }
}
.custom-block-code-balloon::before, .custom-block-code-balloon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media screen and (max-width: 601px) {
  .custom-block-code-balloon::before, .custom-block-code-balloon::after {
    top: 0;
    left: 20px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.custom-block-code-balloon::before {
  border-right: 30px solid rgba(0, 0, 0, 0.26);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@media screen and (max-width: 601px) {
  .custom-block-code-balloon::before {
    border-bottom: 20px solid rgba(0, 0, 0, 0.26);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 0;
  }
}
.custom-block-code-balloon::after {
  border-right: 26px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  z-index: 1;
}
@media screen and (max-width: 601px) {
  .custom-block-code-balloon::after {
    left: 22px;
    border-bottom: 16px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 0;
  }
}
.custom-block-code-balloon__check {
  color: #00706A;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.custom-block-output {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 2em;
  aspect-ratio: 16/9;
  border-left: 5px solid #E0E0E0;
  border-right: 5px solid #E0E0E0;
  border-bottom: 5px solid #E0E0E0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow-y: auto;
}
.custom-block-output.resize-horizontal {
  resize: horizontal;
}
.custom-block-output.resize-vertical {
  resize: vertical;
}
.custom-block-output.resize-both {
  resize: both;
}
.custom-block-output.aspect-auto {
  aspect-ratio: initial;
}
.custom-block-output__title {
  background-color: #E0E0E0;
  margin-bottom: 0 !important;
  padding: 0.3em;
  padding-left: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.custom-block-output__obj {
  display: inline-block;
  width: 11%;
  min-width: 70px;
  max-width: 75px;
  margin-right: 1em;
}
.custom-block-output__body {
  margin-bottom: 0;
  padding: 1em 0;
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}
.custom-block-output__image img {
  width: 100%;
}
.custom-block-output__explanation {
  text-align: right;
  font-size: 0.8em !important;
  color: rgba(0, 0, 0, 0.54);
  font-weight: bold;
  width: 95%;
  margin: 0 auto;
  margin-top: -2em;
}

.custom-block-fullwide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: clamp(35px, 4.1916167665vw, 70px);
  padding-bottom: clamp(35px, 4.1916167665vw, 70px);
}

.arrow-down {
  text-align: center;
  font-size: 20px;
  position: relative;
  margin-bottom: 4em !important;
}
.arrow-down::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f309";
  color: #00706A;
  font-size: 2em;
  position: absolute;
  bottom: -2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.entry-content a:hover {
  color: inherit;
  text-decoration: none;
}

.entry-title {
  padding: 0.6em 0;
}

.single .article,
.wp-admin .article {
  counter-reset: h2count;
}
@media screen and (max-width: 601px) {
  .single .article .eye-catch-wrap,
  .single .article figure:not(.eye-catch):not(.blogcard-thumbnail):not(.speech-icon),
  .wp-admin .article .eye-catch-wrap,
  .wp-admin .article figure:not(.eye-catch):not(.blogcard-thumbnail):not(.speech-icon) {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.single .article h2,
.wp-admin .article h2 {
  margin-top: 3em;
  margin-bottom: 1.5em;
}
.single .article h2:first-of-type,
.wp-admin .article h2:first-of-type {
  margin-top: 1.5em;
}
.single .article h3,
.single .article h4,
.wp-admin .article h3,
.wp-admin .article h4 {
  margin-bottom: 1em;
  margin-top: 2.5em;
}
.single .article h2,
.wp-admin .article h2 {
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: calc(16px + 1.35em);
  padding-right: 16px;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .single .article h2,
  .wp-admin .article h2 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: calc(20px + 1.35em);
    padding-right: 20px;
  }
}
.single .article h2::before,
.wp-admin .article h2::before {
  display: inline-block;
  position: absolute;
  left: 16px;
  color: #E9B872;
  top: 0.4em;
  font-size: 1.25em;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
}
@media screen and (min-width: 481px) {
  .single .article h2::before,
  .wp-admin .article h2::before {
    left: 20px;
    top: 0.77em;
  }
}
.single .article h3,
.wp-admin .article h3 {
  position: relative;
  margin-top: 2em;
  padding: 0.6em 1em;
  border: 0;
  border-left: 5px solid #00706A;
  background-color: #F5F5F5;
  color: #333;
  font-weight: 700;
}
@media screen and (min-width: 601px) {
  .single .article h3,
  .wp-admin .article h3 {
    border-left-width: 7px;
  }
}
.single .article h3 + figure,
.wp-admin .article h3 + figure {
  margin-top: -30px;
}
.single .article h4,
.wp-admin .article h4 {
  margin-top: 3em;
  margin-bottom: 2em;
  padding: 0.6em 1em;
  border-top: 1px solid #00706A;
  border-right: 1px solid #00706A;
  border-bottom: 1px solid #00706A;
  border-left: 4px solid #00706A;
}
.single .article h4 + figure,
.wp-admin .article h4 + figure {
  margin-top: -25px;
}
.single .article blockquote,
.wp-admin .article blockquote {
  background-color: #fff;
  border: 3px solid #E0E0E0;
  border-radius: var(--cocoon-basic-border-radius);
  padding-left: 3.5em;
  background-color: #F5F5F5;
}
.single .article blockquote::before,
.wp-admin .article blockquote::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  font-size: 1.6em;
  color: #008a82;
  top: 0.75em;
  left: 0.75em;
}
.single .article blockquote::after,
.wp-admin .article blockquote::after {
  content: none;
}
.single .article blockquote p:last-of-type,
.wp-admin .article blockquote p:last-of-type {
  margin-bottom: 1em;
}
.single .article p > code,
.wp-admin .article p > code {
  margin: 0 0.3em;
  padding: 0 0.3em;
  border: 1px solid #c9c9c9;
  background-color: #F5F5F5;
  font-family: "hackgen";
}
.single .article p.has-box-style > code,
.wp-admin .article p.has-box-style > code {
  background-color: rgba(255, 255, 255, 0.7);
}
.single .article .wp-element-caption,
.wp-admin .article .wp-element-caption {
  margin-top: 1em;
  font-size: 0.9em;
}
.single .article .marker-under,
.wp-admin .article .marker-under {
  font-weight: 600;
}

.p-post-head {
  padding: 20px;
  border-radius: 5px;
  background-color: #F5F5F5;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 601px) {
  .p-post-head {
    padding: 1em;
  }
}
.p-post-head__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-post-head__eyecatch {
  width: 43.8%;
}
@media screen and (max-width: 601px) {
  .p-post-head__eyecatch {
    width: 100%;
  }
}
.p-post-head__eyecatch img {
  border-radius: 5px;
}
.p-post-head__text {
  position: relative;
  width: 53%;
  padding-bottom: clamp(25px, 2.994011976vw, 50px);
}
@media screen and (max-width: 601px) {
  .p-post-head__text {
    width: 100%;
  }
}
.p-post-head__text p {
  margin-bottom: 1em;
  font-size: clamp(14px, 1.6766467066vw, 16px) !important;
}
.p-post-head__dl {
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-post-head__dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  font-size: clamp(12px, 1.4371257485vw, 14px);
}
.p-post-head__dl dl dt {
  width: 5em;
}
.p-post-head__dl dl dd {
  width: calc(100% - 5em);
  margin-left: 0;
}
.p-post-head .cat-label {
  display: none;
}

.is-style-information-box,
.is-style-question-box,
.is-style-alert-box,
.is-style-memo-box {
  padding: 1.2em 10px 1.2em 60px;
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0.26);
  background-color: #F5F5F5;
  -webkit-box-shadow: 0 0 3px rgba(177, 183, 183, 0.5);
          box-shadow: 0 0 3px rgba(177, 183, 183, 0.5);
}
@media screen and (min-width: 601px) {
  .is-style-information-box,
  .is-style-question-box,
  .is-style-alert-box,
  .is-style-memo-box {
    padding: 1.8em 1.2em 1.8em 90px;
  }
}
.is-style-information-box strong,
.is-style-question-box strong,
.is-style-alert-box strong,
.is-style-memo-box strong {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  border-bottom: 1px dashed #E0E0E0;
  font-size: 1.05em;
}
.is-style-information-box::before,
.is-style-question-box::before,
.is-style-alert-box::before,
.is-style-memo-box::before {
  top: 50%;
  left: 10px;
  width: auto;
  margin-top: -0.5em;
  margin-left: 0;
  padding-right: 8px;
  border-right: 1px solid #5DA9E9;
  color: #5DA9E9;
  text-align: center;
  font-size: 2em;
}
@media screen and (min-width: 601px) {
  .is-style-information-box::before,
  .is-style-question-box::before,
  .is-style-alert-box::before,
  .is-style-memo-box::before {
    left: 25px;
    padding-right: 10px;
  }
}

.is-style-question-box::before {
  border-right-color: #F8C630;
  color: #F8C630;
}

.is-style-alert-box::before {
  border-right-color: #D90368;
  color: #D90368;
}

.is-style-memo-box::before {
  border-right-color: #00AF54;
  color: #00AF54;
}

.marker-under {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #fce8ab));
  background: linear-gradient(transparent 75%, #fce8ab 75%);
}
.marker-under-blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #b7d9f5));
  background: linear-gradient(transparent 75%, #b7d9f5 75%);
}
.marker-under-red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #fec3df));
  background: linear-gradient(transparent 75%, #fec3df 75%);
}

.under-entry-content h2 {
  margin-top: 2em;
  padding: 0 0.2em 0.1em;
  border: 0;
  border-bottom: 2px solid #00706A;
  background-color: transparent;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-size: clamp(18px, 2.1556886228vw, 22px);
}
.under-entry-content h2 .sub-caption {
  margin-left: 0.5em;
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.65em;
  font-weight: 500;
}

.sns-share-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.share-button {
  width: 40px !important;
  height: 40px !important;
  margin: 0 5px;
}
.share-button .button-caption {
  display: none;
}

.is-style-border-solid {
  border: 3px solid #E0E0E0 !important;
  border-radius: 4px;
}

.wp-element-caption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: 0.5em !important;
  font-size: 0.85em !important;
}

.cocoon-block-timeline.-process {
  border: 0;
  padding-left: 0;
}
.cocoon-block-timeline.-process .timeline-title {
  display: none;
}
.cocoon-block-timeline.-process .timeline {
  counter-reset: item;
  padding-left: 0;
}
.cocoon-block-timeline.-process .timeline-item {
  position: relative;
  padding-bottom: 4em;
  overflow: visible;
  border: 0;
}
.cocoon-block-timeline.-process .timeline-item::before {
  display: none;
}
.cocoon-block-timeline.-process .timeline-item::after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0.4em;
  left: 0.98em;
  z-index: -1;
  background-color: #E0E0E0;
}
@media screen and (max-width: 480px) {
  .cocoon-block-timeline.-process .timeline-item::after {
    border-width: 2px;
    left: 0.9em;
  }
}
.cocoon-block-timeline.-process .timeline-item:last-of-type {
  padding-bottom: 0;
}
.cocoon-block-timeline.-process .timeline-item:last-of-type::after {
  display: none;
}
.cocoon-block-timeline.-process .timeline-item-content {
  padding: 0;
  border-left: 0;
  padding-left: 3em;
  width: 100%;
  float: none;
}
@media screen and (max-width: 480px) {
  .cocoon-block-timeline.-process .timeline-item-content {
    padding-left: 2.5em;
  }
}
.cocoon-block-timeline.-process .timeline-item-title {
  position: relative;
  font-size: 22px;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .cocoon-block-timeline.-process .timeline-item-title {
    font-size: 18px;
  }
}
.cocoon-block-timeline.-process .timeline-item-title::before {
  position: absolute;
  top: 0.4em;
  left: -3em;
  font-family: "Oswald", sans-serif;
  counter-increment: item;
  content: counter(item, decimal-leading);
  background-color: var(--cocoon-custom-point-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 0;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 0.7em;
}
@media screen and (max-width: 480px) {
  .cocoon-block-timeline.-process .timeline-item-title::before {
    top: 0.1em;
    left: -2.45em;
    font-size: 0.8em;
  }
}
.cocoon-block-timeline.-process .timeline-item-label {
  display: none;
}
.cocoon-block-timeline.-process .timeline-item figure {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wp-block-details {
  border: 1px solid #E0E0E0;
}
.wp-block-details summary {
  padding: 1em;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3em;
}
.wp-block-details summary::before {
  font-family: "Oswald", sans-serif;
  content: "Q.";
  color: #00706A;
  font-weight: bold;
}
.wp-block-details summary:hover {
  opacity: 0.8;
}
.wp-block-details summary::-webkit-details-marker {
  display: none;
}
.wp-block-details__content {
  padding: 1em;
  background-color: #F5F5F5;
}

.fn {
  position: relative;
}
.fn > a::before {
  content: "[";
}
.fn > a::after {
  content: "]";
}
.fn-balloon {
  position: fixed;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 101%);
          transform: translate(-50%, 101%);
  display: block;
  background-color: #333;
  color: #fff;
  z-index: 6;
  padding: 3.5em 1em 2em;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 1022px) {
  .fn-balloon {
    width: 100% !important;
    max-width: 500px;
  }
}
@media screen and (min-width: 1023px) {
  .fn-balloon {
    position: absolute;
    display: inline-block;
    bottom: initial;
    top: 2.6em;
    padding: 0.5em 1em;
    font-size: 12px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    color: #333;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    max-width: 25em;
  }
}
.fn-balloon > a:last-of-type {
  display: none;
}
@media screen and (min-width: 1023px) {
  .fn-balloon::before {
    content: "";
    display: block;
    border-bottom: 0.6rem solid #E0E0E0;
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    position: absolute;
    top: -0.01rem;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}
@media screen and (min-width: 1023px) {
  .fn-balloon::after {
    content: "";
    display: block;
    border-bottom: 0.5rem solid #fff;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}
.fn-balloon.-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1023px) {
  .fn:hover .fn-balloon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.fn-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1023px) {
  .fn-close {
    display: none;
  }
}
.fn-close::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  color: #FFF;
  font-size: 20px;
}

.wp-block-footnotes {
  padding-top: 1em;
  padding-bottom: 1em;
}
.wp-block-footnotes::before {
  content: "脚注";
  padding: 0 0.2em 0.1em;
  border-bottom: 2px solid #00706a;
  background-color: transparent;
  font-weight: 500;
  font-size: clamp(16px, 2.1556886228vw, 18px);
  display: block;
  margin-left: -40px;
  margin-bottom: 1em;
}
.wp-block-footnotes li {
  font-size: 0.9em;
}

.cocoon-custom-text-1 {
  font-size: 1.3em;
}

.cocoon-custom-text-2 {
  font-size: 1.2em;
}

.cocoon-custom-text-3 {
  font-size: 0.9em;
}

.cocoon-custom-text-4 {
  font-size: 0.8em;
}

.wp-block-table table th,
.wp-block-table table td {
  padding: 0.5em 1.5em;
}
.wp-block-table table tbody {
  font-size: 0.9em;
}
.wp-block-table.is-style-regular table tr {
  background-color: #fff;
}

.page .date-tags {
  display: none;
}
.page .article {
  counter-reset: h2count;
}
.page .article h2,
.page .article h3,
.page .article h4 {
  margin-bottom: 1.5em;
}
.page .article h2 {
  font-size: clamp(20px, 2.3952095808vw, 24px);
  background-color: #F5F5F5;
  color: #333;
  padding: 0.58em 1em;
  position: relative;
  margin-top: 2em;
  font-weight: 500;
  border: 0;
  border-left: 5px solid #00706A;
}
.page .article h2 + figure {
  margin-top: -30px;
}
.page .article h3 {
  border-left: 4px solid #00706A;
  border-right: 1px solid #00706A;
  border-top: 1px solid #00706A;
  border-bottom: 1px solid #00706A;
  padding: 0.54em 1em;
  font-size: clamp(18px, 2.1556886228vw, 22px);
  font-weight: 500;
  margin-top: 3em;
  margin-bottom: 2em;
}
.page .article h3 + figure {
  margin-top: -25px;
}
.page.content-only {
  background-color: #fff;
}
.page.content-only .article-header {
  display: none;
}
.page.content-only .content {
  margin-top: 0;
}
.page.content-only .main {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sidebar {
  padding-top: 0;
  background: transparent;
}
.sidebar h3 {
  position: relative;
  margin-top: 2em;
  padding: 0 0.2em 0.1em;
  border: 0;
  border-bottom: 2px solid #dce1e9;
  background-color: transparent;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-size: clamp(15px, 1.7964071856vw, 20px);
}
.sidebar h3::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  background-color: #00706A;
  content: "";
}
.sidebar h3 span {
  margin-left: 0.5em;
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.65em;
}

.sidebar-scroll {
  top: 16px;
}

.page-id-566 .header-container-in {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-id-566 .navi {
  display: none;
}
.page-id-566.body {
  background-color: #fff;
}
.page-id-566 .content {
  margin-top: 0;
}
.page-id-566 .main {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.page-id-566 .footer {
  margin-top: 0;
}
.page-id-566 ol,
.page-id-566 ul {
  padding-left: 0;
}
.page-id-566 .p-production__inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.page-id-566 .p-production__title {
  text-align: center;
  position: relative;
  line-height: 1;
  font-size: clamp(24px, 2.874251497vw, 32px);
  font-weight: 500;
}
.page-id-566 .p-production__title span {
  color: #00706A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.625em;
  font-weight: bold;
  margin-top: 1em;
}
.page-id-566 .p-production__title span::before, .page-id-566 .p-production__title span::after {
  width: 0.625em;
  height: 2px;
  background-color: #00706A;
  display: inline-block;
  content: "";
}
.page-id-566 .p-production__title span::before {
  margin-right: 0.5em;
}
.page-id-566 .p-production__title span::after {
  margin-left: 0.5em;
}
.page-id-566 .p-production__lead {
  font-size: clamp(14px, 1.6766467066vw, 16px);
  text-align: center;
  margin-top: 2em;
}
.page-id-566 .p-production-mv {
  background-color: #57fff6;
  padding: 40px 0;
}
.page-id-566 .p-production-mv__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 601px) {
  .page-id-566 .p-production-mv__inner {
    display: block;
  }
}
.page-id-566 .p-production-mv__flex {
  display: contents;
}
@media screen and (min-width: 601px) {
  .page-id-566 .p-production-mv__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page-id-566 .p-production-mv-image {
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 601px) {
  .page-id-566 .p-production-mv-image {
    width: 35%;
    prder: 2;
  }
}
.page-id-566 .p-production-mv-image img {
  width: 80%;
  max-width: 270px;
}
@media screen and (min-width: 601px) {
  .page-id-566 .p-production-mv-image img {
    width: 100%;
    max-width: initial;
  }
}
.page-id-566 .p-production-mv-image__circle {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 50px;
  position: relative;
  -webkit-animation: rotate 60s infinite linear;
          animation: rotate 60s infinite linear;
}
.page-id-566 .p-production-mv-image__item {
  text-align: center;
  position: absolute;
  -webkit-animation: rotate-reverse 60s infinite linear;
          animation: rotate-reverse 60s infinite linear;
  margin: 0;
  width: 40px;
}
.page-id-566 .p-production-mv-text {
  color: #443831;
  display: contents;
}
@media screen and (min-width: 601px) {
  .page-id-566 .p-production-mv-text {
    width: 53%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
  }
}
.page-id-566 .p-production-mv-text__title {
  font-size: clamp(20px, 2.3952095808vw, 32px);
  line-height: 1.4;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}
.page-id-566 .p-production-mv-text__title::before, .page-id-566 .p-production-mv-text__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.page-id-566 .p-production-mv-text__title::before {
  margin-top: calc((1 - 1.4) * 0.5em);
}
.page-id-566 .p-production-mv-text__title::after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
@media screen and (min-width: 601px) {
  .page-id-566 .p-production-mv-text__title {
    text-align: left;
  }
}
.page-id-566 .p-production-mv-text__title span {
  color: #00706A;
}
.page-id-566 .p-production-mv-text__catch {
  font-size: clamp(14px, 1.6766467066vw, 15px);
  margin-top: 2.5em;
  font-weight: 500;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
  position: relative;
  padding-left: 1.3em;
}
.page-id-566 .p-production-mv-text__catch::after {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  content: "※";
}
@media screen and (min-width: 601px) {
  .page-id-566 .p-production-mv-text__catch {
    text-align: left;
  }
}
.page-id-566 .p-production-worries {
  position: relative;
  background-color: #F5F5F5;
}
.page-id-566 .p-production-worries__catch {
  text-align: center;
  font-size: clamp(19px, 2.2754491018vw, 24px);
  font-weight: 500;
  background-color: #00706A;
  color: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0.5em 0;
}
.page-id-566 .p-production-worries__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-id-566 .p-production-worries__human1 {
  width: 13%;
  left: 0;
  bottom: 0;
}
.page-id-566 .p-production-worries__human1 img {
  vertical-align: bottom;
}
.page-id-566 .p-production-worries-balloons {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-top: 30px;
  width: 60%;
  padding-bottom: 70px;
}
@media screen and (min-width: 601px) {
  .page-id-566 .p-production-worries-balloons {
    width: 70%;
  }
}
.page-id-566 .p-production-worries-balloons li {
  border: 1px solid rgba(0, 0, 0, 0.87);
  border-radius: 5px;
  font-weight: 500;
  background-color: #fff;
  font-size: clamp(14px, 1.6766467066vw, 18px);
  margin-top: 30px;
  padding: 1em;
  position: relative;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 601px) {
  .page-id-566 .p-production-worries-balloons li {
    width: auto;
  }
}
.page-id-566 .p-production-worries-balloons li span {
  color: #00706A;
}
.page-id-566 .p-production-worries-balloons li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 19px;
  background-image: url(images/production/balloon-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: 1px;
  left: 20px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.page-id-566 .p-production-worries-balloons li:nth-of-type(even) {
  margin-left: auto;
}
.page-id-566 .p-production-worries-balloons li:nth-of-type(even)::before {
  background-image: url(images/production/balloon-right.svg);
  left: initial;
  right: 20px;
}
.page-id-566 .p-production-worries__human2 {
  width: 12.5%;
  right: 0;
  bottom: 0;
}
.page-id-566 .p-production-worries__human2 img {
  vertical-align: bottom;
}
.page-id-566 .p-production-staff {
  padding-top: clamp(35px, 4.1916167665vw, 70px);
  padding-bottom: clamp(35px, 4.1916167665vw, 70px);
}
.page-id-566 .p-production-staff__catch {
  text-align: center;
  font-size: clamp(19px, 2.2754491018vw, 26px);
  font-weight: 500;
}
.page-id-566 .p-production-staff__box {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 1em;
  margin-top: clamp(20px, 2.3952095808vw, 40px);
}
@media screen and (min-width: 601px) {
  .page-id-566 .p-production-staff__box {
    padding: 2em 2.5em;
  }
}
.page-id-566 .p-production-staff__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px;
}
.page-id-566 .p-production-staff-text {
  width: 100%;
  font-weight: 500;
}
@media screen and (min-width: 601px) {
  .page-id-566 .p-production-staff-text {
    width: calc(100% - 230px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 3em;
  }
}
.page-id-566 .p-production-staff-image {
  width: 100%;
  display: none;
}
@media screen and (min-width: 601px) {
  .page-id-566 .p-production-staff-image {
    display: block;
    width: 230px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-id-566 .p-production-staff-image img {
  width: 100%;
  vertical-align: bottom;
}
.page-id-566 .p-production-staff__name {
  font-size: clamp(18px, 2.1556886228vw, 20px);
  line-height: 1;
  margin-bottom: 0.5em;
}
.page-id-566 .p-production-staff__qualification {
  font-size: clamp(12px, 1.4371257485vw, 15px);
  line-height: 2;
}
.page-id-566 .p-production-staff__text {
  font-size: clamp(12px, 1.4371257485vw, 15px);
  margin-top: 2em;
}
.page-id-566 .p-production-staff__text p:not(:first-of-type) {
  margin-top: 1em;
}
.page-id-566 .p-production-staff__link {
  margin-top: 2em;
}
.page-id-566 .p-production-staff__link a {
  border: 1px solid #333;
  -webkit-text-decoration: 0.5em;
          text-decoration: 0.5em;
  border-radius: 500px;
  font-size: clamp(12px, 1.4371257485vw, 14px);
  padding: 0.5em 1em;
}
.page-id-566 .p-production-staff__link a:hover {
  color: inherit;
}
.page-id-566 .p-production-feature {
  padding-top: 70px;
  padding-top: clamp(35px, 4.1916167665vw, 70px);
  padding-bottom: clamp(20px, 2.3952095808vw, 40px);
}
.page-id-566 .p-production-feature__title {
  text-align: center;
  font-size: clamp(18px, 2.1556886228vw, 22px);
  font-weight: 500;
}
.page-id-566 .p-production-feature-items {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: clamp(15px, 1.7964071856vw, 40px);
  padding: 0;
}
.page-id-566 .p-production-feature-items li {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 1em;
  margin-top: clamp(15px, 1.7964071856vw, 20px);
  position: relative;
}
@media screen and (min-width: 601px) {
  .page-id-566 .p-production-feature-items li {
    width: 32%;
    padding: 1.5em 1em;
    margin-top: 0;
    text-align: center;
  }
}
.page-id-566 .p-production-feature-items__num {
  display: inline-block;
  color: #00706A;
  font-size: clamp(24px, 2.874251497vw, 36px);
  font-weight: bold;
  line-height: 1;
}
.page-id-566 .p-production-feature-items__num::after {
  content: ".";
}
@media screen and (min-width: 601px) {
  .page-id-566 .p-production-feature-items__num {
    display: block;
  }
}
.page-id-566 .p-production-feature-items__title {
  font-size: clamp(18px, 2.1556886228vw, 21px);
  font-weight: 500;
  display: inline-block;
}
.page-id-566 .p-production-feature-items__figure {
  margin-top: 0.5em;
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
@media screen and (min-width: 601px) {
  .page-id-566 .p-production-feature-items__figure {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.page-id-566 .p-production-feature-items__figure img {
  height: clamp(50px, 5.9880239521vw, 65px);
}
.page-id-566 .p-production-feature-items__text {
  font-size: clamp(14px, 1.6766467066vw, 17px);
  margin-top: 0.5em;
  text-align: left;
  padding-right: 80px;
}
@media screen and (min-width: 601px) {
  .page-id-566 .p-production-feature-items__text {
    margin-top: 1em;
    padding-right: 0;
  }
}
.page-id-566 .p-production-service {
  padding-top: clamp(35px, 4.1916167665vw, 70px);
  padding-bottom: clamp(35px, 4.1916167665vw, 70px);
}
.page-id-566 .p-production-service__items {
  margin-top: clamp(25px, 2.994011976vw, 50px);
}
.page-id-566 .p-production-service-item {
  margin-top: clamp(20px, 2.3952095808vw, 30px);
}
.page-id-566 .p-production-service-item summary {
  position: relative;
  cursor: pointer;
}
.page-id-566 .p-production-service-item summary::marker {
  content: none;
}
.page-id-566 .p-production-service-item summary::after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  display: inline-block;
  content: "";
  width: clamp(8px, 0.9580838323vw, 12px);
  height: clamp(8px, 0.9580838323vw, 12px);
  -webkit-transform: translateY(-75%) rotate(45deg);
          transform: translateY(-75%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-right: 2px solid #00706A;
  border-bottom: 2px solid #00706A;
}
@media screen and (min-width: 601px) {
  .page-id-566 .p-production-service-item summary::after {
    right: 1.5em;
    border-right: 3px solid #00706A;
    border-bottom: 3px solid #00706A;
  }
}
.page-id-566 .p-production-service-item summary:hover .p-production-service-item__circle {
  -webkit-transform: scale(1.1) translateY(-45%);
          transform: scale(1.1) translateY(-45%);
}
.page-id-566 .p-production-service-item summary:hover .p-production-service-item__title {
  padding-left: 7px;
}
.page-id-566 .p-production-service-item__circle {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #00706A;
  border-radius: 50%;
  width: clamp(60px, 7.1856287425vw, 80px);
  height: clamp(60px, 7.1856287425vw, 80px);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.page-id-566 .p-production-service-item__circle img {
  width: 50%;
}
.page-id-566 .p-production-service-item__title {
  font-size: clamp(15px, 1.7964071856vw, 20px);
  border-top: 1px solid #00706A;
  border-bottom: 1px solid #00706A;
  margin-left: clamp(70px, 8.3832335329vw, 95px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8em 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-color: #fff;
}
@media screen and (min-width: 601px) {
  .page-id-566 .p-production-service-item__title {
    padding: 1em 0;
  }
}
.page-id-566 .p-production-service-item__body {
  border-bottom: 1px solid #00706A;
  font-size: clamp(14px, 1.6766467066vw, 16px);
  padding-left: 1em;
}
@media screen and (min-width: 601px) {
  .page-id-566 .p-production-service-item__body {
    margin-left: clamp(80px, 21.3vw, 100px);
    padding-left: 0;
    width: calc(100% - clamp(80px, 21.3vw, 95px));
  }
}
.page-id-566 .p-production-service-item__inner {
  padding-top: clamp(20px, 2.3952095808vw, 30px);
  padding-bottom: clamp(20px, 2.3952095808vw, 30px);
}
.page-id-566 .p-production-service-item__text > p:not(:first-of-type) {
  margin-top: 2em;
}
.page-id-566 .p-production-service-item[open] .p-production-service-item__title {
  border-bottom-color: rgba(0, 0, 0, 0.26);
}
.page-id-566 .p-production-service-item[open] summary::after {
  -webkit-transform: translateY(-25%) rotate(225deg);
          transform: translateY(-25%) rotate(225deg);
}
.page-id-566 .p-production-service-item[open] summary .p-production-service-item__circle {
  -webkit-transform: scale(1.1) translateY(-45%);
          transform: scale(1.1) translateY(-45%);
}
.page-id-566 .p-production-service-item[open] summary .p-production-service-item__title {
  padding-left: 7px;
}
.page-id-566 .p-production-service-example__title {
  font-size: clamp(16px, 1.9161676647vw, 18px);
  font-weight: 500;
}
.page-id-566 .p-production-service-example__title::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #00706A;
  margin-right: 0.5em;
  margin-top: 2em;
}
.page-id-566 .p-production-service-example__voice {
  color: #00706A;
  font-weight: 500;
  font-size: clamp(15px, 1.7964071856vw, 17px);
}
.page-id-566 .p-production-service-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin-top: -10px;
}
.page-id-566 .p-production-service-works__item {
  width: 48%;
  border: 1px solid rgba(0, 0, 0, 0.54);
  margin-top: 20px;
}
.page-id-566 .p-production-service-works__item dt {
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
  padding-left: 0.8em;
}
.page-id-566 .p-production-service-works__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
}
.page-id-566 .p-production-service-works__item dd figure {
  width: 51px;
}
.page-id-566 .p-production-service-works__item dd figure img {
  width: 100%;
}
.page-id-566 .p-production-service-works__item dd p {
  width: calc(100% - 51px);
}
.page-id-566 .p-production-contact {
  background-color: #dee5e5;
  padding: 60px 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-reverse {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes rotate-reverse {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.p-form {
  max-width: 600px;
  margin: 0 auto;
}
.p-form-errors {
  background-color: #fff;
  border: 1px solid #F8C630;
  border-radius: 5px;
  padding: 0.5em 1em;
}
.p-form-errors em {
  font-style: normal;
}
.p-form-errors p {
  font-weight: bold;
}
.p-form-errors ul {
  margin-top: 0.5em;
}
.p-form-errors ul li {
  margin-left: 1em;
  line-height: 1.6;
  font-size: clamp(14px, 1.6766467066vw, 16px);
}
.p-form-unit {
  margin-top: 1.5em;
  border: 0;
}
.p-form-unit:first-of-type {
  margin-top: 50px;
}
.p-form-unit fieldset {
  display: contents;
}
.p-form-unit__legend {
  font-weight: bold;
  font-size: clamp(16px, 1.9161676647vw, 18px);
  padding: 0.3em 0;
  line-height: 1.4;
  margin-bottom: 0.2em;
}
.p-form-unit__legend > span {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
}
.p-form-unit__legend.required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-form-unit__legend.required::after {
  content: "※";
  font-size: 0.6em;
  color: #D90368;
  margin-left: 0.5em;
}
.p-form-unit dd:empty {
  content: "未入力";
}
.p-form-unit__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-form textarea {
  height: 300px;
  border: 1px solid rgba(0, 0, 0, 0.87);
  padding: 0.6em 0.8em;
  font-family: inherit;
  resize: none;
}
.p-form textarea:focus {
  outline: rgba(0, 0, 0, 0.54) 1px solid;
}
.p-form textarea::-webkit-input-placeholder {
  font-family: inherit;
}
.p-form textarea::-moz-placeholder {
  font-family: inherit;
}
.p-form textarea:-ms-input-placeholder {
  font-family: inherit;
}
.p-form textarea::-ms-input-placeholder {
  font-family: inherit;
}
.p-form textarea::placeholder {
  font-family: inherit;
}
.p-form input:disabled {
  background-color: #E0E0E0;
}
.p-form input[type=text], .p-form input[type=email] {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.87);
  padding: 0.6em 0.8em;
}
.p-form input[type=text].short, .p-form input[type=email].short {
  width: 300px;
}
.p-form input[type=text].middle, .p-form input[type=email].middle {
  width: 500px;
}
.p-form input[type=text]:focus, .p-form input[type=email]:focus {
  outline: rgba(0, 0, 0, 0.54) 1px solid;
}
.p-form input[type=radio] {
  margin-right: 0.2em;
}
.p-form .error {
  margin-top: 0.3em;
}
.p-form .error em {
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-size: clamp(12px, 1.4371257485vw, 13px);
  border-radius: 2px;
  background-color: #D90368;
  padding: 0 0.5em;
}

.error404 .entry-title {
  display: none;
}
.error404 .not-found {
  display: none;
}
.error404-texts {
  text-align: center;
}
.error404-texts__lg {
  text-align: center;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0 !important;
  font-size: clamp(40px, 4.7904191617vw, 60px);
}
.error404-texts__md {
  text-align: left;
}
@media screen and (min-width: 835px) {
  .error404-texts__md {
    text-align: center;
  }
}
.error404-texts__sm {
  text-align: center;
  font-size: clamp(13px, 1.5568862275vw, 14px);
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
}

.p-contact dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-contact dt,
.p-contact dd {
  padding: 0.5em 0;
  padding-right: 1em;
  background-color: #fff !important;
  border: none;
}
.p-contact dt {
  text-align: left;
  font-weight: 500;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 601px) {
  .p-contact dt {
    width: 14em;
  }
}
.p-contact dd {
  margin-left: 0;
  width: 100%;
}
@media screen and (min-width: 601px) {
  .p-contact dd {
    width: calc(100% - 14em);
  }
}
.p-contact .required {
  padding-top: 1em;
}
.p-contact .required::after {
  content: "必須";
  display: inline-block;
  background: #A63d40;
  background: #e9b872;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 0.5em;
  border-radius: 3px;
  margin-left: 0.5em;
}
.p-contact input[type=text], .p-contact input[type=email] {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 5px;
  padding: 1em 0.5em;
}
.p-contact textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 5px;
  padding: 1em 0.5em;
  font-family: inherit;
}
.p-contact input[type=text]::-webkit-input-placeholder, .p-contact input[type=email]::-webkit-input-placeholder {
  color: #aaa;
}
.p-contact input[type=text]::-moz-placeholder, .p-contact input[type=email]::-moz-placeholder {
  color: #aaa;
}
.p-contact input[type=text]:-ms-input-placeholder, .p-contact input[type=email]:-ms-input-placeholder {
  color: #aaa;
}
.p-contact input[type=text]::-ms-input-placeholder, .p-contact input[type=email]::-ms-input-placeholder {
  color: #aaa;
}
.p-contact input[type=text]::placeholder, .p-contact input[type=email]::placeholder {
  color: #aaa;
}
.p-contact textarea::-webkit-input-placeholder {
  color: #aaa;
}
.p-contact textarea::-moz-placeholder {
  color: #aaa;
}
.p-contact textarea:-ms-input-placeholder {
  color: #aaa;
}
.p-contact textarea::-ms-input-placeholder {
  color: #aaa;
}
.p-contact textarea::placeholder {
  color: #aaa;
}
.p-contact input[type=text]:focus, .p-contact input[type=email]:focus {
  outline: 1px solid #F5F5F5;
  background-color: #F5F5F5;
}
.p-contact textarea:focus {
  outline: none;
  background: #F5F5F5;
}
.p-contact .mwform-radio-field {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.p-contact .mwform-radio-field + .horizontal-item {
  margin-left: 0;
}
.p-contact .mwform-radio-field:not(:last-child) {
  margin-right: 0.5rem;
}
.p-contact .mwform-radio-field input[type=radio] {
  margin: 0 0.25em 0 0;
  display: none;
}
.p-contact .mwform-radio-field label {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 5px;
  padding: 0.15em 0.5em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: clamp(13px, 1.5568862275vw, 15px);
}
.p-contact .mwform-radio-field label:hover {
  cursor: pointer;
}
.p-contact .mwform-radio-field:first-child label:hover, .p-contact .mwform-radio-field:first-child label:has(input[type=radio]:checked) {
  background-color: #00706A;
  background: #90a959;
  color: #FFF;
}
.p-contact .mwform-radio-field:nth-child(2) label:hover, .p-contact .mwform-radio-field:nth-child(2) label:has(input[type=radio]:checked) {
  background-color: #00706A;
  background: #90a959;
  color: #FFF;
}
.p-contact .mwform-radio-field:nth-child(3) label:hover, .p-contact .mwform-radio-field:nth-child(3) label:has(input[type=radio]:checked) {
  background-color: #00706A;
  background: #90a959;
  color: #FFF;
}
.p-contact button[type=submit],
.p-contact input[type=submit] {
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
  padding: 1em 1.5em;
  text-align: center;
  background: #90a959;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
  min-width: 200px;
  font-size: clamp(14px, 1.6766467066vw, 16px);
}
.p-contact button[type=submit]:active, .p-contact button[type=submit]:hover {
  cursor: pointer;
  opacity: 0.8;
}
.p-contact input[type=submit]:active, .p-contact input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.8;
}
.p-contact input[name=submitBack] {
  background: rgba(0, 0, 0, 0.54);
  color: #FFF;
  margin-right: 1rem;
}
.p-contact input[name=submitBack]:active, .p-contact input[name=submitBack]:hover {
  opacity: 0.8;
}
.p-contact input[name=submitConfirm] {
  background: rgba(0, 0, 0, 0.54);
  color: #FFF;
}
.p-contact .button-group {
  text-align: center;
  width: 100%;
  padding-top: 2rem;
}

@media screen and (max-width: 640px) {
  .contact button[type=submit],
  .contact input[type=submit] {
    min-width: none;
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .contact table {
    display: block;
  }
  .contact dt,
  .contact dd {
    display: block;
    width: 100%;
    padding: 0;
  }
  .contact dt {
    font-weight: bold;
  }
  .contact dd {
    padding: 1rem 0 2rem;
  }
  .contact .mwform-radio-field {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  .contact .mwform-radio-field label {
    width: 100%;
    text-align: center;
  }
  .contact .button-group button[type=submit],
  .contact .button-group input[type=submit] {
    display: block;
    width: 90%;
    margin: auto;
  }
  .contact .button-group button[type=submit]:last-child,
  .contact .button-group input[type=submit]:last-child {
    margin-top: 1rem;
  }
}
.widget-sidebar {
  margin-bottom: 1em !important;
  padding: 0.5em;
  padding-top: 1em;
  padding-bottom: 1.5em;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(177, 183, 183, 0.5);
          box-shadow: 0 0 6px rgba(177, 183, 183, 0.5);
}
.widget-sidebar h3 {
  margin-top: 0;
}
.widget-sidebar h3 + *:first-of-type {
  margin-bottom: 0;
}

.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover {
  background-color: transparent;
}

.widget_search .search-edit {
  padding: 7px 60px 7px 1em;
  border-radius: 500px;
  background-color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.widget_search .search-edit:focus {
  outline: 1px solid #F5F5F5;
  background-color: #F5F5F5;
}
.widget_search .search-submit {
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #F5F5F5;
  background-color: #00706A;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget_search .search-submit:hover {
  background-color: #008a82;
}
.widget_search .search-submit .fas {
  color: #fff;
  font-size: 0.9em;
}
.widget_toc .toc {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.widget_toc .toc-title {
  display: none;
}
.widget_toc .toc-content {
  padding: 0;
}
.widget_toc .toc-list {
  padding-left: 0;
}
.widget_toc .toc-widget-box {
  width: 95%;
  margin: 0 auto;
}
.widget_categories ul li:hover {
  background-color: transparent;
}
.widget_categories ul a {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 1.9em !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
}
.widget_categories ul a:hover {
  text-decoration: underline;
}
.widget_categories ul a::before {
  position: absolute;
  top: 50%;
  left: 5px;
  color: #00706A;
  content: "\f07b";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.widget_categories ul a .post-count {
  width: 26px;
  margin-top: 4px;
  border: 1px solid #777;
  color: #777;
  vertical-align: middle;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
}
.widget_categories ul.children {
  padding-left: 0;
}
.widget_categories ul.children a {
  padding-left: 2.6em !important;
}
.widget_categories ul.children a::before {
  left: 23px;
  content: "\f105";
  font-weight: 600;
  font-size: 0.9em;
}
.widget_qr {
  text-align: center;
}
.widget_qr img {
  width: 100px;
}
.widget_custom_html_promotion {
  background-color: #F5F5F5;
  display: block;
  padding: 0.3em 1em;
}
@media screen and (max-width: 601px) {
  .widget_custom_html_promotion {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.u-m-0auto {
  margin: 0 auto !important;
}
.u-mt-0 {
  margin-top: 0 !important;
}
.u-mt-1e {
  margin-top: 1em !important;
}
.u-mt-2e {
  margin-top: 2em !important;
}
.u-mt-3e {
  margin-top: 3em !important;
}
.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-mb-1e {
  margin-bottom: 1em !important;
}
.u-mb-2e {
  margin-bottom: 2em !important;
}
.u-mb-3e {
  margin-bottom: 3em !important;
}
.u-ml-0 {
  margin-left: 0 !important;
}
.u-ml-1e {
  margin-left: 1em !important;
}
.u-ml-2e {
  margin-left: 2em !important;
}
.u-ml-3e {
  margin-left: 3em !important;
}
.u-mr-0 {
  margin-right: 0 !important;
}
.u-mr-1e {
  margin-right: 1em !important;
}
.u-mr-2e {
  margin-right: 2em !important;
}
.u-mr-3e {
  margin-right: 3em !important;
}

.u-width-100 {
  width: 100%;
}
.u-width-50 {
  width: 50%;
}
.u-width-auto {
  width: auto;
}

.u-flex-start-start, .u-flex-start-center, .u-flex-start-end, .u-flex-start-stretch, .u-flex-start-baseline, .u-flex-center-start, .u-flex-center-center, .u-flex-center-end, .u-flex-center-stretch, .u-flex-center-baseline, .u-flex-end-start, .u-flex-end-center, .u-flex-end-end, .u-flex-end-stretch, .u-flex-end-baseline, .u-flex-between-start, .u-flex-between-center, .u-flex-between-end, .u-flex-between-stretch, .u-flex-between-baseline, .u-flex-around-start, .u-flex-around-center, .u-flex-around-end, .u-flex-around-stretch, .u-flex-around-baseline, .u-flex-evenly-start, .u-flex-evenly-center, .u-flex-evenly-end, .u-flex-evenly-stretch, .u-flex-evenly-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.u-flex-start-start.u-flex-wrap, .u-flex-start-center.u-flex-wrap, .u-flex-start-end.u-flex-wrap, .u-flex-start-stretch.u-flex-wrap, .u-flex-start-baseline.u-flex-wrap, .u-flex-center-start.u-flex-wrap, .u-flex-center-center.u-flex-wrap, .u-flex-center-end.u-flex-wrap, .u-flex-center-stretch.u-flex-wrap, .u-flex-center-baseline.u-flex-wrap, .u-flex-end-start.u-flex-wrap, .u-flex-end-center.u-flex-wrap, .u-flex-end-end.u-flex-wrap, .u-flex-end-stretch.u-flex-wrap, .u-flex-end-baseline.u-flex-wrap, .u-flex-between-start.u-flex-wrap, .u-flex-between-center.u-flex-wrap, .u-flex-between-end.u-flex-wrap, .u-flex-between-stretch.u-flex-wrap, .u-flex-between-baseline.u-flex-wrap, .u-flex-around-start.u-flex-wrap, .u-flex-around-center.u-flex-wrap, .u-flex-around-end.u-flex-wrap, .u-flex-around-stretch.u-flex-wrap, .u-flex-around-baseline.u-flex-wrap, .u-flex-evenly-start.u-flex-wrap, .u-flex-evenly-center.u-flex-wrap, .u-flex-evenly-end.u-flex-wrap, .u-flex-evenly-stretch.u-flex-wrap, .u-flex-evenly-baseline.u-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex-start-start.u-flex-column, .u-flex-start-center.u-flex-column, .u-flex-start-end.u-flex-column, .u-flex-start-stretch.u-flex-column, .u-flex-start-baseline.u-flex-column, .u-flex-center-start.u-flex-column, .u-flex-center-center.u-flex-column, .u-flex-center-end.u-flex-column, .u-flex-center-stretch.u-flex-column, .u-flex-center-baseline.u-flex-column, .u-flex-end-start.u-flex-column, .u-flex-end-center.u-flex-column, .u-flex-end-end.u-flex-column, .u-flex-end-stretch.u-flex-column, .u-flex-end-baseline.u-flex-column, .u-flex-between-start.u-flex-column, .u-flex-between-center.u-flex-column, .u-flex-between-end.u-flex-column, .u-flex-between-stretch.u-flex-column, .u-flex-between-baseline.u-flex-column, .u-flex-around-start.u-flex-column, .u-flex-around-center.u-flex-column, .u-flex-around-end.u-flex-column, .u-flex-around-stretch.u-flex-column, .u-flex-around-baseline.u-flex-column, .u-flex-evenly-start.u-flex-column, .u-flex-evenly-center.u-flex-column, .u-flex-evenly-end.u-flex-column, .u-flex-evenly-stretch.u-flex-column, .u-flex-evenly-baseline.u-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.u-flex-start-start.u-flex-row-reverse, .u-flex-start-center.u-flex-row-reverse, .u-flex-start-end.u-flex-row-reverse, .u-flex-start-stretch.u-flex-row-reverse, .u-flex-start-baseline.u-flex-row-reverse, .u-flex-center-start.u-flex-row-reverse, .u-flex-center-center.u-flex-row-reverse, .u-flex-center-end.u-flex-row-reverse, .u-flex-center-stretch.u-flex-row-reverse, .u-flex-center-baseline.u-flex-row-reverse, .u-flex-end-start.u-flex-row-reverse, .u-flex-end-center.u-flex-row-reverse, .u-flex-end-end.u-flex-row-reverse, .u-flex-end-stretch.u-flex-row-reverse, .u-flex-end-baseline.u-flex-row-reverse, .u-flex-between-start.u-flex-row-reverse, .u-flex-between-center.u-flex-row-reverse, .u-flex-between-end.u-flex-row-reverse, .u-flex-between-stretch.u-flex-row-reverse, .u-flex-between-baseline.u-flex-row-reverse, .u-flex-around-start.u-flex-row-reverse, .u-flex-around-center.u-flex-row-reverse, .u-flex-around-end.u-flex-row-reverse, .u-flex-around-stretch.u-flex-row-reverse, .u-flex-around-baseline.u-flex-row-reverse, .u-flex-evenly-start.u-flex-row-reverse, .u-flex-evenly-center.u-flex-row-reverse, .u-flex-evenly-end.u-flex-row-reverse, .u-flex-evenly-stretch.u-flex-row-reverse, .u-flex-evenly-baseline.u-flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.u-flex-start-start.u-flex-column-reverse, .u-flex-start-center.u-flex-column-reverse, .u-flex-start-end.u-flex-column-reverse, .u-flex-start-stretch.u-flex-column-reverse, .u-flex-start-baseline.u-flex-column-reverse, .u-flex-center-start.u-flex-column-reverse, .u-flex-center-center.u-flex-column-reverse, .u-flex-center-end.u-flex-column-reverse, .u-flex-center-stretch.u-flex-column-reverse, .u-flex-center-baseline.u-flex-column-reverse, .u-flex-end-start.u-flex-column-reverse, .u-flex-end-center.u-flex-column-reverse, .u-flex-end-end.u-flex-column-reverse, .u-flex-end-stretch.u-flex-column-reverse, .u-flex-end-baseline.u-flex-column-reverse, .u-flex-between-start.u-flex-column-reverse, .u-flex-between-center.u-flex-column-reverse, .u-flex-between-end.u-flex-column-reverse, .u-flex-between-stretch.u-flex-column-reverse, .u-flex-between-baseline.u-flex-column-reverse, .u-flex-around-start.u-flex-column-reverse, .u-flex-around-center.u-flex-column-reverse, .u-flex-around-end.u-flex-column-reverse, .u-flex-around-stretch.u-flex-column-reverse, .u-flex-around-baseline.u-flex-column-reverse, .u-flex-evenly-start.u-flex-column-reverse, .u-flex-evenly-center.u-flex-column-reverse, .u-flex-evenly-end.u-flex-column-reverse, .u-flex-evenly-stretch.u-flex-column-reverse, .u-flex-evenly-baseline.u-flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.u-flex-start-start.u-flex-grow-1, .u-flex-start-center.u-flex-grow-1, .u-flex-start-end.u-flex-grow-1, .u-flex-start-stretch.u-flex-grow-1, .u-flex-start-baseline.u-flex-grow-1, .u-flex-center-start.u-flex-grow-1, .u-flex-center-center.u-flex-grow-1, .u-flex-center-end.u-flex-grow-1, .u-flex-center-stretch.u-flex-grow-1, .u-flex-center-baseline.u-flex-grow-1, .u-flex-end-start.u-flex-grow-1, .u-flex-end-center.u-flex-grow-1, .u-flex-end-end.u-flex-grow-1, .u-flex-end-stretch.u-flex-grow-1, .u-flex-end-baseline.u-flex-grow-1, .u-flex-between-start.u-flex-grow-1, .u-flex-between-center.u-flex-grow-1, .u-flex-between-end.u-flex-grow-1, .u-flex-between-stretch.u-flex-grow-1, .u-flex-between-baseline.u-flex-grow-1, .u-flex-around-start.u-flex-grow-1, .u-flex-around-center.u-flex-grow-1, .u-flex-around-end.u-flex-grow-1, .u-flex-around-stretch.u-flex-grow-1, .u-flex-around-baseline.u-flex-grow-1, .u-flex-evenly-start.u-flex-grow-1, .u-flex-evenly-center.u-flex-grow-1, .u-flex-evenly-end.u-flex-grow-1, .u-flex-evenly-stretch.u-flex-grow-1, .u-flex-evenly-baseline.u-flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.u-flex-start-start.u-flex-grow-0, .u-flex-start-center.u-flex-grow-0, .u-flex-start-end.u-flex-grow-0, .u-flex-start-stretch.u-flex-grow-0, .u-flex-start-baseline.u-flex-grow-0, .u-flex-center-start.u-flex-grow-0, .u-flex-center-center.u-flex-grow-0, .u-flex-center-end.u-flex-grow-0, .u-flex-center-stretch.u-flex-grow-0, .u-flex-center-baseline.u-flex-grow-0, .u-flex-end-start.u-flex-grow-0, .u-flex-end-center.u-flex-grow-0, .u-flex-end-end.u-flex-grow-0, .u-flex-end-stretch.u-flex-grow-0, .u-flex-end-baseline.u-flex-grow-0, .u-flex-between-start.u-flex-grow-0, .u-flex-between-center.u-flex-grow-0, .u-flex-between-end.u-flex-grow-0, .u-flex-between-stretch.u-flex-grow-0, .u-flex-between-baseline.u-flex-grow-0, .u-flex-around-start.u-flex-grow-0, .u-flex-around-center.u-flex-grow-0, .u-flex-around-end.u-flex-grow-0, .u-flex-around-stretch.u-flex-grow-0, .u-flex-around-baseline.u-flex-grow-0, .u-flex-evenly-start.u-flex-grow-0, .u-flex-evenly-center.u-flex-grow-0, .u-flex-evenly-end.u-flex-grow-0, .u-flex-evenly-stretch.u-flex-grow-0, .u-flex-evenly-baseline.u-flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.u-flex-start-start.u-flex-shrink-1, .u-flex-start-center.u-flex-shrink-1, .u-flex-start-end.u-flex-shrink-1, .u-flex-start-stretch.u-flex-shrink-1, .u-flex-start-baseline.u-flex-shrink-1, .u-flex-center-start.u-flex-shrink-1, .u-flex-center-center.u-flex-shrink-1, .u-flex-center-end.u-flex-shrink-1, .u-flex-center-stretch.u-flex-shrink-1, .u-flex-center-baseline.u-flex-shrink-1, .u-flex-end-start.u-flex-shrink-1, .u-flex-end-center.u-flex-shrink-1, .u-flex-end-end.u-flex-shrink-1, .u-flex-end-stretch.u-flex-shrink-1, .u-flex-end-baseline.u-flex-shrink-1, .u-flex-between-start.u-flex-shrink-1, .u-flex-between-center.u-flex-shrink-1, .u-flex-between-end.u-flex-shrink-1, .u-flex-between-stretch.u-flex-shrink-1, .u-flex-between-baseline.u-flex-shrink-1, .u-flex-around-start.u-flex-shrink-1, .u-flex-around-center.u-flex-shrink-1, .u-flex-around-end.u-flex-shrink-1, .u-flex-around-stretch.u-flex-shrink-1, .u-flex-around-baseline.u-flex-shrink-1, .u-flex-evenly-start.u-flex-shrink-1, .u-flex-evenly-center.u-flex-shrink-1, .u-flex-evenly-end.u-flex-shrink-1, .u-flex-evenly-stretch.u-flex-shrink-1, .u-flex-evenly-baseline.u-flex-shrink-1 {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.u-flex-start-start.u-flex-shrink-o, .u-flex-start-center.u-flex-shrink-o, .u-flex-start-end.u-flex-shrink-o, .u-flex-start-stretch.u-flex-shrink-o, .u-flex-start-baseline.u-flex-shrink-o, .u-flex-center-start.u-flex-shrink-o, .u-flex-center-center.u-flex-shrink-o, .u-flex-center-end.u-flex-shrink-o, .u-flex-center-stretch.u-flex-shrink-o, .u-flex-center-baseline.u-flex-shrink-o, .u-flex-end-start.u-flex-shrink-o, .u-flex-end-center.u-flex-shrink-o, .u-flex-end-end.u-flex-shrink-o, .u-flex-end-stretch.u-flex-shrink-o, .u-flex-end-baseline.u-flex-shrink-o, .u-flex-between-start.u-flex-shrink-o, .u-flex-between-center.u-flex-shrink-o, .u-flex-between-end.u-flex-shrink-o, .u-flex-between-stretch.u-flex-shrink-o, .u-flex-between-baseline.u-flex-shrink-o, .u-flex-around-start.u-flex-shrink-o, .u-flex-around-center.u-flex-shrink-o, .u-flex-around-end.u-flex-shrink-o, .u-flex-around-stretch.u-flex-shrink-o, .u-flex-around-baseline.u-flex-shrink-o, .u-flex-evenly-start.u-flex-shrink-o, .u-flex-evenly-center.u-flex-shrink-o, .u-flex-evenly-end.u-flex-shrink-o, .u-flex-evenly-stretch.u-flex-shrink-o, .u-flex-evenly-baseline.u-flex-shrink-o {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.u-flex-start-start, .u-flex-start-center, .u-flex-start-end, .u-flex-start-stretch, .u-flex-start-baseline {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.u-flex-center-start, .u-flex-center-center, .u-flex-center-end, .u-flex-center-stretch, .u-flex-center-baseline {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-flex-end-start, .u-flex-end-center, .u-flex-end-end, .u-flex-end-stretch, .u-flex-end-baseline {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.u-flex-between-start, .u-flex-between-center, .u-flex-between-end, .u-flex-between-stretch, .u-flex-between-baseline {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex-around-start, .u-flex-around-center, .u-flex-around-end, .u-flex-around-stretch, .u-flex-around-baseline {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.u-flex-evenly-start, .u-flex-evenly-center, .u-flex-evenly-end, .u-flex-evenly-stretch, .u-flex-evenly-baseline {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.u-flex-start-start, .u-flex-center-start, .u-flex-end-start, .u-flex-between-start, .u-flex-around-start, .u-flex-evenly-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.u-flex-start-center, .u-flex-center-center, .u-flex-end-center, .u-flex-between-center, .u-flex-around-center, .u-flex-evenly-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-flex-start-end, .u-flex-center-end, .u-flex-end-end, .u-flex-between-end, .u-flex-around-end, .u-flex-evenly-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.u-flex-start-stretch, .u-flex-center-stretch, .u-flex-end-stretch, .u-flex-between-stretch, .u-flex-around-stretch, .u-flex-evenly-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.u-flex-start-baseline, .u-flex-center-baseline, .u-flex-end-baseline, .u-flex-between-baseline, .u-flex-around-baseline, .u-flex-evenly-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.u-align-left {
  text-align: left;
}
.u-align-center {
  text-align: center;
}
.u-align-right {
  text-align: right;
}
.u-align-justify {
  text-align: justify;
}
@media screen and (min-width: 601px) {
  .u-align-sm-left {
    text-align: left;
  }
  .u-align-sm-center {
    text-align: center;
  }
  .u-align-sm-right {
    text-align: right;
  }
  .u-align-sm-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 835px) {
  .u-align-md-left {
    text-align: left;
  }
  .u-align-md-center {
    text-align: center;
  }
  .u-align-md-right {
    text-align: right;
  }
  .u-align-md-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 1023px) {
  .u-align-lg-left {
    text-align: left;
  }
  .u-align-lg-center {
    text-align: center;
  }
  .u-align-lg-right {
    text-align: right;
  }
  .u-align-lg-justify {
    text-align: justify;
  }
}
/*# sourceMappingURL=style.css.map */