<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ====================
Layout
 ==================== */
.l-in__header {
  margin: 0 auto 3.8rem;
}
.l-in__title {
  width: 41rem;
}
@media screen and (max-width: 960px) {
  .l-in__title {
    width: 73.5294117647%;
    max-width: 50rem;
  }
}

/* ====================
Project
 ==================== */
.p-column {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.p-column__container {
  position: relative;
  margin: 0 auto;
  width: 81.944%;
  max-width: 1180px;
}
@media screen and (max-width: 960px) {
  .p-column__container {
    width: 89.944%;
  }
}
.p-column__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: -5.6rem;
}
@media screen and (max-width: 960px) {
  .p-column__list {
    margin-bottom: -2rem;
  }
}
.p-column__list-item {
  width: 30%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-column__list-item {
    margin: 0 5% 5.6rem 0;
  }
  .p-column__list-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-column__list-item {
    width: 48%;
    margin: 0 4% 2rem 0;
  }
  .p-column__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-column__pager {
  margin-top: 11.1rem;
}

.p-column_data {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-column_data__header {
  width: 100%;
  position: relative;
  margin: 0 auto 21px;
}
@media screen and (max-width: 960px) {
  .p-column_data__header {
    margin-bottom: 0.6rem;
  }
}
.p-column_data__thumb {
  width: 100%;
  padding-top: 55.5555555556%;
  position: relative;
  margin: 0 auto;
  background: url("../img/common/bg_ptn_dark.jpg") repeat left top;
  background-size: 20rem auto;
}
.p-column_data__thumb::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/thumb_line_off.png") repeat-x left top;
  background-size: auto 0.2rem;
  z-index: 1;
}
.p-column_data__thumb::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/thumb_line_on.png") repeat-x left top;
  background-size: auto 0.2rem;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-column_data:hover .p-column_data__thumb::after, .p-column_data:focus-visible .p-column_data__thumb::after {
  opacity: 1;
}
.p-column_data__thumb-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-column_data__thumb-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-blue);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-column_data:hover .p-column_data__thumb-img::before, .p-column_data:focus-visible .p-column_data__thumb-img::before {
  opacity: 0.15;
}
.p-column_data__inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-column_data__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-column_data__title {
    font-size: 1.2rem;
  }
}
.p-column_data:hover .p-column_data__title, .p-column_data:focus-visible .p-column_data__title {
  color: var(--color-blue-dark);
}
.p-column_data__date {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-family: "sirenne-text-mvb", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0rem;
  line-height: 1;
  color: var(--color-blue-dark);
}
@media screen and (max-width: 960px) {
  .p-column_data__date {
    font-size: 1.3rem;
  }
}
.p-column_data__foot {
  display: flex;
  align-items: center;
  margin-top: 1.2rem;
}
@media screen and (max-width: 960px) {
  .p-column_data__foot {
    margin-top: 0.6rem;
  }
}
.p-column_data__category {
  font-size: 1rem;
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  padding: 3px 5px 3px;
  line-height: 1;
  border-radius: 3px;
  margin-left: 9px;
  min-width: 55px;
  text-align: center;
}

.p-column_detail {
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-column_detail {
    margin-top: -4rem;
    width: 100%;
  }
}
.p-column_detail__head {
  position: relative;
  padding-bottom: 4.6rem;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 960px) {
  .p-column_detail__head {
    margin-bottom: 2.9rem;
    padding-bottom: 3.5rem;
  }
}
.p-column_detail__head::before {
  content: "";
  width: 100%;
  height: 0.5rem;
  background: url(../img/common/line_double.png) repeat-x left center;
  background-size: 9rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  .p-column_detail__head::before {
    height: 0.3rem;
    background-size: 7rem;
  }
}
.p-column_detail__head-ttl {
  font-size: 2.7rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-column_detail__head-ttl {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
}
.p-column_detail__head-foot {
  display: flex;
  align-items: center;
  margin-top: 2.4rem;
  font-family: "sirenne-text-mvb", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-column_detail__head-foot {
    margin-top: 0.6rem;
  }
}
.p-column_detail__head-date {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-family: "sirenne-text-mvb", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1;
  color: var(--color-blue-dark);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-column_detail__head-date {
    font-size: 1.3rem;
  }
}
.p-column_detail__head-category {
  font-size: 1.1rem;
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  padding: 3px 5px 3px;
  line-height: 1;
  border-radius: 3px;
  margin-left: 1.7rem;
  min-width: 55px;
  text-align: center;
  letter-spacing: -0.05rem;
}
.p-column_detail__article {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-column_detail__article {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.p-column_detail__article-thumb {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3.6rem;
}
@media screen and (max-width: 960px) {
  .p-column_detail__article-thumb {
    margin: 0 auto 2.9rem;
  }
}
.p-column_detail__article-block {
  background: url(../img/common/bg_ptn_dark.jpg) repeat 0 0;
  background-size: 200px;
  padding: 50px 39px;
  margin: 56px 0;
}
@media screen and (max-width: 960px) {
  .p-column_detail__article-block {
    margin: 25px 0;
    padding: 34px 21px;
    background: url(../img/common/bg_ptn_dark.jpg) repeat 0 0;
    background-size: 10rem;
  }
}
.p-column_detail__article h1 {
  position: relative;
  padding: 28px 0;
  line-height: 1.4;
  font-family: "hiragino-mincho-pron", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 21px;
  margin-top: 29px;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .p-column_detail__article h1 {
    margin-bottom: 24px;
    margin-top: 23px;
    padding: 16px 3px;
    font-size: 1.4rem;
  }
}
.p-column_detail__article h1::before, .p-column_detail__article h1::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  position: absolute;
  left: 0;
  background: url(../img/common/thumb_line_on.png) repeat-x left center;
  background-size: 9rem;
}
@media screen and (max-width: 960px) {
  .p-column_detail__article h1::before, .p-column_detail__article h1::after {
    height: 0.3rem;
    background-size: 7rem;
  }
}
.p-column_detail__article h1::before {
  top: 0;
}
.p-column_detail__article h1::after {
  bottom: 0;
}
.p-column_detail__article h2 {
  position: relative;
  line-height: 1.4;
  padding-left: 17px;
  font-size: 1.6rem;
  margin: 35px 0 20px;
}
@media screen and (max-width: 960px) {
  .p-column_detail__article h2 {
    margin: 28px 0 20px;
    padding-left: 0.8rem;
    font-size: 1.25rem;
  }
}
.p-column_detail__article h2:first-of-type {
  margin: 0 0 20px;
}
@media screen and (max-width: 960px) {
  .p-column_detail__article h2:first-of-type {
    margin: 0 0 13px;
  }
}
.p-column_detail__article h2::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/thumb_line_on.png) repeat-y 0 center;
  background-size: 10px;
}
.p-column_detail__article .wp-block-list.-small {
  margin-top: 5px;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-column_detail__article .wp-block-list.-small {
    font-size: 1.1rem;
  }
}
.p-column_detail__article .wp-block-separator {
  margin: 3rem 0;
}
@media screen and (max-width: 960px) {
  .p-column_detail__article .wp-block-separator {
    margin: 2.5rem 0;
  }
}
.p-column_detail__article a {
  text-decoration: underline;
  color: var(--color-blue-dark);
}
@media (hover: hover) and (pointer: fine) {
  .p-column_detail__article a:hover {
    text-decoration: none;
  }
}
.p-column_detail__article iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 961px) {
  .p-column_detail__article iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 960px) {
  .p-column_detail__article iframe {
    height: 45vw !important;
  }
}
.p-column_detail__article .wp-block-image {
  margin: 3rem auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-column_detail__share {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
}
.p-column_detail__share-ttl {
  font-size: 12px;
  letter-spacing: 0.2rem;
  margin-right: 1.8rem;
  font-family: "sirenne-text-mvb", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
.p-column_detail__share-list {
  display: flex;
}
.p-column_detail__share-list-item {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: url(../img/common/frame/share_frame_pc.png) no-repeat center center;
  background-size: contain;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (max-width: 960px) {
  .p-column_detail__share-list-item {
    background: url(../img/common/frame/share_frame_sp.png) no-repeat center center;
    background-size: contain;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-column_detail__share-list-item:hover, .p-column_detail__share-list-item:focus-visible {
    transform: translateY(-7px);
  }
}
.p-column_detail__share-list-item + .p-column_detail__share-list-item {
  margin-left: 0.7rem;
}
.p-column_detail__share-list-item .p-in_icon {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.p-column_detail__share-list-item.-x {
  background-color: #000000;
}
.p-column_detail__share-list-item.-facebook {
  background-color: #1977f3;
}
.p-column_detail__share-list-item.-line {
  background-color: #00bc00;
}
.p-column_detail__share-list-item svg {
  fill: var(--color-white);
  width: 100%;
}
.p-column_detail__share-list-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

/* 20250618 追記 ここから */

.p-column table th, .p-column table td {
  width:100%;
  display:block;
  border:0;
	text-align:left;
}

.p-column table th {
	background-color: #C2D7EB;
	border-radius: 20px;
	margin: 10px 0;
	box-sizing:border-box;
	padding-left:15px;
}

.p-column table td {
	margin: 10px 0;
}

.p-column p {
	margin: 2.6rem 0;
}

.p-column h3 {
	margin: 3em 0 !important;
}

.p-column h2 {
	margin: 3em 0 !important;
	font-size: 2rem !important;
}

/* 20250618 追記 ここまで */</pre></body></html>