/*draft_01 about_character 260417*/
.g_large_container {
  padding: 0 0 6.0rem;
}
.wp_content h4 {
  scroll-margin-top: 12.0rem;
  margin-bottom: 0.8rem;
  font-size: 3.0rem;
}
.wp-block-table {
  position: relative;
  overflow: hidden;
}
.wp-block-table table tr *:first-child {
  width: auto;
}
.wp-block-table table td {
  padding: 0.8rem;
}
.wp-block-table table td:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wp-block-table table td:nth-child(2) {
  width: 68%;
  padding: 0.8rem 0.8rem 0.8rem 1.6rem;
  font-size: 1.2rem;
}
.wp-block-table table td:nth-child(2) .fa-arrow-up-right-from-square,
.wp-block-table table td:nth-child(2) .fa-envelope {
  margin-right: 0.6rem;
}
.wp-block-table table td a {
  width: 8.4rem;
  height: 8.4rem;
}
.wp-block-table table td h3 a {
  text-decoration: none;
  width: auto;
  height: auto;
}
.wp-block-table table td img {
  display: block;
  width: 8.4rem !important;
  margin-right: 0.8rem;
}
.wp-block-table table td img:hover {
  filter: contrast(120%);
  opacity: 0.8;
  transition: all 0.48s ease;
}
.wp-block-table table td h3 {
  width: calc(100% - 9.4rem);
  margin: 0;
  font-size: 1.2rem;
  border-left: none !important;
}

@media (max-width : 769px) {
  .g_large_container {
    padding: 0 0 4.0rem;
  }
  .wp-block-table table td {
    padding: 0.8rem 0.4rem 0.8rem 0;
  }
  .wp-block-table table td:nth-child(1) {
    flex-flow: column;
    align-items: flex-start;
  }
  .wp-block-table table td:nth-child(2) {
    padding: 0.8rem;
  }
  .wp-block-table table td img {
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .wp-block-table table td h3 {
    width: 100%;
    margin-top: 0.4rem;
  }
  .wp-block-table table td a {
    display: block;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
  }
}
ul.in_page_nav {
  display: flex;
  flex-wrap: wrap;
}
.wp_content ul li:not(:first-child),
.editor-styles-wrapper ul li:not(:first-child) {
  margin-top: 0;
}
ul.in_page_nav li {
  list-style: none;
  min-width: 9.2rem;
  margin: 0 0.8rem 0.8rem;
  padding: 0.4rem 0.6rem;
  text-align: center;
}
ul.in_page_nav li::after {
  width: 0;
}
ul.in_page_nav a {
  position: relative;
  text-decoration: none;
}
.page_top {
  text-decoration: none;
  position: absolute;
  right: 0;
  margin-top: 1.6rem;
  font-weight: 600;
}
ul.in_page_nav a::after,
.page_top::after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 5%;
  right: 0;
  width: 90%;
  height: 0.2rem;
  background-color: #ccc;
  opacity: 1.0;
  transition: all 0.6s;
}
.page_top::after {
  width: 100%;
  background-color: transparent;
}
ul.in_page_nav a:hover::after,
.page_top:hover::after {
  content: "";
  background-color: #000;
  opacity: 0.6;
  transition: all 0.24s;
}
@media (max-width : 769px) {
  ul.in_page_nav li {
    min-width: auto;
  }
  ul.in_page_nav a::after,
  .page_top:hover::after {
    background-color: transparent;
  }
}