/* WordPress Gallery
------------------------------------------ */

.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	float: none;
}

.gallery-columns-2 .gallery-item {
	width: 50%
}

.gallery-columns-3 .gallery-item {
	width: 33.3333%
}

.gallery-columns-4 .gallery-item {
	width: 25%
}

.gallery-columns-5 .gallery-item {
	width: 20%
}

.gallery-columns-6 .gallery-item {
	width: 16.6667%
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%
}

.gallery-columns-8 .gallery-item {
	width: 12.5%
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*.logged-in.admin-bar .l-header-variable,*/
/*.logged-in.admin-bar .l-header-minimal {*/
/*    top: 32px;*/
/*}*/

.logged-in.admin-bar .l-header,
.logged-in.admin-bar .l-header-variable,
.logged-in.admin-bar .c-slidebar-button {
	margin-top: var(--wp-admin--admin-bar--height) !important;
}

.mw_wp_form_confirm .u-hidden-mw-wp-confirm {
	display: none !important;
}

.mw_wp_form_confirm .c-forms__privacy {
	display: none !important;
}

.mw_wp_form_confirm #zipauto,
.mw_wp_form_confirm .c-forms__note,
.mw_wp_form_confirm .c-forms__block.is-privacy-policy {
	display: none !important;
}

.mw_wp_form_confirm .c-forms__privacy a,
.mw_wp_form_confirm .c-forms__block a {
	text-decoration: none !important;
	color: inherit !important;
	pointer-events: none !important;
}

.wp-embedded-content {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 16px;
	margin-bottom: 16px;
}


/*======　課題別に探す バナー 一旦非表示 ここから ======*/

.c-banner-seminar.is-document {
	display: none;
}

.single-issues .c-block-case-study-top {
	padding-top: 0;
}

/*======　課題別に探す バナー 一旦非表示 ここまで ======*/

/*======　パンくずリスト ここから ======*/

.c-breadcrumb span,
.c-breadcrumb a {
	color: #181F36;
	margin-right: 0;
}

.c-breadcrumb i {
	margin-left: 16px;
	margin-right: 16px;
}

.breadcrumb_last {
	color: #6A6A6A;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-breadcrumb i {
		margin-left: 6px;
		margin-right: 6px;
	}
}

/*======　パンくずリスト ここまで ======*/

.mw_wp_form .vertical-item + .vertical-item {
	margin-top: 0;
}

.c-block-column__text {
	font-size: 14px;
}

.c-block-column__image {
	width: 320px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-block-column__image .is-bgimg {
		padding-top: calc(180 / 335 * 100%);
	}
}

.c-block-column__content {
	min-height: 236px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-block-column__content {
		min-height: auto;
	}
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 8em;
	height: 8em;
}

.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 8px solid rgba(24, 31, 54, 0.2);
	border-right: 8px solid rgba(24, 31, 54, 0.2);
	border-bottom: 8px solid rgba(24, 31, 54, 0.2);
	border-left: 8px solid #181F36;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.c-anchor-nav__blocks.is-category .c-anchor-nav__block.is-active {
	background-color: #fff;
	color: #fff;
}

.c-anchor-nav__blocks.is-category .c-anchor-nav__block.is-active::before {
	width: 100%;
	background-color: #181F36;
}

.c-anchor-nav__blocks.is-category .c-anchor-nav__block.is-active::after {
	color: #FFBA00;
}

.c-block-checklist.is-worries .c-block-checklist__list {
	max-width: 680px;
}

.l-header-variable__submenu__link:before {
	width: 22px;
	height: 22px;
	padding-left: 1px;
	padding-bottom: 1px;
}

.l-header-variable__item a:hover {
	opacity: 0.3;
}

.c-heading.is-xlg p, .c-heading.is-xlg strong {
	display: block;
}

.c-block-marketing__block {
	margin: 0;
}

.a2a_label {
	display: none !important;
}

.c-menu-list__banner a {
	width: 100%;
}

.l-post-content > p {
	margin-bottom: 24px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-block-column__image {
		width: 100%;
	}
}

.is-ls-none {
	letter-spacing: 0 !important;
}

.u-text-box {
	max-width: 900px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	body.privacy-policy .c-heading.is-xlg {
		font-size: 24px;
	}
}

.c-block-column__image {
	width: 450px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-block-column__image {
		width: 100%;
	}
}

.c-main-visual__heading {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	body.home .c-pagetop {
		bottom: 6.25rem;
	}
}

.c-form-head__title {
	margin: 0;
}

.l-post-content iframe,
iframe[title="YouTube video player"],
iframe[src*="youtube"] {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 783px;
	height: 31.4vw;
	max-height: 440px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.l-post-content iframe,
	iframe[title="YouTube video player"],
	iframe[src*="youtube"] {
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 783px;
		height: 50vw;
		max-height: inherit;
	}
}

body.home iframe[title="YouTube video player"],
body.home iframe[src*="youtube"] {
	display: block;
	margin: 0 auto;
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	body.home iframe[title="YouTube video player"],
	body.home iframe[src*="youtube"] {
		display: block;
		margin: 0 auto;
		max-width: inherit;
		max-height: inherit;
		width: 100%;
		height: 100%;
	}
}

/*
 * 詳細ページ - コラム
 */
#tinymce.post-type-columns table thead th,
#tinymce.post-type-columns table thead td,
.l-post-content table thead th,
.l-post-content table thead td {
	text-align: center;
	background-color: #181F36;
	border-right: 1px solid #707070;
	color: #fff;
	padding: 1rem 0.375rem;
}

#tinymce.post-type-columns table thead th:last-child,
#tinymce.post-type-columns table thead td:last-child,
.l-post-content table thead th:last-child,
.l-post-content table thead td:last-child {
	border-right: none;
}

#tinymce.post-type-columns table tbody tr th,
.l-post-content table tbody tr th {
	background-color: #F5F5F5;
	text-align: center;
}

#tinymce.post-type-columns table tbody tr td,
.l-post-content table tbody tr td {
	vertical-align: middle;
	padding: 1rem 1rem;
	border-right: 1px solid #DBDBDB;
}

#tinymce.post-type-columns table tbody tr td:last-child,
.l-post-content table tbody tr td:last-child {
	border-right: none;
}

@media (max-width: 750px) {
	#tinymce.post-type-columns table thead th,
	#tinymce.post-type-columns table thead td,
	.l-post-content table thead th,
	.l-post-content table thead td {
		font-size: 13px;
	}

	#tinymce.post-type-columns table tbody tr th,
	.l-post-content table tbody tr th,
	#tinymce.post-type-columns table tbody tr td,
	.l-post-content table tbody tr td {
		font-size: 12px;
		padding: 12px 8px;
	}
}

.c-box {
	margin: 24px 0;
}

.c-box__inner {
	padding: 40px 40px 40px;
	background-color: #F5F5F5;
}

.c-box__heading {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: calc(26 / 20 * 1);
	margin-bottom: 24px;
}

.c-box.is-border .c-box__inner {
	border: 1px solid #DBDBDB;
	background: #fff;
}

@media (max-width: 750px) {
	.c-box__inner {
		padding: 32px 24px 32px;
	}

	.c-box__heading {
		font-size: 18px;
		margin-bottom: 16px;
	}
}

#toc_container {
	padding: 0;
	background-color: #fff;
	border-bottom: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-top: 4px solid #181F36;
}

#toc_container p.toc_title {
	padding: 16px 24px;
	background: #E5E5E5;
}

#toc_container p.toc_title + ul.toc_list {
	padding: 24px 24px;
	margin-top: 0;
}

#toc_container p.toc_title + ul.toc_list .toc_number {
	margin-right: 0.5rem;
}

#toc_container p.toc_title + ul.toc_list .toc_number::after {
	content: ".";
	display: inline-block;
}

#toc_container p.toc_title + ul.toc_list a:hover {
	opacity: 1;
	background-color: transparent;
	font-weight: 700;
}

/* フォーム改修 2カラム */
.c-forms-consultation__text {
	margin-bottom: 30px;
}

.c-form-consultation__block {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}

.c-form-consultation__detail {
	width: 50%;
	background-color: #fff;
	padding: 4rem 5% 4rem 5%;
}

.c-form-consultation__text.is-strong {
	font-weight: bold;
}

.c-form-consultation__list {
	width: 100%;
	padding: 30px 30px;
	border: solid 1px #E3E3E3;
	border-radius: 12px;
	margin: 16px 0;
}

.c-form-consultation__list li {
	padding-bottom: 12px;
	line-height: 1.8;
}

.c-form-consultation__list li:last-of-type {
	padding-bottom: 0;
}

.c-form-consultation__other h2 {
	display: inline-block;
	font-size: 1rem;
	transform: translateY(-57%);
	background-color: #fff;
	padding-right: 20px;
	margin-top: 0;
}

.c-form-consultation__other {
	position: relative;
	margin: 60px 0 0 0;
	border-top: 1px solid #E3E3E3;
}

.c-form-consultation__other p:not(:last-of-type) {
	margin-bottom: 16px;
}

.c-form-consultation__other a {
	font-weight: normal;
}

/* 右 */
.c-form-consultation__form {
	width: 50%;
	padding: 4rem 5% 4rem 5%;
	background-color: #EBEBEB;
}

.c-form-consultation .c-form-head {
	margin-bottom: 30px;
	margin-top: -20px;
}

.c-form-consultation .c-form-head__item {
	width: 100%;
}

.c-form-consultation .c-form-head__item-text {
	font-size: 0.8rem;
	text-align: center;
}

.c-form-consultation .c-forms__block {
	display: block;
}

@media screen and (max-width: 59.3125em) {
	.c-form-consultation__block {
		display: block;
	}

	.c-form-consultation__detail,
	.c-form-consultation__form {
		width: 100%;
		padding-top: 2rem;
	}
}

/* ブログカード */
.c-block-case__block.is-blogcard {
	padding: 15px;
	box-shadow: 0 0 12px rgba(0,0,0,0.1);
}

.c-block-case__block.is-blogcard .c-block-case__excerpt {
	font-weight: normal;
	font-size: 14px;
}

.c-block-case__block.is-blogcard .c-block-case__excerpt .c-button {
	display: none;
}

.c-block-column__blocks.is-column {
	display: flex;
	flex-wrap: wrap;
}

.c-block-column__blocks.is-column .c-block-case__block {
	flex-basis: 48%;
	margin-right: 2%;
	max-height: 150px;
}

.c-block-column__blocks.is-column .c-block-case__block:nth-of-type(even) {
	margin-right: 0;
}

.c-block-column__blocks.is-column .c-block-case__image {
	width: 50%;
}

.c-block-column__blocks.is-column .c-block-case__content {
	padding: .75rem 1.25rem 0.45rem;
}

.c-block-column__blocks.is-column .c-block-case__text {
	font-size: .85rem;
}

.c-block-column__blocks.is-column .c-block-case__sup {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
}

.c-block-column__blocks.is-column .c-block-case__image .is-bgimg {
	min-height: 170px;
}

@media screen and (max-width: 59.3125em) {
	.c-block-column__blocks.is-column {
		display: block;
	}

	.c-block-column__blocks.is-column .c-block-case__block {
		display: flex;
	}
}


/* トップページ、デザイン調整
-------------------------------------------------------------- */
.c-box-panel-lp__item.is-lg .c-box-panel-lp__item-numbers {
	margin-bottom: 21px;
}

.c-box-panel-lp__item {
	padding: 1.9rem 0 2.3rem;
}

.c-box-panel-lp__item-icon {
	margin-bottom: 0;
}

.c-box-panel-lp__item-image {
	text-align: center;
}

.c-box-panel-lp__item-inner span.is-right {
	margin-top: 0.5rem;
}

.c-box-panel-lp__item:nth-child(2) .c-box-panel-lp__item-icon img {
	height: 53px;
}

.c-box-panel-lp__item:nth-child(2) .c-box-panel-lp__item-icon {
	margin-right: 32px;
	margin-left: 19px;
	margin-top: 3px;
}

.c-box-panel-lp__item:nth-child(3) .c-box-panel-lp__item-icon img {
	height: 48px;
}

.c-box-panel-lp__item:nth-child(3) .c-box-panel-lp__item-icon {
	margin-right: 20px;
	margin-left: 7px;
	margin-top: 6px;
}

.c-box-panel-lp__item:nth-child(4) .c-box-panel-lp__item-image img {
	max-width: 100%;
	width: 360px;
}

.c-box-panel-lp__item:nth-child(4) .c-box-panel-lp__item-numbers {
	margin-bottom: 23px;
}

.c-box-panel-lp__item:nth-child(5) .c-box-panel-lp__item-icon img {
	height: 43px;
}

.c-box-panel-lp__item:nth-child(5) .c-box-panel-lp__item-icon {
	margin-right: 22px;
	margin-left: 8px;
	margin-top: 6px;
}

@media screen and (max-width: 59.3125em) {
	.c-box-panel-lp__item {
		padding: 1.4rem 0 1.8rem;
	}

	.c-box-panel-lp__item .c-box-panel-lp__item-icon {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 3px;
		margin-bottom: 18px;
	}

	.c-box-panel-lp__item-inner span.is-right {
		margin-top: 0;
	}

	.c-box-panel-lp__item:nth-child(4) .c-box-panel-lp__item-image img {
		width: 85%;
	}
}

/* 20220818 スマホ時のテキスト修正 */
@media screen and (max-width: 59.3125em) {
	.c-form-head__item .c-form-head__item-text {
		font-size: 12px;
	}
}

/* 20220818 コラム サイドバーの修正 */
.l-aside {
	position: relative;
}

.c-menu-list__block.js-sticky img {
	max-width: 18.3125rem;
}

.c-menu-list__block.js-sticky {
	max-width: 18.3125rem;
	transition: all ease-in-out .2s;
}

.c-menu-list__block.js-sticky.is-fixed {
	position: fixed;
	bottom: auto;
	top: 150px;
}

.c-menu-list__block.js-sticky.is-idled {
	position: absolute;
	bottom: 0;
}


/*.c-menu-list__block.js-sticky.is-absolute {*/
/*    position: absolute;*/
/*}*/


lite-youtube {
	background-color: #000;
	position: relative;
	display: block;
	contain: content;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	max-width: 720px;
}

/* gradient */
lite-youtube::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
	background-position: top;
	background-repeat: repeat-x;
	height: 60px;
	padding-bottom: 50px;
	width: 100%;
	transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
	content: "";
	display: block;
	padding-bottom: calc(100% / (16 / 9));
}

lite-youtube > iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
	display: block;
	width: 68px;
	height: 48px;
	position: absolute;
	cursor: pointer;
	transform: translate3d(-50%, -50%, 0);
	top: 50%;
	left: 50%;
	z-index: 1;
	background-color: transparent;
	/* YT's actual play button svg */
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
	filter: grayscale(100%);
	transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
	border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
	filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
	cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
	opacity: 0;
	pointer-events: none;
}

.lyt-visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.c-block-simple__movie::before {
	padding-top: 0;
}


.c-box-panel-lp__item:nth-child(2) .c-box-panel-lp__item-icon img {
	width: 60px !important;
	height: auto !important;
}

.c-box-panel-lp__item:nth-child(3) .c-box-panel-lp__item-icon img {
	width: 68.5px !important;
	height: auto !important;
}

.c-box-panel-lp__item:nth-child(4) .c-box-panel-lp__item-icon img {
	width: 62px !important;
	height: auto !important;
}

.c-box-panel-lp__item:nth-child(5) .c-box-panel-lp__item-icon img {
	width: 62px !important;
	height: auto !important;
}

.c-box-panel-lp__item:nth-child(6) .c-box-panel-lp__item-icon img {
	width: 58px !important;
	height: auto !important;
}


/* 20220826 修正 */

@media screen and (min-width: 59.3126em) {
	.c-block-case__block.is-blogcard .c-block-case__image {
		width: 16.25rem;
	}

	.c-block-case__block.is-blogcard .c-block-case__image .is-bgimg {
		min-height: 190px;
	}

	.c-block-case__content {
		padding: 1.25rem 2.25rem 0.75rem;
	}
}

@media screen and (max-width: 1220px) {
	.c-box-panel-lp__item-inner {
		padding: 2.5rem 1rem 0;
	}

	.c-box-panel-lp__item-inner .c-box-panel-lp__item-numbers b {
		font-size: 74px;
	}
}

@media screen and (max-width: 1100px) {
	.c-box-panel-lp__item-inner {
		padding: 2.5rem 0.7rem 0;
	}

	.c-box-panel-lp__item-inner .c-box-panel-lp__item-numbers b {
		font-size: 64px;
	}
}

@media screen and (max-width: 1010px) {
	.c-box-panel-lp__item-inner {
		padding: 2.5rem 0.4rem 0;
	}

	.c-box-panel-lp__item-inner .c-box-panel-lp__item-numbers b {
		font-size: 59px;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-box-panel-lp__item .c-box-panel-lp__item-icon {
		width: auto;
	}
}

.c-card-links__item.is-no-link .c-card-links__item-inner {
	height: 100%;
}

.c-banner-document.is-link {
	color: inherit;
	text-decoration: none;
	display: block;
}

.c-banner-document.is-link .c-button.is-white::before {
	background-color: #ffba00;
}

.c-banner-document.is-link:hover {
	opacity: 1;
}

.c-banner-document.is-link:hover .c-button.is-white::before {
	width: 100%;
}

.c-banner-document.is-link .c-button {
	pointer-events: none;
}


/* 20220831 */
body.home .c-block-label-list__container .c-button.is-md,
body.home .c-block-column-top__button .c-button {
	max-width: 32rem;
}

body.home .c-block-column-top__button {
	padding-left: 122px;
	max-width: 36rem;
}

body.home .c-block-column-top__button .c-button {
	max-width: 32rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	body.home .c-block-column-top__button {
		padding-left: 0;
	}

	body.home .c-block-column-top__button .c-button,
	body.home .c-block-label-list__container .c-button.is-md {
		font-size: 13px;
	}
}

.c-card-links__list .c-card-links__item:first-child .c-card-links__item-inner {
	height: 90%;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-box-banner-contact__link-text {
		font-size: 11px;
	}
}

.c-form-consultation__other {
	border-top: 0;
}


.c-box-panel-lp__item-numbers b {
	font-weight: 500;
	font-size: 84px;
}

.c-block-reseach-top__image img {
	width: auto;
}

.c-block-download__image {
	padding: 0.875rem 1.5rem;
}


/************** 20220929 速度改善改修 **************/

.home .c-block-column-top__blocks {
	justify-content: center;
}

.home .c-block-column-top__block:last-child {
	margin-right: 0;
}

.home .c-block-column-top__block {
	max-width: 344px;
}

@media screen and (min-width: 0em) and (max-width: 59.3125em) {
	.home .c-block-column-top__blocks {
		flex-wrap: wrap;
	}

	.home .c-block-column-top__block {
		max-width: none;
		width: 100%;
	}

	.home .c-block-column-top__block:last-child {
		margin-right: 0.46875rem;
	}

	.home .c-block-column-top__block + .c-block-column-top__block {
		margin-top: 1.5rem;
	}
}

.home .c-block-document-download-top__blocks {
	justify-content: center;
}

.home .c-block-document-download-top__block:last-child {
	margin-right: 0;
}

.home .c-block-document-download-top__block {
	max-width: 330px;
}

@media screen and (min-width: 0em) and (max-width: 59.3125em) {
	.home .c-block-document-download-top__blocks {
		padding: 0 20px;
	}

	.home .c-block-document-download-top__block {
		max-width: none;
		width: 100%;
	}

	.home .c-block-document-download-top__block:last-child {
		margin-right: 0.375rem;
	}
}

.home .c-block-case-study-top__blocks {
	justify-content: center;
}

.home .c-block-case-study-top__block {
	max-width: 356px;
}

.home .c-block-case-study-top__block:last-child {
	margin-right: 0;
}

@media screen and (min-width: 0em) and (max-width: 59.3125em) {
	.home .c-block-case-study-top__blocks {
		flex-wrap: wrap;
	}

	.home .c-block-case-study-top__block {
		max-width: none;
		width: 100%;
	}

	.home .c-block-case-study-top__block:last-child {
		margin-right: 0.46875rem;
	}

	.home .c-block-case-study-top__block + .c-block-case-study-top__block {
		margin-top: 1.5rem;
	}
}

/************** 20221003 速度改善改修 調整 **************/
body.home .c-block-methods__button {
	text-align: left;
	padding-left: 0;
}

@media screen and (min-width: 0em) and (max-width: 59.3125em) {
	body.home .c-block-methods__button {
		text-align: center;
	}
}

body.home .c-block-case-study-top__head.c-heading.is-xlg,
body.home .c-block-column-top__head.c-heading.is-xlg {
	text-align: center;
}

body.home .c-block-column-top__button {
	padding-left: 0;
	text-align: center;
}

/************** 20221025 グローバルナビ修正 **************/
.l-header-variable {
	padding-right: 21.5rem;
}

.l-header-variable__button.is-estimate {
	right: 13.625rem;
	background-color: #FF9D00;
}

.l-header-variable__button.is-estimate span::before {
	background-image: url(//www.dm-insight.jp/wp-content/themes/dm-insight-html/dist/assets/css/../images/icon-estimate.png.webp);
	width: 15px;
	height: 18px;
}

@media screen and (max-width: 82.5em) {
	.l-header-variable__button.is-estimate {
		right: 11.75rem;
	}

	.l-header-variable {
		padding-right: 18rem;
	}
}

@media screen and (max-width: 80em) {
	.l-header-variable__button.is-estimate {
		right: 10.5rem;
	}

	.l-header-variable {
		padding-right: 16.7rem;
	}
}

@media screen and (max-width: 76.25em) {
	.l-header-variable__button.is-estimate {
		right: 9.75rem;
	}

	.l-header-variable {
		padding-right: 15.5rem;
	}
}

@media screen and (max-width: 59.3125em) {
	.c-slidebar-menu__button.is-estimate {
		background-color: #FF9D00;
	}

	.c-slidebar-menu__button.is-estimate::before {
		background-image: url(//www.dm-insight.jp/wp-content/themes/dm-insight-html/dist/assets/css/../images/icon-estimate.png.webp);
		width: 20px;
		height: 24px;
		margin: 0 auto 0.5rem auto;
	}

	.c-slidebar-menu__button {
		font-size: 0.95rem;
	}
}

.c-floating-button-sp__button {
	height: 4.2rem;
	line-height: 1.25;
	flex-direction: column;
	font-size: 0.9rem;
}

.c-floating-button-sp__button::before {
	margin: 0 auto 0.25rem auto;
}

.c-floating-button-sp__button.is-estimate {
	background: #ff9d00;
}

.c-floating-button-sp__button.is-estimate::before {
	background-image: url(//www.dm-insight.jp/wp-content/themes/dm-insight-html/dist/assets/css/../images/icon-estimate.png.webp);
	width: 14px;
	height: 17px;
}

/* 用語集 */
.c-block-keyward__line-list {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 749px) {
	.c-block-keyward__line-list {
		flex-wrap: wrap;
	}
}

.c-block-keyward__column {
	width: 100%;
	margin-right: 2px;
}

@media screen and (max-width: 749px) {
	.c-block-keyward__column {
		width: 24%;
		margin: 0 0.5% 5px;
	}
}

.c-block-keyward__column:last-child {
	margin-right: 0;
}

.c-block-keyward__column.is-active {
	width: 150%;
}

@media screen and (max-width: 749px) {
	.c-block-keyward__column.is-active {
		width: 24%;
	}
}

.c-block-keyward__column a {
	display: block;
	width: 100%;
	border: 1px solid #1a2872;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 5px;
}

.c-block-keyward__column.is-active a {
	background: #1a2872;
	color: #fff;
}

.c-block-keyward__character-list {
	display: flex;
	padding: 15px 25px 10px;
	border: 1px solid #1a2872;
	border-top: none;
	flex-wrap: wrap;
}

.c-block-keyward__character-item {
	margin: 5px 40px 5px 0;
}

@media screen and (max-width: 749px) {
	.c-block-keyward__character-item {
		margin: 10px 20px 10px 0;
	}
}

.c-block-keyward__character-item a {
	display: flex;
	align-items: center;
	text-decoration: none;
	justify-content: space-between;
	opacity: 0.7;
	width: 36px;
}

.c-block-keyward__character-item.is-active a {
	opacity: 1;
}

@media screen and (max-width: 749px) {
	.c-block-keyward__character-item a {
		font-size: 16px;
	}
}

.c-block-keyward__character-item span {
	font-size: 10px;
	line-height: 16px;
	margin-left: 8px;
}

.c-block-keyward__contents {
	margin-top: 40px;
}

.c-block-keyward__content {
	margin-bottom: 40px;
}

.c-block-keyward__title {
	font-size: 20px;
	padding: 10px 15px;
	border-left: solid 8px #1a2872;
	margin: 0 0 20px;
	font-weight: 400;
	line-height: 1;
}

.c-block-keyward__main-list {
	display: flex;
	flex-wrap: wrap;

}

.c-block-keyward__main-item {
	width: 32%;
	margin-bottom: 10px;
}

@media screen and (max-width: 950px) {
	.c-block-keyward__main-item {
		width: 48%;
	}
}

@media screen and (max-width: 640px) {
	.c-block-keyward__main-item {
		width: 100%;
	}
}

.c-block-keyward__main-item a {
	text-decoration: none;
	color: #1a2872;
	padding: 5px 20px 5px 20px;
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	position: relative;
}

.c-block-keyward__main-item a::before {
	content: "\025b6";
	font-size: 8px;
	position: absolute;
	left: 0;
	top: 9px;
}

.c-block-keyward__buttons {
	margin-top: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-menu-list__sub-title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 3.5rem;
	text-decoration: none;
	color: #1a1a1a;
	background-color: rgba(229, 229, 229, 0.5);
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.85714;
	padding: 0 1.25rem;
	position: relative;
	transition: all .2s;
}

.c-news-header__sup.is-words {
	justify-content: space-between;
}

.c-box-words-cta {
	background: #f5f5f5;
}

.c-box-words-cta:nth-child(n+2) {
	margin-top: 78px;
}

@media screen and (max-width: 750px) {
	.c-box-words-cta:nth-child(n+2) {
		margin-top: 40px;
	}
}

.c-button.is-accent::after {
	color: #fff;
}

.c-button.is-accent:hover::after {
	color: #181f36;
}

.c-box-words-cta.is-report {
	padding: 46px 20px 41px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (max-width: 750px) {
	.c-box-words-cta.is-report {
		padding: 20px;
	}
}

.c-box-words-cta__text {
	font-weight: 700;
}

.c-box-words-cta.is-report .c-box-words-cta__button {
	margin-top: 37px;
}

.c-box-words-cta.is-document {
	padding: 30px 65px 30px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 750px) {
	.c-box-words-cta.is-document {
		padding: 20px;
		display: flex;
		flex-direction: column;
	}
}

.c-box-words-cta__top {
	display: flex;
	align-items: center;
	flex-shrink: 0.4;
	justify-content: space-between;
}

@media screen and (max-width: 750px) {
	.c-box-words-cta__top {
		margin-bottom: 20px;
	}
}

.c-box-words-cta__free {
	white-space: nowrap;
	border: 1px solid #181f36;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	margin-right: 20px;
}


.c-box-words-cta.is-document .c-box-words-cta__text {
	max-width: 245px;
	margin-right: 20px;
}

/* .single-words .c-breadcrumb {
    border-bottom: none;
    padding-top: 78px;
}
@media screen and (min-width: 950px) {
    .single-words .c-breadcrumb__inner{
        margin-left: 21px;
    }
} */
@media screen and (max-width: 750px) {
	.single-words .c-breadcrumb {
		padding-top: 39px;
	}
}

@media screen and (max-width: 750px) {
	.c-news-header__sup.is-words {
		display: block;
	}

	.c-news-header__sup.is-words .addtoany_list {
		display: flex;
		justify-content: flex-end;
		margin-top: 20px;
	}
}

@media screen and (max-width: 750px) {
	.c-menu-list__block.js-sticky {
		max-width: 100%;
	}

	.c-menu-list__block.js-sticky img {
		max-width: 100%;
	}
}

.l-post-content {
	word-break: break-all;
}

.single-words .c-menu-list__sub-title {
	font-size: 13px;
}

.single-words .c-menu-list ul li a {
	font-size: 13px;
}

@media screen and (max-width: 949px) {
	.c-menu-list__block.js-sticky,
	.c-menu-list__block.js-sticky img {
		max-width: 100%;
	}
}

.c-menu-list__block.js-sticky .u-mbs.is-sm.is-bottom:nth-child(n+2) {
	margin-bottom: 0;
}

.is-slidebar-active .c-floating-button-sp {
	display: none;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-floating-button-sp.js-fixedheader ~ .l-footer .c-pagetop {
		bottom: 6.25rem;
	}
}

.c-block-keyward__line-list.is-list {
	margin-top: 20px;
}

/**************** 20230213 個人情報保護方針メッセージ追加 ****************/

.c-forms__privacy__message {
	max-height: 340px;
	overflow: scroll;
	padding: 24px;
	text-align: left;
	font-size: 13px;
	border: 1px solid #707070;
	margin-bottom: 20px;
	background-color: white;
}

.c-forms__privacy__message .l-post-content .c-heading.is-xlg,
.c-forms__privacy__message .l-post-content .c-heading.is-lg {
	font-size: 15px;
	text-align: left;
	margin-top: 18px;
	margin-bottom: 18px;
}

.c-forms__privacy__message .l-post-content li {
	font-size: 13px;
}

.c-forms__privacy__message .l-post-content li:before {
	display: none;
}

.c-forms__submit button[type="submit"]:disabled,
.c-forms__submit button[type="submit"]:disabled:before,
.c-forms__submit button[type="submit"]:disabled:after {
	background: #ccc;
	color: white;
}

.c-forms__privacy label {
	font-weight: bold;
}

.c-forms__privacy.is-contact .c-forms__title {
	justify-content: flex-start;
}

.c-forms.is-block .c-forms__submit {
	margin-top: 3rem;
}

.c-forms__submit.is-contact {
	margin-top: 4rem;
}

.u-mbs.is-singleTop .c-button-social {
	text-align: right;
}

.c-tags.is-singleTop {
	gap: 0.625rem .5rem;
}

.c-tags.is-singleTop a {
	margin-bottom: 0;
	margin-right: unset;
}

.c-news-header__sup.is-singleColumn {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.c-news-header__sup.is-singleColumn .c-news-header__label {
	white-space: nowrap;
}

.c-news-header__sup-wrap {
	display: flex;
	align-items: center;
}

@media (max-width: 949px) {
	.c-news-header__sup.is-singleColumn {
		flex-wrap: wrap;
		gap: 10px;
	}
}

@media (max-width: 749px) {
	.c-tags.is-singleTop {
		width: 100%;
	}

	.c-news-header__sup.is-singleColumn {
		flex-wrap: wrap;
		gap: 10px;
	}
}

.l-header__serch {
	width: 20px;
	height: 20px;
}

.l-header__serch .is-icon {
	cursor: pointer;
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	z-index: 4;
}

.l-header__serch .is-icon::after {
	content: "\f002";
	font-family: "FontAwesome";
	font-weight: 400;
	font-size: 1rem;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 3px;
	z-index: 3;
}

.c-news {
	border-bottom: none;
}

.c-news__content {
	border-bottom: 1px solid #dbdbdb;
}

@media screen and (max-width: 59.3125em) {
	.l-header__serch {
		display: block !important;
		position: fixed;
		top: 0;
		right: 60px;
		height: 60px;
		width: 60px;
		z-index: 9999;
		background: #fff;
	}

	.l-header__serch .is-icon {
		cursor: pointer;
		position: relative;
		display: block;
		width: 101%;
		height: 100%;
		z-index: 99990;
	}

	.l-header__serch .is-icon:after {
		font-size: 20px;
		right: 50%;
		top: 50%;
		z-index: 99990;
		transform: translate(50%, -50%);
	}

	.admin-bar .l-header__serch {
		top: var(--wp-admin--admin-bar--height);
	}
}

/* 20230509 */
.l-offer__boxs {
	display: block;
	background: unset;
}

.l-offer__inner {
	height: 190px;
}

.l-offer__box {
	display: flex;
	justify-content: center;
}

.l-offer__box:first-child {
	background-image: url(//www.dm-insight.jp/wp-content/themes/dm-insight-html/dist/assets/css/../images/bg-offer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.l-offer__button {
	width: 50%;
	height: 190px;
}

.l-offer__button.is-contact {
	background: linear-gradient(to right, #FFE553 0%, #FAE703 100%);
}

.l-offer__button.is-contact:before {
	background-image: url(//www.dm-insight.jp/wp-content/themes/dm-insight-html/dist/assets/css/../images/icon-contact-big-1.png);
	width: 24.5px;
	height: 29.5px;
	margin: 0 1.5rem 0 0;
}

@media (max-width: 949px) {
	.l-offer__box {
		flex-wrap: wrap;
	}

	.l-offer__button {
		width: 100%;
	}

	.l-offer__button .--text {
		text-align: center;
	}
}

@media (max-width: 749px) {
	.l-offer__inner {
		height: 188px;
	}

	.l-offer__title.c-heading.is-xlg span {
		font-size: 20px;
	}

	.l-offer__button {
		height: 145px;
	}

	.l-offer__button:after {
		right: 23px;
	}

	.l-offer__button:before {
		margin: 0 16px 0 35px;
	}

	.l-offer__button.is-contact:before {
		margin: 0 16px 0 35px;
	}
}


/* 20230522 修正調整 */
body.home .c-news__block:last-child {
	padding: 1.625rem 0;
}


/* 20230525 ヘッダー Google サイト内検索修正 */
.gsc-control-cse {
	border: none !important;
}

.gsc-input-box {
	border: 1px solid #dbdbdb !important;
}

.gssb_c {
	left: 50% !important;
	transform: translateX(-50%) !important;
	z-index: 1000000 !important;
}


.c-google-serach-box {
	position: fixed;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
	background: rgba(0, 0, 0, 0);
	width: 100%;
	z-index: 0;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition-property: top, background;
	transition-duration: 0s, 0.3s;
	transition-delay: 0s;
	/*transition: all 0.3s ease-in-out;*/
	max-height: 0;
	opacity: 0;
	padding: 0;
	overflow: hidden;
}

.c-google-serach-box #___gcse_1 {
	/*background-color: white;*/
	padding: 30px;
	position: relative;
	height: auto;
}

.gsc-results-wrapper-visible {
	height: 80vh !important;
}

.gsc-modal-background-image-visible {
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.c-google-serach-box.is-active {
	top: 90px;
	/*display: flex;*/
	/*align-items: top;*/
	max-height: 100vh;
	z-index: 10000;
	padding: 30px;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.admin-bar .c-google-serach-box.is-active {
	top: 121px;
}

.c-google-serach-box.is-active #___gcse_1 {
	width: 100%;
}

.c-google-serach-box .gsc-control-cse {
	border-radius: 5px;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(-100px);
	transition: all 0.3s ease-in-out;
}

.c-google-serach-box.is-active .gsc-control-cse {
	transform: translateY(0);
}

.c-google-serach-box .gsc-results-wrapper-overlay {
	/*height: 70% !important;*/
	height: 61vh !important;
	width: calc(100% - 60px);
	max-width: 1140px;
	position: fixed !important;
	margin-left: auto;
	margin-right: auto;
	top: 128px;
	left: 0;
	right: 0;
}

.admin-bar .c-google-serach-box .gsc-results-wrapper-overlay {
	/*height: 67% !important;*/
	height: 61vh !important;
}

@media screen and (max-width: 59.3125em) {
	.c-google-serach-box.is-active {
		top: 60px;
		padding: 30px 20px;
	}

	.c-google-serach-box .gsc-results-wrapper-overlay {
		width: calc(100% - 40px);
	}

	.gsc-search-button-v2 {
		padding: 16px 10px !important;
	}
}


/* l-searchform */
.l-searchform {
	position: fixed;
	top: 5.625rem;
	left: 0;
	width: 100%;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease;
	padding: 5.625rem 0;
}

.admin-bar .l-searchform {
	margin-top: var(--wp-admin--admin-bar--height);
}


@media screen and (max-width: 59.3125em) {
	.l-searchform {
		top: 3.4375rem
	}
}

@media screen and (max-width: 46.8125em) {
	.l-searchform {
		padding: 3.75rem 0;
	}
}

.l-searchform__inner {
	width: 100%;
	max-width: 46.75rem;
	position: relative;
	margin: auto
}

.l-searchform__overlay {
	position: absolute;
	background: rgba(51, 51, 51, .9);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.l-searchform__close {
	position: absolute;
	right: -4.125rem;
	top: -4.125rem;
	color: #fff;
	background: transparent;
	border: none;
	padding: 0;
}

.l-searchform__close:hover {
	opacity: .5;
}

.l-searchform__close__icon {
	font-size: 3rem;
}

@media screen and (max-width: 59.3125em) {
	.l-searchform__close {
		right: -0.25rem;
		top: -4rem;
	}

	.l-searchform__close__icon {
		font-size: 2.5rem;
	}
}

.l-searchform__form {
	display: flex;
	align-items: center;
	height: 4.5rem;
	width: 100%;
	max-width: 46.75rem;
	margin: auto;
	position: relative;
	background: #fff
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	.l-searchform__form {
		height: 2.875rem;
	}
}

.l-searchform__form__icon {
	color: #333;
	line-height: 1;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
}

.l-searchform__form__icon span {
	font-size: 1.875rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	.l-searchform__form__icon {
		padding: .625rem;
	}

	.l-searchform__form__icon span {
		font-size: 1.25rem;
	}
}

.l-searchform__form input {
	border: none;
	border-left: solid 1px #ccc;
	font-family: inherit;
	position: relative;
	height: 2.5rem;
	padding-left: 1.375rem;
	line-height: 1;
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	.l-searchform__form input {
		height: 1.375rem;
		padding-top: 0;
		padding-bottom: .25rem;
	}
}

.l-searchform__form input::-moz-placeholder {
	line-height: 1;
	color: #ccc
}

.l-searchform__form input:-ms-input-placeholder {
	line-height: 1;
	color: #ccc
}

.l-searchform__form input::placeholder {
	line-height: 1;
	color: #ccc
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	.l-searchform__form input::-moz-placeholder {
		font-size: .6875rem;
	}

	.l-searchform__form input:-ms-input-placeholder {
		font-size: .6875rem;
	}

	.l-searchform__form input::placeholder {
		font-size: .6875rem;
	}
}

.l-searchform__form button {
	width: 8.125rem;
	flex-shrink: 0;
	background: #FF9D00;
	border: none;
	padding: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	height: 100%;
	transition: all .2s ease-out;
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	.l-searchform__form button {
		width: 4.875rem;
		font-size: .75rem;
	}
}

.l-searchform__form button:hover {
	opacity: .5;
}

body.is-search-modal-open .l-searchform {
	visibility: visible;
	opacity: 1;
}


.c-news__block.is-search .c-news__title {
	text-align: left !important;
	font-size: 1.2rem;
	margin-bottom: 1rem !important;
}
.c-news__block.is-search .c-news__text {
	font-size: .8rem;
}


/* 20230602 調整 */
.l-searchform__form__label {
	display: none;
}
.l-searchform__form input {
	border-left: none;
}
.l-searchform__close__icon {
	font-size: 2rem;
}
@media screen and (min-width: 0em)and (max-width: 46.8125em) {
	.l-searchform__close__icon {
		font-size: 1.5rem;
	}
}

.search-highlight,
.c-news__text span.search-highlight{
	background: #ffff0f;
	display: inline-block;
	height: auto;
	font-size: inherit;
	line-height: inherit;
}
.search-highlight:before,
.search-highlight:after {
	display: none;
}

/* 2023 06 16 増田　追加　*/
.c-block-case__wrapper {
	padding: 24px 12px 12px;
	border: 1px solid #6a6a6a;
	position: relative;
	margin-bottom: 24px;
}
.c-block-case__wrapper span.caption-read {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: -16px;
	left: 12px;
	padding: 0px 16px;
	z-index: 9;
	background-color: #fff;
}
.c-block-case__wrapper span.caption-read::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(1px);
	z-index: -1;
}
/*　sidebar 追加　おすすめ記事　*/
.c-recom{
	margin-bottom: 48px;
}
.c-recom__heading {
	border-top: 4px solid #181F36;
	display: flex;
	align-items: center;
	background-color: #E5E5E5;
	color: #1A1A1A;
	font-weight: 700;
	padding: 0 1.25rem;
	height: 4.125rem;
}
.c-recom__list{
}
.c-recom__item{
	display: flex;
	align-items: flex-start;
	text-decoration: none;
	padding: 12px 0;
	border-bottom: 1px solid #D6D6D6;
}
.c-recom__item-image{
	position: relative;
	min-width: 80px;
	width: 80px;
	margin-right: 12px;
}
.c-recom__item-image::before {
	content: "";
	display: block;
	padding-top: calc(40/40*100%);
}
.c-recom__item-image .is-bg{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.c-recom__item-content{
	width: 100%;
}
.c-recom__item-category{
	min-width: 4.875rem;
	padding: 0.3125rem 0.5rem;
	font-size: 11px;
	letter-spacing: 0em;
	line-height: 1.5;
	font-weight: 700;
	background-color: #181F36;
	color: #fff;
	display: inline-block;
	text-align: center;
}
.c-recom__item-title{
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 12px;
}
.c-recom__item-data{
	color: #6A6A6A;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: .1em;
	line-height: 1.21429;
	font-weight: 400;
	letter-spacing: 0;
	margin-top: 12px;
	text-align: right;
}

/************** 20231010 グローバルナビ修正 **************/
.l-header-variable__button span::before {
	background-image: url(//www.dm-insight.jp/wp-content/themes/dm-insight-html/dist/assets/css/../images/icon-seminar.png);
	width: 22px;
	height: 18px;
}

.l-header-variable__button.is-consultation span::before {
	background-image: url(//www.dm-insight.jp/wp-content/themes/dm-insight-html/dist/assets/css/../images/icon-book.png);
	width: 22px;
	height: 19px;
}

.l-header-variable__button.is-estimate span::before {
	background-image: url(//www.dm-insight.jp/wp-content/themes/dm-insight-html/dist/assets/css/../images/icon-estimate-02.png);
	width: 43px;
	height: 22px;
}

.c-slidebar-menu__button {
	text-align: center;
}

.c-slidebar-menu__button.is-document:before {
	background-image: url(//www.dm-insight.jp/wp-content/themes/dm-insight-html/dist/assets/css/../images/icon-seminar.png);
	width: 22px;
	height: 18px;
}

.c-slidebar-menu__button.is-consultation:before {
	background-image: url(//www.dm-insight.jp/wp-content/themes/dm-insight-html/dist/assets/css/../images/icon-book.png);
	width: 22px;
	height: 19px;
}

.c-slidebar-menu__button.is-estimate:before {
	background-image: url(//www.dm-insight.jp/wp-content/themes/dm-insight-html/dist/assets/css/../images/icon-estimate-02.png);
	width: 43px;
	height: 22px;
}

.l-header-variable__submenu {
	padding: 2.625rem 1rem;
}

.l-header-variable__submenu__titles {
	display: flex;
	justify-content: center;
	width: 100%;
}

.l-header-variable__submenu__title {
	width: 100%;
	max-width: 210px;
}
.l-header-variable__submenu__titles .l-header-variable__submenu__title {
	flex: inherit;
	width: fit-content;
	max-width: none;
}

.l-header-variable__submenu__titles .l-header-variable__submenu__title:not(:first-child) {
	padding-left: 72px;
	border-left: 1px solid #ccc;
	margin-left: 72px;
}

.l-header-variable__submenu__title .l-header-variable__submenu__button.c-button.is-sm{
	font-size: 12px;
	width: 130px;
}

.c-floating-button-sp__button {
	text-align: center;
	font-size: 12px;
}

.c-floating-button-sp__button.is-document:before {
	background-image: url(/wp-content/themes/dm-insight-html/dist/assets/css/../images/icon-seminar.png);
	width: 22px;
	height: 18px;
}

.c-floating-button-sp__button.is-consultation:before {
	background-image: url(/wp-content/themes/dm-insight-html/dist/assets/css/../images/icon-book.png);
	width: 22px;
	height: 19px;
}

.c-floating-button-sp__button.is-estimate:before {
	background-image: url(/wp-content/themes/dm-insight-html/dist/assets/css/../images/icon-estimate-02.png);
	width: 43px;
	height: 22px;
}

.c-forms__radio .error {
	width: 100%;
}

.c-forms__radio .horizontal-item{
	margin-left: 0 !important;
}

/* 20240130 修正 */
.c-card-links__list {
	align-items: stretch;
}

.c-card-links__item p {
	width: 100%;
}

.c-card-links__item-inner,
.c-card-links__list .c-card-links__item:first-child .c-card-links__item-inner {
	height: 90%;
}

.c-card-links__item:first-child,
.c-card-links__item:nth-child(-n+2),
.c-card-links__item {
	margin-top: 0;
	margin-bottom: 57px;
	flex-wrap: wrap;
	display: flex;
	align-items: stretch;
}

/* 20240610 */
.c-block-document-download-top__block{
	padding-bottom: 3.2rem;
}
.c-block-document-download-top__content{
	padding-top: 1.5rem !important;
}
.c-block-document-download-top__box{
	position: absolute;
	width: 100%;
	bottom: 0;
}

.c-news-header img{
	/*width: 100%;*/
}

.c-forms.is-en .mw_wp_form input[type=file]{
	padding-left: 0;
}

/************************ 20241212 セミナーフォーム修正 ************************/

.c-forms__select select {
	border: 1px solid #707070;
}

.mw_wp_form.mw_wp_form_input {
	padding-top: 52px;
}
.c-forms__content.is-twocolumns {
	display: flex;
	align-items: center;
}
.c-forms__content.is-twocolumns .c-forms__input {
	display: flex;
	align-items: center;
}
.c-forms__content.is-twocolumns .c-forms__input span {
	display: inline-block;
	margin-right: 8px;
}
.c-forms__content.is-twocolumns .c-forms__input:nth-child(1) {
	padding-right: 16px;
}
.c-forms__content.is-twocolumns .c-forms__input:nth-child(2) {
	padding-left: 16px;
}
.c-forms__content.is-twocolumns .c-forms__input span.error {
	margin-left: 12px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-forms__content.is-twocolumns .c-forms__input {
		display: block;
	}
	.c-forms__content.is-twocolumns .c-forms__input span {
		margin-right: 4px;
		margin-left: 0;
	}
	.c-forms__content.is-twocolumns .c-forms__input span.error {
		margin-left: 0;
	}
	.c-forms__content.is-twocolumns .c-forms__input:nth-child(1) {
		padding-right: 8px;
	}
	.c-forms__content.is-twocolumns .c-forms__input:nth-child(2) {
		padding-left: 8px;
	}
}

/************************ 20250917 ************************/

.c-label:where(.is-current,.is-active){
    border: 1px solid #181f36;
    color: #181f36;
    background-color: #fff;
}

.c-category-filter{
    margin-bottom: 3rem;
}

.c-category-filter a{
    text-decoration: none;
}

.c-category-filter__list{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.c-heading.is-sm + .c-news{
    margin-top: 2rem;
}

@media not screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news__content:where(:has(.c-news__label)){
        display: grid;
        grid-template-columns: auto auto 1fr;
    }

    .c-news__content:where(:has(.c-news__label)) .c-news__block{
        display: grid;
        grid-template-columns: subgrid;
        grid-column: span 3;
    }
}

/* 20251215 */
.l-section.is-form {
    padding-top: 0.5rem;
    padding-bottom: 3.75rem;
}
.mw_wp_form.mw_wp_form_input#mw_wp_form_mw-wp-form-1456 {
    padding-top: 0;
}
.c-form-consultation__detail {
    padding: 2rem 2.5rem 2.5rem;
}
.c-form-consultation__other {
    margin: 0;
}
.c-form-consultation__other h2 {
    transform: none;
    padding: 0;
}
.mw_wp_form.mw_wp_form_input#mw_wp_form_mw-wp-form-1469{
    padding-top: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-block-download__heading {
        font-size: 2em;
    }
    .c-block-download__details{
        padding: 2rem 1.5rem;
    }
    .c-block-download__form {
        padding: 1.5rem;
    }
    .c-form-consultation__detail{
        padding: 2rem 1.5rem;
    }
    .c-form-consultation__form{
        padding: 1.5rem;
    }
}
@media screen and (min-width: 59.375rem) {
    .c-form-consultation__block {
        display: flex;
    }

    .c-form-consultation__detail,
    .c-form-consultation__form {
        width: 100%;
    }

    .c-form-consultation__detail {
        flex: 1;
    }

    .c-form-consultation__heading {
        font-size: 1.5rem;
    }

    .c-form-consultation__form {
        padding: 1rem 2.5rem 2.5rem;
        flex: 2;
    }

    .c-form-consultation__block .c-forms__block {
        display: flex;
    }

    .c-form-consultation__form .c-forms__title {
        font-size: 0.9rem;
        padding: 1rem 2.5rem 1rem 0;
        font-weight: 700;
    }

    .c-form-consultation__form .c-forms__content {
        padding: 0.5rem 0;
    }

    .c-form-consultation__form .c-forms__label {
        font-size: 0.7rem;
    }

    .c-form-consultation__form .c-forms__input input {
        font-size: 0.9rem;
        padding: .4rem 1.5rem;
    }

    .c-form-consultation__form .c-forms__textarea textarea {
        min-height: 100px;
        font-size: 0.9rem;
        padding: .4rem 1.5rem;
    }

    .c-form-consultation__form .c-forms__privacy__text {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .c-form-consultation__form .c-forms__privacy__message {
        max-height: 140px;
        padding: 12px 24px;
        margin-bottom: 10px;
    }

    .c-form-consultation__text {
        font-size: 0.9rem;
    }

    .c-form-consultation__list {
        padding: 15px;
    }

    .c-form-consultation__list ol li {
        font-size: 0.9rem;
    }

    .c-form-consultation__form .c-forms__privacy {
        margin-top: 0;
    }

    .c-form-consultation__form .c-forms__privacy .c-forms__title {
        justify-content: flex-start;
    }

    .c-block-download__details {
        width: 50%;
        padding: 2rem 2.5rem;
    }

    .c-block-download__title {
        font-size: 1.4rem;
    }

    .c-block-download__form {
        width: 50%;
        padding: 2rem 2.5rem;
    }

    .c-block-download__form .c-forms__content{
        padding: 0.5rem 0;
    }
    .c-block-download__form .c-forms__title {
        font-weight: 700;
        font-size: 0.9rem !important;
    }

    .c-block-download__form .c-forms__label {
        font-size: 0.7rem !important;
    }

    .c-block-download__form .c-forms__input input {
        font-size: 0.9rem !important;
        padding: .4rem 1rem;
    }
    .c-block-download__form .c-forms__privacy{
        margin-top: auto !important;
    }
    .c-block-download__form .c-forms__privacy__message {
        max-height: 140px;
        padding: 12px 24px;
        margin-bottom: 10px;
    }
    .c-block-download__form .c-forms__privacy__text {
        font-size: 0.8rem;
        line-height: 1.4;
    }
    .c-block-download__form .c-forms__submit{
        margin-top: 1.5rem !important;
    }

}

/* 20261228 */
.wpcf7-form-control.wpcf7-submit {
    -webkit-appearance: none;
    appearance: none;

    box-shadow: none;
    outline: none;
    border: none;
}

/* ========== BEGIN STG TEMP: CF7 スピナー・送信結果・エラー表示（切り分け用） ==========
 * 終了後の戻し方:
 *   1) この BEGIN〜END ブロックをまるごと削除する
 *   2) 直後の「▼ 復帰用（コメントアウト）」から .wpcf7-spinner / .wpcf7-response-output の 2 ブロックのコメントを外す
 *   3) ファイル末尾付近の .wpcf7-response-output { display:none } もコメントアウトされている場合は元に戻す（▼ 参照）
 */
.wpcf7-spinner {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 0.4em;
}

/* CF7 既定どおり、初期・リセット中・送信中はメッセージ枠を出さない（空枠防止） */
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

/* 結果が出る状態だけ表示（CF7 の form クラスは data-status / class 同期。index.js の Map 準拠） */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    display: block;
    clear: both;
    margin: 1em 0 0;
    padding: 0.35em 0;
}

/* トップ .home のエラーチップが line-height:0 で潰れないよう上書き */
.home .c-forms__textarea .wpcf7-not-valid-tip,
.home .c-forms.is-front .wpcf7-not-valid-tip {
    line-height: 1.35 !important;
    color: #b32d2e !important;
}

.home .c-forms__textarea .wpcf7-not-valid-tip {
    line-height: 1.35 !important;
}
/* ========== END STG TEMP: CF7 スピナー・送信結果・エラー表示 ========== */

/* ▼ 復帰用（上記 TEMP 削除後にコメントを外して元の非表示に戻す）
.wpcf7-spinner {
    display: none;
}

.wpcf7-response-output {
    display: none;
}
*/

.c-menu-tag__block.is-tag .c-menu-list__head {
    margin-bottom: 0.5rem;
}

.c-menu-tag__block a {
    margin-right: 1rem;
    letter-spacing: 0;
}

.c-menu-tag__block a.is-active {
    color: #ffba00;
}

.c-block-download__tagtitle {
    font-weight: bold;
}

.c-block-download__tag a {
    margin-right: 1rem;
    font-weight: normal;
    font-size: 0.85rem;
    letter-spacing: 0;
}

.document .l-section-wrapper.is-twocolumns .c-block-document-download-top__block {
    width: 46.845%;
    margin-right: auto !important;
}
.document .l-section-wrapper.is-twocolumns .c-block-document-download-top__block:nth-child(n+3){
    margin-top: 3.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .document .l-section-wrapper.is-twocolumns .c-block-document-download-top__block {
        width: 100%;
        margin: 0 .375rem 2.25rem;
    }
}


.c-forms.is-front {
    width: 400px;
    position: absolute;
    right: 44px;
    top: 5vw;
    background-color: #fafafa;
    text-align: center;
}

.c-forms.is-front .c-forms__inner {
    max-width: 480px;
    margin: 0 auto;
    padding: 1rem;
}

.c-forms.is-front .c-forms__lead {
    color: #181f36;
    font-weight: bold;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.c-forms.is-front .c-forms__content {
    padding: 0;
}

.c-forms.is-front .c-forms__content.is-two {
    display: flex;
}

.c-forms.is-front .c-forms__content.is-two .c-forms__input:first-of-type input {
    border-right: 0;
}

.c-forms.is-front .c-forms__input {
    position: relative;
}

.c-forms.is-front .c-forms__input input {
    padding: 0.25rem 0.5rem;
    border-bottom: 0;
}
.c-forms.is-front .c-forms__textarea{
    margin-top: -5px;
}
.c-forms.is-front .c-forms__textarea .wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

.c-forms.is-front .c-forms__textarea textarea {
    min-height: auto;
    max-height: 5rem;
    padding: 0.5rem;
}

.c-forms.is-front .c-forms__privacy {
    margin-top: 0;
    font-size: 0.85rem;
}

.c-forms.is-front .wpcf7-submit {
    background: #ffba00;
    color: #181f36;
}

.c-forms.is-front .wpcf7-submit:hover {
    color: #fff;
    background: #181f36;
}

.home .c-forms__textarea .wpcf7-not-valid-tip,
.home .c-forms.is-front .wpcf7-not-valid-tip {
    position: absolute;
    z-index: 1;
    top: 1px;
    line-height: 0;
    letter-spacing: 0;
    left: 10px;
    font-size: .65rem;
}

.home .c-forms__textarea .wpcf7-not-valid-tip {
    top: 7px !important;
}
.wpcf7-list-item{
    display: flex !important;
}
.c-forms__privacy label{
    display: flex;
    justify-content: center;
}
.wpcf7-form-control-wrap{
    margin-top: 5px;
}
.partner .wpcf7-checkbox{
    display: flex;
}
.partner .wpcf7-checkbox .wpcf7-list-item.first{
    margin-left: 0;
}
.c-main-visual__content_inner {
    margin: 0 auto 0 0;
    max-width: 1800px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 1500px) {
    .c-forms.is-front {
        top: 3vw;
    }
    .c-main-visual__title:nth-of-type(2){
        margin: .5rem 0 0 2.5rem;
    }
    .c-main-visual__subtitle {
        margin: 2.125rem 0 0 0;
    }
    .c-forms.is-front {
        top: 2vh;
    }
}
@media screen and (max-width: 1100px) {
    .c-main-visual__content{
        padding: 0;
    }
    .c-main-visual__title{
        font-size: 1.5rem;
    }
    .c-main-visual__title small{
        font-size: 1.25rem;
    }
    .c-main-visual__title:nth-of-type(2){
        font-size: 1.5rem;
    }
    .c-main-visual__title:nth-of-type(2) small{
        font-size: 1.25rem;
    }
    .c-main-visual__title:nth-of-type(2) small{
        font-size: 1.25rem;
    }
    .c-main-visual__title span{
        font-size: 1.5rem;
    }
    .c-main-visual__title img{
        margin: 0 0 0 0.25rem;
        bottom: 5px;
    }
    .c-main-visual__subtitle{
        width: 380px;
        font-size: 0.8rem;
    }
    .c-forms.is-front{
        /*top: 3vh;*/
        right: 10px;
        /*width: 300px;*/
    }
    .c-forms.is-front .c-forms__input input{
        font-size: 0.8rem;
    }
}
@media screen and (max-width: 850px) {
    .c-forms.is-front{
        top: 3vh;
        width: 300px;
    }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-forms.is-front{
        display:none;
    }
}

/* STG TEMP: 送信結果は上の「BEGIN STG TEMP CF7」で表示。戻すときは下をアンコメント。
.wpcf7-response-output{
    display:none;
}
*/

.c-block-download__content.is-tags{
    padding: 1rem;
    background-color: #ebebeb;
    border-radius: 12px;
}

.l-section-wrapper.is-twocolumns{
    width: calc(100% - 293px - 64px);
    max-width: 120rem;
    margin: 0 auto;
}

.c-block-document-download-head__tag {
    font-size: 2em;
    font-weight: 700;
}

.c-block-document-download-head__tag span.is-small{
    font-size: 1.6rem;
}
