<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Wysiwyg editor
 **************************************** */
.editor-styles-wrapper::before,
.editor-styles-wrapper::after,
.mce-content-body::before,
.mce-content-body::after {
  content: "";
  display: table;
}
.editor-styles-wrapper::after,
.mce-content-body::after {
  clear: both;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  font-family: "Noto Serif JP", "YuMincho", "æ¸¸æ˜Žæœ", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho ProN", "ãƒ¡ã‚¤ãƒªã‚ª",
    "Meiryo", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif;
  font-weight: 500;
}
.editor-styles-wrapper h1:not(:first-child),
.editor-styles-wrapper h2:not(:first-child),
.editor-styles-wrapper h3:not(:first-child),
.editor-styles-wrapper h4:not(:first-child),
.editor-styles-wrapper h5:not(:first-child),
.editor-styles-wrapper h6:not(:first-child) {
  margin-top: 2em;
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper h1:not(:first-child),
  .editor-styles-wrapper h2:not(:first-child),
  .editor-styles-wrapper h3:not(:first-child),
  .editor-styles-wrapper h4:not(:first-child),
  .editor-styles-wrapper h5:not(:first-child),
  .editor-styles-wrapper h6:not(:first-child) {
    margin-top: 1.5em;
  }
}
.editor-styles-wrapper h1:not(:last-child),
.editor-styles-wrapper h2:not(:last-child),
.editor-styles-wrapper h3:not(:last-child),
.editor-styles-wrapper h4:not(:last-child),
.editor-styles-wrapper h5:not(:last-child),
.editor-styles-wrapper h6:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper h1:not(:last-child),
  .editor-styles-wrapper h2:not(:last-child),
  .editor-styles-wrapper h3:not(:last-child),
  .editor-styles-wrapper h4:not(:last-child),
  .editor-styles-wrapper h5:not(:last-child),
  .editor-styles-wrapper h6:not(:last-child) {
    margin-bottom: 0.75em;
  }
}
.editor-styles-wrapper h1,
.editor-styles-wrapper h2 {
  font-size: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper h1,
  .editor-styles-wrapper h2 {
    font-size: 1.8571428571rem;
  }
}
.editor-styles-wrapper h3 {
  font-size: 1.625rem;
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper h3 {
    font-size: 1.5714285714rem;
  }
}
.editor-styles-wrapper h4 {
  font-size: max(18px, 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper h4 {
    font-size: 1.2857142857rem;
  }
}
.editor-styles-wrapper h5 {
  font-size: max(16px, 1.125rem);
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper h5 {
    font-size: 1.1428571429rem;
  }
}
.editor-styles-wrapper h6 {
  font-size: max(15px, 1.0625rem);
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper h6 {
    font-size: 1.0714285714rem;
  }
}

.editor-styles-wrapper ol,
.mce-content-body ol {
  list-style: decimal;
}

.editor-styles-wrapper ul:not(:first-child),
.editor-styles-wrapper ol:not(:first-child),
.mce-content-body ul:not(:first-child),
.mce-content-body ol:not(:first-child) {
  margin-top: 1em;
}
.editor-styles-wrapper ul:not(:last-child),
.editor-styles-wrapper ol:not(:last-child),
.mce-content-body ul:not(:last-child),
.mce-content-body ol:not(:last-child) {
  margin-bottom: 1em;
}

.editor-styles-wrapper ul li,
.editor-styles-wrapper ol li,
.mce-content-body ul li,
.mce-content-body ol li {
  margin-left: 2.5em !important;
}

.editor-styles-wrapper ul li,
.editor-styles-wrapper ol li,
.mce-content-body ul li,
.mce-content-body ol li {
  position: relative;
  padding-top: 0.5em;
}
.editor-styles-wrapper ul li::marker,
.editor-styles-wrapper ol li::marker,
.mce-content-body ul li::marker,
.mce-content-body ol li::marker {
  color: #00709b;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.editor-styles-wrapper ul li,
.mce-content-body ul li {
  list-style: none;
}
.editor-styles-wrapper ul li::before,
.mce-content-body ul li::before {
  content: "";
  position: absolute;
  top: 1.0625em;
  left: -2.125em;
  width: 0.625em;
  aspect-ratio: 1/1;
  border: 1px solid #00709b;
  border-radius: 50%;
  background-color: #00709b;
}

.editor-styles-wrapper ul[style="list-style-type: circle;"] li::before,
.mce-content-body ul[style="list-style-type: circle;"] li::before {
  background-color: #fff;
}

.editor-styles-wrapper ol,
.mce-content-body ol {
  list-style-type: decimal-leading-zero;
}

.editor-styles-wrapper .wp-block-image img,
.mce-content-body img {
  margin: 1em 0;
  max-width: 100%;
  height: auto;
}

.editor-styles-wrapper .wp-caption,
.mce-content-body .wp-caption {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

.editor-styles-wrapper hr,
.mce-content-body hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: none;
  border-bottom: 2px solid #00709b;
}

.editor-styles-wrapper a .wp-block-image img,
.mce-content-body a img {
  transition: all 0.4s ease-out;
}

.editor-styles-wrapper a:hover .wp-block-image img,
.mce-content-body a:hover img {
  opacity: 0.8;
}

.editor-styles-wrapper .alignleft,
.mce-content-body .alignleft {
  float: left;
  clear: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.editor-styles-wrapper .alignright,
.mce-content-body .alignright {
  float: right;
  clear: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.editor-styles-wrapper .aligncenter,
.mce-content-body .aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.editor-styles-wrapper .wp-block-image img.aligncenter,
.mce-content-body .wp-block-image img.aligncenter {
  display: block;
}

.editor-styles-wrapper .alignleft:last-child,
.editor-styles-wrapper .alignright:last-child,
.editor-styles-wrapper .aligncenter:last-child,
.mce-content-body .alignleft:last-child,
.mce-content-body .alignright:last-child,
.mce-content-body .aligncenter:last-child {
  margin-bottom: 0;
}

.editor-styles-wrapper p:not(:last-child),
.mce-content-body p:not(:last-child) {
  margin-bottom: 1em;
}

.editor-styles-wrapper strong,
.mce-content-body strong {
  font-weight: bold;
}

.editor-styles-wrapper blockquote,
.mce-content-body blockquote {
  margin: 1em 0;
  padding: 1rem 2.5rem;
  border-radius: 0.1875rem;
  position: relative;
  display: inline-block;
  font-style: oblique;
  color: #666;
  background-color: #f0efec;
  text-align: left;
}
.editor-styles-wrapper blockquote::before,
.editor-styles-wrapper blockquote::after,
.mce-content-body blockquote::before,
.mce-content-body blockquote::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  opacity: 0.25;
}
.editor-styles-wrapper blockquote::before,
.mce-content-body blockquote::before {
  background-image: url("../images/common/icon-quote_left.svg");
  top: 0.875rem;
  left: 0.75rem;
}
.editor-styles-wrapper blockquote::after,
.mce-content-body blockquote::after {
  background-image: url("../images/common/icon-quote_right.svg");
  bottom: 0.875rem;
  right: 0.75rem;
}

.editor-styles-wrapper blockquote p,
.mce-content-body blockquote p {
  margin-bottom: 0;
}

.editor-styles-wrapper a,
.mce-content-body a {
  text-decoration: underline;
}
.editor-styles-wrapper a:hover,
.mce-content-body a:hover {
  text-decoration: none;
}

.editor-styles-wrapper table,
.mce-content-body table {
  height: auto !important;
}

.editor-styles-wrapper table,
.mce-content-body table {
  border: none;
}
.editor-styles-wrapper table:not(:first-child),
.mce-content-body table:not(:first-child) {
  margin-top: 1em;
}
.editor-styles-wrapper table:not(:last-child),
.mce-content-body table:not(:last-child) {
  margin-bottom: 1em;
}

.editor-styles-wrapper th,
.editor-styles-wrapper td,
.editor-styles-wrapper tr,
.mce-content-body th,
.mce-content-body td,
.mce-content-body tr {
  height: auto !important;
}

.editor-styles-wrapper th,
.editor-styles-wrapper td,
.mce-content-body th,
.mce-content-body td {
  padding: 1em;
  border: 1px solid #7fb7cd;
  vertical-align: top;
}

.editor-styles-wrapper th,
.mce-content-body th {
  min-width: 8.5rem;
  text-align: left;
}

.editor-styles-wrapper sup,
.mce-content-body sup {
  font-size: max(10px, 0.75rem);
  color: #555;
}

.bold {
  font-weight: bold;
  color: #00709b;
}

/* iframe */
.editor-styles-wrapper iframe,
.mce-content-body iframe {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}
.editor-styles-wrapper iframe:not(:first-child),
.mce-content-body iframe:not(:first-child) {
  margin-top: 2em;
}
.editor-styles-wrapper iframe:not(:last-child),
.mce-content-body iframe:not(:last-child) {
  margin-bottom: 2em;
}

@media screen and (max-width: 47.9375em) {
  .mce-content-body .alignright,
  .mce-content-body .alignleft {
    width: 100% !important;
  }
  .mce-content-body .alignright,
  .mce-content-body .alignleft {
    float: none;
    margin: 1em auto;
    display: block;
  }
  .editor-styles-wrapper blockquote,
  .mce-content-body blockquote {
    padding: 1rem;
  }
  .editor-styles-wrapper blockquote::before,
  .mce-content-body blockquote::before {
    top: 0;
    left: 0;
  }
  .editor-styles-wrapper blockquote::after,
  .mce-content-body blockquote::after {
    bottom: 0;
    right: 0;
  }
  .editor-styles-wrapper table,
  .mce-content-body table {
    max-width: none !important;
  }
  .editor-styles-wrapper th,
  .mce-content-body th {
    font-weight: bold;
  }
  .editor-styles-wrapper th,
  .editor-styles-wrapper td,
  .mce-content-body th,
  .mce-content-body td {
    padding: 0.5em 1em;
  }
  .table-sp-full {
    width: 100% !important;
  }
  .table-sp-full th,
  .table-sp-full td {
    flex: 1;
  }
  .table-sp-block,
  .table-sp-block th,
  .table-sp-block td {
    width: 100% !important;
  }
  .table-sp-block th,
  .table-sp-block td {
    display: block;
  }
  .mce-content-body iframe[src*="google.com/maps"] {
    aspect-ratio: 4/3;
  }
  /* table scroll */
  .table-sp-scroll {
    width: 50rem;
  }
  .scroll {
    overflow-x: scroll;
    margin-bottom: 1em;
    -webkit-overflow-scrolling: touch;
  }
  .scroll table {
    margin: 0;
  }
  .scroll--cap {
    margin: 1em 0 0 !important;
  }
  .scroll--cap {
    text-align: right;
    opacity: 0.25;
    font-size: max(12px, 0.875rem);
  }
}
/* ãƒ–ãƒ­ãƒƒã‚¯ã‚¹ã‚¿ã‚¤ãƒ«
*************************************************** */
/* è¦‹å‡ºã— */
.editor-ttl,
.editor-ttl-clr,
.editor-ttl2,
.editor-ttl2-clr,
.editor-ttl3,
.is-style-editor-ttl-clr,
.is-style-editor-ttl,
.is-style-editor-ttl2-clr,
.is-style-editor-ttl2,
.is-style-editor-ttl3 {
  font-family: "Noto Serif JP", "YuMincho", "æ¸¸æ˜Žæœ", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho ProN", "ãƒ¡ã‚¤ãƒªã‚ª",
    "Meiryo", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif;
  font-weight: 500;
}
.editor-ttl:not(:first-child),
.editor-ttl-clr:not(:first-child),
.editor-ttl2-clr:not(:first-child),
.editor-ttl2:not(:first-child),
.editor-ttl3:not(:first-child),
.is-style-editor-ttl:not(:first-child),
.is-style-editor-ttl-clr:not(:first-child),
.is-style-editor-ttl2-clr:not(:first-child),
.is-style-editor-ttl2:not(:first-child),
.is-style-editor-ttl3:not(:first-child) {
  margin-top: 2em;
}
@media screen and (max-width: 47.9375em) {
  .editor-ttl:not(:first-child),
  .editor-ttl2:not(:first-child),
  .editor-ttl3:not(:first-child),
  .editor-ttl-clr:not(:first-child),
  .editor-ttl2-clr:not(:first-child),
  .is-style-editor-ttl:not(:first-child),
  .is-style-editor-ttl-clr:not(:first-child),
  .is-style-editor-ttl2-clr:not(:first-child),
  .is-style-editor-ttl2:not(:first-child),
  .is-style-editor-ttl3:not(:first-child) {
    margin-top: 1.5em;
  }
}
.editor-ttl:not(:last-child),
.editor-ttl-clr:not(:last-child),
.editor-ttl2-clr:not(:last-child),
.editor-ttl2:not(:last-child),
.editor-ttl3:not(:last-child),
.is-style-editor-ttl:not(:last-child),
.is-style-editor-ttl-clr:not(:last-child),
.is-style-editor-ttl2-clr:not(:last-child),
.is-style-editor-ttl2:not(:last-child),
.is-style-editor-ttl3:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 47.9375em) {
  .editor-ttl:not(:last-child),
  .editor-ttl2:not(:last-child),
  .editor-ttl-clr:not(:last-child),
  .editor-ttl2-clr:not(:last-child),
  .editor-ttl3:not(:last-child),
  .is-style-editor-ttl:not(:last-child),
  .is-style-editor-ttl-clr:not(:last-child),
  .is-style-editor-ttl2-clr:not(:last-child),
  .is-style-editor-ttl2:not(:last-child),
  .is-style-editor-ttl3:not(:last-child) {
    margin-bottom: 0.75em;
  }
}

.editor-ttl,
.is-style-editor-ttl {
  font-size: 2rem;
  color: #00709b;
}
@media screen and (max-width: 47.9375em) {
  .editor-ttl,
  .is-style-editor-ttl {
    font-size: 1.4285714286rem;
  }
}
.editor-ttl-clr,
.is-style-editor-ttl-clr {
  font-size: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .editor-ttl,
  .is-style-editor-ttl {
    font-size: 1.4285714286rem;
  }
}

.editor-ttl2,
.is-style-editor-ttl2 {
  font-size: max(22px, 1.5rem);
}
@media screen and (max-width: 47.9375em) {
  .editor-ttl2,
  .is-style-editor-ttl2 {
    font-size: 1.2857142857rem;
  }
}
.editor-ttl2-clr,
.is-style-editor-ttl2-clr {
  color: #00709b;
  font-size: max(22px, 1.5rem);
}
@media screen and (max-width: 47.9375em) {
  .editor-ttl2-clr,
  .is-style-editor-ttl2-clr {
    font-size: 1.2857142857rem;
  }
}

.editor-ttl3,
.is-style-editor-ttl3 {
  font-size: max(16px, 1.125rem);
}
@media screen and (max-width: 47.9375em) {
  .editor-ttl3,
  .is-style-editor-ttl3 {
    font-size: 1.1428571429rem;
  }
}

/* æ³¨æ„æ›¸ã */
.txt-attention,
.is-style-txt-attention {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: max(12px, 0.875rem);
  opacity: 0.6;
}
@media screen and (max-width: 47.9375em) {
  .txt-attention,
  .is-style-txt-attention {
    font-size: 0.9285714286rem;
  }
}
.txt-attention::before,
.is-style-txt-attention::before {
  content: "â€»";
}

/* ãƒ†ãƒ¼ãƒ–ãƒ« */
.works_table {
  border: 2px solid #ccc !important;
}
.works_table th,
.works_table td {
  border: 1px solid #ccc;
}
.works_table th {
  background-color: #eee;
}

.table1 th,
.table1 td {
  position: relative;
  border: 0;
  padding: 1em 1.5em;
}
.table1 th::before,
.table1 td::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 3px);
}

.table1 th {
  color: #00709b;
}
.table1 th::before {
  left: 0;
  border-bottom: 2px solid #00709b;
}

.table1 td::before {
  right: 0;
  border-bottom: 1px solid #7fb7cd;
}
.table2 {
  background-color: #fff;
  border: 1px solid #7fb7cd;
}
@media screen and (max-width: 767px) {
  .table2 table th:not(:last-child) {
    border-right: 0;
  }
  .table2 table td:not(:first-child) {
    border-left: 0;
  }
}

.table2 th {
  background-color: #00709b;
  color: #fff;
}

/* ãƒœãƒƒã‚¯ã‚¹ */
.box,
.is-style-box {
  padding: 1.5rem 2rem;
  background-color: #f6fafb;
  border-radius: 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .box,
  .is-style-box {
    padding: 1.5rem;
  }
}
.box:not(:first-child),
.is-style-box:not(:first-child) {
  margin-top: 2em;
}
.box:not(:last-child),
.is-style-box:not(:last-child) {
  margin-bottom: 2em;
}
.box *:not([class*="clr-"]):not([class*="bold"]):not([class*="editor-ttl"]),
.is-style-box *:not([class*="clr-"]):not([class*="bold"]):not([class*="editor-ttl"]) {
  color: #404044;
}

.lps_sec:nth-child(even) *:not(.bg-wht) .box,
.lps_sec[style*="background-color"] *:not(.bg-wht) .box {
  background-color: #fff;
}
.box2,
.is-style-box2 {
  padding: 1.5rem 2rem;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .box2,
  .is-style-box2 {
    padding: 1.5rem;
  }
}
.box2:not(:first-child),
.is-style-box2:not(:first-child) {
  margin-top: 2em;
}
.box2:not(:last-child),
.is-style-box2:not(:last-child) {
  margin-bottom: 2em;
}
.box2 *:not([class*="clr-"]):not([class*="bold"]):not([class*="editor-ttl"]),
.is-style-box2 *:not([class*="clr-"]):not([class*="bold"]):not([class*="editor-ttl"]) {
  color: #404044;
}

.lps_sec:nth-child(even) *:not(.bg-wht) .box2,
.lps_sec[style*="background-color"] *:not(.bg-wht) .box2 {
  background-color: #fff;
}

/* ãƒªã‚¹ãƒˆ */
.list-circle::before,
.editor-styles-wrapper ul .is-style-list-circle::before {
  background-color: transparent;
}

.list-square::before,
.editor-styles-wrapper ul .is-style-list-square::before {
  border-radius: 0;
}

.list-check::before,
.list-check::after,
.editor-styles-wrapper ul .is-style-list-check::before,
.editor-styles-wrapper ul .is-style-list-check::after {
  content: "";
  position: absolute;
}
.list-check::before,
.editor-styles-wrapper ul .is-style-list-check::before {
  top: 0.625em;
  left: -2.5em;
  width: 1.5em;
  aspect-ratio: 1/1;
  background-color: #00709b;
  border-radius: 50%;
}
.list-check::after,
.editor-styles-wrapper ul .is-style-list-check::after {
  top: 1.0625em;
  left: -2.0625em;
  width: 0.625em;
  height: 0.4375em;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

@media screen and (max-width: 47.9375em) {
  /* ãƒ†ãƒ¼ãƒ–ãƒ« */
  .table1.table-sp-block td::before {
    display: none;
  }
  .table2.table-sp-block th,
  .table2.table-sp-block td {
    border-bottom: 0;
  }
  .table2.table-sp-block tr:last-child &gt; *:last-child {
    border-bottom: 1px solid #7fb7cd;
  }
}
/* ç®¡ç†ç”»é¢ã‚¨ãƒ‡ã‚£ã‚¿ç”¨
*************************************************** */
h1.editor-post-title__input {
  padding: 32px 0;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", "YuMincho", "æ¸¸æ˜Žæœ", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho ProN", "ãƒ¡ã‚¤ãƒªã‚ª",
    "Meiryo", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif;
}

.editor-styles-wrapper,
.editor-styles-wrapper * {
  font-family: "YuGothic", "Noto Serif JP", "YuMincho", "æ¸¸æ˜Žæœ", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho ProN",
    "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif;
}

.editor-styles-wrapper {
  font-size: 16px;
}

@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper table tr *:first-child:nth-last-child(2),
  .editor-styles-wrapper table tr *:first-child:nth-last-child(2) ~ * {
    width: auto !important;
  }
  .editor-styles-wrapper table tr *:first-child:nth-last-child(2),
  .editor-styles-wrapper table tr *:first-child:nth-last-child(2) ~ * {
    display: table-cell;
  }
}
</pre></body></html>