@charset "utf-8";

/* 基本フォントサイズ設定 */
html {
  font-size: 100%;
  /* ブラウザのデフォルトのフォントサイズ。大抵は16px */
}

:root {
  --rem: calc(1 / 16) * 1rem;
}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //基本フォントサイズ設定 */

/* 全体設定 */
body {
  font-family: "Noto Sans JP", sans-serif, YuGothic, 'Yu Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, MS PGothic, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  color: #000;
  -webkit-font-smoothing: antialiased;
  /* macで文字が太くなる現象を解消 */
}

p {
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1224px;
  }
}

/* //全体設定 */

/* mainタグ上の余白 */
main {
  margin-top: 37.14px;
}

@media all and (min-width: 992px) {
  main {
    margin-top: 0;
  }
}

/* //mainタグ上の余白 */
/* 色 */
:root {
  --corp-red: #C7171E;
  --main-blue: #003789;
  --bg-gray: #BACCE0;
}

/* //色 */
/* フォントファミリー */
.mincho {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "Noto Serif JP", serif;
}

.gothic {
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, MS PGothic, -apple-system, BlinkMacSystemFont, sans-serif;
}

.meiryo {
  font-family: -apple-system, blinkMacSystemFont,
    /* Macの欧文はSan Francisco (OS X 10.11以降) */
    'Helvetica Neue',
    /* Macの欧文 (OS X 10.10以前) */
    'Hiragino Kaku Gothic ProN',
    /* Macのヒラギノ */
    Meiryo,
    /* Windowsのメイリオ */
    sans-serif;
}

.notosans {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

.notoserif, .is-style-notoserif {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.mplus {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
}

.orelega {
  font-family: "Orelega One", serif;
  font-style: normal;
}

/* //フォントファミリー */

/* フォントウェイト */
.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* //フォントウェイト */

/* フォントスタイル */
.italic {
  font-style: italic;
}

/* //フォントスタイル */

/* 両端揃え */
.text-justify {
  text-align: justify;
}

/* //両端揃え */

/* 文頭の記号 */
.before-dot, .before-asterisk {
  position: relative;
  padding-left: 1.1rem;
  display: inline-block;
}

.before-dot::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.before-asterisk::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

/* //文頭の記号 */

/* 文字色 */
.text-gray, a.text-gray:hover {
  color: #333333;
}

/* //文字色 */

/* 背景色 */
.bg-lightgray {
  background-color: #F7F7F7;
}

.bg-orange {
  background-color: #E8E4DB;
}

.bg-lightblue {
  background-color: #BACCE0;
}

.bg-white {
  background-color: #FFF;
}

/* //背景色 */

/* 余白 */
.section-py {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-pt {
  padding-top: 4rem;
}

.section-pb {
  padding-bottom: 4rem;
}

@media all and (min-width: 768px) {
  .section-py {
    padding-top: 8.75rem;
    padding-bottom: 7.5rem;
  }

  .section-pt {
    padding-top: 8.75rem;
  }

  .section-pb {
    padding-bottom: 7.5rem;
  }
}

/* 余白 */

/* 下層FV */
.head-ttl-wrap {
  background: #003789;
  text-align: center;
}
.head-ttl-wrap .container{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.head-ttl-wrap .container::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%) skew(-15deg);
  -webkit-transform: translateY(-50%) skew(-15deg);
  width: 13px;
  height: 101%;
  background-color: #fff;
}

.head-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  color: #FFF;
  padding: 0 2.5rem;
}

.head-subttl {
  font-size: 1.07rem;
  padding-left: 3px;
  text-transform: uppercase;
  /* 大文字にする */
  color: #707070;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media all and (min-width: 576px) {
  .head-ttl-wrap .container{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media all and (min-width: 992px) {
  .head-ttl-wrap .container {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }
  .head-ttl-wrap .container::before{
    left: 30px;
    transform: translateY(-50%) skew(-30deg);
    -webkit-transform: translateY(-50%) skew(-30deg);
    width: 26px;
  }
  .head-ttl {
    font-size: 3.25rem;
  }
}

@media all and (min-width: 1400px) {
  .head-ttl-wrap .container::before{
    left: 50px;
  }
}

@media all and (min-width: 1920px) {
  .head-ttl-wrap .container::before{
    left: -110px;
  }
}

/* //下層FV */

/* パンくず */
.post-type-archive-products .breadcrumb {
  margin-bottom: 0;
}
.breadcrumb ul {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  white-space: nowrap;
  margin-bottom: 0;
}

.breadcrumb ul li {
  display: inline-block;
  font-size: .875rem;
  padding-top: 8px;
  padding-bottom: 8px;
}

.breadcrumb ul li:not(:last-child) {
  padding-right: 28px;
  position: relative;
}

.breadcrumb ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 6px;
  background: url(../images/common/icon-arrow_bold.svg) no-repeat center center/contain;
  width: 10px;
  height: 15px;
}
.breadcrumb a{
  text-decoration: underline;
}
@media all and (min-width: 992px) {
  .breadcrumb ul li {
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
}
/* //パンくず */

/* 見出し */
.single-content h1:not(:first-child), .single-content h2:not(.ttl-pattern_1, .is-style-ttl-pattern_1), .ttl-pattern_3 {
  font-size: calc(32 * var(--rem));
  position: relative;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3px 0 15px;
  margin-bottom: 2.5rem;
  border-bottom: 3px solid var(--bg-gray);
  font-family: "Noto Serif", serif;
  font-style: normal;
}
.single  .ttl-pattern_3{
  margin-bottom: 1.25rem;
}

.single-content h1::before, .single-content h2:not(.ttl-pattern_1, .is-style-ttl-pattern_1):before, .ttl-pattern_3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 70px;
  padding-bottom: 3px;
  border-bottom: 3px solid var(--main-blue);
}

.ttl-pattern_1, .is-style-ttl-pattern_1 {
  font-size: calc(28 * var(--rem));
  position: relative;
  padding: 3px 0 3px 31px;
  border-left: 8px solid var(--main-blue);
  margin-bottom: 1rem;
}

.ttl-pattern_1::after, .is-style-ttl-pattern_1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8px;
  z-index: 2;
  height: 100%;
  width: 3px;
  background-color: var(--main-blue);
}

.ttl-pattern_6, .single-content h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.ttl-pattern_6, .single-content h5 {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}

.ttl-pattern_7, .single-content h6 {
  font-size: 1.26rem;
  margin-bottom: 1rem;
}

.subttl {
  font-size: .875rem;
}

.ttl-pattern_2, .is-style-ttl-pattern_2 {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: calc(22 * var(--rem));
  padding-bottom: 1.25rem;
  position: relative;
}

.ttl-pattern_2::after, .is-style-ttl-pattern_2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: var(--main-blue);
}

@media all and (min-width: 768px) {
  .single-content h1, .single-content h2:not(.ttl-pattern_1, .is-style-ttl-pattern_1), .ttl-pattern_3 {
    font-size: calc(36 * var(--rem));
    padding: 3px 0 25px;
  }
  .ttl-pattern_1, .is-style-ttl-pattern_1 {
    font-size: calc(32 * var(--rem));
  }
}

.single-content h1:not(:first-child) {
  margin-top: 1.75rem;
}

.single-content h2 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.single-content h2:not(:first-child) {
  margin-top: 4rem;
}

.single-content h3 {
  margin-top: 1.75rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.single-content h3:not(:first-child) {
  margin-top: 3.5rem;
}

.single-content h4 {
  margin-top: 1.75rem;
}

.single-content h4:not(:first-child) {
  margin-top: 3.5rem;
}

.single-content h5 {
  margin-top: 1.55rem;
}

.single-content h5:not(:first-child)  {
  margin-top: 3.5rem;
}

.single-content h6 {
  margin-top: 1.25rem;
}
.single-content h6:not(:first-child)  {
  margin-top: 3.5rem;
}
.single-content .is-style-ttl-pattern_2 {
  margin-top: 3.5rem;
}

.single-content .has-large-font-size {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media all and (min-width: 992px) {
  .single-content h2:not(:first-child) {
    margin-top: 7.5rem;
  }
  .single-content h1 + h2,
  .single-content h1 + h3 {
    margin-top: 1.25rem !important;
  }
}

/* //見出し */

/* 長いURL対策 */
.single-content p a {
  word-wrap: break-word;
}

/* //長いURL対策 */

/* リスト項目 */
.ol-standard, .single-content ol {
  padding-left: 0;
  list-style-type: none;
  counter-reset: item;
}

.ol-standard li, .single-content ol li {
  padding-left: 21px;
  line-height: 1.3;
  position: relative;
}

.ol-standard li:not(:last-child), .single-content ol li:not(:last-child) {
  padding-bottom: 15px;
}

.ol-standard li:before, .single-content ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  position: absolute;
  top: 0;
  left: 2px;
}

.round-list, .single-content ul {
  list-style: none;
  padding-left: 0;
}

.round-list li, .single-content ul li {
  padding-left: 18px;
  line-height: 1.3;
  position: relative;
}

.round-list li:not(:last-child), .single-content ul li:not(:last-child) {
  padding-bottom: 15px;
}

.round-list li::before, .single-content ul li::before {
  content: '';
  position: absolute;
  top: .375em;
  left: 2px;
  width: 8px;
  height: 8px;
  background: var(--main-blue);
  border-radius: 50%;
}


@media all and (min-width: 992px) {
  .round-list li::before, .single-content ul li::before {
    top: .45em;
  }
}

/* //リスト項目 */

/* 説明リスト */
.dl-standard, .single-content dl {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}

.dl-standard dt, .single-content dl dt {
  width: 100%;
}

.dl-standard, .single-content dl {
  border-top: 1px solid #CDCDCD;
}

.dl-standard dd, .single-content dl dd {
  width: 100%;
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 0;
}

.dl-standard dt, .single-content dl dt {
  padding: 1rem .5rem 0;
}

.dl-standard dd, .single-content dl dd {
  padding: 1rem .5rem;
}

@media all and (min-width: 768px) {
  .dl-standard dt, .single-content dl dt {
    width: 137px;
    min-width: 137px;
    border-bottom: 1px solid #CDCDCD;
    padding: 1rem;
  }

  .dl-standard dd, .single-content dl dd {
    width: -webkit-calc(100% - 137px);
    width: calc(100% - 137px);
  }
}

/* //説明リスト */

/* テーブル_コーディング_スタンダード */
.table-standard, .table-standard tbody, .table-standard tr {
  width: 100%;
}

.table-standard tr {
  border-top: 1px solid #C0C0C0;
}

.table-standard tr:last-of-type {
  border-bottom: 1px solid #C0C0C0;
}

.table-standard th, .table-standard td {
  display: block;
  width: 100%;
}

.table-standard th {
  padding: .5rem;
  background-color: #EEF3F9;
  font-weight: 500;
}

.table-standard td {
  padding: 1rem .5rem;
}

@media all and (min-width: 768px) {
  .table-standard th, .table-standard td {
    display: table-cell;
    width: auto;
  }

  .table-standard th {
    padding: 1rem .5rem;
  }
}

/* //テーブル_コーディング_スタンダード */

/* テーブル_コーディング_ストライプ */
.table-stripes, .table-stripes tbody, .table-stripes tr {
  width: 100%;
}

.table-stripes tbody tr:nth-child(odd) {
  background-color: #F8F8F8;
}

.table-stripes th, .table-stripes td {
  display: block;
  width: 100%;
}

.table-stripes th {
  padding: 1rem 1rem 0;
}

.table-stripes td {
  padding: 1rem;
}

@media all and (min-width: 768px) {
  .table-stripes th, .table-stripes td {
    display: table-cell;
    width: auto;
  }

  .table-stripes th {
    padding: 1rem .5rem;
  }
}

/* //テーブル_ブロックエディタ_ストライプ */

/* テーブル_ブロックエディタ_デフォルト */
.wp-block-table figcaption {
  padding: 8px 0;
}

.wp-block-table:not(.is-style-stripes) th {
  background-color: #F8F8F8;
}

.wp-block-table td, .wp-block-table th {
  border-color: #ccc;
}

/* //テーブル_ブロックエディタ_デフォルト */

/* テーブル_ブロックエディタ_ストライプ */
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #F8F8F8;
}

/* //テーブル_ブロックエディタ_ストライプ */
/* テーブル_ブロックエディタ_ブルー */
.wp-block-table.is-style-blue-table th,
.wp-block-table.is-style-blue-table td,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-blue-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-blue-table>table tr td {
  border-right: none;
  border-left: none;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  padding: 15px 0 15px 15px;
}


.wp-block-table.is-style-blue-table tr th:first-of-type,
.wp-block-flexible-table-block-table.is-style-blue-table tr th:first-of-type {
  background-color: #EEF3F9;
}

@media all and (min-width: 992px) {

  .wp-block-table.is-style-blue-table th,
  .wp-block-table.is-style-blue-table td,
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-blue-table>table tr th,
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-blue-table>table tr td {
    padding: 20px 0 20px 50px;
  }

}

/* //テーブル_ブロックエディタ_ブルー */

/* //flexible table block */
@media all and (min-width: 992px) {
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
  padding: 20px 40px;
  font-size: 1.125rem;
}
}
/* //flexible table block */

/* リスト_ブロックエディタ_矢印付きリスト */

.single-content .is-style-arrow-list li::before {
  background-color: transparent;
  background-image: url(../images/common/list-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 15px;
  top: .2em;
}
@media all and (min-width: 992px) {
  .single-content .is-style-arrow-list li::before {
    top: .25em;
  }
}
/* //リスト_ブロックエディタ_矢印付きリスト */

/* リスト_ブロックエディタ_赤線付きリスト */
.single-content ul.is-style-border-list li{
  padding-left: 30px;
}
.single-content .is-style-border-list li::before {
  background-color: #C7171E;
  width: 20px;
  height: 3px;
  top: .6em;
  border-radius: unset;
}
@media all and (min-width: 992px) {
}
/* //リスト_ブロックエディタ_赤線付きリスト */
/* card-pattern_1_ブロックエディタ */
.is-style-card-pattern_1 > .wp-block-column, .card-pattern_1{
  border-top: 1px solid var(--bg-gray);
  border-left: 1px solid var(--bg-gray);
  box-shadow: 3px 3px 0 #4d4e55;
  padding: 25px 31px;
}

/* 投稿リスト　ブロックエディタ */
.wp-block-query.wp-block-query-is-layout-flow li:before {
  display: none;
}



/* //card-pattern_1_ブロックエディタ */
/* 3PRエリア */
a.three-pr-inner {
  background-color: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  display: block;
  color: #333;
}

a.three-pr-inner:hover {
  opacity: 1;
  box-shadow: 0 2px 13px rgba(0, 0, 0, .2);
}

.three-pr-icon {
  text-align: center;
  margin: 0px auto 15px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border: 1px solid #333;
  border-radius: 50%;
}

.three-pr-icon img {
  width: 100%;
}

.three-pr-inner h3 {
  text-align: center;
  font-size: 1.25rem;
}

.three-pr-more {
  display: block;
  font-size: .875rem;
  position: relative;
  padding-left: 20px;
  width: max-content;
  margin: auto;
}

.three-pr-more::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #444;
  border-right: 2px solid #444;
  transform: rotate(45deg);
}

@media all and (min-width: 768px) {
  .three-pr-more {
    width: auto;
    margin: 0;
  }
}

/* //3PRエリア */

/* CTAエリア */
.cta-section {
  background-color: #ddd;
}

.cta-box {
  background-color: #fff;
  text-align: center;
}

.cta-catchcopy {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.cta-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #444;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 15px;
  width: 100%;
  max-width: 450px;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
}

.cta-contact-btn:hover {
  color: #fff;
  opacity: 1;
  box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}

.cta-contact-btn_inner {
  position: relative;
  padding-left: 35px;
}

.cta-contact-btn_inner::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 100%;
  background: url(../images/common/icon-mail.svg) no-repeat center center/contain;
}

.tel-num-before {
  font-size: 1.06rem;
  font-weight: 700;
  padding-right: 5px;
}

.tel-time {
  font-size: .875rem;
}

.cta-tel-btn {
  font-size: 1.75rem;
  font-weight: 700;
  color: #333;
}

.cta-tel-btn_inner {
  padding-left: 20px;
  position: relative;
}

.cta-tel-btn_inner::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 100%;
  background: url(../images/common/icon-tel.svg) no-repeat center center/contain;
}

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {
  .cta-tel-btn {
    font-size: 1.25rem;
    pointer-events: none;
  }
}

@media all and (min-width: 992px) {
  .cta-box {
    width: 80%;
    margin: auto;
  }
}

@media all and (min-width: 1200px) {}

/* //CTAエリア */

/* 記事関係共通パーツ */
.post-cat-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin-right: 1rem;
}
.post-cat-wrap .post-date {
  margin-left: 1rem;
}

.cat-label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #003789;
  padding: 4px 8px;
  min-width: 110px;
  height: fit-content;
  font-size: 14px;
  margin-bottom: 3px;
}
.cat-label.news-cat{
  width: 145px;
}
body:not(.home) .cat-label{
  font-style: normal;
}

.cat-label:not(:last-child), .post-cat-wrap a:not(:last-child) {
  margin-right: 3px;
}

/* //記事関係共通パーツ */
/* 記事一覧（サムネ無しリスト形式） */
.postlist-simple {
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem;
}

.postlist-simple-items {
  border-top: 1px solid #003789;
}

.postlist-simple-items:last-child {
  border-bottom: 1px solid #003789;
}

.postlist-simple-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}

.postlist-simple-date {
  font-size: 1.1375rem;
  padding-right: 15px;
  color: #000;
}

.postlist-simple-ttl {
  width: 100%;
  padding-top: 8px;
}
.post-tag-wrap a{
  text-decoration: underline;
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
.post-tag-wrap a:not(:last-of-type):after{
  content: ",";
  position: relative;
  right: -3px;
}
@media all and (min-width: 576px) {
  .postlist-simple {
    padding: 1.5rem;
  }
}


@media all and (min-width: 768px) {
.cat-label, .post-tag-wrap{
    font-size: 1.125rem;
  }
  .postlist-simple .cat-label{
    font-size: 1rem;
  }
  .postlist-simple {
    padding: 1.5rem 4rem;
  }

  .postlist-simple-inner {
    flex-wrap: nowrap;
  }

  .postlist-simple-date {
    padding-right: 21px;
  }

  .postlist-simple-ttl {
    padding-top: 0;
    padding-left: 20px;
    width: auto;
  }

  .postlist-simple .post-cat-wrap {
    width: min-content;
  }

  .postlist-simple .cat-label {
    max-width: 150px;
  }

  .post-cat-wrap {
    margin-right: 1.25rem;
  }
}

/* //記事一覧サムネ無しリスト形式 */

/* 記事一覧サムネ有りリスト形式 */
.postlist-line-date {
  font-size: 14px;
  color: #333;
}

.postlist-line-ttl {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
}

.postlist-line-excerpt {
  color: #000;
}

.postlist-line-items {
  border-top: 1px solid #999;
}

.postlist-line-items:last-child {
  border-bottom: 1px solid #999;
}

.postlist-line-inner {
  padding: 12px 0;
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
}

.postlist-line-thumbwrap {
  width: 33.333333%;
  padding-left: 12px;
  flex: none;
}

.postlist-line-thumbwrap img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.postlist-line-textwrap {
  padding-right: 12px;
  padding-left: 12px;
}

.postlist-line-excerpt_sp {
  width: 100%;
  color: #000;
}

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {
  .postlist-line-thumbwrap {
    width: 224px;
    padding-right: 12px;
  }

  .postlist-line-textwrap {
  }
}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //記事一覧サムネ有りリスト形式 */

/* 記事一覧サムネ有りカード形式 */
.postlist-card-list {
  row-gap: 2.5rem;
}

.postlist-card-thumbwrap {
  border: 1px solid #999;
  text-align: center;
}

.postlist-card-thumbwrap img {
  object-fit: cover;
  aspect-ratio: 13.5 / 10;
  width: 100%;
}

.postlist-card-date {
  font-size: 14px;
  color: #333;
}

.postlist-card-ttl {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.postlist-card-excerpt {
  color: #333;
}

.postlist-card-inner {
  display: block;
  height: 100%;
}

/* //記事一覧サムネ有りカード形式 */


/* 導入事例用 */
.caselist {
}
.caselist-inner {
  padding: 12px 0;
  display: flex;
  align-items: flex-start;
  margin-right: -12px;
  margin-left: -12px;
}

.caselist-ttl {
  font-size: 1.25rem;
  font-weight: 700;
}

.caselist-excerpt {
  color: #000;
}

.caselist-item {
  border-top: 1px solid #999;
}

.caselist-item:last-child {
  border-bottom: 1px solid #999;
}

.caselist-thumbwrap {
  width: 33.333333%;
  border: 1px solid #999;
  flex: none;
}

.caselist-thumbwrap img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
  width: 100%; height: 100%;
}

.caselist-textwrap {
  padding-right: 12px;
  padding-left: 12px;
}

@media all and (min-width: 576px) {
  .caselist {
    row-gap: 2.5rem;
  }
  .caselist-inner {
    padding: 0;
    display: block;
    margin: 0;
  }
  
  .caselist-ttl {
    margin-bottom: 10px;
    text-decoration: underline;
  }
  
  .caselist-excerpt {
  }
  
  .caselist-item {
    border: none;
  }
  
  .caselist-item:last-child {
    border: none;
  }
  
  .caselist-thumbwrap {
    width: auto;
    padding: 0;
    margin-bottom: 0.5rem;
  }
  
  .caselist-thumbwrap img {
    object-fit: cover;
    aspect-ratio: 13.5 / 10;
    width: 100%;
  }
  
  .caselist-textwrap {
    width: auto;
    padding: 0;
  }
}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //導入事例用 */

/* 投稿のページネーション */
.tablenav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.tablenav .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #c0c0c0;
  background-color: #FFFFFF;
  color: #000;
  position: relative;
}

.tablenav .current {
  color: #fff;
  background-color: #003789;
  border: 1px solid #003789;
}

.page-numbers.prev::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.page-numbers.next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
@media all and (min-width: 992px) {
  .tablenav {
    gap: 1.25rem;
  }
  .tablenav .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
  }
}

/* //投稿のページネーション */

/* サイドバー */
/* .sidebar-sticky {
  position: sticky;
  top: 70px;
  right: 0;
} */

.sidebar-linklist>li, .sidebar-linklist-normal li {
  border-bottom: 1px solid var(--bg-gray);
  border-left: 1px solid var(--bg-gray);
  border-right: 1px solid var(--bg-gray);
}

.sidebar-linklist>li>a {
  display: block;
  padding: 8px 0;
  color: #000;
}

.sidebar-link-child li a {
  font-size: .95rem;
  display: block;
  padding: 0 0 4px 25px;
  color: #000;
  position: relative;
}

.sidebar-link-child li a::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 6px;
  width: 10px;
  height: 1px;
  background-color: #444;
}

.sidebar-ttl {
  font-size: 1.06rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #989d9e;
  position: relative;
  margin-bottom: 0;
  display: block;
  color: #333;
}

.sidebar-ttl::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 20%;
  height: 1px;
  background-color: #444;
}

.sidebar-post-wrap {
  display: flex;
  align-items: center;
}

.sidebar-thumbbox {
  width: 80px;
  min-width: 80px;
  flex: none;
}

.sidebar-textbox {
  padding-left: 8px;
}

.sidebar-date {
  font-size: 12px;
  color: #333;
}

.sidebar .cat-label {
  font-size: 12px;
}

.sidebar-post-ttl {
  font-size: 16px;
  color: #000;
}

.sidebar-search-wrap form {
  display: flex;
}

.sidebar-input {
  width: -webkit-calc(100% - 53px);
  width: calc(100% - 53px);
  margin-right: 5px;
}

.sidebar-search-wrap #submit {
  width: 48px;
  color: #fff;
  background: #707070;
  border: none;
  border-radius: 3px;
  transition: .3s;
}

.sidebar-search-wrap #submit:hover {
  opacity: .7;
}

.aside-ttl {
  text-align: center;
  background-color: var(--main-blue);
  color: #fff;
  padding: 10px;
  font-size: 1.75rem;
}
.aside-ttl.aside-ttl8{
  font-size: 1.35rem;
}
.aside-ttl.aside-ttl20{
  font-size: 1.25rem;
}


.sidebar-linklist>li>a {
  padding: 12px 12px 12px 37px;
  font-size: 1rem;
  position: relative;
}
.sidebar-linklist-normal a{
  font-size: 1.125rem;
  padding: 12px 10px;
  display: block;
}

.sidebar-linklist>li>a::before {
  content: "";
  background-image: url(../images/common/sidebar-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
  width: 16px;
  height: 26px;

}

.sidebar-linklist>.current-menu-item>a::before {
  content: "";
  background-image: url(../images/common/sidebar-arrow-current.svg);
}

.sidebar-linklist>.menu-children>a {
  margin-left: 1rem;
}

/* //サイドバー */

/* 検索ページ */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* ブラウザデフォルトの×ボタンを無効化 */
}

.search-upper-wrap {
  width: 700px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.search-upper-wrap input {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #999;
  border-radius: 3px;
}

.search-upper-wrap button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  background: transparent;
  border: none;
  padding: 0 15px;
  outline: none;
  appearance: none;
}

.search-upper-wrap button img {
  width: 18px;
  display: inline-block;
}

.searchresult-highlight {
  background: #fefe93;
  font-weight: 700;
}

@media all and (min-width: 992px) {
  .search-upper-wrap input {
    height: 50px;
  }
}

/* //検索ページ */

/* シングルページ前後記事リンク（シンプル） */
.paging-simple {
  border-top: 1px solid #989d9e;
  display: flex;
  justify-content: space-between;
}

.paging-simple .nextsingle, .paging-simple .prevsingle, .archivelink {
  width: 80px;
  max-width: 30vw;
}

.paging-simple a {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #666;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
}

.paging-simple a:hover {
  color: #fff;
}

.paging-simple .nextsingle a, .paging-simple .prevsingle a {
  position: relative;
}

.paging-simple .prevsingle a {
  padding-left: 15px;
}

.paging-simple .nextsingle a {
  padding-right: 15px;
}

.paging-simple .prevsingle a::after, .paging-simple .nextsingle a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
}

.paging-simple .prevsingle a::after {
  left: 12px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.paging-simple .nextsingle a::after {
  right: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* //シングルページ前後記事リンク（シンプル） */

/* シングルページ前後記事リンク（リッチ） */
.paging-rich {
  border-top: 1px solid #989d9e;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ba-links-wrap {
  width: 100%;
}

.before-post {
  padding-bottom: 1rem;
}

.next-post {
  border-top: 1px solid #dedede;
  padding-top: 1rem;
}

.ba-links-inner {
  display: flex;
}

.ba-links-img {
  width: 75px;
  min-width: 75px;
}

.ba-links-sentence {
  padding-left: .8rem;
  color: #333;
}

.ba-links-label {
  color: #333;
  padding-bottom: 0.25rem;
  font-weight: 700;
  font-size: 14px;
}

.ba-links-ttl {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 0.25rem;
  display: block;
}

.paging-rich .post-date {
  font-size: 13px;
}

.paging-rich .cat-label {
  font-size: 12px;
}

@media all and (min-width: 576px) {
  .ba-links-wrap {
    width: 50%;
  }

  .before-post {
    padding-right: 1rem;
    padding-bottom: 0;
  }

  .next-post {
    padding-top: 0;
    padding-left: 1rem;
    border-top: none;
    border-left: 1px solid #dedede;
  }

}

/* //シングルページ前後記事リンク（リッチ） */

/* ボタンUI */
.btn-standard, .wp-block-button__link {
  color: #FFFFFF;
  background: #003789;
  display: inline-block;
  text-align: center;
  width: fit-content;
  padding: 10px 30px;
  font-size: 1.06rem;
  max-width: 100%;
  min-width: 130px;
  font-weight: 700;
  border: 1px solid #003789;
  position: relative;
}

.wp-block-button__link {
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn-standard:hover, .wp-block-button .wp-block-button__link:hover {
  color: #003789;
  background-color: #fff;
  opacity: 1;
}

.btn-standard::before, .btn-standard::after,
.wp-block-button__link::before, .wp-block-button__link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transition: .3s;
}

/* 矢印アイコン↓ */
.icon-arrow::after, .is-style-icon-arrow .wp-block-button__link::after {
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.icon-arrow:hover::after, .is-style-icon-arrow .wp-block-button__link:hover::after {
  border-color: #003789;
}

/* 矢印アイコン↑ */
/* 別窓アイコン↓ */
.icon-newtab::before, .is-style-icon-newtab .wp-block-button__link::before,
.icon-newtab::after, .is-style-icon-newtab .wp-block-button__link::after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 11px;
  height: 11px;
}

.icon-newtab::before, .is-style-icon-newtab .wp-block-button__link::before {
  background: url(../images/common/icon-newtab_white.svg) no-repeat center center/contain;
  opacity: 1;
}

.icon-newtab::after, .is-style-icon-newtab .wp-block-button__link::after {
  background: url(../images/common/icon-newtab_gray.svg) no-repeat center center/contain;
  opacity: 0;
}

.icon-newtab:hover::before, .is-style-icon-newtab .wp-block-button__link:hover::before {
  opacity: 0;
}

.icon-newtab:hover::after, .is-style-icon-newtab .wp-block-button__link:hover::after {
  opacity: 1;
}

/* 別窓アイコン↑ */
/* PDFアイコン↓ */
.icon-pdf::before, .is-style-icon-pdf .wp-block-button__link::before,
.icon-pdf::after, .is-style-icon-pdf .wp-block-button__link::after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 10px;
  height: 12px;
}

.icon-pdf::before, .is-style-icon-pdf .wp-block-button__link::before {
  background: url(../images/common/icon-pdf_white.svg) no-repeat center center/contain;
  opacity: 1;
}

.icon-pdf::after, .is-style-icon-pdf .wp-block-button__link::after {
  background: url(../images/common/icon-pdf_gray.svg) no-repeat center center/contain;
  opacity: 0;
}

.icon-pdf:hover::before, .is-style-icon-pdf .wp-block-button__link:hover::before {
  opacity: 0;
}

.icon-pdf:hover::after, .is-style-icon-pdf .wp-block-button__link:hover::after {
  opacity: 1;
}

/* PDFアイコン↑ */
.btn-size300 {
  width: 300px;
}

/* //ボタンUI */

/* テキストリンクの装飾 */
a {
  color: #003789;
  text-decoration: none;
  transition: 0.3s;
  visibility: visible;
}

a:hover {
  opacity: .7;
  color: #003789;
  text-decoration: none;
}

.single-content a:not(.wp-block-button__link):hover, .text-link:hover {
  text-decoration: underline;
  opacity: 1;
}

.is-style-text-icon-newtab a::after, .text-link_icon-newtab::after {
  content: '';
  margin-left: 4px;
  width: 1em;
  height: 1em;
  background: url(../images/common/icon-newtab_blue.svg) no-repeat center center/contain;
  display: inline-block;
}

.is-style-text-icon-pdf a::after, .text-link_icon-pdf::after {
  content: '';
  margin-left: 4px;
  width: 1em;
  height: 1em;
  background: url(../images/common/icon-pdf_blue.svg) no-repeat center center/contain;
  display: inline-block;
}

/* //テキストリンクの装飾 */

/* FAQ */
.FAQ-wrap {
  background-color: #fff;
}

.FAQ-items {
  margin-bottom: 16px;
}

.FAQ-items:last-of-type {
}

.Q-box {
  position: relative;
  font-weight: 500;
  font-size: 1.125rem;
  border-left: 3px solid #003789;
}

.Q-box-inner, .A-box-inner {
  display: flex;
}

.Q-box-inner {
  padding: 15px 45px 15px 20px;
  position: relative;
  width: 100%;
  background-color: transparent;
  border: none;
  text-align: left;
  background-color: #BACCE0;
  font-weight: 500;
  color: #000;
}

.Q-box-inner::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 20px;
  width: 18px;
  height: 18px;
  background: url(../images/common/faq-icon1.svg) no-repeat center center / contain;
  opacity: 1;
  transition: .2s;
  visibility: visible;
}
.Q-box-inner.is-accordion-head-opened::before{
  opacity: 0;
}
.Q-box-inner::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 20px;
  width: 18px;
  height: 18px;
  background: url(../images/common/faq-icon2.svg) no-repeat center center / contain;
  opacity: 0;
  transition: .2s;
}
.Q-box-inner.is-accordion-head-opened::after{
  opacity: 1;
}

.A-box-inner {
  padding: 15px 30px;
  border-right: 1px solid #E8E4DB;
  border-bottom: 1px solid #E8E4DB;
  border-left: 1px solid #E8E4DB;
}

.FAQ-icon {
  font-weight: 700;
  padding-right: 15px;
}

@media all and (min-width: 992px) {
  .FAQ-items {
    margin-bottom: 30px;
  }
  .Q-box {
    font-size: 1.25rem;
  }
  
  .Q-box::before {
    top: 19px;
    right: 11px;
    height: 16px;
  }

  .Q-box::after {
    top: 26px;
    right: 4px;
    width: 16px;
  }
  .A-box-inner{
    font-size: 1.125rem;
  }
}

/* //FAQ */

/* 幅広 */
.alignfull {
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.alignfull div[class*="__inner-container"], .alignwide div[class*="__inner-container"] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px
}

.alignwide {
  width: calc(100% + (100vw - 100%)/ 2);
  margin-left: calc((100% - 100vw)/ 4);
  margin-right: calc((100% - 100vw)/ 4);
}

@media all and (min-width: 576px) {
  .alignfull div[class*="__inner-container"], .alignwide div[class*="__inner-container"] {
    max-width: 540px;
  }
}

@media all and (min-width: 768px) {
  .alignfull div[class*="__inner-container"], .alignwide div[class*="__inner-container"] {
    max-width: 720px;
  }
}

@media all and (min-width: 992px) {
  .alignfull div[class*="__inner-container"], .alignwide div[class*="__inner-container"] {
    max-width: 960px;
  }
}

@media all and (min-width: 1200px) {
  .alignfull div[class*="__inner-container"], .alignwide div[class*="__inner-container"] {
    max-width: 1140px;
    padding: 15px
  }
}

/* //幅広 */
/* 背景の余白 */
p.has-background {
  padding: 1rem;
}
/* 背景の余白 */

/* リンクバナー */
.link-banner-row{
  row-gap: 15px;
}
.link-banner{
  display: block;
  position: relative;
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.link-banner:hover{
  opacity: 1;
  text-decoration: none!important;
}
.link-banner:hover::after{
  background-color: rgba(0, 0, 0, 0);
}
.link-banner::before{
  content: "";
  position: absolute;
  left: 0;
  top: -85px;
  bottom: 0;
  z-index: 0;
  transform: perspective(19px) rotateX(5deg);
  transform-origin: bottom left;
  width: 170px;
  height: 185px;
  z-index: 1;
}
.link-banner-blue::before{
  background-color: rgba(3, 94, 192, 0.6);
}
.link-banner-red::before{
  background-color: rgba(199, 23, 29, 0.6);
}
.link-banner::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: 0.3s;
}
.link-banner-inner {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  z-index: 10;
  padding: 16px 20px;
  text-align: center;
}
.link-banner-inner::before{
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 65px;
  height: 15px;
  background: url(../images/common/btn-arrow.svg) no-repeat center center / contain;
}
.link-faq{
  background: url(../images/common/banner-faq-bg.jpg) no-repeat center center / cover;
}
.link-contact{
  background: url(../images/common/banner-contact-bg.jpg) no-repeat center center / cover;
}
.link-product{
  background: url(../images/common/banner-product-bg.jpg) no-repeat center center / cover;
}
.link-case{
  background: url(../images/common/banner-case-bg.jpg) no-repeat center center / cover;
}
.link-column{
  background: url(../images/common/banner-column-bg.jpg) no-repeat center center / cover;
}

@media all and (min-width: 576px) {
  .link-banner::before{
    top: -278.5px;
    transform: perspective(26px) rotateX(5deg);
    transform-origin: bottom left;
    width: 360px;
    height: 458.23px;
  }
  .link-banner{
    width: 580px;
  }
  .link-banner-inner {
    height: 180px;
    font-size: 1.75rem;
    padding: 20px 40px;
    font-size: 1.875rem;
}
.link-banner-inner::before {
  right: 40px;
  bottom: 20px;
  width: 130px;
  height: 30px;
}
}
@media all and (min-width: 1400px) {
  .link-banner-inner {
    font-size: 1.875rem;
    padding: 30px 60px;
}
.link-banner-inner::before {
  right: 60px;
  bottom: 30px;
  width: 130px;
  height: 30px;
}
}
/* リンクバナー */

/* アーカイブページ */
.py-60{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.category-row{
  row-gap: 15px;
}
.category-item-wrap{
  background-color: #fff;
  padding: 40px 15px;
  box-shadow: 3px 3px #4f4f4f;
  height: 100%;
}
.category-item a{
  text-decoration: underline;
}
.category-image {
  object-fit: cover;
  aspect-ratio: 1 / 1;
  width: 100%;
  border: 1px solid #999;
}
.category-item-name{
  margin-top: 12px;
}
.pro_cat-item-inner{
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  margin-left: -8px;
  margin-right: -8px;
}
.pro_cat-item-thumbwrap, .pro_cat-item-text{
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
.pro_cat-item-thumbwrap img{
  width: 100%;
  border: 1px solid #999;
  /* object-fit: cover;
  aspect-ratio: 4 / 3; */
}
.pro_cat-item-ttl{
  text-decoration: underline;
  font-size: 1.375rem;
  margin-bottom: 10px;
}
.pro_cat-item-excerpt{
  color: #000;
}
@media all and (min-width: 576px) {
  .category-item-wrap{
    padding: 40px;
  }
  .pro_cat-item-thumbwrap, .pro_cat-item-text{
    width: 50%;
  }
}

@media all and (min-width: 992px) {
  .py-60{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .category-item-name{
    font-size: 1.125rem;
  }
}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {
  .category-row{
    margin-left: -20px;
    margin-right: -20px;
  }
  .category-row > *{
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* アーカイブページ */

/* 投稿詳細ページ */
.single-thumb{
  text-align: center;
}
@media all and (min-width: 576px) {
}

@media all and (min-width: 768px) {
  .single-thumb-wrap{
    display: flex;
    gap: 20px;
  }
  .single-thumb {
    min-width: 240px;
    max-width: 380px;
  }
}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}
/* 投稿詳細ページ */

/* クラシックエディタのテーブル */
table.character, table.character_l, .single-content table{
  width: 100%;
}
table.character tbody, table.character td, table.character tfoot, table.character th, table.character thead, table.character tr, table.character_l tbody, table.character_l td, table.character_l tfoot, table.character_l th, table.character_l thead, table.character_l tr, .single-content table tr, .single-content table th, .single-content table td {
  border: 1px solid;
}
table.character th, table.character_l th, .single-content table tr th {
  background-color: #EEF3F9;
  padding: 0.5rem;
}
table.character td, table.character_l td, .single-content table tr td {
  padding: 0.5rem;
}
/* クラシックエディタのテーブル */

.inquiry input[type="text"], .inquiry input[type="email"], .inquiry input[type="tel"], .inquiry textarea {
  width: 100%;
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .inquiry input[type="text"], .inquiry input[type="email"], .inquiry input[type="tel"], .inquiry textarea {
    width: 380px;
  }
}
/* 下記はコピペ用。パーツ毎にレスポンシブの記述をしてください。 */

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}