@charset "UTF-8";
html {
  font-size: 62.5%;
}

html .editor-styles-wrapper {
  background-color: #fff;
  color: #49443c;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-rendering: optimizeSpeed;
}

html .wp-block {
  margin-top: 0;
  margin-bottom: 0;
}

html p {
  margin-top: 20px;
}

html .single_content mark {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffe333), color-stop(50%, #ffe333), color-stop(50%, #fff)) left bottom/100% 100% no-repeat;
  background: linear-gradient(to top, #ffe333 0, #ffe333 50%, #fff 50%) left bottom/100% 100% no-repeat;
}

@media screen and (max-width: 599px) {
  html .wp-block-column + .wp-block-column {
    margin-top: 40px;
  }
}

html .is-style-list li,
html .is-style-default li {
  position: relative;
  padding-left: 1.6em;
  font-size: 1.6rem;
  letter-spacing: .36em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  html .is-style-list li,
  html .is-style-default li {
    font-size: 1.4rem;
  }
}

html .is-style-list li + li,
html .is-style-default li + li {
  margin-top: 0.8em;
}

html .is-style-list li::before,
html .is-style-default li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #b2a28b;
  position: absolute;
  left: 0;
  top: .9em;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  html .is-style-list li::before,
  html .is-style-default li:before {
    top: .8em;
  }
}

html .is-style-img img {
  width: 100% !important;
}

html .is-style-h2 {
  color: #b2a28b;
  position: relative;
  font-size: 2.6rem;
  padding-left: 31px;
  letter-spacing: 3px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin: 70px 0 30px;
}

@media screen and (max-width: 767px) {
  html .is-style-h2 {
    margin: 50px 0 40px;
  }
}

@media screen and (max-width: 480px) {
  html .is-style-h2 {
    font-size: 2rem;
    line-height: 1.4;
    margin: 30px 0 20px;
  }
}

html .is-style-h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 18px;
  background: url(../img/common/icon-shizuku.svg) no-repeat center/cover;
}

html .is-style-h3 {
  color: #b2a28b;
  font-size: 2.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  padding-left: 20px;
  letter-spacing: 1.2px;
  margin: 40px 0 20px;
}

@media screen and (max-width: 767px) {
  html .is-style-h3 {
    font-size: 1.6rem;
    margin: 25px 0 15px;
    line-height: 1.4;
  }
}

html .is-style-h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #706F6F;
}

html .is-style-h4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  letter-spacing: 1.2px;
  margin: 20px 0 40px;
}

@media screen and (max-width: 767px) {
  html .is-style-h4 {
    font-size: 1.8rem;
    margin: 25px 0 20px;
  }
}

html .wp-block-table table {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
}

html .wp-block-table tr th, html .wp-block-table tr td {
  color: #b2a28b;
  padding: 30px 48px;
  border: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  html .wp-block-table tr th, html .wp-block-table tr td {
    padding: 20px 4%;
  }
}

html .is-style-table01 table,
html .is-style-table02 table {
  border: none;
}

html .is-style-table01 table tr,
html .is-style-table02 table tr {
  background-color: #fff !important;
}

html .is-style-table01 table tr:first-child th,
html .is-style-table02 table tr:first-child th {
  padding-top: 0 !important;
}

html .is-style-table01 table tr:last-child th, html .is-style-table01 table tr:last-child td,
html .is-style-table02 table tr:last-child th,
html .is-style-table02 table tr:last-child td {
  border-bottom: none;
}

html .is-style-table01 table th, html .is-style-table01 table td,
html .is-style-table02 table th,
html .is-style-table02 table td {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: top;
}

html .is-style-table01 table th,
html .is-style-table02 table th {
  font-weight: 600;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  html .is-style-table01 table th,
  html .is-style-table02 table th {
    border-bottom: none;
    padding: 20px 4%;
    font-size: 1.5rem;
  }
}

html .is-style-table01 table td,
html .is-style-table02 table td {
  font-size: 1.4rem;
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  html .is-style-table01 table td,
  html .is-style-table02 table td {
    padding: 20px 4%;
  }
}

html .is-style-table01 table td dl dt,
html .is-style-table02 table td dl dt {
  font-weight: bold;
  margin-bottom: 15px;
}

html .is-style-table01 table td dl dd,
html .is-style-table02 table td dl dd {
  position: relative;
  color: #706F6F;
  font-size: 1.3rem;
  padding-left: 22px;
  margin-bottom: 15px;
}

html .is-style-table01 table td dl dd:last-child,
html .is-style-table02 table td dl dd:last-child {
  margin-bottom: 0;
}

html .is-style-table01 table td dl dd:before,
html .is-style-table02 table td dl dd:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 11px;
  height: 1px;
  margin: auto;
  background: #706F6F;
}

html .is-style-table01 td {
  text-align: center;
}

html .is-style-table01 tr:nth-of-type(1) td {
  font-weight: bold;
}

html .is-style-table02 tr td:nth-of-type(1) {
  font-weight: bold;
}

html .wp-block-button__link {
  min-width: 234px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 17.5px 2em;
  max-width: 234px;
  height: 45px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #b2a28b;
  border-radius: 100vh;
  background-color: #b2a28b;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

html .wp-block-button__link:after {
  position: absolute;
  right: 15px;
  top: 3px;
  bottom: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

html .wp-block-button__link:hover {
  color: #b2a28b;
  text-decoration: none;
  background-color: #fff;
}

html .wp-block-button__link:hover::after {
  border-top: 1px solid #b2a28b;
  border-right: 1px solid #b2a28b;
}
/*# sourceMappingURL=block_style.css.map */