@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* reset */
* {
  box-sizing: border-box; }

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none; }

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd, table, tr, td, th {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%; }

body {
  line-height: 1.6;
  font-size: 16px;
  font-family: 'NSJP','Noto Sans JP', sans-serif;
  font-weight: 400; }

ul,
ol,
li {
  list-style: none; }

em, i {
  font-style: normal; }

img,
iframe,
svg {
  max-width: 100%; }

input, button,
textarea, select {
  font: inherit; }

a {
  text-decoration: none;
  transition-duration: 0.7s;
  color: #333; }
  a img {
    transition-duration: 0.7s; }

.pt1 {
  padding-top: 1em; }

.pt2 {
  padding-top: 2em; }

.pt3 {
  padding-top: 3em; }

.pb1 {
  padding-bottom: 1em; }

.pb2 {
  padding-bottom: 2em; }

.pb3 {
  padding-bottom: 3em; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

hr {
  margin: 2rem 0;
  border: 0;
  border-bottom: 1px solid #333; }

.hr1 {
  border-bottom: 8px solid #333; }

.hr2 {
  border-bottom: 4px double #333; }

.hr3 {
  border-bottom: 2px dashed #333; }

.hr4 {
  border-bottom: 2px dotted #333; }

.ti05 {
  text-indent: -0.5em;
  padding-left: 0.5em; }

.ti1 {
  text-indent: -1em;
  padding-left: 1em; }

.ti2 {
  text-indent: -2em;
  padding-left: 2em; }

.notes {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4; }

.d_ib {
  display: inline-block; }

.color_red {
  color: #d11; }

.marker_yellow {
  background: linear-gradient(transparent 60%, #ff2 60%);
  font-size: 1.1em; }

.size_xl {
  font-size: 2.4em;
  line-height: 1.2; }

.size_l {
  font-size: 1.6em;
  line-height: 1.3; }

.size_m {
  font-size: 1.2em;
  line-height: 1.4; }

.size_s {
  font-size: 0.8em; }

.size_xs {
  font-size: 0.5em; }

.btn {
  display: inline-block;
  border-radius: 8px;
  padding: 1rem 4rem;
  text-decoration: none;
  transition-duration: 0.3s;
  margin-bottom: 1rem; }
  .btn:hover {
    opacity: 0.8; }

.btn_red {
  background: #d41;
  color: #fff;
  font-weight: 600; }
  .btn_red.link_external span {
    color: #fff; }

.single-body a.btn_inner,
.btn_inner {
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-weight: 400;
  border: 1px solid #333;
  padding: 8px 24px; }
  .single-body a.btn_inner::after,
  .btn_inner::after {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg); }
  .single-body a.btn_inner:hover,
  .btn_inner:hover {
    background: #65C6BC;
    color: #fff;
    border-color: #fff; }
    .single-body a.btn_inner:hover::after,
    .btn_inner:hover::after {
      border-color: #fff; }

.fadeIn {
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.4s; }
  .fadeIn.inView {
    visibility: visible;
    opacity: 1; }

body {
  background: #F9F8F4; }

.container {
  width: 1240px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto; }

.container-s {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.global-header {
  border-top: 5px solid #65C6BC;
  border-bottom: 1px solid #65C6BC;
  background: #fff; }
  .global-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0; }

.header-logo {
  line-height: 0; }
  .header-logo h1, .header-logo b {
    display: block;
    line-height: 1;
    padding-bottom: 8px;
    font-size: 13px;
    color: #65C6BC;
    font-weight: 500; }
  .header-logo img {
    height: 2rem; }

.header-search {
  position: relative;
  z-index: 100; }
  .header-search-t {
    border-radius: 40px;
    border: 1px solid #65C6BC; }
  .header-search span {
    position: absolute;
    top: 0;
    right: .5em;
    width: 2em;
    height: 2em;
    line-height: 1; }
    .header-search span input {
      opacity: 0;
      width: 2em;
      height: 2em;
      position: relative;
      z-index: 2;
      cursor: pointer; }
    .header-search span i {
      position: absolute;
      display: block;
      width: 1em;
      top: 50%;
      right: 0;
      transform: translate(-50%, -50%);
      z-index: 1; }

.header-sub .content {
  display: none; }

.header-hum {
  display: none;
  z-index: 101;
  position: relative;
  line-height: 1;
  text-align: center; }
  .header-hum a {
    display: block;
    cursor: pointer;
    width: 32px; }
  .header-hum span {
    position: relative;
    display: block;
    height: 23px; }
    .header-hum span i {
      width: 100%;
      min-width: 32px;
      height: 4px;
      display: block;
      border-radius: 4px;
      background: #65C6BC;
      position: absolute;
      left: 0;
      transition-duration: 0.4s; }
      .header-hum span i:nth-child(1) {
        top: 0; }
      .header-hum span i:nth-child(2) {
        top: calc(50% - 2px); }
      .header-hum span i:nth-child(3) {
        bottom: 0; }
  .header-hum em {
    font-weight: 400;
    font-size: 10px;
    white-space: nowrap;
    color: #65C6BC;
    display: block;
    padding: 6px 0 0;
    letter-spacing: -0.1em; }

.header-menu-active {
  overflow: hidden; }
  .header-menu-active .header-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0); }
  .header-menu-active .header-hum span i {
    top: calc(50% - 2px); }
    .header-menu-active .header-hum span i:nth-child(1) {
      transform: rotate(45deg); }
    .header-menu-active .header-hum span i:nth-child(2) {
      opacity: 0; }
    .header-menu-active .header-hum span i:nth-child(3) {
      transform: rotate(-45deg); }

.global-footer {
  background: #707070;
  color: #fff;
  padding: 2rem 0; }
  .global-footer a {
    color: #fff; }

.footer-logo img {
  height: 4rem; }

.footer-menu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 2rem;
  font-size: 0.8em;
  text-align: left; }
  .footer-menu a:hover {
    text-decoration: underline; }
  .footer-menu ul {
    padding: 2rem 4rem 0 0; }
  .footer-menu li ul {
    padding: 0;
    padding-left: 1em; }

.footer-copy {
  text-align: center;
  font-size: 11px; }

.content {
  padding: 3rem 0; }
  .content h1 {
    font-size: 2em; }
  .content h2 {
    font-size: 1.5em; }
  .content h3 {
    font-size: 1.2em;
    margin-bottom: 2rem;
    border-bottom: 2px solid #ccc; }
    .content h3 strong {
      display: inline-block;
      border-bottom: 2px solid #65C6BC;
      font-weight: 500;
      transform: translateY(2px); }
  .content .tag {
    font-size: 13px; }
    .content .tag a, .content .tag span {
      margin-bottom: 8px;
      margin-right: 4px;
      text-align: center;
      background: #FFF100;
      border-radius: 24px;
      padding: 2px 8px;
      display: inline-block;
      min-width: 5em;
      color: #333;
      text-decoration: none;
      transition-duration: 0s; }
    .content .tag a:hover {
      background: #65C6BC;
      color: #fff; }
  .content .update,
  .content .pubdate {
    padding: 8px;
    text-align: right;
    font-size: 0.8em;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1;
    font-family: Verdana, Geneva, "sans-serif"; }
    .content .update::before,
    .content .pubdate::before {
      content: "";
      background: url("../images/reload.svg") no-repeat left center/1em;
      display: inline-block;
      width: 1.2em;
      height: 1em; }
  .content .pubdate::before {
    background: url("../images/i-date.svg") no-repeat left bottom/contain;
    width: 1.4em;
    height: 1.2em; }

.content.content-latest {
  padding-top: 0; }

.content-latest {
  flex: 0 0 72%; }

.content-sidebar {
  flex: 0 0 24%;
  padding-top: 0; }

.list-article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .list-article li {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    flex: 0 0 49%;
    margin-bottom: 1.5rem;
    display: flex; }
    .list-article li a {
      display: block;
      position: relative;
      color: #555; }
    .list-article li a:hover {
      color: #777;
      background: #f7f6f5; }
      .list-article li a:hover i img {
        opacity: 0.8;
        transform: scale(1.05); }
    .list-article li i {
      display: block;
      overflow: hidden;
      line-height: 0; }
      .list-article li i img {
        transition-duration: 0.3s;
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: contain; }
    .list-article li p {
      padding: 8px; }
    .list-article li p.tag {
      display: inline-block; }

.slick-dots li {
  display: inline-block; }

.list-latest li p.tag {
  position: absolute;
  right: 4px;
  top: 8px;
  padding: 0; }
.list-latest li .update,
.list-latest li .pubdate {
  padding: 8px;
  text-align: right;
  font-size: 0.8em;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  font-family: Verdana, Geneva, "sans-serif"; }
  .list-latest li .update::before,
  .list-latest li .pubdate::before {
    content: "";
    background: url("../images/reload.svg") no-repeat left center/1em;
    display: inline-block;
    width: 1.2em;
    height: 1em; }
.list-latest li .pubdate::before {
  background: url("../images/i-date.svg") no-repeat left bottom/contain;
  width: 1.4em;
  height: 1.2em; }

.list-recommend::after {
  content: "";
  width: 32%; }
.list-recommend li {
  flex: 0 0 32%; }
  .list-recommend li a::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 16px;
    background: url("../images/arrow01.png") no-repeat 0 0/contain;
    width: 1em;
    height: 1em;
    transition-duration: 0.4s; }
  .list-recommend li a:hover::after {
    right: 4px; }

.list-sidebar > li {
  border-bottom: 1px dashed #ccc;
  padding: 1rem 0; }
.list-sidebar li {
  background: #fff;
  margin-bottom: 1px; }
  .list-sidebar li a {
    display: block;
    color: #333;
    background: url("../images/arrow01.svg") no-repeat 1rem center/contain;
    background-size: 0.5em;
    padding: 8px 16px;
    padding-left: 2em;
    transition-duration: 0.4s; }
  .list-sidebar li a:hover {
    background-position: 1.25rem center;
    color: #666; }
  .list-sidebar li ul {
    padding-left: 1rem; }

.archive-description {
  background: #fff;
  padding: 2rem;
  margin-bottom: 4rem; }

.title-wrap {
  padding-top: 3rem;
  font-size: 2em; }

.content-single .container {
  display: flex;
  justify-content: space-between; }
.content-single .single-body {
  flex: 0 0 72%; }
.content-single .single-side {
  flex: 0 0 24%; }

.crumbs .container {
  display: flex;
  font-size: 12px;
  overflow-x: auto; }
  .crumbs .container a, .crumbs .container span, .crumbs .container b {
    padding: 8px 0;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding-right: 2rem; }
    .crumbs .container a::after, .crumbs .container span::after, .crumbs .container b::after {
      content: ">";
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translate(-100%, -50%); }
    .crumbs .container a:last-child::after, .crumbs .container span:last-child::after, .crumbs .container b:last-child::after {
      content: none; }
  .crumbs .container a:hover {
    text-decoration: underline; }

.single-body {
  background: #fff url("../images/bg.jpg");
  background-size: 100px;
  background-attachment: fixed;
  box-shadow: inset 0 2px 4px #d9d9d9;
  padding: 2rem;
  border-radius: 4px;
  overflow: hidden;
 /*
*/ }
  .single-body h1 {
    font-size: 2.1em;
    padding-bottom: 3rem; }
  .single-body h2 {
    font-size: 1.6em;
    background: #65C6BC;
    padding: 1rem;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 2.4rem;
    margin-top: 3.4rem; }
  .single-body h3 {
    font-size: 1.5em;
    line-height: 1.4;
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-left: 8px solid #65C6BC;
    padding-left: 5px; }
  .single-body h4 {
    font-size: 1.3em;
    border-bottom: 2px solid #65C6BC;
    margin-bottom: 2rem;
    margin-top: 2rem; }
  .single-body h5 {
    font-size: 1.3em;
    margin-bottom: 2rem;
    text-indent: -1em;
    padding-left: 1em; }
    .single-body h5::before {
      content: "●";
      color: #65C6BC; }
    .single-body h5.mb0 {
      margin-bottom: 1px; }
  .single-body *.mb1 {
    margin-bottom: 1rem !important; }
  .single-body *.mb2 {
    margin-bottom: 2rem !important; }
  .single-body *.mb3 {
    margin-bottom: 3rem !important; }
  .single-body *.mb4 {
    margin-bottom: 4rem !important; }
  .single-body *.mb5 {
    margin-bottom: 5rem !important; }
  .single-body *.mb6 {
    margin-bottom: 6rem !important; }
  .single-body *.mb7 {
    margin-bottom: 7rem !important; }
  .single-body *.mb8 {
    margin-bottom: 8rem !important; }
  .single-body *.mt1 {
    margin-top: 1rem !important; }
  .single-body *.mt2 {
    margin-top: 2rem !important; }
  .single-body *.mt3 {
    margin-top: 3rem !important; }
  .single-body *.mt4 {
    margin-top: 4rem !important; }
  .single-body *.mt5 {
    margin-top: 5rem !important; }
  .single-body *.mt6 {
    margin-top: 6rem !important; }
  .single-body *.mt7 {
    margin-top: 7rem !important; }
  .single-body *.mt8 {
    margin-top: 8rem !important; }
  .single-body p.h5 {
    font-size: 1.1em;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: 600; }
    .single-body p.h5::before {
      content: "■";
      color: #65C6BC; }
  .single-body p.h6 {
    text-indent: -1em;
    padding-left: 1em;
    font-weight: 600; }
    .single-body p.h6::before {
      content: "●";
      color: #65C6BC; }
  .single-body p.h7 {
    font-size: 0.9em;
    text-indent: -1em;
    padding-left: 1em; }
    .single-body p.h7::before {
      content: "●";
      color: #65C6BC; }
  .single-body p {
    padding-bottom: 1.5rem;
    line-height: 2; }
  .single-body p + h3 {
    margin-top: 2rem; }
  .single-body .kakomi + h3 {
    margin-top: 4rem; }
  .single-body p + h4,
  .single-body p + h5 {
    margin-top: 2rem; }
  .single-body .size_s {
    display: inline-block;
    line-height: 1.4; }
  .single-body p.size_s {
    display: block; }
  .single-body a {
    color: #0066CC;
    text-decoration: underline; }
  .single-body a:hover {
    color: #d11; }
  .single-body a.link_external span {
    font-size: 1.2em;
    vertical-align: middle;
    margin-left: 2px;
    color: #777; }
  .single-body a.link_external:hover span {
    color: #d11; }
  .single-body a.link_external figcaption {
    display: inline-block; }
  .single-body a.btn {
    text-decoration: none; }
  .single-body a.btn_red {
    background: #d41;
    color: #fff;
    font-weight: 700;
    font-size: 1.15em;
    width: 600px;
    max-width: 100%;
    min-height: 5em;
    padding: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .single-body a.btn_red.link_external span {
      color: #fff; }
  .single-body .list-archive a {
    text-decoration: none; }
  .single-body figure {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 0.85em; }
    .single-body figure img {
      display: block;
      margin: auto; }
  .single-body figcaption {
    text-align: center;
    font-size: 0.85em; }
  .single-body dl {
    margin-bottom: 2rem; }
    .single-body dl dt {
      font-weight: 500;
      font-size: 1.2em; }
      .single-body dl dt::before {
        content: "";
        width: 1em;
        height: 1em;
        background: #EB5B02; }
    .single-body dl dd {
      padding-top: .75rem; }
    .single-body dl dd + dt {
      padding-top: 2rem; }
  .single-body blockquote {
    background: #F7F7F7;
    padding: 4rem;
    margin-bottom: 2rem;
    border-radius: 12px;
    position: relative; }
    .single-body blockquote::before, .single-body blockquote::after {
      content: "";
      position: absolute;
      left: 12px;
      top: 12px;
      width: 36px;
      height: 29px;
      background-image: url("../images/b01.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 0 0; }
    .single-body blockquote::after {
      background-image: url("../images/b02.png");
      left: auto;
      right: 12px;
      top: auto;
      bottom: 12px; }
    .single-body blockquote p:last-child {
      padding-bottom: 0; }
  .single-body .simpletoc,
  .single-body .wp-block-simpletoc-toc {
    margin-top: 1em;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
    margin-bottom: 3rem;
    position: relative; }
    .single-body .simpletoc .simpletoc-icon,
    .single-body .wp-block-simpletoc-toc .simpletoc-icon {
      position: absolute;
      z-index: 10;
      bottom: .7em;
      left: 50%;
      transform: translate(-50%, 0); }
      .single-body .simpletoc .simpletoc-icon::after,
      .single-body .wp-block-simpletoc-toc .simpletoc-icon::after {
        content: "全部開く";
        font-weight: 400; }
      .single-body .simpletoc .simpletoc-icon:hover::after,
      .single-body .wp-block-simpletoc-toc .simpletoc-icon:hover::after {
        color: #65C6BC; }
    .single-body .simpletoc .active .simpletoc-icon::after,
    .single-body .wp-block-simpletoc-toc .active .simpletoc-icon::after {
      content: "閉じる"; }
    .single-body .simpletoc h2,
    .single-body .wp-block-simpletoc-toc h2 {
      padding: 0;
      background: none;
      text-align: center;
      font-weight: 600;
      padding: 0 0 1rem; }
      .single-body .simpletoc h2 button,
      .single-body .wp-block-simpletoc-toc h2 button {
        background: none;
        padding: 0; }
    .single-body .simpletoc .rtoc_open_close,
    .single-body .wp-block-simpletoc-toc .rtoc_open_close {
      display: none; }
    .single-body .simpletoc .simpletoc-content,
    .single-body .wp-block-simpletoc-toc .simpletoc-content {
      background: none;
      min-height: 8rem;
      position: relative;
      padding-bottom: 2.2rem; }
      .single-body .simpletoc .simpletoc-content::after,
      .single-body .wp-block-simpletoc-toc .simpletoc-content::after {
        content: "";
        width: 100%;
        height: 2.4rem;
        position: absolute;
        left: 0;
        bottom: 0;
        background: linear-gradient(transparent 0%, #f9f9f9 50%);
        z-index: 2; }
    .single-body .simpletoc .simpletoc-list,
    .single-body .wp-block-simpletoc-toc .simpletoc-list {
      font-size: 0.85em;
      overflow: hidden;
      transition-duration: 0.3s;
      position: relative;
      background: none;
      margin: 0; }
      .single-body .simpletoc .simpletoc-list li,
      .single-body .wp-block-simpletoc-toc .simpletoc-list li {
        list-style: decimal inside;
        padding-bottom: 4px; }
      .single-body .simpletoc .simpletoc-list a,
      .single-body .wp-block-simpletoc-toc .simpletoc-list a {
        padding: 4px;
        text-decoration: none; }
      .single-body .simpletoc .simpletoc-list a:hover,
      .single-body .wp-block-simpletoc-toc .simpletoc-list a:hover {
        text-decoration: underline; }
    .single-body .simpletoc.fullopen ul,
    .single-body .wp-block-simpletoc-toc.fullopen ul {
      max-height: 40em; }
      .single-body .simpletoc.fullopen ul::after,
      .single-body .wp-block-simpletoc-toc.fullopen ul::after {
        content: none; }
  .single-body div.rtoc-mokuji-content {
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
    margin-bottom: 3rem; }
    .single-body div.rtoc-mokuji-content #rtoc-mokuji-title {
      text-align: center;
      font-weight: 600;
      padding: 0 0 1rem; }
    .single-body div.rtoc-mokuji-content .rtoc_open_close {
      display: none; }
    .single-body div.rtoc-mokuji-content ul {
      font-size: 0.85em;
      max-height: 9em;
      overflow: hidden;
      transition-duration: 0.3s;
      position: relative;
      margin: 0; }
      .single-body div.rtoc-mokuji-content ul::after {
        content: "";
        width: 100%;
        height: 2rem;
        position: absolute;
        left: 0;
        bottom: 0;
        background: linear-gradient(transparent 0%, #f9f9f9 50%);
        z-index: 2; }
      .single-body div.rtoc-mokuji-content ul li {
        list-style: decimal inside;
        padding-bottom: 4px; }
      .single-body div.rtoc-mokuji-content ul a {
        padding: 4px;
        text-decoration: none; }
      .single-body div.rtoc-mokuji-content ul a:hover {
        text-decoration: underline; }
    .single-body div.rtoc-mokuji-content.fullopen ul {
      max-height: 40em; }
      .single-body div.rtoc-mokuji-content.fullopen ul::after {
        content: none; }
  .single-body .ez-toc-title-container {
    padding: 1rem;
    text-align: center; }
  .single-body .ez-toc-title {
    text-align: center;
    padding-bottom: 1rem; }
  .single-body .ez-toc-container-direction {
    margin-bottom: 3rem;
    margin-top: 1rem;
    font-size: 0.9em; }
    .single-body .ez-toc-container-direction nav {
      padding-bottom: 1rem; }
    .single-body .ez-toc-container-direction li a {
      padding: 4px; }
  .single-body .ez-toc-container-direction nav ul {
    max-height: 9em;
    overflow: hidden;
    transition-duration: 0.3s;
    position: relative; }
    .single-body .ez-toc-container-direction nav ul::after {
      content: "";
      width: 100%;
      height: 2rem;
      position: absolute;
      left: 0;
      bottom: 0;
      background: linear-gradient(transparent 0%, #f9f9f9 50%);
      z-index: 2; }
  .single-body .ez-toc-container-direction nav.fullopen ul {
    max-height: 40em; }
    .single-body .ez-toc-container-direction nav.fullopen ul::after {
      content: none; }
  .single-body #rtoc-mokuji-widget-wrapper a.openbtn,
  .single-body #rtoc-mokuji-wrapper a.openbtn,
  .single-body #ez-toc-container a.openbtn {
    display: block;
    text-align: center;
    cursor: pointer;
    color: #666;
    text-decoration: none;
    font-size: 14px; }
    .single-body #rtoc-mokuji-widget-wrapper a.openbtn:hover,
    .single-body #rtoc-mokuji-wrapper a.openbtn:hover,
    .single-body #ez-toc-container a.openbtn:hover {
      text-decoration: underline; }
    .single-body #rtoc-mokuji-widget-wrapper a.openbtn i,
    .single-body #rtoc-mokuji-wrapper a.openbtn i,
    .single-body #ez-toc-container a.openbtn i {
      display: inline-block;
      transform: rotate(45deg) translate(4px, -4px);
      width: 8px;
      height: 8px;
      border: 1px solid #333;
      border-left: 0;
      border-top: 0; }
    .single-body #rtoc-mokuji-widget-wrapper a.openbtn.opened i,
    .single-body #rtoc-mokuji-wrapper a.openbtn.opened i,
    .single-body #ez-toc-container a.openbtn.opened i {
      transform: rotate(45deg) translate(4px, -4px) scale(-1, -1); }
  .single-body .talk {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem; }
    .single-body .talk .talk_face {
      flex: 0 0 150px; }
    .single-body .talk .talk_txt {
      flex: 1;
      position: relative;
      background: #f4f4f4;
      padding: 2rem;
      margin-left: 2rem;
      border-radius: 8px; }
      .single-body .talk .talk_txt::after {
        content: "";
        position: absolute;
        left: -1.5rem;
        top: 40%;
        width: 1.5rem;
        height: 2rem;
        background: #f4f4f4;
        clip-path: polygon(0 50%, 100% 0, 100% 100%); }
  .single-body .talkR {
    flex-direction: row-reverse; }
    .single-body .talkR .talk_txt {
      margin-right: 2rem;
      margin-left: 0; }
      .single-body .talkR .talk_txt::after {
        left: auto;
        right: -1.5rem;
        clip-path: polygon(0 0, 100% 50%, 0 100%); }
  .single-body .has-white-background-color {
    background: #fff;
    border: 1px solid #aaa; }
  .single-body ol {
    list-style: none;
    counter-reset: number;
    margin-bottom: 2rem; }
    .single-body ol li {
      position: relative;
      padding-left: 1.5em;
      line-height: 1.4;
      padding-top: 4px;
      padding-bottom: 4px; }
      .single-body ol li::before {
        counter-increment: number;
        content: counter(number);
        position: absolute;
        font-family: Verdana, Geneva, "sans-serif";
        top: 5px;
        left: 0;
        width: 1.2rem;
        height: 1.2rem;
        border: 1px solid #000;
        background: #000;
        color: #fff;
        border-radius: 50%;
        font-size: 13px;
        text-align: center;
        line-height: 1.2;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
    .single-body ol.no_red li::before {
      border: 1px solid #d11;
      color: #fff;
      background: #d11; }
  .single-body ul {
    margin-bottom: 2rem;
    margin-left: 1rem; }
    .single-body ul li {
      list-style: disc;
      margin-left: 0;
      line-height: 1.4;
      padding-top: 4px;
      padding-bottom: 4px; }
      .single-body ul li .size_s {
        display: inline; }
    .single-body ul.ls_check li {
      list-style: none;
      position: relative;
      padding-left: 1.1em; }
      .single-body ul.ls_check li::before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 12px;
        width: 1em;
        height: 0.5rem;
        border-left: 2px solid #111;
        border-bottom: 2px solid #111;
        transform: rotate(-45deg) translate(-20%, -100%); }
  .single-body table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 3rem;
    font-size: 0.9em;
    background: #fff; }
    .single-body table th {
      background: #65C6BC;
      color: #fff;
      font-weight: 600;
      border: 1px solid #fff;
      padding: 8px;
      min-width: 3em; }
    .single-body table td {
      padding: 8px;
      border: 1px solid #ddd;
      min-width: 5em; }
      .single-body table td em {
        white-space: nowrap; }
      .single-body table td.shorttd {
        white-space: nowrap; }
      .single-body table td.longtd {
        min-width: 8em; }
    .single-body table ul:last-of-type,
    .single-body table ol:last-of-type {
      margin-bottom: 0; }
  .single-body .scroll-hint {
    margin-bottom: 3rem; }
    .single-body .scroll-hint table {
      margin-bottom: 4px; }
  .single-body .vk_borderBox:not([class*="vk_borderBox-color"]).is-style-vk_borderBox-style-solid-kado-tit-tab > .vk_borderBox_title_container:not(.has-background), .single-body .vk_borderBox:not([class*="vk_borderBox-color"]).is-style-vk_borderBox-style-solid-round-tit-tab > .vk_borderBox_title_container:not(.has-background), .single-body .vk_borderBox:not([class*="vk_borderBox-color"]).is-style-vk_borderBox-style-solid-kado-tit-banner > .vk_borderBox_title_container:not(.has-background) {
    background: #65C6BC; }
  .single-body .vk_borderBox:not([class*="vk_borderBox-color"]):not(.has-text-color),
  .single-body .vk_borderBox:not([class*="vk_borderBox-color"]):not(.has-text-color) {
    border-color: #65C6BC;
    color: #65C6BC; }
  .single-body .vk_button {
    margin-bottom: 2rem; }
  .single-body .vk_button .vk_button_link.btn {
    padding: 2rem;
    font-weight: 500;
    background: #d42;
    color: #fff; }
  .single-body .wp-block-group p {
    padding-bottom: 4px; }
  .single-body .mb0 {
    margin-bottom: 4px; }
  .single-body p.mb0 {
    padding-bottom: 4px; }

.faq_wrap {
  background: #fff;
  border: 2px solid #444;
  border-radius: 12px;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 3rem 2rem 2rem;
  position: relative; }
  .faq_wrap h2,
  .faq_wrap h3,
  .faq_wrap h4 {
    position: absolute;
    white-space: nowrap;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    background: #444;
    color: #fff;
    border-radius: 12px;
    margin-top: 0;
    border-bottom: 0;
    padding: 8px 16px; }
  .faq_wrap .faq {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px dashed #aaa; }
    .faq_wrap .faq:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    .faq_wrap .faq p {
      padding-bottom: 1px; }
  .faq_wrap dl {
    margin-bottom: 0; }
    .faq_wrap dl i {
      flex: 0 0 1.5em;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      aspect-ratio: 1/ 1;
      color: #fff;
      font-weight: 600;
      font-size: 1.1em;
      line-height: 1;
      padding-bottom: 4px; }
    .faq_wrap dl div {
      padding-left: 1rem;
      line-height: 1.4; }
    .faq_wrap dl dt {
      display: flex;
      align-items: flex-start;
      margin-bottom: 1rem;
      font-size: 1.1em; }
      .faq_wrap dl dt::before {
        content: none; }
      .faq_wrap dl dt i {
        background: #EB5B02; }
      .faq_wrap dl dt div {
        font-weight: 500; }
    .faq_wrap dl dd {
      display: flex;
      align-items: flex-start; }
      .faq_wrap dl dd i {
        background: #65C6BC; }

.kakomi {
  padding: 1.6rem;
  margin-bottom: 2rem;
  background: #f6f6f6;
  border-radius: 12px;
  color: #222; }
  .kakomi > h3 {
    margin-top: 0; }
  .kakomi p:last-child {
    padding-bottom: 0; }
  .kakomi ol:last-of-type,
  .kakomi dl:last-child,
  .kakomi ul:last-child,
  .kakomi ul:last-of-type {
    margin-bottom: 8px; }
  .kakomi h3 {
    border-left: 0;
    padding-left: 0;
    border-bottom-style: double;
    margin-bottom: 1.5rem; }
  .kakomi p + h4,
  .kakomi h4 {
    margin-top: 0; }
  .kakomi table {
    margin-bottom: 1rem; }

.kakomi + h2 {
  margin-top: 4rem; }

.kakomi01 {
  box-shadow: 0 1px 2px #ddd; }
  .kakomi01 h3 {
    border-bottom: 3px double #333; }

.kakomi02 {
  background: #666;
  color: #fff; }
  .kakomi02 h3 {
    border-bottom: 3px double #fff;
    padding-bottom: 2px; }
  .kakomi02 .marker_yellow {
    background: linear-gradient(transparent 10%, #d12 10%); }
  .kakomi02 a {
    color: #fff; }
  .kakomi02 a.link_external span {
    color: #fff; }
  .kakomi02 a:hover {
    color: #ff0; }
  .kakomi02 a.link_external:hover span {
    color: #ff0; }

.kakomi03 {
  background: #FBE8B4; }
  .kakomi03 h3 {
    border-bottom: 3px double #111;
    padding-bottom: 2px; }

.kakomi04 {
  background: #fff;
  border: 1px solid #111;
  padding: 2rem; }

.kokamiT1 {
  border: 1px solid #65C6BC;
  background: #fff;
  padding: 0 0 1rem;
  overflow: hidden; }
  .kokamiT1 h4 {
    background: #65C6BC;
    color: #fff;
    margin: 0 0 1rem;
    padding: 1rem; }
  .kokamiT1 p, .kokamiT1 dl, .kokamiT1 ul {
    padding: 1rem;
    margin-bottom: 0; }
  .kokamiT1 .kakomi {
    margin: 0 1rem;
    padding: 1rem; }
    .kokamiT1 .kakomi ul {
      padding: .5rem; }

.reference {
  font-size: 0.8em;
  color: #666; }
  .reference a {
    color: #666; }

.profile {
  border: 3px solid #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 2rem 2rem 1rem;
  border-radius: 12px; }
  .profile h4 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    border-bottom: 0;
    margin-bottom: 0;
    padding: 8px 12px;
    line-height: 1.1;
    border-radius: 8px;
    margin-top: 0; }
  .profile .profile-ph,
  .profile figure {
    flex: 0 0 130px;
    padding-right: 1rem;
    margin-bottom: 0; }
    .profile .profile-ph img,
    .profile figure img {
      width: 100%;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      object-fit: cover; }
  .profile .profile-tx,
  .profile div {
    flex: 0 0 calc(100% - 140px);
    position: relative; }
    .profile .profile-tx strong,
    .profile div strong {
      display: block; }
    .profile .profile-tx span,
    .profile div span {
      display: block;
      font-size: 0.8em; }
    .profile .profile-tx p,
    .profile div p {
      padding-bottom: .5rem; }
  .profile div.shortn {
    max-height: 10em;
    overflow: hidden; }
    .profile div.shortn::after {
      content: "＋ 全部見る";
      cursor: pointer;
      font-size: 0.8em;
      text-align: center;
      width: 100%;
      height: 3.5rem;
      position: absolute;
      left: 0;
      bottom: -1em;
      background: linear-gradient(transparent 0%, #f9f9f9 50%);
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 2em; }
    .profile div.shortn::after:hover {
      color: #65C6BC; }

.profile:has(+ p) {
  margin-bottom: 4px; }

.profile.fullopen div {
  max-height: none;
  padding-bottom: 1.5em; }
  .profile.fullopen div::after {
    content: "－ 閉じる";
    background: none;
    padding-top: 0;
    height: 1.5em;
    bottom: 0; }

.profile-dr h4 {
  background: #333;
  color: #fff; }

.profile-author {
  border-color: #65C6BC; }
  .profile-author h4 {
    background: #65C6BC;
    color: #fff; }

.content-title-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 2rem; }
  .content-title-meta p.tag {
    padding-bottom: 0; }
  .content-title-meta .update,
  .content-title-meta .pubdate {
    margin-bottom: 8px; }

.content-eyecatch {
  margin-bottom: 2rem; }

.content-body {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #ccc; }

.Navi-Pre-Next {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.85em; }
  .Navi-Pre-Next a {
    color: #65C6BC; }
  .Navi-Pre-Next a:hover {
    color: #800; }

.side-news + h3 {
  margin-top: 4rem; }

.side-news {
  margin-bottom: 8px; }
  .side-news a {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 8px; }
    .side-news a i {
      flex: 0 0 34%;
      overflow: hidden; }
      .side-news a i img {
        width: 100%;
        aspect-ratio: 780 / 438;
        object-fit: contain;
        transition-duration: 0.4s; }
    .side-news a div {
      flex: 0 0 64%;
      font-size: 15px; }
    .side-news a p.tag {
      padding-top: 4px; }
      .side-news a p.tag span {
        font-size: 0.85em; }
  .side-news a:hover {
    background: #fefffe; }
    .side-news a:hover i img {
      transform: scale(1.05); }

.paging {
  padding: 2rem 0;
  display: flex;
  justify-content: center; }
  .paging a, .paging span {
    padding: 0 1rem;
    text-align: center; }
  .paging a {
    color: #65C6BC;
    text-decoration: underline; }
  .paging span {
    font-weight: 600; }

.flex {
  display: flex;
  justify-content: space-between; }

.justify-center {
  justify-content: center; }

.col-6 {
  flex: 0 0 48.5%; }

.col-5 {
  flex: 0 0 42.5%; }

.pagetop {
  position: sticky;
  z-index: 90;
  bottom: 40px;
  display: none; }
  .pagetop p {
    text-align: right;
    position: absolute;
    right: 8px;
    bottom: -20px;
    font-size: 12px; }
    .pagetop p a {
      display: inline-flex;
      position: relative;
      padding: 8px;
      width: 40px;
      height: 40px;
      background: #707070;
      border-radius: 50%;
      border: 1px solid #fff;
      transition-duration: 0.4s; }
      .pagetop p a::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 55%;
        width: 6px;
        height: 6px;
        border: 2px solid #fff;
        border-bottom: 0;
        border-left: 0;
        transform: translate(-50%, -50%) rotate(-45deg);
        transform-origin: center; }
      .pagetop p a:hover {
        opacity: 0.8;
        background: #65C6BC; }

.slick-prev,
.slick-next {
  background: #FF8814;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 15px; }

.slick-prev {
  clip-path: polygon(0 50%, 100% 0, 100% 100%); }

.slick-prev:before, .slick-next:before {
  display: none; }

.slick-dots {
  bottom: -30px; }

.slick-dots li {
  border-radius: 50%;
  background: #ddd;
  width: 12px;
  height: 12px; }
  .slick-dots li button {
    opacity: 0; }
    .slick-dots li button::before {
      display: none; }
  .slick-dots li.slick-active {
    background: #FF8814; }

.page-title {
  border-top: 8px solid #65C6BC;
  text-align: center;
  padding: 4rem; }
  .page-title h1 {
    font-size: clamp(20px, 4.2vw, 36px);
    margin-bottom: 4rem;
    position: relative; }
    .page-title h1 span {
      display: block;
      font-size: 0.5em;
      font-weight: 500; }
    .page-title h1::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 8rem;
      transition-duration: 1.0s;
      height: 6px;
      background: #65C6BC;
      border-radius: 8px;
      transform: translate(-50%, 2rem); }
    .page-title h1.inView::after {
      width: 8rem; }
  .page-title p {
    text-align: left;
    padding-top: 1rem; }

.txt-red {
  color: #d11; }

.wpcf7-spinner {
  text-align: center;
  margin: auto;
  transform: translateY(-54px); }

.content-fom {
  background: #65C6BC; }
  .content-fom a {
    color: #333;
    text-decoration: underline; }
  .content-fom .container {
    background: #fff;
    border-radius: 20px;
    padding: 2rem 4rem 4rem; }
  .content-fom dl {
    display: flex;
    padding: 1rem 0; }
  .content-fom dl.finalcheck {
    justify-content: center; }
    .content-fom dl.finalcheck dt {
      flex: 0 0 auto; }
    .content-fom dl.finalcheck dd {
      flex: 0 0 auto; }
  .content-fom dt {
    font-weight: 600;
    flex: 0 0 12em;
    padding: .5em 0;
    font-size: 1em; }
    .content-fom dt em {
      color: #d11;
      vertical-align: super; }
  .content-fom dd {
    flex: 1;
    font-size: 1em;
    padding-left: 1em; }
    .content-fom dd em {
      color: #d11;
      vertical-align: super; }
    .content-fom dd p {
      padding: .5em 0;
      font-size: 1em; }
  .content-fom input[type="tel"],
  .content-fom input[type="text"],
  .content-fom input[type="email"] {
    width: 100%;
    background: #f8f8f8;
    border: 0;
    border-radius: 4px;
    padding: .5em; }
    .content-fom input[type="tel"]::placeholder,
    .content-fom input[type="text"]::placeholder,
    .content-fom input[type="email"]::placeholder {
      opacity: 0.6; }
    .content-fom input[type="tel"]:focus::placeholder,
    .content-fom input[type="text"]:focus::placeholder,
    .content-fom input[type="email"]:focus::placeholder {
      color: transparent; }
    .content-fom input[type="tel"].w50,
    .content-fom input[type="text"].w50,
    .content-fom input[type="email"].w50 {
      width: 50%; }
  .content-fom textarea {
    width: 100%;
    height: 8em;
    background: #f8f8f8;
    padding: .5em;
    border-radius: 4px;
    border: 0; }
    .content-fom textarea:focus::placeholder {
      color: transparent; }
  .content-fom select {
    background: #f8f8f8;
    width: 100%;
    max-width: 100%;
    padding: .5em;
    border-radius: 4px;
    border: 0; }
  .content-fom option:disabled {
    opacity: 0.4; }
  .content-fom blockquote {
    text-align: center;
    background: #eee;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 1rem 1rem 2rem;
    width: 900px;
    max-width: 100%;
    margin: auto; }
    .content-fom blockquote p {
      font-size: 0.9em;
      text-align: left;
      padding: 1rem; }
    .content-fom blockquote ul {
      display: inline-block;
      text-align: left;
      font-size: 0.9em; }
    .content-fom blockquote li p {
      padding: 0; }

.content-dl-form .container {
  display: flex;
  justify-content: space-between;
  background: none;
  border-radius: 0; }
.content-dl-form .dl-form-img {
  flex: 0 0 40%; }
  .content-dl-form .dl-form-img p {
    position: relative; }
    .content-dl-form .dl-form-img p img {
      position: relative;
      z-index: 2;
      transform: rotate(-12deg); }
    .content-dl-form .dl-form-img p::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #E0F4C3;
      border-radius: 12px; }
.content-dl-form .dl-form-form {
  flex: 0 0 52%;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  padding: 2rem 2rem 4rem; }
  .content-dl-form .dl-form-form dl {
    display: block; }
  .content-dl-form .dl-form-form dd {
    padding-left: 0; }
  .content-dl-form .dl-form-form .info {
    padding: 2rem 0 0;
    font-size: 0.9em; }

.hcb_wrap.hcb_wrap,
.hcb_wrap {
  margin-bottom: 5rem;
  margin-top: -1.5rem; }

p + .hcb_wrap.hcb_wrap {
  margin-top: 0; }

.hcb_wrap pre.prism {
  white-space: normal;
  white-space: pre; }

.codeview {
  background: #321;
  color: #fff;
  padding: 8px;
  margin-bottom: 5rem; }

.sitemap ul li {
  list-style: none;
  padding-left: 0; }
.sitemap h2 a, .sitemap h3 a, .sitemap h4 a {
  text-decoration: none; }
.sitemap h2 a {
  color: #fff; }
.sitemap h3 {
  margin-left: 1em; }
.sitemap h3 + ul {
  margin-left: 2em; }
.sitemap h4 {
  margin-left: 2em; }
.sitemap h4 + ul {
  margin-left: 3em; }

.content-404 p {
  padding-bottom: 1rem; }

/*-----------------*/
/*-----------------*/
.pref_list {
  padding: 0 0 4rem; }
  .pref_list dl {
    font-size: 14px;
    display: flex;
    margin-bottom: 4px; }
    .pref_list dl dt {
      background: #444;
      border: 1px solid #444;
      color: #fff;
      font-size: 1em;
      padding: .5em .5em;
      flex: 0 0 8em;
      font-weight: 400;
      text-align: center;
      min-height: 3.5em;
      margin-bottom: 2px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pref_list dl dt::before {
        content: none; }
    .pref_list dl dd {
      padding: 0; }
  .pref_list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0; }
  .pref_list ul li {
    list-style: none;
    padding: 0;
    display: flex;
    margin-left: 2px;
    margin-bottom: 2px; }
    .pref_list ul li a {
      padding: .5em .25em .5em .5em;
      color: #444;
      border: 1px solid #888;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      min-width: 5.5em;
      min-height: 3.5em;
      background: #fff;
      transition-duration: 0.4s; }
    .pref_list ul li a.noLink {
      pointer-events: none;
      opacity: 0.35; }
    .pref_list ul li a:hover {
      padding-left: 0.75em; }
    .pref_list ul li span {
      font-size: 16px; }

/*------------------------------------------------------------------------------------------------------
--------------------
Responsive
--------------------
-------------------------------------------------------------------------------------------------------*/
.tb,
.sp {
  display: none; }

.sm {
  display: none; }

@media (max-width: 768px) {
  .sp {
    display: block; }

  br.sp {
    display: inline; }

  .pc,
  .side_cat_list {
    display: none; }

  .header-hum {
    display: block; }

  .header-search {
    display: none; }

  .list-latest li p.tag {
    font-size: 10px;
    right: 0;
    top: 4px; }

  .content-body {
    padding-bottom: 0; }

  .content-single .container {
    display: block; }

  .single-body {
    margin-bottom: 4rem;
    padding: 4vw; }
    .single-body h1 {
      font-size: 1.3em; }
    .single-body h2 {
      font-size: 1.2em; }
    .single-body h3 {
      font-size: 1.15em; }
    .single-body .faq_wrap {
      margin-bottom: 1rem; }
    .single-body .faq_wrap h2 {
      white-space: normal;
      transform: translate(0, -50%);
      width: 90%;
      left: 5%; }
    .single-body .single-body table th {
      white-space: nowrap; }
    .single-body .single-body table td {
      font-size: 0.9em; }
    .single-body .scroll-hint {
      margin-bottom: 2rem; }
      .single-body .scroll-hint table {
        margin-bottom: 4px; }
      .single-body .scroll-hint th {
        white-space: nowrap; }
      .single-body .scroll-hint td {
        min-width: 5em; }
    .single-body .scroll-hint-icon {
      top: 1em; }
    .single-body .talk {
      display: flex;
      flex-direction: column-reverse; }
      .single-body .talk .talk_face {
        flex: auto;
        width: 150px;
        max-width: 20vw;
        margin: 2rem 0 0 auto; }
      .single-body .talk .talk_txt {
        margin: 0 auto; }
        .single-body .talk .talk_txt::after {
          top: auto;
          right: auto;
          bottom: -1.5rem;
          left: 70%;
          clip-path: polygon(0 0, 100% 0, 120% 100%); }

  .kakomi {
    padding: 1rem; }

  .profile h4 {
    white-space: nowrap; }

  .flex {
    display: block; }

  .overflow {
    overflow-x: auto; }

  .pagetop {
    bottom: 20px; }

  .header-menu-active .header-sub {
    opacity: 1;
    display: block;
    position: fixed;
    overflow-y: hidden;
    height: 100dvh;
    width: 100dvw;
    overflow-y: auto;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99;
    padding: 8vw 4vw; }
    .header-menu-active .header-sub .content {
      display: block; }
    .header-menu-active .header-sub h3 {
      font-weight: 500; }
  .header-menu-active .header-search {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 240px;
    margin: 8vw 0;
    text-align: center; }
    .header-menu-active .header-search .header-search-t {
      width: 100%; }

  .footer-menu ul {
    padding: 1rem 0 0 0; }
  .footer-menu a {
    display: block;
    padding: 7px 0; }

  /*-----------------*/
  /*-----------------*/
  .pref_list {
    padding: 0 4vw 3rem; }
    .pref_list dl {
      flex-direction: column;
      margin-bottom: 1rem; }
      .pref_list dl dt {
        flex: 0 0 auto;
        margin-bottom: 4px; } }
.ssp {
  display: none; }

.page-archive {
  padding-top: 3rem; }

@media (max-width: 480px) {
  .ssp {
    display: inline; }

  .page-archive {
    max-width: 98%;
    padding-top: 1rem; }

  .content-single {
    padding-top: 1rem; }

  .content-single .container {
    max-width: 98%; }

  .content-sidebar {
    padding-left: 2vw;
    padding-right: 2vw; }

  .related-container {
    max-width: 94%;
    margin-left: auto;
    margin-right: auto; }

  .single-body .scroll-hint th {
    white-space: nowrap; }

  .single-body .scroll-hint td {
    min-width: 7em; }

  .single-body .scroll-hint td.shottd {
    min-width: 3em; }

  .single-body .scroll-hint td.longtd {
    min-width: 45vw; }

  .faq_wrap {
    padding: 0 1rem 3rem 1rem; }
    .faq_wrap h2 {
      position: relative;
      margin-bottom: 0; }

  .profile {
    padding: 2rem 1rem 0.5rem; }

  .profile .profile-ph, .profile figure {
    flex: 0 0 100%; }
    .profile .profile-ph img, .profile figure img {
      max-width: 130px; }

  .profile .profile-tx, .profile div {
    flex: 0 0 100%; }

  html #wpadminbar {
    height: 0;
    overflow: hidden;
    visibility: hidden; } }
.scroll-hint-shadow-wrap::before,
.scroll-hint-shadow-wrap::after {
  content: none; }
