@charset "UTF-8";
/*-------------------------
全ページ共通部分
-------------------------*/
:root {
  --bulma-body-color: #000;
  --bulma-strong-color: #000;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../../bulma/fonts/NotoSansJP-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../bulma/fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../bulma/fonts/NotoSansJP-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../bulma/fonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
}

.page,
.section,
.lp01,
.site-header,
[class*=_btn],
footer,
h1,
h2,
h3,
h4,
h5,
button,
input,
optgroup,
select,
textarea,
p {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: inherit;
  font-style: inherit;
  font-weight: inherit;
}

.footer,
figure {
  margin: 0;
}

.sp {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

.dis_none {
  display: none !important;
}

/* コラムページスタイル ***********************/
.single-column .section,
.single-column2 .section,
.single-column3 .section,
.single-column4 .section {
  background: #f8f8f8;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .single-column .section,
  .single-column2 .section,
  .single-column3 .section,
  .single-column4 .section {
    margin-top: 0;
  }
}
.single-column .section .section_header,
.single-column2 .section .section_header,
.single-column3 .section .section_header,
.single-column4 .section .section_header {
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .single-column .section .section_header .header_wrap,
  .single-column2 .section .section_header .header_wrap,
  .single-column3 .section .section_header .header_wrap,
  .single-column4 .section .section_header .header_wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .single-column .section .section_header .header_wrap,
  .single-column2 .section .section_header .header_wrap,
  .single-column3 .section .section_header .header_wrap,
  .single-column4 .section .section_header .header_wrap {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .single-column .section .section_header .header_wrap .page-title,
  .single-column2 .section .section_header .header_wrap .page-title,
  .single-column3 .section .section_header .header_wrap .page-title,
  .single-column4 .section .section_header .header_wrap .page-title {
    margin-bottom: 0;
  }
}
.single-column .section .container,
.single-column2 .section .container,
.single-column3 .section .container,
.single-column4 .section .container {
  width: min(1230px, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f8f8f8;
  gap: 50px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container,
  .single-column2 .section .container,
  .single-column3 .section .container,
  .single-column4 .section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-column .section .container article,
.single-column2 .section .container article,
.single-column3 .section .container article,
.single-column4 .section .container article {
  width: min(855px, 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .toukou,
  .single-column2 .section .container article .toukou,
  .single-column3 .section .container article .toukou,
  .single-column4 .section .container article .toukou {
    margin-bottom: 10px;
  }
}
.single-column .section .container article .post_item,
.single-column2 .section .container article .post_item,
.single-column3 .section .container article .post_item,
.single-column4 .section .container article .post_item {
  margin: 0 auto;
  background: #fff;
  width: min(855px, 100%);
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item,
  .single-column2 .section .container article .post_item,
  .single-column3 .section .container article .post_item,
  .single-column4 .section .container article .post_item {
    position: relative;
  }
}
.single-column .section .container article .post_item .post_img,
.single-column2 .section .container article .post_item .post_img,
.single-column3 .section .container article .post_item .post_img,
.single-column4 .section .container article .post_item .post_img {
  width: min(855px, 100%);
  max-height: 500px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_img,
  .single-column2 .section .container article .post_item .post_img,
  .single-column3 .section .container article .post_item .post_img,
  .single-column4 .section .container article .post_item .post_img {
    max-height: 335px;
  }
}
.single-column .section .container article .post_item .post_img::before,
.single-column2 .section .container article .post_item .post_img::before,
.single-column3 .section .container article .post_item .post_img::before,
.single-column4 .section .container article .post_item .post_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%);
  z-index: 2;
}
.single-column .section .container article .post_item .post_img img,
.single-column2 .section .container article .post_item .post_img img,
.single-column3 .section .container article .post_item .post_img img,
.single-column4 .section .container article .post_item .post_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: min(855px, 100%);
  height: 500px;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_img img,
  .single-column2 .section .container article .post_item .post_img img,
  .single-column3 .section .container article .post_item .post_img img,
  .single-column4 .section .container article .post_item .post_img img {
    width: 100vw;
    min-height: 0px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-height: 335px;
  }
}
.single-column .section .container article .post_item .post_img .img_box,
.single-column2 .section .container article .post_item .post_img .img_box,
.single-column3 .section .container article .post_item .post_img .img_box,
.single-column4 .section .container article .post_item .post_img .img_box {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 5px 64px 20px;
  max-height: 140px;
  height: auto;
  color: #fff;
  font-size: clamp(0.875rem, 14px + (100vw - 390px) * 0.0019047619, 1rem);
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.08rem;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_img .img_box,
  .single-column2 .section .container article .post_item .post_img .img_box,
  .single-column3 .section .container article .post_item .post_img .img_box,
  .single-column4 .section .container article .post_item .post_img .img_box {
    padding: 0 14px 10px;
    max-height: 135px;
    height: auto;
  }
}
.single-column .section .container article .post_item .post_img .img_box h1,
.single-column2 .section .container article .post_item .post_img .img_box h1,
.single-column3 .section .container article .post_item .post_img .img_box h1,
.single-column4 .section .container article .post_item .post_img .img_box h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29.5px;
  height: auto;
  width: auto;
  max-height: 90px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_img .img_box h1,
  .single-column2 .section .container article .post_item .post_img .img_box h1,
  .single-column3 .section .container article .post_item .post_img .img_box h1,
  .single-column4 .section .container article .post_item .post_img .img_box h1 {
    margin-top: 0;
    max-height: 95px;
    width: auto;
    line-height: 24.2px;
    -webkit-line-clamp: 4;
    font-size: 20px;
  }
}
.single-column .section .container article .post_item .post_img .img_box > div,
.single-column2 .section .container article .post_item .post_img .img_box > div,
.single-column3 .section .container article .post_item .post_img .img_box > div,
.single-column4 .section .container article .post_item .post_img .img_box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
  gap: 26px;
}
.single-column .section .container article .post_item .post_img .img_box > div > p,
.single-column2 .section .container article .post_item .post_img .img_box > div > p,
.single-column3 .section .container article .post_item .post_img .img_box > div > p,
.single-column4 .section .container article .post_item .post_img .img_box > div > p {
  color: #fff;
  font-weight: 500;
  line-height: 11px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_img .img_box > div > p,
  .single-column2 .section .container article .post_item .post_img .img_box > div > p,
  .single-column3 .section .container article .post_item .post_img .img_box > div > p,
  .single-column4 .section .container article .post_item .post_img .img_box > div > p {
    font-size: 11px;
  }
}
.single-column .section .container article .post_item .post_img .img_box > div > p::before,
.single-column2 .section .container article .post_item .post_img .img_box > div > p::before,
.single-column3 .section .container article .post_item .post_img .img_box > div > p::before,
.single-column4 .section .container article .post_item .post_img .img_box > div > p::before {
  content: "";
  line-height: 11px;
  margin: 0;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(241deg) brightness(103%) contrast(103%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(241deg) brightness(103%) contrast(103%);
}
.single-column .section .container article .post_item .post_content,
.single-column2 .section .container article .post_item .post_content,
.single-column3 .section .container article .post_item .post_content,
.single-column4 .section .container article .post_item .post_content {
  padding-bottom: 70px;
}
.single-column .section .container article .post_item .post_content .tags_wrap,
.single-column2 .section .container article .post_item .post_content .tags_wrap,
.single-column3 .section .container article .post_item .post_content .tags_wrap,
.single-column4 .section .container article .post_item .post_content .tags_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 44px 69px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .tags_wrap,
  .single-column2 .section .container article .post_item .post_content .tags_wrap,
  .single-column3 .section .container article .post_item .post_content .tags_wrap,
  .single-column4 .section .container article .post_item .post_content .tags_wrap {
    margin: 17px 0 0 20px;
  }
}
.single-column .section .container article .post_item .post_content .tags_wrap .tags,
.single-column2 .section .container article .post_item .post_content .tags_wrap .tags,
.single-column3 .section .container article .post_item .post_content .tags_wrap .tags,
.single-column4 .section .container article .post_item .post_content .tags_wrap .tags {
  margin: 0;
}
.single-column .section .container article .post_item .post_content .tags_wrap .tags .tag,
.single-column2 .section .container article .post_item .post_content .tags_wrap .tags .tag,
.single-column3 .section .container article .post_item .post_content .tags_wrap .tags .tag,
.single-column4 .section .container article .post_item .post_content .tags_wrap .tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding: 10px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #1d426e;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.04rem;
  background: #f1f4f9;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .tags_wrap .tags .tag,
  .single-column2 .section .container article .post_item .post_content .tags_wrap .tags .tag,
  .single-column3 .section .container article .post_item .post_content .tags_wrap .tags .tag,
  .single-column4 .section .container article .post_item .post_content .tags_wrap .tags .tag {
    gap: 18px;
  }
}
.single-column .section .container article .post_item .post_content .post_box,
.single-column2 .section .container article .post_item .post_content .post_box,
.single-column3 .section .container article .post_item .post_content .post_box,
.single-column4 .section .container article .post_item .post_content .post_box {
  width: min(725px, 100%);
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box,
  .single-column2 .section .container article .post_item .post_content .post_box,
  .single-column3 .section .container article .post_item .post_content .post_box,
  .single-column4 .section .container article .post_item .post_content .post_box {
    padding: 50px 20px;
  }
}
.single-column .section .container article .post_item .post_content .post_box .wp-block-image,
.single-column2 .section .container article .post_item .post_content .post_box .wp-block-image,
.single-column3 .section .container article .post_item .post_content .post_box .wp-block-image,
.single-column4 .section .container article .post_item .post_content .post_box .wp-block-image {
  overflow: hidden;
  margin-top: 2rem;
}
.single-column .section .container article .post_item .post_content .post_box .wp-block-image img,
.single-column2 .section .container article .post_item .post_content .post_box .wp-block-image img,
.single-column3 .section .container article .post_item .post_content .post_box .wp-block-image img,
.single-column4 .section .container article .post_item .post_content .post_box .wp-block-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-column .section .container article .post_item .post_content .post_box ul:not(.toc_list),
.single-column2 .section .container article .post_item .post_content .post_box ul:not(.toc_list),
.single-column3 .section .container article .post_item .post_content .post_box ul:not(.toc_list),
.single-column4 .section .container article .post_item .post_content .post_box ul:not(.toc_list) {
  list-style-type: disc;
}
.single-column .section .container article .post_item .post_content .post_box ul:not(.toc_list) li,
.single-column2 .section .container article .post_item .post_content .post_box ul:not(.toc_list) li,
.single-column3 .section .container article .post_item .post_content .post_box ul:not(.toc_list) li,
.single-column4 .section .container article .post_item .post_content .post_box ul:not(.toc_list) li {
  font-size: 16px;
  display: block;
  position: relative;
  padding-left: 16px;
  line-height: 2.2rem;
}
.single-column .section .container article .post_item .post_content .post_box ul:not(.toc_list) li strong,
.single-column2 .section .container article .post_item .post_content .post_box ul:not(.toc_list) li strong,
.single-column3 .section .container article .post_item .post_content .post_box ul:not(.toc_list) li strong,
.single-column4 .section .container article .post_item .post_content .post_box ul:not(.toc_list) li strong {
  white-space: nowrap;
}
.single-column .section .container article .post_item .post_content .post_box ul:not(.toc_list) li::before,
.single-column2 .section .container article .post_item .post_content .post_box ul:not(.toc_list) li::before,
.single-column3 .section .container article .post_item .post_content .post_box ul:not(.toc_list) li::before,
.single-column4 .section .container article .post_item .post_content .post_box ul:not(.toc_list) li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 16px;
  color: black;
}
.single-column .section .container article .post_item .post_content .post_box #toc_container,
.single-column2 .section .container article .post_item .post_content .post_box #toc_container,
.single-column3 .section .container article .post_item .post_content .post_box #toc_container,
.single-column4 .section .container article .post_item .post_content .post_box #toc_container {
  margin: 49px 0 32px;
}
.single-column .section .container article .post_item .post_content .post_box #toc_container a,
.single-column2 .section .container article .post_item .post_content .post_box #toc_container a,
.single-column3 .section .container article .post_item .post_content .post_box #toc_container a,
.single-column4 .section .container article .post_item .post_content .post_box #toc_container a {
  color: #000;
}
.single-column .section .container article .post_item .post_content .post_box p,
.single-column2 .section .container article .post_item .post_content .post_box p,
.single-column3 .section .container article .post_item .post_content .post_box p,
.single-column4 .section .container article .post_item .post_content .post_box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2rem;
}
.single-column .section .container article .post_item .post_content .post_box h2,
.single-column2 .section .container article .post_item .post_content .post_box h2,
.single-column3 .section .container article .post_item .post_content .post_box h2,
.single-column4 .section .container article .post_item .post_content .post_box h2 {
  height: auto;
  max-height: 72px;
  font-weight: 700;
  line-height: 36px;
  font-size: clamp(1.125rem, 18px + (100vw - 390px) * 0.0019047619, 1.25rem);
  position: relative;
  text-align: left;
  letter-spacing: 0.04rem;
  margin: 32px 0 0;
  padding-left: 21px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box h2,
  .single-column2 .section .container article .post_item .post_content .post_box h2,
  .single-column3 .section .container article .post_item .post_content .post_box h2,
  .single-column4 .section .container article .post_item .post_content .post_box h2 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 100%;
    line-height: 18px;
    max-height: 46px;
    font-size: 18px;
  }
}
.single-column .section .container article .post_item .post_content .post_box h2::before,
.single-column2 .section .container article .post_item .post_content .post_box h2::before,
.single-column3 .section .container article .post_item .post_content .post_box h2::before,
.single-column4 .section .container article .post_item .post_content .post_box h2::before {
  content: "";
  width: 12px;
  height: 100%;
  display: inline-block;
  background-color: #d9d9d9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.single-column .section .container article .post_item .post_content .post_box figure + h2,
.single-column2 .section .container article .post_item .post_content .post_box figure + h2,
.single-column3 .section .container article .post_item .post_content .post_box figure + h2,
.single-column4 .section .container article .post_item .post_content .post_box figure + h2 {
  margin-top: 60px;
}
.single-column .section .container article .post_item .post_content .post_box h2 + p,
.single-column2 .section .container article .post_item .post_content .post_box h2 + p,
.single-column3 .section .container article .post_item .post_content .post_box h2 + p,
.single-column4 .section .container article .post_item .post_content .post_box h2 + p {
  margin-top: 16px;
}
.single-column .section .container article .post_item .post_content .post_box h2 + .related-companies,
.single-column2 .section .container article .post_item .post_content .post_box h2 + .related-companies,
.single-column3 .section .container article .post_item .post_content .post_box h2 + .related-companies,
.single-column4 .section .container article .post_item .post_content .post_box h2 + .related-companies {
  margin-top: 35px;
}
.single-column .section .container article .post_item .post_content .post_box h3,
.single-column2 .section .container article .post_item .post_content .post_box h3,
.single-column3 .section .container article .post_item .post_content .post_box h3,
.single-column4 .section .container article .post_item .post_content .post_box h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  background: #e9e9e9;
  height: 36px;
  position: relative;
  padding-left: 21px;
  margin: 35px 0 16px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box h3,
  .single-column2 .section .container article .post_item .post_content .post_box h3,
  .single-column3 .section .container article .post_item .post_content .post_box h3,
  .single-column4 .section .container article .post_item .post_content .post_box h3 {
    line-height: 18px;
    padding: 9px 0 9px 21px;
    height: auto;
    max-height: 54px;
  }
}
.single-column .section .container article .post_item .post_content .post_box h3::after,
.single-column2 .section .container article .post_item .post_content .post_box h3::after,
.single-column3 .section .container article .post_item .post_content .post_box h3::after,
.single-column4 .section .container article .post_item .post_content .post_box h3::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 139px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url("../../bulma/img/h3_title.png");
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box h3::after,
  .single-column2 .section .container article .post_item .post_content .post_box h3::after,
  .single-column3 .section .container article .post_item .post_content .post_box h3::after,
  .single-column4 .section .container article .post_item .post_content .post_box h3::after {
    width: 83px;
    background-image: url("../../bulma/img/h3_title_sp.png");
  }
}
.single-column .section .container article .post_item .post_content .post_box .is_content,
.single-column2 .section .container article .post_item .post_content .post_box .is_content,
.single-column3 .section .container article .post_item .post_content .post_box .is_content,
.single-column4 .section .container article .post_item .post_content .post_box .is_content {
  margin: 44px 0;
  padding: 25px 0px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  border: 4px solid #1d426e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .is_content,
  .single-column2 .section .container article .post_item .post_content .post_box .is_content,
  .single-column3 .section .container article .post_item .post_content .post_box .is_content,
  .single-column4 .section .container article .post_item .post_content .post_box .is_content {
    padding: 23px 17px 38px;
    font-size: 14px;
    text-align: left;
  }
}
.single-column .section .container article .post_item .post_content .post_box .is_content .is_title,
.single-column2 .section .container article .post_item .post_content .post_box .is_content .is_title,
.single-column3 .section .container article .post_item .post_content .post_box .is_content .is_title,
.single-column4 .section .container article .post_item .post_content .post_box .is_content .is_title {
  color: #1d426e;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 28px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .is_content .is_title,
  .single-column2 .section .container article .post_item .post_content .post_box .is_content .is_title,
  .single-column3 .section .container article .post_item .post_content .post_box .is_content .is_title,
  .single-column4 .section .container article .post_item .post_content .post_box .is_content .is_title {
    padding: 0;
    font-size: 16px;
    text-align: center;
  }
}
.single-column .section .container article .post_item .post_content .post_box .is_content .is_3box,
.single-column2 .section .container article .post_item .post_content .post_box .is_content .is_3box,
.single-column3 .section .container article .post_item .post_content .post_box .is_content .is_3box,
.single-column4 .section .container article .post_item .post_content .post_box .is_content .is_3box {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 186px);
  grid-template-rows: 50px;
  gap: 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .is_content .is_3box,
  .single-column2 .section .container article .post_item .post_content .post_box .is_content .is_3box,
  .single-column3 .section .container article .post_item .post_content .post_box .is_content .is_3box,
  .single-column4 .section .container article .post_item .post_content .post_box .is_content .is_3box {
    grid-template-columns: repeat(3, 90px);
    grid-template-rows: 48px;
    gap: 23px;
    padding-left: 0;
  }
}
.single-column .section .container article .post_item .post_content .post_box .is_content .is_3box p,
.single-column2 .section .container article .post_item .post_content .post_box .is_content .is_3box p,
.single-column3 .section .container article .post_item .post_content .post_box .is_content .is_3box p,
.single-column4 .section .container article .post_item .post_content .post_box .is_content .is_3box p {
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #1d426e;
  color: #1d426e;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .is_content .is_3box p,
  .single-column2 .section .container article .post_item .post_content .post_box .is_content .is_3box p,
  .single-column3 .section .container article .post_item .post_content .post_box .is_content .is_3box p,
  .single-column4 .section .container article .post_item .post_content .post_box .is_content .is_3box p {
    line-height: 25px;
    font-size: 14px;
  }
}
.single-column .section .container article .post_item .post_content .post_box .is_content .is_btn,
.single-column2 .section .container article .post_item .post_content .post_box .is_content .is_btn,
.single-column3 .section .container article .post_item .post_content .post_box .is_content .is_btn,
.single-column4 .section .container article .post_item .post_content .post_box .is_content .is_btn {
  width: 278px;
  height: 41px;
  color: #fff;
  background: #1d426e;
  font-weight: 700;
  font-size: 20px;
  line-height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px auto 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .is_content .is_btn,
  .single-column2 .section .container article .post_item .post_content .post_box .is_content .is_btn,
  .single-column3 .section .container article .post_item .post_content .post_box .is_content .is_btn,
  .single-column4 .section .container article .post_item .post_content .post_box .is_content .is_btn {
    margin: 33px auto 0;
    width: 226px;
    height: 29px;
    font-size: 16px;
    line-height: 29px;
  }
}
.single-column .section .container article .post_item .post_content .post_box .is_content .is_btn .after-tri,
.single-column2 .section .container article .post_item .post_content .post_box .is_content .is_btn .after-tri,
.single-column3 .section .container article .post_item .post_content .post_box .is_content .is_btn .after-tri,
.single-column4 .section .container article .post_item .post_content .post_box .is_content .is_btn .after-tri {
  letter-spacing: -3.2px;
  margin-left: 1rem;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .is_content .is_btn .after-tri,
  .single-column2 .section .container article .post_item .post_content .post_box .is_content .is_btn .after-tri,
  .single-column3 .section .container article .post_item .post_content .post_box .is_content .is_btn .after-tri,
  .single-column4 .section .container article .post_item .post_content .post_box .is_content .is_btn .after-tri {
    font-size: 12px;
  }
}
.single-column .section .container article .post_item .post_content .post_box .related-posts-block,
.single-column2 .section .container article .post_item .post_content .post_box .related-posts-block,
.single-column3 .section .container article .post_item .post_content .post_box .related-posts-block,
.single-column4 .section .container article .post_item .post_content .post_box .related-posts-block {
  margin: 2em auto;
  position: relative;
  padding: 0.5em 1.5em;
  width: 90%;
  border: solid 2px #d9d9d9;
}
.single-column .section .container article .post_item .post_content .post_box .related-posts-block h4,
.single-column2 .section .container article .post_item .post_content .post_box .related-posts-block h4,
.single-column3 .section .container article .post_item .post_content .post_box .related-posts-block h4,
.single-column4 .section .container article .post_item .post_content .post_box .related-posts-block h4 {
  font-size: 20px;
  color: #0068b7;
}
.single-column .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li,
.single-column2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li,
.single-column3 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li,
.single-column4 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li,
  .single-column2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li,
  .single-column3 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li,
  .single-column4 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single-column .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure,
.single-column2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure,
.single-column3 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure,
.single-column4 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure {
  width: min(200px, 100%);
}
.single-column .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure img,
.single-column2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure img,
.single-column3 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure img,
.single-column4 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure img {
  max-width: 200px;
}
.single-column .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap,
.single-column2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap,
.single-column3 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap,
.single-column4 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap {
  margin-left: 20px;
  line-height: 20px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap,
  .single-column2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap,
  .single-column3 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap,
  .single-column4 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap {
    margin-left: 0;
  }
}
.single-column .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap p,
.single-column2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap p,
.single-column3 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap p,
.single-column4 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap p {
  color: #1d426e;
  font-size: 14px;
  line-height: 20px;
}
.single-column .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a,
.single-column2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a,
.single-column3 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a,
.single-column4 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a {
  font-size: 16px;
  text-decoration: none;
  color: #5a94d8;
}
.single-column .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a:hover,
.single-column2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a:hover,
.single-column3 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a:hover,
.single-column4 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a,
  .single-column2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a,
  .single-column3 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a,
  .single-column4 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a {
    margin-bottom: 15px;
  }
}
.single-column .section .container article .post_item .post_content .post_box .link-card,
.single-column2 .section .container article .post_item .post_content .post_box .link-card,
.single-column3 .section .container article .post_item .post_content .post_box .link-card,
.single-column4 .section .container article .post_item .post_content .post_box .link-card {
  margin: 2em auto;
  position: relative;
  padding: 0.5em 1.5em;
  width: 95%;
  border: solid 2px #d9d9d9;
}
.single-column .section .container article .post_item .post_content .post_box .link-card .link-card-inner,
.single-column2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner,
.single-column3 .section .container article .post_item .post_content .post_box .link-card .link-card-inner,
.single-column4 .section .container article .post_item .post_content .post_box .link-card .link-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .link-card .link-card-inner,
  .single-column2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner,
  .single-column3 .section .container article .post_item .post_content .post_box .link-card .link-card-inner,
  .single-column4 .section .container article .post_item .post_content .post_box .link-card .link-card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single-column .section .container article .post_item .post_content .post_box .link-card .link-card-inner figure,
.single-column2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner figure,
.single-column3 .section .container article .post_item .post_content .post_box .link-card .link-card-inner figure,
.single-column4 .section .container article .post_item .post_content .post_box .link-card .link-card-inner figure {
  width: 200px;
  aspect-ratio: 2/1;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-column .section .container article .post_item .post_content .post_box .link-card .link-card-inner figure img,
.single-column2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner figure img,
.single-column3 .section .container article .post_item .post_content .post_box .link-card .link-card-inner figure img,
.single-column4 .section .container article .post_item .post_content .post_box .link-card .link-card-inner figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-column .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content,
.single-column2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content,
.single-column3 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content,
.single-column4 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  line-height: 20px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content,
  .single-column2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content,
  .single-column3 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content,
  .single-column4 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content {
    margin-left: 0;
  }
}
.single-column .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content h4,
.single-column2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content h4,
.single-column3 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content h4,
.single-column4 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content h4 {
  font-size: 18px;
  color: #0068b7;
  margin-bottom: 20px;
}
.single-column .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content p,
.single-column2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content p,
.single-column3 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content p,
.single-column4 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content p {
  color: #1d426e;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.single-column .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a,
.single-column2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a,
.single-column3 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a,
.single-column4 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a {
  text-decoration: none;
  color: #5a94d8;
}
.single-column .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a:hover,
.single-column2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a:hover,
.single-column3 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a:hover,
.single-column4 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a,
  .single-column2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a,
  .single-column3 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a,
  .single-column4 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a {
    margin-bottom: 15px;
  }
}
.single-column .section .container article .post_item .post_content .post_box .custom-banner,
.single-column2 .section .container article .post_item .post_content .post_box .custom-banner,
.single-column3 .section .container article .post_item .post_content .post_box .custom-banner,
.single-column4 .section .container article .post_item .post_content .post_box .custom-banner {
  margin-top: 3rem;
}
.single-column .section .container article .post_item .post_content .post_box .banner-wrapper,
.single-column2 .section .container article .post_item .post_content .post_box .banner-wrapper,
.single-column3 .section .container article .post_item .post_content .post_box .banner-wrapper,
.single-column4 .section .container article .post_item .post_content .post_box .banner-wrapper {
  margin-top: 3rem;
}
.single-column .section .container article .post_item .post_content .post_box .column2_corp_block,
.single-column2 .section .container article .post_item .post_content .post_box .column2_corp_block,
.single-column3 .section .container article .post_item .post_content .post_box .column2_corp_block,
.single-column4 .section .container article .post_item .post_content .post_box .column2_corp_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.single-column .section .container article .post_item .post_content .post_box .column2_corp_block .company-block p,
.single-column2 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block p,
.single-column3 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block p,
.single-column4 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2rem;
}
.single-column .section .container article .post_item .post_content .post_box .column2_corp_block .company-block h3,
.single-column2 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block h3,
.single-column3 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block h3,
.single-column4 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block h3 {
  margin-top: 0;
}
.single-column .section .container article .post_item .post_content .post_box .column2_corp_block .company-block h4,
.single-column2 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block h4,
.single-column3 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block h4,
.single-column4 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  color: #043871;
}
.single-column .section .container article .post_item .post_content .post_box .column2_corp_block .company-block ul li,
.single-column2 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block ul li,
.single-column3 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block ul li,
.single-column4 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block ul li {
  font-size: 14px;
  display: block;
  position: relative;
  padding-left: 16px;
  line-height: 2rem;
}
.single-column .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table,
.single-column2 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table,
.single-column3 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table,
.single-column4 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table {
  width: 100%;
  margin-top: 1rem;
}
.single-column .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table td,
.single-column .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table th,
.single-column2 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table td,
.single-column2 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table th,
.single-column3 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table td,
.single-column3 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table th,
.single-column4 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table td,
.single-column4 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table th {
  border: 1px solid #000;
  padding: 0.5em;
  color: #000;
}
.single-column .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table th,
.single-column2 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table th,
.single-column3 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table th,
.single-column4 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table th {
  white-space: nowrap;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table th,
  .single-column2 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table th,
  .single-column3 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table th,
  .single-column4 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_table th {
    text-align: center;
  }
}
.single-column .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_txt,
.single-column2 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_txt,
.single-column3 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_txt,
.single-column4 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_txt {
  color: #000;
}
.single-column .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_btn,
.single-column2 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_btn,
.single-column3 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_btn,
.single-column4 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_btn {
  width: 284px;
  height: 47px;
  border-radius: 20px;
  background: #57b7e0;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 26px auto;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_btn,
  .single-column2 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_btn,
  .single-column3 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_btn,
  .single-column4 .section .container article .post_item .post_content .post_box .column2_corp_block .company-block .corp_btn {
    width: 179px;
    height: 36px;
    font-size: 16px;
  }
}
.single-column .section .container article .post_item .post_content .post_box .related-4posts,
.single-column2 .section .container article .post_item .post_content .post_box .related-4posts,
.single-column3 .section .container article .post_item .post_content .post_box .related-4posts,
.single-column4 .section .container article .post_item .post_content .post_box .related-4posts {
  margin-top: 80px;
  margin-bottom: 3rem;
  border-bottom: 1px solid #ddd;
}
.single-column .section .container article .post_item .post_content .post_box .related-4posts h4,
.single-column2 .section .container article .post_item .post_content .post_box .related-4posts h4,
.single-column3 .section .container article .post_item .post_content .post_box .related-4posts h4,
.single-column4 .section .container article .post_item .post_content .post_box .related-4posts h4 {
  color: #fff;
  background: #0068b7 !important;
  font-size: 16px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 30px;
}
.single-column .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper,
.single-column2 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper,
.single-column3 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper,
.single-column4 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -1px;
}
.single-column .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item,
.single-column2 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item,
.single-column3 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item,
.single-column4 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item {
  border-top: 1px solid #ddd;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .single-column .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item:nth-child(even),
  .single-column2 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item:nth-child(even),
  .single-column3 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item:nth-child(even),
  .single-column4 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item:nth-child(even) {
    border-left: 1px solid #ddd;
  }
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item,
  .single-column2 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item,
  .single-column3 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item,
  .single-column4 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item {
    width: 100%;
  }
}
.single-column .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item a,
.single-column2 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item a,
.single-column3 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item a,
.single-column4 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 7.59494%;
  text-decoration: none;
  color: #555;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item a,
  .single-column2 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item a,
  .single-column3 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item a,
  .single-column4 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item a {
    padding: 20px;
  }
}
.single-column .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-thumbnail,
.single-column2 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-thumbnail,
.single-column3 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-thumbnail,
.single-column4 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-thumbnail {
  overflow: hidden;
  width: 100px;
  margin-right: 20px;
}
.single-column .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-thumbnail img,
.single-column2 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-thumbnail img,
.single-column3 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-thumbnail img,
.single-column4 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.single-column .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-thumbnail img:hover,
.single-column2 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-thumbnail img:hover,
.single-column3 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-thumbnail img:hover,
.single-column4 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-thumbnail img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-column .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-content,
.single-column2 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-content,
.single-column3 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-content,
.single-column4 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-content {
  padding: 0 15px;
  width: calc(100% - 100px);
}
.single-column .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-content h3,
.single-column2 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-content h3,
.single-column3 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-content h3,
.single-column4 .section .container article .post_item .post_content .post_box .related-4posts .related-4posts-wrapper .related-post-item .related-post-content h3 {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 2;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.single-column .section .container article .post_item .post_content .post_box .is_banner,
.single-column2 .section .container article .post_item .post_content .post_box .is_banner,
.single-column3 .section .container article .post_item .post_content .post_box .is_banner,
.single-column4 .section .container article .post_item .post_content .post_box .is_banner {
  margin: 0 auto;
}
.single-column .section .container article .post_item .post_content .post_box .is_banner p,
.single-column2 .section .container article .post_item .post_content .post_box .is_banner p,
.single-column3 .section .container article .post_item .post_content .post_box .is_banner p,
.single-column4 .section .container article .post_item .post_content .post_box .is_banner p {
  width: min(700px, 100%);
  font-size: clamp(0.625rem, 10px + (100vw - 390px) * 0.0057142857, 1rem);
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.06rem;
  text-align: center;
}
.single-column .section .container article .post_item .post_content .post_box .is_banner figure,
.single-column2 .section .container article .post_item .post_content .post_box .is_banner figure,
.single-column3 .section .container article .post_item .post_content .post_box .is_banner figure,
.single-column4 .section .container article .post_item .post_content .post_box .is_banner figure {
  width: min(700px, 100%);
  height: 272px;
  margin: 0 auto !important;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .is_banner figure,
  .single-column2 .section .container article .post_item .post_content .post_box .is_banner figure,
  .single-column3 .section .container article .post_item .post_content .post_box .is_banner figure,
  .single-column4 .section .container article .post_item .post_content .post_box .is_banner figure {
    height: 141px;
  }
}
.single-column .section .container article .post_item .post_content .post_box .is_banner figure img,
.single-column2 .section .container article .post_item .post_content .post_box .is_banner figure img,
.single-column3 .section .container article .post_item .post_content .post_box .is_banner figure img,
.single-column4 .section .container article .post_item .post_content .post_box .is_banner figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 272px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .is_banner figure img,
  .single-column2 .section .container article .post_item .post_content .post_box .is_banner figure img,
  .single-column3 .section .container article .post_item .post_content .post_box .is_banner figure img,
  .single-column4 .section .container article .post_item .post_content .post_box .is_banner figure img {
    height: 141px;
  }
}
.single-column .section .container article .post_item .post_content .post_box .is_banner .txt_wrap,
.single-column2 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap,
.single-column3 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap,
.single-column4 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap {
  border: 1px solid #969696;
  width: min(700px, 100%);
  margin: 0 auto !important;
  padding: 14px 70px 27px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .is_banner .txt_wrap,
  .single-column2 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap,
  .single-column3 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap,
  .single-column4 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap {
    padding: 14px 14px 24px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.06em;
    text-align: center;
  }
}
.single-column .section .container article .post_item .post_content .post_box .is_banner .txt_wrap div,
.single-column2 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap div,
.single-column3 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap div,
.single-column4 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  margin: 24px auto;
  width: min(555px, 100%);
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .is_banner .txt_wrap div,
  .single-column2 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap div,
  .single-column3 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap div,
  .single-column4 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap div {
    gap: 23px;
  }
}
.single-column .section .container article .post_item .post_content .post_box .is_banner .txt_wrap div p,
.single-column2 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap div p,
.single-column3 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap div p,
.single-column4 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap div p {
  width: 158px;
  height: 60px;
  border: 1px solid #1d426e;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1d426e;
  font-size: clamp(0.625rem, 10px + (100vw - 390px) * 0.0038095238, 0.875rem);
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .is_banner .txt_wrap div p,
  .single-column2 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap div p,
  .single-column3 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap div p,
  .single-column4 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap div p {
    width: 86px;
    height: 35px;
    line-height: 15px;
  }
}
.single-column .section .container article .post_item .post_content .post_box .is_banner .txt_wrap .contact_btn,
.single-column2 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap .contact_btn,
.single-column3 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap .contact_btn,
.single-column4 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap .contact_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1.08px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .is_banner .txt_wrap .contact_btn.sp,
  .single-column2 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap .contact_btn.sp,
  .single-column3 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap .contact_btn.sp,
  .single-column4 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap .contact_btn.sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.single-column .section .container article .post_item .post_content .post_box .is_banner .txt_wrap .contact_btn a,
.single-column2 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap .contact_btn a,
.single-column3 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap .contact_btn a,
.single-column4 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap .contact_btn a {
  font-size: 18px;
  color: #fff;
  width: min(303px, 100%);
  height: 66px;
  text-align: center;
  font-weight: 500;
  line-height: 66px;
  border-radius: 51px;
  background-color: #efa110;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .is_banner .txt_wrap .contact_btn a,
  .single-column2 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap .contact_btn a,
  .single-column3 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap .contact_btn a,
  .single-column4 .section .container article .post_item .post_content .post_box .is_banner .txt_wrap .contact_btn a {
    width: min(225px, 100%);
    height: 44px;
    line-height: 44px;
    font-weight: 400;
    letter-spacing: 1.06px;
  }
}
.single-column .section .container article .post_item .post_content .post_box .sougo_link,
.single-column2 .section .container article .post_item .post_content .post_box .sougo_link,
.single-column3 .section .container article .post_item .post_content .post_box .sougo_link,
.single-column4 .section .container article .post_item .post_content .post_box .sougo_link {
  width: min(700px, 100%);
  margin: 10px auto !important;
}
.single-column .section .container article .post_item .post_content .post_box .sougo_link a,
.single-column2 .section .container article .post_item .post_content .post_box .sougo_link a,
.single-column3 .section .container article .post_item .post_content .post_box .sougo_link a,
.single-column4 .section .container article .post_item .post_content .post_box .sougo_link a {
  color: #1d426e;
  font-size: clamp(0.625rem, 10px + (100vw - 390px) * 0.0038095238, 0.875rem);
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.06rem;
}
.single-column .section .container article .post_item .post_content .post_box .sougo_link a span,
.single-column2 .section .container article .post_item .post_content .post_box .sougo_link a span,
.single-column3 .section .container article .post_item .post_content .post_box .sougo_link a span,
.single-column4 .section .container article .post_item .post_content .post_box .sougo_link a span {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.single-column .section .container article .post_item .post_content .post_box .sougo_link a span::before,
.single-column2 .section .container article .post_item .post_content .post_box .sougo_link a span::before,
.single-column3 .section .container article .post_item .post_content .post_box .sougo_link a span::before,
.single-column4 .section .container article .post_item .post_content .post_box .sougo_link a span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  background-image: url("../../../uploads/sites/5/2025/02/angle-double-right.svg");
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .sougo_link a span::before,
  .single-column2 .section .container article .post_item .post_content .post_box .sougo_link a span::before,
  .single-column3 .section .container article .post_item .post_content .post_box .sougo_link a span::before,
  .single-column4 .section .container article .post_item .post_content .post_box .sougo_link a span::before {
    border-radius: 50%;
    left: 0px;
  }
}
.single-column .section .container article .post_item .post_content .post_box .sougo_link a span::after,
.single-column2 .section .container article .post_item .post_content .post_box .sougo_link a span::after,
.single-column3 .section .container article .post_item .post_content .post_box .sougo_link a span::after,
.single-column4 .section .container article .post_item .post_content .post_box .sougo_link a span::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  background-image: url("../../../uploads/sites/5/2025/02/open-in-new-window.svg");
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .sougo_link a span::after,
  .single-column2 .section .container article .post_item .post_content .post_box .sougo_link a span::after,
  .single-column3 .section .container article .post_item .post_content .post_box .sougo_link a span::after,
  .single-column4 .section .container article .post_item .post_content .post_box .sougo_link a span::after {
    border-radius: 50%;
    left: 0px;
  }
}
.single-column .section .container article .post_item .post_content .post_box .contact_wrap,
.single-column2 .section .container article .post_item .post_content .post_box .contact_wrap,
.single-column3 .section .container article .post_item .post_content .post_box .contact_wrap,
.single-column4 .section .container article .post_item .post_content .post_box .contact_wrap {
  margin-top: 50px;
}
.single-column .section .container article .post_item .post_content .post_box .contact_wrap .contact_title,
.single-column2 .section .container article .post_item .post_content .post_box .contact_wrap .contact_title,
.single-column3 .section .container article .post_item .post_content .post_box .contact_wrap .contact_title,
.single-column4 .section .container article .post_item .post_content .post_box .contact_wrap .contact_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 50px;
  color: #1d426e;
}
.single-column .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap,
.single-column2 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap,
.single-column3 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap,
.single-column4 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-column .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left,
.single-column2 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left,
.single-column3 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left,
.single-column4 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  font-size: 24px;
  line-height: 50px;
  height: 50px;
  color: #1d426e;
}
.single-column .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left figure,
.single-column2 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left figure,
.single-column3 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left figure,
.single-column4 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left figure {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  width: min(720px, 100%);
  min-height: 368px;
  height: 368px;
}
.single-column .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left figure img,
.single-column2 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left figure img,
.single-column3 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left figure img,
.single-column4 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-column .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title,
.single-column2 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title,
.single-column3 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title,
.single-column4 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title {
  color: #1d426e;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  margin: 16px 0 18px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title,
  .single-column2 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title,
  .single-column3 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title,
  .single-column4 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title {
    font-size: 16px;
    line-height: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.single-column .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_title,
.single-column2 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_title,
.single-column3 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_title,
.single-column4 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_title {
  color: #1c7ac9;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  margin: 18px 0 16px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_title,
  .single-column2 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_title,
  .single-column3 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_title,
  .single-column4 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_title {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 38px;
  }
}
.single-column .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list,
.single-column2 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list,
.single-column3 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list,
.single-column4 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list {
  color: #2c3f70;
  list-style-type: disc;
  list-style-position: inside;
  font-weight: 500;
  line-height: 40px;
  font-size: 16px;
}
.single-column .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li,
.single-column2 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li,
.single-column3 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li,
.single-column4 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li {
  text-indent: 0;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list,
  .single-column2 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list,
  .single-column3 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list,
  .single-column4 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list {
    line-height: 25px;
  }
  .single-column .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li,
  .single-column2 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li,
  .single-column3 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li,
  .single-column4 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li {
    text-indent: -5px;
  }
  .single-column .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li span,
  .single-column2 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li span,
  .single-column3 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li span,
  .single-column4 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li span {
    margin-left: -10px;
  }
}
.single-column .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_right,
.single-column2 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_right,
.single-column3 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_right,
.single-column4 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(720px, 100%);
          flex: 0 0 min(720px, 100%);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 42px;
}
.single-column .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_right .hbspt-form,
.single-column2 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_right .hbspt-form,
.single-column3 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_right .hbspt-form,
.single-column4 .section .container article .post_item .post_content .post_box .contact_wrap .box_wrap .contact_right .hbspt-form {
  max-width: 613px;
  width: 100%;
}
.single-column .section .container article.simple,
.single-column2 .section .container article.simple,
.single-column3 .section .container article.simple,
.single-column4 .section .container article.simple {
  width: min(1142px, 100%);
}
.single-column .section .container article.simple .post_item,
.single-column2 .section .container article.simple .post_item,
.single-column3 .section .container article.simple .post_item,
.single-column4 .section .container article.simple .post_item {
  margin: 0 auto;
  width: min(1142px, 100%);
}
.single-column .section .container article.simple .post_item .post_img,
.single-column2 .section .container article.simple .post_item .post_img,
.single-column3 .section .container article.simple .post_item .post_img,
.single-column4 .section .container article.simple .post_item .post_img {
  width: min(855px, 100%);
  margin: auto;
}
.single-column .section .container article.simple .post_item .post_content .tags_wrap,
.single-column2 .section .container article.simple .post_item .post_content .tags_wrap,
.single-column3 .section .container article.simple .post_item .post_content .tags_wrap,
.single-column4 .section .container article.simple .post_item .post_content .tags_wrap {
  width: min(855px, 100%);
  margin: 15px auto 44px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article.simple .post_item .post_content .tags_wrap,
  .single-column2 .section .container article.simple .post_item .post_content .tags_wrap,
  .single-column3 .section .container article.simple .post_item .post_content .tags_wrap,
  .single-column4 .section .container article.simple .post_item .post_content .tags_wrap {
    margin: 17px 0 0 20px;
  }
}
.single-column .section .container article.simple .post_item .post_content .post_box,
.single-column2 .section .container article.simple .post_item .post_content .post_box,
.single-column3 .section .container article.simple .post_item .post_content .post_box,
.single-column4 .section .container article.simple .post_item .post_content .post_box {
  width: min(967px, 100%);
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article.simple .post_item .post_content .post_box,
  .single-column2 .section .container article.simple .post_item .post_content .post_box,
  .single-column3 .section .container article.simple .post_item .post_content .post_box,
  .single-column4 .section .container article.simple .post_item .post_content .post_box {
    padding: 50px 20px;
  }
}
.single-column .section .container article.simple .post_item .post_content .post_box .top_content,
.single-column2 .section .container article.simple .post_item .post_content .post_box .top_content,
.single-column3 .section .container article.simple .post_item .post_content .post_box .top_content,
.single-column4 .section .container article.simple .post_item .post_content .post_box .top_content {
  width: min(967px, 98%);
  margin: 36px 0;
}
.single-column .section .container article.simple .post_item .post_content .post_box .is_content,
.single-column2 .section .container article.simple .post_item .post_content .post_box .is_content,
.single-column3 .section .container article.simple .post_item .post_content .post_box .is_content,
.single-column4 .section .container article.simple .post_item .post_content .post_box .is_content {
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article.simple .post_item .post_content .post_box .is_content,
  .single-column2 .section .container article.simple .post_item .post_content .post_box .is_content,
  .single-column3 .section .container article.simple .post_item .post_content .post_box .is_content,
  .single-column4 .section .container article.simple .post_item .post_content .post_box .is_content {
    padding: 23px 17px 38px;
    font-size: 14px;
    text-align: left;
  }
}
.single-column .section .container article.simple .post_item .post_content .post_box .is_content .is_title,
.single-column2 .section .container article.simple .post_item .post_content .post_box .is_content .is_title,
.single-column3 .section .container article.simple .post_item .post_content .post_box .is_content .is_title,
.single-column4 .section .container article.simple .post_item .post_content .post_box .is_content .is_title {
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article.simple .post_item .post_content .post_box .is_content .is_title,
  .single-column2 .section .container article.simple .post_item .post_content .post_box .is_content .is_title,
  .single-column3 .section .container article.simple .post_item .post_content .post_box .is_content .is_title,
  .single-column4 .section .container article.simple .post_item .post_content .post_box .is_content .is_title {
    padding: 0;
    font-size: 16px;
    text-align: center;
  }
}
.single-column .section .container article.simple .post_item .post_content .post_box .is_content .is_3box,
.single-column2 .section .container article.simple .post_item .post_content .post_box .is_content .is_3box,
.single-column3 .section .container article.simple .post_item .post_content .post_box .is_content .is_3box,
.single-column4 .section .container article.simple .post_item .post_content .post_box .is_content .is_3box {
  grid-template-columns: repeat(3, 228px);
  gap: 48px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article.simple .post_item .post_content .post_box .is_content .is_3box,
  .single-column2 .section .container article.simple .post_item .post_content .post_box .is_content .is_3box,
  .single-column3 .section .container article.simple .post_item .post_content .post_box .is_content .is_3box,
  .single-column4 .section .container article.simple .post_item .post_content .post_box .is_content .is_3box {
    grid-template-columns: repeat(3, 90px);
    grid-template-rows: 48px;
    gap: 23px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article.simple .post_item .post_content .post_box .is_content .is_3box p,
  .single-column2 .section .container article.simple .post_item .post_content .post_box .is_content .is_3box p,
  .single-column3 .section .container article.simple .post_item .post_content .post_box .is_content .is_3box p,
  .single-column4 .section .container article.simple .post_item .post_content .post_box .is_content .is_3box p {
    line-height: 25px;
    font-size: 14px;
  }
}
.single-column .section .container article.simple .post_item .post_content .post_box .contact_wrap,
.single-column2 .section .container article.simple .post_item .post_content .post_box .contact_wrap,
.single-column3 .section .container article.simple .post_item .post_content .post_box .contact_wrap,
.single-column4 .section .container article.simple .post_item .post_content .post_box .contact_wrap {
  margin-top: 99px;
}
.single-column .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap,
.single-column2 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap,
.single-column3 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap,
.single-column4 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  width: 102%;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap,
  .single-column2 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap,
  .single-column3 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap,
  .single-column4 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-column .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left,
.single-column2 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left,
.single-column3 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left,
.single-column4 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left {
  width: min(540px, 100%);
}
.single-column .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left figure,
.single-column2 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left figure,
.single-column3 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left figure,
.single-column4 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left figure {
  width: min(495px, 100%);
  height: 255px;
  min-height: 255px;
}
.single-column .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left figure img,
.single-column2 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left figure img,
.single-column3 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left figure img,
.single-column4 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-column .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title,
.single-column2 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title,
.single-column3 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title,
.single-column4 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title {
  width: min(540px, 100%);
  font-size: 16px;
  margin: 37px 0 12px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title,
  .single-column2 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title,
  .single-column3 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title,
  .single-column4 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title {
    font-size: 14px;
  }
}
.single-column .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title .pc,
.single-column2 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title .pc,
.single-column3 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title .pc,
.single-column4 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_left .box_title .pc {
  display: none !important;
}
.single-column .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_title,
.single-column2 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_title,
.single-column3 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_title,
.single-column4 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_title {
  font-size: 16px;
  font-weight: 700;
  color: #1c7ac9;
  line-height: 50px;
  margin-bottom: 12px;
}
.single-column .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list,
.single-column2 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list,
.single-column3 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list,
.single-column4 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list {
  font-weight: 500;
  line-height: 40px;
  font-size: 16px;
}
.single-column .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li,
.single-column2 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li,
.single-column3 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li,
.single-column4 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li {
  text-indent: 0;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list,
  .single-column2 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list,
  .single-column3 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list,
  .single-column4 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list {
    line-height: 25px;
  }
  .single-column .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li,
  .single-column2 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li,
  .single-column3 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li,
  .single-column4 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li {
    text-indent: -5px;
  }
  .single-column .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li span,
  .single-column2 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li span,
  .single-column3 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li span,
  .single-column4 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .b_box_list li span {
    margin-left: -10px;
  }
}
.single-column .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_right,
.single-column2 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_right,
.single-column3 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_right,
.single-column4 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(460px, 100%);
          flex: 0 0 min(460px, 100%);
}
.single-column .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_right .hbspt-form,
.single-column2 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_right .hbspt-form,
.single-column3 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_right .hbspt-form,
.single-column4 .section .container article.simple .post_item .post_content .post_box .contact_wrap .box_wrap .contact_right .hbspt-form {
  max-width: 460px;
  width: 100%;
}
.single-column .section .container .widget-area,
.single-column2 .section .container .widget-area,
.single-column3 .section .container .widget-area,
.single-column4 .section .container .widget-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container .widget-area,
  .single-column2 .section .container .widget-area,
  .single-column3 .section .container .widget-area,
  .single-column4 .section .container .widget-area {
    width: 88%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 36px auto 48px;
  }
}
.single-column .section .container .widget-area .widget,
.single-column2 .section .container .widget-area .widget,
.single-column3 .section .container .widget-area .widget,
.single-column4 .section .container .widget-area .widget {
  background: #fff;
}
.single-column .section .container .widget-area .widget.widget_media_image,
.single-column2 .section .container .widget-area .widget.widget_media_image,
.single-column3 .section .container .widget-area .widget.widget_media_image,
.single-column4 .section .container .widget-area .widget.widget_media_image {
  margin-bottom: 40px;
  background: transparent;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container .widget-area .widget.widget_media_image,
  .single-column2 .section .container .widget-area .widget.widget_media_image,
  .single-column3 .section .container .widget-area .widget.widget_media_image,
  .single-column4 .section .container .widget-area .widget.widget_media_image {
    display: none;
  }
}
.single-column .section .container .widget-area .widget .reblexab-wrapper,
.single-column2 .section .container .widget-area .widget .reblexab-wrapper,
.single-column3 .section .container .widget-area .widget .reblexab-wrapper,
.single-column4 .section .container .widget-area .widget .reblexab-wrapper {
  padding: 0;
}
.single-column .section .container .widget-area .widget > div,
.single-column2 .section .container .widget-area .widget > div,
.single-column3 .section .container .widget-area .widget > div,
.single-column4 .section .container .widget-area .widget > div {
  padding: 16px 6px 23px;
}
.single-column .section .container .widget-area .widget > div.reblexab-wrapper,
.single-column2 .section .container .widget-area .widget > div.reblexab-wrapper,
.single-column3 .section .container .widget-area .widget > div.reblexab-wrapper,
.single-column4 .section .container .widget-area .widget > div.reblexab-wrapper {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container .widget-area .widget > div,
  .single-column2 .section .container .widget-area .widget > div,
  .single-column3 .section .container .widget-area .widget > div,
  .single-column4 .section .container .widget-area .widget > div {
    padding: 0 0 46px;
  }
}
@media screen and (max-width: 1023px) {
  .single-column .section .container .widget-area .widget .p_post,
  .single-column2 .section .container .widget-area .widget .p_post,
  .single-column3 .section .container .widget-area .widget .p_post,
  .single-column4 .section .container .widget-area .widget .p_post {
    padding-left: 20px;
    padding-right: 27px;
  }
}
.single-column .section .container .widget-area .widget .p_post h2,
.single-column2 .section .container .widget-area .widget .p_post h2,
.single-column3 .section .container .widget-area .widget .p_post h2,
.single-column4 .section .container .widget-area .widget .p_post h2 {
  height: 42px;
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.08em;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container .widget-area .widget .p_post h2,
  .single-column2 .section .container .widget-area .widget .p_post h2,
  .single-column3 .section .container .widget-area .widget .p_post h2,
  .single-column4 .section .container .widget-area .widget .p_post h2 {
    height: 51px;
    margin: 19px auto 28px;
    line-height: 51px;
  }
}
.single-column .section .container .widget-area .widget .p_post li,
.single-column2 .section .container .widget-area .widget .p_post li,
.single-column3 .section .container .widget-area .widget .p_post li,
.single-column4 .section .container .widget-area .widget .p_post li {
  font-size: clamp(0.625rem, 10px + (100vw - 390px) * 0.0019047619, 0.75rem);
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.08rem;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container .widget-area .widget .p_post li,
  .single-column2 .section .container .widget-area .widget .p_post li,
  .single-column3 .section .container .widget-area .widget .p_post li,
  .single-column4 .section .container .widget-area .widget .p_post li {
    margin-bottom: 30px;
  }
}
.single-column .section .container .widget-area .widget .p_post li .p_post-title,
.single-column2 .section .container .widget-area .widget .p_post li .p_post-title,
.single-column3 .section .container .widget-area .widget .p_post li .p_post-title,
.single-column4 .section .container .widget-area .widget .p_post li .p_post-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 170px;
}
.single-column .section .container .widget-area .widget .p_post li .p_post-title a,
.single-column2 .section .container .widget-area .widget .p_post li .p_post-title a,
.single-column3 .section .container .widget-area .widget .p_post li .p_post-title a,
.single-column4 .section .container .widget-area .widget .p_post li .p_post-title a {
  color: #000;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-column .section .container .widget-area .widget .p_post li .p_post-title .p_post-meta,
.single-column2 .section .container .widget-area .widget .p_post li .p_post-title .p_post-meta,
.single-column3 .section .container .widget-area .widget .p_post li .p_post-title .p_post-meta,
.single-column4 .section .container .widget-area .widget .p_post li .p_post-title .p_post-meta {
  font-size: clamp(0.6875rem, 11px + (100vw - 390px) * -0.000952381, 0.625rem);
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container .widget-area .widget .p_post li .p_post-title .p_post-meta,
  .single-column2 .section .container .widget-area .widget .p_post li .p_post-title .p_post-meta,
  .single-column3 .section .container .widget-area .widget .p_post li .p_post-title .p_post-meta,
  .single-column4 .section .container .widget-area .widget .p_post li .p_post-title .p_post-meta {
    font-weight: 400;
  }
}
.single-column .section .container .widget-area .widget .p_post li .p_post-title .p_post-meta a,
.single-column2 .section .container .widget-area .widget .p_post li .p_post-title .p_post-meta a,
.single-column3 .section .container .widget-area .widget .p_post li .p_post-title .p_post-meta a,
.single-column4 .section .container .widget-area .widget .p_post li .p_post-title .p_post-meta a {
  color: #5a94d8;
}
@media screen and (max-width: 1023px) {
  .single-column .section .container .widget-area .widget .p_post li .p_post-title .p_post-meta a,
  .single-column2 .section .container .widget-area .widget .p_post li .p_post-title .p_post-meta a,
  .single-column3 .section .container .widget-area .widget .p_post li .p_post-title .p_post-meta a,
  .single-column4 .section .container .widget-area .widget .p_post li .p_post-title .p_post-meta a {
    font-size: 10px;
  }
}
.single-column .section .container .widget-area .widget .p_post li .p_post-thumbnail,
.single-column2 .section .container .widget-area .widget .p_post li .p_post-thumbnail,
.single-column3 .section .container .widget-area .widget .p_post li .p_post-thumbnail,
.single-column4 .section .container .widget-area .widget .p_post li .p_post-thumbnail {
  display: inline;
  float: left;
  margin: 0 1rem 0 0;
  border: none;
  width: 65px;
  height: 65px;
}
.single-column .section .container .widget-area .widget .p_post li .p_post-thumbnail img,
.single-column2 .section .container .widget-area .widget .p_post li .p_post-thumbnail img,
.single-column3 .section .container .widget-area .widget .p_post li .p_post-thumbnail img,
.single-column4 .section .container .widget-area .widget .p_post li .p_post-thumbnail img {
  width: 100%;
}
.single-column .section .container .widget-area .widget .read_more,
.single-column2 .section .container .widget-area .widget .read_more,
.single-column3 .section .container .widget-area .widget .read_more,
.single-column4 .section .container .widget-area .widget .read_more {
  width: 200px;
  height: 30px;
  border-radius: 4px 0px 0px 0px;
  opacity: 0px;
  line-height: 30px;
  text-align: center;
  background: #57b7e0;
  display: block;
  margin: 34px auto 0;
}
.single-column .section .container .widget-area .widget .read_more a,
.single-column2 .section .container .widget-area .widget .read_more a,
.single-column3 .section .container .widget-area .widget .read_more a,
.single-column4 .section .container .widget-area .widget .read_more a {
  color: #fff;
}
.single-column .section .container .widget-area .widget .read_more._2,
.single-column2 .section .container .widget-area .widget .read_more._2,
.single-column3 .section .container .widget-area .widget .read_more._2,
.single-column4 .section .container .widget-area .widget .read_more._2 {
  background: #5a94d8;
}
.single-column .section .column_box,
.single-column2 .section .column_box,
.single-column3 .section .column_box,
.single-column4 .section .column_box {
  margin: 70px auto 0;
  background: #fff;
  padding: 30px 0 150px;
}
.single-column .section .column_box h3,
.single-column2 .section .column_box h3,
.single-column3 .section .column_box h3,
.single-column4 .section .column_box h3 {
  color: #5a94d8;
  font-size: 20px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: 0.06rem;
  text-align: center;
  position: relative;
  width: 100%;
  height: 66px;
  margin-bottom: 45px;
  background: #fff;
}
.single-column .section .column_box h3::after,
.single-column2 .section .column_box h3::after,
.single-column3 .section .column_box h3::after,
.single-column4 .section .column_box h3::after {
  content: "";
  width: 388px;
  height: 3px;
  display: inline-block;
  background-color: #5a94d8;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
.single-column .section .column_box .slider_kiji,
.single-column2 .section .column_box .slider_kiji,
.single-column3 .section .column_box .slider_kiji,
.single-column4 .section .column_box .slider_kiji {
  position: relative;
  padding-top: 0;
}
.single-column .section .column_box .slider_kiji .slide-dots,
.single-column2 .section .column_box .slider_kiji .slide-dots,
.single-column3 .section .column_box .slider_kiji .slide-dots,
.single-column4 .section .column_box .slider_kiji .slide-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.single-column .section .column_box .slider_kiji .slide-dots li,
.single-column2 .section .column_box .slider_kiji .slide-dots li,
.single-column3 .section .column_box .slider_kiji .slide-dots li,
.single-column4 .section .column_box .slider_kiji .slide-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #57b7e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.single-column .section .column_box .slider_kiji .slide-dots li:hover, .single-column .section .column_box .slider_kiji .slide-dots li.slick-active,
.single-column2 .section .column_box .slider_kiji .slide-dots li:hover,
.single-column2 .section .column_box .slider_kiji .slide-dots li.slick-active,
.single-column3 .section .column_box .slider_kiji .slide-dots li:hover,
.single-column3 .section .column_box .slider_kiji .slide-dots li.slick-active,
.single-column4 .section .column_box .slider_kiji .slide-dots li:hover,
.single-column4 .section .column_box .slider_kiji .slide-dots li.slick-active {
  background: #57b7e0;
}
.single-column .section .column_box .slider_kiji .slide-dots button,
.single-column2 .section .column_box .slider_kiji .slide-dots button,
.single-column3 .section .column_box .slider_kiji .slide-dots button,
.single-column4 .section .column_box .slider_kiji .slide-dots button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.single-column .section .column_box .slider_kiji .slick-list,
.single-column2 .section .column_box .slider_kiji .slick-list,
.single-column3 .section .column_box .slider_kiji .slick-list,
.single-column4 .section .column_box .slider_kiji .slick-list {
  padding-top: 100px;
  overflow: visible;
}
.single-column .section .column_box .slider_kiji .slick-slide,
.single-column2 .section .column_box .slider_kiji .slick-slide,
.single-column3 .section .column_box .slider_kiji .slick-slide,
.single-column4 .section .column_box .slider_kiji .slick-slide {
  width: min(340px, 98%) !important;
  min-height: 485px;
  border-radius: 10px;
  height: auto;
  background-color: #fff;
  position: relative;
  margin: 0 20px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .column_box .slider_kiji .slick-slide,
  .single-column2 .section .column_box .slider_kiji .slick-slide,
  .single-column3 .section .column_box .slider_kiji .slick-slide,
  .single-column4 .section .column_box .slider_kiji .slick-slide {
    margin: 0 10px;
  }
}
.single-column .section .column_box .slider_kiji .non-slide,
.single-column2 .section .column_box .slider_kiji .non-slide,
.single-column3 .section .column_box .slider_kiji .non-slide,
.single-column4 .section .column_box .slider_kiji .non-slide {
  width: min(340px, 100%) !important;
  min-height: 485px;
  border-radius: 10px;
  height: auto;
  background-color: #fff;
  position: relative;
  margin: 0 20px;
}
.single-column .section .column_box .slider_kiji .non-slide.empty,
.single-column2 .section .column_box .slider_kiji .non-slide.empty,
.single-column3 .section .column_box .slider_kiji .non-slide.empty,
.single-column4 .section .column_box .slider_kiji .non-slide.empty {
  background: transparent;
}
.single-column .section .column_box .slider_kiji .slide-item,
.single-column2 .section .column_box .slider_kiji .slide-item,
.single-column3 .section .column_box .slider_kiji .slide-item,
.single-column4 .section .column_box .slider_kiji .slide-item {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  overflow: visible;
  width: 100%;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_img,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_img,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_img,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_img {
  width: min(300px, 100%);
  height: 140px;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_img img,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_img img,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_img img,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: min(300px, 100%);
  height: 140px;
  display: block;
  border-radius: 10px;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_img .slide_cat,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_img .slide_cat,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_img .slide_cat,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_img .slide_cat {
  position: absolute;
  top: -12px;
  background: #5a94d8;
  padding: 5px 10px;
  height: 24px;
  border-radius: 6px 6px 6px 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.96px;
  z-index: 2;
  width: min(165px, 100%);
}
.single-column .section .column_box .slider_kiji .slide-item .slide_title,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_title,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_title,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_title {
  padding-top: 90px;
  width: min(300px, 100%);
  max-height: 145px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: auto;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_title h2,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_title h2,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_title h2,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_title h2 {
  color: #1d426e;
  font-size: clamp(0.875rem, 14px + (100vw - 390px) * 0.0038095238, 1.125rem);
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.08px;
  height: 56px;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_det,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_det,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_det,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_det {
  height: 102px;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_det p,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_det p,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_det p,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_det p {
  color: #1d426e;
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  letter-spacing: 1.1px;
  position: relative;
  padding-left: 17px;
  margin-left: 20px;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_det p::before,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_det p::before,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_det p::before,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_det p::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_det .toukou,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_det .toukou,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_det .toukou,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_det .toukou {
  margin: 5px 0 17.5px 20px;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_det > div,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_det > div,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_det > div,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_det > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_det > div .yosan,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_det > div .yosan,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_det > div .yosan,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_det > div .yosan {
  margin-right: 20px;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_det > div .yosan::before,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_det > div .yosan::before,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_det > div .yosan::before,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_det > div .yosan::before {
  background-image: url("../../bulma/img/kiji_slide_icon2.svg");
}
.single-column .section .column_box .slider_kiji .slide-item .slide_det > div .kikan,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_det > div .kikan,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_det > div .kikan,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_det > div .kikan {
  width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_det > div .kikan::before,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_det > div .kikan::before,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_det > div .kikan::before,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_det > div .kikan::before {
  background-image: url("../../bulma/img/kiji_slide_icon3.svg");
}
.single-column .section .column_box .slider_kiji .slide-item .slide_det .tags,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_det .tags,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_det .tags,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_det .tags {
  margin: auto 20px;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_det .tags .tag,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_det .tags .tag,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_det .tags .tag,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_det .tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  padding: 6px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #1d426e;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: 0.4px;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_txt,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_txt,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_txt,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_txt {
  width: min(340px, 100%);
  height: 240px;
  border-radius: 0px 0px 10px 10px;
  background: rgba(234, 251, 254, 0.5);
  position: absolute;
  top: 245px;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_txt .summary,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_txt .summary,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_txt .summary,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_txt .summary {
  font-size: clamp(0.75rem, 12px + (100vw - 390px) * 0.0019047619, 0.875rem);
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.56px;
  min-height: 124px;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 20px;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_txt .c_name,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_txt .c_name,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_txt .c_name,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_txt .c_name {
  color: #1d426e;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.48px;
  margin: 20px;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_txt .more-link,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_txt .more-link,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_txt .more-link,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_txt .more-link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 105px;
  height: 30px;
  border-radius: 0 0 10px 0;
  background: #5a94d8;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_txt .more-link a,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_txt .more-link a,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_txt .more-link a,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_txt .more-link a {
  padding-left: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .column_box .slider_kiji .slide-item .slide_txt .more-link a,
  .single-column2 .section .column_box .slider_kiji .slide-item .slide_txt .more-link a,
  .single-column3 .section .column_box .slider_kiji .slide-item .slide_txt .more-link a,
  .single-column4 .section .column_box .slider_kiji .slide-item .slide_txt .more-link a {
    font-size: 20px;
  }
}
.single-column .section .column_box .slider_kiji .slide-item .slide_txt .more-link a::after,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_txt .more-link a::after,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_txt .more-link a::after,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_txt .more-link a::after {
  content: "";
  display: block;
  width: 18px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-image: url("../../bulma/img/r_arrow.svg");
}
.single-column .section .column_box .slider_kiji .slick-slide,
.single-column2 .section .column_box .slider_kiji .slick-slide,
.single-column3 .section .column_box .slider_kiji .slick-slide,
.single-column4 .section .column_box .slider_kiji .slick-slide {
  width: min(270px, 98%) !important;
  min-height: 300px;
  border-radius: 10px;
  height: auto;
  background-color: #fff;
  position: relative;
  margin: 0 20px;
}
@media screen and (max-width: 1023px) {
  .single-column .section .column_box .slider_kiji .slick-slide,
  .single-column2 .section .column_box .slider_kiji .slick-slide,
  .single-column3 .section .column_box .slider_kiji .slick-slide,
  .single-column4 .section .column_box .slider_kiji .slick-slide {
    margin: 0 10px;
  }
}
.single-column .section .column_box .slider_kiji .slide-item .slide_img,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_img,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_img,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_img {
  position: relative;
  top: auto;
  width: min(270px, 100%);
  height: 162px;
  overflow: hidden;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_img img,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_img img,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_img img,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_cat,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_cat,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_cat,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 22px 0 18px 15px;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_cat span,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_cat span,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_cat span,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_cat span {
  background: #1d426e;
  color: #fff;
  padding: 0 10px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.08rem;
  text-align: center;
  border-radius: 6px;
}
.single-column .section .column_box .slider_kiji .slide-item .slide_title,
.single-column2 .section .column_box .slider_kiji .slide-item .slide_title,
.single-column3 .section .column_box .slider_kiji .slide-item .slide_title,
.single-column4 .section .column_box .slider_kiji .slide-item .slide_title {
  color: #1d426e;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.08rem;
  padding: 0px 0 0 15px;
  width: min(270px, 100%);
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.single-column .section .column_box .more_btn,
.single-column2 .section .column_box .more_btn,
.single-column3 .section .column_box .more_btn,
.single-column4 .section .column_box .more_btn {
  margin: 40px auto 0px;
  width: min(340px, 100%);
  height: 50px;
  border-radius: 4px;
  background: #1d426e;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-column .section .column_box .more_btn::after,
.single-column2 .section .column_box .more_btn::after,
.single-column3 .section .column_box .more_btn::after,
.single-column4 .section .column_box .more_btn::after {
  content: "";
  display: block;
  width: 18px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-image: url("../../bulma/img/r_arrow.svg");
}
.single-column #my-popup,
.single-column2 #my-popup,
.single-column3 #my-popup,
.single-column4 #my-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  height: auto;
  aspect-ratio: 12/7;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.single-column #my-popup.show-popup,
.single-column2 #my-popup.show-popup,
.single-column3 #my-popup.show-popup,
.single-column4 #my-popup.show-popup {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.single-column #my-popup .popup-content,
.single-column2 #my-popup .popup-content,
.single-column3 #my-popup .popup-content,
.single-column4 #my-popup .popup-content {
  background: #d9d9d9;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}
.single-column #my-popup .close-button,
.single-column2 #my-popup .close-button,
.single-column3 #my-popup .close-button,
.single-column4 #my-popup .close-button {
  background: url(https://open-insight.net/wp-content/uploads/2024/12/close.png) no-repeat center center;
  position: absolute;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  top: 3px;
  right: 1px;
}
@media (max-width: 767px) {
  .single-column #my-popup .popup,
  .single-column2 #my-popup .popup,
  .single-column3 #my-popup .popup,
  .single-column4 #my-popup .popup {
    max-width: 600px;
    width: 100%;
  }
}