/* Entry Stylesheet */
.entry-content {
  font-size: 0.875rem;
  text-align: left;
  /* margin-top: 60px !important; */
}
.entry-content img.size-full {
  /* width: 100%; */
    max-width: 100%;
    height: auto;
    /* margin: 0 auto; */
    display: block;
    text-align: left;
}
.entry-content img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.entry-content img.size-contain {
  width: 100%;
  height: auto;
}
.breadcrumbs-list li:last-child a {
  color: #070707;
}


/* .entry-asset h2 {
  color: #191919;
  font-size: 28px;
}
.entry-asset h3 {
  padding: 2px 2px 2px 10px;
  color: #191919;
  border-left: 5px solid #f0b200;
} */
.entry-asset p {
  margin-top: 20px;
}
.entry-asset ul {
  list-style-type: none;
}
.entry-asset ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.entry-asset ul li, .entry-asset ol li {
  position: relative;
  line-height: 1.5;
  padding: 10px 0 0 25px;
  font-size: 14px;
}
.entry-asset .entry-tags ul li {
  padding: 0;
}
.entry-asset .entry-tags ul li::before {
  content: none;
}
.entry-asset a {
  /* color: #eb929f; */
}
.entry-asset *:first-child {
  margin-top: 0px;
}
.entry-asset .pointBox {
  position: relative;
  border: 2px solid rgba(192, 197, 204, 1);
  border-radius: 5px;
  padding: 20px;
  margin-top: 32px;
}
.entry-asset .pointBox::before {
  /* content: "POINT"; */
  content:url('../../assets/common/icon_pointbox.svg');
  position: absolute;
  top: -23px;
  left: 15px;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #ffffff;
  color: rgba(192, 197, 204, 1);
  padding: 0 10px;
}
.entry-asset .paperBox {
  position: relative;
  padding: 20px;
  margin-top: 20px;
  background-color: #F2F2F2;
}
.glry-item {
  display: inline-flex;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.glry-item-img {
  width: 50%;
}
.entry-asset .markerPink {
  background: linear-gradient(transparent 50%, #FFDFEF 80%);
  font-weight: bold !important;
}
.entry-asset .markerYellow {
  background: linear-gradient(transparent 50%, #ffff00 100%);
  font-weight: bold !important;
}
.entry-asset .markerBlue {
  background: linear-gradient(transparent 50%, #cce5ff 80%);
  font-weight: bold !important;
}
.exclamationBox {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 20px 20px 70px;
    background-color: #FFF7F7;
}
.exclamationBox::before {
    content: "i";
    background: #DF0D00;
}
.exclamationBox::before {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    /* line-height: 30px; */
    border-radius: 50%;
    padding: 4px;
}

.article-eyecatch {
  margin-bottom: 40px;
}
.article-eyecatch img {
  /* width: 100%; */
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.article-header {
  /* margin-top: 40px; */
}
.article-header h2 {
  font-size: 2.25rem;
}
.article-header-fields {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
}
.article-category-tags {
  display: flex;
  align-items: flex-start;
}
.article-categories {
  flex-shrink: 0;
}
.article-tags .entry-tags span {
  display: inline-block;
}
.article-date {
  flex-shrink: 0;
}
.article-categories .entry-categories {
  display: flex;
  align-items: center;
}
.article-categories .article-cat {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  margin-right: 8px;
}
.article-categories .cat-kokunai .article-cat {
  border: 1px solid #B05A89;
}
.article-categories .article-cat .article-cat-link {
  font-size: 0.75rem;
  padding: 2px 8px 4px;
  font-weight: 700;
}
.article-categories .cat-kokunai .article-cat .article-cat-link {
  color: #B05A89;
}
.article-categories .cat-kaigai .article-cat {
  border: 1px solid #2876A0;
}
.article-categories .cat-kaigai .article-cat .article-cat-link {
  color: #2876A0;
}
.article-tags .entry-tags {
  /* display: flex;
  align-items: center; */
  display: inline-block;
}
.article-tags .entry-tags,
.article-tags .entry-tags span,
.article-tags .entry-tags span a {
  font-size: 0.75rem;
  color: #697180;
}

.article-date p {
  font-size: 0.75rem;
  color: #697180;
}

.article-header .entry-title {
  font-size: 2.25rem !important;
}
.article-body {
  margin-top: 40px;
}
.article-body h2 {
  font-size: 2.25rem;
  position: relative;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1.45;
}
.article-body h2:before {
  content: url(../../assets/common/icon_flight.svg);
    position: relative;
    z-index: 5;
    display: block;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto 8px;
}
.article-body h2:after {
  content: url(../../assets/common/header_line.svg);
    position: relative;
    z-index: 5;
    display: block;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    margin: 16px auto 0;
}
.article-body h3 {
  font-size: 1.625rem;
  line-height: 130%;
  margin-top: 40px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #C0C5CC;
}
.img-caption {
  display: flex;
  margin-top: 10px;
  font-size: 14px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.article-body .img-caption img {
  /* width: 100%; */
  max-width: 100%;
  height: auto;
  /* margin: 0 auto; */
  display: block;
  text-align: left;
}
.table-content {
  margin: 96px auto 40px;
  width: auto;
  display: block;
  padding: 32px;
  background-color: #F5F7FA;
}
.table-content-header {
  cursor: pointer;
  position: relative;
}
.table-content-header::after {
  content: url(../../assets/common/icon_arrowDown.svg);
    position: absolute;
    z-index: 5;
    display: block;
    width: auto;
    height: auto;
    right: 0;
    top: 16%;
}
.table-content-header.is-active::after {
  rotate: 180deg;
}
.table-content-header h2 {
  margin-bottom: 0 !important;
}
.table-content-header h2::before {
  content: url(../../assets/common/icon_docs.svg);
    position: relative;
    z-index: 5;
    display: block;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto 8px;
}
.table-content-header h2::after {
  content: none !important;
}
.table-content-panel {
  display: none;
}
.table-content-panel.is-active {
  display: block;
}
.table-content-list li::before {
  content: none !important;
}
.table-content-list li a {
  color: #2C2A29;
  font-size: 0.875rem;
}
.table-content-list li a span {
  padding-right: 24px;
}
.table-content-list.table-content-list-level1 > li {
  padding-left: 0;
}
.table-content-list.table-content-list-level2 li {
  padding-left: 70px;
}

.related-article-block p {
  margin: 0 !important;
}
.related-article-block h2 {
  font-size: 2rem;
  width: auto;
  position: relative;
  text-align: center;
  line-height: 130%;
}

/* .p-texts {
  background: #fff;
  border: 2px solid #ddd;
  padding: 15px;
  margin: 20px 0 40px;
}
.p-texts p + .btn-link, .p-texts ul + .btn-link {
  margin-top: 20px;
  position: relative;
}
.p-texts a {
  display: block;
  padding: 10px;
  background: #f5f5f5;
}
.p-texts a span {
  font-size: 14px;
  color: #999;
}
.p-texts a span.ttl.t-check {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.p-texts a span.lead {
  font-size: 12px;
  margin-top: 5px;
}
.p-texts a span.ttl.t-check:before {
  content: "check!";
  background: #eb929f;
}
.p-texts a span.ttl:before {
  vertical-align: middle;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  padding: 2px 5px;
  margin-right: 10px;
}
.p-texts .btn-link:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #eb929f;
  z-index: 1;
} */
.p-texts {
  background-color: #F5F7FA;
  padding: 24px;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 24px;
}
.p-texts > span {
  font-size: 1rem;
  font-weight: 700;
}
.p-texts ul {
  margin-top: 16px;
}
.p-texts ul li {
  font-size: 0.875rem;
  padding: 0;
}
.p-texts ul li ~ li {
  padding: 8px 0 0 0;
}
.p-texts ul li:before {
  content: none;
}
.p-texts .btn-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 1px solid #939DAD;
  border-radius: 100px;
  background-color: #ffffff;
}
.p-texts .btn-link a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #2C2A29;
  padding: 14px 16px 14px 16px;
}
.p-texts .btn-link a::after {
  content: url(../../assets/common/icon_externalLink.svg);
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 12.8px;
    height: auto;
    margin-left: 8px;
}
.infoBox {
    margin: 10px 0;
    padding: 15px;
    border: solid 2px #C0C5CC;
}



.entry-asset .borderBox {
  border: 1px solid #C0C5CC;
  padding: 20px;
  margin-top: 20px;
}
.imground img {
  float: left;
  margin-right: 10px;
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 50%;
}
.entry-asset .border2Box {
  border: 4px double #C0C5CC;
  padding: 20px;
  margin-top: 20px;
}
.entry-asset .border2Box span {
  display: block;
}


/* .tp-thumbnail a {
  display: block;
  position: relative;
  clear: both;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 15px 35px 15px 15px;
  margin-bottom: 25px;
  text-decoration: none;
}
.tp-thumbnail span {
  display: block;
}
.tp-thumbnail a .imgbox {
  float: left;
  margin-right: 10px;
}
.tp-thumbnail a .imgbox img {
  vertical-align: top;
  border: 0;
  width: 130px;
}
.tp-thumbnail span {
  display: block;
}
.tp-thumbnail span.ttl {
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.tp-thumbnail span.ttl.t-check:before {
  content: "check!";
  background: #003f98;
  vertical-align: middle;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  padding: 2px 5px;
  margin-right: 10px;
}
.tp-thumbnail span.lead {
  overflow: hidden;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.tp-thumbnail a:after {
  content: "＞";
  position: absolute;
  right: 8px;
  top: 50%;
  font-size: 14px;
  color: #999;
  height: 20px;
  margin-top: -10px;
} */
.tp-thumbnail {
  margin-top: 16px !important;
}
 .tp-thumbnail ~ .tp-thumbnail {
  margin-top: 24px;
 }
.tp-thumbnail a {
  display: flex;
  background-color: #F5F7FA;
  padding: 24px;
  column-gap: 24px;
  color: #2C2A29;
}
.tp-thumbnail .imgbox {
  width: 165px;
  /* height: 110px; */
  height: auto;
  position: relative;
  flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tp-thumbnail .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-thumbnail .imgbox::before {
  content: "check!";
  position: absolute;
  background: #FFEE1D;
  vertical-align: middle;
  font-size: 0.75rem;
  font-weight: normal;
  color: #2C2A29;
  padding: 2px 5px;
  margin-right: 10px;
  left: 0;
  top: 0;
}
.tp-thumbnail .txtbox {
  text-align: left;
}
.tp-thumbnail .txtbox .ttl {
  font-size: 1rem;
  font-weight: 700;
}
.tp-thumbnail .txtbox .lead {
  font-size: 0.875rem;
  margin-top: 16px;
  display: block;
}
.tp-thumbnail .btn-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 1px solid #939DAD;
  border-radius: 100px;
  background-color: #ffffff;
}
.tp-thumbnail .btn-link a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #2C2A29;
  padding: 14px 16px 14px 16px;
}
.shop_info {
  border: 1px solid #C0C5CC;
  padding: 16px 12px;
  border-radius: 8px;
  margin: 32px 0 !important;
}
.shop_info li.bold {
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 4px;
}
.shop_info li:has(a) {
  padding-left: 0;
}
.shop_info li.bold::before,
.shop_info li:has(a)::before {
  content: none;
}
.shop_info li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #C0C5CC;
  border-radius: 8px;
  padding: 12px;
  margin-top: 8px !important;
  transition: all .2s;
}
.shop_info li a:hover {
  text-decoration: none !important;
  background-color: #F5F7FA;;
}

/* .su-btn {
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #333333 !important;
  background-color: #ffffff;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 24px;
  border-color: #cccccc;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  text-decoration: none !important;
  box-sizing: content-box !important;
  transition: all .2s;
}
.su-btn img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
} */

 /* p:has(.su-btn) {
  background-color: #F5F7FA;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
 }
 p .su-btn {
  flex: 0 1 42%;
  background-color: #ffffff;
  padding: 16px;
  border: 1px solid #939DAD;
  border-radius: 8px;
  color: #2C3D59;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
 }
 p .su-btn img {
  display: none;
 }
 p:has(.su-btn) br {
  display: none;
 } */

 .su-btn {
  float: left;
  width: 45%;
  background-color: #ffffff;
  padding: 2%;
  border: 1px solid #939DAD;
  border-radius: 8px;
  color: #2C3D59;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 16px;
  transition: all .2s;
}
/* .su-btn:nth-of-type(1),
.su-btn:nth-of-type(2) {
  margin-top: 32px;
} */
.su-btn:nth-of-type(1){
  margin-top: 32px;
}
/* .su-btn:nth-of-type(1) + .su-btn {
  color: red;
} */
a.su-btn:first-of-type + a.su-btn {
  margin-top: 32px;
}
.su-btn:last-of-type {
  margin-bottom: 16px;
}
.su-btn:nth-child(2n+1) {
  float: right;
}
.su-btn:last-of-type + * {
  display: inline-block;
}
.su-btn::after {
  content: '\2335';
  position: absolute;
  right: 22px;
    font-size: 12px;
    font-weight: 700;
    rotate: -90deg;
}
.su-btn:hover {
  background-color: #F5F7FA;
  color: #2C3D59;
  text-decoration: none !important;
}
@media (max-width: 1024px) {
  .su-btn {
    width: auto;
    margin-top: 16px;
    padding: 16px;
    float: none;
    max-width: 100%;
  }
  .su-btn:nth-child(2n+1) {
    float: none;
  }
  .su-btn:nth-of-type(2) {
    margin-top: 16px;
  }
  a.su-btn:first-of-type + a.su-btn {
    margin-top: 16px;
  }
  .su-btn:last-of-type {
  margin-bottom: 32px;
  }
  .su-btn:last-of-type + * {
    display: block;
  }
}

/* meta-slider */
.meta-slider {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 740px;
  position: relative;
}
.meta-slider .slider-img-container {
  height: 540px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.meta-slider .slider-img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.meta-slider .title-element {
  position: absolute;
  bottom: 44px;
  margin: 0;
  padding: 12px 16px;
  color: #fff;
  background: rgba(44, 42, 41, 0.8);
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  width: 100%;
  max-width: 740px;
  box-sizing: border-box;
  text-align: left;
}
.meta-slider .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #E9ECF2;
  margin: 16px 8px;
  border-radius: 100px;
  cursor: pointer;
}
.meta-slider .dot.active {
  background-color: #939DAD;
}
.meta-slider .prev-arrow, .next-arrow {
  /* margin: 16px;
  cursor: pointer;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  font-size: 32px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center; */


  display:block;
  cursor: pointer;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
	width:50px;
	height:50px;
	/* background:url(../images/common/slider_arrows.png) no-repeat; */
	text-indent:-9999px;
	border:0;
	opacity: 0;
	transition: all 200ms ease-in-out;
}
@media (any-hover: hover) {
  .meta-slider:hover .prev-arrow, .meta-slider:hover .next-arrow {
    opacity: 1;
  }
}
.meta-slider .prev-arrow {
  /* left: 0; */
  background:url(../assets/common/slider_arrow_left.svg) no-repeat;
  left:15px;
}
.meta-slider .next-arrow {
  /* right: 0; */
  /* background-position:-30px 0; */
  background:url(../assets/common/slider_arrows_right.svg) no-repeat;
	right:15px;
}


/* article-slider */
.article-slider {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 740px;
  position: relative;
}
.article-slider .slider-img-container {
  height: 540px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.article-slider .slider-img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.article-slider .title-element {
  position: absolute;
  bottom: 44px;
  margin: 0;
  padding: 12px 16px;
  color: #fff;
  background: rgba(44, 42, 41, 0.8);
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  width: 100%;
  max-width: 740px;
  box-sizing: border-box;
  text-align: left;
}
.article-slider .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #E9ECF2;
  margin: 16px 8px;
  border-radius: 100px;
  cursor: pointer;
}
.article-slider .dot.active {
  background-color: #939DAD;
}
.article-slider .prev-arrow, .next-arrow {
  /* margin: 16px;
  cursor: pointer;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  font-size: 32px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center; */


  display:block;
  cursor: pointer;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
	width:50px;
	height:50px;
	/* background:url(../images/common/slider_arrows.png) no-repeat; */
	text-indent:-9999px;
	border:0;
	opacity: 0;
	transition: all 200ms ease-in-out;
}
@media (any-hover: hover) {
  .article-slider:hover .prev-arrow, .article-slider:hover .next-arrow {
    opacity: 1;
  }
}
.article-slider .prev-arrow {
  /* left: 0; */
  background:url(../assets/common/slider_arrow_left.svg) no-repeat;
  left:15px;
}
.article-slider .next-arrow {
  /* right: 0; */
  /* background-position:-30px 0; */
  background:url(../assets/common/slider_arrows_right.svg) no-repeat;
	right:15px;
}


#header {
  background: #10069F;
}
.u-none-sp {
  display: block;
}
.key {
  width: 100%;
}
.key__list {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  margin-left: 0;
}
.key__item {
  position: relative;
  flex-grow: 1;
  height: 270px;
  background-position: center center;
  background-size: cover;
}
.key__item.key__item-first {
  background-image: url(https://article.his-j.com/catchy/wp-content/uploads/2024/08/【中国・四国地方】おすすめのグランピング施設６選AdobeStock_194055462_740x493-730x410.jpg);
}
.key__item.key__item-second {
  background-image: url(https://article.his-j.com/catchy/wp-content/uploads/2023/08/P210412-H-000003_ORIGINAL-730x410.jpeg);
}
.key__item.key__item-third {
  background-image: url(https://article.his-j.com/catchy/wp-content/uploads/2022/03/P200319-H-000106_ORIGINAL-730x410.jpg);
}
.key__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.25) 100%);
  transition: .2s;
}
.u-txtShdw {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.key__cat {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #f0b200;
  z-index: 2;
}
.key__cat a {
  display: block;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1.3rem;
  transition: .2s;
}
.key__cat a::before {
  font-family: "icomoon";
  content: "\e902";
  margin-right: 5px;
}
.key__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.key__title {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  color: #FFF;
  line-height: 1.25;
  margin: 10px;
}

.page-navigation,
.archive-nav-datebased {
  width: 100%;
  text-align: center;
  margin: 20px auto;
}
.page-navigation .prev_page_link a,
.page-navigation .next_page_link a {
 font-size: 16px;
 color: #333333;
}
.page-navigation .page_no a {
  color: #888888;
  font-size: 16px;
}
.page-navigation .cur_page_no {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.article-content p {
  margin-bottom: .75em;
}

.article-content .box_chat {
    display: flex;
    margin: 40px 0 0;
}
.box_chat:has(+ *:not(.box_chat)) {
  margin-bottom: 40px;
}

.article-content .box_chat:first-child {
    margin-top: 60px;
}
/* Even: left align */
.article-content .box_chat:nth-child(2n) {
    justify-content: flex-start;
}
/* Odd: right align */
.article-content .box_chat:not(:nth-child(2n)) {
    justify-content: flex-end;
}
/* Even: balloon_left is left */
.article-content .box_chat:nth-child(2n) .balloon_left {
    flex-direction: row;
    text-align: left;
}
/* Odd: balloon_left is right */
.article-content .box_chat:not(:nth-child(2n)) .balloon_left {
    flex-direction: row-reverse;
    text-align: right;
}
.article-content .balloon_left {
    display: flex;
    align-items: flex-start;
    max-width: 60%;
    column-gap: 32px;
}
.article-content .balloon_left .iconbox {
  text-align: center;
}
.article-content .balloon_imgleft {
    margin: 0 8px;
    width: 100%;
    max-width: fit-content;
}
.article-content .balloon_txtleft {
    background: #F5F7FA;
    border-radius: 8px;
    padding: 24px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07); */
    margin: 0 4px;
    min-width: 60px;
    word-break: break-word;
    position: relative;
    text-align: left;
}
/* Even: balloon triangle on left */
.article-content .box_chat:nth-child(2n) .balloon_txtleft::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 24px;
    width: 0;
    height: 0;
    border-top: 8.75px solid transparent;
    border-bottom: 8.75px solid transparent;
    border-right: 20px solid #F5F7FA;
}
/* Odd: balloon triangle on right */
.article-content .box_chat:not(:nth-child(2n)) .balloon_txtleft::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 24px;
    width: 0;
    height: 0;
    border-top: 8.75px solid transparent;
    border-bottom: 8.75px solid transparent;
    border-left: 20px solid #F5F7FA;
}

.article-content table {
  margin-top: 24px;
  margin-bottom: 24px;
    width: 100%;
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
}
.article-content table tr:first-child {
    background: #F2F2F2;
}
.article-content table th,
.article-content table td {
    padding: 10px;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
}

.article-created-date {
  margin-top: 24px;
  display: inline-flex;
  text-align: left;
    width: 100%;
}

.related-links-wrapper {
  margin-top: 32px;
  background-color: #F5F7FA;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
}
.related-links-wrapper .su-btn {
  background-color: #ffffff;
  padding: 16px;
  border: 1px solid #939DAD;
  border-radius: 8px;
  color: #2C3D59;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  /* width: 44.3%; */
  flex: 1 1 44%;
  position: relative;
}
.related-links-wrapper .su-btn::after {
  content: '\2335';
  position: absolute;
  right: 22px;
    font-size: 12px;
    font-weight: 700;
    rotate: -90deg;
}

@media (max-width: 767px) {
  .article-header .entry-title {
    font-size: 1.75rem !important;
  }
  .article-category-tags {
    flex-direction: column;
    align-items: flex-start;
  }
  .article-header-fields {
    flex-direction: column;
    align-items: flex-start;
  }
  .article-body h2 {
    font-size: 1.5rem;
  }
  .article-body h3 {
    font-size: 1.125rem;
  }
  .tp-thumbnail a {
    flex-direction: column;
  }
  .tp-thumbnail .imgbox {
    width: 100%;
    height: 190px;
  }
  .tp-thumbnail .txtbox {
    margin-top: 24px;
  }
  /* p:has(.su-btn) {
    gap: 12px;
    padding: 24px;
  }
  p .su-btn {
    flex: 0 1 40%;
    padding: 10px;
  } */
  .related-article-block .article-list {
    flex-direction: column;
  }
  .related-article-block h2 {
    font-size: 1.5rem;
  }
  .related-article-block .article-list-3col .mod-article {
    width: 100%;
  }
  .related-article-block .article-list-3col .mod-article {
    max-width: 100%;
  }
  .related-article-block .article-list-3col .mod-article figure {
    height: 220px;
  }
  .article-content .balloon_left {
    max-width: 100%;
  }
}