@charset "UTF-8";
@import url("https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css");
@import url("https://p.typekit.net/p.css?s=1&k=thc8sas&ht=tk&f=10881&a=108416055&app=typekit&e=css");
@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
.tk-futura-pt {
  font-family: "futura-pt", sans-serif;
}

/*************************
共通class
************************ */
#postdetail {
  margin: 0 auto;
  padding-top: 0;
}
@media screen and (max-width: 767.98px) {
  #postdetail {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  #posthead {
    padding: 0 0.25rem;
  }
}

#postmain .container {
  padding: 0;
}
#postmain .detail > * {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail > * {
    margin-top: 0.24rem;
  }
}
#postmain .detail > *:first-child {
  margin-top: 0;
}
#postmain .detail h2 {
  font-size: 0.22rem;
  line-height: 1.75;
  font-weight: 700;
  color: #fff;
  background-color: #269db9;
  padding: 0.1rem 0.3rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail h2 {
    font-size: 0.13rem;
    line-height: 1.5384615385;
    padding: 0.04rem 0.16rem;
    margin-top: 0.4rem;
  }
}
#postmain .detail h3 {
  font-size: 0.22rem;
  line-height: 1.75;
  font-weight: 700;
  color: #0a0a0a;
  background-color: #f2f2f2;
  padding: 0.1rem 0.3rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail h3 {
    font-size: 0.13rem;
    line-height: 1.5384615385;
    padding: 0.04rem 0.16rem;
    margin-top: 0.3rem;
  }
}
#postmain .detail h4 {
  font-size: 0.22rem;
  line-height: 1.75;
  font-weight: 700;
  color: #0a0a0a;
  border-bottom: 0.04rem solid #b2b2b2;
  padding: 0.1rem 0.3rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail h4 {
    font-size: 0.13rem;
    line-height: 1.5384615385;
    padding: 0.04rem 0.16rem 0.06rem;
    border-bottom-width: 2px;
    margin-top: 0.3rem;
  }
}
#postmain .detail p {
  font-size: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail p {
    font-size: 0.13rem;
  }
}
#postmain .detail .acf-innerblocks-container > * {
  margin-top: 0.2rem !important;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail .acf-innerblocks-container > * {
    line-height: 1.5384615385;
  }
}
#postmain .detail .acf-innerblocks-container > *:first-child {
  margin-top: 0 !important;
}
#postmain .detail a {
  display: inline-block;
  color: #269db9;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
#postmain .detail ul > li {
  position: relative;
  list-style: none;
  padding-left: 0.2rem;
  margin-top: 0.06rem;
  font-size: 0.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail ul > li {
    font-size: 0.13rem;
    padding-left: 0.12rem;
  }
}
#postmain .detail ul > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.04rem;
  height: 0.04rem;
  background-color: #0a0a0a;
  border-radius: 2rem;
  top: 0.16rem;
  left: 0.07rem;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail ul > li:before {
    top: 0.09rem;
    left: 0.02rem;
  }
}
#postmain .detail ul > li:first-of-type {
  margin-top: 0;
}
#postmain .detail ul.is-style-blue-disc > li {
  padding-left: 0.24rem;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail ul.is-style-blue-disc > li {
    padding-left: 0.16rem;
  }
}
#postmain .detail ul.is-style-blue-disc > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.14rem;
  height: 0.14rem;
  background-color: #269db9;
  border-radius: 2rem;
  top: 0.12rem;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail ul.is-style-blue-disc > li:before {
    width: 0.1rem;
    height: 0.1rem;
    top: 0.07rem;
    left: 0;
  }
}
#postmain .detail ul.is-style-check > li {
  padding-left: 0.24rem;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail ul.is-style-check > li {
    padding-left: 0.16rem;
  }
}
#postmain .detail ul.is-style-check > li:before {
  content: "\f00c";
  width: auto;
  height: auto;
  background-color: transparent;
  font-size: 0.15rem;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  font-weight: 900;
  color: #269db9;
  line-height: 1.5;
  position: absolute;
  top: 0.08rem;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail ul.is-style-check > li:before {
    font-size: 0.12rem;
    line-height: 1;
    top: 0.06rem;
  }
}
#postmain .detail ul.is-style-nmb-line {
  counter-reset: num;
}
#postmain .detail ul.is-style-nmb-line > li {
  position: relative;
  padding-left: 0.36rem;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail ul.is-style-nmb-line > li {
    padding-left: 0.24rem;
    font-size: 0.13rem;
  }
}
#postmain .detail ul.is-style-nmb-line > li:before {
  counter-increment: num;
  content: counter(num);
  display: block;
  color: #0a0a0a;
  line-height: 1;
  padding-right: 0.12rem;
  border-right: 1px solid #000;
  position: absolute;
  top: 0.08rem;
  left: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 0;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail ul.is-style-nmb-line > li:before {
    font-size: 0.13rem;
    padding-right: 0.08rem;
    top: 0.05rem;
  }
}
#postmain .detail ol {
  counter-reset: num;
}
#postmain .detail ol > li {
  position: relative;
  padding-left: 0.24rem;
  margin-top: 0.06rem;
  font-size: 0.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail ol > li {
    padding-left: 0.24rem;
    font-size: 0.13rem;
  }
}
#postmain .detail ol > li:before {
  counter-increment: num;
  content: counter(num) ".";
  color: #269db9;
  display: block;
  line-height: 1;
  position: absolute;
  top: 0.08rem;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail ol > li:before {
    font-size: 0.13rem;
    top: 0.05rem;
  }
}
#postmain .detail table tr > *:first-child {
  border-left: none;
}
#postmain .detail table tr > *:last-child {
  border-right: none;
}
#postmain .detail table tr :is(th, td) {
  padding: 0.08rem 0.3rem;
  text-align: left;
  font-size: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail table tr :is(th, td) {
    font-size: 0.13rem;
    padding: 0.04rem 0.08rem;
  }
}
#postmain .detail table tr th {
  font-weight: 700;
}
#postmain .detail table tr td {
  font-weight: 400;
}
#postmain .detail table tr:first-child :is(th, td) {
  border-top: 1px solid #808080;
}
#postmain .detail .wp-block-table table th,
#postmain .detail .wp-block-table table td {
  border-width: 0;
  border-bottom: 1px solid #808080;
}
#postmain .detail .wp-block-table table tfoot {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
#postmain .detail .wp-block-table.is-style-stripes table th,
#postmain .detail .wp-block-table.is-style-stripes table td {
  border-width: 0;
}
#postmain .detail .wp-block-table.is-style-stripes table tfoot {
  border-top-width: 0;
  border-bottom-width: 0;
}
#postmain .detail .wp-block-image img {
  width: auto;
  max-width: 100%;
}
#postmain #ez-toc-container {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#postmain #ez-toc-container .ez-toc-title {
  font-size: 0.28rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  #postmain #ez-toc-container .ez-toc-title {
    font-size: 0.17rem;
    padding-bottom: 0.04rem;
  }
}
#postmain #ez-toc-container .ez-toc-list {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
@media screen and (max-width: 767.98px) {
  #postmain #ez-toc-container .ez-toc-list {
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
  }
}
#postmain #ez-toc-container ul li {
  margin-top: 0.04rem;
  padding-left: 0;
}
@media screen and (max-width: 767.98px) {
  #postmain #ez-toc-container ul li {
    margin-top: 0.02rem;
  }
}
#postmain #ez-toc-container ul li:before {
  content: none;
}
#postmain #ez-toc-container ul li a {
  font-size: 0.2rem;
  font-weight: 700;
  padding: 0 0 0 0.3rem;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #postmain #ez-toc-container ul li a {
    font-size: 0.13rem;
    padding-left: 0.16rem;
    line-height: 1.7692307692;
  }
}
#postmain #ez-toc-container ul li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.14rem;
  height: 0.14rem;
  background-color: #269db9;
  border-radius: 2rem;
  top: 0.1rem;
  left: 0.07rem;
}
@media screen and (max-width: 767.98px) {
  #postmain #ez-toc-container ul li a:before {
    width: 0.1rem;
    height: 0.1rem;
    top: 0.06rem;
    left: 0;
  }
}
#postmain #ez-toc-container ul li > ul {
  margin-left: 0;
  padding-left: 0.36rem;
}
@media screen and (max-width: 767.98px) {
  #postmain #ez-toc-container ul li > ul {
    padding-left: 0.16rem;
  }
}
#postmain #ez-toc-container ul li > ul > li a {
  font-size: 0.18rem;
  font-weight: 500;
  border-bottom: none;
  padding: 0 0 0 0.2rem;
}
@media screen and (max-width: 767.98px) {
  #postmain #ez-toc-container ul li > ul > li a {
    font-size: 0.11rem;
    padding-left: 0.12rem;
  }
}
#postmain #ez-toc-container ul li > ul > li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.04rem;
  height: 0.04rem;
  background-color: #0a0a0a;
  border-radius: 2rem;
  top: 0.13rem;
  left: 0.07rem;
}
@media screen and (max-width: 767.98px) {
  #postmain #ez-toc-container ul li > ul > li a:before {
    top: 0.08rem;
    left: 0.02rem;
  }
}
#postmain #ez-toc-container ul li > ul > li a:after {
  content: none;
}

.layout-imglist {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .layout-imglist {
    display: block;
  }
}
.layout-imglist .list-rows {
  margin-top: 0.3rem;
}
.layout-imglist .list-rows .layout-list-img {
  letter-spacing: 0;
}
.layout-imglist .list-rows .layout-list-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.layout-imglist.clm1 .list-rows {
  width: 100%;
}
.layout-imglist.clm1 .layout-list-img {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .layout-imglist.clm1 .layout-list-img {
    width: 100%;
  }
}
.layout-imglist.clm2 .list-rows {
  width: calc((100% - (0.4rem * 1)) / 2);
  margin-right: 0.4rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .layout-imglist.clm2 .list-rows {
    width: 100%;
    margin-right: 0;
    margin-top: 0.24rem;
  }
}
.layout-imglist.clm2 .list-rows:nth-of-type(2n) {
  margin-right: 0;
}
.layout-imglist.clm2 .list-rows:nth-of-type(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .layout-imglist.clm2 .list-rows:nth-of-type(-n+2) {
    margin-top: 0.24rem;
  }
}
.layout-imglist.clm3 .list-rows {
  width: calc((100% - (0.4rem * 2)) / 3);
  margin-right: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .layout-imglist.clm3 .list-rows {
    width: 100%;
    margin-right: 0;
    margin-top: 0.24rem;
  }
}
.layout-imglist.clm3 .list-rows:nth-of-type(3n) {
  margin-right: 0;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .layout-imglist.clm3 .list-rows:nth-of-type(3n) {
    margin-top: 0.24rem;
  }
}
.layout-imglist.clm3 .list-rows:nth-of-type(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .layout-imglist.clm3 .list-rows:nth-of-type(-n+3) {
    margin-top: 0.24rem;
  }
}
@media screen and (max-width: 767.98px) {
  .layout-imglist.clm3 .list-rows figure {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .layout-imglist.intxt .list-rows {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 767.98px) {
  .layout-imglist.intxt .list-rows .layout-list-img {
    width: 1.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .layout-imglist.intxt .list-rows .layout-list-img img {
    width: 1.2rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.layout-imglist.intxt .list-rows .layout-list-txt {
  padding: 0 0.08rem;
  margin-top: 0.16rem;
}
@media screen and (max-width: 767.98px) {
  .layout-imglist.intxt .list-rows .layout-list-txt {
    margin-top: 0;
    padding: 0 0 0 0.16rem;
  }
}
.layout-linklist {
  width: 100%;
}
.detail .layout-linklist .linklistbox > li {
  padding-left: 0.26rem;
  color: #f30039;
}
.detail .layout-linklist .linklistbox > li:before {
  content: "\f0c1";
  width: auto;
  height: auto;
  background-color: transparent;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  font-weight: 900;
  line-height: 1.5;
  color: #f30039;
  position: absolute;
  top: 0.07rem;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .detail .layout-linklist .linklistbox > li:before {
    font-size: 0.14rem;
    line-height: 1;
    top: 0.07rem;
    left: 0.04rem;
  }
}
.detail .layout-linklist .linklistbox > li a {
  text-decoration: underline;
  color: #f30039;
  font-weight: 700;
}

.layout-img-content.lic-left, .layout-img-content.lic-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .layout-img-content.lic-left, .layout-img-content.lic-right {
    display: block;
  }
}
.layout-img-content.lic-left figure, .layout-img-content.lic-right figure {
  width: calc(50% - 0.2rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .layout-img-content.lic-left figure, .layout-img-content.lic-right figure {
    width: 100%;
  }
}
.layout-img-content.lic-left figure img, .layout-img-content.lic-right figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
.layout-img-content.lic-left .txtbox, .layout-img-content.lic-right .txtbox {
  width: calc(50% - 0.2rem);
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .layout-img-content.lic-left .txtbox, .layout-img-content.lic-right .txtbox {
    width: 100%;
    padding: 0.2rem 0 0;
  }
}
.layout-img-content.lic-right figure {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.layout-img-content.lic-right .txtbox {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.layout-img-content.lic-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-img-content.lic-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout-img-content.lic-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.layout-img-content.lic-stack.lic-left figure, .layout-img-content.lic-stack.lic-right figure {
  width: 5.43rem;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .layout-img-content.lic-stack.lic-left figure, .layout-img-content.lic-stack.lic-right figure {
    width: 100%;
  }
}
.layout-img-content.lic-stack.lic-left figure img, .layout-img-content.lic-stack.lic-right figure img {
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout-img-content.lic-stack.lic-left .txtbox, .layout-img-content.lic-stack.lic-right .txtbox {
  width: 4.5rem;
  background-color: #fff;
  margin-top: 1.4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .layout-img-content.lic-stack.lic-left .txtbox, .layout-img-content.lic-stack.lic-right .txtbox {
    width: 100%;
  }
}
.layout-img-content.lic-stack.lic-left .txtbox {
  padding: 0.3rem 0 0.3rem 0.4rem;
  margin-left: -3.2rem;
}
@media screen and (max-width: 767.98px) {
  .layout-img-content.lic-stack.lic-left .txtbox {
    width: calc(100% - 0.3rem);
    padding: 0.2rem 0 0 0.2rem;
    margin: -0.4rem 0 0 auto;
  }
}
.layout-img-content.lic-stack.lic-right .txtbox {
  padding: 0.3rem 0.4rem 0.3rem 0;
  margin-right: -3.2rem;
}
@media screen and (max-width: 767.98px) {
  .layout-img-content.lic-stack.lic-right .txtbox {
    width: calc(100% - 0.3rem);
    padding: 0.2rem 0.2rem 0 0;
    margin: -0.4rem auto 0 0;
  }
}
.layout-img-content .ttl {
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.32rem;
}
.layout-img-content .ttl.bold {
  font-weight: bold;
}
.layout-img-content .ttl.italic {
  font-style: italic;
}
.layout-img-content .btnbox {
  padding-top: 0.16rem;
}
.layout-img-content .btnbox .btn {
  background-color: #f30039;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  font-size: 0.15rem;
  padding: 0.08rem 0.4rem;
}
.layout-img-content .btnbox .btn.outline {
  color: #f30039;
  background-color: transparent;
  border: 2px solid #f30039;
}
.layout-img-content .btnbox .btn.outline.btnblk {
  color: #0a0a0a;
  background-color: transparent;
  border-color: #0a0a0a;
}
.layout-img-content .btnbox .btn.corner {
  border-radius: 0.06rem;
}
.layout-img-content .btnbox .btn.corner-all {
  border-radius: 2rem;
}
.layout-img-content .btnbox .btn.btnblk {
  background-color: #0a0a0a;
}
.layout-img-content .txtbox.ta-left .ttl {
  text-align: left;
}
.layout-img-content .txtbox.ta-left .txt {
  text-align: left;
}
.layout-img-content .txtbox.ta-left .btnbox {
  text-align: left;
}
.layout-img-content .txtbox.ta-center .ttl {
  text-align: center;
}
.layout-img-content .txtbox.ta-center .txt {
  text-align: center;
}
.layout-img-content .txtbox.ta-center .btnbox {
  text-align: center;
}
.layout-img-content .txtbox.ta-right .ttl {
  text-align: right;
}
.layout-img-content .txtbox.ta-right .txt {
  text-align: right;
}
.layout-img-content .txtbox.ta-right .btnbox {
  text-align: right;
}

.layout-accordionbox .accordionbox {
  margin-top: 0.08rem;
}
@media screen and (max-width: 767.98px) {
  .layout-accordionbox .accordionbox {
    line-height: 1.5384615385;
  }
}
.layout-accordionbox .accordionbox:first-of-type {
  margin-top: 0;
}
.layout-accordionbox .accordion-title {
  position: relative;
  font-size: 0.2rem;
  font-weight: 700;
  color: #0a0a0a;
  background-color: #f2f2f2;
  cursor: pointer;
  padding: 0.16rem 0.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .layout-accordionbox .accordion-title {
    font-size: 0.13rem;
    padding: 0.16rem 0.36rem 0.16rem 0.3rem;
  }
}
.layout-accordionbox .accordion-title:before, .layout-accordionbox .accordion-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 23px;
  height: 1px;
  background-color: #0a0a0a;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.layout-accordionbox .accordion-title:before {
  width: 23px;
  height: 1px;
  right: 0.3rem;
}
@media screen and (max-width: 767.98px) {
  .layout-accordionbox .accordion-title:before {
    width: 13px;
    right: 0.16rem;
  }
}
.layout-accordionbox .accordion-title:after {
  width: 1px;
  height: 23px;
  right: 0.41rem;
}
@media screen and (max-width: 767.98px) {
  .layout-accordionbox .accordion-title:after {
    height: 13px;
    right: 0.22rem;
  }
}
.layout-accordionbox .accordion-title.close:after {
  opacity: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.layout-accordionbox .accordion-title.accordion02 {
  background-color: transparent;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.layout-accordionbox .accordion-text {
  display: none;
  -webkit-transition: 0.2s ease max-height;
  transition: 0.2s ease max-height;
  padding-top: 0.2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .layout-accordionbox .accordion-text {
    padding: 0.16rem 0.36rem 0.16rem 0.3rem;
  }
}
.layout-accordionbox .accordion-text > * {
  margin-top: 0.24rem;
}
.layout-accordionbox .accordion-text > * + * {
  margin-top: 0.24rem;
}
.layout-accordionbox .accordion-text > *:first-child {
  margin-top: 0;
}
.layout-textlink a {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  padding-left: 24px;
  position: relative;
}
.layout-textlink a:before {
  content: "\f0c1";
  display: block;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.layout-blogcard {
  position: relative;
  border: 1px solid #ddd;
}
.layout-blogcard .lbc-wrapper a {
  background: #fff;
  position: relative;
  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;
  padding: 0.16rem;
  z-index: 1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .layout-blogcard .lbc-wrapper a {
    padding: 0.08rem;
  }
}
.layout-blogcard .lbc-img {
  overflow: hidden;
  font-size: 0;
  margin-right: 0.16rem;
}
@media screen and (max-width: 767.98px) {
  .layout-blogcard .lbc-img {
    margin-right: 0.08rem;
  }
}
.layout-blogcard .lbc-img img {
  max-width: 300px;
  max-height: 157px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .layout-blogcard .lbc-img img {
    width: 1rem;
    height: auto;
  }
}
.layout-blogcard .lbc-cont {
  padding-right: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  .layout-blogcard .lbc-cont {
    width: calc(100% - 1.2rem);
    font-size: 0.13rem;
    padding-right: 0;
    letter-spacing: 0;
  }
}
.layout-blogcard .lbc-title {
  font-weight: 700;
  background: none;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.layout-table .wp-block-table {
  font-size: inherit;
}
.layout-table .wp-block-table table {
  width: 100%;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.layout-table .wp-block-table table thead {
  border-bottom: none;
}
.layout-table .wp-block-table table thead tr th {
  border: none;
  padding: 0.04rem 0.08rem;
  border-top: 1px solid #ddd;
  text-align: center;
  background-clip: padding-box;
}
.layout-table .wp-block-table table thead tr th:first-of-type {
  border-left: 1px solid #ddd;
}
.layout-table .wp-block-table table tbody tr td {
  background-color: #fff;
  border-bottom: 1px solid #808080;
  padding: 0.04rem 0.08rem;
  position: relative;
  background-clip: padding-box;
}
.layout-table .wp-block-table table tbody tr td:first-of-type {
  border-left: 1px solid #ddd;
}
.layout-table .wp-block-table table tbody tr:first-of-type td {
  border-top: 1px solid #ddd;
}
.layout-table .wp-block-table table tfoot {
  border-color: #ddd;
  border-bottom: 1px solid #808080;
}
.layout-table .wp-block-table table tfoot tr td {
  border-color: #ddd;
  padding: 0.04rem 0.08rem;
  background-clip: padding-box;
}
.layout-table .wp-block-table .wp-element-caption {
  padding: 0.16rem 0;
}
.layout-table .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.layout-table .wp-block-table.is-style-stripes table tr:first-child :is(th, td) {
  border-top: none !important;
}
.layout-table .wp-block-table.is-style-stripes table thead tr th {
  background-color: #269db9;
  color: #fff;
  border-top: none;
  border-bottom: none;
}
.layout-table .wp-block-table.is-style-stripes table tbody tr td {
  border-bottom: none;
}
.layout-table .wp-block-table.is-style-stripes table tbody tr td:first-of-type {
  border-left: 1px solid #ddd;
}
.layout-table .wp-block-table.is-style-stripes table tbody tr:nth-of-type(even) td {
  background-color: #f0f0f0;
}
.layout-table .wp-block-table.is-style-stripes table tbody tr:first-of-type td {
  border-top: 1px solid #ddd;
}
.layout-table .wp-block-table.is-style-stripes table tfoot {
  border-bottom: none;
}
.layout-table .wp-block-table.is-style-stripes table tfoot tr td {
  background-color: #269db9;
  color: #fff;
  border-top: none;
  border-bottom: none;
}
.layout-table.tlbscroll .wp-block-table {
  overflow-x: auto;
}
.layout-table.tlbscroll .wp-block-table table {
  border: none;
}
.layout-table.tlbscroll.lockhd table thead tr:first-of-type {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}
.layout-table.tlbscroll.lockhd .wp-block-table {
  max-height: 300px;
}
.layout-table.tlbscroll.lock1st table thead tr th:first-of-type {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 3;
}
.layout-table.tlbscroll.lock1st table thead tr th:first-of-type:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  top: 0;
  right: -1px;
}
.layout-table.tlbscroll.lock1st table tbody tr td {
  z-index: 1;
}
.layout-table.tlbscroll.lock1st table tbody tr td:first-of-type {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .layout-table.tlbscroll.lock1st table tbody tr td:first-of-type {
    font-size: 0.14rem;
  }
}
.layout-table.tlbscroll.lock1st table tbody tr td:first-of-type:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  top: 0;
  right: -1px;
}
.layout-table.tlbscroll.w1000 .wp-block-table table {
  width: 10rem;
}
@media screen and (max-width: 767.98px) {
  .layout-table.tlbscroll.w1000 .wp-block-table table {
    width: 8rem;
  }
}
.layout-table.tlbscroll.w1200 .wp-block-table table {
  width: 12rem;
}
@media screen and (max-width: 767.98px) {
  .layout-table.tlbscroll.w1200 .wp-block-table table {
    width: 10rem;
  }
}
.layout-table.tlbscroll.w1500 .wp-block-table table {
  width: 15rem;
}
@media screen and (max-width: 767.98px) {
  .layout-table.tlbscroll.w1500 .wp-block-table table {
    width: 12rem;
  }
}
.layout-table.bgc1sttd table tbody tr td:first-of-type {
  background-color: var(--bgc-1st-td) !important;
}
.layout-captionbox {
  position: relative;
}
.layout-captionbox:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #0a0a0a;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.layout-captionbox .caption-ttl {
  display: inline-block;
  color: #fff;
  background-color: #269db9;
  font-size: 0.18rem;
  font-weight: 700;
  margin: 0;
  padding: 0.12rem 0.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  .layout-captionbox .caption-ttl {
    padding: 0.04rem 0.12rem;
  }
}
.layout-captionbox .caption-ttl.w100 {
  display: block;
  text-align: center;
}
.layout-captionbox .description {
  padding: 0.3rem 0.4rem;
  border: 1px solid #269db9;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .layout-captionbox .description {
    padding: 0.15rem;
    line-height: 1.5384615385;
  }
}
.layout-captionbox.radius:before {
  border-radius: 0.1rem;
}

.separator {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #808080;
  margin: 0.8rem 0 !important;
}
@media screen and (max-width: 767.98px) {
  .separator {
    margin: 0.6rem 0 !important;
  }
}
.separator.dashed {
  border-top-style: dashed;
}
.separator.dotted {
  border-top-style: dotted;
}

.layout-faqbox dl {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .layout-faqbox dl {
    margin-top: 0.2rem;
  }
}
.layout-faqbox dl dt,
.layout-faqbox dl dd {
  padding-left: 0.8rem;
  font-size: 0.2rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .layout-faqbox dl dt,
  .layout-faqbox dl dd {
    font-size: 0.13rem;
    padding-left: 0.45rem;
  }
}
.layout-faqbox dl dt:before, .layout-faqbox dl dt:after,
.layout-faqbox dl dd:before,
.layout-faqbox dl dd:after {
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #0a0a0a;
  font-size: 0.28rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .layout-faqbox dl dt:before, .layout-faqbox dl dt:after,
  .layout-faqbox dl dd:before,
  .layout-faqbox dl dd:after {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.2rem;
    top: 0.06rem;
  }
}
.layout-faqbox dl dt {
  margin-bottom: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #0a0a0a;
}
@media screen and (max-width: 767.98px) {
  .layout-faqbox dl dt {
    margin-bottom: 0.16rem;
    padding-bottom: 0.16rem;
    line-height: 1.5384615385;
  }
}
.layout-faqbox dl dt:before {
  content: "Q";
}
.layout-faqbox dl dd {
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  .layout-faqbox dl dd {
    padding-bottom: 0.1rem;
  }
}
.layout-faqbox dl dd:before {
  content: "A";
}

.layout-stepbox {
  counter-reset: stepnmb 0;
}
.layout-stepbox dl {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .layout-stepbox dl {
    margin-top: 0.24rem;
  }
}
.layout-stepbox dl dt,
.layout-stepbox dl dd {
  padding-left: 0.8rem;
  font-size: 0.2rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .layout-stepbox dl dt,
  .layout-stepbox dl dd {
    padding-left: 0.45rem;
    font-size: 0.13rem;
  }
}
.layout-stepbox dl dt {
  min-height: 0.6rem;
  margin-bottom: 0.2rem;
  line-height: 1.6;
  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;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .layout-stepbox dl dt {
    min-height: 0.3rem;
    margin-bottom: 0.1rem;
    line-height: 1.5384615385;
  }
}
.layout-stepbox dl dt:before {
  content: "STEP";
  display: block;
  font-size: 0.18rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .layout-stepbox dl dt:before {
    font-size: 0.1rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    top: 0.08rem;
    left: 0.04rem;
  }
}
.layout-stepbox dl dt:after {
  counter-increment: stepnmb 1;
  content: counter(stepnmb);
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #269db9;
  font-size: 0.28rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding-top: 0.28rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .layout-stepbox dl dt:after {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.14rem;
    padding-top: 0.13rem;
    top: 0.04rem;
  }
}
.layout-balloon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout-balloon .balloon-img {
  width: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .layout-balloon .balloon-img {
    width: 0.65rem;
  }
}
.layout-balloon .balloon-img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 10rem;
  overflow: cover;
}
.layout-balloon .balloon-text {
  width: calc(100% - 1.2rem);
  background-color: #f2f2f2;
  padding: 0.24rem 0.5rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .layout-balloon .balloon-text {
    width: calc(100% - 0.85rem);
    padding: 0.16rem;
  }
}
.layout-balloon .balloon-text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: 15px solid #f2f2f2;
  position: absolute;
  top: 0.3rem;
  left: -24px;
}
@media screen and (max-width: 767.98px) {
  .layout-balloon .balloon-text:before {
    border: 5px solid transparent;
    border-right: 8px solid #f2f2f2;
    top: 0.24rem;
    left: -13px;
  }
}
.layout-balloon .balloon-text > * {
  margin-top: 0.2rem;
}
.layout-balloon .balloon-text > *:first-child {
  margin-top: 0;
}
.layout-balloon.img-left .balloon-img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.layout-balloon.img-left .balloon-text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.layout-balloon.img-right .balloon-img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.layout-balloon.img-right .balloon-text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.layout-balloon.img-right .balloon-text:before {
  border: 10px solid transparent;
  border-left: 15px solid #f2f2f2;
  left: auto;
  right: -24px;
}
@media screen and (max-width: 767.98px) {
  .layout-balloon.img-right .balloon-text:before {
    border: 5px solid transparent;
    border-left: 8px solid #f2f2f2;
    top: 0.24rem;
    right: -13px;
  }
}

.layout-flamebox {
  padding: 0.3rem;
  border: 1px solid #808080;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .layout-flamebox {
    padding: 0.15rem;
  }
}
.layout-flamebox.thick {
  border: 0.06rem solid #ccc;
}
@media screen and (max-width: 767.98px) {
  .layout-flamebox.thick {
    border-width: 0.04rem;
    padding: 0.12rem;
  }
}
.layout-flamebox.bubble:before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-right-color: #808080;
  border-bottom-color: #808080;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  position: absolute;
  bottom: -0.1rem;
  left: 0.3rem;
}
@media screen and (max-width: 767.98px) {
  .layout-flamebox.bubble:before {
    width: 0.1rem;
    height: 0.1rem;
    bottom: -0.05rem;
    left: 0.2rem;
  }
}
.layout-flamebox.question {
  border-color: #269db9;
  padding-left: 0.72rem;
}
@media screen and (max-width: 767.98px) {
  .layout-flamebox.question {
    padding-left: 0.44rem;
  }
}
.layout-flamebox.question:before {
  content: "?";
  width: 0.4rem;
  height: 0.4rem;
  background-color: #269db9;
  font-size: 0.28rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .layout-flamebox.question:before {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.2rem;
  }
}

.writerbox {
  margin-top: 0.8rem !important;
}
@media screen and (max-width: 767.98px) {
  .writerbox {
    margin-top: 0.6rem !important;
  }
}
.writerbox .box-title {
  font-size: 0.2rem;
  font-weight: 700;
  color: #269db9;
  margin-bottom: 0.16rem;
}
.writerbox .writer-info {
  background-color: #f2f2f2;
  padding: 0.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .writerbox .writer-info {
    padding: 0.1rem 0;
  }
}
.writerbox .writer-img {
  border-right: 1px solid #808080;
  width: 2rem;
  padding: 0 0.2rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .writerbox .writer-img {
    width: 1rem;
    padding: 0.08rem;
  }
}
.writerbox .writer-img img {
  aspect-ratio: 1/1;
  width: 1rem;
  border-radius: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .writerbox .writer-img img {
    width: 0.65rem;
  }
}
.writerbox .writer-img figcaption {
  font-size: 0.16rem;
  font-weight: 700;
  text-align: center;
  padding-top: 0.08rem;
}
@media screen and (max-width: 767.98px) {
  .writerbox .writer-img figcaption {
    font-size: 0.13rem;
  }
}
.writerbox .writer-outline {
  width: calc(100% - 2rem);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.15rem;
  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;
}
@media screen and (max-width: 767.98px) {
  .writerbox .writer-outline {
    width: calc(100% - 1rem);
    padding: 0.08rem 0.2rem 0.08rem 0.24rem;
  }
}
.writerbox .writer-outline p {
  font-size: 0.15rem !important;
}
@media screen and (max-width: 767.98px) {
  .writerbox .writer-outline p {
    font-size: 0.11rem !important;
    line-height: 1.7272727273;
  }
}
.writerbox .writer-outline > * {
  margin-top: 0.2rem;
}
.writerbox .writer-outline > *:first-child {
  margin-top: 0;
}

.editor-styles-wrapper *,
.editor-styles-wrapper *:before,
.editor-styles-wrapper *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.editor-styles-wrapper h2 {
  font-size: 22px;
  padding: 10px 30px;
  margin-top: 80px;
  line-height: 1.75;
  font-weight: 700;
  color: #fff;
  background-color: #269db9;
}
.editor-styles-wrapper h3 {
  font-size: 22px;
  padding: 10px 30px;
  margin-top: 60px;
  line-height: 1.75;
  font-weight: 700;
  color: #0a0a0a;
  background-color: #f2f2f2;
}
.editor-styles-wrapper h4 {
  font-size: 22px;
  padding: 10px 30px;
  margin-top: 60px;
  color: #0a0a0a;
  border-bottom: 0.04rem solid #b2b2b2;
  line-height: 1.75;
  font-weight: 700;
}
.editor-styles-wrapper ul {
  padding-left: 0;
}
.editor-styles-wrapper ul > li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 700;
}
.editor-styles-wrapper ul > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 200px;
  background-color: #0a0a0a;
  top: 13px;
  left: 7px;
}
.editor-styles-wrapper ul.is-style-blue-disc > li {
  padding-left: 24px;
}
.editor-styles-wrapper ul.is-style-blue-disc > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 200px;
  background-color: #269db9;
  top: 8px;
  left: 0;
}
.editor-styles-wrapper ul.is-style-check > li {
  padding-left: 24px;
}
.editor-styles-wrapper ul.is-style-check > li:before {
  content: "\f00c";
  width: auto;
  height: auto;
  background-color: transparent;
  font-size: 15px;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  font-weight: 900;
  color: #269db9;
  line-height: 1.5;
  position: absolute;
  top: 4px;
  left: 0;
}
.editor-styles-wrapper ul.is-style-nmb-line {
  counter-reset: num;
}
.editor-styles-wrapper ul.is-style-nmb-line > li {
  position: relative;
  padding-left: 36px;
}
.editor-styles-wrapper ul.is-style-nmb-line > li:before {
  counter-increment: num;
  content: counter(num);
  display: block;
  color: #0a0a0a;
  line-height: 1;
  padding-right: 12px;
  border-right: 1px solid #000;
  position: absolute;
  top: 5px;
  left: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 0;
}
.editor-styles-wrapper .acf-block-fields ul > li {
  padding-left: 0;
}
.editor-styles-wrapper .acf-block-fields ul > li:before {
  content: none;
}
.editor-styles-wrapper ol {
  padding-left: 0;
  counter-reset: num;
}
.editor-styles-wrapper ol > li {
  list-style: none;
  position: relative;
  padding-left: 24px;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 700;
}
.editor-styles-wrapper ol > li:before {
  counter-increment: num;
  content: counter(num) ".";
  color: #269db9;
  display: block;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
}
.editor-styles-wrapper .marker01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fad4d4));
  background: -webkit-linear-gradient(transparent 40%, #fad4d4 40%);
  background: linear-gradient(transparent 40%, #fad4d4 40%);
}
.editor-styles-wrapper .marker02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, rgba(255, 200, 0, 0.5)));
  background: -webkit-linear-gradient(transparent 40%, rgba(255, 200, 0, 0.5) 40%);
  background: linear-gradient(transparent 40%, rgba(255, 200, 0, 0.5) 40%);
}
.editor-styles-wrapper .list-rows .layout-list-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.editor-styles-wrapper .layout-txtlist ul {
  padding-left: 0;
}
.editor-styles-wrapper .layout-txtlist ul > li {
  list-style: none;
  padding-left: 26px;
  margin-top: 8px;
}
.editor-styles-wrapper .layout-txtlist ul > li:before {
  top: 10px;
  font-size: 14px;
}
.editor-styles-wrapper .layout-txtlist ul > li:first-of-type {
  margin-top: 0;
}
.editor-styles-wrapper .layout-captionbox {
  position: relative;
}
.editor-styles-wrapper .layout-captionbox:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #0a0a0a;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.editor-styles-wrapper .layout-captionbox .caption-ttl {
  display: inline-block;
  color: #fff;
  background-color: #269db9;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 12px 40px;
  line-height: 1.3;
}
.editor-styles-wrapper .layout-captionbox .caption-ttl.w100 {
  display: block;
  text-align: center;
}
.editor-styles-wrapper .layout-captionbox .description {
  padding: 20px 40px;
  border: 1px solid #269db9;
  font-weight: 700;
}
.editor-styles-wrapper .layout-captionbox.radius:before {
  border-radius: 10px;
}
.editor-styles-wrapper .layout-flamebox {
  padding: 20px;
}
.editor-styles-wrapper .layout-flamebox > * {
  margin-top: 12px;
}
.editor-styles-wrapper .layout-flamebox > *:first-child {
  margin-top: 0;
}
.editor-styles-wrapper .layout-table .wp-block-table {
  font-size: inherit;
}
.editor-styles-wrapper .layout-table .wp-block-table table {
  width: 100%;
}
.editor-styles-wrapper .layout-table .wp-block-table table thead {
  border-bottom: none;
}
.editor-styles-wrapper .layout-table .wp-block-table table thead tr th {
  border: none;
  padding: 8px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  text-align: center;
  background-clip: padding-box;
}
.editor-styles-wrapper .layout-table .wp-block-table table tbody tr td {
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #808080;
  padding: 8px;
  position: relative;
  background-clip: padding-box;
}
.editor-styles-wrapper .layout-table .wp-block-table table tfoot {
  border: none;
  border-color: #ddd;
  border-bottom: 1px solid #808080;
}
.editor-styles-wrapper .layout-table .wp-block-table table tfoot tr td {
  border: none;
  border-color: #ddd;
  padding: 8px;
  background-clip: padding-box;
}
.editor-styles-wrapper .layout-table .wp-block-table .wp-element-caption {
  padding: 16px 0;
}
.editor-styles-wrapper .layout-table .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.editor-styles-wrapper .layout-table .wp-block-table.is-style-stripes table tr:first-child :is(th, td) {
  border-top: none !important;
}
.editor-styles-wrapper .layout-table .wp-block-table.is-style-stripes table thead tr th {
  background-color: #269db9;
  color: #fff;
  border-top: none;
  border-bottom: none;
}
.editor-styles-wrapper .layout-table .wp-block-table.is-style-stripes table tbody tr td {
  border-bottom: none;
}
.editor-styles-wrapper .layout-table .wp-block-table.is-style-stripes table tbody tr td:first-of-type {
  border-left: 0;
}
.editor-styles-wrapper .layout-table .wp-block-table.is-style-stripes table tbody tr:nth-of-type(even) td {
  background-color: #f0f0f0;
}
.editor-styles-wrapper .layout-table .wp-block-table.is-style-stripes table tfoot {
  border-bottom: none;
}
.editor-styles-wrapper .layout-table .wp-block-table.is-style-stripes table tfoot tr td {
  border: none;
  background-color: #269db9;
  color: #fff;
  border-top: none;
  border-bottom: none;
}
.editor-styles-wrapper .layout-table.tlbscroll .wp-block-table {
  overflow-x: auto;
}
.editor-styles-wrapper .layout-table.tlbscroll .wp-block-table table {
  border: none;
}
.editor-styles-wrapper .layout-table.tlbscroll.lockhd table thead tr:first-of-type {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}
.editor-styles-wrapper .layout-table.tlbscroll.lockhd .wp-block-table {
  max-height: 300px;
}
.editor-styles-wrapper .layout-table.tlbscroll.lock1st table thead tr th:first-of-type {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 3;
}
.editor-styles-wrapper .layout-table.tlbscroll.lock1st table thead tr th:first-of-type:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  top: 0;
  right: -1px;
}
.editor-styles-wrapper .layout-table.tlbscroll.lock1st table tbody tr td {
  z-index: 1;
}
.editor-styles-wrapper .layout-table.tlbscroll.lock1st table tbody tr td:first-of-type {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}
.editor-styles-wrapper .layout-table.tlbscroll.lock1st table tbody tr td:first-of-type:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  top: 0;
  right: -1px;
}
.editor-styles-wrapper .layout-table.tlbscroll.w1000 .wp-block-table table {
  width: 1000px;
}
.editor-styles-wrapper .layout-table.tlbscroll.w1200 .wp-block-table table {
  width: 1200px;
}
.editor-styles-wrapper .layout-table.tlbscroll.w1500 .wp-block-table table {
  width: 1500px;
}
.editor-styles-wrapper .layout-mcbbox {
  width: 40%;
}
.editor-styles-wrapper .layout-mcbbox .copy {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}
.editor-styles-wrapper .layout-mcbbox .copy.fcred {
  color: #f30039;
}
.editor-styles-wrapper .layout-mcbbox .btnbox {
  padding-top: 0;
}
.editor-styles-wrapper .layout-mcbbox .btnbox .btn {
  padding: 16px 40px;
}
.editor-styles-wrapper .layout-mcbbox .btnbox .btn.corner {
  border-radius: 10px;
}
.editor-styles-wrapper .layout-mcbbox .btnbox .btn.corner-all {
  border-radius: 200px;
}
.editor-styles-wrapper .layout-linklist {
  width: 100%;
}
.editor-styles-wrapper .layout-linklist .linklistbox {
  padding-left: 0;
}
.editor-styles-wrapper .layout-linklist .linklistbox > li {
  list-style: none;
  padding-left: 26px;
  position: relative;
  margin-top: 8px;
}
.editor-styles-wrapper .layout-linklist .linklistbox > li:before {
  content: "\f0c1";
  width: auto;
  height: auto;
  background-color: transparent;
  font-size: 14px;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  font-weight: 900;
  line-height: 1.5;
  color: #f30039;
  position: absolute;
  top: 5px;
  left: 0;
}
.editor-styles-wrapper .layout-linklist .linklistbox > li a {
  text-decoration: underline;
  color: #f30039;
  font-weight: 700;
}
.editor-styles-wrapper .layout-linklist .linklistbox > li:first-of-type {
  margin-top: 0;
}
.editor-styles-wrapper .layout-img-content.lic-left .txtbox, .editor-styles-wrapper .layout-img-content.lic-right .txtbox {
  width: 50%;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.editor-styles-wrapper .layout-img-content.lic-stack.lic-left figure, .editor-styles-wrapper .layout-img-content.lic-stack.lic-right figure {
  width: 63%;
  z-index: 1;
}
.editor-styles-wrapper .layout-img-content.lic-stack.lic-left figure img, .editor-styles-wrapper .layout-img-content.lic-stack.lic-right figure img {
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.editor-styles-wrapper .layout-img-content.lic-stack.lic-left .txtbox, .editor-styles-wrapper .layout-img-content.lic-stack.lic-right .txtbox {
  width: 52.3%;
  background-color: #fff;
  margin-top: 140px;
  position: relative;
  z-index: 2;
}
.editor-styles-wrapper .layout-img-content.lic-stack.lic-left .txtbox {
  padding: 20px 0 20px 40px;
  margin-left: -15%;
}
.editor-styles-wrapper .layout-img-content.lic-stack.lic-right .txtbox {
  padding: 20px 40px 20px 0;
  margin-right: -15%;
}
.editor-styles-wrapper .layout-img-content .ttl {
  margin-bottom: 32px;
}
.editor-styles-wrapper .layout-img-content .btnbox {
  padding-top: 16px;
}
.editor-styles-wrapper .layout-img-content .btnbox .btn {
  font-size: 14px;
  padding: 8px 40px;
}
.editor-styles-wrapper .layout-img-content .btnbox .btn.corner {
  border-radius: 6px;
}
.editor-styles-wrapper .layout-img-content .btnbox .btn.corner-all {
  border-radius: 200px;
}
.editor-styles-wrapper .layout-accordionbox {
  margin-top: 20px;
}
.editor-styles-wrapper .layout-accordionbox .accordion-title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #0a0a0a;
  background-color: #f2f2f2;
  cursor: pointer;
  padding: 16px 50px;
  margin-bottom: 0;
}
.editor-styles-wrapper .layout-accordionbox .accordion-title:before, .editor-styles-wrapper .layout-accordionbox .accordion-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 23px;
  height: 1px;
  background-color: #0a0a0a;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.editor-styles-wrapper .layout-accordionbox .accordion-title:before {
  width: 23px;
  height: 1px;
  right: 30px;
}
.editor-styles-wrapper .layout-accordionbox .accordion-title:after {
  width: 1px;
  height: 23px;
  right: 41px;
}
.editor-styles-wrapper .layout-accordionbox .accordion-title.close:after {
  opacity: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.editor-styles-wrapper .layout-accordionbox .accordion-title.accordion02 {
  background-color: transparent;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.editor-styles-wrapper .layout-accordionbox .accordion-text {
  display: block;
  -webkit-transition: 0.2s ease max-height;
  transition: 0.2s ease max-height;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
.editor-styles-wrapper .layout-accordionbox .accordion-text > * {
  margin-top: 24px;
}
.editor-styles-wrapper .layout-accordionbox .accordion-text > * + * {
  margin-top: 24px;
}
.editor-styles-wrapper .layout-accordionbox .accordion-text > *:first-child {
  margin-top: 0;
}
.editor-styles-wrapper .layout-tabcont {
  display: block;
}
.editor-styles-wrapper .layout-tabcont .tabname {
  padding: 5px;
  margin-bottom: 0;
}
.editor-styles-wrapper .layout-tabcont .tabname:not(:first-of-type) {
  margin-left: 5px;
}
.editor-styles-wrapper .layout-tabcont .tabname.active {
  z-index: 10;
}
.editor-styles-wrapper .layout-tabcont .tabcontent {
  display: block;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.editor-styles-wrapper .layout-flamebox {
  padding: 20px 30px;
  border: 1px solid #808080;
  position: relative;
}
.editor-styles-wrapper .layout-flamebox.thick {
  border: 6px solid #ccc;
}
.editor-styles-wrapper .layout-flamebox.bubble:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-right-color: #808080;
  border-bottom-color: #808080;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  position: absolute;
  bottom: -10px;
  left: 30px;
}
.editor-styles-wrapper .layout-flamebox.question {
  border-color: #269db9;
  padding-left: 72px;
}
.editor-styles-wrapper .layout-flamebox.question:before {
  content: "?";
  width: 40px;
  height: 40px;
  background-color: #269db9;
  font-size: 28px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.editor-styles-wrapper .separator {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #808080;
  margin: 80px 0 !important;
}
.editor-styles-wrapper .separator.dashed {
  border-top-style: dashed;
}
.editor-styles-wrapper .separator.dotted {
  border-top-style: dotted;
}
.editor-styles-wrapper .layout-faqbox dl {
  margin-top: 40px;
}
.editor-styles-wrapper .layout-faqbox dl dt,
.editor-styles-wrapper .layout-faqbox dl dd {
  padding-left: 80px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.editor-styles-wrapper .layout-faqbox dl dt:before, .editor-styles-wrapper .layout-faqbox dl dt:after,
.editor-styles-wrapper .layout-faqbox dl dd:before,
.editor-styles-wrapper .layout-faqbox dl dd:after {
  width: 40px;
  height: 40px;
  border: 1px solid #0a0a0a;
  font-size: 28px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.editor-styles-wrapper .layout-faqbox dl dt {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #0a0a0a;
}
.editor-styles-wrapper .layout-faqbox dl dt:before {
  content: "Q";
}
.editor-styles-wrapper .layout-faqbox dl dd {
  margin-left: 0;
  padding-bottom: 20px;
}
.editor-styles-wrapper .layout-faqbox dl dd:before {
  content: "A";
}
.editor-styles-wrapper .layout-stepbox {
  counter-reset: stepnmb 0;
}
.editor-styles-wrapper .layout-stepbox dl {
  margin-top: 40px;
}
.editor-styles-wrapper .layout-stepbox dl dt,
.editor-styles-wrapper .layout-stepbox dl dd {
  padding-left: 80px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.editor-styles-wrapper .layout-stepbox dl dt {
  min-height: 60px;
  margin-bottom: 20px;
  line-height: 1.6;
  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;
  position: relative;
}
.editor-styles-wrapper .layout-stepbox dl dt:before {
  content: "STEP";
  display: block;
  font-size: 18px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 9px;
  left: 12px;
  z-index: 2;
}
.editor-styles-wrapper .layout-stepbox dl dt:after {
  counter-increment: stepnmb 1;
  content: counter(stepnmb);
  display: block;
  width: 60px;
  height: 60px;
  background-color: #269db9;
  font-size: 24px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding-top: 28px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.editor-styles-wrapper .layout-stepbox dl dd {
  margin-left: 0;
}
.editor-styles-wrapper .layout-balloon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.editor-styles-wrapper .layout-balloon .balloon-img {
  width: 80px;
}
.editor-styles-wrapper .layout-balloon .balloon-img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 1000px;
  overflow: cover;
}
.editor-styles-wrapper .layout-balloon .balloon-text {
  width: calc(100% - 120px);
  background-color: #f2f2f2;
  padding: 24px 50px;
  position: relative;
}
.editor-styles-wrapper .layout-balloon .balloon-text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: 15px solid #f2f2f2;
  position: absolute;
  top: 30px;
  left: -24px;
}
.editor-styles-wrapper .layout-balloon .balloon-text > * {
  margin-top: 20px;
}
.editor-styles-wrapper .layout-balloon .balloon-text > *:first-child {
  margin-top: 0;
}
.editor-styles-wrapper .layout-balloon.img-left .balloon-img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.editor-styles-wrapper .layout-balloon.img-left .balloon-text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.editor-styles-wrapper .layout-balloon.img-right .balloon-img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.editor-styles-wrapper .layout-balloon.img-right .balloon-text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.editor-styles-wrapper .layout-balloon.img-right .balloon-text:before {
  border: 10px solid transparent;
  border-left: 15px solid #f2f2f2;
  left: auto;
  right: -24px;
}
.editor-styles-wrapper .writerbox {
  margin-top: 80px !important;
}
.editor-styles-wrapper .writerbox .box-title {
  font-size: 20px;
  font-weight: 700;
  color: #269db9;
  margin-bottom: 16px;
}
.editor-styles-wrapper .writerbox .writer-info {
  background-color: #f2f2f2;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.editor-styles-wrapper .writerbox .writer-img {
  border-right: 1px solid #808080;
  width: 200px;
  text-align: center;
}
.editor-styles-wrapper .writerbox .writer-img img {
  aspect-ratio: 1/1;
  width: 100px;
  border-radius: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.editor-styles-wrapper .writerbox .writer-img figcaption {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-top: 8px;
}
.editor-styles-wrapper .writerbox .writer-outline {
  width: calc(100% - 200px);
  padding-left: 50px;
  padding-right: 50px;
  font-size: 15px;
  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;
}
.editor-styles-wrapper .writerbox .writer-outline p {
  font-size: 15px !important;
}