@charset "UTF-8";
/*-------------------------
全ページ共通部分
-------------------------*/
body.page,
body .section,
body .lp01,
body .site-header,
body [class*=_btn],
body footer,
body h1,
body h2,
body h3,
body h4,
body h5, body button, body input, body optgroup, body select, body textarea {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}
body .footer,
body 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 .section .section_header {
  width: min(1200px, 100%);
  min-height: 0px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.single .section .container article {
  background: #fff;
  margin: 50px auto 0;
  position: relative;
}

/* コラムページスタイル ***********************/
.single-post .section,
.single-post1 .section,
.single-post2 .section,
.single-post3 .section {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .single-post .section,
  .single-post1 .section,
  .single-post2 .section,
  .single-post3 .section {
    margin-top: 0;
  }
}
.single-post .section .section_header .header_wrap,
.single-post1 .section .section_header .header_wrap,
.single-post2 .section .section_header .header_wrap,
.single-post3 .section .section_header .header_wrap {
  margin: 45px 0 31px;
}
@media screen and (max-width: 1023px) {
  .single-post .section .section_header .header_wrap,
  .single-post1 .section .section_header .header_wrap,
  .single-post2 .section .section_header .header_wrap,
  .single-post3 .section .section_header .header_wrap {
    margin-top: 0;
  }
}
.single-post .section .section_header .header_wrap .page-title,
.single-post1 .section .section_header .header_wrap .page-title,
.single-post2 .section .section_header .header_wrap .page-title,
.single-post3 .section .section_header .header_wrap .page-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #6a9abf;
}
@media screen and (max-width: 1023px) {
  .single-post .section .section_header .header_wrap .page-title,
  .single-post1 .section .section_header .header_wrap .page-title,
  .single-post2 .section .section_header .header_wrap .page-title,
  .single-post3 .section .section_header .header_wrap .page-title {
    margin-left: 21px;
    font-size: 16px;
  }
}
.single-post .section .container,
.single-post1 .section .container,
.single-post2 .section .container,
.single-post3 .section .container {
  width: min(1200px, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1023px) {
  .single-post .section .container,
  .single-post1 .section .container,
  .single-post2 .section .container,
  .single-post3 .section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-post .section .container article,
.single-post1 .section .container article,
.single-post2 .section .container article,
.single-post3 .section .container article {
  width: min(833px, 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-post .section .container article .toukou,
  .single-post1 .section .container article .toukou,
  .single-post2 .section .container article .toukou,
  .single-post3 .section .container article .toukou {
    margin-bottom: 10px;
  }
}
.single-post .section .container article .post_item,
.single-post1 .section .container article .post_item,
.single-post2 .section .container article .post_item,
.single-post3 .section .container article .post_item {
  margin: 0 auto;
  background: #fff;
  width: min(833px, 100%);
}
@media screen and (max-width: 1023px) {
  .single-post .section .container article .post_item .post_img,
  .single-post1 .section .container article .post_item .post_img,
  .single-post2 .section .container article .post_item .post_img,
  .single-post3 .section .container article .post_item .post_img {
    position: relative;
  }
}
.single-post .section .container article .post_item .post_img figure,
.single-post1 .section .container article .post_item .post_img figure,
.single-post2 .section .container article .post_item .post_img figure,
.single-post3 .section .container article .post_item .post_img figure {
  width: min(833px, 100%);
  height: 440px;
  max-height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 1023px) {
  .single-post .section .container article .post_item .post_img figure,
  .single-post1 .section .container article .post_item .post_img figure,
  .single-post2 .section .container article .post_item .post_img figure,
  .single-post3 .section .container article .post_item .post_img figure {
    height: 248px;
  }
}
.single-post .section .container article .post_item .post_img figure img,
.single-post1 .section .container article .post_item .post_img figure img,
.single-post2 .section .container article .post_item .post_img figure img,
.single-post3 .section .container article .post_item .post_img figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-post .section .container article .post_item .img_box,
.single-post1 .section .container article .post_item .img_box,
.single-post2 .section .container article .post_item .img_box,
.single-post3 .section .container article .post_item .img_box {
  position: relative;
  padding: 5px 0 20px;
  max-height: 140px;
  height: auto;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .single-post .section .container article .post_item .img_box,
  .single-post1 .section .container article .post_item .img_box,
  .single-post2 .section .container article .post_item .img_box,
  .single-post3 .section .container article .post_item .img_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 21px 10px;
    max-height: 190px;
    height: auto;
  }
}
.single-post .section .container article .post_item .img_box h1,
.single-post1 .section .container article .post_item .img_box h1,
.single-post2 .section .container article .post_item .img_box h1,
.single-post3 .section .container article .post_item .img_box h1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .single-post .section .container article .post_item .img_box h1,
  .single-post1 .section .container article .post_item .img_box h1,
  .single-post2 .section .container article .post_item .img_box h1,
  .single-post3 .section .container article .post_item .img_box h1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-top: 14px;
    max-height: 95px;
    width: auto;
    -webkit-line-clamp: 4;
  }
}
.single-post .section .container article .post_item .img_box > div,
.single-post1 .section .container article .post_item .img_box > div,
.single-post2 .section .container article .post_item .img_box > div,
.single-post3 .section .container article .post_item .img_box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 1023px) {
  .single-post .section .container article .post_item .img_box .toukou,
  .single-post1 .section .container article .post_item .img_box .toukou,
  .single-post2 .section .container article .post_item .img_box .toukou,
  .single-post3 .section .container article .post_item .img_box .toukou {
    margin: 0;
  }
}
.single-post .section .container article .post_item .post_content,
.single-post1 .section .container article .post_item .post_content,
.single-post2 .section .container article .post_item .post_content,
.single-post3 .section .container article .post_item .post_content {
  padding-bottom: 70px;
  margin-top: 46px;
}
@media screen and (max-width: 1023px) {
  .single-post .section .container article .post_item .post_content,
  .single-post1 .section .container article .post_item .post_content,
  .single-post2 .section .container article .post_item .post_content,
  .single-post3 .section .container article .post_item .post_content {
    margin-top: 0;
  }
}
.single-post .section .container article .post_item .post_content .tags_wrap,
.single-post1 .section .container article .post_item .post_content .tags_wrap,
.single-post2 .section .container article .post_item .post_content .tags_wrap,
.single-post3 .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-post .section .container article .post_item .post_content .tags_wrap,
  .single-post1 .section .container article .post_item .post_content .tags_wrap,
  .single-post2 .section .container article .post_item .post_content .tags_wrap,
  .single-post3 .section .container article .post_item .post_content .tags_wrap {
    margin: 17px 0 0 20px;
  }
}
.single-post .section .container article .post_item .post_content .tags_wrap .tags,
.single-post1 .section .container article .post_item .post_content .tags_wrap .tags,
.single-post2 .section .container article .post_item .post_content .tags_wrap .tags,
.single-post3 .section .container article .post_item .post_content .tags_wrap .tags {
  margin: 0;
}
.single-post .section .container article .post_item .post_content .tags_wrap .tags .tag,
.single-post1 .section .container article .post_item .post_content .tags_wrap .tags .tag,
.single-post2 .section .container article .post_item .post_content .tags_wrap .tags .tag,
.single-post3 .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: #000;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.04rem;
  background: #efefef;
}
@media screen and (max-width: 1023px) {
  .single-post .section .container article .post_item .post_content .tags_wrap .tags .tag,
  .single-post1 .section .container article .post_item .post_content .tags_wrap .tags .tag,
  .single-post2 .section .container article .post_item .post_content .tags_wrap .tags .tag,
  .single-post3 .section .container article .post_item .post_content .tags_wrap .tags .tag {
    gap: 18px;
  }
}
.single-post .section .container article .post_item .post_content .post_box,
.single-post1 .section .container article .post_item .post_content .post_box,
.single-post2 .section .container article .post_item .post_content .post_box,
.single-post3 .section .container article .post_item .post_content .post_box {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .single-post .section .container article .post_item .post_content .post_box,
  .single-post1 .section .container article .post_item .post_content .post_box,
  .single-post2 .section .container article .post_item .post_content .post_box,
  .single-post3 .section .container article .post_item .post_content .post_box {
    padding: 36px 24px 0 21px;
  }
}
.single-post .section .container article .post_item .post_content .post_box #toc_container,
.single-post1 .section .container article .post_item .post_content .post_box #toc_container,
.single-post2 .section .container article .post_item .post_content .post_box #toc_container,
.single-post3 .section .container article .post_item .post_content .post_box #toc_container {
  margin: 49px 0 32px;
}
.single-post .section .container article .post_item .post_content .post_box p,
.single-post1 .section .container article .post_item .post_content .post_box p,
.single-post2 .section .container article .post_item .post_content .post_box p,
.single-post3 .section .container article .post_item .post_content .post_box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.2rem;
}
.single-post .section .container article .post_item .post_content .post_box h2,
.single-post1 .section .container article .post_item .post_content .post_box h2,
.single-post2 .section .container article .post_item .post_content .post_box h2,
.single-post3 .section .container article .post_item .post_content .post_box h2 {
  height: 36px;
  font-weight: 700;
  line-height: 36px;
  font-size: 20px;
  position: relative;
  text-align: left;
  letter-spacing: 0.04rem;
  margin: 32px 0 0;
}
@media screen and (max-width: 1023px) {
  .single-post .section .container article .post_item .post_content .post_box h2,
  .single-post1 .section .container article .post_item .post_content .post_box h2,
  .single-post2 .section .container article .post_item .post_content .post_box h2,
  .single-post3 .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%;
    font-size: 16px;
    line-height: 16px;
    max-height: 46px;
  }
}
.single-post .section .container article .post_item .post_content .post_box h2::after,
.single-post1 .section .container article .post_item .post_content .post_box h2::after,
.single-post2 .section .container article .post_item .post_content .post_box h2::after,
.single-post3 .section .container article .post_item .post_content .post_box h2::after {
  content: "";
  margin-top: 9px;
  display: block;
  background: #000;
  width: 100%;
  height: 1px;
  bottom: -9px;
}
.single-post .section .container article .post_item .post_content .post_box figure + h2,
.single-post1 .section .container article .post_item .post_content .post_box figure + h2,
.single-post2 .section .container article .post_item .post_content .post_box figure + h2,
.single-post3 .section .container article .post_item .post_content .post_box figure + h2 {
  margin-top: 60px;
}
.single-post .section .container article .post_item .post_content .post_box h2 + p,
.single-post1 .section .container article .post_item .post_content .post_box h2 + p,
.single-post2 .section .container article .post_item .post_content .post_box h2 + p,
.single-post3 .section .container article .post_item .post_content .post_box h2 + p {
  margin-top: 16px;
}
.single-post .section .container article .post_item .post_content .post_box h2 + .related-companies,
.single-post1 .section .container article .post_item .post_content .post_box h2 + .related-companies,
.single-post2 .section .container article .post_item .post_content .post_box h2 + .related-companies,
.single-post3 .section .container article .post_item .post_content .post_box h2 + .related-companies {
  margin-top: 35px;
}
.single-post .section .container article .post_item .post_content .post_box h3,
.single-post1 .section .container article .post_item .post_content .post_box h3,
.single-post2 .section .container article .post_item .post_content .post_box h3,
.single-post3 .section .container article .post_item .post_content .post_box h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  background: #f4faff;
  height: 36px;
  position: relative;
  padding-left: 21px;
  margin: 35px 0 16px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .single-post .section .container article .post_item .post_content .post_box h3,
  .single-post1 .section .container article .post_item .post_content .post_box h3,
  .single-post2 .section .container article .post_item .post_content .post_box h3,
  .single-post3 .section .container article .post_item .post_content .post_box h3 {
    line-height: 18px;
    padding: 9px 0 9px 21px;
    height: auto;
    max-height: 54px;
  }
}
.single-post .section .container article .post_item .post_content .post_box h3::after,
.single-post1 .section .container article .post_item .post_content .post_box h3::after,
.single-post2 .section .container article .post_item .post_content .post_box h3::after,
.single-post3 .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_2.png");
}
@media screen and (max-width: 1023px) {
  .single-post .section .container article .post_item .post_content .post_box h3::after,
  .single-post1 .section .container article .post_item .post_content .post_box h3::after,
  .single-post2 .section .container article .post_item .post_content .post_box h3::after,
  .single-post3 .section .container article .post_item .post_content .post_box h3::after {
    width: 83px;
    background-image: url("../../bulma/img/h3_title_2_sp.png");
  }
}
.single-post .section .container article .post_item .post_content .post_box .wp-block-image,
.single-post1 .section .container article .post_item .post_content .post_box .wp-block-image,
.single-post2 .section .container article .post_item .post_content .post_box .wp-block-image,
.single-post3 .section .container article .post_item .post_content .post_box .wp-block-image {
  overflow: hidden;
  margin-top: 2rem;
}
.single-post .section .container article .post_item .post_content .post_box .wp-block-image img,
.single-post1 .section .container article .post_item .post_content .post_box .wp-block-image img,
.single-post2 .section .container article .post_item .post_content .post_box .wp-block-image img,
.single-post3 .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-post .section .container article .post_item .post_content .post_box .wp-block-table table,
.single-post1 .section .container article .post_item .post_content .post_box .wp-block-table table,
.single-post2 .section .container article .post_item .post_content .post_box .wp-block-table table,
.single-post3 .section .container article .post_item .post_content .post_box .wp-block-table table {
  word-break: break-word;
}
.single-post .section .container article .post_item .post_content .post_box .post2_corp_block,
.single-post1 .section .container article .post_item .post_content .post_box .post2_corp_block,
.single-post2 .section .container article .post_item .post_content .post_box .post2_corp_block,
.single-post3 .section .container article .post_item .post_content .post_box .post2_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-post .section .container article .post_item .post_content .post_box .post2_corp_block .company-block h3,
.single-post1 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block h3,
.single-post2 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block h3,
.single-post3 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block h3 {
  margin-top: 0;
}
.single-post .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_img img,
.single-post1 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_img img,
.single-post2 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_img img,
.single-post3 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table,
.single-post1 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table,
.single-post2 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table,
.single-post3 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table {
  width: 100%;
  margin-top: 1rem;
}
.single-post .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table td,
.single-post .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table th,
.single-post1 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table td,
.single-post1 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table th,
.single-post2 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table td,
.single-post2 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table th,
.single-post3 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table td,
.single-post3 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table th {
  border: #969696 1px solid;
  padding: 0.5em;
}
.single-post .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table th,
.single-post1 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table th,
.single-post2 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table th,
.single-post3 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table th {
  white-space: nowrap;
  font-weight: normal;
  background: #f5f5f5;
}
@media screen and (max-width: 1023px) {
  .single-post .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table th,
  .single-post1 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table th,
  .single-post2 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table th,
  .single-post3 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_table th {
    text-align: center;
  }
}
.single-post .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_btn,
.single-post1 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_btn,
.single-post2 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_btn,
.single-post3 .section .container article .post_item .post_content .post_box .post2_corp_block .company-block .corp_btn {
  width: 166px;
  height: 31px;
  border-radius: 20px;
  background: #1b364b;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  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;
}
.single-post .section .container article .post_item .post_content .post_box .related-posts-block,
.single-post1 .section .container article .post_item .post_content .post_box .related-posts-block,
.single-post2 .section .container article .post_item .post_content .post_box .related-posts-block,
.single-post3 .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-post .section .container article .post_item .post_content .post_box .related-posts-block h4,
.single-post1 .section .container article .post_item .post_content .post_box .related-posts-block h4,
.single-post2 .section .container article .post_item .post_content .post_box .related-posts-block h4,
.single-post3 .section .container article .post_item .post_content .post_box .related-posts-block h4 {
  font-size: 20px;
  color: #0068b7;
}
.single-post .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li,
.single-post1 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li,
.single-post2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li,
.single-post3 .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-post .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li,
  .single-post1 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li,
  .single-post2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li,
  .single-post3 .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-post .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure,
.single-post1 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure,
.single-post2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure,
.single-post3 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure {
  width: min(200px, 100%);
}
.single-post .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure img,
.single-post1 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure img,
.single-post2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure img,
.single-post3 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure img {
  max-width: 200px;
}
.single-post .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap,
.single-post1 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap,
.single-post2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap,
.single-post3 .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-post .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap,
  .single-post1 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap,
  .single-post2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap,
  .single-post3 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap {
    margin-left: 0;
  }
}
.single-post .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap p,
.single-post1 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap p,
.single-post2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap p,
.single-post3 .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-post .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a,
.single-post1 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a,
.single-post2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a,
.single-post3 .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-post .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a:hover,
.single-post1 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a:hover,
.single-post2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a:hover,
.single-post3 .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-post .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a,
  .single-post1 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a,
  .single-post2 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a,
  .single-post3 .section .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a {
    margin-bottom: 15px;
  }
}
.single-post .section .container article .post_item .post_content .post_box .link-card,
.single-post1 .section .container article .post_item .post_content .post_box .link-card,
.single-post2 .section .container article .post_item .post_content .post_box .link-card,
.single-post3 .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-post .section .container article .post_item .post_content .post_box .link-card .link-card-inner,
.single-post1 .section .container article .post_item .post_content .post_box .link-card .link-card-inner,
.single-post2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner,
.single-post3 .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-post .section .container article .post_item .post_content .post_box .link-card .link-card-inner,
  .single-post1 .section .container article .post_item .post_content .post_box .link-card .link-card-inner,
  .single-post2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner,
  .single-post3 .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-post .section .container article .post_item .post_content .post_box .link-card .link-card-inner figure,
.single-post1 .section .container article .post_item .post_content .post_box .link-card .link-card-inner figure,
.single-post2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner figure,
.single-post3 .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-post .section .container article .post_item .post_content .post_box .link-card .link-card-inner figure img,
.single-post1 .section .container article .post_item .post_content .post_box .link-card .link-card-inner figure img,
.single-post2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner figure img,
.single-post3 .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-post .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content,
.single-post1 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content,
.single-post2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content,
.single-post3 .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-post .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content,
  .single-post1 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content,
  .single-post2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content,
  .single-post3 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content {
    margin-left: 0;
  }
}
.single-post .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content h4,
.single-post1 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content h4,
.single-post2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content h4,
.single-post3 .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-post .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content p,
.single-post1 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content p,
.single-post2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content p,
.single-post3 .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-post .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a,
.single-post1 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a,
.single-post2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a,
.single-post3 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a {
  text-decoration: none;
  color: #5A94D8;
}
.single-post .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a:hover,
.single-post1 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a:hover,
.single-post2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a:hover,
.single-post3 .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-post .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a,
  .single-post1 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a,
  .single-post2 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a,
  .single-post3 .section .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a {
    margin-bottom: 15px;
  }
}
.single-post .section .bottom_box,
.single-post1 .section .bottom_box,
.single-post2 .section .bottom_box,
.single-post3 .section .bottom_box {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 150px;
  gap: 0;
}
@media screen and (max-width: 1023px) {
  .single-post .section .bottom_box,
  .single-post1 .section .bottom_box,
  .single-post2 .section .bottom_box,
  .single-post3 .section .bottom_box {
    margin-bottom: 34px;
  }
}
.single-post .section .bottom_box .b_box_title,
.single-post1 .section .bottom_box .b_box_title,
.single-post2 .section .bottom_box .b_box_title,
.single-post3 .section .bottom_box .b_box_title {
  max-width: 1140px;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  color: #6a9abf;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .single-post .section .bottom_box .b_box_title,
  .single-post1 .section .bottom_box .b_box_title,
  .single-post2 .section .bottom_box .b_box_title,
  .single-post3 .section .bottom_box .b_box_title {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 0px;
  }
}
.single-post .section .bottom_box .bottom_box_wrap,
.single-post1 .section .bottom_box .bottom_box_wrap,
.single-post2 .section .bottom_box .bottom_box_wrap,
.single-post3 .section .bottom_box .bottom_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .single-post .section .bottom_box .bottom_box_wrap,
  .single-post1 .section .bottom_box .bottom_box_wrap,
  .single-post2 .section .bottom_box .bottom_box_wrap,
  .single-post3 .section .bottom_box .bottom_box_wrap {
    gap: 31px;
    margin: 31px 0 53px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.single-post .section .bottom_box .bottom_box_wrap .box-left,
.single-post1 .section .bottom_box .bottom_box_wrap .box-left,
.single-post2 .section .bottom_box .bottom_box_wrap .box-left,
.single-post3 .section .bottom_box .bottom_box_wrap .box-left {
  width: min(585px, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 30px;
  color: #1b364b;
}
@media screen and (max-width: 1023px) {
  .single-post .section .bottom_box .bottom_box_wrap .box-left,
  .single-post1 .section .bottom_box .bottom_box_wrap .box-left,
  .single-post2 .section .bottom_box .bottom_box_wrap .box-left,
  .single-post3 .section .bottom_box .bottom_box_wrap .box-left {
    width: 95%;
    margin: 0 auto;
    gap: 31px;
    padding: 0 13px 40px 20px;
  }
}
.single-post .section .bottom_box .bottom_box_wrap .box-left .box-image,
.single-post1 .section .bottom_box .bottom_box_wrap .box-left .box-image,
.single-post2 .section .bottom_box .bottom_box_wrap .box-left .box-image,
.single-post3 .section .bottom_box .bottom_box_wrap .box-left .box-image {
  width: min(585px, 100%);
  max-height: 341px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.single-post .section .bottom_box .bottom_box_wrap .box-left .box-image img,
.single-post1 .section .bottom_box .bottom_box_wrap .box-left .box-image img,
.single-post2 .section .bottom_box .bottom_box_wrap .box-left .box-image img,
.single-post3 .section .bottom_box .bottom_box_wrap .box-left .box-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .section .bottom_box .bottom_box_wrap .box-left p,
.single-post1 .section .bottom_box .bottom_box_wrap .box-left p,
.single-post2 .section .bottom_box .bottom_box_wrap .box-left p,
.single-post3 .section .bottom_box .bottom_box_wrap .box-left p {
  font-weight: 700;
  font-size: 20px;
  margin: 32px 0;
}
@media screen and (max-width: 1023px) {
  .single-post .section .bottom_box .bottom_box_wrap .box-left p,
  .single-post1 .section .bottom_box .bottom_box_wrap .box-left p,
  .single-post2 .section .bottom_box .bottom_box_wrap .box-left p,
  .single-post3 .section .bottom_box .bottom_box_wrap .box-left p {
    margin: 0;
  }
}
.single-post .section .bottom_box .bottom_box_wrap .box-left ul,
.single-post1 .section .bottom_box .bottom_box_wrap .box-left ul,
.single-post2 .section .bottom_box .bottom_box_wrap .box-left ul,
.single-post3 .section .bottom_box .bottom_box_wrap .box-left ul {
  color: #ff9902;
  font-weight: 700;
  font-size: 18px;
  list-style: disc;
  list-style-position: inside;
}
.single-post .section .bottom_box .bottom_box_wrap .box-right,
.single-post1 .section .bottom_box .bottom_box_wrap .box-right,
.single-post2 .section .bottom_box .bottom_box_wrap .box-right,
.single-post3 .section .bottom_box .bottom_box_wrap .box-right {
  width: min(470px, 100%);
}
@media (max-width: 768px) {
  .single-post .section .bottom_box .bottom_box_wrap .box-right,
  .single-post1 .section .bottom_box .bottom_box_wrap .box-right,
  .single-post2 .section .bottom_box .bottom_box_wrap .box-right,
  .single-post3 .section .bottom_box .bottom_box_wrap .box-right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 0 13px 40px 20px;
  }
}