<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Wysiwyg editor
 **************************************** */
  .mce-content-body {
    word-break: break-word;
  }
  .mce-content-body ol {
    list-style: decimal;
  }
  .mce-content-body ul:not(:first-child),
  .mce-content-body ol:not(:first-child) {
    margin-top: 1em;
  }
  .mce-content-body ul:not(:last-child),
  .mce-content-body ol:not(:last-child) {
    margin-bottom: 1em;
  }
  .mce-content-body ul li,
  .mce-content-body ol li {
    position: relative;
    margin: 0;
    border-bottom: none;
    padding: 0;
    margin-left: 2em;
    padding-top: .5em;
  }
  .mce-content-body ul li {
    list-style: none;
  }
  .mce-content-body ul li::before {
    content: '';
    position: absolute;
    top: 1em;
    left: -1.3em;
    width: 10px;
    height: 10px;
    border: 1px solid #5CABBC;
    background-color: #5CABBC;
  }
  .mce-content-body ul[style="list-style-type: circle;"] li::before {
    background-color: #fff;
  }
  .mce-content-body ul:not([style="list-style-type: square;"]) li::before {
    border-radius: 50%;
  }
  .mce-content-body img {
    margin: 1em 0;
    max-width: 100%;
    height: auto;
  }
  .mce-content-body hr {
    border: 0;
    background-image: url(../images/common/sen02.png);
    background-repeat: repeat-x;
  }
  .mce-content-body .txt-wh hr {
    background-image: url(../images/common/sen03.png);
  }
  .mce-content-body .box {
    padding: 32px 64px;
    background-image: url(../images/common/box-bg.png);
    border-radius: 10px;
  }
  .win .mce-content-body .box {
    transform: rotate(.04deg);
  }
  .mce-content-body .box:not(:first-child) {
    margin-top: 2em;
  }
  .mce-content-body .box:not(:last-child) {
    margin-bottom: 2em;
  }
  .mce-content-body .box-wh {
    background-color: #fff;
    border: 0;
  }
  .mce-content-body .alignleft {
    float: left;
    clear: left;
    margin-right: 1em;
    margin-bottom: 1em;
  }
  .mce-content-body .alignright {
    float: right;
    clear: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }
  .mce-content-body .aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
  .mce-content-body img.aligncenter {
    display: block;
  }
  .mce-content-body .alignleft:last-child,
  .mce-content-body .alignright:last-child,
  .mce-content-body .aligncenter:last-child {
    margin-bottom: 0;
  }
  .mce-content-body p {
    letter-spacing: .1em;
  }
  .mce-content-body p:not(:last-child) {
    margin-bottom: 1em;
  }
  .mce-content-body strong {
    font-weight: bold;
  }
  .mce-content-body blockquote {
    margin: 1em 0;
    padding: 15px 40px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    font-style: oblique;
    color: #666;
    background-color: #f8f8f8;
  }
  .mce-content-body blockquote p { margin-bottom: 0; }
  .mce-content-body blockquote::before,
  .mce-content-body blockquote::after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    opacity: .25;
  }
  .mce-content-body blockquote::before {
    background-image: url('../images/common/icon-quote_left.svg');
    top: 13px;
    left: 10px;
  }
  .mce-content-body blockquote::after {
    background-image: url('../images/common/icon-quote_right.svg');
    bottom: 13px;
    right: 10px;
  }
  .mce-content-body a {
    text-decoration: underline;
  }
  .mce-content-body a:hover {
    text-decoration: none;
  }
  .mce-content-body .footer_text small {
    display: block;
    margin-top: 8px;
    text-align: right;
  }
  .mce-content-body table {
    border: none;
    height: auto !important;
  }
  .mce-content-body table:not(:first-child) { margin-top: 1em; }
  .mce-content-body table:not(:last-child) { margin-bottom: 1em; }
  .mce-content-body th,
  .mce-content-body td,
  .mce-content-body tr {
    height: auto !important;
  }
  .mce-content-body th,
  .mce-content-body td {
    padding: 1em;
    border: 1px solid #D3D3D3;
    line-height: 1.5;
    vertical-align: middle;
  }
  .mce-content-body th {
    min-width: 120px;
    text-align: left;
  }
  .mce-content-body sup {
    font-size: 70%;
    color: #555;
  }
  .bold {
    font-weight: bold;
    color: #3196A8;
  }

  /* iframe */
  .mce-content-body .iframe {
    position: relative;
  }
  .mce-content-body .iframe:not(:last-child) {
    margin-bottom: 2em;
  }
  .mce-content-body .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mce-content-body .iframe--youtube,
  .mce-content-body .iframe--google_map {
    padding-top: calc( 9 / 16 * 100% );
  }

  /* table scroll */
  .table-sp-scroll {
    white-space: nowrap;
  }
  .scroll {
    overflow-x: scroll;
    margin-bottom: 1em;
    -webkit-overflow-scrolling: touch;
  }
  .scroll table { margin: 0; }
  .scroll--cap {
    text-align: right;
    margin: 1em 0 0 !important;
    opacity: .25;
    font-size: 93%;
  }

  @media screen and (max-width: 767px) {
    .mce-content-body {
      font-size: 100%;
    }
    .mce-content-body p:not([class]) {
      text-align: left !important;
    }
    .mce-content-body .alignright,
    .mce-content-body .alignleft  {
      width: 100% !important;
      float: none;
      margin: 20px auto;
      display: block;
    }
    .mce-content-body blockquote {
      padding: 15px;
    }
    .mce-content-body blockquote::before {
      top: 0;
      left: 0;
    }
    .mce-content-body blockquote::after {
      bottom: 0;
      right: 0;
    }
    .mce-content-body ul li::before {
      width: 8px;
      height: 8px;
    }
    .mce-content-body table {
      max-width: none !important;
    }
    .mce-content-body th {
      font-weight: bold;
    }
    .mce-content-body th,
    .mce-content-body td {
      padding: 8px;
    }
    .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 .box {
      padding: 24px;
    }
  }

/* 邂｡逅�判髱｢繧ｨ繝�ぅ繧ｿ逕ｨ
*************************************************** */
  .mce-content-body.wp-editor {
    padding: 24px !important;
    max-height: 100vh !important;
    overflow-y: scroll !important;
  }

  @media screen and (max-width: 767px) {
    .mce-content-body.wp-editor table tr *:first-child:nth-last-child(2),
    .mce-content-body.wp-editor table tr *:first-child:nth-last-child(2) ~ * {
      display: table-cell;
      width: auto !important;
    }
  }

/* add quicktag
*************************************************** */
  /* 隕句�縺� */
  .editor-ttl,
  .editor-ttl2,
  .editor-ttl3,
  .editor-ttl4 {
    letter-spacing: .1em;
  }
  .editor-ttl:not(:first-child),
  .editor-ttl2:not(:first-child),
  .editor-ttl3:not(:first-child),
  .editor-ttl4:not(:first-child) {
    margin-top: 1em;
  }
  .editor-ttl:not(:last-child),
  .editor-ttl2:not(:last-child),
  .editor-ttl3:not(:last-child),
  .editor-ttl4:not(:last-child) {
    margin-bottom: .5em;
  }
  .editor-ttl,
  .editor-ttl2,
  .editor-ttl4 {
    font-family: 'A1譏取悃', 'A1 Mincho';
  }
  .editor-ttl {
    font-size: 200%; /*32px*/
  }
  .editor-ttl::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: .25em;
    background-image: url(../images/common/sen01.png);
    background-repeat: repeat-x;
  }
  .editor-ttl2 {
    font-size: 175%; /*28px*/
    color: #3196A8;
  }
  .editor-ttl3 {
    position: relative;
    font-size: 112.5%; /* 18px */
    padding-left: 1em;
  }
  .editor-ttl3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: .313em; /* 5px */
    height: 100%;
    background-color: #5CABBC;
    border-radius: .15em;
  }
  .editor-ttl4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 137.5%; /* 22px */
    color: #3196a8;
  }
  .editor-ttl4::before,
  .editor-ttl4::after {
    content: '';
    display: block;
    width: 28px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .editor-ttl4::before {
    background-image: url(../images/common/midashi4-left.png);
    margin-right: .5em;
  }
  .editor-ttl4::after {
    background-image: url(../images/common/midashi4-right.png);
    margin-left: .5em;
  }

  /* 豕ｨ諢乗嶌縺� */
  .txt-attention {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 94%; /*14px*/
    color: #999;
  }
  .txt-attention::before {
    content: '窶ｻ';
  }

  /* 繝��繝悶Ν */
  .mce-content-body table:not(.table1) th,
  .table2 th {
    background-color: #3196A8;
    color: #fff;
  }
  .table1 th,
  .table1 td {
    position: relative;
    border: 0;
    padding: 1em 1.5em;
  }
  .table1 th {
    color: #3196A8;
    font-size: 112.5%; /* 18px */
  }
  .table1 tr {
    position: relative;
  }
  .table1 tr::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .table1 tr::before {
    left: 0;
    height: 2px;
    border-bottom: 2px dotted #5CABBC;
  }
  /* IE */
  _:-ms-input-placeholder, :root .table1 tr {
    border-bottom: 2px dotted #5CABBC;
  }
  _:-ms-input-placeholder, :root .table1 tr::before {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .editor-ttl {
      font-size: 142.86%; /*20px*/
    }
    .editor-ttl2 {
      font-size: 128.57%; /*18px*/
    }
    .editor-ttl3 {
      font-size: 114.29%; /*16px*/
    }
    .editor-ttl4::before,
    .editor-ttl4::after {
      width: 22px;
      height: 27px;
    }
    .editor-ttl4::before {
      background-image: url(../images/common/midashi4-left_sp.png);
    }
    .editor-ttl4::after {
      background-image: url(../images/common/midashi4-right_sp.png);
    }

    /* 繝��繝悶Ν */
    .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 #D3D3D3;
    }
    .table1.table-sp-block th,
    .table1.table-sp-block td {
      padding-left: 0;
      padding-right: 0;
    }
    .table1.table-sp-block th {
      padding-bottom: 0;
    }

    /* 豕ｨ諢乗嶌縺� */
    .txt-attention {
      font-size: 93%; /*13px*/
    }
  }</pre></body></html>