.mce-content-body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
.mce-content-body h1 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  color: #4C3E33;
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body h1 {
    font-size: max(20px, 20px + 8 * (100vw - 390px) / 1049);
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.mce-content-body h2 {
  font-size: 32px;
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  padding: 15px 20px;
  background-color: #6699CC;
  margin-top: 100px;
  margin-bottom: 29px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .mce-content-body h2 {
    font-size: max(24px, 24px + 8 * (100vw - 768px) / 671);
    padding: 15px max(10px, 10px + 10 * (100vw - 768px) / 671);
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body h2 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
    padding: 15px max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .mce-content-body h2 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
    padding: max(12px, 12px + 3 * (100vw - 320px) / 69) 10px;
  }
}
.mce-content-body h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #6699CC;
  margin-top: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.mce-content-body h2 .small {
  font-size: 24px;
}
.mce-content-body h3 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  color: #1E57BE;
  margin-top: 60px;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #BAD5F2;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .mce-content-body h3 {
    font-size: max(20px, 20px + 8 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .mce-content-body h3 {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
.mce-content-body h3::before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: #1E57BE;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 1439px) {
  .mce-content-body h3::before {
    width: max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}
.mce-content-body h3.orange {
  color: #D67A13;
  border-color: #EDD7BE;
}
.mce-content-body h3.orange::before {
  background-color: #D67A13;
}
.mce-content-body h3.border_none {
  border-bottom: none;
  padding-bottom: 0;
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body h3.border_none {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
.mce-content-body h3.border_none::before {
  display: none;
}
.mce-content-body h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #1E57BE;
  padding: 13px 10px 13px 25px;
  background: #E6F2FF;
  position: relative;
  margin-top: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body h4 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 3 * (100vw - 390px) / 1049) 10px max(10px, 10px + 3 * (100vw - 390px) / 1049) max(22px, 22px + 3 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .mce-content-body h4 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
    padding: max(8px, 8px + 2 * (100vw - 320px) / 69) 10px max(8px, 8px + 2 * (100vw - 320px) / 69) 20px;
  }
}
.mce-content-body h4::before {
  content: "";
  display: block;
  width: 10px;
  height: calc(100% - 10px);
  background-color: #1E57BE;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 2px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body h4::before {
    width: max(8px, 8px + 2 * (100vw - 390px) / 1049);
    left: max(3.5px, 3.5px + 1.5 * (100vw - 390px) / 1049);
  }
}
.mce-content-body h4.no-style {
  background: none;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body h4.no-style {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.mce-content-body h4.no-style::before {
  display: none;
}
.mce-content-body h5 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #1E57BE;
  padding-bottom: 5px;
  border-bottom: 1px solid #1E57BE;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body h5 {
    font-size: max(15px, 15px + 3 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.mce-content-body h6 {
  font-size: 16px;
  padding: 5px 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 5px;
  background: #E6F2FF;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body h6 {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    padding: min(6.5px, 6.5px + -1.5 * (100vw - 390px) / 1049) 10px;
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.mce-content-body h2 + img, .mce-content-body h2 + p img {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body h2 + img, .mce-content-body h2 + p img {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.mce-content-body h2 + img.mb0, .mce-content-body h2 + p img.mb0 {
  margin-bottom: 0;
}
.mce-content-body > img {
  margin: 20px auto;
}
@media screen and (max-width: 1439px) {
  .mce-content-body > img {
    margin: max(10px, 10px + 10 * (100vw - 390px) / 1049) auto;
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body > img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mce-content-body > h3 + img, .mce-content-body > h3 + p img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mce-content-body > h3 + img, .mce-content-body > h3 + p img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mce-content-body p {
  line-height: 1.875;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.mce-content-body span.fz20 {
  font-size: 20px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  .mce-content-body span.fz20 {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .border_bottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #1E57BE;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mce-content-body .border_bottom .large {
  font-size: 28px;
  font-weight: bold;
  color: #1E57BE;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .border_bottom .large {
    font-size: max(20px, 20px + 8 * (100vw - 390px) / 1049);
  }
}
.mce-content-body.post_content h1 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  color: #4C3E33;
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body.post_content h1 {
    font-size: max(20px, 20px + 8 * (100vw - 390px) / 1049);
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.mce-content-body.post_content h1 + h2 {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body.post_content h1 + h2 {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.mce-content-body.post_content h2 {
  font-size: 28px;
  margin-bottom: 47px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body.post_content h2 {
    font-size: max(20px, 20px + 8 * (100vw - 390px) / 1049);
    margin-bottom: max(27px, 27px + 20 * (100vw - 390px) / 1049);
  }
}
.mce-content-body.post_content h2::after {
  margin-top: 5px;
  bottom: -5px;
}
.mce-content-body.post_content h3 {
  font-size: 24px;
  margin-top: 40px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body.post_content h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.mce-content-body.post_content h3::before {
  width: 107px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body.post_content h3::before {
    width: max(40px, 40px + 67 * (100vw - 390px) / 1049);
  }
}
.mce-content-body.post_content h4 {
  font-size: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body.post_content h4 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.mce-content-body.post_content h2 + img, .mce-content-body.post_content h2 + p img {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body.post_content h2 + img, .mce-content-body.post_content h2 + p img {
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.mce-content-body.post_content p {
  line-height: 1.875;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body.post_content p {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.mce-content-body.post_content .box.box_blue {
  background: #E6F2FF;
}
.mce-content-body .box {
  padding: 25px;
  margin-top: 24px;
  margin-bottom: 24px;
  border: 1px solid #1E57BE;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .box {
    padding: max(20px, 20px + 5 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .box > *:first-child {
  margin-top: 0 !important;
}
.mce-content-body .box > *:last-child {
  margin-bottom: 0 !important;
}
.mce-content-body .box.box_blue {
  background: #F0F7FF;
}
.mce-content-body .box.box_blue h4 {
  background: none;
}
.mce-content-body .box.box_yellow {
  background: #FCFAE0;
  border: 1px solid #CCC100;
}
.mce-content-body .box.box_yellow h4 {
  background: none;
}
.mce-content-body .box.border5 {
  border-width: 5px;
}
.mce-content-body .box .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #BAD5F2;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .box .title {
    padding-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .box .title span.number {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #6699CC;
  color: #fff;
  font-size: 24px;
  font-family: "Marcellus", serif;
  display: grid;
  place-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .box .title span.number {
    width: max(40px, 40px + 10 * (100vw - 390px) / 1049);
    height: max(40px, 40px + 10 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .box .title h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  color: #1E57BE;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .box .title h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .box .title h3::before {
  display: none;
}
.mce-content-body .box .title h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #1E57BE;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .box .title h4 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .box .title h4::before {
  display: none;
}
.mce-content-body ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 0;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul li {
  font-size: 16px;
  line-height: 180%;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    padding-left: max(13px, 13px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #9CC7F4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.65em;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul li::before {
    width: max(8px, 8px + 2 * (100vw - 390px) / 1049);
    height: max(8px, 8px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table th, .mce-content-body table td {
  font-size: 16px;
  border: 1px solid #D7D3C9;
  vertical-align: middle;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table th, .mce-content-body table td {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table thead th {
  text-align: center;
  font-size: 16px;
  padding: 13px 20px;
  font-weight: bold;
  color: #fff;
  background-color: #1E57BE;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table thead th {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 3 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table tbody th {
  background: #E6F2FF;
  font-weight: bold;
}
.mce-content-body table tbody th, .mce-content-body table tbody td {
  padding: 20px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table tbody th, .mce-content-body table tbody td {
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table.orange thead th {
  background-color: #D67A13;
}
.mce-content-body table.slim thead th {
  padding: 10px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table.slim thead th {
    padding: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table.slim tbody td, .mce-content-body table.slim tbody th {
  padding: 10px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table.slim tbody td, .mce-content-body table.slim tbody th {
    padding: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table .center {
  text-align: center;
}
.mce-content-body table.min920 {
  min-width: 920px;
}
.mce-content-body table a {
  text-decoration: underline;
}
.mce-content-body table.grd_table tr td:first-of-type {
  text-align: center;
  color: #1E57BE;
  font-weight: bold;
}
.mce-content-body table.grd_table tr:nth-of-type(2) td:not(:first-of-type) {
  background: #F7FBFF;
}
.mce-content-body table.grd_table tr:nth-of-type(3) td:not(:first-of-type) {
  background: #EEF7FF;
}
.mce-content-body table.grd_table tr:nth-of-type(4) td:not(:first-of-type) {
  background: #E6F2FF;
}
.mce-content-body table.grd_table tr:nth-of-type(5) td:not(:first-of-type) {
  background: #D4E7FB;
}
.mce-content-body table.table_style02 th, .mce-content-body table.table_style02 td {
  border-color: #1E57BE;
}
.mce-content-body table.table_style02 tbody tr:nth-of-type(odd) th, .mce-content-body table.table_style02 tbody tr:nth-of-type(odd) td {
  background-color: #fff;
}
.mce-content-body table.table_style02 tbody tr:nth-of-type(even) th, .mce-content-body table.table_style02 tbody tr:nth-of-type(even) td {
  background-color: #E6F2FF;
}
.mce-content-body table.table_style02 tbody th {
  width: 320px;
  text-align: center;
  font-weight: bold;
  color: #1E57BE;
  padding: 15px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table.table_style02 tbody th {
    width: max(120px, 120px + 200 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table.table_style02 tbody th a {
  text-decoration: underline;
}
.mce-content-body table.table_style03 th, .mce-content-body table.table_style03 td {
  padding: 10px;
}
.mce-content-body table.table_style03 tbody tr:nth-of-type(odd) th, .mce-content-body table.table_style03 tbody tr:nth-of-type(odd) td {
  background-color: #fff;
}
.mce-content-body table.table_style03 tbody tr:nth-of-type(even) th, .mce-content-body table.table_style03 tbody tr:nth-of-type(even) td {
  background-color: #E6F2FF;
}
.mce-content-body table.th_left_table tbody th {
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #1E57BE;
  padding: 10px;
  width: 150px;
  font-size: 16px;
  line-height: 160%;
  border-color: #DBDBDB;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table.th_left_table tbody th {
    width: max(80px, 80px + 70 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .mce-content-body table.th_left_table tbody th {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
.mce-content-body table.th_left_table tbody td {
  background: #fff;
  border-color: #DBDBDB;
  padding: 10px;
  font-size: 16px;
  line-height: 160%;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table.th_left_table tbody td {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .mce-content-body table.th_left_table tbody td {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
.mce-content-body table.table_bgcolor-3 tbody th {
  width: 280px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table.table_bgcolor-3 tbody th {
    width: max(80px, 80px + 200 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table.table_bgcolor-3 tbody th.bg_blue {
  background: #306CB5;
}
.mce-content-body table.table_bgcolor-3 tbody th.bg_red {
  background: #C96060;
}
.mce-content-body table.table_bgcolor-3 tbody th.bg_green {
  background: #5AAE31;
}
.mce-content-body .scroll_wrap {
  overflow: scroll;
  padding: 10px 25px 10px 10px;
}
.mce-content-body ul.list_detail_text {
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.list_detail_text {
    gap: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.list_detail_text li {
  padding-left: 0;
}
.mce-content-body ul.list_detail_text li::before {
  display: none;
}
.mce-content-body ul.list_detail_text li div.heading {
  margin: 0;
  font-size: 18px;
  line-height: 180%;
  color: #1E57BE;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.list_detail_text li div.heading {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
    padding-left: max(13px, 13px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.list_detail_text li div.heading::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #9CC7F4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.7em;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.list_detail_text li div.heading::before {
    width: max(8px, 8px + 2 * (100vw - 390px) / 1049);
    height: max(8px, 8px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.list_detail_text li p {
  font-weight: 400;
  margin: 0;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.list_detail_text li p {
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid {
  display: grid;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid .box {
  margin: 0;
  height: 100%;
}
.mce-content-body .grid.col-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid.col-2 {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid.col-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid.col-3 {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid.col-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid.col-4 {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid.col-5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid.col-5 {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body .grid.sp-col-1 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body .grid.sp-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body .grid.sp-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mce-content-body .grid.gap25 {
  gap: 25px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid.gap25 {
    gap: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid .grid_item > *:first-child {
  margin-top: 0 !important;
}
.mce-content-body .grid .grid_item > *:last-child {
  margin-bottom: 0 !important;
}
.mce-content-body .grid.grid_heading_list {
  gap: 0;
}
.mce-content-body .grid.grid_heading_list .grid_item {
  border: 1px solid #1E57BE;
}
.mce-content-body .grid.grid_heading_list .grid_item:first-of-type {
  border-right: none;
}
.mce-content-body .grid.grid_heading_list h4 {
  padding: 18px;
  background: #1E57BE;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439px) and (max-width: 1439px) {
  .mce-content-body .grid.grid_heading_list h4 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 8 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid.grid_heading_list h4::before {
  display: none;
}
.mce-content-body .grid.grid_heading_list ul.bg_list {
  padding: 25px;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid.grid_heading_list ul.bg_list {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid.card_list {
  gap: 32px 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid.card_list {
    gap: max(10px, 10px + 22 * (100vw - 390px) / 1049) max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid.card_list .grid_item {
  background: #E6F2FF;
  padding: 25px;
  border: 1px solid #1E57BE;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid.card_list .grid_item {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid.card_list .grid_item h5 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #1E57BE;
  line-height: 160%;
  padding-bottom: 10px;
  border-bottom: 1px solid #BAD5F2;
  font-family: "Shippori Mincho B1", serif;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid.card_list .grid_item h5 {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
    padding-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid.card_list .grid_item .bg_blue {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #6699CC;
  border-radius: 5px;
  padding: 10px;
  margin: 16px auto;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid.card_list .grid_item .bg_blue {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
    padding: max(6.5px, 6.5px + 3.5 * (100vw - 390px) / 1049);
    margin: max(10px, 10px + 6 * (100vw - 390px) / 1049) auto;
  }
}
.mce-content-body .grid.card_list .grid_item p {
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid.card_list .grid_item p {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid.card_list .grid_item .price {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid.card_list .grid_item .price {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid.card_list .grid_item .price .small {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid.card_list .grid_item .price .small {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 40px 0;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .flex {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin: max(20px, 20px + 20 * (100vw - 390px) / 1049) 0;
  }
}
.mce-content-body .flex.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mce-content-body .flex.aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mce-content-body .flex.col-2 .flex_item:first-of-type {
  width: 43.63%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.mce-content-body .flex.col-2 .flex_item:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mce-content-body .flex.col-2.slim .flex_item:first-of-type {
  width: 38.18%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .mce-content-body .flex.sp-col-1 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body .flex.sp-col-1 .flex_item {
    width: 100% !important;
  }
}
.mce-content-body .flex h3 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  color: #1E57BE;
  border-bottom: 1px solid #1E57BE;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .flex h3 {
    font-size: max(20px, 20px + 8 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .flex h3::before {
  display: none;
}
.mce-content-body .flex > *:first-child {
  margin-top: 0 !important;
}
.mce-content-body .flex > *:last-child {
  margin-bottom: 0 !important;
}
.mce-content-body .flex .flex_item > *:first-child {
  margin-top: 0 !important;
}
.mce-content-body .flex .flex_item > *:last-child {
  margin-bottom: 0 !important;
}
.mce-content-body .flex .flex_item .profile_box {
  height: auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .flex .flex_item .profile_box {
    margin-bottom: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .flex .flex_item.access_box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mce-content-body .flex .flex_item.access_box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.mce-content-body .flex .flex_item.access_box dl > :last-child {
  padding-bottom: 0 !important;
}
.mce-content-body .flex .flex_item.access_box dl dt, .mce-content-body .flex .flex_item.access_box dl dd {
  padding-bottom: 10px;
  border-bottom: 1px solid #BAD5F2;
  margin-bottom: 16px;
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .flex .flex_item.access_box dl dt, .mce-content-body .flex .flex_item.access_box dl dd {
    padding-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    margin-bottom: max(10px, 10px + 6 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .flex .flex_item.access_box dl dt:last-of-type, .mce-content-body .flex .flex_item.access_box dl dd:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mce-content-body .flex .flex_item.access_box dl dt {
  width: 97px;
  font-weight: bold;
}
.mce-content-body .flex .flex_item.access_box dl dd {
  width: calc(100% - 97px);
}
.mce-content-body .flex .flex_item.access_box .btn {
  margin-inline: 0;
  margin-top: 40px;
  max-width: 100%;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .flex .flex_item.access_box .btn {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body .flex .flex_item.access_box .btn {
    margin-inline: auto;
  }
}
.mce-content-body .flex .flex_item.access_box .btn.btn_orange a {
  background: #D67A13;
}
.mce-content-body .flex .flex_item.access_box .btn.btn_orange a:hover {
  background: #E68A00;
}
.mce-content-body .flex .flex_item.access_box .btn a {
  width: 260px;
  height: 45px;
  background: #1E57BE;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
@media screen and (max-width: 500px) {
  .mce-content-body .flex .flex_item.access_box .btn a {
    max-width: 100%;
    width: 350px;
  }
}
.mce-content-body .flex .flex_item.access_box .btn a:hover {
  background: #6699CC;
}
.mce-content-body .flex .flex_item.access_box .btn a::after {
  content: "";
  display: block;
  width: 11px;
  height: 9px;
  background: url(../img/common/icon_btn_arrow_right.svg) no-repeat center/contain;
  margin-left: 10px;
  margin-top: 2px;
}
.mce-content-body .profile_box {
  padding: 20px;
  border-top: 5px solid #9CC7F4;
  background: #F9F9F9;
  height: 100%;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .profile_box {
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .profile_box > *:first-child {
  margin-top: 0 !important;
}
.mce-content-body .profile_box > *:last-child {
  margin-bottom: 0 !important;
}
.mce-content-body .profile_box h5 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  border-bottom: none;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .profile_box h5 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    margin-bottom: max(10px, 10px + 6 * (100vw - 390px) / 1049);
    padding-left: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .profile_box h5::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #9CC7F4;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  .mce-content-body .profile_box h5::before {
    width: max(10px, 10px + 5 * (100vw - 390px) / 1049);
    height: max(10px, 10px + 5 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .profile_box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.mce-content-body .profile_box dl > :last-child {
  padding-bottom: 0 !important;
}
.mce-content-body .profile_box dl dt, .mce-content-body .profile_box dl dd {
  padding-bottom: 5px;
  border-bottom: 1px solid #BAD5F2;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .profile_box dl dt, .mce-content-body .profile_box dl dd {
    margin-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .profile_box dl dt:last-of-type, .mce-content-body .profile_box dl dd:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mce-content-body .profile_box dl dt {
  width: 88px;
  color: #1E57BE;
  font-weight: 400;
}
.mce-content-body .profile_box dl dd {
  width: calc(100% - 88px);
}
.mce-content-body .profile_box dl.slim dt {
  width: 68px;
}
.mce-content-body .profile_box dl.slim dd {
  width: calc(100% - 68px);
}
.mce-content-body .profile_box dl.full dd {
  width: 100%;
  padding-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .profile_box p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.step_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 82px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.step_list {
    gap: max(45px, 45px + 37 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.step_list li {
  position: relative;
  background: #E6F2FF;
  padding: 25px;
  border: 1px solid #1E57BE;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.step_list li {
    padding: max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.step_list li:nth-of-type(even) {
  background: #FDFBE2;
}
.mce-content-body ul.step_list li::before {
  display: none;
}
.mce-content-body ul.step_list li > *:last-child {
  margin-bottom: 0 !important;
}
.mce-content-body ul.step_list li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 83px;
  height: 34px;
  background-color: #9CC7F4;
  position: absolute;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.step_list li:not(:last-of-type)::after {
    width: max(46px, 46px + 37 * (100vw - 390px) / 1049);
    height: max(18.5px, 18.5px + 15.5 * (100vw - 390px) / 1049);
    bottom: min(-16.5px, -16.5px + -7.5 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.step_list li .flex {
  gap: 20px;
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.step_list li .flex {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.step_list li .flex .flex_item:nth-of-type(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mce-content-body ul.step_list li .flex .flex_item:nth-of-type(2) {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 25.45%;
}
.mce-content-body ul.step_list li .step_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #BAD5F2;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.step_list li .step_title {
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.step_list li .step_title .step_number {
  font-size: 20px;
  font-family: "Marcellus", serif;
  color: #fff;
  background: #6699CC;
  padding: 8px 20px 8px 9px;
  letter-spacing: 0.1em;
  -webkit-clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
          clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.step_list li .step_title .step_number {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    padding-right: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .mce-content-body ul.step_list li .step_title .step_number {
    font-size: max(12px, 12px + 4 * (100vw - 320px) / 69);
    padding-right: max(12px, 12px + 3 * (100vw - 320px) / 69);
  }
}
.mce-content-body ul.step_list li .step_title h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  color: #1E57BE;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.step_list li .step_title h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .mce-content-body ul.step_list li .step_title h3 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
.mce-content-body ul.step_list li .step_title h3::before {
  display: none;
}
.mce-content-body ul.step_list li p {
  font-weight: 400;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.step_list li p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .service_img_wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .mce-content-body .service_img_wrap {
    display: none;
  }
}
.mce-content-body ul.service_link_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 40px;
  margin-top: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.service_link_list {
    margin-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  .mce-content-body ul.service_link_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px max(10px, 10px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  .mce-content-body ul.service_link_list {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
}
.mce-content-body ul.service_link_list li {
  padding: 0;
  margin: 0;
}
.mce-content-body ul.service_link_list li::before {
  display: none;
}
.mce-content-body ul.service_link_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #9CC7F4;
  text-decoration: none;
  color: #3e3a39;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.service_link_list li a {
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.service_link_list li a:hover {
  color: #1E57BE;
  opacity: 1;
}
.mce-content-body ul.service_link_list li a img {
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.service_link_list li a img {
    width: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.service_link_list li a .service_list_title {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.service_link_list li a .service_list_title {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .doctor_name {
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .doctor_name {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .doctor_name p {
  margin: 0;
}
.mce-content-body .doctor_name .name {
  font-size: 24px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .doctor_name .name {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.faq_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.faq_list {
    gap: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.faq_list li {
  border: 1px solid #1E57BE;
  padding: 0;
}
.mce-content-body ul.faq_list li::before {
  display: none;
}
.mce-content-body ul.faq_list li .question, .mce-content-body ul.faq_list li .answer {
  position: relative;
}
.mce-content-body ul.faq_list li .question::before, .mce-content-body ul.faq_list li .answer::before {
  font-family: "Cormorant Garamond", serif;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  left: 20px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.faq_list li .question::before, .mce-content-body ul.faq_list li .answer::before {
    width: max(35px, 35px + 10 * (100vw - 390px) / 1049);
    height: max(35px, 35px + 10 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    top: max(15px, 15px + 5 * (100vw - 390px) / 1049);
    left: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.faq_list li .question {
  font-weight: bold;
  font-size: 20px;
  color: #1E57BE;
  background: #E6F2FF;
  padding: 28px 20px;
  padding-left: 73px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.faq_list li .question {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 13 * (100vw - 390px) / 1049) max(15px, 15px + 5 * (100vw - 390px) / 1049);
    padding-left: max(55px, 55px + 18 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.faq_list li .question::before {
  content: "Q";
  color: #fff;
  background: #1E57BE;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .mce-content-body ul.faq_list li .question::before {
    top: 12px;
  }
}
.mce-content-body ul.faq_list li .answer {
  font-size: 16px;
  line-height: 180%;
  padding: 20px;
  padding-left: 75px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.faq_list li .answer {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049);
    padding-left: max(60px, 60px + 15 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.faq_list li .answer::before {
  content: "A";
  background: #E6F2FF;
  color: #1E57BE;
  border: 1px solid #1E57BE;
  top: 12px;
}
.mce-content-body ul.case_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.case_list {
    gap: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.case_list li {
  padding: 0;
}
.mce-content-body ul.case_list li::before {
  display: none;
}
.mce-content-body ul.bg_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.bg_list {
    gap: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.bg_list li {
  padding: 0;
  margin: 0;
}
.mce-content-body ul.bg_list li::before {
  display: none;
}
.mce-content-body ul.bg_list li .title {
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  background: #E6F2FF;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.bg_list li .title {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.bg_list li p {
  padding: 20px;
  background: #FDFBE2;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.bg_list li p {
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .form_wrap {
  padding: 60px;
  background: #E6F2FF;
  border: 1px solid #1E57BE;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .form_wrap {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .form_wrap h2 {
  font-size: 20px;
  text-align: center;
  margin-top: 0;
  padding: 14px 8px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .form_wrap h2 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 4 * (100vw - 390px) / 1049) 8px;
  }
}
.mce-content-body .form_wrap h2::after {
  display: none;
}
.mce-content-body .form_wrap h2 + p {
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .form_wrap h2 + p {
    margin: max(12px, 12px + 4 * (100vw - 390px) / 1049) 0;
  }
}
.mce-content-body .form_wrap .contact_wrap {
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .form_wrap .contact_wrap {
    padding: max(15px, 15px + 25 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .form_wrap .contact_wrap h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #1E57BE;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .form_wrap .contact_wrap h3 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    margin-bottom: max(16px, 16px + 10 * (100vw - 390px) / 1049);
    padding-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .form_wrap .contact_wrap h3::before {
  display: none;
}
.mce-content-body .form_wrap .contact_wrap h3 + p {
  text-align: center;
}
.mce-content-body .form_wrap .contact_wrap .btn_wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .form_wrap .contact_wrap .btn_wrap {
    margin-top: max(12px, 12px + 8 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body .form_wrap .contact_wrap .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mce-content-body .form_wrap .contact_wrap .btn_wrap .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: 0;
}
@media screen and (max-width: 767px) {
  .mce-content-body .form_wrap .contact_wrap .btn_wrap .btn {
    max-width: 100%;
  }
}
.mce-content-body .form_wrap .contact_wrap .btn_wrap .btn a {
  width: 280px;
  height: 60px;
  background: #1E57BE;
  border: 1px solid #0077FF;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  gap: 5px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .form_wrap .contact_wrap .btn_wrap .btn a {
    width: max(240px, 240px + 40 * (100vw - 390px) / 1049);
    height: max(45px, 45px + 15 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body .form_wrap .contact_wrap .btn_wrap .btn a {
    max-width: 100%;
  }
}
.mce-content-body .form_wrap .contact_wrap .btn_wrap .btn a:hover {
  background: #6699CC;
}
.mce-content-body .form_wrap .contact_wrap .btn_wrap .btn a img {
  width: 20px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .form_wrap .contact_wrap .btn_wrap .btn a img {
    width: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.sitemap_list {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.sitemap_list {
    gap: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.sitemap_list > li {
  padding: 0;
  margin: 0;
}
.mce-content-body ul.sitemap_list > li::before {
  display: none;
}
.mce-content-body ul.sitemap_list > li > a {
  font-size: 24px;
  font-weight: bold;
  color: #1E57BE;
  padding-bottom: 10px;
  border-bottom: 1px solid #9CC7F4;
  display: block;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.sitemap_list > li > a {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    padding-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.sitemap_list > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 18px;
  background: url(../img/common/icon_sitemap_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.sitemap_list > li > a::after {
    width: max(15px, 15px + 7 * (100vw - 390px) / 1049);
    height: max(12px, 12px + 6 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.sitemap_list > li ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.sitemap_list > li ul {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  .mce-content-body ul.sitemap_list > li ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body ul.sitemap_list > li ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .mce-content-body ul.sitemap_list > li ul {
    grid-template-columns: 1fr;
  }
}
.mce-content-body ul.sitemap_list > li ul li {
  padding: 0;
  margin: 0;
}
.mce-content-body ul.sitemap_list > li ul li::before {
  display: none;
}
.mce-content-body ul.sitemap_list > li ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  color: #1E57BE;
  background: #E6F2FF;
  padding: 10px;
  display: block;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.sitemap_list > li ul li a {
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
    padding: max(8px, 8px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.anchor_link_list {
  gap: 5px;
}
.mce-content-body ul.anchor_link_list li {
  padding: 0;
  margin: 0;
}
.mce-content-body ul.anchor_link_list li::before {
  display: none;
}
.mce-content-body ul.anchor_link_list li a {
  color: #1E57BE;
  text-decoration: underline;
}
.mce-content-body ul.price_table_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.price_table_list {
    gap: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.price_table_list li {
  padding: 0;
  margin: 0;
}
.mce-content-body ul.price_table_list li::before {
  display: none;
}
.mce-content-body ul.price_table_list li .price_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 25px;
  background: #E6F2FF;
  border: 1px solid #1E57BE;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.price_table_list li .price_title {
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049) max(10px, 10px + 15 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.price_table_list li .price_title h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #1E57BE;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.price_table_list li .price_title h4 {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.price_table_list li .price_title h4::before {
  display: none;
}
.mce-content-body ul.price_table_list li .price_title .price {
  font-size: 20px;
  font-weight: bold;
  color: #1E57BE;
  text-align: right;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.price_table_list li .price_title .price {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.price_table_list li table {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mce-content-body ul.price_table_list li table colgroup col {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body ul.price_table_list li table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.mce-content-body ul.price_table_list li table td {
  border: 1px solid #1E57BE;
  border-top: none;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.price_table_list li table td {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body ul.price_table_list li table td {
    width: 100%;
  }
}
.mce-content-body ul.price_table_list li table span.blue {
  font-size: 16px;
  display: block;
  color: #1E57BE;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #1E57BE;
  margin-bottom: 15px;
}
.mce-content-body ul.price_table_list li table span.red {
  font-size: 16px;
  display: block;
  color: #E21F26;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #E21F26;
  margin-bottom: 15px;
  margin-top: 10px;
}
.mce-content-body ul.price_table_list li table dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.mce-content-body ul.price_table_list li table dl dt, .mce-content-body ul.price_table_list li table dl dd {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.mce-content-body ul.price_table_list li table dl dt:last-of-type, .mce-content-body ul.price_table_list li table dl dd:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mce-content-body ul.price_table_list li table dl dt {
  width: 100px;
  font-weight: bold;
}
.mce-content-body ul.price_table_list li table dl dd {
  width: calc(100% - 100px);
}

body#tinymce > *:first-child {
  margin-top: 0 !important;
}