@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.2
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/*フェイドインフェイドアウト*/
.fadein-right {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.fade-up {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.fadein-left {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateX(-30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

/* 交互 */
.fadein-odd > *:nth-of-type(2n) {
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.fadein-odd > *:nth-of-type(2n + 1) {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein,
.fadein-odd > *.is-fadein:nth-of-type(2n + 1),
.fadein-odd > *.is-fadein:nth-of-type(2n) {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*共通*/
.pcblock {
  display: block;
}
.tabletbalock {
  display: none;
}
.spblock {
  display: none;
}
body {
  background-color: #fff;
}
#container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.wrap {
  width: 100%;
}
#header-container-in.header-container-in.hlt-center-logo {
  width: 1024px;
  margin: 0 auto;
}
#header {
  background-color: initial;
  z-index: 999;
  position: relative;
}
#header-in {
  position: relative;
}
.navi-in a:hover {
  opacity: 0.3;
}
#header-in.wrap {
  width: 100%;
  height: 80px;
}
.logo.logo-header.logo-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 80px;
}
.logo.logo-header.logo-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 850px;
  height: 850px;
  margin-left: -750px;
  margin-top: -350px;
  background-image: url(http://blogst1.pmtea.org/wp-content/uploads/2023/07/bg.png);
  background-repeat: no-repeat;
  background-size: 850px 850px;
}
.site-name.site-name-text-link {
  position: relative;
}
.logo-image,
.site-name-text-link {
  padding: 0;
}

.navi-in > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.navi-in > ul li {
  display: block;
  width: auto;
  height: auto;
  line-height: initial;
  padding: 0.5em 1em;
  position: relative;
}
.navi-in a {
  font-size: 18px;
}

#footer-in.wrap {
  width: 100%;
}

/*search*/
body.search .search-box.input-box {
  width: calc(1024px - 2em);
  margin: 0 auto 2em;
}
body.search .list {
  width: 1024px;
}
body.search .list {
  padding: 0 1em;
}

/*footer*/
.footer {
  margin-top: 0;
  padding: 0 0 2em;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  margin-top: 0;
  padding: 0;
}
.footer-bottom-logo,
.footer-bottom-content {
  float: none;
}
.footer-bottom-content {
  width: 100%;
}
#navi-footer.navi-footer {
  padding: 1.2em 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #2a58a7;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.footer-bottom.fnm-text-width .menu-footer li {
  border: none;
}
.footer-bottom.fnm-text-width .menu-footer li a {
  color: #fff;
  font-size: 16px;
  padding: 0 1em;
}
.source-org.copyright {
  margin-top: 100px;
  text-align: center;
  color: #2a58a7;
  font-size: 16px;
}
.footer-bottom-logo,
.footer-bottom-logo .site-name-text {
  line-height: 0;
}
.footer-bottom-logo {
  bottom: 45px;
  top: auto;
}
.footer-bottom-logo img {
  height: 65px;
}
.navi-footer-in a:hover {
  background-color: initial;
  opacity: 0.3;
}

.content {
  margin-top: 0;
}
#content-in.content-in.wrap {
  width: 100%;
}
/*main*/
.main {
  width: 100%;
  padding: 0;
  border: none;
}

#breadcrumb {
  width: 1024px;
  display: block;
  margin: 0 auto;
  padding: 0.5em 1em;
}

/*SecondPage*/
header.article-header .eye-catch-wrap {
  display: none;
}

/*ThirdPage*/
.entry-categories-tags {
  display: none;
}
body.single header.article-header {
  text-align: left;
  margin-top: 3em;
  text-wrap: wrap;
}
body.single .article-header.entry-header .entry-title {
  border: none;
  display: block;
  text-wrap: wrap;
}
body.single .entry-content.cf,
body.single .under-entry-content {
  width: 1024px;
  margin: 5em auto 0;
}
body.single .entry-content.cf {
  margin: 2em auto 10em;
}
body.single .under-entry-content {
  margin-top: 5em;
}
body.single .under-entry-content .related-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body.single .under-entry-content .a-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}
body.single .under-entry-content .related-entry-card {
  display: flex;
  justify-content: space-between;
  padding: 1em;
}
body.single .under-entry-content .related-entry-card-thumb {
  line-height: 0;
  margin: 0;
  padding: 0;
}

body.single .under-entry-content .related-entry-card-content {
  margin-left: auto;
  margin: 0;
  padding: 0 0 0 1em;
  flex: 1;
}
body.single .pager-post-nav {
  flex-direction: row;
}
body.single .entry-card-title,
body.single .related-entry-card-title {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

body.single #pager-post-navi.pager-post-navi.post-navi-default.cf {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: initial;
}
body.single #pager-post-navi.pager-post-navi a.a-wrap {
  margin: 0 auto;
}
body.single #pager-post-navi.pager-post-navi a.next-post .next-post-title {
  width: 10em;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/*menu_listbox*/
#menu_listbox {
  width: 1024px;
  margin: 0 auto;
}
#menu_listbox .inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 1em;
}
#menu_listbox .navi-entry-card-link {
  border: 1px #000 solid;
  font-size: 12px;
  border-radius: 0.3em;
  padding: 0.5em;
  margin: 0.5em;
  text-align: center;
}
#menu_listbox .navi-entry-cards {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
#menu_listbox .navi-entry-card-thumb {
  display: none;
}
#menu_listbox .navi-entry-card-snippet {
  display: none;
}
#menu_listbox .widget-entry-card-content {
  margin-left: auto;
}

/*product*/
body #mainvisual.mainvisual {
  width: 1024px;
  height: 158px;
  color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/wp-content/uploads/2023/08/archives_titlebg-scaled.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
body.page-id-23 #mainvisual.mainvisual,
body.page-id-2181 #mainvisual.mainvisual,
body.page-id-2185 #mainvisual.mainvisual,
body.page-id-2190 #mainvisual.mainvisual,
body.page-id-2192 #mainvisual.mainvisual,
body.page-id-2194 #mainvisual.mainvisual {
  background-image: url(/wp-content/uploads/2023/08/product_titlebg-scaled.jpg);
}
body #mainvisual.mainvisual .inner {
  text-shadow: 3px 3px 5px #333;
  font-size: 24px;
}

/*ttlbox*/
#ttlbox,
.category .category-page-content.entry-content {
  width: 1024px;
  padding: 0 0 5em;
  margin: 0 auto;
}
#ttlbox .inner,
.category .category-page-content.entry-content p {
  margin: 0 auto;
  padding: 0 5em;
}
body.page-id-23 #ttlbox {
  padding: 0;
}
body.page-id-23 #ttlbox .ttl_des {
  display: none;
}

body .entry-content.cf {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
body header.article-header {
  width: 1024px;
  margin: 2em auto;
  text-align: center;
}
body .article-header.entry-header .date-tags {
  display: none;
}
body .article-header.entry-header .entry-title {
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px #000 solid;
  display: inline-block;
}
.category span.fa.fa-folder-open {
  display: none;
}
#ttlbox .ttl_des {
  text-align: center;
}
/*listbox*/
#listbox {
  width: 1024px;
  margin: 0 auto 0;
}
#listbox .inner {
  text-align: center;
  padding: 0 2em;
}
#listbox .navi-entry-cards,
#listbox .new-entry-cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0.3em 0 0;
  padding: 2em 0 0;
  border-top: 1px #000 dotted;
}
#listbox .widget-entry-card-content {
  margin-left: auto;
}
#listbox .widget-entry-cards .a-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 2em;
  padding: 0 0 2em;
  border-bottom: 1px #000 dotted;
}
#listbox .navi-entry-card,
#listbox .new-entry-card {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: self-start;
}
#listbox .navi-entry-card-thumb,
#listbox .new-entry-card-thumb {
  width: 300px;
  border: 1px #000 solid;
  margin: 0;
  line-height: 0;
}
#listbox .navi-entry-card-thumb img,
#listbox .new-entry-card-thumb img {
  width: 100%;
}
#listbox .navi-entry-card-content,
#listbox .new-entry-card-content {
  padding-left: 2em;
  flex: 1;
  text-align: left;
}

#listbox .navi-entry-card-title,
#listbox .new-entry-card-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 1em;
  text-wrap: wrap;
}
#listbox .navi-entry-card-snippet,
#listbox .new-entry-card-snippet {
  font-size: 18px;
  line-height: 1.8em;
}

/*news_conten page-id-29*/
/*company_content age-id-31*/
body.page-id-29 .entry-content.cf {
  width: 1024px;
  margin: 0 auto 1em;
}
body.page-id-29 .news_content .inner {
  padding: 1em;
  margin: 0 auto;
}
body.page-id-29 .info-list {
  display: flex;
  flex-wrap: wrap;
}
/*news_conten page-id-29*/
body.page-id-29 #mainvisual.mainvisual {
  background-image: url(/wp-content/uploads/2023/08/news_titlebg-scaled.jpg);
}
body.page-id-29 .info-list-caption {
  display: none;
}
body.page-id-29 .info-list-item {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  margin-left: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  border-bottom: 1px #ccc dotted;
  padding: 2em 1em;
}

body.page-id-29 .info-list-item-meta {
  font-size: 14px;
  opacity: 0.6;
  line-height: 20px;
}
body.page-id-29 .info-list-item-content {
  font-size: 14px;
  padding-left: 2em;
  width: 38em;
  text-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/*company_content age-id-31*/
body.page-id-31 .entry-content.cf,
body.page-id-2162 .entry-content.cf,
body.page-id-33 .entry-content.cf {
  width: 1024px;
  margin: 0 auto 10em;
}
#toc {
  display: none;
}
body.page-id-31 .wp-block-heading {
  margin: 3em auto 1.62em;
}
body.page-id-31 .wp-block-table table {
  width: 90%;
  margin: 0 auto;
}
body.page-id-31 .wp-block-table table td:first-of-type {
  width: 10em;
}
body.page-id-31 .wp-block-preformatted {
  width: 95%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: normal;
  border: none;
  background: none;
}
/*recruit_content page-id-2162*/

body.page-id-2162 .wp-block-heading {
  margin: 3em auto 1.62em;
}

/*company page-id-31*/
body.page-id-31 #mainvisual.mainvisual {
  background-image: url(/wp-content/uploads/2023/08/company_titlebg-scaled.jpg);
}

/*company page-id-33*/
body.page-id-33 #mainvisual.mainvisual {
  background-image: url(/wp-content/uploads/2023/08/contact_titlebg-scaled.jpg);
}

/*contact page-id-2162*/
body.page-id-2162 #mainvisual.mainvisual {
  background-image: url(/wp-content/uploads/2023/08/recruit_titlebg-scaled.jpg);
}

/*contact page-id-2159*/
body.page-id-2159 #mainvisual.mainvisual {
  background-image: url(/wp-content/uploads/2023/08/catalog_titlebg-scaled.jpg);
}

/*archives*/
body .archives header.article-header {
  margin: 2.5em auto 3em;
}
body #list.list {
  width: 1024px;
  margin: 0 auto 5em;
}
body #list.list .entry-card-thumb {
  width: 160px;
  line-height: 0;
  margin: 0;
}
body #list.list .entry-card-wrap.a-wrap.border-element {
  margin: 0 auto 2em;
  padding: 0 0 2em;
  border-bottom: 1px #000 dotted;
}
body #list.list .entry-card,
body #list.list .related-entry-card {
  display: flex;
  justify-content: space-between;
}
body #list.list .entry-card-content {
  margin: 0;
  padding: 0 0 0 2em;
  font-size: 14px;
  flex: 1;
}
body #list.list .entry-card-title {
  font-size: 18px;
  text-wrap: wrap;
}
body #list.list .txtbox {
  text-wrap: wrap;
  line-height: 1.8;
}
body #list.list .pagination-next {
  width: 1024px;
  margin: 0 auto;
}
body.public-page .pagination-next a.pagination-next-link.key-btn {
  width: 15em;
  margin: 0 auto;
}
body.public-page .pagination {
  margin: 2em auto 6em;
}

/*catalog page-id-2159*/
body.page-id-2159 #listbox.catalog .navi-entry-cards {
  border-top: none;
  margin: 0.3em auto 10em;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
  .pcblock {
    display: none;
  }
  .tabletbalock {
    display: block;
  }
  .spblock {
    display: none;
  }
  body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
    margin-top: 11.068vw;
  }
  #header-container-in.header-container-in.hlt-center-logo {
    width: 100%;
  }
  #header {
    display: none;
  }

  .navi-menu-caption.menu-caption,
  .search-menu-caption.menu-caption {
    display: none;
  }
  .mobile-menu-buttons {
    justify-content: space-between;
    background-color: initial;
    box-shadow: none;
    height: 11.068vw;
    z-index: 999;
  }
  .mobile-menu-buttons > li {
    padding-top: 0;
  }
  .mobile-menu-buttons li:nth-of-type(1) {
    order: 3;
  }
  .mobile-menu-buttons li:nth-of-type(2) {
    order: 1;
    margin-right: auto;
  }
  .mobile-menu-buttons li:nth-of-type(3) {
    order: 2;
  }
  .logo-menu-button.menu-button,
  .logo-menu-button.menu-button .menu-button-in {
    width: 39.063vw;
    height: 7.813vw;
  }
  .logo-menu-button.menu-button {
    display: flex;
    justify-content: left;
    overflow: initial;
  }
  .logo-menu-button.menu-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 78.125vw;
    height: 78.125vw;
    margin-left: -67.188vw;
    margin-top: -31.25vw;
    background-image: url(http://blogst1.pmtea.org/wp-content/uploads/2023/07/bg.png);
    background-repeat: no-repeat;
    background-size: 78.125vw 78.125vw;
  }
  .logo-menu-button.menu-button .menu-button-in {
    z-index: 90;
  }
  .search-menu-button.menu-button,
  .navi-menu-button.menu-button {
    width: 5.859vw;
    height: 5.859vw;
    font-size: 2.344vw;
    color: #2a58a7;
    border: #2a58a7 1px solid;
    margin: 1.302vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo-menu-button img {
    width: 100%;
    max-height: initial;
  }
  #container {
    width: 100%;
  }
  #navi-menu-input:checked ~ #navi-menu-close,
  #sidebar-menu-input:checked ~ #sidebar-menu-close,
  #search-menu-input:checked ~ #search-menu-close,
  #share-menu-input:checked ~ #share-menu-close,
  #follow-menu-input:checked ~ #follow-menu-close {
    display: block;
    opacity: 0.75;
  }
  .menu-content {
    max-width: 75vw;
  }
  .navi-menu-close-button.menu-close-button {
    display: flex;
    justify-content: right;
  }
  .navi-menu-close-button.menu-close-button .fa.fa-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.859vw;
    height: 5.859vw;
    font-size: 2.344vw;
    margin: 1.302vw;
    background-color: #2a58a7;
    border: #2a58a7 1px solid;
    color: #fff;
    opacity: 0.8;
  }
  .menu-content .menu-drawer {
    border-top: #bbb 1px solid;
    padding: 0;
  }
  .menu-drawer li {
    padding: 1em;
    border-bottom: #bbb 1px solid;
  }
  .menu-drawer a {
    padding: 0;
    color: #3657a2;
    font-weight: bold;
    font-size: 3.125vw;
  }
  .menu-drawer a::after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 3vw;
  }

  /*search*/
  body.search .search-box.input-box {
    width: calc(100% - 2em);
  }
  body.search .list {
    width: 1024px;
  }

  /*footer*/
  .footer-bottom-logo {
    position: absolute;
    bottom: 6.51vw;
  }
  .logo-footer {
    margin: 0 auto;
  }
  .footer-bottom-logo img {
    height: 7.161vw;
  }

  .navi-footer-in > .menu-footer li.menu-item {
    width: auto;
    margin: 0;
  }
  .footer-bottom.fnm-text-width .menu-footer li a {
    font-size: 2.083vw;
    padding: 0 1em;
    line-height: 1em;
  }
  .source-org.copyright {
    margin-top: 13.021vw;
    font-size: 1.823vw;
  }

  /*main*/
  #breadcrumb {
    width: 100%;
  }

  /*ThirdPage*/
  body.single header.article-header {
    padding: 0 2.604vw;
  }
  body.single .entry-content.cf,
  body.single .under-entry-content {
    width: 100%;
    margin: 3em auto 0;
    padding: 0 2.604vw;
  }

  /*menu_listbox*/
  #menu_listbox {
    width: 100%;
  }

  /*product*/
  body #mainvisual.mainvisual {
    width: 100%;
    height: 15.365vw;
  }

  /*ttlbox*/
  #ttlbox,
  .category .category-page-content.entry-content {
    width: 100%;
    padding: 0 0 3em;
  }
  #ttlbox .inner,
  .category .category-page-content.entry-content p {
    padding: 0 2em;
  }
  body header.article-header {
    width: 100%;
    margin: 1.5em auto;
  }

  /*listbox*/
  #listbox {
    width: 100%;
  }
  #listbox .inner {
    text-align: center;
    padding: 0 2.604vw;
  }
  #listbox .navi-entry-cards,
  #listbox .new-entry-cards {
    margin: 1.302vw 0 0;
    padding: 2.604vw 0 0;
  }
  #listbox .widget-entry-cards.card-large-image .a-wrap {
    padding: 0 0 5.208vw;
    margin: 0 auto 5.208vw;
  }
  #listbox .navi-entry-card-thumb,
  #listbox .new-entry-card-thumb {
    width: 32.552vw;
  }
  #listbox .navi-entry-card-content,
  #listbox .new-entry-card-content {
    padding-left: 2.604vw;
  }
  #listbox .navi-entry-card-title,
  #listbox .new-entry-card-title {
    font-size: 18px;
    margin: 0 0 5px 0;
    line-height: 1.6;
    text-wrap: wrap;
  }
  #listbox .navi-entry-card-snippet,
  #listbox .new-entry-card-snippet {
    font-size: 14px;
  }
  body #list.list .pagination-next {
    width: 100%;
  }

  /*company_content age-id-31*/
  body.page-id-29 .entry-content.cf,
  body.page-id-31 .entry-content.cf,
  body.page-id-2162 .entry-content.cf,
  body.page-id-33 .entry-content.cf {
    width: 100%;
  }
  body.page-id-31 .wp-block-heading {
    margin: 1.5em 2.604vw;
  }
  body.page-id-31 .article ul,
  body.page-id-31 .article ol {
    margin: 0 2.604vw 1.8em;
  }

  /*news_conten page-id-29*/
  body.page-id-29 .info-list {
    padding: 0;
  }
  body.page-id-29 .info-list-item {
    padding: 1em;
  }
  body.page-id-29 .info-list-item-content {
    width: auto;
  }

  /*company_content age-id-31*/
  body.page-id-31 .wp-block-heading {
    margin: 1.5em 2.604vw;
  }
  body.page-id-31 .article ul,
  body.page-id-31 .article ol {
    margin: 0 2.604vw 1.8em;
  }

  /*company_content age-id-33*/
  body.page-id-33 .entry-content.cf {
    padding: 2.604vw 2.604vw 0;
  }

  /*archives*/
  body #list.list {
    width: 100%;
  }
  body #list.list .entry-card-thumb {
    width: 26.042vw;
  }
  body #list.list .entry-card-wrap.a-wrap.border-element {
    margin: 0 auto 5.208vw;
    padding: 0 2.604vw 5.208vw;
  }
  body #list.list .txtbox {
    margin: 0 0 1.4em;
  }
  body #list.list .pagination-next {
    width: 100%;
  }
}

/*834px以下*/
@media screen and (max-width: 834px) {
  #navi-footer.navi-footer {
    padding: 1.2em 0 0.2em;
  }
  .navi-footer-in > .menu-footer li.menu-item {
    width: auto;
    margin: 0 0 1em;
  }
  main.main,
  div.sidebar {
    padding: 0;
    margin: 0;
  }
}

/*480px以下*/
@media screen and (max-width: 480px) {
  .pcblock {
    display: none;
  }
  .tabletbalock {
    display: block;
  }
  .spblock {
    display: block;
  }
  body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
    margin-top: 14.2vw;
  }
  .logo-menu-button.menu-button,
  .logo-menu-button.menu-button .menu-button-in {
    width: 60.8vw;
    height: 12vw;
  }
  .logo-menu-button.menu-button::before {
    width: 80vw;
    height: 80vw;
    margin-left: -64.188vw;
    margin-top: -26.667vw;
    background-size: 80vw 80vw;
  }
  .menu-content {
    max-width: 100vw;
  }

  .search-menu-button.menu-button,
  .navi-menu-button.menu-button,
  .navi-menu-close-button.menu-close-button .fa.fa-close {
    width: 10.667vw;
    height: 10.667vw;
    font-size: 4.8vw;
    margin: 1.333vw;
  }
  .navi-menu-close-button.menu-close-button .fas.fa-close {
    font-size: 6.4vw;
  }
  .menu-drawer a {
    font-size: 5.333vw;
  }

  /*search*/
  body.search .search-box.input-box {
    width: calc(100% - 10.666vw);
    margin: 2em auto;
  }
  body.search .list {
    width: calc(100% - 10.666vw);
  }
  body.search .list {
    padding: 0 5.333vw;
  }

  /*footer*/
  .footer-bottom-logo {
    bottom: 6.667vw;
  }
  .footer-bottom-logo img {
    height: 12vw;
  }
  .footer-bottom.fnm-text-width .menu-footer li a {
    font-size: 2.083vw;
    padding: 0 0.7em;
    line-height: 1em;
  }
  .source-org.copyright {
    margin-top: 17.333vw;
    font-size: 1.823vw;
  }
  /*ThirdPage*/
  body.single header.article-header {
    margin-top: 1.5em;
    padding: 0 5.333vw;
  }
  body.single .article-header.entry-header .entry-title {
    padding: 0;
  }
  body.single .entry-content.cf,
  body.single .under-entry-content {
    margin: 1.5em auto 0;
    padding: 0 5.333vw;
  }
  body.single .under-entry-content .a-wrap {
    padding: 0 0 2em;
  }
  body.single .under-entry-content .related-entry-card {
    flex-direction: column-reverse;
  }
  body.single .under-entry-content .related-entry-card-thumb {
    width: 50%;
    margin: 0 auto;
  }
  body.single .under-entry-content .related-entry-card-content {
    padding: 0 0 1em;
  }

  /*ttlbox*/
  #ttlbox .inner,
  .category .category-page-content.entry-content p {
    padding: 0 0 1.5em;
  }
  body .article-header.entry-header .entry-title {
    font-size: 32px;
    font-weight: bold;
    padding: 0;
    border-bottom: 1px #000 solid;
    display: inline-block;
  }

  /*listbox*/
  #listbox .navi-entry-card-title,
  #listbox .new-entry-card-title {
    font-size: 5.333vw;
    font-weight: bold;
    margin: 1em auto;
  }
  #listbox .inner {
    padding: 0;
  }
  #listbox .navi-entry-cards,
  #listbox .new-entry-cards {
    margin: 10.667vw 0 0;
    padding: 5.333vw 0 0;
  }
  #listbox .widget-entry-cards.card-large-image .a-wrap {
    margin: 0 0 5.333vw;
    padding: 0;
  }
  #listbox .navi-entry-card,
  #listbox .new-entry-card {
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 5.333vw;
  }
  #listbox .navi-entry-card-thumb,
  #listbox .new-entry-card-thumb {
    width: 53.333vw;
    margin: 0 auto;
  }
  #listbox .navi-entry-card-content,
  #listbox .new-entry-card-content {
    padding: 0;
    margin: 0;
  }
  #listbox .navi-entry-card-snippet,
  #listbox .new-entry-card-snippet {
    margin: 0 0 5.333vw;
    padding: 0;
  }

  /*news_conten page-id-29*/
  body.page-id-29 .info-list-item {
    padding: 1em 0;
  }
  body.page-id-29 .info-list-item-meta {
    width: 9em;
  }
  body.page-id-29 .info-list-item-content {
    padding-left: 0.5em;
    width: auto;
    flex: 1;
    display: flex;
    align-items: center;
  }
  body.page-id-29 .info-list-item-categorys .entry-category {
    padding: 1px 0.5em;
    margin: 0 0.3em 0.5em;
  }

  /*company_content age-id-31*/
  body.page-id-29 .entry-content.cf,
  body.page-id-31 .entry-content.cf,
  body.page-id-2162 .entry-content.cf,
  body.page-id-33 .entry-content.cf {
    margin: 0 auto 5em;
  }
  /*company_content age-id-31*/
  body.page-id-31 .wp-block-heading {
    margin: 1em 5.208vw;
  }
  body.page-id-31 .wp-block-preformatted {
    width: 89%;
  }
  body.page-id-31 .article ul,
  body.page-id-31 .article ol {
    margin: 0 5.208vw 1em;
  }
  body.page-id-31 .wp-block-table table {
    width: 89%;
  }

  /*company_content age-id-33*/
  body.page-id-33 .entry-content.cf {
    padding: 5.208vw 5.208vw 0;
  }

  /*archives*/
  body .archives header.article-header {
    width: 100%;
    margin: 1.5em auto 0;
  }
  body #list.list .entry-card-wrap.a-wrap.border-element {
    margin: 0 0 5.333vw;
    padding: 0;
  }
  body #list.list .entry-card,
  body #list.list .related-entry-card {
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  body #list.list .entry-card-content {
    margin: 0 0 5.333vw;
    padding: 0;
  }
  body #list.list .entry-card-thumb {
    width: 53.333vw;
    margin: 0 auto;
  }
  body #list.list .entry-card-title {
    font-size: 5.333vw;
    font-weight: bold;
    margin: 1em auto;
  }

  body #list.list .entry-card,
  body #list.list .related-entry-card {
    margin: 10.667vw 0 0;
    padding: 0 5.333vw 0;
  }
}
