@charset "UTF-8";
/* Scss Document */
:root {
  --pc: 1000px;
  --sp: 999px;
  --fs48: 4.8rem;
  --fs40: 4rem;
  --fs36: 3.6rem;
  --fs28: 2.8rem;
  --fs22: 2.2rem;
  --fs20: 2.0rem;
  --fs18: 1.8rem;
  --fs16: 1.6rem;
  --fs14:1.4rem;
  --fs12:1.2rem; }

@media (max-width: 999px) {
  :root {
    --fs48: 2.6rem;
    --fs40: 2.2rem;
    --fs36: 2.4rem;
    --fs28: 2.2rem;
    --fs22: 2.0rem;
    --fs20: 1.8rem;
    --fs18: 1.4rem;
    --fs16: 1.4rem;
    --fs14: 1.2rem;
    --fs12: 1.0rem; } }
/* 
---------------------------------------
reset
---------------------------------------
*/
body, header, footer, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  overflow-y: scroll;
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top; }

th {
  text-align: left; }

li {
  list-style: none; }

a {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: all 0.6s; }

address {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6, p, th, td, table, dl, dt, dd, ul, ol, li {
  font-weight: normal; }

em {
  font-style: normal;
  font-weight: normal; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

a:hover {
  opacity: 0.7;
  transition: all 0.6s; }

img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden; }

/* 
---------------------------------------
表示切替
---------------------------------------
*/
@media screen and (max-width: 999px) {
  .pcView {
    display: none !important; } }
@media screen and (min-width: 1000px) {
  .spView {
    display: none !important; } }
@media (min-width: 999px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/* フォーム要素のリセット */
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  appearance: none; }

button {
  cursor: pointer; }

button:disabled {
  cursor: default; }

/* 
---------------------------------------
コンテンツ幅
---------------------------------------
*/
.inner18 {
  max-width: 1800px;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner18 {
      width: 89.33%;
      max-width: 536px; } }

.inner16 {
  max-width: 1536px;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner16 {
      width: 89.33%;
      max-width: 536px; } }

.inner14 {
  max-width: 1400px;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner14 {
      width: 89.33%;
      max-width: 536px; } }

.inner12 {
  max-width: 1200px;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner12 {
      width: 89.33%;
      max-width: 536px; } }

.inner10 {
  max-width: 1000px;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner10 {
      width: 89.33%;
      max-width: 536px; } }

.inner8 {
  max-width: 800px;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner8 {
      width: 89.33%;
      max-width: 536px; } }

/* 
---------------------------------------
余白
---------------------------------------
*/
body .mb20 {
  margin-bottom: clamp(120px, 16vw, 200px); }

body .mb18 {
  margin-bottom: clamp(100px, 14vw, 180px); }

body .mb16 {
  margin-bottom: clamp(80px, 12vw, 160px); }

body .mb14 {
  margin-bottom: clamp(70px, 10vw, 140px); }

body .mb12 {
  margin-bottom: clamp(60px, 10vw, 120px); }

body .mbTen {
  margin-bottom: clamp(50px, 8vw, 100px); }

body .mbten {
  margin-bottom: clamp(50px, 8vw, 100px); }

body .mb10 {
  margin-bottom: clamp(50px, 8vw, 100px); }

body .mb8 {
  margin-bottom: 8rem; }
  @media (max-width: 999px) {
    body .mb8 {
      margin-bottom: 4rem; } }

body .mb6 {
  margin-bottom: 6rem; }
  @media (max-width: 999px) {
    body .mb6 {
      margin-bottom: 3rem; } }

body .mb5 {
  margin-bottom: 5rem; }
  @media (max-width: 999px) {
    body .mb5 {
      margin-bottom: 2.5rem; } }

body .mb4 {
  margin-bottom: 4rem; }
  @media (max-width: 999px) {
    body .mb4 {
      margin-bottom: 2rem; } }

body .mb3 {
  margin-bottom: 3rem; }
  @media (max-width: 999px) {
    body .mb3 {
      margin-bottom: 1.5rem; } }

body .mb2 {
  margin-bottom: 2rem; }
  @media (max-width: 999px) {
    body .mb2 {
      margin-bottom: 1rem; } }

body .mb1 {
  margin-bottom: 1rem; }
  @media (max-width: 999px) {
    body .mb1 {
      margin-bottom: .5rem; } }

html #tinymce {
  margin: auto;
  padding: 2%;
  max-width: 1200ox; }

html #tinymce div {
  border: 1px dashed rgba(0, 128, 0, 0.5); }

html #tinymce p {
  border: 1px dashed rgba(0, 0, 255, 0.5); }

html body#tinymce .is-mdOverHide,
html body#tinymce .is-mdUnderHide {
  display: inline-block; }

html body#tinymce h3, html body#tinymce h4, html body#tinymce h5 {
  display: block;
  /*    flex-direction: column;
      align-items: flex-start;
      justify-content: center;*/
  /*        .is-mdOverHide,
          .is-mdUnderHide{
              text-indent: -0.5em;
          }*/ }
html body#tinymce h3:not([class])::before {
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

html body#tinymce .is-mdOverHide::before {
  content: 'sp';
  font-size: 10px;
  color: red; }

html body#tinymce .is-mdUnderHide::before {
  content: 'pc';
  font-size: 10px;
  color: blue; }

body {
  font-size: var(--fs18);
  letter-spacing: 0;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP" !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #3E3A39;
  overflow: hidden; }

.e-Bgimg {
  background-size: cover;
  background-image: url(../img/moyouBg.png);
  background-position: center center;
  position: relative;
  padding: 16rem 0; }
  @media (max-width: 999px) {
    .e-Bgimg {
      padding: 6rem 0;
      background-size: contain; } }

.e-Bgimg:nth-child(2) {
  padding: 0 0 16rem; }
  @media (max-width: 999px) {
    .e-Bgimg:nth-child(2) {
      padding: 0 0 6rem;
      background-size: contain; } }

.e-Bgwhite {
  background: #EFF3F1;
  padding: 16rem 0; }
  @media (max-width: 999px) {
    .e-Bgwhite {
      padding: 6rem 0; } }

.e-Bggray {
  background: #FBFBFB;
  padding: 16rem 0; }
  @media (max-width: 999px) {
    .e-Bggray {
      padding: 6rem 0; } }

.e-whiteBox {
  padding: 8rem;
  background: #fff; }
  @media (max-width: 999px) {
    .e-whiteBox {
      padding: 20px; } }

body.single .wp-content h2:not([class]) {
  font-weight: bold;
  font-size: 3.2rem;
  padding: 2rem;
  border-radius: 1rem;
  line-height: 1.5;
  background: #EFF3F1; }
  @media (max-width: 999px) {
    body.single .wp-content h2:not([class]) {
      font-size: 26px; } }

.wp-content {
  /* 
  ---------------------------------------
  フォントサイズ
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  ボタン種類 
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  見出しh2
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  リスト
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  分割レイアウト
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  カードレイアウト
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  ボックス
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  ボタン
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  テーブル
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  リスト
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  幅指定
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  追加仕様
  ---------------------------------------
  */ }
  .wp-content .pcCenterspLeft {
    text-align: center; }
    @media (max-width: 999px) {
      .wp-content .pcCenterspLeft {
        text-align: left; } }
  .wp-content .is-mdUnderHide,
  .wp-content .is-mdOverHide {
    height: 0; }
  .wp-content img.aligncenter {
    margin: 0 auto; }
  .wp-content .en p {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal; }
  .wp-content hr:not(class) {
    border: none;
    border-top: .2rem solid #ddd;
    overflow: visible;
    text-align: center; }
  .wp-content hr:not(class) {
    border: none;
    border-top: .2rem dashed #ddd;
    overflow: visible;
    text-align: center; }
  .wp-content p.fs38 {
    font-size: 3.8rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      .wp-content p.fs38 {
        font-size: 2.8rem; } }
  .wp-content p.fs36 {
    font-size: 3.6rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      .wp-content p.fs36 {
        font-size: 2.8rem; } }
  .wp-content p.fs32 {
    font-size: 3.2rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      .wp-content p.fs32 {
        font-size: 2.6rem; } }
  .wp-content p.fs28 {
    font-size: 2.8rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      .wp-content p.fs28 {
        font-size: 2.4rem; } }
  .wp-content p.fs26 {
    font-size: 2.6rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      .wp-content p.fs26 {
        font-size: 2.2rem; } }
  .wp-content p.fs24 {
    font-size: 2.4rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      .wp-content p.fs24 {
        font-size: 2.0rem; } }
  .wp-content p.fs22 {
    font-size: 2.2rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      .wp-content p.fs22 {
        font-size: 1.8rem; } }
  .wp-content p.fs20 {
    font-size: 2rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      .wp-content p.fs20 {
        font-size: 1.6rem; } }
  .wp-content p.fs16 {
    font-size: 1.6rem; }
    @media (max-width: 999px) {
      .wp-content p.fs16 {
        font-size: 1.4rem; } }
  .wp-content p.fs14 {
    font-size: 1.4rem; }
    @media (max-width: 999px) {
      .wp-content p.fs14 {
        font-size: 1.2rem; } }
  .wp-content p.fs12 {
    font-size: 1.2rem; }
  .wp-content .btn {
    border: 2px solid #30884E;
    color: #30884E;
    line-height: 1.3;
    padding: 1.6rem 2rem;
    width: 36rem;
    height: auto;
    cursor: pointer;
    display: flex;
    border-radius: 4px; }
    @media (max-width: 999px) {
      .wp-content .btn {
        width: 100%; } }
  .wp-content .btn.center {
    margin: 2rem auto; }
    @media (max-width: 999px) {
      .wp-content .btn.center {
        margin: 0.5rem auto; } }
  .wp-content .btn.bgGreen.button013 {
    color: #fff;
    background: #30884E; }
  .wp-content .btn .fa-arrow-right {
    min-width: 3.5rem; }
  .wp-content .btn.bgGreen.button013 .fa-arrow-right {
    background: #fff;
    color: #30884E; }
  .wp-content .btn.bgGreen.button013:hover {
    color: #30884E; }
  .wp-content .btn.bgGreen.button013:hover .fa-arrow-right {
    background: #30884E;
    color: #fff; }
  .wp-content .btn.bgGreen.button013:before {
    background: #fff; }
  .wp-content .e-ttl {
    font-size: 3.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem; }
    @media (max-width: 999px) {
      .wp-content .e-ttl {
        font-size: 2.4rem; } }
  .wp-content .e-ttlBox {
    margin-bottom: 6rem; }
    @media (max-width: 999px) {
      .wp-content .e-ttlBox {
        margin-bottom: 3rem; } }
  .wp-content .e-ttlBox .underline {
    display: flex;
    justify-content: center;
    height: 4px;
    margin: 0 auto; }
  .wp-content .e-ttlBox .underline .line {
    height: 100%;
    width: 10rem; }
    @media (max-width: 999px) {
      .wp-content .e-ttlBox .underline .line {
        width: 8rem; } }
  .wp-content .e-ttlBox .underline .line.dark {
    background-color: #30884E;
    width: 5rem; }
    @media (max-width: 999px) {
      .wp-content .e-ttlBox .underline .line.dark {
        width: 4rem; } }
  .wp-content .e-ttlBox .underline .line.light {
    background-color: #42DF78;
    margin: 0; }
  .wp-content h3:not([class]) {
    font-size: 2.8rem;
    background: #7E7B7B;
    padding: 2rem;
    position: relative;
    z-index: 1;
    line-height: 1.5;
    color: #fff;
    padding-left: 3.5rem;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    background: linear-gradient(45deg, #30884E, #67C286); }
    @media (max-width: 999px) {
      .wp-content h3:not([class]) {
        font-size: 1.8rem;
        padding: 1.6rem;
        padding-left: 3rem; } }
  .wp-content h3:not([class])::before {
    content: '';
    width: 0.4rem;
    height: calc(65 / 90 * 100%);
    background: #42DF78;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .wp-content h4:not([class]) {
    position: relative;
    font-size: 3rem;
    font-weight: bold;
    color: #30884E;
    padding-left: 5rem;
    display: inline-block;
    overflow: hidden;
    line-height: 1.5;
    position: relative; }
    @media (max-width: 999px) {
      .wp-content h4:not([class]) {
        font-size: 1.8rem;
        padding-left: 3rem; } }
  .wp-content h4:not([class])::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3.786rem;
    height: 3.425rem;
    background-image: url("/wp/wp-content/themes/yuuki/img/h3_ico.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 999px) {
      .wp-content h4:not([class])::before {
        width: 2.4rem;
        height: 2.4rem; } }
  .wp-content h5:not([class]) {
    font-size: 2.8rem;
    font-weight: bold;
    padding-bottom: 2rem;
    border-bottom: 2px solid #30884E; }
    @media (max-width: 999px) {
      .wp-content h5:not([class]) {
        font-size: 1.6rem;
        padding-bottom: 1rem; } }
  .wp-content ul:not([class]) > li {
    position: relative;
    padding-left: 3rem; }
  .wp-content ul:not([class]) > li::before {
    content: '';
    display: block;
    position: absolute;
    top: 1.25rem;
    left: 0;
    width: 2rem;
    height: 1.2rem;
    background-image: url("/wp/wp-content/themes/yuuki/img/list_nonumber_ico.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 999px) {
      .wp-content ul:not([class]) > li::before {
        top: 0.8rem; } }
  .wp-content .toc_list ul:not([class]) > li::before {
    background: none; }
  .wp-content ul.listCheckbox > li {
    position: relative;
    padding-left: 3rem; }
  .wp-content ul.listCheckbox > li::before {
    content: '';
    display: block;
    position: absolute;
    top: 0.7rem;
    left: 0;
    width: 2.14rem;
    height: 2.251rem;
    background-image: url("/wp/wp-content/themes/yuuki/img/listCheckbox_ico.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 999px) {
      .wp-content ul.listCheckbox > li::before {
        top: 0.6rem; } }
  .wp-content ol:not([class]) {
    list-style: none;
    counter-reset: number;
    padding-left: 0; }
  .wp-content ol:not([class]) > li {
    position: relative;
    padding-left: 2.6em;
    margin-bottom: 0.8em;
    counter-increment: number; }
  .wp-content ol:not([class]) > li::before {
    content: counter(number);
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    background: #30884E;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    top: 0.2rem;
    left: 0; }
    @media (max-width: 999px) {
      .wp-content ol:not([class]) > li::before {
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem; } }
  .wp-content .toc_list li:before {
    display: none; }
  .wp-content #toc_container {
    width: 90%;
    max-width: 1000px;
    margin: 8rem auto;
    padding: 4rem 3rem;
    border: 1px solid #D2D2D2; }
    @media (max-width: 999px) {
      .wp-content #toc_container {
        margin: 4rem auto;
        padding: 2rem 1rem;
        border: 1px solid #D2D2D2; } }
  .wp-content #toc_container p.toc_title {
    height: 5rem;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    counter-reset: item; }
    @media (max-width: 999px) {
      .wp-content #toc_container p.toc_title {
        font-size: 1.6rem;
        height: 4rem;
        margin-bottom: 1rem; } }
  .wp-content .toc_list > li {
    padding: 2rem 3rem !important;
    border-bottom: 1px solid #D2D2D2; }
    @media (max-width: 999px) {
      .wp-content .toc_list > li {
        padding: 1rem 1.5rem !important; } }
    .wp-content .toc_list > li > a::before {
      counter-increment: item;
      content: counter(item) ". "; }
  @media (max-width: 999px) {
    .wp-content #toc_container ul ul {
      margin-left: 0; } }
  .wp-content #toc_container ul > li {
    text-indent: -1em;
    padding-left: 2em !important; }
  .wp-content #toc_container ul > li > ul > li {
    padding-left: 1em !important; }
  .wp-content #toc_container ul > li > ul > li a::before {
    content: '●';
    font-size: 1rem;
    padding-right: 0.4rem; }
  .wp-content .toc_list > li > a {
    font-weight: bold; }
  .wp-content .e-item_2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 999px) {
      .wp-content .e-item_2 {
        flex-direction: column; } }
  @media (max-width: 999px) {
    .wp-content .e-item_2 > div:first-child {
      margin-bottom: 2rem; } }
  .wp-content .e-item_2.reverse {
    flex-direction: row-reverse; }
    @media (max-width: 999px) {
      .wp-content .e-item_2.reverse {
        flex-direction: column; } }
  .wp-content .e-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .wp-content .e-cards img.e-pic {
    margin-bottom: 2rem; }
  .wp-content .e-cards .e-card {
    margin-bottom: 4rem; }
    @media (max-width: 999px) {
      .wp-content .e-cards .e-card {
        margin-bottom: 2rem; } }
  .wp-content .e-cards .e-item span {
    display: flex;
    align-items: center; }
  .wp-content .e-cards .e-item h4 span img {
    margin-right: 1.6rem; }
    @media (max-width: 999px) {
      .wp-content .e-cards .e-item h4 span img {
        width: 8rem; } }
  @media (max-width: 999px) {
    .wp-content .e-cards .e-item h4 {
      font-size: 1.8rem; } }
  @media (max-width: 999px) {
    .wp-content .e-cards.sp2 {
      flex-direction: inherit; } }
  @media (max-width: 999px) {
    .wp-content .e-cards.sp2 .w47 {
      width: 48%; } }
  .wp-content .e-box.colorNone42 {
    padding: 4rem; }
    @media (max-width: 999px) {
      .wp-content .e-box.colorNone42 {
        padding: 2rem; } }
  .wp-content .e-box.colorNone {
    padding: 8rem; }
    @media (max-width: 999px) {
      .wp-content .e-box.colorNone {
        padding: 2rem; } }
  .wp-content .e-box.whiteBox {
    padding: 8rem;
    background: #fff; }
    @media (max-width: 999px) {
      .wp-content .e-box.whiteBox {
        padding: 2rem; } }
  .wp-content .e-box.greenLine {
    padding: 8rem;
    background: #fff;
    border: 1rem solid #EFF3F1; }
    @media (max-width: 999px) {
      .wp-content .e-box.greenLine {
        padding: 2rem;
        border: 0.5rem solid #EFF3F1; } }
  .wp-content .e-box.greenBox {
    background: #EFF3F1;
    padding: 8rem; }
    @media (max-width: 999px) {
      .wp-content .e-box.greenBox {
        padding: 2rem; } }
  .wp-content .e-box.grayBox {
    background: #FBFBFB;
    padding: 8rem; }
    @media (max-width: 999px) {
      .wp-content .e-box.grayBox {
        padding: 2rem; } }
  .wp-content .e-box.gradeBox {
    background: linear-gradient(45deg, #FBFBFB, #E9F2EC);
    padding: 8rem; }
    @media (max-width: 999px) {
      .wp-content .e-box.gradeBox {
        padding: 2rem; } }
  .wp-content .e-table tr {
    border-top: 0.1rem solid #ddd; }
  .wp-content .e-table tr:last-child {
    border-bottom: 0.1rem solid #ddd; }
  .wp-content .e-table th,
  .wp-content .e-table td {
    padding: 2rem;
    border-collapse: collapse; }
    @media (max-width: 999px) {
      .wp-content .e-table th,
      .wp-content .e-table td {
        padding: 1rem; } }
  .wp-content .e-table25 th {
    width: 25%;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    background: #EFF3F1; }
    @media (max-width: 999px) {
      .wp-content .e-table25 th {
        width: 100%; } }
  .wp-content .e-table25 td {
    width: 75%; }
    @media (max-width: 999px) {
      .wp-content .e-table25 td {
        width: 100%; } }
  @media (max-width: 999px) {
    .wp-content .e-table.sp tr {
      display: flex;
      flex-direction: column;
      border-bottom: none; } }
  .wp-content .e-table25.sp th {
    width: 25%; }
    @media (max-width: 999px) {
      .wp-content .e-table25.sp th {
        width: 100%;
        border-bottom: 0.1rem solid #DDDDDD; } }
  @media (max-width: 999px) {
    .wp-content .e-table.sp td {
      border-left: none; } }
  .wp-content .e-listBox li {
    line-height: 1.5;
    text-indent: -1.4em;
    padding-left: 1.4em;
    margin-bottom: 0.8rem; }
  .wp-content .e-listBox li::before {
    content: '●';
    color: #F8C153;
    margin-right: 0.8rem; }
  .wp-content .marker {
    background: linear-gradient(transparent 60%, rgba(248, 193, 83, 0.2) 0%); }
  .wp-content .w15 {
    width: 16%; }
    @media (max-width: 999px) {
      .wp-content .w15 {
        width: 100%; } }
    @media (max-width: 999px) {
      .wp-content .w15 img {
        margin: 0 auto; } }
  .wp-content .w23 {
    width: 23%; }
    @media (max-width: 999px) {
      .wp-content .w23 {
        width: 47%; } }
  .wp-content .pc4sp1 .w23 {
    width: 23%; }
    @media (max-width: 999px) {
      .wp-content .pc4sp1 .w23 {
        width: 100%; } }
  .wp-content .w32 {
    width: 32%; }
    @media (max-width: 999px) {
      .wp-content .w32 {
        width: 100%; } }
  .wp-content .pc2sp2 .w32 {
    width: 32%; }
    @media (max-width: 999px) {
      .wp-content .pc2sp2 .w32 {
        width: 48%; } }
  .wp-content .pc3sp3 .w32 {
    width: 32%; }
    @media (max-width: 999px) {
      .wp-content .pc3sp3 .w32 {
        width: 32%; } }
  .wp-content .w34 {
    width: 34%; }
    @media (max-width: 999px) {
      .wp-content .w34 {
        width: 100%; } }
  .wp-content .w40 {
    width: 40%; }
    @media (max-width: 999px) {
      .wp-content .w40 {
        width: 100%; } }
  .wp-content .w44 {
    width: 44%; }
    @media (max-width: 999px) {
      .wp-content .w44 {
        width: 100%; } }
  .wp-content .w47 {
    width: 47%; }
    @media (max-width: 999px) {
      .wp-content .w47 {
        width: 100%; } }
  .wp-content .w50 {
    width: 50%; }
    @media (max-width: 999px) {
      .wp-content .w50 {
        width: 100%; } }
  .wp-content .w54 {
    width: 54%; }
    @media (max-width: 999px) {
      .wp-content .w54 {
        width: 100%; } }
  .wp-content .w60 {
    width: 60%; }
    @media (max-width: 999px) {
      .wp-content .w60 {
        width: 100%; } }
  .wp-content .w80 {
    width: 80%; }
    @media (max-width: 999px) {
      .wp-content .w80 {
        width: 100%; } }
  .wp-content .ttltxtBox > .flex.alignCenter,
  .wp-content .txtpicBox > .flex.alignCenter {
    padding: 4rem; }
    @media (max-width: 999px) {
      .wp-content .ttltxtBox > .flex.alignCenter,
      .wp-content .txtpicBox > .flex.alignCenter {
        padding: 2rem; } }
  @media (max-width: 999px) {
    .wp-content .ttltxtBox > .flex.alignCenter .e-item_2 {
      align-items: flex-start; } }
  @media (max-width: 999px) {
    .wp-content .ttltxtBox > .flex.alignCenter .e-item_2 h4 {
      margin-bottom: 1rem; } }
  .wp-content .e-box-gray {
    padding: 6% 10rem 6%;
    background: #F8F9F9; }
    @media (max-width: 999px) {
      .wp-content .e-box-gray {
        padding: 2rem; } }
  .wp-content .e-box-red {
    padding: 6% 10rem 6%;
    background: #FBF8FF; }
    @media (max-width: 999px) {
      .wp-content .e-box-red {
        padding: 2rem; } }
  .wp-content .listBox dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    align-items: baseline; }
    @media (max-width: 999px) {
      .wp-content .listBox dl {
        flex-direction: column;
        margin-bottom: 2rem; } }
  .wp-content .listBox:last-child dl {
    margin-bottom: 0; }
  .wp-content .listBox dt {
    width: 18%;
    font-weight: 600; }
    @media (max-width: 999px) {
      .wp-content .listBox dt {
        width: 100%;
        border-right: 0;
        font-size: 16px;
        margin-bottom: 4px; } }
  .wp-content .listBox dd {
    width: 82%;
    text-align: left;
    padding-left: 4%;
    border-left: 0.1rem solid #CBBADA; }
    @media (max-width: 999px) {
      .wp-content .listBox dd {
        width: 100%;
        padding-left: 0;
        font-size: 14px;
        border-left: none; } }
  .wp-content .listBox dd strong {
    font-weight: 600; }
  .wp-content .listBox.red {
    background: #FBF8FF; }
  .wp-content .listBox ul li {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    line-height: 1.5; }
  .wp-content .listBox ul li img {
    display: flex;
    align-items: center;
    margin-right: 1rem; }
    @media (max-width: 999px) {
      .wp-content .listBox ul li img {
        margin-right: 8px;
        width: 22px; } }
  .wp-content .listBox a {
    color: #e1222A;
    text-decoration: underline; }
  .wp-content .e-depart {
    text-align: right;
    margin-top: 1rem; }
    @media (max-width: 999px) {
      .wp-content .e-depart {
        font-size: 14px; } }

@media (max-width: 999px) {
  .is-mdUnderHide {
    display: none; } }

@media (min-width: 1000px) {
  .is-mdOverHide {
    display: none; } }

.mce-content-body a[data-mce-selected] {
  padding: 1.6rem 0;
  background: #EA5504;
  border-radius: 1rem;
  color: #fff;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 46rem;
  margin: 0 auto;
  justify-content: center;
  width: 100%; }

/* 
---------------------------------------
フレックス
---------------------------------------
*/
.flex.alignCenter .e-item_2 {
  align-items: center; }

/* 
---------------------------------------
フルボックス
---------------------------------------
*/
.fullbox {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  align-items: center;
  width: 90%; }
  @media (max-width: 999px) {
    .fullbox {
      flex-direction: column;
      width: 100%; } }
  .fullbox .box {
    width: calc(600 / 1400 * 100%);
    margin-right: calc(154 / 1400 * 100%); }
    @media (max-width: 999px) {
      .fullbox .box {
        width: 90%;
        margin: 0 auto 2rem; } }
  .fullbox .pic {
    margin-right: calc(252 / 1400 * -100%);
    width: calc(906 / 1400 * 100%);
    aspect-ratio: 906 / 724; }
    @media (max-width: 999px) {
      .fullbox .pic {
        margin-right: 0;
        width: 100%; } }
    .fullbox .pic img {
      width: 100%;
      height: auto;
      object-fit: cover; }
