/* 追加CSS */

@media (min-width: 768px) {
	.sp-only {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.pc-only {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.sp-only2 {
		display: none !important;
	}
}
@media (max-width: 991px) {
	.pc-only2 {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.sp-only3 {
		display: none !important;
	}
}
@media (max-width: 1199px) {
	.pc-only3 {
		display: none !important;
	}
}

:root {
	--vk-color-text-body: #000000;
	--vk-margin-element-bottom: 1.1em;
	--vk-color-border-hr: #dcdcdc;
	--vk-color-text-link: #009cc5;
	--vk-color-primary-vivid: #66c4dc;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mb1em {
	margin-bottom: 1em !important;
}
.mt1em {
	margin-top: 1em !important;
}
.mb1_5em {
	margin-bottom: 1.5em !important;
}
.mt1_5em {
	margin-top: 1.5em !important;
}

#main p {
    text-align: justify;
    text-justify: inter-ideograph;
}
.has-text-align-center {
    text-align: center !important;
}
.has-text-align-right {
    text-align: right !important;
}

#main li a,
#main p a,
#main li a:hover,
#main p a:hover {
	text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: #009cc5;
}
a.page-numbers,
span.page-numbers {
	text-decoration: none !important;
	border-radius: 0 !important;
}
footer li a,
footer p a {
	text-decoration: none;
}


.site-body figure {
	margin-bottom: 0;
}


.global-nav-list>li.menu-item-has-children:hover::after {
	display: none;
}
.global-nav-list>li#menu-item-797>ul.sub-menu {
	overflow-y: hidden;
    margin-left: -80px;
	width: 180px;
}
.global-nav-list>li#menu-item-1101>ul.sub-menu {
    overflow-y: hidden;
    margin-left: -84px;
    width: 192px;
}
.global-nav-list>li#menu-item-1103>ul.sub-menu {
	overflow-y: hidden;
    margin-left: -48px;
    width: 150px;
}
.global-nav-list>li#menu-item-1104>ul.sub-menu {
	overflow-y: hidden;
    margin-left: -72px;
    width: 220px;
}
.global-nav-list .sub-menu li a {
    border-bottom: none;
}
.global-nav-list li {
    font-size: 14px;
}

.header-top-btn-dummy {
	width: 125px;
    margin-left: 15px;
    height: 50px;
    display: block;
}
.header-top-btn li > a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.header-top-btn li:nth-child(1) {
    /* width: 240px; */
    width: 140px;
    white-space: nowrap;
	margin-right: 10px;
	margin-left: 0;
}
.header-top-btn li:nth-child(2) {
    /* width: 355px; */
    width: 315px;
}
.header-top-btn li:nth-child(3) {
    width: 150px;
	height: 100%;
}
.header-top-btn li:nth-child(4) {
    width: 200px;
	height: 100%;
	margin-right: 7px;
}
.header-top-btn li:nth-child(5) {
	margin-right: 3px;
}
.header-top-btn li:nth-child(3) > a,
.header-top-btn li:nth-child(4) > a,
#vk-mobile-nav #vkexunit_button-2 .button_mainText,
#vk-mobile-nav #vkexunit_button-3 .button_mainText {
	display: flex;
    justify-content: center;
    align-items: center;
	height: 50px;
	background-color: #009cc5;
    font-size: 14px;
    font-weight: bold;
}
#vk-mobile-nav #vkexunit_button-3 .button_mainText {
	text-align: left;
}
#vk-mobile-nav #vkexunit_button-2 a.btn,
#vk-mobile-nav #vkexunit_button-3 a.btn {
	padding: 0;
}
.header-top-btn li:nth-child(3) > a i,
.header-top-btn li:nth-child(4) > a i,
#vk-mobile-nav #vkexunit_button-2 .button_mainText i,
#vk-mobile-nav #vkexunit_button-3 .button_mainText i {
    font-size: 23px;
    /* margin-right: 8px; */
    margin-right: 10px;
}
.header-top-btn li:nth-child(n+5) {
	width: 30px;
}
.header-top-btn li:nth-child(n+5) img {
    width: 30px;
}
.header-top-btn-wrap li:nth-child(3) > a:hover,
.header-top-btn-wrap li:nth-child(4) > a:hover,
.header-top-btn-wrap li:nth-child(n+5) > a:hover,
.site-footer a:hover {
	opacity: 0.6;
	transition: 0.15s;
}

.site-header,
.header_scrolled .site-header {
    background-color: #000000;
}
.header-top-btn-wrap {
	background-color: #333333;
    height: 50px;
}
.header_scrolled .header-top-btn-wrap {
	display: none;
}
.header-top-btn-wrap2 {
    display: flex;
    justify-content: space-between;
    width: 1140px;
    margin: 0 auto;
    height: 50px;
}
.header-top-btn {
    margin-top: 0;
    margin-bottom: 0;
	margin-left: 60px;
    margin-right: 15px;
	display: flex;
    justify-content: space-between;
    /* width: 925px; */
    width: 922px;
    padding: 0;
    align-items: center;
	gap: 6px;
}
.header-top-btn li {
    list-style: none;
    margin: 0;
    margin-left: 2px;
    /* text-align: center;
    font-size: 16px; */
    text-align: left;
    font-size: 14px;
    z-index: 100;
	color: #fff;
}
.global-nav-list>li .global-nav-name {
    font-size: 16px !important;
	color: #fff;
}
.site-header--layout--nav-float .site-header-logo img {
	width: 105px;
    max-height: none;
    position: absolute;
    top: 0;
}
.global-nav-list>li:hover:before,
.global-nav-list>li[class*=current]:before {
	content: none;
}

header form.gsc-search-box,
#vk-mobile-nav form.gsc-search-box {
	margin-bottom: 0 !important;
}
header table.gsc-search-box,
#vk-mobile-nav table.gsc-search-box {
	margin-bottom: 0 !important;
}
header table.gsc-search-box td,
#vk-mobile-nav table.gsc-search-box td {
    padding: 0 !important;
	border: none;
}
header table.gsc-search-box td.gsc-input,
#vk-mobile-nav table.gsc-search-box td.gsc-input {
	padding-right: 0 !important;
}
header .searchform .gsc-input,
#vk-mobile-nav .gsc-input {
    /* width: 285px; */
    width: 262px;
    height: 50px !important;
    margin: 0 !important;
	border-top: 0;
}
header .searchform .gsc-input-box,
#vk-mobile-nav .gsc-input-box {
    border: none;
	border-radius: 0;
    padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
    box-shadow: none;
}
header .searchform .gsc-input-box > table,
#vk-mobile-nav .gsc-input-box > table {
	border: none;
}
header .gsc-search-button-v2,
#vk-mobile-nav .gsc-search-button-v2 {
	width: 70px;
    height: 50px;
    padding: 0 25px !important;
    margin-left: 0 !important;
	border-radius: 0 !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    border: none !important;
}
header .gsc-search-button-v2 svg,
#vk-mobile-nav .gsc-search-button-v2 svg {
    height: auto;
    width: 15px;
}
.gsc-results-wrapper-nooverlay * {
	box-sizing: content-box;
}
.gsc-control-cse table {
	border: none;
}
.gsc-control-cse td {
	border: none;
	padding: 0;
}
.entry-body .gsc-search-box {
	/* margin: 40px 0 30px; */
	margin: 0 0 30px;
}
.entry-body .gsib_a {
    padding: 5px 9px 4px 9px;
}

.page-header-title,
h1.page-header-title {
    font-size: 28px;
    line-height: 1.35em;
}


.vk_outer-width-full.vk_outer-paddingLR-none>div>.vk_outer_container {
	padding: 0;
}
.btn {
	border-radius: 0 !important;
}
.heading-en {
    font-family: 'Tai Heritage Pro', sans-serif;
    font-weight: 400;
	font-size: 50px;
	color: #009cc5;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}
.heading-ja {
	font-size: 20px;
	margin-top: -8px;
    margin-bottom: 40px;
}
.home .site-body {
	padding: 0;
}
@media (min-width: 1200px) {
	body:not(.home) .site-body {
		padding: 3.5rem 0 4.8rem;
	}
}
.site-body a:hover {
    opacity: .6 !important;
}
#outer1 {
	margin-top: -100px;
}
#outer1 .heading-ja {
    margin-bottom: 45px;
}
.vk_button {
	margin-bottom: 0;	
}
.vk_button_link {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#outer1 .wp-block-group__inner-container {
    padding: 0 30px;
}
#outer1 .vk_post.card {
    border-radius: 0;
    border: none;
    border-bottom: solid 1px #dcdcdc;
	margin-bottom: 0;
}
#outer1 .vk_post.card:nth-child(1),
#outer1 .vk_post.card:nth-child(2) {
    border-top: solid 1px #dcdcdc;
}
#outer1 .card-body {
	padding-left: 0;
	padding-right: 0;
}
#outer2 .vk_button {
	margin-top: auto;
}
#outer2 .wp-block-vk-blocks-grid-column-item {
    display: flex;
	flex-direction: column;
}
#outer2 .vk_button {
	margin-top: auto;
}
#outer2 .outer2_2 .heading-ja {
    margin-bottom: 35px;
}
.outer2_2 .row {
	flex-direction: row-reverse;
}

#outer3 .vk_post.card {
	border: none;
    border-radius: 0;
}
.vk_posts-postType-post .vk_post_taxonomy-post_tag {
	display: none;
}
#outer3 .vk_post .vk_post_btn {
    font-size: 12px;
    color: #009cc5 !important;
    background-color: #ffffff;
    border: 1px solid #009cc5;
	width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.vk_posts-postType-post .vk_post_taxonomies {
	order: 1;
    margin-top: 0 !important;
}
.vk_posts-postType-post .vk_post .vk_post_title {
    order: 2;
	margin-top: 10px !important;
}
.vk_posts-postType-post .vk_post_taxonomy_title {
	display: none;
}
.vk_posts-postType-post .vk_post_taxonomy_terms,
.vk_post_taxonomy-column_category .vk_post_taxonomy_terms {
/*
	color: #009cc5;
    background-color: #d9f0f6;
    padding: 3px 10px;
    font-size: 10px;
*/
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.vk_posts-postType-post .vk_post_taxonomy_terms > a,
.vk_post_taxonomy-column_category .vk_post_taxonomy_terms > a {
	color: #009cc5;
    background-color: #d9f0f6;
    padding: 3px 10px;
    font-size: 10px;
}
.vk_posts-postType-post .vk_post .vk_post_date {
	order: 3;
}
.vk_posts-postType-post .vk_post .vk_post_excerpt {
	order: 4;
	margin: 8px 0 !important;
}
.vk_posts-postType-post .card-body {
	display: flex;
    flex-direction: column;
}


#outer6 .vk_post.card,
#outer4 .vk_post.card {
	border-radius: 0;
	border: none;
    border-bottom: 1px solid #dcdcdc;
	padding: 16px 0;
	margin-bottom: 0;
}
#outer6 .vk_post.card:nth-child(1),
#outer6 .vk_post.card:nth-child(2),
#outer4 .vk_post.card:nth-child(1),
#outer4 .vk_post.card:nth-child(2) {
    border-top: 1px solid #dcdcdc;
}
#outer6 .vk_post.card-horizontal .vk_post_imgOuter,
#outer4 .vk_post.card-horizontal .vk_post_imgOuter,
.vk_post-postType-column .vk_post_imgOuter {
	border: none;
    background-repeat: no-repeat;
    height: auto;
}
#outer4 .vk_post.card-horizontal .vk_post_imgOuter img {
	opacity: 0;
}
#outer6 .col-5,
#outer4 .col-5 {
    flex: 0 0 18.5%;
    max-width: 18.5%;
}
#outer6 .col-7,
#outer4 .col-7 {
    flex: 0 0 81%;
    max-width: 81%;
}
#outer6 .vk_post_btn,
#outer4 .vk_post_btn {
	border: none;
	background-color: transparent;
    padding: 0;
}
#outer6 .vk_post_btn::after,
#outer4 .vk_post_btn::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
	content: "\f138";
    color: #009cc5;
    background-color: #fff;
}
#outer6 .card-body,
#outer4 .card-body {
    padding: 8px 40px 5px 20px !important;
    display: flex;
    flex-direction: column;
}
#outer6 .card-body {
	padding-top: 0 !important;
}
.vk_post-postType-column .vk_post_body {
    display: flex;
    flex-direction: column;
}
#outer4 .card-body {
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#outer6 .vk_post_title,
#outer4 .vk_post_title,
#main .vk_post-postType-column .vk_post_title {
	order: 1;
}
#outer6 .vk_post_taxonomies,
#outer4 .vk_post_taxonomies,
#main .vk_post-postType-column .vk_post_taxonomies {
	order: 2;
	margin-top: 5px;
    margin-bottom: 0;
}
#main .vk_post-postType-column .vk_post_taxonomies {
	margin-top: 3px;
}
#outer6 .vk_post .vk_post_excerpt,
#outer4 .vk_post .vk_post_excerpt,
#main .vk_post-postType-column .vk_post_excerpt {
	order: 3;
    margin-top: 4px;
    margin-bottom: 0;
}
#main .vk_post-postType-column .vk_post_excerpt {
    margin-top: 2px;
}
#outer4 .vk_post .vk_post_excerpt {
	margin-top: 5px;
    line-height: 1.35em;
}
#outer6 .vk_post_taxonomy_title,
#outer4 .vk_post_taxonomy_title,
#main .vk_post-postType-column .vk_post_taxonomy_title {
	display: none;
}
#outer6 .vk_post_taxonomy-column_author .vk_post_taxonomy_terms,
#outer4 .vk_post_taxonomy-column_author .vk_post_taxonomy_terms,
#main .vk_post_taxonomy-column_author .vk_post_taxonomy_terms {
	padding-left: 0;
}
#outer6 .vk_post_btnOuter,
#outer4 .vk_post_btnOuter {
    width: 30px;
    right: 0;
    top: 40px;
}
#outer_book .h3_in_book_top {
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding: 12px 0;
}
#outer_book .h3_in_book_top::after {
    content: none;
}

#outer_book .column1_1_in_book_top {
    flex: 0 0 43.8%;
    max-width: 43.8%;
}
#outer_book .column1_1_in_book_top figure {
    margin-top: 4px;
}
#outer_book .column1_2_in_book_top {
    flex: 0 0 56.2%;
    max-width: 56.2%;
}
#outer_book .column1_2_in_book_top .vk_button_link {
    padding: 0 10px;
}
.column1_in_book_article {
    flex: 0 0 59.5%;
    max-width: 59.5%;    
}
.column2_in_book_article {
    flex: 0 0 40.5%;
    max-width: 40.5%;    
}
.column2_in_book_article .vk_button_link {
    padding: 0 !important;
}

.page_top_btn {
    background-color: #009cc5;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 80%), 0 0 0 2px rgb(0 156 197) !important;
}
.site-footer {
	border: none;
	color: #fff;
    background-color: #000000;
}
.site-footer img.profile_media {
	width: 140px;
}
.site-footer-copyright {
	color: #fff;
	background-color: #333333;
    max-width: 100%;
}
.site-footer .profile_text {
    margin-top: 10px;
}
.site-footer .footer_name {
	font-size: 20px;
    font-weight: bold;
}
.site-footer .footer_address,
.site-footer .footer_link {
	font-size: 14px;
    line-height: 1.75em;
	display: block;
    margin-top: 18px;
}
.site-footer .footer_link a,
.site-footer .footer_address a {
	color: #fff;
}
.site-footer-content {
	padding-top: 90px;
	padding-bottom: 70px;
}
.site-footer .widget_nav_menu .menu > li {
	margin-bottom: 12px;
}
.site-footer .widget_nav_menu .menu > li > a {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #444444;
    color: #ffffff;
	padding: 10px 0;
    margin-bottom: 8px;
}
.site-footer .widget_nav_menu .sub-menu > li {
}
.site-footer .widget_nav_menu .sub-menu > li > a {
	font-size: 12px;
	line-height: 1.85em;
	border: none;
    color: #999999;
	padding: 0;
}
.site-footer .footer_supported {
    font-size: 16px;
    font-weight: bold;
    margin-top: 24px;
	margin-bottom: 10px;
}
.site-footer .widget,
.site-footer .widget_custom_html {
	margin-bottom: 0;
}


body:not(.home) #main h2.is-style-vk-heading-plain,
.single h1.entry-title {
	font-size: 24px;
	line-height: 1.35em;
	border-bottom: 1px solid #009cc5;
	padding-bottom: 10px;
	margin-top: 90px;
	margin-bottom: 40px;
}
.single h1.entry-title {
	margin-top: 0 !important;
}
body:not(.home) #main h3.is-style-vk-heading-plain {
	font-size: 20px;
	line-height: 1.35em;	
    background-color: #f5f5f5;
    padding: 8px 20px 8px 20px;
    border-left: solid 6px #009cc5;
	margin-top: 50px;
	margin-bottom: 40px;
}
body:not(.home) #main h4.is-style-vk-heading-plain {
	font-size: 18px;
	line-height: 1.35em;
    padding: 0 0 0 6px;
    border-left: solid 20px #80cde2;
	margin-top: 40px;
	margin-bottom: 40px;
}
body:not(.home) #main h2.is-style-vk-heading-plain + *,
body:not(.home) #main h3.is-style-vk-heading-plain + *,
body:not(.home) #main h4.is-style-vk-heading-plain + * {
	margin-top: 50px;
}
body:not(.home) #main h2.is-style-vk-heading-plain + p,
body:not(.home) #main h3.is-style-vk-heading-plain + p,
body:not(.home) #main h4.is-style-vk-heading-plain + p {
	margin-top: 40px;
}
.entry-body > h2.is-style-vk-heading-plain:first-child,
.entry-body > h3.is-style-vk-heading-plain:first-child,
.entry-body > h4.is-style-vk-heading-plain:first-child,
.entry-header > h2.is-style-vk-heading-plain:first-child,
.entry-header > h3.is-style-vk-heading-plain:first-child,
.entry-header > h4.is-style-vk-heading-plain:first-child {
	margin-top: 0 !important;
}
body:not(.home):not(.blog):not(.archive) #main p+:not(p):not(h2):not(h3):not(h4),
body:not(.home):not(.blog):not(.archive) #main :not(p)+p {
	margin-top: 40px;
}
body:not(.home):not(.post-name-search) #main table {
	font-size: 14px;
}
body:not(.home):not(.post-name-search) #main table th,
body:not(.home):not(.post-name-search) #main table td {
    padding: 0.88rem 1rem;
	vertical-align: top;
}
body:not(.home):not(.post-name-search) #main table thead th {
	background-color: #f5f5f5;
}
body:not(.home):not(.post-name-search) #main table tbody td:first-child {
	background-color: #ebf7fa;
}

.list_with_border {
    padding: 20px 30px;
    border: 1px solid #dcdcdc;
}
.list_with_dot,
.list_with_indent {
	padding-left: 1em;
}
.list_with_border li,
.list_with_dot li,
.list_with_indent li {
    list-style: none;
    text-indent: -1em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;	
}
.list_with_border li {
    padding-left: 1em;	
}
.list_with_border li::before,
.list_with_dot li::before {
	content: "・";
}
body:not(.home) #main *+.list_with_border,
body:not(.home) #main .list_with_border+* {
	margin-top: 25px;
}
body:not(.home) #main .list_with_border+.vk_button {
    margin-top: 30px;
}

.text_indent {
	padding-left: 1em;
	text-indent: -1em;
	display: block;
}

.post-name-about-us #main table td:first-child {
	width: 15%;
}
.post-name-about-us #main iframe {
	margin-top: 10px !important;
	margin-bottom: 0;
}
.post-name-about-us #main iframe + p {
	margin-top: 20px !important;
}
.post-name-about-us .p_in_access {
	margin-top: 1em !important;
	margin-bottom: 0;
}

/*
@media (min-width: 992px) {
	h2.link_in_page {
		margin-top: -20px !important;
		padding-top: 110px;
	}
	.entry-body > h2.link_in_page.is-style-vk-heading-plain:first-child {
		margin-top: -110px !important;
		padding-top: 110px;
	}
	#main .before_link_in_page {
		position: relative;
		z-index: 100;
	}
}
*/

.sub-section .widget {
	margin-bottom: 5px;
}
.sub-section .widget_nav_menu {
	margin-top: 40px;
    margin-bottom: 48px;
}
.sub-section .sub-section-title::after {
	content: none;
}
.sub-section .sub-section-title {
    border-bottom: 1px solid #009cc5;
	border-radius: 0;
}
.sub-section .menu li a {
	color: #000;
	padding-top: 0.75em;
    padding-bottom: 0.75em;
}
.sub-section .menu > li > a {
	font-weight: bold;
}


.chapter_articles-of-incorporation {
	margin-top: 40px;
}

.post-name-officers-employeesmember .vk_gridColumn h4,
.column_profile .vk_gridColumn h4 {
	margin-top: 0 !important;
}
.post-name-officers-employeesmember h4,
.column_profile h4 {
	margin-bottom: 10px !important;
}
.post-name-officers-employeesmember h4+p,
.column_profile h4+p {
    margin-top: 10px !important;
}
.post-name-officers-employeesmember .vk_gridColumn p:last-child,
.column_profile .vk_gridColumn p:last-child {
	margin-bottom: 0;
}
.post-name-officers-employeesmember .vk_gridColumn_item:nth-child(1),
.column_profile .vk_gridColumn_item:nth-child(1) {
	flex: 0 0 25%;
	max-width: 25%;
}
.post-name-officers-employeesmember .vk_gridColumn_item:nth-child(2),
.column_profile .vk_gridColumn_item:nth-child(2) {
	flex: 0 0 75%;
	max-width: 75%;
}
.post-name-officers-employeesmember .vk_gridColumn {
	margin-bottom: 50px;
}

.post-name-member .site-body td {
	vertical-align: top;
}
.post-name-member .site-body ul {
	margin: 0;
	padding: 0;
    text-align: left;
    list-style: none;
}
.post-name-member .site-body li {
	margin-top: 0;
}
.post-name-member .site-body td:first-child {
    width: 26.8%;
	white-space: nowrap;
}
.post-name-member .site-body .member_image {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.post-name-member .site-body .member_image li {
	width: 25%;
	margin-top: 14px;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.post-name-member .site-body .member_image li:nth-child(-n+4) {
		margin-top: 0;
	}
}
.post-name-member .main-section {
	margin-bottom: 20px;
}

.post-name-collaborating #main table thead th {
	text-align: center;
}

.border-around {
	border: 1px solid #dcdcdc;
}
.post-name-consulting .column1_consulting .row {
    margin-right: 0;
    margin-left: 0;
	justify-content: space-between;
}
.post-name-consulting .column1_consulting .vk_gridColumn_item {
    flex: 0 0 30.5%;
    max-width: 30.5%;
	padding: 16px 20px;
}
.post-name-consulting .column1_consulting h4 {
	margin: 0 !important;
}
.post-name-consulting .column1_consulting ul {
	margin-bottom: 0;
}
.post-name-consulting .column1_consulting li {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.post-name-consulting .wp-block-group {
	border: 1px solid #dcdcdc;
    padding: 16px 20px;
}
.post-name-consulting .wp-block-group h4 {
	margin: 0 !important;
}
.post-name-consulting .wp-block-group h4 span {
	color: #009cc5;
}
.post-name-consulting .wp-block-group p {
	margin-top: 10px !important;
}
.post-name-consulting .arrow-img {
	margin: 15px 0;
}
.post-name-consulting .arrow-img img {
    width: 60px;
    height: 20px;
}
body:not(.home):not(.single) #main .vk_post-postType-post {
	border: none;
	border-top: 1px solid #dcdcdc;
	border-radius: 0;
	padding-top: 28px;
	margin-bottom: 10px;
}
body:not(.home):not(.single) #main .vk_post-postType-post:first-child {
	border-top: none;
	padding-top: 0;
}
body:not(.home):not(.single) #main .vk_post-postType-post:last-child {
	margin-bottom: 0;
}
body:not(.home):not(.post-name-consulting):not(.post-name-subcommittee):not(.parent-pageid-1081):not(.single) #main .vk_post-postType-post:last-child {
	border-bottom: 1px solid #dcdcdc;
}
@media (min-width: 768px) {
	body:not(.home):not(.post-name-consulting):not(.post-name-subcommittee):not(.parent-pageid-1081):not(.single) #main .vk_post-postType-post:last-child {
		padding-bottom: 10px;
	}
}

body:not(.home):not(.single) #main .vk_post-postType-post .row,
body:not(.home):not(.single) #main .vk_post-postType-post .card-horizontal-inner-row {
	justify-content: space-between;
}
body:not(.home):not(.single) #main .vk_post-postType-post .col-5 {
    flex: 0 0 35%;
    max-width: 35%;
}
body:not(.home):not(.single) #main .vk_post-postType-post .col-7 {
	flex: 0 0 61%;
    max-width: 61%;
}
.vk_post-postType-post:not(.has-post-thumbnail) .card-img-outer {
	display: none;
}
body:not(.home):not(.single) #main .vk_post-postType-post:not(.has-post-thumbnail) .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
}
body:not(.home):not(.single) #main .vk_post-postType-post .vk_post_title {
	font-size: 18px !important;
}
body:not(.home):not(.single) #main .vk_post-postType-post .vk_post_body {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
    padding-bottom: 50px;
}
body:not(.home):not(.single) #main .vk_post-postType-post .vk_post_imgOuter {
	height: 160px;
}
body:not(.home):not(.single) #main .vk_post-postType-post .vk_post_btnOuter {
	width: 100%;
}
.vk_post_btnOuter .vk_post_btn {
	border: none;
	padding: 5px 18px;
}
body:not(.home):not(.single) #main .vk_posts-postType-post .vk_post .vk_post_title {
    margin-top: 8px !important;
}
body:not(.home):not(.single) #main .vk_posts-postType-post .vk_post_date {
    margin-top: 0.3rem;
}
body:not(.home):not(.single) #main .vk_posts-postType-post .vk_post .vk_post_excerpt {
    margin: 10px 0 !important;
}

.post-name-subcommittee #main h4 {
	margin: 22px 0 !important;
}
.post-name-subcommittee #main h4 + p {
	margin-top: 0 !important;
}

.wp-block-image figcaption {
	text-align: left;
    margin-top: 0.9em;
	margin-bottom: 0;
}
.wp-block-vk-blocks-grid-column-item p:last-child {
	margin-bottom: 0;
}

.single-column .entry-header .column_author {
	margin-top: -20px !important;
    font-size: 14px;
}
.single .entry-header .entry-meta {
	margin-top: -20px;
}
.single .entry-header {
	margin-bottom: 40px;
}
.single-column .next-prev {
/* .single-column .entry-footer { */
	display: none;
}
.single-column .column_profile {
	margin-top: 75px !important;
	margin-bottom: 18px;
}

.sub-section .vk_post {
    align-items: center;
}
.sub-section .vk_post:first-child {
    border-top: none;
}
.sub-section .vk_post .media-img {
    width: 80px;
    height: 80px;
}
.sub-section .widget_media .sub-section-title {
    margin-bottom: 0;
}
.sub-section .widget_media,
.sub-section .widget_vkexunit_post_list {
	margin-bottom: 48px;
}

.lead_in_archive {
	margin-bottom: 65px;
}
.border_in_lead_in_archive {
    border: 1px solid #dcdcdc;
    padding: 22px 30px;
	margin-top: 40px;
}
.border_in_lead_in_archive p:last-child {
	margin-bottom: 0;
}

body.archive #main>.vk_posts>.media.vk_post-col-sm-12:first-child,
body.blog #main>.vk_posts>.media.vk_post-col-sm-12:first-child {
    border-top: none;
}
body.archive .vk_post-btn-display.media .vk_post_body,
body.blog .vk_post-btn-display.media .vk_post_body {
    padding-bottom: 40px;
}
body.archive .site-body,
body.blog .site-body,
body.single .site-body {
	padding-bottom: 95px;
}
.post-type-column:not(.single) #main .vk_post .media-img {
    width: 160px;
    height: 160px;
}

/*
.vk_post_title_new {
	display: none;
}
*/

.pagination {
    margin-top: 3rem;
}

.post-name-magazine .vk_gridColumn_item:nth-child(1) {
    flex: 0 0 35%;
    max-width: 35%;
}
.post-name-magazine .vk_gridColumn_item:nth-child(2) {
    flex: 0 0 65%;
    max-width: 65%;
}

.single .entry-footer .entry-meta-data-list:nth-child(n + 2) {
	display: none;
}

.next-prev .card {
	border-radius: 0;
    border: none;
}
.card-intext .card-intext-inner .vk_post_body {
    background-color: rgba(0,156,197,.8);
}
.entry-meta-data-list dt {
    color: #009cc5;
    background-color: #d9f0f6;
    border-radius: 0;
    padding: 4px 11px;
    min-width: 0;
}
.single .entry-footer {
    margin-top: 90px;
}

.widget_vkexunit_post_list .veu_postList .postList_miniThumb .postList_body {
    display: flex;
    flex-direction: column;
}
.widget_vkexunit_post_list .veu_postList .postList_miniThumb .postList_title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 0;
}
.widget_vkexunit_post_list .veu_postList .postList_date {
    font-size: var(--vk-font-size-xs);
    margin-top: 0.4rem;
    color: var(--vk-color-text-light);
}
.widget_vkexunit_post_list .veu_postList .postList_miniThumb .postList_thumbnail a {
    width: 80px;
    height: 80px;
	border: none;
}
.widget_vkexunit_post_list .veu_postList .postList_miniThumb .postList_item {
	display: flex;
    align-items: center;
}

body.blog #main .vk_gridColumn_item,
body.archive #main .vk_gridColumn_item {
    padding-right: 5px;
    padding-left: 5px;
}
body.blog #main .vk_gridColumn_item:first-child,
body.archive #main .vk_gridColumn_item:first-child {
    padding-left: 15px;
}
body.blog #main .vk_gridColumn_item:last-child,
body.archive #main .vk_gridColumn_item:last-child {
    padding-right: 15px;
}

.post-type-archive-info-list .vk_post_imgOuter,
.post-type-archive-release .vk_post_imgOuter {
	display: none;
}

.single-info-list .next-prev,
.single-release .next-prev {
	margin-top: 90px;
}

.table1_in_recruitment th:nth-child(1) {
	width: 58%;
}
.table1_in_recruitment th:nth-child(n + 2) {
	width: 14%;
}

.group_in_contact {
	padding: 28px 28px 30px 28px;
}
.telbtn_in_contact a {
    font-size: 20px !important;
    font-weight: bold;
}


.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="password"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="url"],
.mw_wp_form input[type="number"],
.mw_wp_form textarea {
	margin-top: 5px;
	background-color: #f5f5f5;
	padding: 1em;
}


.mwform_input_only,
.mwform_confirm_only,
.mwform_complete_only {
	display: none;
}

.mw_wp_form_input .mwform_input_only {
	display: block;
}
.mw_wp_form_confirm .mwform_confirm_only {
	display: block;
}
.mw_wp_form_complete .mwform_complete_only {
	display: block;
}

.grecaptcha-badge {
	visibility: hidden;
}
.recaptcha_policy {
    padding: 0;
	margin: 40px 0 0;
    font-size: 12px !important;
    color: #444 !important;
    text-align: left;
}

.mw_wp_form .label_name {
	font-weight: bold;
    border-left: solid 14px #80cde2;
    padding-left: 3px;
}
.mw_wp_form .require {
	color: #cc0000;
	font-weight: bold;
}
.mw_wp_form textarea {
	resize: none;
	line-height: 1.35em;
}
.mw_wp_form .mail_link_in_contact {
	font-size: 17px;
}

.mw_wp_form input[type=submit] {
    width: 100%;
    margin-top: 40px;
    border-radius: 0;
    padding: 15px 0;
    display: block;
	font-size: 20px;
    font-weight: bold;
	font-family: Lato,'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.mw_wp_form input[type=submit]:hover {
	opacity: 0.6;
	transition: 0.15s;
	background-color: var(--vk-color-primary);
}
.mw_wp_form .mwform-radio-field input {
    margin-left: 0;
    margin-right: 0;
}
.mw_wp_form .p_before_radiobtn {
	margin-bottom: 10px;
}
.mw_wp_form .jippi_in_contact,
.mw_wp_form .sanka_in_contact {
	display: flex;
	align-items: center;
}
.mw_wp_form .jippi_in_contact {
	margin: 15px 0;
}
.mw_wp_form .sanka_in_contact {
	margin-bottom: 10px;
}
.mw_wp_form .jippi_in_contact span,
.mw_wp_form .sanka_in_contact span {
	white-space: nowrap;
	margin-right: 10px;
}
.mw_wp_form .jippi_in_contact input,
.mw_wp_form .sanka_in_contact input {
	margin: 0;
}
.mw_wp_form .kouen_box_in_contact {
	border: 1px solid #dcdcdc;
	padding: 25px;
    margin-top: 25px !important;
}
.mw_wp_form hr {
    border-bottom: none;
	margin: 30px 0 !important;
}
.mw_wp_form .consultation_menu {
	margin: 0 !important;
}
.mw_wp_form .consultation_menu input,
.mw_wp_form .consultation_menu textarea {
	margin-bottom: 0;
}
.mw_wp_form .title_date {
	display: block;
	margin-bottom: 5px;
}
.mw_wp_form .input_date {
	display: flex;
    align-items: center;
}
.mw_wp_form .input_date input {
	margin-top: 0;
}
.mw_wp_form .input_date select {
	margin: 0;
    padding: 1em;
	background-color: #f5f5f5;	
}
.mw_wp_form .suffix_date {
	margin: 0 10px;
}
.mw_wp_form .suffix_date_last {
	margin-right: 0;
}
.mw_wp_form .sanka_in_contact_subtitle {
    margin-top: 20px;
    margin-bottom: 5px;
}
.mw_wp_form {
	margin-top: -130px !important;
    padding-top: 130px;
}
.mw_wp_form h2.mwform_confirm_only:first-child {
	margin-top: 0 !important;
}
.mw_wp_form_input .agree_check {
	color: #cc0000;
}
.mw_wp_form_confirm .zip_title {
	display: inline;
}
.mw_wp_form_confirm .submit_btn {
	display: flex;
    justify-content: space-between;
}
.mw_wp_form_confirm .submit_btn input[type="submit"] {
	width: 48%;
}
.mw_wp_form_confirm .kouen_box_in_contact {
	border: none;
	padding: 0;
	margin: 0 !important;
}
.mw_wp_form_confirm .kouen_box_in_contact span {
	display: none;
}
.mw_wp_form_confirm .jippi_in_contact {
    margin: 0;
}
.mw_wp_form_confirm .p_before_radiobtn,
.mw_wp_form_confirm .p_menu_radiobtn {
	margin-bottom: 0;
}
.mw_wp_form_confirm hr {
    border-bottom: none;
    border-top: none;
    margin: 12px 0 !important;
}
.mw_wp_form_confirm .suffix_date {
    margin: 0;
}
.mw_wp_form_confirm .title_date {
    margin-bottom: 0;
}
.mw_wp_form_confirm .sanka_in_contact {
    margin-bottom: 0;
}
.mw_wp_form .sanka_in_contact_subtitle {
    margin-bottom: 0;
}

.post-name-contact-confirm #breadcrumb,
.post-name-support-contact-confirm #breadcrumb,
.post-name-contact-thanks #breadcrumb,
.post-name-support-contact-thanks #breadcrumb {
    position: relative;
    z-index: 100;
}

.single-post .next-prev .vk_post:not(.has-post-thumbnail) .vk_post_imgOuter {
	background-image: url(/wp-content/uploads/2022/11/img_noimage.jpg) !important;
}

.page_top_btn {
	z-index: 98;
}

.category-business-support .vk_posts {
	margin-top: 80px;
}

.wp-block-table td,
.wp-block-table th {
    border-color: var(--vk-color-border-hr);
}

.list_like_p {
	padding: 0;
	margin-top: 0 !important;
    margin-bottom: var(--vk-margin-element-bottom);
	padding-left: 1em;
}
ul.list_like_p {
	list-style-type: none;
}
.list_like_p li {
	margin: 0;
	line-height: var(--vk-line-height);
}
ul.list_like_p li {
	text-indent: -1em;
}
.list_like_p + p {
	margin-top: 0 !important;
}
.list_like_p_with_mt {
	margin-top: var(--vk-margin-element-bottom) !important;
}
.list_with_margin li {
	margin-bottom: 1em;
}
.list_indent_1_5 {
	padding-left: 1.5em !important;
}
.list_indent_1_5 li {
	text-indent: -1.5em !important;
}


.site-body-bottom {
	background-color: #f5f5f5;
}
.site-body-bottom .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 100px;
}
.site-body-bottom .container > aside {
    width: 48%;
}
.home .site-body-bottom .container > aside {
    margin-bottom: 100px;
}
body:not(.home) .site-body-bottom {
    display: none;	
}

.buttons_in_report .vk_button_link.btn {
	padding: 0.6em 1rem;
}
@media (min-width: 768px) {
	body.blog #main .buttons_in_report .vk_gridColumn_item {
		padding-right: 4px;
		padding-left: 4px;
	}

	#outer1 .vk_gridColumn .vk_post.card:nth-child(2) {
	    border-top: none;
	}
	#outer1 .vk_gridColumn .vk_posts .vk_post-col-md-6 {
		width: 100%;
        padding: 0;
	}
	#outer1 .vk_gridColumn .vk_posts .vk_post-col-md-6 .card-body {
		padding: 1.2rem 0;
	}
}

.movie-wrap iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

#global-nav #menu-item-3854,
#global-nav #menu-item-3855 {
	display: none;
}

/* 「DX推進フレームワーク（取り組み事例集付き）」ページ */
/*
.page-id-3626 .page-header-title,
.page-id-3640 .page-header-title,
.page-id-3641 .page-header-title {
	line-height: 1.1;
}
.title-sub {
	font-size: 20px;
}
@media (max-width: 767px) {
	.title-sub {
		font-size: 18px;
	}
}
*/

#floating-banner {
    position: fixed;
    right: 30px;
    bottom: 75px;
    z-index: 8;
    display: block;
}
#floating-banner a {
    display: block;
    width: 304px;
}
#floating-banner img {
    width: 100%;
}
#floating-banner button {
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: -13px;
    right: -13px;
    width: 40px;
	cursor: pointer;
}
#floating-banner a:hover,
#floating-banner button:hover {
    transition: opacity 0.3s;
    opacity: 0.8 !important;
}
@media (max-width: 767px) {
    #floating-banner {
        right: 15px;
        bottom: 70px;
        transition: bottom 0.2s;
    }
    #floating-banner a {
        width: 55vw;
        max-width: 320px;
    }
    #floating-banner button {
        top: -10px;
        right: -10px;
        width: 30px;
    }
}

html {
    scroll-padding-top: 150px;
}
@media (max-width: 991px) {
	html {
		scroll-padding-top: 30px;
	}
}
/*
html:has(body.post-name-dx-framework) {
    scroll-padding-top: 100px;
}
*/

/* 「全てのご相談事例紹介を見る」ボタン対応 */
html:has(body.category-business-support) {
    scroll-behavior: auto;
}

.dx-framework-contents {
	padding: 0;
    list-style: none;
    background-color: #f5f5f5;
    padding: 30px;
}
.dx-framework-contents ul {
    list-style: disc;
	color: #009cc5;
}
.dx-framework-contents > li {
	margin-top: 0;
	margin-bottom: 25px;
}
.dx-framework-contents > li:last-child {
	margin-bottom: 0;
}
.dx-framework-contents > li > a {
	font-size: 18px;
    font-weight: bold;
    line-height: 1.35em;
    padding: 0 0 0 6px;
    border-left: solid 20px #80cde2;
}
.dx-framework-contents > li > ul {
	margin-top: 13px;
}
.dx-framework-contents > li > ul > li {
	margin: 0;
}
.dx-framework-contents > li > ul > li:nth-child(n + 2) {
	margin-top: 5px;
}


.list_in_dx-framework {
	margin-top: 1.2em !important;
}
.list_in_dx-framework li::before {
	content: "●";
	color: #80cde2;
}
.list_in_dx-framework li {
	margin-top: 0;
	margin-bottom: 1.2em !important;
    line-height: 1.66;
}
.list_in_dx-framework li:last-child {
	margin-bottom: 0;
}

.table1_in_dx-framework thead {
	border-bottom: none;
    text-align: left;
}
.table1_in_dx-framework thead th:nth-child(1) {
	width: 24.28%;
}
.table1_in_dx-framework thead th:nth-child(2) {
	width: 37.86%;
}
.table1_in_dx-framework thead th:nth-child(3) {
	width: 37.86%;
}
.table1_in_dx-framework tbody td:first-child {
    font-weight: bold;
    text-indent: -1rem;
    padding-left: 2rem !important;
}

.point_title_in_dx-framework {
	margin-bottom: 1em !important;
    line-height: 1.15em !important;
}
.point_title_in_dx-framework + p {
	margin-top: 1em !important;
}

.olist_in_dx-framework {
	list-style: none;
	padding: 0;
	margin-top: 1.2em !important;
	margin-bottom: 1.2em !important;
}
.olist_in_dx-framework + p {
	margin-top: 1.2em !important;
}
.olist_in_dx-framework li {
    margin-top: .25em;
    margin-bottom: .25em;
}

body.post-name-dx-framework #form {
	margin-top: 0 !important;
}
body.post-name-dx-framework .site-body {
	padding-bottom: 0;
}
/*
.group_form_in_dx-framework {
	overflow-y: hidden;
}
*/

/*
.post-name-dx-framework-confirm form > p {
	margin-bottom: 0;
}
*/

body.post-name-dx-framework .mw_wp_form input[type="text"],
body.post-name-dx-framework .mw_wp_form input[type="email"],
body.post-name-dx-framework .mw_wp_form input[type="password"],
body.post-name-dx-framework .mw_wp_form input[type="tel"],
body.post-name-dx-framework .mw_wp_form input[type="url"],
body.post-name-dx-framework .mw_wp_form input[type="number"],
body.post-name-dx-framework .mw_wp_form textarea {
    background-color: #fff;
}

body.post-name-dx-framework .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 30px;
}

.purpose_radiobtn_in_dx-framework {
	margin-bottom: 0;
}
.purpose_radiobtn_in_dx-framework .mwform-radio-field:last-of-type,
.purpose_radiobtn_in_dx-framework .mwform-checkbox-field:last-of-type {
	margin-left: 0 !important;
    margin-top: 10px;
    display: block;
}

.title_before_radiobtn {
	margin-bottom: 12px;
}

.agree_checkbox_in_dx {
	margin-top: 40px;
	margin-bottom: 45px;
}

body.post-name-dx-framework-confirm .title_before_radiobtn {
	margin-bottom: 0;
}
body.post-name-dx-framework-confirm .submit_btn {
	margin-top: 10px !important;
}

.btn_in_dx-download {
	margin-top: -32px;
}
.btn_in_dx-download a {
    height: 60px;
    font-weight: bold;
    justify-content: flex-start;
    padding-left: 180px !important;
    position: relative;
}
.img_in_dx_download {
	max-width: 92%;
	position: relative;
    z-index: 10;
}

body.post-name-dx-framework .mw_wp_form .mwform-radio-field input {
    margin-right: 5px;
}

body.category-business-support.paged-2 .business-support-block {
	display: none;
}
body.category-business-support {
	overflow-y: hidden;
}

h1.archive-header-title {
    font-size: 24px;
    border-bottom: solid 1px #009cc5;
    padding-bottom: 10px;
    margin-bottom: 50px;
}


/* 2025.06 */
footer #custom_html-12 .textwidget > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 142px;
    height: 142px;
    background-color: #fff;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 12px;
}
footer #custom_html-12 .textwidget > div > img {
	margin-top: 3px;
	width: 52px;
}
footer #custom_html-12 .textwidget > div > p {
	color: #000;
    margin-top: 4px;
    margin-bottom: 0;
    line-height: 1.33333;
}


/* 2025.11.06 */
.wp-block-vk-blocks-outer.vk_outer {
	isolation: auto;
}
.single-column .entry-meta-data-list--column_author {
	display: none !important;
}
.single-column .entry-meta-data-list--column_category {
	display: block !important;
}
.vk_post-postType-column .vk_post_body {
	visibility: hidden;
}
.vk_post_taxonomy-column_category {
	margin-bottom: 10px;
}
@media (min-width: 992px) {
	.post-type-column .post-list > div {
		width: calc(50% - 30px);
	}
	.post-type-column .lead_in_archive {
    	margin-bottom: 45px;
	}
	.post-type-column .lead_in_archive p {
		text-align: center !important;
	}
	.post-type-column .border_in_lead_in_archive {
		margin-top: 50px;
	    margin-bottom: 5px;
	}
	.post-type-column h1.archive-header-title {
		margin-bottom: calc(50px - 1.8rem);
	}
}
.vk_post-postType-column .vk_post_excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.category-menu-wrapper {
	position: relative;
	margin-bottom: 45px;
}
@media (min-width: 992px) {
	.category-header-column {
		margin-bottom: 12px !important;
        line-height: 1.05 !important;
	}
	.category-menu-wrapper {
		margin-top: 0 !important;
	}
}
.category-menu-wrapper--open {
	z-index: 1002;
}
.category-toggle-btn {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	width: 100%;
    height: 70px;
	background: #d9f0f6;
	padding: 20px 20px;
	border: none;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
.category-bar--open {
	z-index: 1003;
}
.category-bar-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
	width: 30px;
}
.category-bar {
    display: block;
    width: 100%;
    transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    margin-bottom: 9px;
	height: 1px;
	background-image: linear-gradient(to right, #000, #000);
	background-repeat: no-repeat;
	background-size: 100% 1px;
}
.category-bar:last-child {
    margin-bottom: 0;
}
.category-bar--open .category-bar {
	position: absolute;
}
.category-bar--open .category-bar-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.category-bar--open .category-bar-mid {
	display: none;
}
.category-bar--open .category-bar-btm {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.category-overlay {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1001;
}
.category-accordion-wrapper {
	display: none;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #fff;
}
@media (min-width: 992px) {
	.category-accordion-wrapper {
		box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	}
}
.category-accordion {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 23px;
    padding: 25px 30px 35px;
}
.category-list {
	width: 50%;
	margin: 0;
}
.category-list > a {
    text-decoration: none !important;
    color: #333333;
	font-size: 18px;
    font-weight: bold;
}
.category-list > a > i {
	color: #009cc5;
}
.subcategory-list {
	list-style: none;
	padding: 0;
    margin-top: 12px;
    margin-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.subcategory-list > li {
	margin: 0;
}
.subcategory-list a {
	display: inline-block;
	padding: 6px 14px;
	background-color: #009cc5;
	color: #fff;
	font-size: 0.9rem;
	text-decoration: none !important;
	border: 1px solid #009cc5;
}
.subcategory-list a:hover,
.subcategory-list a.active {
	text-decoration: none !important;
	background-color: #d9f0f6;
	color: #009cc5;
	opacity: 1 !important;
}





/* 2025.11.16 */
@media (min-width: 1200px) {
	#category-accordion-wrapper.show,
	#category-accordion-wrapper .category-accordion {
		height: 370px;
	}
}
@media (min-width: 992px) {
	.category-menu-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #d9f0f6;
	}
	.category-toggle-btn {
		width: 22%;
	}
	.category-menu-list {
		display: flex;
		justify-content: flex-start;
		width: 100%;
		margin: 0;
		padding: 0 26px;
	}
	.category-menu-list li {
		list-style: none;
		margin: 0;
	}
	.category-menu-list a {
		text-decoration: none !important;
		font-size: 16px;
		font-weight: bold;
		color: #000;
		height: 42px;
		padding: 0 44px;
		display: flex;
		align-items: center;
	}
	.category-toggle-btn {
		background: transparent;
	}
	.category-bar-separator {
		/* display: block; */
		display: none;
		width: 100%;
		width: 1px;
		height: 50px;
		background-image: linear-gradient(to bottom, #fff, #fff);
		background-repeat: no-repeat;
		background-size: 1px 100%;
	}
	.category-accordion {
		background: #ebf7fa;
	}
	.subcategory-list a:hover,
	.subcategory-list a.active {
		background-color: #fff;
	}

	.category-accordion-wrapper {
		z-index: 1005;
	}
	.category-accordion-wrapper--children {
		width: calc(50% + 30px);
	}
	.category-accordion-wrapper--children .category-list {
		width: 100%;
	}
	.category-accordion-wrapper--children,
	.category-accordion-wrapper--children .category-accordion {
		height: auto;
	}
	#category-accordion-wrapper2 {
		left: 161px;
	}
	#category-accordion-wrapper3 {
		left: 372px;
	}
	#category-accordion-wrapper4,
	#category-accordion-wrapper5,
	#category-accordion-wrapper6 {
		left: 525px;
	}

	/*
	.category-accordion-wrapper {
		overflow: hidden;
		opacity: 0;
		transition: opacity .35s ease;
		will-change: opacity, transform;
		pointer-events: none;
	}
	.category-accordion-wrapper.show {
		opacity: 1;
		pointer-events: auto;
	}
	@media (prefers-reduced-motion: reduce) {
		#category-accordion-wrapper {
			transition: none;
			transform: none;
		}
	}
	*/

}
@media (max-width: 1199px) and (min-width: 992px) {
	#category-accordion-wrapper.show,
	#category-accordion-wrapper .category-accordion {
		height: 460px;
	}
	.category-toggle-btn {
		width: 25%;
	}
	.category-menu-list {
		padding: 0 21px;
	}
	.category-menu-list a {
		padding: 0 30px;
	}
	#category-accordion-wrapper2 {
		left: 114px;
	}
	#category-accordion-wrapper3 {
		left: 297px;
	}
	#category-accordion-wrapper4,
	#category-accordion-wrapper5,
	#category-accordion-wrapper6 {
		left: 435px;
	}
}

.single-column .entry-meta-data-list--column_category {
	border-top: 1px solid #dcdcdc;
    margin-top: 95px;
    padding-top: 47px;
}
@media (max-width: 991px) {
	.category-accordion {
	    padding: 25px 30px 32px;
	}
	.category-accordion-wrapper.show,
	.category-accordion {
		height: auto;
	}
	.category-accordion {
		row-gap: 13px;
	}
	.category-list {
		width: 100%;
	}
	.category-list > a {
	    font-size: 16px;
	}
	.subcategory-list {
	    margin-top: 11px;
	}
	.post-type-column h1.archive-header-title {
        margin-bottom: calc(40px - 1em);
    }
	.post-type-column .main-section {
		margin-bottom: 5px !important;
	}
}
@media (max-width: 767px) {
	.category-toggle-btn {
	    font-size: 18px;
	}
	.category-accordion {
	    padding: 15px 15px 22px;
	}
	.subcategory-list a {
	    font-size: 12px;
	}
	.category-menu-wrapper {
		margin-bottom:30px;
	}
	.single-column .entry-meta-data-list--column_category {
		margin-top: 45px;
		padding-top: 28px;
	}
}


.accordion_in_consulting.vk_faq {
	border: none;
}
.accordion_in_consulting.vk_faq .vk_faq_title {
    background-color: var(--vk-color-primary);
    color: #fff;
    padding: 13px 30px !important;
	border-right: 50px solid #66c4dc !important;
}
.accordion_in_consulting.vk_faq .vk_faq_title > p {
	line-height: 1.35em;
}
.accordion_in_consulting.vk_faq .vk_faq_title:before,
.accordion_in_consulting.vk_faq .vk_faq_content:before {
	content: none;
}
.accordion_in_consulting.vk_faq .vk_faq_title:after {
	right: 0;
    top: 44%;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}
.accordion_in_consulting.vk_faq .vk_faq_content {
	padding: 30px 0 0 0;
	margin-bottom: 0;
}
.accordion_in_consulting.vk_faq .vk_faq_content-accordion-close {
	padding-top: 0;
    padding-bottom: 0;
}
/*
@media (min-width: 992px) {
	.accordion_in_consulting.vk_faq .vk_faq_title:hover {
		opacity: 0.8;
		transition: 0.2s;
	}
}
*/
@media (max-width: 767px) {
	.accordion_in_consulting.vk_faq .vk_faq_title {
    	padding: 10px 17px !important;
	}
}





@media (min-width: 992px) {
	.site-header {
		position: fixed;
	}
	.swiper-container,
	.page-header {
		margin-top: 100px;
	}
	.site-header--layout--nav-float .site-header-logo {
		width: 125px;
		margin: 0;
		margin-left: 15px;
	}
	.global-nav--layout--float-right {
		margin-left: 60px;
		margin-right: 15px;
		width: 925px !important;
		padding-left: 4px;
	    box-sizing: border-box;
	}
	.device-pc .global-nav-list>li>a {
		padding: 14px 0;
	}
	.device-mobile .global-nav-list>li {
		padding: 14px 0;
	}
	.site-header--layout--nav-float .site-header-container {
		padding: 0;
	}
	.global-nav-list {
		justify-content: space-between;
		width: 100%;
	}
	.device-mobile .global-nav-list .acc-btn {
		right: -23px;
		top: 15px;
		color: #fff;
		background: var(--vk-menu-acc-icon-open-white-bg-src) center 50% no-repeat;
	}
	/* サイドバー Facebook */
	#custom_html-10 {
		height: 492px;
	}
}

@media (max-width: 1199px) {
	.global-nav--layout--float-right {
		margin-left: 0;
		width: 800px !important;
	}
	.header-top-btn-wrap2 {
		width: 960px;
	}
	.header-top-btn {
		margin-left: 0;
		width: 796px;
	}
	.header-top-btn li:nth-child(1) {
		margin-right: 0;
	}
	.header-top-btn li:nth-child(2) {
		width: 230px;
	}
	header .searchform .gsc-input {
	    width: 185px;
	}
	.header-top-btn {
		margin-right: 20px;
	}
	#outer2 .vk_button {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.header-top-btn-wrap {
		display: none;
	}
	.site-header-logo img {
		opacity: 0;
	}
	.site-header-logo {
		background-image: url(/wp-content/uploads/2022/10/logo_cio-lounge_sp.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height: 34px;
		padding-top: 0;
	    margin: 13px 0;
	}
	.site-header-logo a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.site-header {
    	background-color: #ffffff;
	}
	.mobile-fix-nav {
		background-color: rgba(0, 0, 0, 0.8) !important;
	}
	.vk-mobile-nav {
		background-color: #000000;
	}
	.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
		color: #ffffff;
		border-color: #444444;
	}
	.vk-mobile-nav nav>ul {
		border-color: #444444;
	}
	.vk-menu-acc .acc-btn {
		border-radius: 0;
		background: var(--vk-menu-acc-icon-open-white-bg-src) center 50% no-repeat;
		background-color: #009cc5;
	}
	.vk-menu-acc .acc-btn-close {
		background: var(--vk-menu-acc-icon-close-white-bg-src) center 50% no-repeat;
		background-color: #009cc5;
	}
	.vk-menu-acc > li.menu-item>a {
		font-weight: bold;
	}
	.vk-menu-acc .sub-menu > li.menu-item>a {
		/* color: #999999; */
		color: #ffffff;
	}
	#custom_html-6,
	#vkexunit_button-2 {
		margin-bottom: 10px;
	}
	/* #vkexunit_button-2 { */
	#vkexunit_button-3 {
		margin-bottom: 38px;
	}
	#vkexunit_banner-2,
	#vkexunit_banner-3 {
		display: inline-block;
	}
	#vkexunit_banner-2 a,
	#vkexunit_banner-3 a {
		text-align: left;
		margin-left: 0.5em;
	}
	#vkexunit_banner-3 a {
		margin-left: 0.7em;
	}
	#vkexunit_banner-2 img,
	#vkexunit_banner-3 img {
		width: 30px;
	}
	.mobile-fix-nav_add_menu_btn .vk-mobile-nav {
		padding-top: 18px;
	}
	footer {
		text-align: center;
	}
	footer .col-md-6:nth-child(2),
	footer #menu-item-1139,
	footer #menu-item-1144,
	footer #menu-item-1145,
	footer #menu-item-3851,
	footer #menu-item-3853 {
		display: none;
	}
	footer .col-md-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	footer .menu {
	    border-top: 1px solid #444444;
	}
	.site-footer .widget_nav_menu .menu > li > a {
		font-size: 14px;
		margin-bottom: 0;
	    padding: 12px 0;
		border: none;
	}
	.site-footer .widget_nav_menu .menu > li {
		margin-bottom: 0;
	    border-bottom: 1px solid #444444;
	}
	.site-footer .footer_supported {
		margin-top: 12px;
		margin-bottom: 12px;
	}
	footer .widget_wp_widget_vkexunit_profile {
		margin-bottom: 10px !important;
	}
	footer .widget_sp_image img {
		max-width: 290px !important;
	}
	.site-footer-content {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	#vk-mobile-nav {
		overflow-x: hidden;
	}
	.site-body {
	    padding-top: 45px;
		padding-bottom: 45px;
	}
	body.archive .site-body,
	body.blog .site-body,
	body.single .site-body {
		padding-bottom: 45px;
	}
	body:not(.post-name-dx-framework) .main-section {
		margin-bottom: 45px;
	}
	.post-name-member .main-section,
	.post-name-contact .main-section,
	.post-name-contact-confirm .main-section,
	.post-name-support-contact .main-section,
	.post-name-support-contact-confirm .main-section {
		margin-bottom: 50px;
	}
	
	.btn_in_dx-download a {
		padding-left: 70px !important;
	}
	
	/* 2025.06 */
	footer #custom_html-12 .textwidget > div {
		margin-left: auto;
		margin-right: auto;
	}
	footer #custom_html-12 .textwidget > p {
		margin-bottom: 25px;
	}
}
@media (max-width: 991.98px) {
    body.post-name-dx-framework .main-section {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) and (min-width: 767px) {
	.sub-section img {
		max-width: 50% !important;
	}
	.sub-section .widget_sp_image,
	.sub-section .widget_custom_html {
		text-align: center;
	}
}

@media (max-width: 767px) {
	#outer1 {
		margin-top: -50px;
	}
	#outer1 .wp-block-group__inner-container {
		padding: 0 15px;
	}
	.heading-en {
		font-size: 42px;
	}
	.heading-ja {
    	font-size: 18px;
		margin-top: -4px;
	}
	#outer1 .vk_post.card:nth-child(2) {
    	border-top: none;
	}
	.vk_button_link_txt {
		font-size: 14px;
	}
	.vk_gridColumn_item:nth-child(n + 2) {
		margin-top: 40px;
	}
	#outer3 .vk_gridColumn_item:nth-child(n + 2),
	#outer5 .vk_gridColumn_item:nth-child(n + 2) {
		margin-top: 10px;
	}
	#outer2 .vk_button {
		margin-top: 30px;
	}
	#outer2 .name_in_greeting strong {
		font-size: 18px;
	}
	#outer3 p.has-text-align-center,
	#outer4 p.has-text-align-center,
	#outer6 p.has-text-align-center,
    #outer_book p.has-text-align-center {
	    text-align: justify !important;
	    text-justify: inter-ideograph !important;
	}
	.site-footer-content {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	footer .widget_sp_image img {
		max-width: 100% !important;
	}
	#outer4 .row,
	#outer6 .row {
	    align-items: center;
	}
	#outer6 .col-5,
	#outer4 .col-5 {
		flex: 0 0 29%;
		max-width: 29%;
	}
	#outer6 .col-7,
	#outer4 .col-7 {
		flex: 0 0 71%;
		max-width: 71%;
	}
	#outer6 .card-body,
	#outer4 .card-body {
		padding: 8px 30px 5px 10px !important;
	}
	#outer6 .card-body {
		padding-top: 0 !important;
	}
	#outer6 .vk_post.card:nth-child(2),
	#outer4 .vk_post.card:nth-child(2) {
		border-top: none;
	}
	#outer6 .vk_post_btnOuter,
	#outer4 .vk_post_btnOuter {
		height: 30px;
		top: 50%;
		transform: translateY(-50%);
	}
    #outer_book h2 {
        line-height: 1.1;
        margin-top: 10px;
    }
    #outer_book .h3_in_book_top {
        font-size: 16px;
        padding: 6px 0;
    }
    #outer_book .column1_1_in_book_top,
    #outer_book .column1_2_in_book_top {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #outer_book .column1_1_in_book_top figure,
    .column2_in_book_article figure {
        max-width: 70%;
        margin: 0 auto;
    }
    #outer_book .column1_2_in_book_top {
        margin-top: 27px;
    }
    #outer_book .column1_2_in_book_top .vk_button_link {
        margin-top: 24px;
    }
    #outer_book .column2_in_book_top {
        margin-top: 30px;
    }
    .column1_in_book_article,
    .column2_in_book_article {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column2_in_book_article {
        margin-top: 30px !important;
    }
    .author_in_book_article .vk_gridColumn_item:nth-child(n + 2) {
        margin-top: 0;
    }

	.page-header-title,
	h1.page-header-title {
		font-size: 24px;
	}
	body:not(.home) #main h2.is-style-vk-heading-plain, .single h1.entry-title {
		font-size: 20px;
	}
	body:not(.home):not(.blog):not(.archive) #main p+:not(p):not(h2):not(h3):not(h4) {
		margin-top: 25px;
	}
	#main p+figure {
	    margin-top: 40px !important;
	}
	body:not(.home):not(.blog):not(.archive) #main :not(p)+p {
		margin-top: 40px;
	}
	body:not(.home):not(.blog):not(.archive) #main .list_with_border+p {
		margin-top: 25px;
	}
	body:not(.home) #main h2.is-style-vk-heading-plain,
	.single h1.entry-title {
		margin-top: 40px;
	}
	.list_with_border {
	    padding: 20px 14px;
	}
	.list_with_border li,
	.list_with_dot li,
	.list_with_indent li {
	    line-height: 1.75em;
		margin-top: 0;
	    margin-bottom: 0;
	}
	body:not(.home) #main h3.is-style-vk-heading-plain {
		font-size: 18px;
	}
	body:not(.home) #main h4.is-style-vk-heading-plain {
		font-size: 16px;
	}
	.post-name-officers-employeesmember .row,
	.column_profile .row {
		display: block;
	}
	.post-name-officers-employeesmember .vk_gridColumn_item:nth-child(1),
	.column_profile .vk_gridColumn_item:nth-child(1) {
		max-width: 50%;
	}
	.post-name-officers-employeesmember .vk_gridColumn_item:nth-child(2),
	.column_profile .vk_gridColumn_item:nth-child(2) {
		max-width: 100%;
		margin-top: 17px;
	}
	.column_profile .vk_gridColumn_item:nth-child(2) {
		margin-top: 25px;
		width: 100%;
	}
	.column_profile .vk_gridColumn_item:nth-child(2) h4 {
	    margin-bottom: 20px !important;
	}
	.post-name-officers-employeesmember .vk_gridColumn {
		margin-bottom: 45px;
	}
	.post-name-member .site-body #main li {
		margin-bottom: 0.8em;
	}
	.post-name-member #main table th,
	.post-name-member #main table td,
	.post-name-recruitment #main table th,
	.post-name-recruitment #main table td,
	.post-name-collaborating #main table th,
	.post-name-collaborating #main table td {
	    padding: 0.88rem 0.6rem !important;
	}
	.post-name-member .site-body .member_image li {
        width: 33.333%;
		margin-top: 16px;
	}
	.post-name-member .site-body .member_image li:nth-child(-n+3) {
		margin-top: 0;
	}
	.post-name-consulting .column1_consulting .vk_gridColumn_item {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 16px 16px;
	}
	.post-name-consulting .column1_consulting .vk_gridColumn_item:nth-child(n + 2) {
	    margin-top: 15px;
	}
	.post-name-consulting .column1_consulting li {
		margin-top: 0;
		margin-bottom: 0;
	}
	body:not(.home):not(.single) #main .vk_post-postType-post .vk_post_title {
		font-size: 14px !important;
	}
	body:not(.home):not(.single) #main .vk_post-postType-post .vk_post_imgOuter {
		height: 80px;
	}
	body:not(.home):not(.single) #main .vk_posts-postType-post .vk_post .vk_post_excerpt,
	body:not(.home):not(.single) #main .vk_post-postType-release .vk_post_excerpt {
	    margin: 6px 0 2px 0 !important;
	}
	body:not(.home):not(.single) #main .vk_post-postType-post {
	    padding-top: 15px;
		margin-bottom: 15px;
	}
	/* .vk_post-btn-display.card .vk_post_btnOuter { */
	body:not(.home) .vk_post-btn-display.card .vk_post_btnOuter {
	    bottom: 0;
	}
	body:not(.home):not(.single) #main .vk_post-postType-post .vk_post_body {
	    padding-bottom: 33px;
	}
	.post-name-consulting .wp-block-group {
		padding: 16px 16px;
	}
	body.blog #main .vk_gridColumn_item,
	body.category #main .vk_gridColumn_item {
		padding-left: 15px;
		padding-right: 15px;
	}
	body.blog .vk_gridColumn_item:nth-child(n + 2),
	body.category .vk_gridColumn_item:nth-child(n + 2) {
		margin-top: 10px;
	}
	body.blog  #main .vk_post-postType-post:last-child,
	body.category  #main .vk_post-postType-post:last-child {
		padding-bottom: 15px;
	}
	.widget_vkexunit_post_list .veu_postList .postList_date {
		font-size: 13px;
	}
	.single .entry-footer {
		margin-top: 40px;
		margin-bottom: 50px;
	}
	.single .main-section {
		margin-bottom: 30px;
	}
	.post-name-magazine .vk_gridColumn_item {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.post-name-magazine #main .vk_gridColumn_item figure {
		max-width: 70%;
		margin: 0 auto;
	}
	.border_in_lead_in_archive {
		padding: 22px 16px;
	}
	.border_in_lead_in_archive a {
		font-size: 15px;
	}
	.lead_in_archive {
		margin-bottom: 35px;
	}
	.post-type-column:not(.single) #main .vk_post .media-img {
		width: 100px;
		height: 100px;
	}
	body.archive .vk_post-btn-display.media .vk_post_body,
	body.blog .vk_post-btn-display.media .vk_post_body {
		padding-bottom: 35px;
	}
	.single-column .entry-header .column_author {
		margin-top: -15px !important;
		font-size: 12px;
	}
	.single-column .column_profile {
		margin-top: 50px !important;
		margin-bottom: 45px;
	}
	.mw_wp_form .mail_link_in_contact {
		font-size: 15px;
	}
	.mw_wp_form input[type=submit] {
	    font-size: 18px;
	}
	.mw_wp_form_confirm .submit_btn {
	    display: block;
		margin-top: 45px;
	}
	.mw_wp_form_confirm .submit_btn input[type="submit"] {
		width: 100%;
		margin-top: 10px;
	}
	.post-name-support-contact .mw_wp_form .kouen_box_in_contact {
	    padding: 25px 16px;
	}
	.post-name-support-contact .mw_wp_form .input_date {
		flex-wrap: wrap;
	    gap: 10px;
	}
	.post-name-support-contact .mw_wp_form .input_date input,
	.post-name-support-contact .mw_wp_form .input_date select {
		width: 22%;
	}
	.post-name-support-contact .mw_wp_form .input_date .suffix_date {
		width: 4%;
		margin: 0;
	}
	.category-business-support .vk_posts {
		margin-top: 60px;
	}
	.category-business-support .archive-header + h3 {
		margin-top: 40px !important;
	}
	.home .site-body-bottom .container {
		padding-top: 40px;
		padding-bottom: 25px;
	}
	.home .site-body-bottom .container > aside {
		width: 100%;
		margin-bottom: 26px;
	}
	
	.dx-framework-contents {
    	padding: 20px 16px;
	}
	.dx-framework-contents > li > a {
        font-size: 16px;
        border-left: none;
        text-indent: -1.5em;
        padding-left: 1em;
        margin-left: 0.5em;
        display: block;
	}
	.dx-framework-contents > li > a::before {
		content: "";
		border-left: solid 18px #80cde2;
        margin-right: 0.5em;
	}
	
	.table1_in_dx-framework th,
	.table1_in_dx-framework td {
		font-size: 12px;
		padding: 0.88rem 0.70rem !important;
	}
	.table1_in_dx-framework tbody td:first-child {
		text-indent: -1rem;
		padding-left: 1.70rem !important;
	}
	.table1_in_dx-framework thead th:nth-child(1) {
		width: 27.50%;
	}
	.table1_in_dx-framework thead th:nth-child(2) {
		width: 36.25%;
	}
	.table1_in_dx-framework thead th:nth-child(3) {
		width: 36.25%;
	}

	.img1_in_dx-framework {
		overflow-x: scroll;
	}
	.img1_in_dx-framework img {
		max-width: 720px;
	}
	.radiobtn_in_dx-framework .mwform-radio-field,
	.radiobtn_in_dx-framework .mwform-checkbox-field {
		margin-left: 0 !important;
		margin-top: 10px;
		display: block;
	}
	.radiobtn_in_dx-framework .mwform-radio-field label input ,
	.radiobtn_in_dx-framework .mwform-checkbox-field label input {
		margin: 0;
        margin-right: 5px;
	}
	.radiobtn_in_dx-framework .mwform-radio-field label,
	.radiobtn_in_dx-framework .mwform-checkbox-field label {
	    display: flex;
	    align-items: center;
	}
	
	.title_before_radiobtn {
        border-left: none;
        text-indent: -1.3em;
        padding-left: 1em;
        margin-left: 0.3em;
        display: block;
	}
	.title_before_radiobtn::before {
		content: "";
		border-left: solid 14px #80cde2;
	}
	.mw_wp_form .title_before_radiobtn .label_name {
		border-left: none;
	}
	body.post-name-dx-framework-confirm .submit_btn {
		margin-top: 40px !important;
	}
	body.post-name-dx-framework-confirm .main-section {
        margin-bottom: 0;
    }
	body.post-name-dx-framework-confirm .site-body {
		padding-bottom: 0;
	}
	
	.img_in_dx_download {
	    max-width: 100%;
	}
	.btn_in_dx-download {
		margin-top: 10px;
	}
	
	.btn_in_dx-download a {
		justify-content: center;
		padding-left: 0 !important;
	}
	
	.post-name-dx-framework-download .site-body,
	.post-name-dx-framework-download-test .site-body {
		padding-bottom: 10px;
	}
	
	h1.archive-header-title {
		/* font-size: 22px; */
		font-size: 20px;
		padding-bottom: 8px;
	}
	
	/* 2025.06 */
	footer #custom_html-12 .textwidget > div {
		width: 132px;
		height: 132px;
	    gap: 2px;
		margin-bottom: 8px;
	}
	footer #custom_html-12 .textwidget p {
		font-size: 10px;
		line-height: 2;
	}
}
