h2.block_title,
.post-type-column h2 {
  border-top: solid 2px #1d6dab;
  border-bottom: solid 2px #1d6dab;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  padding: 12px 0;
}
h2.block_title + p {
  line-height: 2;
  margin-top: 20px;
}

h3.block_title,
.post-type-column h3 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 6px 0 5px 15px;
  color: #333;
  line-height: 1.5;
  margin-top: 25px;
}
h3.block_title::before,
.post-type-column h3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #1d6dab;
}
h3.block_title::after,
.post-type-column h3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  background-color: #cccccc;
  height: 1px;
  width: 100%;
}

h4.block_title,
.post-type-column h4 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  padding-left: 12px;
  border-left: solid 3px #1d6dab;
  margin-top: 20px;
}
h4 + .block01 {
  margin-top: 35px;
}

h5.block_title,
.post-type-column h5 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  padding-left: 16px;
  line-height: 1.5;
  margin-top: 25px;
}
h5.block_title::before,
.post-type-column h5::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  height: 2px;
  width: 7px;
  background-color: #1d6dab;
}
h5 + p {
  margin-top: 15px;
}

.block01 {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  gap: 0;
}
.block01_img {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  flex-basis: unset !important;
}
.block01_text {
  margin-top: 20px !important;
  flex-basis: unset !important;
}
.block01_text_content {
  margin-top: 0 !important;
}
.block01_text p {
  line-height: 2;
  color: #333;
}
.block01_reversed {
  flex-direction: column-reverse;
}
.block01_reversed .block01_text {
  padding-left: 0;
}

ul.wp-block-list {
  margin-top: 20px;
}
ul.wp-block-list li {
  position: relative;
  padding-left: 15px;
  color: #333;
}
ul.wp-block-list li:first-child {
  margin-top: 0;
}
ul.wp-block-list li::marker {
  content: none;
}
ul.wp-block-list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  background-color: #1d6dab;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

ol.wp-block-list {
  counter-reset: ol;
  list-style: none;
  margin-top: 20px;
}
ol.wp-block-list li {
  position: relative;
  padding-left: 15px;
  color: #333;
}
ol.wp-block-list li::before {
  content: counters(ol, ".") ". ";
  counter-increment: ol;
  color: #1d6dab;
  font-family: "Bodoni 72 Book", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: 2px;
  left: 0;
}

.block_frame {
  position: relative;
  background-color: #f5f5f5;
  padding: 20px;
  color: #333;
  margin-top: 60px;
  line-height: 2;
}
.block_frame::before {
  position: absolute;
  content: "";
  left: 10px;
  top: -9px;
  background: url(../images/column/detail/icon_quote_01.svg) no-repeat center/contain;
  width: 30px;
  height: 20px;
}

.wp-block-table {
  overflow-x: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
.wp-block-table table {
  border-collapse: collapse;
  min-width: 425px;
}
.wp-block-table thead {
  border-bottom: 0;
}

.block02 {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 60px 20px;
  border: solid 1px #cccccc;
  text-decoration: none !important;
  gap: 0;
  margin-top: 20px;
}
.block02::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  margin: 10px 0 0 auto;
  background: url(../images/column/detail/icon_arrow_01.svg) no-repeat center/cover;
  bottom: 20px;
  transform: translateX(-50%);
  left: 50%;
}
.block02_img {
  width: 100%;
  text-align: center;
  overflow: hidden;
  flex-basis: unset !important;
  flex-shrink: 0;
}
.block02_text {
  width: 100%;
  padding: 20px 0 10px;
  flex-basis: unset !important;
}
.block02_text_ttl {
  font-family: "Noto Serif JP", serif;
  position: relative;
  line-height: 1.5 !important;
  color: #333;
  padding: 3px 0 2px 11px;
  border-left: solid 2px #1d6dab;
  margin-top: 0 !important;
}
.block02_text_link a {
  font-size: 0.6875rem;
  font-family: "Bodoni 72 Book", sans-serif;
  color: #1d6dab;
  letter-spacing: 0.1em;
  margin-top: 10px;
  padding: 0;
  background-color: transparent;
  text-decoration: none !important;
  opacity: 1 !important;
}
.block02_text_link a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block02_text_desc {
  color: #727171;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block02.target_blank::after {
  background: url(../images/column/detail/icon_blank_01.svg) no-repeat center/cover;
}
.block02 .wp-block-button__link {
  font-size: 0.6875rem;
  font-family: "Bodoni 72 Book", sans-serif;
  color: #1d6dab;
  letter-spacing: 0.1em;
  margin-top: 10px;
  padding: 0;
  background-color: transparent;
  text-decoration: none !important;
  opacity: 1 !important;
}
.block02 .wp-block-button__link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wp-block-image .aligncenter {
  margin-top: 32px;
}

.has-text-align-center {
  text-align: left;
}

.has-text-align-right {
  text-align: left;
}

.editor-styles-wrapper .wp-block-table {
  table-layout: fixed;
  width: 100%;
  border-top: solid 1px #ccc;
}
.editor-styles-wrapper .wp-block-table th,
.editor-styles-wrapper .wp-block-table td {
  font-weight: 400;
  text-align: center;
}
.editor-styles-wrapper .wp-block-table th {
  background-color: #1d6dab;
  color: #fff;
  padding: 21px 10px;
  border-right: solid 1px #ccc;
}
.editor-styles-wrapper .wp-block-table th:first-child {
  border-left: solid 1px #ccc;
}
.editor-styles-wrapper .wp-block-table td {
  padding: 15px 10px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  height: auto;
}
.editor-styles-wrapper .wp-block-table td:first-child {
  border-left: solid 1px #ccc;
}
.editor-styles-wrapper .block02 .wp-block-button__link {
  font-size: 0.6875rem;
  font-family: "Bodoni 72 Book", sans-serif;
  color: #1d6dab;
  letter-spacing: 0.1em;
  margin-top: 10px;
  padding: 0;
  background-color: transparent;
  text-decoration: none !important;
  opacity: 1 !important;
}
.author-block {
    background: #f9f9f9;
    border: 1px solid #ececec;
    padding: 1.5rem;
    display: flex;
	flex-flow: column;
    align-items: flex-start; /* 上揃え */
    gap: 30px; /* 要素間に30pxの余白を追加 */
}

.author-block img {
    width: auto; /* 必要に応じてサイズ調整 */
    max-width: 250px; /* 画像の最大幅を指定 */
    height: auto; /* 縦横比を維持 */
}
@media screen and (min-width: 751px) {
  h2.block_title,
  .post-type-column h2 {
    padding: 18px 0;
    font-size: clamp(1.5rem, 0.4214963119vw + 1.3021601686rem, 1.75rem);
    line-height: 1.5;
  }
  h2.block_title + p {
    margin-top: 34px;
  }
  h3.block_title,
  .post-type-column h3 {
    padding-left: clamp(0.9375rem, 0.7376185458vw + 0.591280295rem, 1.375rem);
    font-size: clamp(1.375rem, 0.4214963119vw + 1.1771601686rem, 1.625rem);
    margin-top: 40px;
  }
  h3.block_title::before,
  .post-type-column h3::before {
    width: 6px;
  }
  h4.block_title,
  .post-type-column h4 {
    border-left: solid 6px #1d6dab;
    padding: 7px 0 7px clamp(0.625rem, 0.7376185458vw + 0.278780295rem, 1.0625rem);
    font-size: clamp(1.25rem, 0.4214963119vw + 1.0521601686rem, 1.5rem);
    margin-top: 46px;
  }
  h4 + .block01 {
    margin-top: 22px;
  }
  h5.block_title,
  .post-type-column h5 {
    padding-left: 22px;
    font-size: clamp(1.125rem, 0.4214963119vw + 0.9271601686rem, 1.375rem);
    margin-top: 40px;
  }
  h5.block_title::before,
  .post-type-column h5::before {
    width: 15px;
    height: 4px;
    top: 16px;
  }
  h5 + p {
    margin-top: 26px;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: unset !important;
  }
  .block01 {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 36px;
  }
  .block01_img {
    width: clamp(9.375rem, 15.8061116965vw + 1.9560063224rem, 18.75rem);
    top: 9px;
  }
  .block01_text {
    margin-top: 0 !important;
    width: calc(100% - clamp(9.375rem, 15.8061116965vw + 1.9560063224rem, 18.75rem));
    padding-left: clamp(1.25rem, 1.0537407798vw + 0.7554004215rem, 1.875rem);
  }
  .block01_reversed .block01_text {
    padding-right: clamp(1.25rem, 1.0537407798vw + 0.7554004215rem, 1.875rem);
  }
  ul.wp-block-list {
    margin-top: 27px;
  }
  ul.wp-block-list li {
    margin-top: 7px;
    padding-left: 16px;
  }
  ul.wp-block-list li::before {
    top: 10px;
  }
  ol.wp-block-list {
    margin-top: 36px;
  }
  ol.wp-block-list li {
    margin-top: 7px;
    padding-left: 16px;
  }
  ol.wp-block-list li::before {
    top: 0;
    left: -3px;
    font-size: 1.125rem;
  }
  .block_frame {
    padding: 31px clamp(1.25rem, 2.0021074816vw + 0.3102608008rem, 2.4375rem) 57px;
    margin-top: 58px;
  }
  .block_frame::before {
    left: 20px;
    top: -13px;
    width: 36px;
    height: 27px;
  }
  .wp-block-table {
    overflow-x: hidden;
    margin-top: 55px;
    margin-bottom: 58px;
  }
  .wp-block-table table {
    min-width: 100%;
  }
  .block02 {
    flex-direction: row;
    padding: 19px clamp(2.5rem, 5vw + -0.5rem, 4.8125rem) 19px clamp(0.625rem, 1.2162162162vw + -0.1047297297rem, 1.1875rem);
    transition: all 0.5s;
  }
  .block02:hover {
    border-color: #1d6dab;
  }
  .block02::after {
    width: clamp(1.375rem, 1.0810810811vw + 0.7263513514rem, 1.875rem);
    height: clamp(1.375rem, 1.0810810811vw + 0.7263513514rem, 1.875rem);
    margin: 0;
    bottom: auto;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    right: clamp(0.625rem, 3.1612223393vw + -0.8587987355rem, 2.5rem);
  }
  .block02 {
    margin-top: 40px;
  }
  .block02_img {
    width: clamp(9.375rem, 3.1612223393vw + 7.8912012645rem, 11.25rem);
  }
  .block02_text {
    width: calc(100% - clamp(9.375rem, 3.1612223393vw + 7.8912012645rem, 11.25rem));
    padding: 15px 0 0 clamp(0.9375rem, 0.5268703899vw + 0.6902002107rem, 1.25rem);
  }
  .block02_text_ttl {
    border-left: solid 4px #1d6dab;
    padding-left: 11px;
  }
  .block02_text_link a {
    margin-top: 9px;
    font-size: 0.8125rem;
  }
  .block02_text_desc {
    margin-top: 8px !important;
    font-size: 0.875rem;
  }
  .block02 .wp-block-button__link {
    margin-top: 9px;
    font-size: 0.8125rem;
  }
  .wp-block-image .aligncenter {
    margin-top: 64px;
  }
  .has-text-align-center {
    text-align: center;
  }
  .has-text-align-right {
    text-align: right;
  }
  .editor-styles-wrapper .wp-block-table td {
    line-height: 1.8571428571;
  }
  .editor-styles-wrapper .block02 .wp-block-button__link {
    margin-top: 9px;
    font-size: 0.8125rem;
  }
  .author-block {
    padding: 5rem;
    display: grid;
    grid-template-columns: auto auto;
	}
  .author-img {
    max-width: 250px;
    overflow: hidden;
}
	.author-block .new-content {
		grid-column: 1/3;
	}
}
/*# sourceMappingURL=maps/block-theme.css.map */
