@charset "UTF-8";
/* CSS Document */
@font-face {
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
}
/* タイトル・フォント */
.mainvisual {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3.125rem;
  padding-bottom: 13.75rem;
}
@media (max-width: 750px) {
  .mainvisual {
    padding-top: 21.333333vw;
    padding-bottom: 26.666666vw;
  }
}

.h1default {
  text-align: center;
  font-size: 2.5em;
}
@media (max-width: 750px) {
  .h1default {
    font-size: 2em;
  }
}
.h1default::after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #ccc;
  margin-top: 0.5em;
  margin-inline: auto;
}

.h1blog {
  font-size: 2.5em;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .h1blog {
    font-size: 1.5em;
  }
}

.h2default, .h3default, .h4default, .postshosai h2, .postshosai h3, .postshosai h4 {
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .h2default, .h3default, .h4default, .postshosai h2, .postshosai h3, .postshosai h4 {
    margin-bottom: 1rem;
  }
}

.h2default, .postshosai h2 {
  color: #222222;
  font-size: 2em;
}
@media (max-width: 750px) {
  .h2default, .postshosai h2 {
    font-size: 6.4vw;
  }
}
.h2default::after, .postshosai h2::after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #ccc;
  margin-top: 0.3em;
}

.h3default, .postshosai h3 {
  position: relative;
  font-size: 1.5em;
  padding-left: 1.5rem;
}
@media (max-width: 750px) {
  .h3default, .postshosai h3 {
    font-size: 5.3vw;
  }
}
.h3default::before, .postshosai h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 1rem;
  height: 1px;
  background: #ccc;
  margin-right: 0.5em;
}

.h4default, .postshosai h4 {
  font-size: 1.25em;
}
@media (max-width: 750px) {
  .h4default, .postshosai h4 {
    font-size: 4.8vw;
  }
}

.postshosai h2 {
  margin-top: 2em;
}

.postshosai h3, .postshosai h4 {
  margin-top: 1.5em;
}

.marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 60%);
}

.postshosai ul {
  padding-left: 1.5em;
}
.postshosai ul > li {
  list-style-type: disc;
}
.postshosai ul > li > ul {
  padding-left: 1.5em;
}
.postshosai ol {
  padding-left: 1.5em;
}
.postshosai ol > li {
  list-style-type: decimal;
}

/* コンテンツ */
.breadcrumb {
  border-bottom: 1px solid #ccc;
  font-size: 0.8em;
  margin-top: 1em;
  padding-bottom: 0.5em;
}
.breadcrumb li {
  position: relative;
  display: inline;
  padding-right: 1.5em;
}
.breadcrumb li:not(:last-child):after {
  position: absolute;
  top: 0.5em;
  right: 0.6em;
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
}
.breadcrumb a {
  line-height: 1.2;
  color: #222222;
  text-decoration: none;
}
.breadcrumb a:hover {
  opacity: 0.8;
}

.pagenav {
  margin-top: 1em;
}
.pagenav ul {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagenav li {
  margin: 0 0.25em;
}
.pagenav li a, .pagenav li span {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3em;
  height: 3em;
  font-size: 0.85em;
  text-decoration: none;
  border: 1px solid #222222;
}
.pagenav .link_page, .pagenav .current_page {
  text-align: center;
  line-height: 2;
  margin: 0 0.25em;
}
.pagenav .link_page {
  color: #222222;
  background-color: white;
}
.pagenav .link_page:hover {
  color: white;
  background-color: #222222;
  opacity: 1;
}
.pagenav .current_page {
  color: white;
  background-color: #222222;
}

.pagelink ul {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix*/
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagelink li {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  /* no prefix*/
  display: -webkit-box;
  display: flex;
}
@media (min-width: 751px) {
  .pagelink ul {
    margin-left: -1em;
  }
  .pagelink li {
    width: calc(25% - 1em);
    margin-left: 1em;
  }
  .pagelink li:nth-child(n+5) {
    margin-top: 1em;
  }
}
@media (max-width: 750px) {
  .pagelink li {
    width: 100%;
    margin-top: 4vw;
  }
}
.pagelink a {
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  line-height: 1.4;
  border: 1px solid #222222;
  color: #222222;
  background-color: white;
  padding: 0.75em 1em;
}
.pagelink a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-block: auto;
}
.pagelink a:hover {
  opacity: 0.8;
}

.kakomi {
  background-color: whitesmoke;
  padding: 2em;
}
@media (max-width: 750px) {
  .kakomi {
    padding: 1em;
  }
}

@media (min-width: 751px) {
  .imgflex {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    /* no prefix*/
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 751px) {
  .imgflex .imgbox {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 49.3%;
            flex: 1 0 49.3%;
    width: 49.3%;
    max-width: 49.3%;
  }
}
@media (max-width: 750px) {
  .imgflex .textbox {
    padding-top: 1em;
  }
}
@media (min-width: 751px) {
  .imgflex .textbox {
    padding-left: 9.8%;
  }
}
@media (min-width: 751px) {
  .imgflex.alter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 750px) {
  .imgflex.alter .textbox {
    padding-top: 1em;
  }
}
@media (min-width: 751px) {
  .imgflex.alter .textbox {
    padding-right: 9.8%;
    padding-left: 0;
  }
}
.imgflex.imgflex--stacked {
  display: block;
}
.imgflex.imgflex--stacked .textbox {
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 2em;
}
@media (min-width: 751px) {
  .imgflex.imgflex--stacked .imgrow {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    /* no prefix*/
    display: -webkit-box;
    display: flex;
    gap: 1.4%;
  }
}
@media (min-width: 751px) {
  .imgflex.imgflex--stacked .imgrow .imgbox {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 49.3%;
            flex: 1 0 49.3%;
    width: 49.3%;
    max-width: 49.3%;
  }
}
@media (max-width: 750px) {
  .imgflex.imgflex--stacked .imgrow .imgbox + .imgbox {
    margin-top: 1em;
  }
}

@media (min-width: 751px) {
  .imgflex_small {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    /* no prefix*/
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 751px) {
  .imgflex_small .imgbox {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 32.4%;
            flex: 1 0 32.4%;
    width: 32.4%;
    max-width: 32.4%;
  }
}
@media (max-width: 750px) {
  .imgflex_small .textbox {
    padding-top: 1em;
  }
}
@media (min-width: 751px) {
  .imgflex_small .textbox {
    padding-left: 10%;
  }
}

.wp-caption-text {
  font-size: 0.8em;
  color: gray;
  line-height: 1.4 !important;
  margin-top: 0.5em;
}

.tablelist {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 750px) {
  .tablelist table {
    width: 62.5rem;
  }
}
@media (max-width: 750px) {
  .tablelist th, .tablelist td {
    white-space: normal;
  }
}
@media (max-width: 750px) {
  .tablelist.block table {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .tablelist.block th, .tablelist.block td {
    display: block;
    white-space: normal;
  }
}

@media (max-width: 750px) {
  .table-sticky {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #222222;
  }
  .table-sticky {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: rgba(34, 34, 34, 0.2);
  }
  .table-sticky {
    z-index: 3;
    background-color: #222222;
  }
}

table {
  width: 100%;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
}
table th, table td {
  line-height: 1.6;
  border-bottom: 1px solid #222222;
  border-left: 1px solid #222222;
  vertical-align: middle;
  padding: 1em;
}
@media (max-width: 750px) {
  table th, table td {
    white-space: nowrap;
    padding: 0.5em 0.75em;
  }
}
table th {
  text-align: center;
  white-space: nowrap;
}
table thead {
  color: white;
  background-color: #222222;
}
table thead th {
  border-right: 1px solid white;
}
table tbody th {
  background-color: rgba(34, 34, 34, 0.2);
}
table tbody td {
  background-color: white;
}

.flickmessage {
  background-color: whitesmoke;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 751px) {
  .flickmessage {
    display: none;
  }
}

.dllist dl {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  /* no prefix*/
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dllist dt, .dllist dd {
  font-weight: normal;
  margin-bottom: 1em;
}
@media (min-width: 751px) {
  .dllist dt, .dllist dd {
    font-size: 1.125em;
  }
}
.dllist dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8em;
          flex: 0 0 8em;
  width: 8em;
  max-width: 8em;
  padding-right: 1.6em;
}
.dllist dd {
  border-left: 1px solid #ccc;
  width: calc(100% - 8em);
  padding-left: 1.6em;
}

.contactbox {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-block: 3.5em;
}
.contactbox .title, .contactbox p {
  text-align: center;
}
@media (max-width: 750px) {
  .contactbox .title, .contactbox p {
    letter-spacing: 0;
  }
}
.contactbox .title {
  font-size: 1.5em;
  margin-bottom: 0.3em;
}
.contactbox .contact {
  padding-top: 2.5em;
}
@media (min-width: 751px) {
  .contactbox .contact {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /* no prefix*/
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 750px) {
  .contactbox .tel {
    text-align: center;
  }
}
@media (min-width: 751px) {
  .contactbox .tel {
    padding-right: 1em;
  }
}
.contactbox .tel a {
  font-size: 2em;
}
.contactbox .tel a::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../images/common/icon_phone.png) no-repeat center center/100%;
  margin-right: 0.1em;
  margin-bottom: 0.1rem;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
@media (max-width: 750px) {
  .contactbox .time {
    padding-top: 1em;
  }
}
@media (min-width: 751px) {
  .contactbox .time {
    padding-right: 3.75em;
  }
}
.contactbox .time p {
  font-size: 0.75em;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (min-width: 751px) {
  .contactbox .time p {
    text-align: left;
  }
}
@media (max-width: 750px) {
  .contactbox .contact_btn {
    text-align: center;
    margin-top: 10vw;
  }
}

@media (min-width: 751px) {
  .chartbox {
    border-bottom: 1px solid #ccc;
    padding-bottom: 4.25em;
  }
}
@media (min-width: 751px) {
  .chartbox .wrap {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-align-items: center;
    /* no prefix*/
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 751px) {
  .chartbox .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.2%;
            flex: 0 0 34.2%;
    width: 34.2%;
    max-width: 34.2%;
  }
}
@media (min-width: 751px) {
  .chartbox .chart {
    width: 100%;
    padding: 1.5em 8%;
    border-left: 1px solid #ccc;
  }
}
.chartbox .chart_item {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  /* no prefix*/
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-block: 1em;
}
@media (min-width: 751px) {
  .chartbox .chart_item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 1.5em;
  }
}
.chartbox .chart_item:first-of-type {
  padding-top: 0;
}
.chartbox .chart_item_title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4em;
          flex: 0 0 4em;
  width: 4em;
  max-width: 4em;
}
@media (min-width: 751px) {
  .chartbox .chart_item_content {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-align-items: center;
    /* no prefix*/
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.chartbox .stars {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9em;
          flex: 0 0 9em;
  width: 9em;
  max-width: 9em;
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix*/
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chartbox .stars img {
  width: 1.5em;
}
@media (max-width: 750px) {
  .chartbox .stars img {
    width: 6.4vw;
  }
}
.chartbox .text {
  margin-top: 0.5em;
}

.cta_dl {
  background-color: whitesmoke;
  padding: 3em;
}
.cta_dl .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

.snsbox {
  text-align: center;
  margin-top: 1em;
}
.snsbox a {
  width: 2em;
  height: 2em;
  margin-right: 1em;
}
.snsbox a:hover {
  opacity: 0.8;
}
@media (max-width: 750px) {
  .snsbox a {
    width: 5.3vw;
  }
}

.company_history {
  margin: 0;
}

.company_history_row {
  display: grid;
  grid-template-columns: 2em 8em 1fr;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.company_history_row > dl {
  display: contents;
  margin: 0;
  padding: 0;
}
@media (max-width: 750px) {
  .company_history_row {
    grid-template-columns: 2em 1fr;
    grid-template-rows: auto auto;
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
  }
  .company_history_row .circle {
    grid-column: 1;
    grid-row: 1/span 2;
  }
}
@media (min-width: 751px) {
  .company_history_row .circle {
    grid-column: 1;
    grid-row: 1;
  }
}
.company_history_row:first-child .circle::before {
  display: none;
}
.company_history_row:last-child .circle::after {
  display: none;
}
.company_history_row .circle {
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  min-height: 0;
  justify-self: center;
  width: 0.55em;
  pointer-events: none;
  background: radial-gradient(circle 0.275em at 50% 0.625em, #d9d9d9 0 100%, transparent 100%);
  background-repeat: no-repeat;
}
.company_history_row .circle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: calc(100% - 0.35em - 0.275em);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  background-color: #d8d8d8;
}
.company_history_row .circle::after {
  content: "";
  position: absolute;
  top: 0.625em;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  background-color: #d8d8d8;
}

.company_history dt {
  margin: 0;
  padding: 0.15em 0 0;
  padding-left: 1em;
  font-weight: normal;
  line-height: 1.5;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (min-width: 751px) {
  .company_history dt {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (max-width: 750px) {
  .company_history dt {
    font-size: 0.95em;
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    padding-left: 0;
  }
}

.company_history_year {
  display: inline-block;
}

.company_history dd {
  margin: 0 0 2.75em;
  padding: 0;
}
@media (min-width: 751px) {
  .company_history dd {
    grid-column: 3;
    grid-row: 1;
  }
}
@media (max-width: 750px) {
  .company_history dd {
    margin-bottom: 2em;
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.company_history_row:last-child dd {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .company_history_row:last-child dd {
    margin-bottom: 0;
  }
}

.company_history_body p {
  margin: 0 0 0.75em;
}
.company_history_body p:last-of-type {
  margin-bottom: 0;
}
.company_history_body p + p {
  margin-top: 0.35em;
}

.company_history_photo {
  margin: 1em 0 0;
  padding: 0;
}
.company_history_photo img {
  display: block;
  width: 100%;
  max-width: 18em;
  height: auto;
}
@media (max-width: 750px) {
  .company_history_photo img {
    max-width: 100%;
  }
}
.company_history_photo img.is_aspect {
  aspect-ratio: 178/253;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 11.125rem;
  height: auto;
}

@media (min-width: 751px) {
  .faq_section {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    /* no prefix*/
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 751px) {
  .faq_section .title {
    width: 100%;
  }
}
@media (min-width: 751px) {
  .faq_section .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    width: 66%;
    max-width: 66%;
  }
}

.faqwrap:not(:first-of-type) {
  margin-top: 3.5em;
}
@media (max-width: 750px) {
  .faqwrap:not(:first-of-type) {
    margin-top: 2em;
  }
}
.faqwrap .question, .faqwrap .answer {
  position: relative;
  padding-bottom: 1em;
  padding-left: 3em;
}
@media (min-width: 751px) {
  .faqwrap .question, .faqwrap .answer {
    font-size: 1.25em;
  }
}
.faqwrap .question::before, .faqwrap .answer::before {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
}
.faqwrap .question {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}
.faqwrap .question::before {
  content: "Q";
}
.faqwrap .answer::before {
  content: "A";
  color: #C81F1F;
}
.faqwrap#answeropen .question {
  cursor: pointer;
}
.faqwrap#answeropen .answer {
  display: none;
}

.voicebox {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  /* no prefix*/
  display: -webkit-box;
  display: flex;
}
@media (min-width: 751px) {
  .voicebox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.voicebox .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5em;
          flex: 0 0 5em;
  width: 5em;
  max-width: 5em;
}
@media (max-width: 750px) {
  .voicebox .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.6vw;
            flex: 0 0 18.6vw;
    width: 18.6vw;
    max-width: 18.6vw;
  }
}
.voicebox .text {
  width: 100%;
  padding-left: 1em;
}

.tabwrap .tab-area {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  /* no prefix*/
  display: -webkit-box;
  display: flex;
}
.tabwrap .tab-area .tab {
  width: 100%;
  background-color: lightgray;
  font-size: 1.1em;
  text-align: center;
  padding: 0.5em;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
}
.tabwrap .tab-area .tab.active, .tabwrap .tab-area .tab:hover {
  color: white;
  background-color: #222222;
}
.tabwrap .tab-area .tab.active {
  cursor: auto;
}
.tabwrap .content-area .content {
  display: none;
}
.tabwrap .content-area .content.show {
  display: block;
  -webkit-animation: show 0.5s linear 0s;
          animation: show 0.5s linear 0s;
}

.categorylist li {
  display: inline-block;
  margin-right: 1em;
}
@media (max-width: 750px) {
  .categorylist li {
    margin-right: 0.5em;
  }
}
.categorylist li:last-child {
  margin-right: 0;
}
.categorylist a {
  display: inline-block;
  text-decoration: none;
  font-size: 0.75em;
  border: 1px solid #222222;
  padding: 0.2em 0.5em;
}
.categorylist a:hover {
  opacity: 0.8;
}

.postlists .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3;
}
.postlists a {
  text-decoration: none;
}
.postlists a:hover, .postlists a:focus-visible {
  opacity: 0.8;
  text-decoration: underline;
}
.postlists a.article-link {
  width: 100%;
}

article.postshosai .articleheader {
  margin-bottom: 2em;
}
article.postshosai .insert-image {
  margin: 1em 0;
}
article.postshosai .wp-caption {
  max-width: 100%;
  margin-bottom: 1em;
}
article.postshosai .wp-caption .insert-image {
  margin-bottom: 0;
}
article.postshosai .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.youtubebox {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  margin-inline: auto;
}
.youtubebox iframe {
  width: 100%;
  height: 100%;
}

/* 目次 — js/mokuji.js が .toc 内へ .title と .disc > ul を出力 */
.toc {
  max-width: 590px;
  margin-right: auto;
  margin-left: auto;
  margin-block: 1.25em 2em;
  text-align: left;
  color: #222222;
}
.toc .disc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: whitesmoke;
  padding: 1.125em 1.25em;
  border: 1px solid #e8e8e8;
}
.toc .disc > .title {
  margin-bottom: 0.35em;
}
.toc .disc > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: toc-h2;
}
.toc .disc > ul > li {
  list-style: none;
  margin: 0;
  counter-increment: toc-h2;
}
.toc .disc > ul > li > a {
  display: block;
  padding: 0.6em 0;
  border-bottom: 1px solid #ccc;
  color: inherit;
  text-decoration: none;
  line-height: 1.5;
}
.toc .disc > ul > li > a::before {
  content: counter(toc-h2) ".";
}
.toc .disc > ul > li > a:hover {
  opacity: 0.85;
}
.toc .disc > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.25em;
  counter-reset: toc-h3;
}
.toc .disc > ul > li > ul > li {
  list-style: none;
  margin: 0;
  counter-increment: toc-h3;
}
.toc .disc > ul > li > ul > li > a {
  display: block;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
  color: inherit;
  text-decoration: none;
  line-height: 1.5;
}
.toc .disc > ul > li > ul > li > a::before {
  content: counter(toc-h3, lower-alpha) ".";
}
.toc .disc > ul > li > ul > li > a:hover {
  opacity: 0.85;
}