@charset "UTF-8";
/*--------------------------------------------------------------------------------
sidebox
--------------------------------------------------------------------------------*/
#content #pageslistArea .MonthlistT,
#content #pageslistArea .CatelistT {
  padding: 0.3em 0.5em;
  text-align: center;
  margin-bottom: 1em;
  font-size: 90%;
  background: #FB9C6D;
  color: #fff;
  border-radius: 3px;
}
#content #pageslistArea ul.pagesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #content #pageslistArea ul.pagesList {
    display: none;
  }
}
#content #pageslistArea ul.pagesList li.current > a {
  position: relative;
  cursor: default;
  pointer-events: none;
}
#content #pageslistArea ul.pagesList li.current > a::before {
  content: "";
  display: inline-block;
  background-color: #FB9C6D;
  position: absolute;
  width: 100%;
  height: 0.1vw;
  min-height: 2px;
  bottom: -0.2vw;
  left: 0;
}
#content #pageslistArea ul.pagesList li.current > a:hover {
  color: #000000;
}
#content #pageslistArea ul.pagesList li:not(:first-child) {
  padding-left: 1vw;
}
#content #pageslistArea ul.pagesList li:not(:last-child) {
  padding-right: 1vw;
}
#content #pageslistArea ul.pagesList li a {
  display: block;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}
#content #pageslistArea ul.pagesList li a:hover {
  color: #FB9C6D;
}
#content #pageslistArea ul.pagesList li.noposts {
  color: #ccc;
}
#content #pageslistArea .operationInner strong {
  margin-right: 0.8em;
}
@media print, screen and (min-width: 769px) {
  #content #pageslistArea .operationInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #content #pageslistArea .operationInner .industryArea,
  #content #pageslistArea .operationInner .monthlyArea {
    margin-bottom: 0.5em;
  }
  #content #pageslistArea .operationInner .industryArea select,
  #content #pageslistArea .operationInner .monthlyArea select {
    max-width: calc(92vw - 3em);
  }
}
@media screen and (max-width: 768px) {
  #content #pageslistArea .operationInner .industryArea strong {
    margin-bottom: 0.5em;
    display: block;
  }
}
#content #pageslistArea .operationInner .categoryArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content #pageslistArea .operationInner .categoryArea ul.categoryList {
  margin-bottom: 0;
}
#content #pageslistArea .operationInner .categoryArea ul.categoryList li {
  position: relative;
  display: inline-block;
}
#content #pageslistArea .operationInner .categoryArea ul.categoryList li a {
  color: #0077ff;
  text-decoration: underline;
}
#content #pageslistArea .operationInner .categoryArea ul.categoryList li.current a {
  text-decoration: none;
  cursor: default;
}
#content #pageslistArea .operationInner .categoryArea ul.categoryList li:not(:first-of-type)::before {
  content: "・";
  display: inline-block;
}

/* sidebox */
/*================================================================================
common
================================================================================*/
.operationArea {
  margin-bottom: 3em;
}
@media print, screen and (min-width: 769px) {
  .operationArea {
    margin-bottom: 4em;
  }
}
.operationArea.border {
  padding: 1em 1.5em;
  border-radius: 1em;
  border: 0.1em solid #FB9C6D;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .operationArea.border {
    padding: 1.5em 2em;
  }
}

/*================================================================================
archive
================================================================================*/
/*--------------------------------------------------------------------------------
event 体験情報
--------------------------------------------------------------------------------*/
.operationArea .searchfilterTitle {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0;
}
.operationArea .searchfilterTitle::before {
  content: "";
  display: inline-block;
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #00AB8D;
  position: absolute;
  font-size: 80%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.operationArea .searchfilterTitle::after {
  display: inline-block;
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #00AB8D;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.operationArea .searchfilterTitle.hide-detailsearch::after {
  content: "\+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.operationArea.contentbox {
  width: 90%;
}
@media print, screen and (min-width: 1300px) {
  .operationArea.contentbox {
    width: max(70%, 1200px);
  }
}
.operationArea .searchfilterAreaWrap {
  padding: 0.5em;
}
.operationArea .searchfilterAreaWrap .searchfilterArea {
  margin-top: 2em;
  /* 各要素の grid-area を解除し、縦に並べる */
}
.operationArea .searchfilterAreaWrap .searchfilterArea.hide-detailsearch {
  display: none;
}
.operationArea .searchfilterAreaWrap .searchfilterArea .areaBlock,
.operationArea .searchfilterAreaWrap .searchfilterArea .areamapBlock,
.operationArea .searchfilterAreaWrap .searchfilterArea .categoryBlock,
.operationArea .searchfilterAreaWrap .searchfilterArea .datewordBlock,
.operationArea .searchfilterAreaWrap .searchfilterArea .finishedeventBlock {
  width: 100%;
}
.operationArea .searchfilterAreaWrap .searchfilterArea .datewordBlock {
  display: block;
}
.operationArea .searchfilterAreaWrap .searchfilterArea .categoryBlock,
.operationArea .searchfilterAreaWrap .searchfilterArea .datewordBlock,
.operationArea .searchfilterAreaWrap .searchfilterArea .finishedeventBlock,
.operationArea .searchfilterAreaWrap .searchfilterArea .inputBlock {
  padding-top: 1em;
  border-top: 0.1em solid #eeeeee;
  margin-top: 1.3em;
}
.operationArea .searchfilterAreaWrap .searchfilterArea .labelTxt {
  padding-bottom: 0.6em;
  font-weight: bold;
}
.operationArea .searchfilterAreaWrap .searchfilterArea .areamapBlock .areamapBlockInner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .operationArea .searchfilterAreaWrap .searchfilterArea .areamapBlock .areamapBlockInner {
    text-align: center;
    margin-top: 2em;
  }
}
@media print, screen and (min-width: 769px) {
  .operationArea .searchfilterAreaWrap .searchfilterArea .areamapBlock .areamapBlockInner svg {
    aspect-ratio: 9/10;
  }
}
.operationArea .searchfilterAreaWrap .searchfilterArea .areamapBlock .areamapBlockInner img.illust {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 20%;
}
.operationArea .searchfilterAreaWrap .searchfilterArea .areamapBlock .areamapBlockInner .mapColor {
  fill: #bddeb9; /* デフォルトの色 */
}
.operationArea .searchfilterAreaWrap .searchfilterArea .areamapBlock .areamapBlockInner .mapColor.active-color {
  fill: #d9c3de;
}
@media print, screen and (min-width: 769px) {
  .operationArea .searchfilterAreaWrap .searchfilterArea .datewordBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
  }
}
@media screen and (max-width: 768px) {
  .operationArea .searchfilterAreaWrap .searchfilterArea .datewordBlock .labelBox:not(:first-of-type) {
    margin-top: 0.5em;
  }
}
@media print, screen and (min-width: 769px) {
  .operationArea .searchfilterAreaWrap .searchfilterArea .datewordBlock .labelBox {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .operationArea .searchfilterAreaWrap .searchfilterArea .datewordBlock .labelBox:first-of-type {
    width: 40%;
  }
  .operationArea .searchfilterAreaWrap .searchfilterArea .datewordBlock .labelBox:last-of-type {
    width: 60%;
  }
}
.operationArea .searchfilterAreaWrap .searchfilterArea .datewordBlock .labelBox label {
  font-weight: 700;
  margin-bottom: 0.5em;
  display: block;
}
.operationArea .searchfilterAreaWrap .searchfilterArea .datewordBlock .labelBox input {
  display: block;
  width: 100%;
}
.operationArea .searchfilterAreaWrap .searchfilterArea .finishedeventBlock label {
  font-weight: 700;
}
.operationArea .searchfilterAreaWrap .searchfilterArea .inputBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .operationArea .searchfilterAreaWrap .searchfilterArea .inputBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.operationArea .searchfilterAreaWrap .searchfilterArea .inputBlock div.submit {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.operationArea .searchfilterAreaWrap .searchfilterArea .inputBlock div.submit input {
  width: 100%;
  display: block;
  background-color: #00AB8D;
  border-color: #00AB8D;
}
.operationArea .searchfilterAreaWrap .searchfilterArea .inputBlock div.submit input:hover {
  background-color: #fff;
  color: #00AB8D;
}
.operationArea .searchfilterAreaWrap .searchfilterArea .inputBlock div.reset {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.operationArea .searchfilterAreaWrap .searchfilterArea .inputBlock div.reset input {
  width: 100%;
  display: block;
}
.operationArea .searchfilterAreaWrap .searchfilterArea ul.areaList,
.operationArea .searchfilterAreaWrap .searchfilterArea ul.categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7em 0.5em;
}
.operationArea .searchfilterAreaWrap .searchfilterArea ul.areaList li,
.operationArea .searchfilterAreaWrap .searchfilterArea ul.categoryList li {
  display: inline-block;
  font-size: 90%;
}
.operationArea .searchfilterAreaWrap .searchfilterArea ul.areaList li a,
.operationArea .searchfilterAreaWrap .searchfilterArea ul.categoryList li a {
  font-weight: 700;
  background-color: #eeeeee;
  border-radius: 1em;
  padding: 0.2em 0.9em;
  padding-bottom: 0.3em;
  display: block;
}
.operationArea .searchfilterAreaWrap .searchfilterArea ul.areaList li a:hover,
.operationArea .searchfilterAreaWrap .searchfilterArea ul.categoryList li a:hover {
  background-color: #000000;
  color: #fff;
  cursor: pointer;
}
.operationArea .searchfilterAreaWrap .searchfilterArea ul.areaList li a.active,
.operationArea .searchfilterAreaWrap .searchfilterArea ul.categoryList li a.active {
  background-color: #000000;
  color: #fff;
}
.operationArea .searchfilterAreaWrap .searchfilterArea ul.areaList .checkboxhidden input[type=checkbox],
.operationArea .searchfilterAreaWrap .searchfilterArea ul.categoryList .checkboxhidden input[type=checkbox] {
  display: none;
}
.operationArea .searchfilterAreaWrap .searchfilterArea ul.areaList .checkboxhidden label,
.operationArea .searchfilterAreaWrap .searchfilterArea ul.categoryList .checkboxhidden label {
  font-weight: 700;
  background-color: #eeeeee;
  border-radius: 1em;
  padding: 0.2em 0.9em;
  padding-bottom: 0.3em;
  display: block;
}
.operationArea .searchfilterAreaWrap .searchfilterArea ul.areaList .checkboxhidden label:hover,
.operationArea .searchfilterAreaWrap .searchfilterArea ul.categoryList .checkboxhidden label:hover {
  background-color: #000000;
  color: #fff;
  cursor: pointer;
}
.operationArea .searchfilterAreaWrap .searchfilterArea ul.areaList .checkboxhidden label.active,
.operationArea .searchfilterAreaWrap .searchfilterArea ul.categoryList .checkboxhidden label.active {
  background-color: #000000;
  color: #fff;
}
.operationArea .searchfilterAreaWrap .searchfilterArea form input[type=text],
.operationArea .searchfilterAreaWrap .searchfilterArea form input[type=checkbox] {
  -webkit-box-shadow: 0 0 3px #aaa;
          box-shadow: 0 0 3px #aaa;
}
.operationArea .searchfilterAreaWrap .searchfilterArea form input[type=text]:focus, .operationArea .searchfilterAreaWrap .searchfilterArea form input[type=text]:focus,
.operationArea .searchfilterAreaWrap .searchfilterArea form input[type=checkbox]:focus,
.operationArea .searchfilterAreaWrap .searchfilterArea form input[type=checkbox]:focus {
  outline: none; /* ブラウザデフォルトのアウトラインを消す */
  -webkit-box-shadow: 0 0 3px #aaa;
          box-shadow: 0 0 3px #aaa; /* 影をつける */
}

body.single-event #content #main .eventdetailStyle p {
  margin-bottom: 0;
}
body.single-event #content #main .eventdetailStyle .terms {
  margin-bottom: 1em;
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  body.single-event #content #main .eventdetailStyle .terms {
    font-size: 70%;
  }
}
body.single-event #content #main .eventdetailStyle .finishedtext {
  text-align: center;
  border: 0.1em solid #ff0000;
  font-weight: bold;
  color: #ff0000;
  margin-bottom: 2em;
  padding: 0.2em 0.5em;
}
@media print, screen and (min-width: 769px) {
  body.single-event #content #main .eventdetailStyle .finishedtext {
    padding: 0.3em 1em;
  }
}
body.single-event #content #main .eventdetailStyle .summary {
  margin-bottom: 2em;
}
body.single-event #content #main .eventdetailStyle .eventsingleSlick {
  width: 100vw;
  margin: 2em calc(50% - 50vw);
}
body.single-event #content #main .eventdetailStyle .eventsingleSlick .slick-slide {
  margin: 2vw;
  background-color: #eeeeee;
  border-radius: 1em;
}
body.single-event #content #main .eventdetailStyle .eventsingleSlick .slick-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 4/3;
  border-radius: 1em;
  width: 100%;
  height: auto;
  max-width: none;
  vertical-align: bottom;
}

/*================================================================================
pages
================================================================================*/
/*--------------------------------------------------------------------------------
about
--------------------------------------------------------------------------------*/
.about_headcopy {
  font-weight: bold;
  color: #F17133;
}
.about_headcopy::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-left: 5px;
  background-color: #F17133;
  vertical-align: middle;
}

.about_maincopy {
  margin-bottom: 1em;
  font-size: 3em;
  font-weight: bold;
}
.about_maincopy span {
  margin-right: 5px;
  color: #F17133;
}
@media screen and (max-width: 768px) {
  .about_maincopy {
    font-size: 2em;
  }
}

.about_omoi .imgbox .about_image01 {
  width: 45%;
}
.about_omoi .imgbox .about_image01 img {
  border-radius: 1em;
}
.about_omoi .imgbox .about_image02 {
  width: 70%;
  float: right;
}
.about_omoi .imgbox .about_image02 img {
  border-radius: 2em;
}
@media print, screen and (min-width: 769px) and (max-width: 1080px) {
  .about_omoi.wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .about_omoi.wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  .about_omoi.wp-block-columns .wp-block-column.imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about_omoi.wp-block-columns .wp-block-column.imgbox .about_image01,
  .about_omoi.wp-block-columns .wp-block-column.imgbox .about_image02 {
    width: 48%;
    float: none;
    margin-top: 0 !important;
  }
  .about_omoi.wp-block-columns .wp-block-column.imgbox .about_image01 img,
  .about_omoi.wp-block-columns .wp-block-column.imgbox .about_image02 img {
    border-radius: 1em;
  }
}
@media screen and (max-width: 768px) {
  .about_omoi .wp-block-column.imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about_omoi .wp-block-column.imgbox .about_image01,
  .about_omoi .wp-block-column.imgbox .about_image02 {
    width: 48%;
    float: none;
    margin-top: 0 !important;
  }
  .about_omoi .wp-block-column.imgbox .about_image01 img,
  .about_omoi .wp-block-column.imgbox .about_image02 img {
    border-radius: 1em;
  }
}

.about_subcopy {
  margin: 1em 0;
  font-weight: bold;
  font-size: 1.25em;
}

/*--------------------------------------------------------------------------------
guide
--------------------------------------------------------------------------------*/
.guide_feature {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  gap: 20px !important;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6em !important;
}
.guide_feature .wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 10px);
          flex: 1 1 calc(33.333% - 10px);
  text-align: center;
}
.guide_feature .wp-block-column .wp-block-image img {
  width: 90%;
  max-width: 240px;
}
.guide_feature p {
  margin: 1em 0 0 0;
  font-weight: bold;
  line-height: 1.5 !important;
}
@media screen and (max-width: 768px) {
  .guide_feature {
    gap: 10px !important;
    width: 100%;
    margin-bottom: 4em !important;
  }
  .guide_feature p {
    font-size: 0.8em;
  }
  .guide_feature.wp-block-columns.is-not-stacked-on-mobile {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .guide_feature.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin: 1em auto;
  }
}

.guide_step {
  margin-bottom: 4em;
}
#content .guide_step h3 {
  position: relative;
  margin: 1em 0;
  padding-left: 60px !important;
}
#content .guide_step h3::before {
  display: none !important;
}
#content .guide_step h3 span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 4px;
  left: 0;
  width: 48px;
  height: 48px;
  color: #fff;
  line-height: 1em;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#content .guide_step h3 span::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background: #F17133;
  border-radius: 50%;
  z-index: -1;
}
#content .guide_step p {
  padding: 0 0 0 1em !important;
}
.guide_step .wp-block-media-text__media img {
  border: solid 4px #FB9C6D;
  border-radius: 1.5em;
}
@media screen and (max-width: 768px) {
  .guide_step {
    grid-template-columns: 100% !important;
    margin-bottom: 3em;
  }
  #content .guide_step h3 {
    font-size: 110%;
  }
  .guide_step .wp-block-media-text__content {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }
  #content .guide_step p {
    padding: 0 !important;
  }
}

/*--------------------------------------------------------------------------------
activity
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
pamphlet
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
contact
--------------------------------------------------------------------------------*/
body.contact #content {
  /* form */
}
body.contact #content form {
  /* ※記入に関してのお願い */
}
body.contact #content form table {
  border: none;
  border-bottom: 1px solid #c6d3e4;
}
body.contact #content form table th {
  border: none;
  background-color: transparent;
  border-top: 1px solid #c6d3e4;
  padding: 1.5em 4.5em 1.5em 0.5em;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  body.contact #content form table th {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media print, screen and (min-width: 1081px) {
  body.contact #content form table th {
    width: 25%;
  }
}
body.contact #content form table th span {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.contact #content form table td {
  border: none;
  border-top: 1px solid #c6d3e4;
  padding: 1.5em 0.5em;
}
body.contact #content form table td textarea,
body.contact #content form table td input[type=text],
body.contact #content form table td input[type=email] {
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  body.contact #content form table td {
    border-top: none;
    padding-top: 0;
  }
  body.contact #content form table td input {
    width: 100%;
  }
}
@media print, screen and (min-width: 1081px) {
  body.contact #content form table td {
    width: 75%;
  }
}
body.contact #content form div.submitBtn {
  text-align: center;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 769px) {
  body.contact #content form div.submitBtn {
    text-indent: 72px;
  }
}
body.contact #content form div.submitBtn input[type=submit] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  border: 0.18rem solid #FB9C6D;
  letter-spacing: 0.08em;
  text-indent: -0.08em;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body.contact #content form div.submitBtn input[type=submit] {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  body.contact #content form div.submitBtn input[type=submit] {
    width: 100%;
    letter-spacing: 0.05em;
    letter-spacing: -0.05em;
  }
  body.contact #content form div.submitBtn input[type=submit]::after {
    width: 1em;
    position: absolute;
    right: 0.8em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
body.contact #content form div.submitBtn input[type=submit]:hover {
  text-decoration: none;
  opacity: 1;
  color: #FB9C6D;
  background-color: #fff;
  border: 0.18rem solid #FB9C6D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.contact #content form div.submitBtn input[type=submit]:hover::after {
  -webkit-filter: none;
          filter: none;
  color: #FB9C6D;
}
body.contact #content form .referencemark {
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: #000000;
}

/*--------------------------------------------------------------------------------
search
--------------------------------------------------------------------------------*/
body.search #content p.date {
  margin-bottom: 0.5em;
}
body.search #content p.linkurlTxt {
  font-size: 90%;
}

/*--------------------------------------------------------------------------------
sitemap
--------------------------------------------------------------------------------*/
ul.sitemapList {
  font-weight: bold;
  margin: 0;
  list-style: none;
  border-top: solid 1px #d8deed;
  padding-left: 0;
}
ul.sitemapList ul {
  margin: 10px 0 0 30px;
  clear: both;
}
ul.sitemapList ul ul {
  margin: 10px 0 0 30px;
  clear: both;
}
ul.sitemapList li {
  padding: 10px 0;
  border-bottom: solid 1px #d8deed;
}
ul.sitemapList li:after {
  content: "";
  display: block;
  clear: both;
}
ul.sitemapList li.page_item a {
  display: block;
  font-weight: bold;
  font-size: 1.15em;
}
ul.sitemapList ul.children {
  border-top: none;
  margin-bottom: 0 !important;
}
ul.sitemapList ul.children li {
  border-top: dotted 1px #d8deed;
  border-bottom: none;
  list-style-type: none;
}
ul.sitemapList ul.children li a {
  color: #000000;
  min-width: auto;
  margin-bottom: 0;
  float: none;
  clear: both;
  display: inline-block;
  padding: 0 0 0 1.6em; /* 0 0 0 25px */
  background: url(../img/listmark01.svg) 0.5em 0.25em no-repeat; /* png→svg 7px 5px */
  line-height: 1.25em; /* 22px */
}

/*--------------------------------------------------------------------------------
login / lostpassword
--------------------------------------------------------------------------------*/
body.trial-entry .pagetitleWrap .pagetitleBg .pagetitle h1.entry-title .slug,
body.lostpassword .pagetitleWrap .pagetitleBg .pagetitle h1.entry-title .slug,
body.login .pagetitleWrap .pagetitleBg .pagetitle h1.entry-title .slug {
  color: #00AB8D;
}
body.trial-entry #content #main h2:not(.nopreset)::after,
body.lostpassword #content #main h2:not(.nopreset)::after,
body.login #content #main h2:not(.nopreset)::after {
  background-color: #00AB8D;
}
body.trial-entry #content #main .wp-block-buttons .wp-block-button a,
body.lostpassword #content #main .wp-block-buttons .wp-block-button a,
body.login #content #main .wp-block-buttons .wp-block-button a {
  background-color: #00AB8D;
  border-color: #00AB8D;
}
body.trial-entry #content #main .wp-block-buttons .wp-block-button a:hover,
body.lostpassword #content #main .wp-block-buttons .wp-block-button a:hover,
body.login #content #main .wp-block-buttons .wp-block-button a:hover {
  background-color: #fff;
  color: #00AB8D;
}

body.login .pagetitleWrap .pagetitleBg .pagetitle h1.entry-title {
  padding-top: calc(80px * 0.6);
  padding-bottom: 0;
  font-size: 1.5em;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  body.login .pagetitleWrap .pagetitleBg .pagetitle h1.entry-title {
    padding-top: calc(96px * 0.6);
    padding-bottom: 0;
    font-size: 1.75em;
  }
}
@media print, screen and (min-width: 1081px) {
  body.login .pagetitleWrap .pagetitleBg .pagetitle h1.entry-title {
    padding-top: calc(120px * 0.6);
    padding-bottom: 0;
    font-size: 2em;
  }
}
body.login .breadcrumbList {
  display: none;
}

.tml-lostpassword,
.tml-login {
  width: 90%;
  max-width: 420px;
  margin: 0 auto;
  padding: 2em;
  background: #fff;
  border: solid 1px #00AB8D;
  border-radius: 2em;
}
.tml-lostpassword .tml-submit-wrap,
.tml-login .tml-submit-wrap {
  margin: 2em auto !important;
  text-align: center;
}
.tml-lostpassword .tml-submit-wrap button[type=submit],
.tml-login .tml-submit-wrap button[type=submit] {
  width: 80%;
  padding: 1em 0;
  background: #000;
  border: solid 1px #000;
  border-radius: 3em;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}
.tml-lostpassword .tml-submit-wrap button[type=submit]:hover,
.tml-login .tml-submit-wrap button[type=submit]:hover {
  background: #fff;
  color: #000;
}
.tml-lostpassword ul.tml-links,
.tml-login ul.tml-links {
  display: none;
}
.tml-lostpassword ul.tml-links li,
.tml-login ul.tml-links li {
  position: relative;
  padding-left: 1.5em;
}
.tml-lostpassword ul.tml-links li::before,
.tml-login ul.tml-links li::before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #00AB8D;
  font-size: 100%;
  top: 0;
  left: 0;
}