.column {
  padding-top: 0;
}
.column_title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
.column_wrap {
  gap: 22.5px;
  margin-bottom: 20px;
}
.column_wrap-toc {
  border-top: 1px solid #2B2B2B;
  border-bottom: 1px solid #2B2B2B;
  margin: 12.5px auto 15px;
}
.column_imgWrap {
  width: 100%;
  margin-bottom: 15px;
}
.column_img {
  width: 100%;
  height: 100%;
}
.column_content {
  margin-bottom: 60px;
}
.column .column_content h2 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative;
  background: #D8D6D6;
  padding: 7.5px 0 7.5px 25px;
}
.column .column_content h2:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  top: 0px;
  bottom: 0px;
  background: #2B2B2B;
}
.column .column_content h3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  margin-top: 20px;
  font-weight: 500;
  background: #F0EFEF;
  padding: 5px 20px;
}
.column .column_content h4 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
  padding: 5px 0 5px 25px;
  line-height: 1.4;
}
.column .column_content h4:before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  top: 0px;
  bottom: 0px;
  background: #F0EFEF;
}
.column .column_content p:not(.toc_title) {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 30px;
  font-weight: 100;
}
.column .column_content p:has(.vk_highlighter) span {
  font-weight: 600;
}
.column .column_content ol:not(.toc_list-h2s):not(.toc_list-h3s) {
  list-style: auto;
}
.column .column_content ul:not(.toc_list-h2s):not(.toc_list-h3s) {
  list-style: disc;
}
.column .column_content ol li:not(.toc_heading-h2):not(.toc_heading-h3), .column .column_content ul li:not(.toc_heading-h2):not(.toc_heading-h3) {
  padding-left: 25px;
  margin-left: 25px;
  margin-bottom: 25px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 100;
}
.column .column_content p a, .column .column_content ol li a:not(.toc_link-h2):not(.toc_link-h3), .column .column_content ul li a:not(.toc_link-h2):not(.toc_link-h3) {
  color: #306AB2;
  border-bottom: 1.5px solid #306AB2;
  margin-bottom: 35px;
  line-height: 1.2;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.column .column_content p a:hover, .column .column_content ol li a:not(.toc_link-h2):not(.toc_link-h3):hover, .column .column_content ul li a:not(.toc_link-h2):not(.toc_link-h3):hover {
  opacity: 0.6;
}
.column .column_content p a {
  display: inline;
  margin-bottom: 0;
}
.column .column_content .wp-block-group p {
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 1.4;
}
.column .column_content .wp-block-group {
  margin-bottom: 25px;
  padding: 0 25px;
  gap: 25px;
}
.column .column_content hr {
  margin-bottom: 50px;
}
.column .column_content p mark {
  font-weight: 600;
}
.column .column_content .wp-block-group p {
  width: calc(100% - 55px);
}
.column .column_content .wp-block-vk-blocks-button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 35px;
}
.column .column_content .wp-block-buttons {
  justify-content: center;
}
.column .column_content .wp-block-button a {
  color: white;
  background: #306AB2;
  font-size: 2rem;
  padding: 15px 100px;
  position: relative;
  font-weight: 600;
  border-radius: 30px;
  display: block;
  margin: 35px auto 50px;
}
.column .column_content .wp-block-table {
  margin-bottom: 35px;
}
.column .column_content .has-nested-images {
  margin-bottom: 50px;
}
.column .column_content .wp-block-embed__wrapper:has(iframe) {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.column .column_content .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.column .column_content .wp-block-image img {
  width: 100%;
}

blockquote {
  border-top: 1px solid #2B2B2B;
  border-bottom: 1px solid #2B2B2B;
  margin: 50px 0;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
blockquote cite {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 0 auto auto;
  justify-content: start;
  align-items: center;
  font-style: normal;
}
blockquote cite a {
  color: #306AB2;
  border-bottom: 1.5px solid #306AB2;
  margin-bottom: 0;
  line-height: 1.2;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
blockquote::before {
  content: "";
  position: absolute;
  width: 47px;
  height: 39px;
  background-image: url(../img/quote-top.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: -25px;
  left: 0;
  z-index: 1;
}
blockquote::after {
  content: "";
  position: absolute;
  width: 47px;
  height: 39px;
  background-image: url(../img/quote-bottom.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  bottom: -25px;
  right: 0;
  z-index: 1;
}
blockquote p {
  margin-bottom: 25px !important;
  padding: 0 15px;
}

td {
  padding: 15px 20px !important;
  width: 0;
  font-size: 1.8rem !important;
  line-height: 1.4;
  vertical-align: top;
}

td:has(strong) {
  font-weight: 600;
  background: #F0EFEF;
}

tr:first-child td:has(strong) {
  font-weight: 600;
  background: #D8D6D6;
  text-align: center;
}

td:has(code) {
  font-weight: 600;
  background: #F0EFEF !important;
}

.anchor {
  margin-top: -75px;
  padding-top: 75px;
  display: block;
}

.toc {
  padding: 20px 15px 5px;
}
.toc_texts {
  margin-bottom: 15px;
}
.toc_title {
  font-size: 1.8rem;
}
.toc_list-h3s {
  margin-left: 32.5px;
  margin-bottom: 12.5px;
}
.toc_link-h2 {
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  line-height: 1.4;
  gap: 25px;
  color: #306AB2;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 12.5px;
}
.toc_link-h2:hover {
  opacity: 0.6;
}
.toc_link-h2 span {
  text-decoration-line: underline !important;
  text-decoration-color: #306AB2;
  text-decoration-thickness: 1px;
  text-underline-offset: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: block;
  display: inline-block;
  overflow-wrap: break-word;
}
.toc_link-h3 {
  line-height: 1.4;
  font-weight: 100;
  color: #306AB2;
  font-size: 1.5rem;
  margin-bottom: 2.5px;
  gap: 25px;
}
.toc_link-h3 span {
  text-decoration-line: underline !important;
  text-decoration-color: #306AB2;
  text-decoration-thickness: 1px;
  text-underline-offset: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: block;
  display: inline-block;
  overflow-wrap: break-word;
  max-width: 100%;
}
.toc_link-h3:hover {
  opacity: 0.6;
}
.toc_btn {
  color: #306AB2;
  padding: 5px 12.5px;
  position: relative;
  display: block;
  padding-right: 40px;
  font-size: 1.4rem;
  font-weight: 600;
}
.toc_btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
.toc_btn.close::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background-image: url(../img/arrow-down.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  right: -18px;
  transform: translate(-50%, -50%);
}
.toc_btn.open::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background-image: url(../img/arrow-up.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  right: -18px;
  transform: translate(-50%, -50%);
}
.toc_wrap {
  margin-bottom: 20px;
}

.catList_link {
  background: #306AB2;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 2.5px 12.5px 4.5px;
  line-height: 1;
}
.catList_link:hover {
  opacity: 0.6;
}

.oneColumn {
  padding: 25px 27.5px;
  border: 1px solid #306AB2;
  display: block;
  margin-bottom: 30px;
}
.oneColumn .blog_wrap {
  margin-bottom: 0;
  width: 37.5%;
  height: 184px;
}
.oneColumn .blog_texts {
  width: calc(62.5% - 20px);
}
.oneColumn .date_text {
  margin-bottom: 0 !important;
}
.oneColumn .blog_text {
  margin-bottom: 10px !important;
  font-size: 2.2rem !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.oneColumn .blog_text-small {
  margin-bottom: 10px !important;
  font-size: 1.8rem !important;
  line-height: 1.4 !important;
  color: #2B2B2B !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.author {
  padding: 25px 15px;
  border-top: 1px solid #2B2B2B;
  border-bottom: 1px solid #2B2B2B;
}
.author_imgWrap {
  width: 270px;
  height: 212px;
}
.author_imgWrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.author_texts {
  width: calc(100% - 295px);
}
.author_inner {
  gap: 25px;
}
.author_coution {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 10px;
}
.author_title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  color: #306AB2;
  border-bottom: 1px solid #306AB2;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
.author_heading {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
.author_text {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.other {
  padding-top: 45px;
}
.other_item {
  font-size: 22.5px;
  color: #4F7644;
}
.other_item a {
  font-size: 1.6rem;
  color: white;
  display: block;
  line-height: 1;
  padding: 20px 75px 22.5px;
  border-radius: 39px;
}
.other_item a:hover {
  opacity: 0.6;
}
.other_item-prev a {
  background: #2B2B2B;
}
.other_item-next a {
  background: #306AB2;
}
.other_list {
  margin: 0 auto 25px;
}

.recommend_inner {
  max-width: 1160px;
  width: calc(100% - 60px);
  background: white;
  border-radius: 20px;
  margin: 50px auto 0;
  padding-bottom: 50px;
}
.recommend_title {
  font-size: 3.6rem;
  font-weight: 700;
  position: relative;
  color: #2B2B2B;
  text-align: center;
  margin: 0 auto 60px;
}
.recommend_list {
  flex-wrap: wrap;
  gap: 25px 30px;
}
.recommend_item {
  width: calc(50% - 15px);
  gap: 20px;
}
.recommend_item:hover {
  opacity: 0.6;
}
.recommend_wrap {
  width: 163px;
  height: 110px;
  overflow: hidden;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommend_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommend_cat {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #306AB2;
  color: white;
  font-size: 1.5rem;
  padding: 5px 15px 7.5px;
  line-height: 1;
}
.recommend_texts {
  width: calc(100% - 183px);
}
.recommend_text {
  font-weight: 600;
  color: #306AB2;
  text-decoration: underline;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 1200px) {
  .oneColumn .blog_wrap {
    margin-bottom: 0;
    width: 37.5%;
    height: 150px;
  }
  .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}
@media (max-width: 750px) {
  .column_title {
    font-size: 2.2rem;
  }
  .column_wrap {
    margin-bottom: 15px;
    gap: 17.5px;
  }
  .column_wrap-toc {
    margin: 12.5px auto 5px;
  }
  .column_imgWrap {
    width: 100%;
    margin-bottom: 25px;
  }
  .column_content {
    margin-bottom: 60px;
  }
  .column .column_content h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    margin-top: 30px;
    padding: 7.5px 0 7.5px 20px;
  }
  .column .column_content h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding: 5px 17.5px;
  }
  .column .column_content h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 4px 0 4px 20px;
  }
  .column .column_content p:not(.toc_title) {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .column .column_content ol li:not(.toc_heading-h2):not(.toc_heading-h3), .column .column_content ul li:not(.toc_heading-h2):not(.toc_heading-h3) {
    padding-left: 10px;
    margin-left: 17.5px;
    margin-bottom: 17.5px;
    font-size: 1.5rem;
    font-weight: 100;
  }
  .column .column_content p a, .column .column_content ol li a:not(.toc_link-h2):not(.toc_link-h3), .column .column_content ul li a:not(.toc_link-h2):not(.toc_link-h3) {
    margin-bottom: 20px;
  }
  .column .column_content .wp-block-group p {
    font-size: 1.8rem;
    width: calc(100% - 55px);
  }
  .column .column_content.is-layout-flex figure {
    width: 44px;
  }
  .column .column_content .wp-block-group {
    margin-bottom: 25px;
    padding: 0 25px;
    gap: 25px;
  }
  .column .column_content .wp-block-button {
    width: 100%;
    margin: 0 auto 15px;
  }
  .column .column_content .wp-block-button a {
    font-size: 1.8rem;
    padding: 15px 0px;
    width: 100%;
    max-width: 375px;
    border-radius: 40px;
    margin: 15px auto;
  }
  .column .column_content .wp-block-table {
    margin-bottom: 25px;
  }
  .column .column_content .has-nested-images {
    margin-bottom: 50px;
  }
  blockquote {
    margin: 75px 0 30px;
    padding: 30px 0;
  }
  blockquote cite {
    font-size: 1.3rem;
    margin: auto auto auto 0;
    padding: 0 15px;
  }
  blockquote cite a {
    font-size: 1.3rem;
  }
  blockquote p {
    margin-bottom: 15px !important;
  }
  td {
    padding: 15px 10px !important;
    font-size: 1.4rem !important;
  }
  .toc {
    padding: 15px 10px 5px;
  }
  .toc_texts {
    margin-bottom: 7.5px;
  }
  .toc_title {
    font-size: 1.5rem;
  }
  .toc_list-h3s {
    margin-left: 32.5px;
    margin-bottom: 17.5px;
  }
  .toc_link-h2 {
    display: flex;
    gap: 20px;
    font-size: 1.5rem;
    margin-bottom: 12.5px;
  }
  .toc_link-h3 {
    display: flex;
    font-size: 1.3rem;
    margin-bottom: 10px;
    gap: 20px;
  }
  .toc_btn {
    padding: 5px 12.5px;
    padding-right: 25px;
    font-size: 1.2rem;
  }
  .toc_btn.close::after {
    width: 27px;
    height: 27px;
  }
  .toc_btn.open::after {
    width: 27px;
    height: 27px;
  }
  .toc_wrap {
    margin-bottom: 15px;
  }
  .oneColumn {
    padding: 20px 20px 10px;
    margin-bottom: 25px;
  }
  .oneColumn_inner {
    flex-direction: column;
  }
  .oneColumn .blog_wrap {
    margin-bottom: 10px;
    width: 100%;
    height: 199px;
  }
  .oneColumn .blog_cat {
    display: block;
    padding: 7.5px 15px 10px;
  }
  .oneColumn .blog_texts {
    width: 100%;
  }
  .oneColumn .blog_text {
    margin-bottom: 12.5px !important;
    font-size: 1.8rem !important;
  }
  .oneColumn .blog_text-small {
    margin-bottom: 10px !important;
    font-size: 1.5rem !important;
    line-height: 2;
    -webkit-line-clamp: 3;
  }
  .author {
    padding: 25px 20px 20px;
  }
  .author_imgWrap {
    width: 100%;
    height: 199px;
  }
  .author_texts {
    width: 100%;
  }
  .author_inner {
    gap: 15px;
    flex-direction: column;
  }
  .author_coution {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .author_title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .author_heading {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .author_text {
    font-size: 1.5rem;
    line-height: 2;
    -webkit-line-clamp: 4;
  }
  .other {
    padding-top: 25px;
  }
  .other_item a {
    padding: 20px 32.5px 22.5px;
  }
  .other_list {
    margin: 0 auto;
  }
  .recommend {
    border-bottom: 1px solid #2B2B2B;
    margin-bottom: 0px;
  }
  .recommend_inner {
    width: 100%;
    margin: 50px auto 0;
    padding-bottom: 50px;
  }
  .recommend_title {
    font-size: 2.4rem;
    margin: 0 auto 25px;
  }
  .recommend_list {
    gap: 22.5px;
  }
  .recommend_item {
    width: 100%;
    gap: 15px;
  }
  .recommend_link {
    gap: 15px;
  }
  .recommend_wrap {
    width: 125px;
    height: 92.5px;
  }
  .recommend_cat {
    font-size: 1.2rem;
    padding: 5px 7.5px;
  }
  .recommend_texts {
    flex: 1;
  }
  .recommend_text {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 7.5px;
  }
  .catList_link {
    font-size: 1.3rem;
    padding: 2.5px 9px 4.5px;
  }
}/*# sourceMappingURL=column.css.map */