.page-header {
  box-sizing: border-box;
  width: 100%;
  min-height: clamp(200px, 150.5495px + 10.989vw, 300px);
  background-image: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center
}
.page-header * {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
.page-header .group {
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  padding-right: var(--wp--preset--spacing--30);
  padding-left: var(--wp--preset--spacing--30)
}
.page-header .group.vertical {
  display: flex;
  flex-direction: column
}
.page-header .group.vertical .breadcrumbs {
  width: 100%;
  height: 1.3em;
  min-height: 1.3em;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.3;
  color: #fff;
  transform: translateY(100%)
}
.page-header .group.vertical .breadcrumbs a, .page-header .group.vertical .breadcrumbs a:link, .page-header .group.vertical .breadcrumbs span {
  color: #fff;
  text-decoration: none;
  text-shadow: .05em .05em .3em rgba(0, 0, 0, .3)
}
.page-header .group.vertical .title {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff
}
.page-header .group.vertical .title h1 {
  font-size: var(--wp--preset--font-size--xxl);
  text-shadow: .02em .02em .02em rgba(0, 0, 0, .1);
	text-align: center;
}
.childrens-page-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  max-width: var(--wp--style--global--content-size);
  padding: clamp(30px, 19.4118px + 2.3529vw, 50px) clamp(20px, 9.4118px + 2.3529vw, 40px)
}
.childrens-page-content h1 {
  width: 100%;
  display: block;
  padding-bottom: .8em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd
}
.childrens-page-content .items-list {
  width: 100%;
  margin: 10px 0
}
.childrens-page-content .items-list .item {
  width: 100%
}
.childrens-page-content .items-list .item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted var(--lightgray)
}
.childrens-page-content .items-list .item a, .childrens-page-content .items-list .item a:link {
  color: var(--font-color);
  font-size: clamp(16px, 13.8824px + .4706vw, 20px);
  font-weight: normal;
  text-decoration: none
}
@media(pointer: fine) {
  .childrens-page-content .items-list .item a:hover, .childrens-page-content .items-list .item a:link:hover {
    text-decoration: underline
  }
}
.childrens-page-content .items-list .item .excerpt {
  margin: clamp(10px, 7.3529px + .5882vw, 15px) 0;
  font-size: clamp(12px, 10.9412px + .2353vw, 14px);
  line-height: 1.6;
  color: #999;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 3.2em
}
.childrens-page-content .items-list .item .post-date {
  font-size: clamp(12px, 10.9412px + .2353vw, 14px);
  line-height: 1.6;
  color: #999
}
.sitemap-content {
  line-height: 1.5;
  padding: 30px 20px 30px 10px;
  font-size: 17px
}
.sitemap-content a, .sitemap-content a:link {
  line-height: 1.5
}
.sitemap-content ul {
  padding-left: 3em !important
}
@media(max-width: 600px) {
  .sitemap-content ul {
    padding-left: 2em !important
  }
}
@media(max-width: 450px) {
  .sitemap-content ul {
    padding-left: 1.5em !important
  }
}
.sitemap-content .sitemap-section {
  overflow: hidden
}
.sitemap-content .sitemap-section > ul {
  margin: 0 !important
}
.sitemap-content .sitemap-section > ul ul {
  margin: .3em 0 1em !important
}
.sitemap-content .sitemap-section > ul ul.sitemap-categories, .sitemap-content .sitemap-section > ul ul.sitemap-subcategories {
  margin-bottom: 0 !important
}
.sitemap-content .sitemap-section > ul ul.sitemap-categories + ul.children, .sitemap-content .sitemap-section > ul ul.sitemap-subcategories + ul.children {
  margin-top: 0 !important
}
.sitemap-content .sitemap-section > ul > li > a {
  font-weight: bold;
  display: inline-block;
  margin-bottom: .3em
}
.sitemap-content .sitemap-section > ul > li > ul {
  font-size: 15px
}
.sitemap-content .sitemap-section > ul > li > ul > li > a {
  font-weight: bold;
  display: inline-block;
  margin-bottom: .3em
}
.sitemap-content .sitemap-section > ul > li > ul > li > ul {
  font-size: 13px
}
.sitemap-content .sitemap-section > ul > li > ul > li > ul > li > a {
  font-weight: bold;
  display: inline-block;
  margin-bottom: .3em
}
.page-faq-section {
  width: 100%;
  box-sizing: border-box;
  margin-top: 40px;
  padding-bottom: 60px
}
.page-faq-section .wrap {
  background-color: #f6f6f6;
  padding: 60px
}
@media(max-width: 1280px) {
  .page-faq-section .wrap {
    padding: 40px
  }
}
@media(max-width: 450px) {
  .page-faq-section .wrap {
    padding: 30px
  }
}
.page-faq-section * {
  box-sizing: border-box
}
@media(max-width: 450px) {
  .page-faq-section {
    margin: 20px 0 0;
    padding-bottom: 30px
  }
}
.page-faq-section .faq-title {
  margin: 0 0 10px !important
}
.page-faq-section .faq-list {
  width: 100%
}
.page-faq-section .faq-item {
  width: 100%
}
.page-faq-section .faq-item:not(:last-child) {
  margin-bottom: 20px
}
.page-faq-section .faq-question {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  display: block;
  margin: 0 0 .2em
}
@media(max-width: 450px) {
  .page-faq-section .faq-question {
    font-size: 14px;
    line-height: 1.35
  }
}
.page-faq-section .faq-answer {
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 0 8px 15px;
  border-left: 1px dotted #666;
  color: #888
}
.page-faq-section .faq-answer p {
  margin: 0;
  line-height: inherit
}
.page-faq-section .faq-answer p:not(:last-child) {
  margin-bottom: 1em
}
@media(max-width: 450px) {
  .page-faq-section .faq-answer {
    font-size: 12px;
    line-height: 1.4
  }
}