/*##################################################################/*
/* --------------------------------
* Page-Sitemap
* -------------------------------- */
.child_key_v {
  /*background-image: url(../images/single_key.jpg);
  min-height: 640px;
	*/
  height: 0px;
  min-height: inherit!important;
}

.key_v .btn_lang, .child_key_v .btn_lang {
	display: none!important;
}

.pankuzu_area {
	background: gray;
}

.single_page .single_article_introduction h1,
.single_page .single_article_introduction h2 {
  margin: 0 0 0.75em;
  font-size: 4.2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

.single_page .single_article_introduction h3 {
  margin: 0 0 0.75em;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

.single_page .single_article_introduction h4 {
  margin: 0 0 0.75em;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}
.single_page .single_article_introduction h5 {
  margin: 0 0 0.75em;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}
.single_page .single_article_introduction h6 {
  margin: 0 0 0.75em;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

.single_page .single_article_introduction a {
  text-decoration: underline;
  color: #008E4C;
}

.single_page .single_article_introduction a:hover {
  color: #008E4C;
}

.single_page .single_article_introduction img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  max-width: 600px;
}

.single_page .single_article_introduction table {
}

.single_page .single_article_introduction table tr td {
  border: none;
  vertical-align: top;
  padding: 20px 0;
  width: 48.5%;
}

.single_page .single_article_introduction table tr td.spaceCell {
  width: 3%;
}

.single_page .single_article_introduction ol {
  list-style: none;
  counter-reset: number;
  margin: 0 0 40px;
}

.single_page .single_article_introduction ol li {
  position: relative;
  padding: 0 0 5px 25px;
  line-height: 1.4;
}

.single_page .single_article_introduction ol li::before {
  counter-increment: number;
  content: counter(number)'.';
  position: absolute;
  left: 0;
  color: #339966;
}

.single_page .single_article_introduction ul {
  margin: 0 0 40px;
}

.single_page .single_article_introduction ul li {
  position: relative;
  padding: 0 0 5px 25px;
  line-height: 1.4;
}

.single_page .single_article_introduction ul li::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 10px;
  display: block;
  border-radius: 50%;
  background: #339966;
  width: 6px;
  height: 6px;
}

.single_page .single_article_introduction blockquote {
  border-radius: 20px;
  background: #f0f0f0;
  margin: 0 0 40px;
  padding: 20px;
}

.single_page .single_article_introduction blockquote p {
  margin: 0;
}

.single_page .single_article_introduction em {
  font-style: italic;
}

.single_page .single_article_introduction em {
  font-style: italic;
}

.wp-block-button__link {
  position: relative;
  background: #008e4c !important;
  border-radius: 2em !important;
  margin: 0 0 40px !important;
  padding: 5px 45px 5px 35px !important;
  text-decoration: none !important;
  transition: 0.5s;
  font-weight: bold;
  color: #fff !important;
}

.wp-block-button__link:after {
  content: "\f054";
  position: absolute;
  top: 14px;
  right: 15px;
  display: block;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: #fff;
}

.wp-block-button__link:hover {
  opacity: 0.8;
}

.author_box {
  padding: 120px 0;
}

.author_box .flex_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.author_box .flex_wrap .box {
  width: 48%;
  padding: 20px;
}

.author_box .flex_wrap .box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 300px;
  margin: auto;
}

#related_article .wp_rp_wrap .wp_rp_content {
  width: 100%!important;
}

#related_article .wp_rp_wrap .wp_rp_content .related_post {
  width: 100%!important;
  display: flex!important;
  justify-content: space-between!important;
  flex-wrap: wrap!important;
}

#related_article .wp_rp_wrap .wp_rp_content .related_post li {
  width: 18%!important;
}

#related_article .wp_rp_wrap .wp_rp_content .related_post li a {
  color: #000;
  text-decoration: none;
}

#related_article .wp_rp_wrap .wp_rp_content .related_post li img {
  width: 100%!important;
  object-fit: cover!important;
}



/*##################################################################/*
/* --------------------------------
 * SP
 * -------------------------------- */
@media screen and (max-width: 768px) {
  .child_key_v {
    min-height: 380px;
  }

  .author_box .flex_wrap .box {
    width: 100%;
  }

  .author_box {
    padding: 7% 0;
  }

  #related_article .wp_rp_wrap .wp_rp_content .related_post li a:nth-child(1) {
    float: none!important;
  }

  #related_article .wp_rp_wrap .wp_rp_content .related_post {
    display: block!important;
  }

  #related_article .wp_rp_wrap .wp_rp_content .related_post li {
    width: 100%!important;
    margin-bottom: 20px!important;
  }

  #related_article .wp_rp_wrap .wp_rp_content .related_post li img {
    height: 240px!important;
  }

  .single_page .single_article_introduction h1,
  .single_page .single_article_introduction h2 {
    font-size: 2.0rem;
  }

  .single_page .single_article_introduction h3 {
    font-size: 1.8rem;
  }

  .single_page .single_article_introduction h4 {
    font-size: 1.6rem;
  }

  .single_page .single_article_introduction h5 {
    font-size: 1.4rem;
  }

  .single_page .single_article_introduction h6 {
    font-size: 1.2rem;
  }

  .single_page .single_article_introduction table {
    margin: 0 0 4vw;
  }

  .single_page .single_article_introduction table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .single_page .single_article_introduction table tr td {
    width: 100%;
    font-size: 1.4rem;
  }

  .single_page .single_article_introduction table tr td.spaceCell {
    width: 100%;
    height: 4vw;
  }
  
  .single_page .single_article_introduction ol {
    margin: 0 0 8vw;
  }

  .single_page .single_article_introduction ol li {
    padding: 0 0 0.8vw 5.3333333vw;
  }

  .single_page .single_article_introduction ul {
    margin: 0 0 8vw;
  }

  .single_page .single_article_introduction ul li {
    padding: 0 0 0.8vw 5.3333333vw;
  }

  .single_page .single_article_introduction ul li::before {
    left: 1.6vw;
    top: 2vw;
    width: 1.2vw;
    height: 1.2vw;
  }

  .single_page .single_article_introduction blockquote {
    border-radius: 4vw;
    margin: 0 0 8vw;
    padding: 4vw;
  }
  
  .wp-block-button__link {
    margin: 0 0 40px !important;
    padding: 5px 45px 5px 35px !important;
  }

  .wp-block-button__link:after {
    content: "\f054";
    position: absolute;
    top: 14px;
    right: 15px;
    display: block;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: #fff;
  }

  .wp-block-button__link:hover {
    opacity: 0.8;
  }

}
