.l-sidebar {
  width: 300px;
  max-width: 100%;
  margin-left: 0;
}

@media screen and (max-width: 834px) {
  .l-sidebar {
    width: 100%;
    padding-top: 0;
  }
}

.l-sidebarOthersList {
  margin-bottom: 0;
  margin-top: 20px;
}

.l-sidebarOthersItem:not(:first-of-type) {
  margin-top: 0px;
}

.l-sidebarOthersItem:not(:last-of-type) {
  border-bottom: 1px solid #ababab;
  margin-bottom: 20px;
  padding-bottom: 16px;
}

.l-sidebarOthersItem__title {
  -webkit-line-clamp: 2;
  /* Chrome, Safari, Opera */
  -moz-line-clamp: 2;
  /* Firefox */
  -ms-line-clamp: 2;
  /* IE 10+ */
  line-clamp: 2;
  color: #222222;
  margin-left: 10px;
  width: calc(100% - 96px);
  font-weight: normal;
}

.l-sidebarOthersItem a {
  text-decoration: none;
  display: flex;
  -webkit-transition: 0.3s;
  /* Safari */
  -moz-transition: 0.3s;
  /* Firefox */
  -ms-transition: 0.3s;
  /* IE 10+ */
  -o-transition: 0.3s;
  /* Opera */
  transition: 0.3s;
}

.l-sidebarOthersItem a:hover {
  opacity: 0.7;
}

.p-archiveColumn {
  width: calc(100% - 340px);
}

.p-singleColumn {
  width: calc(100% - 340px);
}

@media screen and (max-width:834px) {
  .p-archiveColumn {
    width: 100%;
  }

  .p-singleColumn {
    width: 100%;
  }
}

.p-archiveColumnList__img {
  width: 82px;
  height: 46px;
}

.p-singleColumn__thumb {
  margin-top: 0px;
  aspect-ratio: 700/396;
  display: flex;
}

.p-archiveColumn .p-aboutColumn__content {
  flex-wrap: wrap;
  margin-top: 0;
}

.p-archiveColumn .c-columnItem {
  width: calc((100% - 30px) / 2);
}

@media screen and (max-width:834px) {
  .p-archiveColumn .c-columnItem {
    width: 100%;
  }
}

.p-archiveColumn .c-columnItem__img {
  aspect-ratio: 700 / 396;
  height: unset;
}

.p-archiveColumn .c-columnItem__img img {
  width: 100%;
  height: 100%;
}

.p-archiveColumn .c-columnItem a {
  width: 100%;
  -webkit-transition: 0.3s;
  /* Safari */
  -moz-transition: 0.3s;
  /* Firefox */
  -ms-transition: 0.3s;
  /* IE 10+ */
  -o-transition: 0.3s;
  /* Opera */
  transition: 0.3s;
}

.p-archiveColumn .c-columnItem a:hover {
  opacity: 0.7;
}

.p-archiveColumn .c-columnItem__title {
  -webkit-box-orient: vertical;
  /* Chrome, Safari, Opera */
  -moz-box-orient: vertical;
  /* Firefox */
  -ms-box-orient: vertical;
  /* IE 10+ */
  -webkit-line-clamp: 2;
  /* Chrome, Safari, Opera */
  -moz-line-clamp: 2;
  /* Firefox */
  -ms-line-clamp: 2;
  /* IE 10+ */
  display: -webkit-box;
  /* Chrome, Safari, Opera */
  display: -moz-box;
  /* Firefox */
  display: -ms-box;
  /* IE 10+ */
  overflow: hidden;
}

/* コラムページ新しい最新レイアウト */
li,
dd {
  list-style-type: none;
}

@media screen and (max-width:834px) {
  .p-singleColumn .l-section {
    padding-bottom: 0;
  }
}

.p-singleColumn__content {
  margin-top: 2.1875rem;
}

.p-singleColumn__headerTitle {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 60px;
}

@media screen and (max-width:834px) {
  .p-singleColumn__headerTitle {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}



.p-singleColumn__headerInfo {
  margin-bottom: 20px;
}

/* 基本的な上下の余白 */
.p-singleColumn .p-singleColumn__content h2.wp-block-heading,
.p-singleColumn .p-singleColumn__content h3.wp-block-heading,
.p-singleColumn .p-singleColumn__content h4.wp-block-heading,
.p-singleColumn .p-singleColumn__content p,
.p-singleColumn .p-singleColumn__content .wp-block-image,
.p-singleColumn .p-singleColumn__content .wp-block-table,
.p-singleColumn .p-singleColumn__content .wp-block-embed.is-provider-youtube,
.p-singleColumn .p-singleColumn__content .g-map {
  margin-bottom: 1.125rem;
}

.p-singleColumn .p-singleColumn__content h2.wp-block-heading+h2.wp-block-heading,
.p-singleColumn .p-singleColumn__content h2.wp-block-heading+h3.wp-block-heading,
.p-singleColumn .p-singleColumn__content h2.wp-block-heading+h4.wp-block-heading,
.p-singleColumn .p-singleColumn__content h3.wp-block-heading+h2.wp-block-heading,
.p-singleColumn .p-singleColumn__content h3.wp-block-heading+h3.wp-block-heading,
.p-singleColumn .p-singleColumn__content h3.wp-block-heading+h4.wp-block-heading,
.p-singleColumn .p-singleColumn__content h4.wp-block-heading+h2.wp-block-heading,
.p-singleColumn .p-singleColumn__content h4.wp-block-heading+h3.wp-block-heading,
.p-singleColumn .p-singleColumn__content h4.wp-block-heading+h4.wp-block-heading {
  margin-top: 2rem;
}

@media screen and (max-width: 834px) {

  .p-singleColumn .p-singleColumn__content h2.wp-block-heading+h2.wp-block-heading,
  .p-singleColumn .p-singleColumn__content h2.wp-block-heading+h3.wp-block-heading,
  .p-singleColumn .p-singleColumn__content h2.wp-block-heading+h4.wp-block-heading,
  .p-singleColumn .p-singleColumn__content h3.wp-block-heading+h2.wp-block-heading,
  .p-singleColumn .p-singleColumn__content h3.wp-block-heading+h3.wp-block-heading,
  .p-singleColumn .p-singleColumn__content h3.wp-block-heading+h4.wp-block-heading,
  .p-singleColumn .p-singleColumn__content h4.wp-block-heading+h2.wp-block-heading,
  .p-singleColumn .p-singleColumn__content h4.wp-block-heading+h3.wp-block-heading,
  .p-singleColumn .p-singleColumn__content h4.wp-block-heading+h4.wp-block-heading {
    margin-top: 1rem;
  }
}

.p-singleColumn .p-singleColumn__content h2.wp-block-heading,
.p-singleColumn .p-singleColumn__content h3.wp-block-heading,
.p-singleColumn .p-singleColumn__content h4.wp-block-heading {
  margin-top: 4rem;
}

@media screen and (max-width: 834px) {

  .p-singleColumn .p-singleColumn__content h2.wp-block-heading,
  .p-singleColumn .p-singleColumn__content h3.wp-block-heading,
  .p-singleColumn .p-singleColumn__content h4.wp-block-heading {
    margin-top: 2rem;
  }
}

.p-singleColumn .p-singleColumn__content ul,
.p-singleColumn .p-singleColumn__content ol,
.p-singleColumn .p-singleColumn__content blockquote.wp-block-quote,
.p-singleColumn .p-singleColumn__content .wp-block-buttons,
.p-singleColumn .p-singleColumn__content .blog-card,
.p-singleColumn .p-singleColumn__content .note-box {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 834px) {

  .p-singleColumn .p-singleColumn__content ul,
  .p-singleColumn .p-singleColumn__content ol,
  .p-singleColumn .p-singleColumn__content blockquote.wp-block-quote,
  .p-singleColumn .p-singleColumn__content .wp-block-buttons,
  .p-singleColumn .p-singleColumn__content .blog-card,
  .p-singleColumn .p-singleColumn__content .note-box {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

/* 見出し2 */
.p-singleColumn .p-singleColumn__content h2.wp-block-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  border-left: 3px solid #0B1325;
  background-color: #F3F3F3;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.45;
}

@media screen and (max-width: 834px) {
  .p-singleColumn .p-singleColumn__content h2.wp-block-heading {
    padding-left: 1rem;
    font-size: 1.375rem;
    line-height: 1.3181818182;
  }
}

/* 見出し3 */
.p-singleColumn .p-singleColumn__content h3.wp-block-heading {
  padding: 1.25rem 0;
  border-top: 3px solid #0B1325;
  border-bottom: 3px solid #0B1325;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.45;
}

@media screen and (max-width: 834px) {
  .p-singleColumn .p-singleColumn__content h3.wp-block-heading {
    padding: 0.875rem 0;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

/* 見出し4 */
.p-singleColumn .p-singleColumn__content h4.wp-block-heading {
  padding: 0.3125rem 0 0.3125rem 1.5rem;
  border-left: 3px solid #0B1325;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  .p-singleColumn .p-singleColumn__content h4.wp-block-heading {
    padding-left: 0.9375rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

/* リスト */
.p-singleColumn .p-singleColumn__content ul,
.p-singleColumn .p-singleColumn__content ol {
  font-weight: 400;
  padding: 0;
}

.p-singleColumn .p-singleColumn__content ul li+li,
.p-singleColumn .p-singleColumn__content ol li+li {
  margin-top: 0.5rem;
}

.p-singleColumn .p-singleColumn__content ul li,
.p-singleColumn .p-singleColumn__content ol li {
  position: relative;
}

/* ulリスト */
.p-singleColumn .p-singleColumn__content ul li {
  padding-left: 1.25rem;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}

.p-singleColumn .p-singleColumn__content ul li::before {
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #0B1325;
  content: "";
}

.p-singleColumn .p-singleColumn__content ul li::after {
  display: none;
}

/* olリスト */
.p-singleColumn .p-singleColumn__content ol {
  list-style-type: none;
  counter-reset: item;
}

.p-singleColumn .p-singleColumn__content ol li::before {
  position: absolute;
  top: 0rem;
  left: 0;
  content: counter(item) "　";
  font-weight: 700;
  counter-increment: item;
}

.p-singleColumn .p-singleColumn__content ol li {
  padding-left: 1.5rem;
}

/* 本文 */
.p-singleColumn .p-singleColumn__content p {
  font-weight: 400;
  line-height: 1.8;
}

/* リンク */
.p-singleColumn .p-singleColumn__content a {
  color: #216BC8;
}

/* 引用ブロック */
.p-singleColumn .p-singleColumn__content blockquote.wp-block-quote {
  margin-right: 0;
  margin-left: 0;
  padding: 2rem;
  border-left: none;
  border-radius: 8px;
  background-color: #F3F3F3;
  color: #222222;
}

@media screen and (max-width:834px) {
  .p-singleColumn .p-singleColumn__content blockquote.wp-block-quote {
    padding: 1rem;
  }
}

.p-singleColumn .p-singleColumn__content blockquote.wp-block-quote cite {
  display: block;
  margin-top: 0.75rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  text-align: right;
}

@media screen and (max-width:834px) {
  .p-singleColumn .p-singleColumn__content blockquote.wp-block-quote cite {
    margin-top: 0.5rem;
    text-align: left;
  }
}

/* ボタン */
.wp-block-buttons>.wp-block-button {
  display: inline-block;
  margin: 0;
}

@media screen and (max-width: 834px) {
  .p-singleColumn .p-singleColumn__content .wp-block-button {
    width: 100%;
  }
}

.p-singleColumn .p-singleColumn__content .wp-block-button__link {
  position: relative;
  min-width: 20rem;
  padding: 0.8125rem 2.5rem;
  background-color: #0B1325;
  color: #fff;
  font-size: 1.125rem;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  /* Safari */
  -moz-transition: all 0.3s;
  /* Firefox */
  -ms-transition: all 0.3s;
  /* IE 10+ */
  -o-transition: all 0.3s;
  /* Opera */
  transition: all 0.3s;
}

@media screen and (max-width:834px) {
  .p-singleColumn .p-singleColumn__content .wp-block-button__link {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    font-size: 1rem;
  }
}

.p-singleColumn .p-singleColumn__content .wp-block-button .wp-block-button__link::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.80625rem;
  height: 1.13125rem;
  transform: translateY(-50%);
  background: url(../img/svg/btn-arrow.svg) no-repeat center center / contain;
  content: "";
}

/* テーブル */
.wp-block-table.table-type01,
.wp-block-table.table-type02,
.wp-block-table.table-type03,
.wp-block-table.table-type04,
.wp-block-table.table-type05 {
  overflow: auto;
}

.wp-block-table.table-type01 table,
.wp-block-table.table-type02 table,
.wp-block-table.table-type03 table,
.wp-block-table.table-type04 table,
.wp-block-table.table-type05 table {
  width: -webkit-max-content;
  /* Chrome, Safari */
  width: -moz-max-content;
  /* Firefox */
  width: max-content;
  min-width: 100%;
  max-width: -webkit-max-content;
  /* Chrome, Safari */
  max-width: -moz-max-content;
  /* Firefox */
  max-width: max-content;
  table-layout: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: .5em;
}

.wp-block-table.table-type01 table th,
.wp-block-table.table-type01 table td,
.wp-block-table.table-type02 table th,
.wp-block-table.table-type02 table td,
.wp-block-table.table-type03 table th,
.wp-block-table.table-type03 table td,
.wp-block-table.table-type04 table th,
.wp-block-table.table-type04 table td,
.wp-block-table.table-type05 table th,
.wp-block-table.table-type05 table td {
  width: auto;
  min-width: 14.0625rem;
  max-width: 28.125rem;
  padding: 0.9375rem 0.625rem;
  border: 1px solid #858585;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 834px) {

  .wp-block-table.table-type01 table th,
  .wp-block-table.table-type01 table td,
  .wp-block-table.table-type02 table th,
  .wp-block-table.table-type02 table td,
  .wp-block-table.table-type03 table th,
  .wp-block-table.table-type03 table td,
  .wp-block-table.table-type04 table th,
  .wp-block-table.table-type04 table td,
  .wp-block-table.table-type05 table th,
  .wp-block-table.table-type05 table td {
    min-width: 9.375rem;
    max-width: 21.875rem;
  }
}

.wp-block-table.table-type02 tr:first-child td {
  background-color: #0B1325;
  color: #fff;
}

.wp-block-table.table-type03 tr td:first-child {
  max-width: 18.75rem;
  background-color: #0B1325;
  color: #fff;
}

.wp-block-table.table-type04 tr td:first-child {
  max-width: 18.75rem;
  background-color: #0B1325;
  color: #fff;
}

.wp-block-table.table-type04 tr:first-child td {
  background-color: #0B1325;
  color: #fff;
}


/* テーブルスクロール */
.scroll-custom {
  padding-bottom: 10px;
}

.simplebar-track.simplebar-horizontal {
  max-width: 100%;
  height: 8px;
  margin: 0 auto;
  border-radius: 100px;
  background: #EEEEEE;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  left: 2px;
  height: 4px;
  border-radius: 100px;
  background: transparent;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  top: 0;
  right: 6px;
  height: 4px;
  border-radius: 100px;
  background: #999999;
  opacity: 1;
}

/* 注意パネル */
.note-box {
  padding: 2rem;
  border-radius: 8px;
  background-color: #F0F5FF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.note-box p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .note-box {
    padding: 1.25rem 1rem 1.5rem;
  }
}

.note-box-title {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 3.75rem !important;
  padding-left: 3.75rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}

@media screen and (max-width: 767px) {
  .note-box-title {
    margin-bottom: 2.1875rem !important;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.note-box-title::after {
  position: absolute;
  bottom: -1.875rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0B1325;
  content: "";
}

@media screen and (max-width: 767px) {
  .note-box-title::after {
    bottom: -1.375rem;
  }
}

.note-box-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.8125rem;
  height: 2.5rem;
  transform: translateY(-50%);
  background: url(../img/svg/icon-caution.svg) no-repeat center center / contain;
  content: "";
}

@media screen and (max-width: 834px) {
  .note-box-title::before {
    width: 2.375rem;
    height: 2.09375rem;
  }
}

.note-box-text {
  margin-bottom: 0 !important;
  font-size: 1rem;
  line-height: 1.8125;
}

/* 動画埋め込み */
.wp-block-embed {
  overflow-wrap: break-word;
}

.wp-block-embed__wrapper {
  position: relative;
}

.p-singleColumn .p-singleColumn__content .wp-block-embed.is-provider-youtube iframe {
  aspect-ratio: 720 / 400;
  width: 100%;
  height: 100%;
}

.p-singleColumn__BottomBanner {
  display: flex;
  gap: 20px;
}

.p-singleColumn__BottomBanner1,
.p-singleColumn__BottomBanner2 {
  transition: 0.3s;
}

.p-singleColumn__BottomBanner1:hover,
.p-singleColumn__BottomBanner2:hover {
  opacity: 0.7;
}

@media screen and (max-width: 834px) {
  .p-singleColumn__BottomBanner {
    flex-direction: column;
  }
}