@charset "UTF-8";
/*************************
共通class
************************ */
@media screen and (max-width: 767.98px) {
  #posthead {
    padding: 0 0.25rem;
  }
}

#postmain .container {
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  #postmain .container {
    padding: 0 0.25rem;
  }
}
#postmain .detail {
  margin-bottom: 0.6rem;
}
#postmain .detail > * {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail > * {
    margin-top: 0.28rem;
  }
}
#postmain .detail > *:first-child {
  margin-top: 0;
}
#postmain .detail h2 {
  font-size: 0.24rem;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail h2 {
    font-size: 0.17rem;
    line-height: 1.8529;
    margin-top: 0.3rem;
  }
}
#postmain .detail h3 {
  font-size: 0.2rem;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 0.5rem;
}
#postmain .detail h4 {
  padding-left: 0.66rem;
  font-weight: 500;
  position: relative;
}
#postmain .detail h4:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0.16rem;
  left: 0;
}
#postmain .detail h5,
#postmain .detail h6 {
  font-weight: 500;
}
#postmain .detail ul > li {
  position: relative;
  list-style: none;
  padding-left: 0.2rem;
  margin-top: 0.06rem;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail ul > li {
    padding-left: 0.15rem;
  }
}
#postmain .detail ul > li:before {
  content: "";
  display: block;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 2rem;
  background-color: #a9894b;
  position: absolute;
  top: 0.11rem;
  left: 0.02rem;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail ul > li:before {
    width: 0.06rem;
    height: 0.06rem;
    top: 0.08rem;
    left: 0;
  }
}
#postmain .detail ul > li a {
  display: block;
}
#postmain .detail ul > li:first-of-type {
  margin-top: 0;
}
#postmain .detail ol {
  counter-reset: num;
}
#postmain .detail ol > li {
  position: relative;
  padding-left: 0.2rem;
  margin-top: 0.06rem;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail ol > li {
    padding-left: 0.15rem;
  }
}
#postmain .detail ol > li:before {
  counter-increment: num;
  content: counter(num);
  display: block;
  font-size: 0.15rem;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #a9894b;
  position: absolute;
  top: 0.03rem;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #postmain .detail ol > li:before {
    font-size: 0.13rem;
    top: 0;
    left: 0;
  }
}
#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.24rem 0.3rem;
  text-align: left;
  font-size: 0.15rem;
  border-bottom: 1px solid rgba(163, 138, 119, 0.6);
  border-right: 1px solid rgba(163, 138, 119, 0.6);
}
@media screen and (max-width: 767.98px) {
  #postmain .detail table tr :is(th, td) {
    font-size: 0.11rem;
    padding: 0.15rem;
  }
}
#postmain .detail table tr th {
  font-weight: 500;
}
#postmain .detail table tr td {
  font-weight: 400;
}
#postmain .detail table tr:first-child :is(th, td) {
  border-top: 1px solid rgba(163, 138, 119, 0.6);
}
#postmain .detail table thead {
  background: rgba(163, 138, 119, 0.3);
}
#postmain .detail .wp-block-image img {
  width: auto;
}
#postmain #ez-toc-container {
  border: 0.05rem solid rgba(163, 138, 119, 0.1);
  padding: 0.32rem 1rem 0.4rem;
}
@media screen and (max-width: 767.98px) {
  #postmain #ez-toc-container {
    padding: 0.15rem;
  }
}
#postmain #ez-toc-container ul li {
  margin-top: 0.04rem;
  padding-left: 0;
}
#postmain #ez-toc-container ul li:before {
  content: none;
}
#postmain #ez-toc-container ul li a {
  font-weight: 500;
  border-bottom: 1px solid rgba(163, 138, 119, 0.4);
  padding: 0.08rem 0 0.08rem 0.3rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #postmain #ez-toc-container ul li a {
    padding-left: 0.24rem;
  }
}
#postmain #ez-toc-container ul li a:before, #postmain #ez-toc-container ul li a:after {
  content: "";
  display: block;
  position: absolute;
}
#postmain #ez-toc-container ul li a:before {
  width: 0.06rem;
  height: 0.06rem;
  background-color: transparent;
  border-radius: 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  top: 0.18rem;
  left: 0.07rem;
}
@media screen and (max-width: 767.98px) {
  #postmain #ez-toc-container ul li a:before {
    width: 0.04rem;
    height: 0.04rem;
    top: 0.17rem;
    left: 0.06rem;
  }
}
#postmain #ez-toc-container ul li a:after {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 2rem;
  border: 1px solid #000;
  top: 0.12rem;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #postmain #ez-toc-container ul li a:after {
    width: 0.15rem;
    height: 0.15rem;
    top: 0.12rem;
  }
}
#postmain #ez-toc-container ul li > ul {
  margin-top: 0.16rem;
  margin-left: 0;
  padding-left: 0.36rem;
}
@media screen and (max-width: 767.98px) {
  #postmain #ez-toc-container ul li > ul {
    padding-left: 0.24rem;
  }
}
#postmain #ez-toc-container ul li > ul > li a {
  font-size: 0.14rem;
  font-weight: 400;
  border-bottom: none;
  padding: 0.04rem 0 0.04rem 0.3rem;
}
@media screen and (max-width: 767.98px) {
  #postmain #ez-toc-container ul li > ul > li a {
    font-size: 0.11rem;
    padding-left: 0.2rem;
  }
}
#postmain #ez-toc-container ul li > ul > li a:before {
  width: 0.08rem;
  height: 0.08rem;
  margin-right: 0;
  top: 0.09rem;
  left: 0.02rem;
}
@media screen and (max-width: 767.98px) {
  #postmain #ez-toc-container ul li > ul > li a:before {
    width: 0.06rem;
    height: 0.06rem;
    top: 0.08rem;
  }
}
#postmain #ez-toc-container ul li > ul > li a:after {
  content: none;
}
#postmain .wp-block-image .is-style-rounded img,
#postmain .wp-block-image.is-style-circle-mask img,
#postmain .wp-block-image.is-style-rounded img {
  border-radius: 0.08rem;
}
@media screen and (max-width: 767.98px) {
  #postmain .wp-block-image .is-style-rounded img,
  #postmain .wp-block-image.is-style-circle-mask img,
  #postmain .wp-block-image.is-style-rounded img {
    border-radius: 0.04rem;
  }
}

.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;
  background-color: #f1f0ec;
}
.layout-imglist .list-rows .layout-list-img img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.layout-imglist .list-rows .layout-list-txt {
  padding: 0 0.08rem;
  margin-top: 0.16rem;
}
.layout-imglist.clm1 .list-rows {
  width: 100%;
}
.layout-imglist.clm1 .layout-list-img {
  text-align: center;
  width: 7rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .layout-imglist.clm1 .layout-list-img {
    width: 100%;
  }
}
.layout-imglist.clm1 .layout-list-txt {
  width: 7rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .layout-imglist.clm1 .layout-list-txt {
    text-align: left;
  }
}
.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.clm3 .list-rows figure img {
    width: 2rem;
    border-radius: 0.04rem;
  }
}
@media screen and (max-width: 767.98px) {
  .layout-imglist .list-rows.intxt {
    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 .list-rows.intxt .layout-list-img {
    width: 1.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .layout-imglist .list-rows.intxt .layout-list-img img {
    width: 1.2rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767.98px) {
  .layout-imglist .list-rows.intxt .layout-list-txt {
    width: calc(100% - 1.2rem);
    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 .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 {
  border: 1px solid #ddd;
  border-radius: 0.1rem;
  padding: 0 0.3rem;
  margin-top: 0.08rem;
}
@media screen and (max-width: 767.98px) {
  .layout-accordionbox .accordionbox {
    padding: 0.08rem 0.12rem;
  }
}
.layout-accordionbox .accordionbox:first-of-type {
  margin-top: 0;
}
.layout-accordionbox .accordion-title {
  position: relative;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  padding: 0.16rem 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .layout-accordionbox .accordion-title {
    padding: 0.05rem 0;
  }
}
.layout-accordionbox .accordion-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0.24rem;
  height: 0.24rem;
  background-color: transparent;
}
@media screen and (max-width: 767.98px) {
  .layout-accordionbox .accordion-title:before {
    width: 0.2rem;
    height: 0.2rem;
  }
}
.layout-accordionbox .accordion-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #f30039;
  border-right: 2px solid #f30039;
  -webkit-transform: translateY(-2px) rotate(135deg);
          transform: translateY(-2px) rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767.98px) {
  .layout-accordionbox .accordion-title:after {
    width: 0.07rem;
    height: 0.07rem;
    border-top-width: 1px;
    border-right-width: 1px;
    right: 0.07rem;
  }
}
.layout-accordionbox .accordion-title.open:after {
  -webkit-transform: translateY(2px) rotate(-45deg);
          transform: translateY(2px) rotate(-45deg);
}
.layout-accordionbox .accordion-text {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease max-height;
  transition: 0.2s ease max-height;
  position: relative;
}
.layout-accordionbox .accordion-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.layout-accordionbox .accordion-text > * {
  margin-top: 0.12rem;
}
.layout-accordionbox .accordion-text > * + * {
  margin-top: 0.12rem;
}
.layout-accordionbox .accordion-text > *:first-child {
  margin-top: 0.16rem;
}
.layout-accordionbox .accordion-text > *:last-child {
  margin-bottom: 0.16rem;
}

.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;
  border-right: 1px solid #ddd;
  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-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  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;
}
.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 thead tr th {
  background-color: #f0f0f0;
}
.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.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 {
  border: 1px solid #000;
  padding: 0.3rem 0.4rem 0.2rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .layout-captionbox {
    padding: 0.24rem 0.16rem 0.16rem;
  }
}
.layout-captionbox > * {
  margin-top: 0.12rem;
}
.layout-captionbox > *:nth-child(2) {
  margin-top: 0;
}
.layout-captionbox .captionttl {
  display: inline-block;
  color: #000;
  background-color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0 0.12rem;
  position: absolute;
  top: -0.18rem;
  left: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  .layout-captionbox .captionttl {
    top: -0.16rem;
    left: 0.12rem;
    padding: 0 0.08rem;
  }
}
.layout-captionbox.radius {
  border-radius: 0.1rem;
}
.layout-captionbox.bdred {
  border-color: #f30039;
}
.layout-captionbox.ttlred .captionttl {
  color: #f30039;
}

.layout-flamebox {
  background-color: rgba(241, 240, 236, 0.5);
  padding: 0.4rem 0.5rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .layout-flamebox {
    padding: 0.2rem;
  }
}
.layout-flamebox .acf-innerblocks-container > * {
  margin-top: 0.16rem;
}
.layout-flamebox .acf-innerblocks-container > *:first-child {
  margin-top: 0 !important;
}
.layout-flamebox.radius {
  border-radius: 0.08rem;
}
@media screen and (max-width: 767.98px) {
  .layout-flamebox.radius {
    border-radius: 0.04rem;
  }
}

.layout-btnbox .btnbox {
  text-align: left;
  padding-top: 0;
}
.layout-btnbox .btnbox .btn {
  padding-right: 0.44rem;
}
@media screen and (max-width: 767.98px) {
  .layout-btnbox .btnbox .btn {
    padding-right: 0.38rem;
  }
}
.layout-btnbox .btnbox .btn:before {
  content: "";
  display: block;
  display: block;
  width: 0.26rem;
  height: 0.07rem;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  position: absolute;
  top: calc(50% - 0.05rem);
  right: 0.2rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .layout-btnbox .btnbox .btn:before {
    width: 0.2rem;
    height: 0.06rem;
    top: calc(50% - 0.02rem);
    right: 0.16rem;
  }
}
.layout-btnbox.btn-large .btnbox .btn {
  width: 3.5rem;
  height: 0.7rem;
  padding-right: 0.5rem;
  font-size: 0.2rem;
  font-weight: 500;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .layout-btnbox.btn-large .btnbox .btn {
    width: 2.65rem;
    height: 0.55rem;
    padding-right: 0.38rem;
    font-size: 0.15rem;
  }
}
.layout-btnbox.btn-large .btnbox .btn:before {
  border-bottom-color: #fff;
  border-right-color: #fff;
  right: 0.24rem;
}
.mouse .layout-btnbox.btn-large .btnbox .btn:hover {
  background-color: #f1f0ec;
  color: #000;
}
.mouse .layout-btnbox.btn-large .btnbox .btn:hover:before {
  border-bottom-color: #000;
  border-right-color: #000;
  right: 0.16rem;
}
.layout-btnbox.btn-medium .btnbox .btn {
  width: 2.4rem;
  font-size: 0.17rem;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .layout-btnbox.btn-medium .btnbox .btn {
    width: 1.8rem;
    height: 0.45rem;
    font-size: 0.13rem;
    padding-right: 0.36rem;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .layout-btnbox.btn-medium .btnbox .btn:before {
    right: 0.12rem;
  }
}
.mouse .layout-btnbox.btn-medium .btnbox .btn:hover {
  color: #fff;
}
.mouse .layout-btnbox.btn-medium .btnbox .btn:hover:before {
  border-bottom-color: #fff;
  border-right-color: #fff;
  right: 0.12rem;
}
.layout-btnbox.btn-small .btnbox .btn {
  border: none;
  width: auto;
  max-width: 2rem;
  height: auto;
  text-decoration: underline;
  text-underline-offset: 3px;
  background-color: transparent;
  font-size: 0.16rem;
  font-weight: 400;
  padding-right: 0.46rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.98px) {
  .layout-btnbox.btn-small .btnbox .btn {
    max-width: 1.56rem;
    font-size: 0.12rem;
    padding-right: 0.28rem;
  }
}
.layout-btnbox.btn-small .btnbox .btn:before {
  content: "";
  display: block;
  display: block;
  width: 0.24rem;
  height: 0.04rem;
  top: calc(50% - 0.02rem);
  right: 0.14rem;
}
@media screen and (max-width: 767.98px) {
  .layout-btnbox.btn-small .btnbox .btn:before {
    width: 0.18rem;
    right: 0.1rem;
  }
}
.layout-btnbox.btn-small .btnbox .btn:after {
  content: "";
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 87%, 52% 50%, 0 42%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 87%, 52% 50%, 0 42%);
  width: 0.24rem;
  height: 0.24rem;
  border: 1px solid #000;
  border-radius: 2rem;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: calc((100% - 0.26rem) / 2);
}
@media screen and (max-width: 767.98px) {
  .layout-btnbox.btn-small .btnbox .btn:after {
    width: 0.18rem;
    height: 0.18rem;
    top: calc((100% - 0.2rem) / 2);
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
.mouse .layout-btnbox.btn-small .btnbox .btn:hover:before {
  right: 0.1rem;
}
.layout-btnbox.align-left .btnbox {
  text-align: left;
}
.layout-btnbox.align-center {
  margin-left: auto;
  margin-right: auto;
}
.layout-btnbox.align-center .btnbox {
  text-align: center;
}
.layout-btnbox.align-right {
  margin-left: auto;
  margin-right: 0;
}
.layout-btnbox.align-right .btnbox {
  text-align: right;
}

.writerbox {
  padding: 0.4rem;
  background-color: rgba(241, 240, 236, 0.5);
  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-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .writerbox {
    display: block;
    padding: 0.2rem;
    position: relative;
  }
}
.writerbox .ph {
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .writerbox .ph {
    width: 0.9rem;
    height: 0.9rem;
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
  }
}
.writerbox .ph img {
  aspect-ratio: 1/1;
  border-radius: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.writerbox .writer-info {
  width: calc(100% - 1.2rem);
  padding-left: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .writerbox .writer-info {
    width: 100%;
    padding: 0;
  }
}
.writerbox .writer-info > span {
  color: #a9894b;
  font-size: 0.14rem;
}
@media screen and (max-width: 767.98px) {
  .writerbox .writer-info > span {
    font-size: 0.11rem;
    padding-left: 1.1rem;
  }
}
.writerbox .writer-info .name {
  font-size: 0.17rem;
  font-weight: 500;
  margin-top: 0.08rem;
}
@media screen and (max-width: 767.98px) {
  .writerbox .writer-info .name {
    font-size: 0.13rem;
    padding-left: 1.1rem;
    line-height: 1.6923;
    min-height: 0.6rem;
  }
}
.writerbox .writer-info .txt {
  font-size: 0.15rem;
  margin-top: 0.08rem;
}
@media screen and (max-width: 767.98px) {
  .writerbox .writer-info .txt {
    font-size: 0.13rem;
    margin-top: 0.16rem;
  }
}
.writerbox .writer-info .txt > * {
  margin-top: 0.16rem;
}
.writerbox .writer-info .txt > *:first-child {
  margin-top: 0;
}

.editor-styles-wrapper h2 {
  font-size: 24px;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 60px;
}
.editor-styles-wrapper h3 {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 50px;
}
.editor-styles-wrapper h4 {
  padding-left: 66px;
  font-weight: 500;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.editor-styles-wrapper h4:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 16px;
  left: 0;
}
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  font-weight: 500;
}
.editor-styles-wrapper ul.wp-block-list {
  padding-left: 0;
}
.editor-styles-wrapper ul.wp-block-list > li {
  padding-left: 20px;
  margin-top: 6px;
  list-style: none;
  position: relative;
}
.editor-styles-wrapper ul.wp-block-list > li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 200px;
  background-color: #a9894b;
  position: absolute;
  top: 11px;
  left: 2px;
}
.editor-styles-wrapper ul.wp-block-list > li a {
  display: block;
}
.editor-styles-wrapper ul.wp-block-list > li:first-of-type {
  margin-top: 0;
}
.editor-styles-wrapper ol.wp-block-list {
  counter-reset: num;
  padding-left: 0;
}
.editor-styles-wrapper ol.wp-block-list > li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-top: 6px;
}
.editor-styles-wrapper ol.wp-block-list > li:before {
  counter-increment: num;
  content: counter(num);
  display: block;
  font-size: 15px;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #a9894b;
  position: absolute;
  top: 3px;
  left: 0;
}
.editor-styles-wrapper .wp-block-image .is-style-rounded img,
.editor-styles-wrapper .wp-block-image.is-style-circle-mask img,
.editor-styles-wrapper .wp-block-image.is-style-rounded img {
  border-radius: 8px;
}
.editor-styles-wrapper .wp-block-table table tr > *:first-child {
  border-left: none;
}
.editor-styles-wrapper .wp-block-table table tr > *:last-child {
  border-right: none;
}
.editor-styles-wrapper .wp-block-table table tr :is(th, td) {
  padding: 24px 30px;
  text-align: left;
  font-size: 15px;
  border-bottom: 1px solid rgba(163, 138, 119, 0.6);
  border-right: 1px solid rgba(163, 138, 119, 0.6);
}
.editor-styles-wrapper .wp-block-table table tr th {
  font-weight: 500;
}
.editor-styles-wrapper .wp-block-table table tr td {
  font-weight: 400;
}
.editor-styles-wrapper .wp-block-table table tr:first-child :is(th, td) {
  border-top: 1px solid rgba(163, 138, 119, 0.6);
}
.editor-styles-wrapper .wp-block-table table thead {
  background: rgba(163, 138, 119, 0.3);
}
.editor-styles-wrapper .list-rows .layout-list-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.editor-styles-wrapper .layout-flamebox {
  background-color: rgba(241, 240, 236, 0.5);
  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 table tr > *:first-child {
  border-left: none;
}
.editor-styles-wrapper .layout-table .wp-block-table table tr > *:last-child {
  border-right: none;
}
.editor-styles-wrapper .layout-table .wp-block-table table tr :is(th, td) {
  padding: 24px 30px;
  text-align: left;
  font-size: 15px;
  border-bottom: 1px solid rgba(163, 138, 119, 0.6);
  border-right: 1px solid rgba(163, 138, 119, 0.6);
}
.editor-styles-wrapper .layout-table .wp-block-table table tr th {
  font-weight: 500;
}
.editor-styles-wrapper .layout-table .wp-block-table table tr td {
  font-weight: 400;
}
.editor-styles-wrapper .layout-table .wp-block-table table tr:first-child :is(th, td) {
  border-top: 1px solid rgba(163, 138, 119, 0.6);
}
.editor-styles-wrapper .layout-table .wp-block-table table thead {
  background: rgba(163, 138, 119, 0.3);
}
.editor-styles-wrapper .layout-table.tlbscroll .acf-innerblocks-container {
  overflow-x: auto;
}
.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-imglist .list-rows {
  margin-top: 30px;
}
.editor-styles-wrapper .layout-imglist .list-rows .layout-list-img {
  font-size: 0;
}
.editor-styles-wrapper .layout-imglist .list-rows .layout-list-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.editor-styles-wrapper .layout-imglist .list-rows .layout-list-txt {
  padding: 0 8px;
  margin-top: 16px;
}
.editor-styles-wrapper .layout-imglist.clm1 .layout-list-img {
  width: 70%;
}
.editor-styles-wrapper .layout-imglist.clm1 .layout-list-txt {
  width: 70%;
}
.editor-styles-wrapper .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) {
  .editor-styles-wrapper .layout-imglist.clm2 .list-rows {
    width: 100%;
    margin-right: 0;
    margin-top: 0.24rem;
  }
}
.editor-styles-wrapper .layout-imglist.clm2 .list-rows:nth-of-type(2n) {
  margin-right: 0;
}
.editor-styles-wrapper .layout-imglist.clm2 .list-rows:nth-of-type(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .editor-styles-wrapper .layout-imglist.clm2 .list-rows:nth-of-type(-n+2) {
    margin-top: 0.24rem;
  }
}
.editor-styles-wrapper .layout-imglist.clm3 .list-rows {
  width: calc((100% - (0.4rem * 2)) / 3);
  margin-right: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .editor-styles-wrapper .layout-imglist.clm3 .list-rows {
    width: 100%;
    margin-right: 0;
    margin-top: 0.24rem;
  }
}
.editor-styles-wrapper .layout-imglist.clm3 .list-rows:nth-of-type(3n) {
  margin-right: 0;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .editor-styles-wrapper .layout-imglist.clm3 .list-rows:nth-of-type(3n) {
    margin-top: 0.24rem;
  }
}
.editor-styles-wrapper .layout-imglist.clm3 .list-rows:nth-of-type(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .editor-styles-wrapper .layout-imglist.clm3 .list-rows:nth-of-type(-n+3) {
    margin-top: 0.24rem;
  }
}
@media screen and (max-width: 767.98px) {
  .editor-styles-wrapper .layout-imglist.clm3 .list-rows figure {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .editor-styles-wrapper .layout-imglist.clm3 .list-rows figure img {
    width: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .editor-styles-wrapper .layout-imglist .list-rows.intxt {
    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) {
  .editor-styles-wrapper .layout-imglist .list-rows.intxt .layout-list-img {
    width: 1.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .editor-styles-wrapper .layout-imglist .list-rows.intxt .layout-list-img img {
    width: 1.2rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767.98px) {
  .editor-styles-wrapper .layout-imglist .list-rows.intxt .layout-list-txt {
    width: calc(100% - 1.2rem);
    margin-top: 0;
    padding: 0 0 0 0.16rem;
  }
}
.editor-styles-wrapper .layout-linklist {
  width: 100%;
}
.detail .editor-styles-wrapper .layout-linklist .linklistbox > li {
  padding-left: 0.26rem;
  color: #f30039;
}
.detail .editor-styles-wrapper .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 .editor-styles-wrapper .layout-linklist .linklistbox > li:before {
    font-size: 0.14rem;
    line-height: 1;
    top: 0.07rem;
    left: 0.04rem;
  }
}
.detail .editor-styles-wrapper .layout-linklist .linklistbox > li a {
  text-decoration: underline;
  color: #f30039;
  font-weight: 700;
}
.editor-styles-wrapper .layout-img-content.lic-left, .editor-styles-wrapper .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;
}
.editor-styles-wrapper .layout-img-content.lic-left figure, .editor-styles-wrapper .layout-img-content.lic-right figure {
  width: calc(50% - 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
}
.editor-styles-wrapper .layout-img-content.lic-left figure img, .editor-styles-wrapper .layout-img-content.lic-right figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
.editor-styles-wrapper .layout-img-content.lic-left .txtbox, .editor-styles-wrapper .layout-img-content.lic-right .txtbox {
  width: calc(50% - 20px);
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.editor-styles-wrapper .layout-btnbox .btnbox {
  text-align: left;
  padding-top: 0;
}
.editor-styles-wrapper .layout-btnbox .btnbox .btn {
  padding-right: 44px;
  text-decoration: none;
  color: #000;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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 .layout-btnbox .btnbox .btn:before {
  content: "";
  display: block;
  display: block;
  width: 26px;
  height: 7px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.editor-styles-wrapper .layout-btnbox.btn-large .btnbox .btn {
  width: 350px;
  height: 70px;
  padding-right: 50px;
  font-size: 20px;
  font-weight: 500;
  background-color: #000;
  color: #fff;
}
.editor-styles-wrapper .layout-btnbox.btn-large .btnbox .btn:before {
  border-bottom-color: #fff;
  border-right-color: #fff;
  right: 24px;
}
.mouse .editor-styles-wrapper .layout-btnbox.btn-large .btnbox .btn:hover {
  background-color: #f1f0ec;
  color: #000;
}
.mouse .editor-styles-wrapper .layout-btnbox.btn-large .btnbox .btn:hover:before {
  border-bottom-color: #000;
  border-right-color: #000;
  right: 16px;
}
.editor-styles-wrapper .layout-btnbox.btn-medium .btnbox .btn {
  width: 240px;
  height: 60px;
  font-size: 17px;
  font-weight: 400;
  border: 1px solid #000;
}
.mouse .editor-styles-wrapper .layout-btnbox.btn-medium .btnbox .btn:hover {
  color: #fff;
}
.mouse .editor-styles-wrapper .layout-btnbox.btn-medium .btnbox .btn:hover:before {
  border-bottom-color: #fff;
  border-right-color: #fff;
  right: 12px;
}
.editor-styles-wrapper .layout-btnbox.btn-small .btnbox .btn {
  border: none;
  width: auto;
  max-width: 200px;
  height: auto;
  text-decoration: underline;
  text-underline-offset: 3px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  padding-right: 46px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.editor-styles-wrapper .layout-btnbox.btn-small .btnbox .btn:before {
  content: "";
  display: block;
  display: block;
  width: 24px;
  height: 4px;
  top: calc(50% - 2px);
  right: 14px;
}
.editor-styles-wrapper .layout-btnbox.btn-small .btnbox .btn:after {
  content: "";
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 87%, 52% 50%, 0 42%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 87%, 52% 50%, 0 42%);
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 200px;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: calc((100% - 26px) / 2);
}
.mouse .editor-styles-wrapper .layout-btnbox.btn-small .btnbox .btn:hover:before {
  right: 10px;
}
.editor-styles-wrapper .layout-btnbox.align-left .btnbox {
  text-align: left;
}
.editor-styles-wrapper .layout-btnbox.align-center {
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .layout-btnbox.align-center .btnbox {
  text-align: center;
}
.editor-styles-wrapper .layout-btnbox.align-right {
  margin-left: auto;
  margin-right: 0;
}
.editor-styles-wrapper .layout-btnbox.align-right .btnbox {
  text-align: right;
}
.editor-styles-wrapper .writerbox {
  padding: 40px;
  background-color: rgba(241, 240, 236, 0.5);
  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-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.editor-styles-wrapper .writerbox .ph {
  width: 120px;
  height: 120px;
}
.editor-styles-wrapper .writerbox .ph img {
  aspect-ratio: 1/1;
  border-radius: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
}
.editor-styles-wrapper .writerbox .writer-info {
  width: calc(100% - 120px);
  padding-left: 40px;
}
.editor-styles-wrapper .writerbox .writer-info > span {
  color: #a9894b;
  font-size: 14px;
}
.editor-styles-wrapper .writerbox .writer-info .name {
  font-size: 17px;
  font-weight: 500;
  margin-top: 8px;
}
.editor-styles-wrapper .writerbox .writer-info .txt {
  font-size: 15px;
  margin-top: 8px;
}
.editor-styles-wrapper .writerbox .writer-info .txt > * {
  margin-top: 16px;
}
.editor-styles-wrapper .writerbox .writer-info .txt > *:first-child {
  margin-top: 0;
}
.editor-styles-wrapper .layout-accordionbox .accordionbox {
  border-radius: 10px;
  padding: 0 30px;
  margin-top: 8px;
}
.editor-styles-wrapper .layout-accordionbox .accordionbox:first-of-type {
  margin-top: 0;
}
.editor-styles-wrapper .layout-accordionbox .accordion-title {
  padding: 16px 0;
}
.editor-styles-wrapper .layout-accordionbox .accordion-title:before {
  width: 24px;
  height: 24px;
}
.editor-styles-wrapper .layout-accordionbox .accordion-title:after {
  right: 7px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-2px) rotate(135deg);
          transform: translateY(-2px) rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.editor-styles-wrapper .layout-accordionbox .accordion-title.open:after {
  -webkit-transform: translateY(2px) rotate(-45deg);
          transform: translateY(2px) rotate(-45deg);
}
.editor-styles-wrapper .layout-accordionbox .accordion-text {
  max-height: none;
  overflow: visible;
  padding: 1px 0;
}
.editor-styles-wrapper .layout-accordionbox .accordion-text > * {
  margin-top: 12px;
}
.editor-styles-wrapper .layout-accordionbox .accordion-text > * + * {
  margin-top: 12px;
}
.editor-styles-wrapper .layout-accordionbox .accordion-text > *:first-child {
  margin-top: 16px;
}
.editor-styles-wrapper .layout-accordionbox .accordion-text > *:last-child {
  margin-bottom: 16px;
}