@charset "UTF-8";

/* 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;
}

.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;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}

.admin-bar .l-header {
	top: 32px !important;
}

body.admin-bar .c-breadcrumb:not(.is-relative) {
	top: calc(6.75rem + 32px) !important;
}

@media screen and (max-width: 59.3125em) {
	body.admin-bar .c-breadcrumb:not(.is-relative) {
		top: calc(3.5rem + 32px) !important;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .l-header {
		top: 46px !important;
	}

	body.admin-bar .c-breadcrumb:not(.is-relative) {
		top: calc(3.5rem + 46px) !important;
	}
}

/* breadcrumb */
.c-breadcrumb span span span {
	margin-left: 0.35em;
}

.c-breadcrumb span span a {
	margin-right: 0.35em;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-breadcrumb span span span {
		margin-left: 0.05em;
	}

	.c-breadcrumb span span a {
		margin-right: 0.05em;
	}
}

.l-old-function-content .p-breadcrumb {
	display: none;
}

.l-block-function_two_column .c-table {
	min-width: auto;
}

.l-block-function_two_column h3,
.l-block-function_two_column h4 {
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1.45;
	font-weight: bold;
	margin: 3rem 0 1.5rem;
	background-color: transparent;
	padding: 0;
	padding-left: 1rem;
	position: relative;
}

.l-block-function_two_column h3::before,
.l-block-function_two_column h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.25rem;
	height: 100%;
	background: #0068B7;
}

.l-block-function_two_column h3:first-child,
.l-block-function_two_column h4:first-child {
	margin-top: 1em;
}

.c-block-function-detail__item.is-image {
	display: block;
}

.c-block-function-detail__item.is-image .c-block-function-detail__item-content {
	margin-top: 1rem;
}

.l-post-content h3 .c-label {
	vertical-align: middle;
	margin-left: 1em;
	margin-top: -5px;
}

@media (min-width: 1200px) {
	.c-block-function-top__inner {
		padding-left: 4.8rem;
		padding-right: 4.8rem;
	}
}

.c-table.is-def tr.is-active a {
	text-decoration: none;
	color: #222;
}

.page-id-135906 .c-accordion__title {
	padding-top: 14px;
	padding-bottom: 14px;
}

@media (min-width: 376px) and (max-width: 768px) {
	.c-banners-top__news-block {
		margin-top: 0;
		margin-bottom: 0;
		margin-top: 1.125rem;
		/*margin-bottom: 1.125rem;*/
		padding-top: 1.125rem;
		padding-bottom: 1.125rem;
	}

	.c-banners-top__news {
		max-height: 120px;
		overflow: hidden;
	}
}

.c-accordion-table__title {
	transition: all ease 0.2s;
}

.c-accordion-table__head:hover .c-accordion-table__title {
	opacity: 0.7;
}

.c-accordion__head {
	align-items: initial;
}

.c-accordion__icon {
	height: auto;
}

.l-offer__button .c-button {
	transition: all ease 0.2s;
}

.l-offer__button .c-button:hover {
	opacity: 0.8;
}

.c-block-function-detail__item-num.is-empty {
	background: #FFF;
}

.l-container.is-sm {
	max-width: 779px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px) {
	.c-button.is-square {
		letter-spacing: 0;
	}

	.c-box-nav .l-container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.c-slidebar-form input {
		padding: 0.625rem 1.3125rem;
		border-radius: 4px;
		max-width: 168px;
	}
}

.l-page-header.is-bizseries:after {
	background: rgba(255, 255, 255, 0.8);
}

.post-type-archive-bizseries .c-breadcrumb span a,
.single-bizseries .c-breadcrumb span a {
	color: #0068B7;
}

.post-type-archive-bizseries .c-breadcrumb span,
.single-bizseries .c-breadcrumb span {
	color: #333;
}

.post-type-archive-bizseries .l-page-header img,
.single-bizseries .l-page-header img {
	max-width: 262px;
	margin-top: 10px;
}

.c-block-biz-content__texts .c-block-biz-content__title img {
	max-width: 250px;
}

.c-block-biz-content__box {
	align-items: flex-start;
}

.c-aside-select__search-btn button {
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	background: #0068B7;
	width: 12.125rem;
	height: 3.125rem;
	margin: auto;
	border-radius: 32px;
	position: relative;
	border: none;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-aside-select__search-btn button {
		height: 2.75rem;
	}
}

.c-aside-select__search-btn button:after {
	font-family: FontAwesome;
	content: "";
	font-size: 1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
}

.c-pagination ul li span.dots {
	font-family: "Noto Sans JP", sans-serif;
	background: transparent;
	border-color: transparent;
	color: #0068B7;
}

.c-tabs-faq__navs.is-free {
	justify-content: center;
	flex-wrap: wrap;
}

.c-tabs-faq__navs.is-free li {
	width: auto;
	display: inline-block;
	margin-right: 40px;
	margin-left: 40px;
}

/* h2のスタイルを無理やり当てる */
.l-post-content p[style*="font-size: 20px; color: #0068b7;"],
.l-post-content span[style*="font-size: 18pt; color: #3366ff;"] {
	font-size: 1.5625rem;
	line-height: 1.68;
	letter-spacing: 0.05em;
	margin-top: 5rem;
	margin-bottom: 2rem;
	border-bottom: 2px solid #0068B7;
	padding-bottom: 0.875rem;
	display: block;
	color: #222 !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

	.l-post-content p[style*="font-size: 20px; color: #0068b7;"],
	.l-post-content span[style*="font-size: 18pt; color: #3366ff;"] {
		margin-top: 2.5rem;
		font-size: 1.125rem;
	}
}

.l-header.is-simple .l-header__nav,
.l-header.is-simple .l-header__buttons {
	display: none;
}

.l-footer.is-simple > .l-container {
	display: none;
}

.l-post-content.is-case h2.c-heading.is-md {
	border-bottom: none;
	padding-bottom: 0.15em;
}

.c-block-member-login__button input,
.l-post-content.is-case .p-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.3s;
	font-weight: 700;
	transform: perspective(1px) translateZ(0);
	border-radius: 32px;
	border: 2px solid #0068B7;
	text-decoration: none;
	height: 4rem;
	min-width: 22.25rem;
	overflow: hidden;
	color: #0068B7;
	background: #fff;
	padding: 0 3.0625rem;
}

@media (max-width: 768px) {

	.c-block-member-login__button input,
	.l-post-content.is-case .p-button {
		min-width: 18.4375rem;
	}
}

.c-block-member-login__button input:before,
.l-post-content.is-case .p-button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #0068B7;
	transition: all 0.3s 0s ease;
	border-radius: 32px;
	z-index: -1;
}

.c-block-member-login__button input:after,
.l-post-content.is-case .p-button:after {
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	right: 1rem;
	color: #fff;
	transform: translateY(-50%);
	font-weight: 400;
	width: 1.5rem;
	height: 1.5rem;
	background: #0068B7;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s 0s ease;
}

.c-block-member-login__button input:hover,
.l-post-content.is-case .p-button:hover {
	opacity: 1;
	color: #fff;
}

.c-block-member-login__button input:hover {
	background: #0068B7;
	cursor: pointer;
}

.c-block-member-login__button input:hover:before,
.l-post-content.is-case .p-button:hover:before {
	width: 100%;
}

.c-block-member-login__button input:hover:after,
.l-post-content.is-case .p-button:hover:after {
	background: #fff;
	color: #0068B7;
}

.c-flex {
	display: flex;
}

.c-flex.c-flex--center {
	justify-content: center;
}

.c-block-member-login__block input {
	width: 100%;
	border-radius: 4px !important;
	border: 1px solid #D9D9D9;
	height: 4.375rem;
	padding: 1rem;
}

@media not screen and (max-width: 46.8125em) {
	.c-block-maintenance-links__label {
		font-size: 1.3rem;
	}

	.c-block-maintenance-links__text {
		font-size: 2.2rem;
	}
}

.c-block-maintenance-links__block.is-red {
	background-image: linear-gradient(to bottom, #c62f2f, #a80000);
}

.c-box-seminar-event__tab.is-status.is-end {
	background: #aaa;
}

.c-box-seminar-event__tab.is-status.is-attention {
	background: #E68500;
}

.c-block-forms-wrapper {
	margin-top: 2.625rem;
}

.c-block-forms-wrapper__form iframe {
	width: 100%;
}

.c-forms__textarea textarea,
.c-forms__input input,
.c-block-form__input input {
	background-color: #fff;
}

.c-block-member-login__inner .c-heading.is-xlg.is-bottom:after {
	display: none;
}

.c-box-special-buttons a.is-maintenance {
	background: #7b61d2;
}

.c-news-header__sup .c-label {
	margin-right: 8px;
}

.c-seminar-results {
	display: flex;
}

.c-seminar-results-wrapper {
	display: flex;
}

.c-seminar-results dt {
	background: #e8e8e8;
	font-size: 0.9em;
	padding: 4px 10px;
	border-radius: 2px;
	letter-spacing: 0;
	margin-right: 8px;
}

.c-seminar-results dd {
	font-size: 0.9em;
	padding: 4px 10px;
	border-radius: 2px;
	letter-spacing: 0;
	margin-right: 8px;
}

.c-heading.is-xlg.is-accent-none:after {
	display: none;
}

.c-block-credential-top__para {
	margin-bottom: 4.5rem;
}

.c-banner-version__inner {
	display: block;
}

.l-post-content ul.toc_list {
	margin-left: 0;
	padding-left: 0;
}

.l-post-content ul.toc_list li {
	list-style: none;
}

@media (max-width: 768px) {
	.l-post-content .wp-embedded-content {
		padding-left: 0;
		margin-left: 0;
		max-width: 90% !important;
	}
}

@media (min-width: 768px) {

	.c-block-search-flex input[name=s_keyword],
	input[name=s_keyword].c-block-search-faq__input {
		border: 2px solid #0068B7;
		padding: 0 3.25rem;
		font-size: 18px;
	}
}

.c-pagination ul {
	flex-wrap: wrap;
}

@media (max-width: 768px) {

	.c-block-search-flex input[name=s_keyword],
	input[name=s_keyword].c-block-search-faq__input {
		border: 2px solid #0068B7;
		/*padding: 0 3.25rem;*/
		font-size: 16px;
	}

	.c-pagination ul li {
		margin-bottom: 8px;
	}

	.c-slidebar-form input {
		-webkit-appearance: none;
		border-radius: 4px !important;
		max-width: 86%;
	}

	#chatplusview.chatplusview-modern.closed.float #outline #eye_catcher {
		bottom: calc(100% + 90px * var(--zoom)) !important;
	}

	.c-block-top-news__title {
		width: 100%;
	}
}

.c-tabs-faq__label {
	min-width: 137px;
	text-align: center;
}

.wp-block-column h1:first-of-type,
.wp-block-column h2:first-of-type,
.wp-block-column h3:first-of-type,
.wp-block-column h4:first-of-type,
.wp-block-column h5:first-of-type {
	margin-top: 0;
}

body.page .l-post-content p {
	margin-bottom: 0rem;
}

.c-block-search-flex__form::after,
.c-block-search-faq__form:after {
	display: none;
}

.c-block-search-flex__form button,
.c-block-search-faq__form button {
	font-size: 1.5rem;
	background: none;
	border: none;
	-webkit-appearance: none;
	color: #0068B7;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2.5rem;
	z-index: 100;
	width: 3rem;
	height: 3rem;
	line-height: 1;
	border-radius: 10000px;
}

.c-block-search-flex__form button {
	right: 1.5rem;
}

.c-block-search-flex__form button:hover,
.c-block-search-faq__form button:hover {
	background: #e8e8e8;
}

.c-tabs-faq__item__content {
	padding: 0px 16px;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.c-tabs-faq__item__content .c-block-faq-detail {
	padding: 0;
}

.l-post-content p strong {
	/*color: inherit;*/
}

.c-box-seminar-event__title a {
	text-decoration: none;
}

.c-box-seminar-event__tab.is-archive {
	background: #a962b9;
}

.c-seminar-alert {
	padding: 20px 32px;
	border: 3px solid #1a69ab;
	color: #1a69ab;
	background: rgba(26, 105, 171, 0.13);
	margin-top: 48px;
	margin-bottom: 8px;
	text-align: center;
	font-weight: bold;
}

#tinymce.post-type-post {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/*.l-post-content > p {*/
/*	letter-spacing: 0em;*/
/*}*/
.single-post .l-post-content .p-button:not(.c-button) {
	display: inline-block;
	padding: 12px 32px;
	border-radius: 100px;
}

.home .c-block-top-neo__video iframe {
	border: none;
}

.page .p-heading-top.c-flex.c-flex--center.c-flex--middle {
	display: none;
}

.l-contents__in .p-breadcrumb {
	display: none;
}

.page .p-heading-4.u-mt-section {
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 1.2em;
}

.page .p-button.p-button--reverse.p-button--large {
	text-decoration: none;
	border: 2px solid #0068B7;
	border-radius: 1000px;
	padding: 10px 32px;
}

.page.parent-pageid-2:not(.introduction-movie) .page.type-page {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.page.parent-pageid-2 .page.type-page .c-flex--center.p-button-col-1.u-mt-tall {
	margin-top: 2em;
}

.p-table.is-nopad th {
	padding: 3px 8px;
	font-size: 0.9em;
}

.p-table.is-nopad td {
	padding: 3px 8px;
	font-size: 0.9em;
}

.single-seminar .l-post-content table tbody strong {
	color: #DB9800;
}

.l-post-content iframe,
#tinymce.post-type-post iframe,
#tinymce.mce-content-body.acf_content iframe {
	/* width: auto; */
}

.c-tabs-sm.is-four .c-tabs-sm__navs li {
	width: calc(25% - 2px);
}

#tinymce.l-post-content.is-tip {
	max-width: 748px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.l-post-content table.is-6 th,
.l-post-content table.is-7 th,
.l-post-content table.is-8 th,
.l-post-content table.is-9 th,
.l-post-content table.is-10 th,
.l-post-content table.is-6 td,
.l-post-content table.is-7 td,
.l-post-content table.is-8 td,
.l-post-content table.is-9 td,
.l-post-content table.is-10 td {
	font-size: 13px;
	padding-left: 6px;
	padding-right: 5px;
}

.l-post-content table.is-6 td,
.l-post-content table.is-7 td,
.l-post-content table.is-8 td,
.l-post-content table.is-9 td,
.l-post-content table.is-10 td {
	padding-left: 6px;
	padding-right: 5px;
}

.l-contents__in h2:first-of-type {
	margin-top: 0;
	padding-top: 0;
}

.u-align-left {
	text-align: left;
}

.u-align-center {
	text-align: center;
}

.u-align-right {
	text-align: right;
}

.u-valign-top {
	vertical-align: top;
}

.u-valign-bottom {
	vertical-align: bottom;
}

.u-valign-middle {
	vertical-align: middle;
}

.u-mt-section {
	margin-top: 30px;
}

.u-mt-tall {
	margin-top: 25px;
}

.u-mt-medium {
	margin-top: 20px;
}

.u-mt-short {
	margin-top: 15px;
}

.u-mt-paragraph {
	margin-top: 12px;
}

.u-mt-line {
	margin-top: 10px;
}

.u-mt0 {
	margin-top: 0 !important;
}

.u-mr0 {
	margin-right: 0 !important;
}

.u-mb0 {
	margin-bottom: 0 !important;
}

.u-ml0 {
	margin-left: 0 !important;
}

.u-pt0 {
	padding-top: 0 !important;
}

.u-pr0 {
	padding-right: 0 !important;
}

.u-pb0 {
	padding-bottom: 0 !important;
}

.u-pl0 {
	padding-left: 0 !important;
}

.u-mt5 {
	margin-top: 5px !important;
}

.u-mr5 {
	margin-right: 5px !important;
}

.u-mb5 {
	margin-bottom: 5px !important;
}

.u-ml5 {
	margin-left: 5px !important;
}

.u-pt5 {
	padding-top: 5px !important;
}

.u-pr5 {
	padding-right: 5px !important;
}

.u-pb5 {
	padding-bottom: 5px !important;
}

.u-pl5 {
	padding-left: 5px !important;
}

.u-mt10 {
	margin-top: 10px !important;
}

.u-mr10 {
	margin-right: 10px !important;
}

.u-mb10 {
	margin-bottom: 10px !important;
}

.u-ml10 {
	margin-left: 10px !important;
}

.u-pt10 {
	padding-top: 10px !important;
}

.u-pr10 {
	padding-right: 10px !important;
}

.u-pb10 {
	padding-bottom: 10px !important;
}

.u-pl10 {
	padding-left: 10px !important;
}

.u-mt15 {
	margin-top: 15px !important;
}

.u-mr15 {
	margin-right: 15px !important;
}

.u-mb15 {
	margin-bottom: 15px !important;
}

.u-ml15 {
	margin-left: 15px !important;
}

.u-pt15 {
	padding-top: 15px !important;
}

.u-pr15 {
	padding-right: 15px !important;
}

.u-pb15 {
	padding-bottom: 15px !important;
}

.u-pl15 {
	padding-left: 15px !important;
}

.u-mt20 {
	margin-top: 20px !important;
}

.u-mr20 {
	margin-right: 20px !important;
}

.u-mb20 {
	margin-bottom: 20px !important;
}

.u-ml20 {
	margin-left: 20px !important;
}

.u-pt20 {
	padding-top: 20px !important;
}

.u-pr20 {
	padding-right: 20px !important;
}

.u-pb20 {
	padding-bottom: 20px !important;
}

.u-pl20 {
	padding-left: 20px !important;
}

.u-mt25 {
	margin-top: 25px !important;
}

.u-mr25 {
	margin-right: 25px !important;
}

.u-mb25 {
	margin-bottom: 25px !important;
}

.u-ml25 {
	margin-left: 25px !important;
}

.u-pt25 {
	padding-top: 25px !important;
}

.u-pr25 {
	padding-right: 25px !important;
}

.u-pb25 {
	padding-bottom: 25px !important;
}

.u-pl25 {
	padding-left: 25px !important;
}

.u-mt30 {
	margin-top: 30px !important;
}

.u-mr30 {
	margin-right: 30px !important;
}

.u-mb30 {
	margin-bottom: 30px !important;
}

.u-ml30 {
	margin-left: 30px !important;
}

.u-pt30 {
	padding-top: 30px !important;
}

.u-pr30 {
	padding-right: 30px !important;
}

.u-pb30 {
	padding-bottom: 30px !important;
}

.u-pl30 {
	padding-left: 30px !important;
}

.u-mt35 {
	margin-top: 35px !important;
}

.u-mr35 {
	margin-right: 35px !important;
}

.u-mb35 {
	margin-bottom: 35px !important;
}

.u-ml35 {
	margin-left: 35px !important;
}

.u-pt35 {
	padding-top: 35px !important;
}

.u-pr35 {
	padding-right: 35px !important;
}

.u-pb35 {
	padding-bottom: 35px !important;
}

.u-pl35 {
	padding-left: 35px !important;
}

.u-mt40 {
	margin-top: 40px !important;
}

.u-mr40 {
	margin-right: 40px !important;
}

.u-mb40 {
	margin-bottom: 40px !important;
}

.u-ml40 {
	margin-left: 40px !important;
}

.u-pt40 {
	padding-top: 40px !important;
}

.u-pr40 {
	padding-right: 40px !important;
}

.u-pb40 {
	padding-bottom: 40px !important;
}

.u-pl40 {
	padding-left: 40px !important;
}

.u-mt45 {
	margin-top: 45px !important;
}

.u-mr45 {
	margin-right: 45px !important;
}

.u-mb45 {
	margin-bottom: 45px !important;
}

.u-ml45 {
	margin-left: 45px !important;
}

.u-pt45 {
	padding-top: 45px !important;
}

.u-pr45 {
	padding-right: 45px !important;
}

.u-pb45 {
	padding-bottom: 45px !important;
}

.u-pl45 {
	padding-left: 45px !important;
}

.u-mt50 {
	margin-top: 50px !important;
}

.u-mr50 {
	margin-right: 50px !important;
}

.u-mb50 {
	margin-bottom: 50px !important;
}

.u-ml50 {
	margin-left: 50px !important;
}

.u-pt50 {
	padding-top: 50px !important;
}

.u-pr50 {
	padding-right: 50px !important;
}

.u-pb50 {
	padding-bottom: 50px !important;
}

.u-pl50 {
	padding-left: 50px !important;
}

.u-mt55 {
	margin-top: 55px !important;
}

.u-mr55 {
	margin-right: 55px !important;
}

.u-mb55 {
	margin-bottom: 55px !important;
}

.u-ml55 {
	margin-left: 55px !important;
}

.u-pt55 {
	padding-top: 55px !important;
}

.u-pr55 {
	padding-right: 55px !important;
}

.u-pb55 {
	padding-bottom: 55px !important;
}

.u-pl55 {
	padding-left: 55px !important;
}

.u-mt60 {
	margin-top: 60px !important;
}

.u-mr60 {
	margin-right: 60px !important;
}

.u-mb60 {
	margin-bottom: 60px !important;
}

.u-ml60 {
	margin-left: 60px !important;
}

.u-pt60 {
	padding-top: 60px !important;
}

.u-pr60 {
	padding-right: 60px !important;
}

.u-pb60 {
	padding-bottom: 60px !important;
}

.u-pl60 {
	padding-left: 60px !important;
}

.u-mt65 {
	margin-top: 65px !important;
}

.u-mr65 {
	margin-right: 65px !important;
}

.u-mb65 {
	margin-bottom: 65px !important;
}

.u-ml65 {
	margin-left: 65px !important;
}

.u-pt65 {
	padding-top: 65px !important;
}

.u-pr65 {
	padding-right: 65px !important;
}

.u-pb65 {
	padding-bottom: 65px !important;
}

.u-pl65 {
	padding-left: 65px !important;
}

.u-mt70 {
	margin-top: 70px !important;
}

.u-mr70 {
	margin-right: 70px !important;
}

.u-mb70 {
	margin-bottom: 70px !important;
}

.u-ml70 {
	margin-left: 70px !important;
}

.u-pt70 {
	padding-top: 70px !important;
}

.u-pr70 {
	padding-right: 70px !important;
}

.u-pb70 {
	padding-bottom: 70px !important;
}

.u-pl70 {
	padding-left: 70px !important;
}

.u-mt75 {
	margin-top: 75px !important;
}

.u-mr75 {
	margin-right: 75px !important;
}

.u-mb75 {
	margin-bottom: 75px !important;
}

.u-ml75 {
	margin-left: 75px !important;
}

.u-pt75 {
	padding-top: 75px !important;
}

.u-pr75 {
	padding-right: 75px !important;
}

.u-pb75 {
	padding-bottom: 75px !important;
}

.u-pl75 {
	padding-left: 75px !important;
}

.u-mt80 {
	margin-top: 80px !important;
}

.u-mr80 {
	margin-right: 80px !important;
}

.u-mb80 {
	margin-bottom: 80px !important;
}

.u-ml80 {
	margin-left: 80px !important;
}

.u-pt80 {
	padding-top: 80px !important;
}

.u-pr80 {
	padding-right: 80px !important;
}

.u-pb80 {
	padding-bottom: 80px !important;
}

.u-pl80 {
	padding-left: 80px !important;
}

.u-mt85 {
	margin-top: 85px !important;
}

.u-mr85 {
	margin-right: 85px !important;
}

.u-mb85 {
	margin-bottom: 85px !important;
}

.u-ml85 {
	margin-left: 85px !important;
}

.u-pt85 {
	padding-top: 85px !important;
}

.u-pr85 {
	padding-right: 85px !important;
}

.u-pb85 {
	padding-bottom: 85px !important;
}

.u-pl85 {
	padding-left: 85px !important;
}

.u-mt90 {
	margin-top: 90px !important;
}

.u-mr90 {
	margin-right: 90px !important;
}

.u-mb90 {
	margin-bottom: 90px !important;
}

.u-ml90 {
	margin-left: 90px !important;
}

.u-pt90 {
	padding-top: 90px !important;
}

.u-pr90 {
	padding-right: 90px !important;
}

.u-pb90 {
	padding-bottom: 90px !important;
}

.u-pl90 {
	padding-left: 90px !important;
}

.u-mt95 {
	margin-top: 95px !important;
}

.u-mr95 {
	margin-right: 95px !important;
}

.u-mb95 {
	margin-bottom: 95px !important;
}

.u-ml95 {
	margin-left: 95px !important;
}

.u-pt95 {
	padding-top: 95px !important;
}

.u-pr95 {
	padding-right: 95px !important;
}

.u-pb95 {
	padding-bottom: 95px !important;
}

.u-pl95 {
	padding-left: 95px !important;
}

.u-mt100 {
	margin-top: 100px !important;
}

.u-mr100 {
	margin-right: 100px !important;
}

.u-mb100 {
	margin-bottom: 100px !important;
}

.u-ml100 {
	margin-left: 100px !important;
}

.u-pt100 {
	padding-top: 100px !important;
}

.u-pr100 {
	padding-right: 100px !important;
}

.u-pb100 {
	padding-bottom: 100px !important;
}

.u-pl100 {
	padding-left: 100px !important;
}

.u-font-w-1 {
	font-weight: 100;
}

.u-font-w-2 {
	font-weight: 200;
}

.u-font-w-3 {
	font-weight: 300;
}

.u-font-w-4 {
	font-weight: 400;
}

.u-font-w-5 {
	font-weight: 500;
}

.u-font-w-6 {
	font-weight: 600;
}

.u-font-w-7 {
	font-weight: 700;
}

.u-font-s-s {
	font-size: 1.2rem;
}

.u-font-s-m {
	font-size: 1.4rem;
}

.u-font-s-r {
	font-size: 1.4rem;
}

.u-font-s-l {
	font-size: 1.4rem;
}

.u-font-s-xl {
	font-size: 1.6rem;
}

.u-font-s-xx {
	font-size: 1.8rem;
}

.u-color-default {
	color: #313131;
}

.u-color-blue {
	color: #0068b7;
}

.u-color-green {
	color: #27a52d;
}

.u-color-yellow {
	color: #d39d01;
}

.u-color-red {
	color: #f00;
}

.u-line-height-none {
	line-height: 1;
}

.u-line-height-short {
	line-height: 1.25;
}

.u-line-height-normal {
	line-height: 1.666;
}

.u-line-height-tall {
	line-height: 2;
}

.u-text-caution {
	font-weight: bold;
	color: #f00;
}

.u-block {
	display: block;
}

.u-hidden {
	display: none;
}

.u-inline {
	display: inline;
}

.u-inlineblock {
	display: inline-block;
}

.u-table {
	display: table;
}

.u-tablecell {
	display: table-cell;
}

.u-block-left {
	margin-left: auto;
}

.u-block-center {
	margin-right: auto;
	margin-left: auto;
}

.u-block-right {
	margin-right: auto;
}

.u-disabled {
	pointer-events: none;
}

.u-bg-gray1 {
	background-color: #dcdcdc;
}

.u-bg-gray2 {
	background-color: rgba(220, 220, 220, 0.3);
}

.u-bg-blue1 {
	background-color: #0068b7;
}

.u-bg-blue2 {
	background-color: rgba(0, 104, 183, 0.1);
}

.u-bg-blue3 {
	background-color: rgba(0, 104, 183, 0.04);
}

.u-bg-green1 {
	background-color: #27a52d;
}

.u-bg-green2 {
	background-color: rgba(39, 165, 45, 0.1);
}

.u-bg-green3 {
	background-color: rgba(39, 165, 45, 0.04);
}

.u-bg-yellow1 {
	background-color: #d39d01;
}

.u-bg-yellow2 {
	background-color: rgba(211, 157, 1, 0.1);
}

.u-bg-yellow3 {
	background-color: rgba(211, 157, 1, 0.04);
}

.u-col-1 {
	width: 100%;
}

.u-col-2 {
	width: 50%;
}

.u-col-3 {
	width: 33.33333%;
}

.u-col-4 {
	width: 25%;
}

.u-col-5 {
	width: 20%;
}

.u-col-6 {
	width: 16.66667%;
}

.u-col-7 {
	width: 14.28571%;
}

.u-col-8 {
	width: 12.5%;
}

.u-hover_opacity {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.u-hover_opacity:hover {
	opacity: 0.75;
}

.u-bg-greenTable1 {
	background-color: rgba(39, 165, 45, 0.4);
}

.u-bg-greenTable2 {
	background-color: rgba(39, 165, 45, 0.2);
}

.u-bg-blueTable1 {
	background-color: rgba(0, 104, 183, 0.4);
}

.u-bg-blueTable2 {
	background-color: rgba(0, 104, 183, 0.2);
}

.l-contents__in iframe[src*="youtube.com"] {
	min-width: 560px;
	min-height: 320px;
}

.c-box-special-buttons__inner {
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.c-box-special-buttons a {
		max-width: calc(50% - 2.25rem);
		margin-bottom: 24px;
	}
}

.c-box-special-buttons__inner .is-movie {
	background: #dc7272;
}

.c-banner-document.is-sm.is-cta .c-banner-document__content {
	align-items: flex-start;
}

.c-banner-document.is-sm.is-cta .c-banner-document__title {
	font-size: 1.5rem;
	text-align: center;
	color: #FFF;
	z-index: 10;
	padding-top: 2em;
}

.c-banner-document.is-sm.is-cta .c-banner-document__content {
	padding-top: 0.5em;
}

.c-post-navs ul li {
	width: auto !important;
}

.c-post-navs__archive {
	position: static;
	transform: none;
}

.c-post-navs ul li a {
	min-width: 31% !important;
}

.c-post-navs ul li {
	width: 31% !important;
}

@media (max-width: 768px) {
	.c-banner-document.is-sm.is-cta .c-banner-document__title {
		padding-top: 1em;
		font-size: 1.4rem;
		padding-left: 1em;
		padding-right: 1em;
	}

	.c-box-special-buttons a {
		margin-bottom: 8px;
	}

	.c-post-navs ul {
		flex-wrap: wrap;
	}

	.c-post-navs ul li.c-post-navs__archive {
		position: static;
		transform: none;
	}

	.c-post-navs ul li {
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.c-post-navs__archive {
		position: static;
		transform: none;
	}

	.c-post-navs ul li a {
		min-width: 100% !important;
	}

	.c-post-navs ul li {
		width: 100% !important;
	}
}

.c-block-top-info__title {
	min-height: 5em;
}

.c-banner-document.is-sm.is-wp .c-banner-document__button {
	display: block;
}

.c-banner-document.is-sm.is-wp .c-banner-document__image {
	max-width: 25%;
}

.c-banner-document.is-sm.is-wp .c-banner-document__text {
	margin-bottom: 1em;
	max-width: 100%;
	width: 100%;
}

@media (max-width: 768px) {
	.c-banner-document.is-sm.is-wp .c-banner-document__image {
		max-width: 100%;
	}

	.c-banner-document.is-sm.is-wp .c-banner-document__button > div {
		margin-bottom: 1em;
	}

	.page-id-139 .c-heading.is-xlg.is-bottom {
		font-size: 18px;
	}
}

.tax-partners_area .c-tabs-sm__navs {
	justify-content: flex-start;
	min-height: 50px;
}

.tax-partners_area .c-tabs-sm.is-four .c-tabs-sm__navs li {
	margin-right: 2px;
}

.c-box-partner-link__list .c-box-partner-link__item:first-child {
	border-top: 0;
}

@media (min-width: 768px) {
	.c-block-top-info__block {
		width: calc(33% - 22px);
	}
}

@media (max-width: 950px) and (min-width: 768px) {
	.c-block-top-info__block {
		margin-left: 0.5rem;
	}
}

@media (max-width: 768px) {
	.login .c-block-top-news__button .large-6 {
		margin-bottom: 10px;
		text-align: center;
		width: 100%;
	}

	.login .c-block-top-news__button .large-6 .c-button {
		width: 100%;
	}

	.c-box-tip-card__content {
		align-items: stretch;
	}

	.c-block-member-login__block input {
		height: auto;
	}
}

.l-post-content blockquote {
	background-color: #fff;
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	border-left: 3px solid #0068B7;
	position: relative;
	padding: 1.5rem 1.5rem 1.5rem 3rem;
	/* font-size: 16px; */
	margin: 1rem 0;
}

.l-post-content blockquote:before {
	content: "";
	display: block;
	font-family: "FontAwesome";
	font-size: 1.25rem;
	color: #0068B7;
	position: absolute;
	left: 0.75rem;
	top: 0.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.l-post-content blockquote {
		padding: 0.75rem 0.75rem 0.75rem 2rem;
	}

	.l-post-content blockquote:before {
		font-size: 1rem;
		top: 0.125rem;
		left: 0.5rem;
	}
}

@media (min-width: 1330px) {
	.l-header__submenu__text {
		font-size: 0.9rem;
	}

	.l-header__nav ul li {
		margin-right: 20px;
	}

	.l-header__nav ul li > a {
		font-size: 1rem;
		letter-spacing: 0;
	}

	.l-header__item {
		font-size: 0.85rem;
	}

	.l-header__button {
		min-width: 8.3rem;
		width: auto;
		height: 4.1rem;
		font-size: 1rem;
		position: relative;
		padding-right: 38px;
		padding-left: 36px;
	}

	.l-header__button:after {
		content: "";
		font-family: FontAwesome;
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
	}

	.l-header__buttons {
		margin-top: -3px;
		margin-left: 1.3rem;
	}
}

@media (min-width: 768px) {
	.c-block-product-top__cards.is-detail .c-block-product-top__card {
		flex-basis: calc(50% - 24px);
		margin-bottom: 40px;
		overflow: visible;
		position: relative;
	}

	.c-block-product-top__cards.is-detail .c-block-product-top__card:after {
		content: "詳細を見る";
		display: block;
		padding: 10px 24px;
		background: #00B3E5;
		color: #FFF;
		border-radius: 100px;
		max-width: 200px;
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: -20px;
		left: 50%;
		font-size: 14px;
		transform: translateX(-50%);
		box-shadow: 0px 10px rgba(0, 0, 0, 0.05);
	}

	.c-block-product-top__cards.is-detail .c-block-product-top__card.is-st:after {
		background: #155D90;
	}

	.c-block-product-top__cards.is-detail .c-block-product-top__card.is-neo:after {
		background: #C36A1A;
	}

	.c-block-product-top__cards.is-detail .c-block-product-top__card.is-lt:after {
		background: #00562F;
	}

	.c-block-product-top__cards.is-detail .c-block-product-top__card-bg:before {
		padding-top: 65%;
	}

	.c-block-product-top__cards.is-detail .c-block-product-top__card-content {
		display: flex;
	}

	.c-block-product-top__cards.is-detail .c-block-product-top__card-bg {
		flex-basis: 43%;
	}

	.c-block-product-top__cards.is-detail .c-block-product-top__card-content-inner {
		flex-basis: 56%;
		padding-left: 7%;
	}

	.c-block-product-top__cards.is-detail .c-block-product-top__card-content {
		padding-bottom: 24px;
	}

	.c-block-product-top__cards.is-detail .c-block-product-top__card-title {
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.4;
		margin-bottom: 4px !important;
	}

	.c-block-product-top__cards.is-detail .c-block-product-top__card-title.is-st {
		color: #155D90;
	}

	.c-block-product-top__cards.is-detail .c-block-product-top__card-title.is-neo {
		color: #C36A1A;
	}

	.c-block-product-top__cards.is-detail .c-block-product-top__card-title.is-lt {
		color: #00562F;
	}

	.c-block-product-top__cards.is-detail .c-block-product-top__card-title {
		padding-left: 0;
	}

	.c-block-product-top__cards.is-detail .c-block-product-top__card-title:after {
		display: none;
	}

	.l-block-capsul-nav .c-box-nav .c-button {
		width: calc(25% - 2rem);
		margin-left: 1.5rem;
		padding-left: 16px;
		padding-right: 32px;
		letter-spacing: 0;
	}
}

.c-box-nav a:not(.c-button[href^="#"]):after {
	transform: translateY(-50%) rotate(-90deg);
}

.c-checklist .c-block-function-detail__option-title {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 24px;
}

.c-checklist .c-block-function-detail__option-mark {
	display: none;
}

.c-checklist .c-block-function-detail__option-text {
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.c-checklist .c-block-function-detail__option-text ul li {
	position: relative;
	font-size: 20px;
	padding-left: 36px;
	padding-bottom: 12px;
}

.c-checklist .c-block-function-detail__option-text ul li:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../kendweb-html/dist/assets/images/icon-check.svg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 4px;
}

.l-offer.is-sm .l-offer__inner {
	padding-bottom: 2.5rem;
}

@media (max-width: 768px) {
	.c-checklist .c-block-function-detail__option-text {
		max-width: 100%;
	}

	.c-checklist .c-block-function-detail__option-text ul li {
		font-size: 16px;
	}
}

.c-block-product-top__cards.is-detail .c-block-product-top__card-title {
	/* font-size:  */
}

/* 2022/11/15追加 どっと原価NEO 製品一覧 */
.page-id-135947 .c-block-product-top {
	padding-bottom: 0;
}

.c-block-product-list {
	background: #fff;
	position: relative;
	z-index: 2;
	padding: 55px 0 50px;
}

.c-block-product-list__read {
	text-align: center;
	margin-bottom: 47px;
}

.c-block-product-list__item {
	padding: 75px 0;
	background: #EFF0FA;
}

.c-block-product-list__item-inner {
	max-width: 1140px !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.c-block-product-list__thumb {
	display: block;
	width: 43.94%;
	padding-bottom: 28.68%;
	position: relative;
}

.c-block-product-list__thumb-label {
	width: 205px;
	margin-bottom: 7px;
	padding: 9px 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	background: #00B3E5;
	z-index: 2;
}

.c-block-product-list__thumb-bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.c-block-product-list__body {
	width: 48.42%;
}

.c-block-product-list__label {
	margin-bottom: 7px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #222;
}

.c-block-product-list__title {
	padding-bottom: 19px;
	line-height: 1.42;
	font-size: 24px;
	font-weight: bold;
	color: #00B3E5;
	border-bottom: solid 1px #d9d9d9;
}

.c-block-product-list__txt {
	line-height: 1.63;
	margin-top: 21px;
	color: #222;
}

.c-block-product-list__btn {
	display: block;
	max-width: 356px;
	width: 100%;
	margin-top: 37px;
	padding: 15px 0;
	border-radius: 32px;
	background: #00B3E5;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.c-block-product-list__item + .c-block-product-list__item {
	margin-top: 29px;
}

.c-block-product-list__item.is-green {
	background: #f4f7e9;
}

.c-block-product-list__thumb-label.is-green,
.c-block-product-list__btn.is-green {
	background: #00562f;
}

.c-block-product-list__item.is-brue {
	background: #edf2f8;
}

.c-block-product-list__thumb-label.is-brue,
.c-block-product-list__btn.is-brue {
	background: #155d90;
}

.c-block-product-list__item.is-orenge {
	background: #fcf2e5;
}

.c-block-product-list__thumb-label.is-orenge,
.c-block-product-list__btn.is-orenge {
	background: #c26a1a;
}

.c-block-product-list__title.is-orenge {
	color: #c26a1a;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-block-product-list {
		padding: 2.5rem 0;
	}

	.c-block-product-list__read {
		margin-bottom: 2rem;
	}

	.c-block-product-list__item {
		padding: 2rem 0;
	}

	.c-block-product-list__thumb {
		width: 100%;
		padding-bottom: 60%;
		margin-bottom: 0.9rem;
	}

	.c-block-product-list__thumb-label {
		width: 10rem;
		padding: 5px 0;
		font-size: 12px;
	}

	.c-block-product-list__body {
		width: 100%;
	}

	.c-block-product-list__label {
		margin-bottom: 3px;
		font-size: 16px;
	}

	.c-block-product-list__title {
		padding-bottom: 0.7rem;
		font-size: 19px;
		line-height: 1.5;
	}

	.c-block-product-list__txt {
		margin-top: 0.7rem;
		line-height: 1.5;
	}

	.c-block-product-list__btn {
		max-width: 97%;
		margin: 1rem auto 0;
		padding: 8px 0;
		font-size: 13px;
	}

	.c-block-product-list__item + .c-block-product-list__item {
		margin-top: 15px;
	}
}

/* 2022/11/17追加 機能一覧 – 見積作成 */
.estimate-creation .c-block-function-detail__read,
.report .c-block-function-detail__read,
.budget_control .c-block-function-detail__read {
	max-width: 870px;
	font-size: 16px;
	text-align: center;
	line-height: 1.63;
	margin: 22px auto 26px;
}

.estimate-creation .c-block-function-detail__support,
.report .c-block-function-detail__support,
.budget_control .c-block-function-detail__support {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 73px;
	padding: 24px 5.4% 23px;
	border-radius: 4px;
	border: solid 1px #d9d9d9;
}

.estimate-creation .c-block-function-detail__support-title,
.report .c-block-function-detail__support-title,
.budget_control .c-block-function-detail__support-title {
	font-size: 20px;
	font-weight: bold;
	margin-left: auto;
	margin-right: 37px;
	margin-bottom: 0 !important;
	white-space: nowrap;
}

@media (max-width: 1200px) {

	.estimate-creation .c-block-function-detail__support-title,
	.report .c-block-function-detail__support-title,
	.budget_control .c-block-function-detail__support-title {
		margin-right: auto;
		margin-bottom: 1rem !important;
	}
}

.estimate-creation .c-block-function-detail__support-list,
.report .c-block-function-detail__support-list,
.budget_control .c-block-function-detail__support-list {
	max-width: 860px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.estimate-creation .c-block-function-detail__support-list li,
.report .c-block-function-detail__support-list li,
.budget_control .c-block-function-detail__support-list li {
	width: 23.25%;
	list-style: none !important;
}

.estimate-creation .c-block-function-detail__title,
.report .c-block-function-detail__title,
.budget_control .c-block-function-detail__title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.42;
	color: #0068b7;
	margin-top: 43px;
	margin-bottom: 30px;
	padding-bottom: 24px;
	border-bottom: solid 1px #0068b7;
}

.estimate-creation .c-block-function-detail__image,
.report .c-block-function-detail__image,
.budget_control .c-block-function-detail__image {
	max-width: 100%;
	margin: 0;
}

.estimate-creation .c-block-function-detail__figure,
.report .c-block-function-detail__figure,
.budget_control .c-block-function-detail__figure {
	padding: 11px 23px;
	border: solid 2px #dfdfdf;
}

.estimate-creation .c-block-function-detail__list,
.report .c-block-function-detail__list,
.budget_control .c-block-function-detail__list {
	max-width: 100%;
}

.estimate-creation .c-block-function-detail__item,
.report .c-block-function-detail__item,
.estimate-creation .c-block-function-detail__item,
.budget_control .c-block-function-detail__item {
	display: block;
	padding-bottom: 28px;
}

.estimate-creation .c-block-function-detail__item-title,
.report .c-block-function-detail__item-title,
.budget_control .c-block-function-detail__item-title {
	margin-bottom: 20px;
}

.estimate-creation .c-block-function-detail__item-text,
.report .c-block-function-detail__item-text,
.budget_control .c-block-function-detail__item-text {
	font-size: 16px;
	line-height: 1.63;
}

.estimate-creation .c-block-function-detail__option,
.report .c-block-function-detail__option,
.budget_control .c-block-function-detail__option {
	max-width: 100%;
	margin-bottom: 7.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

	.estimate-creation .c-block-function-detail-top,
	.report .c-block-function-detail-top,
	.budget_control .c-block-function-detail-top {
		margin: 0 -16px;
	}

	.estimate-creation .c-block-function-detail__read,
	.report .c-block-function-detail__read,
	.budget_control .c-block-function-detail__read {
		font-size: 14px;
		margin: 1.5rem auto 2rem;
	}

	.estimate-creation .c-block-function-detail__support,
	.report .c-block-function-detail__support,
	.budget_control .c-block-function-detail__support {
		margin-bottom: 36px;
		padding: 10px 15px 5px;
	}

	.estimate-creation .c-block-function-detail__support-title,
	.report .c-block-function-detail__support-title,
	.budget_control .c-block-function-detail__support-title {
		width: 100%;
		font-size: 18px;
		text-align: center;
		margin-right: 0;
		margin-bottom: 10px !important;
	}

	.estimate-creation .c-block-function-detail__support-list,
	.report .c-block-function-detail__support-list,
	.budget_control .c-block-function-detail__support-list {
		padding-left: 0 !important;
	}

	.estimate-creation .c-block-function-detail__support-list li,
	.report .c-block-function-detail__support-list li,
	.budget_control .c-block-function-detail__support-list li {
		width: 48%;
		margin-bottom: 10px;
	}

	.estimate-creation .c-block-function-detail__title,
	.report .c-block-function-detail__title,
	.budget_control .c-block-function-detail__title {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 12px;
	}

	.estimate-creation .c-block-function-detail__figure,
	.report .c-block-function-detail__figure,
	.budget_control .c-block-function-detail__figure {
		padding: 5px 10px;
		border: solid 1px #dfdfdf;
	}

	.estimate-creation .c-block-function-detail__item,
	.report .c-block-function-detail__item,
	.budget_control .c-block-function-detail__item {
		padding-bottom: 0.8rem;
	}

	.estimate-creation .c-block-function-detail__item-title,
	.report .c-block-function-detail__item-title,
	.budget_control .c-block-function-detail__item-title {
		margin-bottom: 0.5rem;
	}

	.estimate-creation .c-block-function-detail__item-text,
	.report .c-block-function-detail__item-text,
	.budget_control .c-block-function-detail__item-text {
		font-size: 14px;
	}

	.estimate-creation .c-block-function-detail__option,
	.report .c-block-function-detail__option,
	.budget_control .c-block-function-detail__option {
		margin-bottom: 3rem;
	}
}

.c-block-solution-temp {
	padding-bottom: 120px;
}

.c-block-solution-temp__read {
	text-align: center;
	margin-top: 26px;
	margin-bottom: 65px !important;
}

.c-block-solution-temp__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.c-block-solution-temp__body {
	width: 51.49%;
}

.c-block-solution-temp__content.column-01 .c-block-solution-temp__body {
	width: 100%;
}

.c-block-solution-temp__title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #0068b7;
	font-size: 24px;
	font-weight: bold;
	color: #0068b7;
}

.c-block-solution-temp__txt {
	margin-bottom: 20px;
}

.c-block-solution-temp__txt a {
	display: inline-block;
	color: #0069a8;
	text-decoration: none;
	font-weight: normal;
}

.c-block-solution-temp__txt a + a {
	margin-left: 1em;
}

.c-block-solution-temp__thumb {
	width: 42.98%;
	padding: 25px 2.6%;
	border: solid 2px #dfdfdf;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-block-solution-temp {
		padding-bottom: 4rem;
		margin: 0 -16px;
	}

	.c-block-solution-temp__read {
		margin-bottom: 2rem !important;
	}

	.c-block-solution-temp__body {
		width: 100%;
	}

	.c-block-solution-temp__title {
		font-size: 19px;
		margin-top: 0;
		margin-bottom: 20px;
		padding-bottom: 12px;
	}

	.c-block-solution-temp__txt {
		margin-bottom: 15px;
	}

	.c-block-solution-temp__thumb {
		width: 100%;
		padding: 16px;
		text-align: center;
	}
}

.c-figure-icon-btn-box {
	display: block;
	position: relative;
}

.c-figure-icon-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: #0068b7;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}

.estimate-creation .c-block-feature-lineup,
.report .c-block-feature-lineup,
.budget_control .c-block-feature-lineup {
	padding: 60px 0 67px;
	background: url(../kendweb-html/dist/assets/images/bg-product-dot.png);
}

.estimate-creation .c-block-feature-lineup.products-list-02,
.report .c-block-feature-lineup.products-list-02,
.budget_control .c-block-feature-lineup.products-list-02 {
	margin-bottom: 70px;
}

.estimate-creation .c-block-feature-lineup__item-wrap,
.report .c-block-feature-lineup__item-wrap,
.budget_control .c-block-feature-lineup__item-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 55px;
}

.estimate-creation .c-block-feature-lineup__item,
.report .c-block-feature-lineup__item,
.estimate-creation .c-block-feature-lineup__item,
.budget_control .c-block-feature-lineup__item {
	display: block;
	width: 24.03%;
	border: solid 1px #d9d9d9;
	border-radius: 4px;
	overflow: hidden;
	background-color: #fff;
	text-decoration: none;
}

.estimate-creation .c-block-feature-lineup__label,
.report .c-block-feature-lineup__label,
.budget_control .c-block-feature-lineup__label {
	margin: -1px -1px 0;
	padding: 4px 0 5px;
	background: #00B3E5;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.c-block-feature-lineup__label.is-green {
	background: #00562f;
}

.c-block-feature-lineup__label.is-blue {
	background: #155d90;
}

.c-block-feature-lineup__label.is-orange {
	background: #c36a1a;
}

.estimate-creation .c-block-feature-lineup__body,
.report .c-block-feature-lineup__body,
.budget_control .c-block-feature-lineup__body {
	padding: 15px 15px 32px;
}

.estimate-creation .c-block-feature-lineup__thumb,
.report .c-block-feature-lineup__thumb,
.budget_control .c-block-feature-lineup__thumb {
	margin-bottom: 19px;
	padding-bottom: 53.71%;
	background-size: cover;
}

.estimate-creation .c-block-feature-lineup__title,
.report .c-block-feature-lineup__title,
.budget_control .c-block-feature-lineup__title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.22;
	color: #0068b7;
}

.estimate-creation .c-block-feature-lineup__txt,
.report .c-block-feature-lineup__txt,
.budget_control .c-block-feature-lineup__txt {
	margin-top: 13px;
	font-size: 13px;
	font-weight: normal;
	color: #646464;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

	.estimate-creation .c-block-feature-lineup,
	.report .c-block-feature-lineup,
	.budget_control .c-block-feature-lineup {
		padding: 2.5rem 0;
	}

	.estimate-creation .c-block-feature-lineup.products-list-02,
	.report .c-block-feature-lineup.products-list-02,
	.budget_control .c-block-feature-lineup.products-list-02 {
		margin-bottom: 3rem;
	}

	.estimate-creation .c-block-feature-lineup__item-wrap,
	.report .c-block-feature-lineup__item-wrap,
	.budget_control .c-block-feature-lineup__item-wrap {
		margin-top: 1rem;
	}

	.estimate-creation .c-block-feature-lineup__item,
	.report .c-block-feature-lineup__item,
	.budget_control .c-block-feature-lineup__item {
		width: 48%;
		margin-bottom: 0.8rem;
	}

	.estimate-creation .c-block-feature-lineup__label,
	.report .c-block-feature-lineup__label,
	.budget_control .c-block-feature-lineup__label {
		font-size: 13px;
	}

	.estimate-creation .c-block-feature-lineup__body,
	.report .c-block-feature-lineup__body,
	.budget_control .c-block-feature-lineup__body {
		padding: 0.7rem 0.7rem 1rem;
	}

	.estimate-creation .c-block-feature-lineup__thumb,
	.report .c-block-feature-lineup__thumb,
	.budget_control .c-block-feature-lineup__thumb {
		margin-bottom: 0.6rem;
	}

	.estimate-creation .c-block-feature-lineup__title,
	.report .c-block-feature-lineup__title,
	.budget_control .c-block-feature-lineup__title {
		font-size: 15px;
	}

	.estimate-creation .c-block-feature-lineup__txt,
	.report .c-block-feature-lineup__txt,
	.budget_control .c-block-feature-lineup__txt {
		margin-top: 0.3rem;
		font-size: 12px;
	}
}

.budget_control .c-block-function-detail__figure.c-figure-icon-btn-box,
.estimate-creation .c-block-function-detail__figure.c-figure-icon-btn-box {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.c-aside-products {
	/* border: 1px solid #e8e8e8; */
	/* background: #f9f9f9; */
	/* padding: 10px 4px; */
	margin-top: 26px;
}

.c-aside-products__title {
	font-weight: bold;
	text-align: center;
	color: #0068B7;
	font-size: 18px;
}

.c-aside-products__list li {
	padding: 5px 40px;
}

.c-aside-products__list li img {
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.c-block-product-list__item.is-brue .c-block-product-list__title {
	color: #155d90;
}

.c-block-product-list__item.is-green .c-block-product-list__title {
	color: #00562f;
}

.is-cloudstatus .p-news-body {
	padding: 16px;
	background-color: #FFF;
}

.is-cloudstatus .p-news-body table {
	table-layout: fixed;
}

.is-cloudstatus .p-news-body table th {
	width: 33.333%;
	border: none;
}

.is-cloudstatus .p-news-body table h2 {
	font-size: 18px;
	text-align: center;
	border-bottom: none;
}

.c-statuscard {
	text-align: center;
	padding: 1em 1em 1.7em;
	background: #EAF1F7;
	margin-bottom: 10px;
}

.c-statuscard__title {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.c-statuscard img {
	max-width: 150px;
}

.c-statusalert {
	margin-top: 4px;
	padding: 15px;
	margin-bottom: 10px;
	border: 5px double #FF0000;
}

.c-statusalert ul li {
	font-weight: bold;
}

.c-block-top-neo-offer {
	background: url("/wp/wp-content/themes/kendweb-html/dist/assets/images/bg-demo-button.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 40px;
	padding: 44px 90px 46px;
	color: #FFF;
}

@media (max-width: 768px) {
	.c-block-top-neo-offer {
		padding: 24px 16px 24px;
		margin-left: -16px;
		margin-right: -16px;
		border-radius: 0;
		background-color: #2E81C0;
		background-position: center center;
	}
}

.c-block-top-neo-offer__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 768px) {
	.c-block-top-neo-offer__inner {
		flex-wrap: wrap;
	}
}

.c-block-top-neo-offer__content {
	flex-basis: 54%;
}

@media (max-width: 768px) {
	.c-block-top-neo-offer__content {
		flex-basis: 100%;
	}
}

.c-block-top-neo-offer__button {
	flex-basis: 43%;
	text-align: right;
	padding-top: 10px;
}

@media (max-width: 768px) {
	.c-block-top-neo-offer__button {
		flex-basis: 100%;
	}
}

.c-block-top-neo-offer__title {
	font-size: 30px;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	padding-left: 4px;
	padding-top: 0px;
	letter-spacing: 0.05em;
}

@media (max-width: 768px) {
	.c-block-top-neo-offer__title {
		font-size: 18px;
	}
}

.c-block-top-neo-offer__title::before {
	content: "";
	width: 37px;
	height: 47px;
	display: block;
	background: url("/wp/wp-content/themes/kendweb-html/dist/assets/images/button-demo-before.svg");
	background-repeat: no-repeat;
	margin-top: -6px;
	margin-right: 4px;
}

.c-block-top-neo-offer__title::after {
	content: "";
	width: 37px;
	height: 47px;
	display: block;
	background: url("/wp/wp-content/themes/kendweb-html/dist/assets/images/button-demo-after.svg");
	background-repeat: no-repeat;
	margin-top: -6px;
	margin-left: 4px;
}

.c-block-top-neo-offer__subtext {
	text-align: center;
}

@media (max-width: 768px) {
	.c-block-top-neo-offer__subtext {
		font-size: 12px;
		margin-bottom: 2em;
	}
}

.c-button.is-demo {
	background-image: linear-gradient(to bottom, #E59F00, #E68500 50%, #E59F00);
	color: #fff;
	border: 3px solid rgba(255, 255, 255, 0.4);
	height: 4.25rem;
	position: relative;
	overflow: visible;
	min-width: 0;
	transition: all ease 0.2s;
	background-size: 100% 200%;
	background: linear-gradient(#cc5600 0%, #c93600 100%);
	border: 3px solid rgba(255, 255, 255, 0.4);
	filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.1));
	padding-left: 110px;
	padding-right: 18px;
	width: 100%;
	padding-top: 11px;
	padding-bottom: 11px;
	height: auto;
	border-radius: 1000px;
	transition: background ease 0.2s;
}

.c-button.is-demo:after {
	display: none;
}

.c-button.is-demo:before {
	display: none;
}

.c-button.is-demo:hover {
	background: linear-gradient(#b34b00 0%, #b02f00 100%);
}

.c-button.is-demo span.is-balloon {
	line-height: 1;
	font-size: 24px;
	color: #CC5600;
	background: #fff;
	height: 82px;
	width: 82px;
	border-radius: 50%;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	flex-wrap: wrap;
	position: absolute;
	left: 10px;
	top: -32px;
	text-align: center;
	padding-top: 21px;
}

@media (max-width: 768px) {
	.c-button.is-demo span.is-balloon {
		transform: scale3d(0.7, 0.7, 0.7) translateX(-10px);
	}
}

.c-button.is-demo span.is-balloon span {
	position: static;
	color: #CC5600;
	font-size: 24px;
	font-weight: bold;
	width: auto;
	background: transparent;
}

.c-button.is-demo span.is-balloon:after {
	content: "";
	background: url(../kendweb-html/dist/assets/images/icon-triangle.svg) no-repeat center center/contain;
	position: absolute;
	bottom: 5px;
	right: 1px;
	width: 15px;
	height: 15px;
}

.c-button.is-demo span.is-text {
	position: static;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: auto;
	background: transparent;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.c-button.is-demo span.is-text {
		font-size: 14px;
	}
}

.c-button.is-demo span.is-image {
	position: static;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: transparent;
	width: auto;
	max-width: 83px;
}

@media (max-width: 768px) {
	.c-button.is-demo span.is-image {
		max-width: 63px;
		margin-left: 10px;
	}
}

.c-button.is-demo span.is-balloon {
	left: 5%;
}

.c-button.is-demo span.is-balloon span {
	position: static;
	color: #CC5600;
	font-size: 24px;
	font-weight: bold;
	width: auto;
	background: transparent;
}

.c-button.is-demo span.is-text {
	letter-spacing: 0.05em;
	font-size: 20px;
	margin-right: 10px;
}

@media (max-width: 768px) {
	.c-button.is-demo span.is-text {
		font-size: 1.125rem;
		margin-right: 4px;
	}
}

.c-card-download {
	margin-top: 32px;
	padding-top: 0px;
	padding-bottom: 24px;
	display: block;
	text-decoration: none;
	border: 1px solid #D9D9D9;
	background: #FFF;
}

.c-card-download__content {
	padding-bottom: 0px;
	padding-left: 24px;
	padding-right: 24px;
}

.c-card-download__content__meta {
	font-size: 13px;
	display: inline-block;
	background: #0068B7;
	color: #FFF;
	padding: 2px 12px;
	border-radius: 2px;
	transform: translate3d(-24px, -16px, 0);
}

.c-card-download__content__title {
	color: #222222;
	letter-spacing: 0.05em;
	min-height: 4em;
}

.c-card-download__content__button {
	padding-top: 8px;
	text-align: center;
}

.c-card-downloads {
	padding-top: 32px;
	padding-bottom: 32px;
}

.l-page-header__button.is-demo {
	max-width: 464px;
	bottom: -2.9rem;
}

.l-page-header__button.is-demo .c-button span.is-balloon {
	left: 40px;
}

.l-page-header__button.is-demo .c-button span.is-balloon span {
	position: static;
	color: #CC5600;
	font-size: 24px;
	font-weight: bold;
	width: auto;
	background: transparent;
}

@media (max-width: 768px) {
	.l-page-header__button.is-demo .c-button span.is-balloon {
		transform: scale3d(0.7, 0.7, 0.7) translateX(-30px);
	}
}

.l-page-header__button.is-demo .c-button span.is-text {
	letter-spacing: 0.05em;
	font-size: 20px;
	margin-right: 10px;
}

@media (max-width: 768px) {
	.l-page-header__button.is-demo .c-button span.is-text {
		font-size: 1.125rem;
		margin-right: 4px;
	}
}

.c-block-forms-wrapper__text b {
	font-size: 16px;
	color: #0068B7;
}

.l-post-content .c-heading.is-xlg {
	border-bottom: none;
}

.l-section.is-bottom.c-block-top-info2 {
	background: #f5f8fa;
	padding-top: 1px !important;
}

.l-section.is-bottom.c-block-top-info2 .c-heading.is-xlg {
	margin-top: 48px;
}

.c-main-visual__buttons .c-button.is-md.is-demo .is-text {
	font-size: 1.125rem;
}

.c-main-visual__buttons .c-button.is-md.is-demo .is-image {
	display: none;
}

.c-main-visual__buttons .c-button.is-md.is-demo .is-balloon {
	transform: scale(0.7) translateY(-5px);
	left: -1%;
}

.c-main-visual__buttons .c-button.is-md.is-demo {
	padding-left: 70px;
	/* max-width: 55%; */
	/* width: 55% !important */
}

.c-main-visual__buttons .c-button.is-md.is-document {
	/* max-width: 45%; */
}

@media (max-width: 768px) {
	.c-main-visual__buttons .c-button.is-md.is-demo .is-balloon {
		transform: scale(0.6);
		left: 4%;
	}
}

/* .c-main-visual:after {
  display: none;
} */

.c-main-visual__content {
	position: relative;
	padding-right: 8px;
	padding-bottom: 49px;
	width: 50%;
}

.c-main-visual__icon {
	position: absolute;
	width: 130px;
	left: -19%;
	top: 3px;
}

.c-main-visual__heading {
	margin-bottom: 0;
}

.c-main-visual__heading img {
	display: block;
	margin: 0 auto;
}

p.c-main-visual__text {
	text-align: center;
	color: #2CB5E7;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

.c-main-visual__box-title {
	text-align: center;
	color: #DD9635;
	font-size: 12px;
}

.c-main-visual__box.is-sales .c-main-visual__box-num small {
	display: block;
	text-align: center;
	color: #e4a936;
	top: -8px;
}

.c-main-visual__box-text {
	position: absolute;
	width: 100%;
	bottom: 10px;
	font-size: 10px;
	color: rgba(34, 34, 34, 0.7);
}

.c-main-visual__box.is-case .c-main-visual__box-num:after {
	color: rgba(34, 34, 34, 0.7);
	font-size: 9px;
}

.c-main-visual__notice {
	color: rgba(34, 34, 34, 0.7);
}

.c-main-visual__block {
	border-top: 0.5px dashed #474645;
	margin-bottom: 19px;
	padding-top: 16px;
	justify-content: flex-end;
}

.c-main-visual__image {
	/* width: 43%;
	height: 376px;
	margin-bottom: -4px; */
	width: 900px;
	height: auto;
	margin-bottom: -4px;
	margin-left: -240px;
	margin-bottom: 0;
	margin-right: -50px;
}

.c-main-visual__image img {
	/* width: 403px; */
	/* height: 376px; */
	margin: 0 auto;
	display: block;
}

.c-main-visual__box:after {
	display: none;
}

.c-main-visual__box:before {
	top: unset;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(/wp/wp-content/themes/kendweb-html/dist/assets/images/icon-star.svg) no-repeat center center/contain;
	width: 102px;
	height: 101px;
	opacity: 1;
}

.c-main-visual__picture {
	width: 230px;
	margin: 19px 0;
}

.c-main-visual__box.is-neo {
	padding-left: 0;
}

.c-main-visual__box.is-neo::before {
	display: none;
}

.c-main-visual__box.is-sales .c-main-visual__box-num span {
	font-size: 40px;
	margin-top: -4px;
	color: #e4a936;
}

.c-main-visual__box.is-case .c-main-visual__box-num {
	color: #e4a936;
}

.c-main-visual__box.is-sales .c-main-visual__box-title {
	margin: 0;
}

.c-main-visual__box:first-child {
	margin-right: 0;
	padding-right: 35px;
}

.c-main-visual__box.is-case .c-main-visual__box-num {
	font-size: 26px;
}

.c-main-visual__box.is-case .c-main-visual__box-num span {
	font-size: 40px;
}

.c-main-visual__box.is-case .c-main-visual__box-num {
	font-size: 26px;
	margin-top: 6px;
}

.c-main-visual__box.is-case .c-main-visual__box-title {
	margin: 0;
}

.c-main-visual .c-button.is-demo span.is-balloon {
	position: absolute;
	top: -25px;
	left: 20px;
	background: #fff;
	height: 3.25rem;
	width: 3.25rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.46667;
	font-weight: bold;
	padding-top: unset;
	transform: unset !important;
	left: 5% !important;
}

.c-main-visual .c-button.is-demo span.is-balloon:after {
	bottom: 0px;
	right: 0px;
}

.c-main-visual__buttons .c-button.is-md.is-demo {
	padding-left: 40px;
}

@media (max-width: 1140px) {
	.c-main-visual {
		background: url(/wp/wp-content/themes/kendweb-html/dist/assets/images/bg-main-visual-sp.jpg?ver=1.1.1) no-repeat center center/cover;
	}

	.c-main-visual__content {
		width: 100%;
		padding: 22px 17px;
	}

	.c-main-visual__block {
		padding-top: 12px;
		justify-content: space-between;
	}

	.c-main-visual__box {
		padding: 0 28px;
	}

	p.c-main-visual__text {
		font-size: 11px;
	}

	.c-main-visual__box-title {
		font-size: 11px;
	}

	.c-main-visual__box-num {
		font-size: 12px;
	}

	.c-main-visual__box.is-case .c-main-visual__box-num span {
		font-size: 31px;
	}

	.c-main-visual__box.is-sales .c-main-visual__box-num span {
		font-size: 32px;
	}

	.c-main-visual__box.is-sales .c-main-visual__box-num small {
		font-size: 11px;
	}

	.c-main-visual__picture {
		width: unset;
		margin: 10px 0;
	}

	.c-main-visual__box:before {
		width: 92px;
		height: 82px;
		bottom: unset;
		top: 9px;
	}

	.c-main-visual__box:nth-child(1) {
		order: 2;
		width: 28%;
		padding: 0;
	}

	.c-main-visual__box:nth-child(2) {
		order: 3;
		width: 27%;
		padding: 0;
	}

	.c-main-visual__box:nth-child(3) {
		width: 37%;
		padding: 0;
	}

	.c-main-visual__icon {
		display: none;
	}

	.c-main-visual__box-text {
		font-size: 8px;
		position: relative;
		width: 100%;
		bottom: unset;
		transform: scale(0.7) translateY(-16px);
		min-width: 180px;
	}

	.c-main-visual__image-sp {
		margin: 0 0;
		margin-top: -22px;
	}

	.c-main-visual__notice-sp {
		color: rgba(34, 34, 34, 0.7);
		margin: -33px 0 0;
		max-width: 100%;
		text-align: right;
		transform: scale(0.77) translate(12px, 20px);
		white-space: nowrap;
		transform-origin: right center;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-main-visual__buttons .c-button.is-md.is-demo .is-balloon {
		top: -1rem;
		left: 1.875rem !important;
	}
}

.c-block-top-problems__block-img {
	overflow: hidden;
}

.c-block-top-problems__block-img.is-first {
	width: 6.575rem;
	left: 15px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-block-top-problems__block-img.is-first {
		height: 7.6rem;
	}
}

.c-block-top-problems__block-img.is-second {
	width: 5.925rem;
	height: 8.4875rem;
}

.c-block-top-problems__block-img.is-third {
	width: 6.875rem;
	height: 7.425rem;
	bottom: 0;
	left: 7px;
}

.c-block-top-result__image {
	display: flex;
	flex-flow: column;
	justify-content: end;
	width: 20rem;
	right: -30px;
}

@media screen and (max-width: 75em) {
	.c-block-top-result__image {
		display: none;
	}
}

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

@media screen and (max-width: 59.3125em) {
	.c-block-top-banner__text {
		font-size: 0.6875rem;
	}
}

.c-block-top-banner__image.is-right {
	right: 8.8%;
	width: 15%;
}

@media screen and (max-width: 59.3125em) {
	.c-block-top-banner__image.is-right {
		right: 0.75rem;
		width: 4.2rem;
	}
}

.c-block-top-neo__box.is-sales .c-block-top-neo__box-num small {
	font-size: 0.75rem;
}

.c-block-top-neo__box.is-sales .c-block-top-neo__box-num {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.c-block-top-neo__box.is-sales .c-block-top-neo__box-title {
	margin-top: 0.675rem;
}

.c-block-feature-lineup__block.is-single .c-block-feature-lineup__box {
	width: 100%;
}

.c-block-feature-lineup__block.is-single .c-block-feature-lineup__box-img {
	width: calc(50% - 15px);
	margin-left: auto;
	margin-right: auto;
}

.c-block-feature-lineup__box-text small {
	font-weight: normal;
	font-size: 0.7rem;
}

.c-block-feature-lineup__box-text span {
	display: inline-block;
}

.c-block-product-list__item {
	background: #EBF7FC;
}

.l-page-header.is-lg.is-lightblue {
	background: #EBF7FC;
}

.page.dot-three .c-block-cloud-point__title {
	color: #22979B;
}

.c-table-special thead tr th:first-child,
.c-table-special thead tr td:first-child,
.c-table-special tbody tr th:first-child,
.c-table-special tbody tr td:first-child {
	width: 280px;
}

.c-table-special thead th:nth-child(2) {
	width: 270px;
}

.c-table-special thead th:nth-child(4) {
	background: #00B3E5;
}

.c-table-special thead th:nth-child(5) {
	background: #C36A1A;
}

.c-table-special {
	min-width: 66rem;
}

/* #00B3E5 */

.c-block-top-neo-offer.is-blog .c-block-top-neo-offer__inner {
	display: block;
}

@media (min-width: 768px) {
	.c-block-top-neo-offer.is-blog {
		padding: 24px 50px 26px;
	}

	.c-block-top-neo-offer.is-blog .c-block-top-neo-offer__title {
		font-size: 24px;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.c-block-top-neo-offer.is-blog .c-block-top-neo-offer__subtext {
		font-size: 14px;
		margin-bottom: 16px;
	}
}

.c-block-product-top__card[href*="dot-three"] .c-block-product-top__card-label {
	background: #00B3E5
}

.c-block-product-top__card[href*="dot-three"] .c-block-product-top__card-title {
	color: #00B3E5;
}


.c-main-visual:after {
	content: "" !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0,179,229,0.4); */
	background: rgba(0, 179, 229, 1);
}

.c-main-visual__content .c-main-visual__text {
	color: #1a1211;
}

.c-main-visual__box {
	/* text-shadow: 0px 0px #FFF; */
}

.c-main-visual__box-text {
	color: #1a1211;
}

.c-main-visual__box.is-sales .c-main-visual__box-num small,
.c-main-visual__box-title {
	color: rgba(255, 255, 255, 0.7);
}

.c-table.is-compare thead tr th:first-child,
.c-table.is-compare thead tr td:first-child,
.c-table.is-compare tbody tr th:first-child,
.c-table.is-compare tbody tr td:first-child {
	white-space: nowrap;
	width: 275px;
}

.c-table.is-compare {
}

.c-table.is-compare .is-dot3 {
	background: #00B3E5;
	border: 1px solid rgb(123 210 240);
}

@media (min-width: 768px) {
	.c-block-support-top__image {
		width: 14.125rem;
	}
}

.c-block-feature-lineup__block.is-single .c-block-feature-lineup__block-title {
	background: #00B3E5;
}

.c-table.is-compare .is-dot3 {
	text-align: center;
}

@media (min-width: 768px) {
	.page-template-page-request-thanks-php .l-container .c-block-top-info2 {
		margin-top: 4rem;
		margin-left: calc((1140px - 100vw) / 2);
		margin-right: calc((1140px - 100vw) / 2);
	}
}

@media (max-width: 768px) {
	.page-template-page-request-thanks-php .l-container .c-block-top-info2 {
		margin-top: 4rem;
		margin-left: -16px;
		margin-right: -16px;
	}
}

.is-movie {
	margin-right: 2.24rem;
}

.c-main-visual:after {
	display: none;
	/* background: rgb(62 178 210 / 80%); */
}

.c-main-visual__box.is-sales .c-main-visual__box-num small,
.c-main-visual__box-title {
	color: #222;
}

.c-table .is-dot3.is-active td:after {
	border-top: 4px solid #CC5600;
	border-bottom: none;
}

.c-table .is-dot3.is-active + .is-dot3.is-active td:after {
	border-top: none;
	border-bottom: none;
}

.c-table .is-dot3.is-active + .is-dot3.is-active td:first-child:after {
	border-left: none;
}

.c-table .is-dot3.is-active + .is-dot3.is-active + .is-dot3.is-active td:after {
	border-bottom: 4px solid #CC5600;
}

.c-block-top-neo__block .c-main-visual__block {
	border-top: none;
}


.c-block-top-neo__block .c-main-visual__box-title {
	font-size: 16px;
}

.c-block-top-neo__block .c-main-visual__box.is-sales .c-main-visual__box-num span {
	font-size: 56px;
}

.c-block-top-neo__block .c-main-visual__box:before {
	top: 5px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 142px;
	height: 131px;
	opacity: 1;
}


.c-block-top-neo__block {
	/* justify-content: flex-start; */
}

.c-block-top-neo__block .c-main-visual__box {
	margin-right: 20px;
}

.c-block-top-neo__block .c-main-visual__box.is-case .c-main-visual__box-num span {
	font-size: 56px;
}

.c-block-top-neo__block .c-main-visual__box.is-case .c-main-visual__box-num {
	font-size: 32px;
}

@media (max-width: 768px) {
	.c-block-top-neo__block .c-main-visual__block {
		max-width: initial;
		width: 100%;
	}

	.c-block-top-neo__block .c-main-visual__box.is-case .c-main-visual__box-num span {
		font-size: 50px;
	}

	.c-block-top-neo__block .c-main-visual__box.is-case .c-main-visual__box-num {
		font-size: 26px;
	}
}

.c-table-special thead th:nth-child(3) {
	background: #00B3E5;
}

.c-table-special tbody td:nth-last-child(3) {
	background: #FFF;
}

.c-table-special thead th:nth-child(5) {
	background: #01562F;
}

.c-table-special thead th:last-child {
	background: #C36A1A;
}

.c-table-special tbody td:nth-last-child(2) {

	background: #F4F7E9;
}

.c-table-special tbody td:last-child {
	background: #FCF2E5;
}

@media (min-width: 768px) {
	.cost .c-table thead tr th:first-child {
		width: 520px;
	}
}

@media (max-width: 1200px) {

	.c-table.is-def thead tr th {
		white-space: nowrap;
	}

	.c-table.is-def .is-dot3 td {
		text-align: center;
		white-space: nowrap;
	}

	.c-block-product-top__card-title:after {
		display: none;
	}

	.c-block-product-top__cards.is-detail .c-block-product-top__card-title {
		padding-left: 0;
		margin-bottom: 0;
	}

	.cost .c-table {
		width: auto;
	}

	.cost .c-table thead tr th,
	.cost .c-table tbody tr th,
	.cost .c-table tbody tr td {
		white-space: nowrap;
	}

	.c-tabs-faq__navs.is-free {
		justify-content: flex-start;
	}

	.c-tabs-faq__navs.is-free li {
		margin-left: 0;
		margin-right: 40px;
	}

	.parent-pageid-135947 .c-table thead th:not(:first-child) {
		font-size: 0.6em;
	}

	.parent-pageid-135947 .c-table {
	}
}


.c-main-visual__image-sp img {
	image-rendering: auto;
}

.c-block-product-top__cards.is-detail .c-block-product-top__card-title.is-lt {
	color: #00562F;
}

.c-block-product-top__cards.is-detail .c-block-product-top__card-title.is-st {
	color: #155D90;
}

.c-block-product-top__cards.is-detail .c-block-product-top__card-title.is-neo {
	color: #C36A1A;
}


@media (max-width: 380px) {
	.c-button.is-demo span.is-image {
		min-width: 63px;
		margin-left: 5px;
	}

	.c-button span.is-text {
		font-size: 1rem;
	}

	.l-offer__title {
		font-size: 1.27rem;
	}

	.c-button.is-demo {
		padding-left: 80px;
	}

	.c-button.is-demo span.is-balloon {
		left: 2%;
	}

	.l-page-header__button.is-demo .c-button span.is-balloon {
		left: 2%;
	}

	.c-heading.is-xlg {
		font-size: 1.39rem;
	}

}


.smpForm {
	padding: 0 !important;
}

.smpForm .ss_enquete_field,
.smpForm .ss_field {
	margin-bottom: 6px;
	background: none !important;
	border: none;
	padding: 0;
	border-bottom: #e2e2e2 1px solid;
	padding-bottom: 4px;
	border-bottom: none;
}


.smpForm .ss_input input[type="checkbox"] {
	margin-right: 8px;
}

.smpForm .ss_enquete_title,
.smpForm .ss_form_title {
	margin-bottom: 6px;
}

.smpForm .ss_input {
	width: 100%;
}

.smpForm .ss_input input[type="text"],
.smpForm .ss_input input[type="email"],
.smpForm .ss_input input[type="number"],
.smpForm .ss_input input[type="tel"] {
	box-sizing: border-box;
	/* display: block; */
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	border: 1px solid #bebebe;
	background: #f5f5f5;
	font-size: 16px;
	line-height: 32px;
	text-indent: 5px;
	transition: all .2s ease;
}

.smpForm .ss_input select {
	font-size: 16px;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	width: 50%;
	padding: 8px 24px 8px 8px;
	border: 1px solid #bebebe;
	border-radius: 0;
	background-color: #f5f5f5;
	transition: all .2s ease;
	background: #f5f5f5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAYAAAArMezNAAAAeElEQVQ4T62UURIAEQxD6/6HXmMX0yVtFH76oXkTUZKIPPKtVOtpeXkF1sA34J01gk/g2uDkuMUQjeUH1e6mjUDmUKud7cBNzXjkCNztRVmuwGmPdUmekELZaCEAejzQHBsrBjf1DFwcWnBXuwJGcKqjDSrU0GeVAW59Fwse//ByAAAAAElFTkSuQmCC) no-repeat;
	background-position: right 10px center;
	background-size: 10px 7px;
	height: 38px;
}

.smpForm .ss_grid {
	width: 100%;
}

.smpForm .ss_rightComment,
.smpForm .ss_bottomComment {
	letter-spacing: 0
}

#ss_name .ss_grid {
	align-items: flex-start;
}

#ss_name .ss_grid .ss_input {
	padding-right: 20px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

#ss_name .ss_warning_label {
	flex-basis: calc(24px);
}

#ss_name .ss_error_msg {
	flex-basis: calc(100% - 32px);
}

.smpForm .ss_warning_label {
	background: #ce052c;
	margin-right: 4px;
	display: none;
}

.ss_visitor_form .ss_field:nth-child(1) {
	margin-top: 0;
}

.smpForm .ss_error_msg {
	color: #ce052c;
	line-height: 1.25;
	letter-spacing: 0;
	font-size: 14px;
	font-weight: bold;
	background: #f89406;
	color: #FFF;
	padding: 2px 7px 4px;
	font-size: 12px;
}

.smpForm .ss_error_msg:before {
	content: "\f071";
	font-family: "FontAwesome";
	display: inline-block;
	margin-right: 3px;
}

.smpForm .ss_btnArea input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 240px;
	margin-right: 5px;
	padding: 16px 48px;
	border: solid 1px #329bd2;
	border-radius: 4px;
	background-color: #329bd2;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	transition: all .2s ease;
	min-width: 140px;
	padding: 16px 8px;
	font-size: 16px;
}

.smpForm .ss_btnArea input:hover {

	background-color: #2886b9;
}

@media (max-width: 768px) {
	#ss_name .ss_input + .ss_input {
		margin-top: 12px;
	}
}

.smpForm .ss_user_notnull {
	margin-left: 8px;
	/* text-indent: -9999px; */
	/* display: block; */
	display: inline-block !important;
	padding: 2px 7px 4px 0px;
	background-color: #ce052c;
	color: #ce052c;
	font-size: 9px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	letter-spacing: -3px;
	transform: translateY(-2px)
}

.smpForm .ss_user_notnull:after {
	content: "必須";
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0px;
}

#ss_zip .ss_input {
	max-width: 100px;
	display: flex;
	align-items: center;
}

#ss_zip .ss_input + .ss_input {
	max-width: 150px;
}

#ss_zip .ss_input + .ss_input .ss_warning_label {
	margin-left: 1em;
}

#ss_zip .ss_leftComment {
	margin-left: 12px;
	margin-right: 12px;
}

.ss_input input[type="radio"] {
	margin-right: 4px;
	margin-left: 4px;
}

#ss_zip {
	position: relative;
}

#ss_zip .ss_error_msg {
	position: absolute;
	top: 0%;
	left: 130px;
	/* width: 100%; */
	text-align: center;
	color: #ce052c;
	font-size: 12px;
	line-height: 1.25;
	letter-spacing: 0;
	margin-top: 4px;
	color: #FFF;
}

@media (max-width: 768px) {
	#ss_zip .ss_grid {
		display: flex;
	}
}

.smpForm .ss_btnArea {
	margin-top: 1em;
}

.smpForm .ss_btnArea input[type="button"] {
	padding-left: 2.1em;
	padding-right: 2.1em;
}

.c-block-top-news__categories {
	display: flex;
	margin-right: 1.2em;
	/* margin-left: 2em; */
}

.c-block-top-news__categories .c-block-top-news__category {
	margin-right: 8px;
}

.c-block-top-news__item.is-center.is-version {
	/* justify-content: space-between; */
}

.c-block-top-news__item.is-center.is-version .c-block-top-news__date {
	flex-basis: 74px;
}


.c-block-top-news__item.is-center.is-version .c-block-top-news__title {
	/* flex-basis: 100%; */
}

@media (max-width: 768px) {
	.c-block-top-news__categories {
		margin-left: 0;
		margin-top: 10px;
	}

	.c-block-top-news__categories .c-block-top-news__category {
		margin-left: 0;

	}
}


/* ======= LP ======== */
body.lp {
	padding-top: 0;
}

.l-header.is-lp {
	background: rgba(255, 255, 255, 0);
	transition: background 0.3s;
}

.l-header.is-lp.is-fixed {
	background: #fff;
}

.l-header.is-lp .l-header__nav {
	display: none;
}

.l-header.is-lp .l-header__buttons {
	margin-left: auto;
}

.l-footer.is-lp .l-footer__menu {
	display: none;
}

@media not (max-width: 59.3125em) {
	.l-header.is-lp {
		height: 6.25rem;
	}
}

.c-lp-mv {
	background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url("../kendweb-html/dist/assets/images/bg-lp-mv.jpg");
	padding-bottom: 26px;
}

.c-lp-mv__top {
	display: grid;
	grid-template-columns: 61fr 33fr;
	gap: 18px;
	align-items: end;
}

.c-lp-mv__image img {
	margin-bottom: -10px;
}

.c-lp-mv__top .c-block-top-text__inner {
	padding-top: 120px;
	padding-bottom: 34px;
}

.c-lp-mv__top .c-block-top-text__text {
	position: relative;
	font-size: 2.6875rem;
	letter-spacing: 0;
	max-width: max-content;
	text-align: left;
	position: relative;
	margin-bottom: 24px;
}

.c-lp-mv__top .c-block-top-text__text .is-primary {
	font-size: 1.14em;
}

.c-lp-mv__top .c-block-top-text__text .is-border {
	font-size: 1.116em;
}

.c-lp-mv__icon {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	place-content: center;
	justify-content: end;
}

.c-lp-mv__icon img {
	height: auto;
	width: 8rem;
	max-width: initial;
}

.c-lp-mv__copy {
	font-size: 1.47rem;
	line-height: 1.5;
	font-weight: bold;
}

.c-lp-mv__copy strong {
	font-size: 1.16em;
	color: #0068B7;
}

.c-lp-mv__bottom {
	border-radius: 8px;
	background: linear-gradient(168deg, #FFF 6.47%, #EEF5FA 28.08%, #FFF 38.88%);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.13);
}

.c-lp-mv .c-block-top-result {
	background: transparent;
}

.c-lp-mv .c-block-top-result__inner {
	background: transparent;
	padding: 10px;
	justify-content: center;
}

.c-lp-mv .c-block-top-result__block:first-child {
	margin-right: 8.5%;
}

.c-lp-mv__bottom .c-block-top-result__texts {
	color: #0068B7;
}

.c-lp-mv__bottom .c-block-top-result__text-sm {
	color: #1a1211;
}

.c-lp-mv__bottom .c-block-top-result__text span {
	background: linear-gradient(132deg, #F5C15C 13.61%, #DCAC51 118.49%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.c-lp-mv__cta {
	color: #fff;
	border-radius: 0px 0px 8px 8px;
	background: linear-gradient(109deg, #0068B7 36.94%, #00589A 64.99%);
	padding: 16px 46px;
}

.c-lp-mv__cta.is-wide {
	border-radius: 0;
	padding: 32px 0;
	gap: 16px 0;
}

.c-lp-mv__cta-inner {
	max-width: 1048px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 464px;
}

.c-lp-mv__cta-labels {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-bottom: 8px;
}

.c-lp-mv__cta-label {
	border-radius: 50px;
	background: linear-gradient(180deg, #E59F00 0%, #E68500 50%, #E59F00 100%);
	padding: 6px 16px;
	line-height: 1.1;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
}

.c-lp-mv__cta-label-text {
	font-size: 1rem;
}

.c-lp-mv__cta-text {
	line-height: 1.18;
	font-size: 1.375rem;
	font-weight: bold;

}

.c-lp-mv__cta-text strong {
	color: #fff;
	font-size: 1.27em;
}

.c-lp-mv__cta .c-block-top-neo-offer__button {
	padding-top: 24px;
}

.c-lp-mv__cta .c-block-top-neo-offer__button strong {
	font-size: 1.2em;
	color: #fff;
}

@media (max-width: 1200px) {
	.c-lp-mv__top .c-block-top-text__text {
		font-size: 2rem;
	}

	.c-lp-mv__copy {
		font-size: 1.2rem;
	}

	.c-lp-mv__icon img {
		width: 6rem;
	}

	.c-lp-mv .c-block-top-result__block:first-child {
		margin-right: 4%;
	}
}


@media screen and (max-width: 75em) {
	.c-lp-mv__cta.is-wide {
		padding: 24px 0;
	}

	.c-lp-mv__cta-text {
		place-self: center;
	}

	.c-lp-mv__cta-inner {
		grid-template-columns: 1fr;
		place-content: center;
	}

	.c-lp-mv .c-block-top-result__block:first-child {
		margin-right: auto;
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 46.8125em) {
	.c-lp-mv__top {
		display: block;
	}

	.c-lp-mv__top .c-block-top-text__inner {
		padding-top: 80px;
		padding-bottom: 24px;
	}

	.c-lp-mv__top .c-block-top-text__text {
		font-size: 1.5rem;
		margin-bottom: 16px;
	}

	.c-lp-mv__icon {
		top: -1rem;
		right: -2.5rem;
	}

	.c-lp-mv__icon img {
		width: 4rem;
	}

	.c-lp-mv__copy {
		font-size: 1rem;
	}

	.c-lp-mv__image {
		display: none;
	}

	.c-lp-mv__bottom .c-block-top-result__icon {
		width: 4rem;
	}

	.c-lp-mv__cta {
		padding: 16px;
	}

	.c-lp-mv__cta-label,
	.c-lp-mv__cta-label-text {
		font-size: 0.8rem;
	}

	.c-lp-mv__cta-text {
		font-size: 1rem;
		line-height: 1.5;
	}

	.c-lp-mv__cta .c-block-top-neo-offer__button strong {
		font-size: inherit;
	}

	.c-lp-mv__cta .c-button.is-document.is-lg span {
		left: 0.5rem;
	}
}

.c-block-top-neo-offer.is-wide {
	border-radius: 0;
	background-position: center;
	margin-top: 0;
}

@media screen and (max-width: 75em) {
	.c-block-top-neo-offer.is-wide {
		margin-inline: 0;
		padding-inline: 0;
	}
}

.c-block-top-neo-offer.is-wide .c-block-top-neo-offer__title {
	max-width: max-content;
	margin-inline: auto;
	margin-bottom: 1.5rem;
	gap: 0.5rem;
}

.c-block-top-neo-offer__title.is-has-balloon {
	padding-top: 1rem;
	line-height: 1.5;
}

.c-block-top-neo-offer__title.is-has-balloon::before {
	flex-shrink: 0;
}

.c-block-top-neo-offer__balloon {
	position: absolute;
	top: -0.2em;
	left: 3.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	letter-spacing: .05em;
	line-height: 1;
	font-weight: bold;
}

@media screen and (max-width: 46.8125em) {
	.c-block-top-neo-offer.is-wide .c-block-top-neo-offer__title {
		margin-bottom: 0.5rem;
	}

	.c-block-top-neo-offer__balloon {
		font-size: 0.9rem;
	}
}

.c-accordion.is-lp .c-accordion__title {
	padding-top: 14px;
	padding-bottom: 14px;
}

.c-accordion.is-lp .c-accordion__inner.is-mb-none {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.c-button.is-contact.is-lg span, .c-button-social > a.is-contact.is-lg span {
		left: 30px;
	}
}


body.lp .l-header__content {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.c-block-top-neo-offer.is-front .c-button.is-document.is-lg span {
	left: 0.5rem;
}

.c-button.is-document.is-page-header.is-lg:after {
	right: -1rem;

}

.c-button.is-document.is-page-header.is-lg span {
	left: -3.5rem;
	width: 5.75rem;
	height: 5.75rem;
	top: -3rem;
}

.c-button.is-document.is-page-header.is-lg span:after {
	bottom: 6px;
}

.l-page-header__button {
	max-width: initial;
}

@media (max-width: 768px) {
	.c-button.is-document.is-page-header.is-lg span {
		left: 0rem;
		width: 4.75rem;
		height: 4.75rem;
		top: -4rem;
		font-size: 12px;
	}

	.home .c-block-top-neo-offer__title {
		font-size: 18px !important;
	}

}

.c-lp-mv__cta-inner {
	display: flex;
	justify-content: center;
}

@media (min-width: 568px) {
	.l-page-header__button.is-login {
		max-width: 463px;
	}
}


.c-lp-header__sub {
	display: flex;
	align-items: center;
	margin-top: 0em;
	margin-bottom: 0em;

div:first-child {
	margin-left: 0em;
	margin-top: -0.8em;
	margin-right: 8px;
}

div:last-child {
	padding-top: 1em;
	margin-right: -2em;
}
}
.c-lp-header__title {
	margin-bottom: 80px;
	text-align: center;
}

:root {
	--lp-mv-image: 520px;
}


.c-lp-mv__image {
	margin-left: -3em;
	max-width: var(--lp-mv-image);
	width: var(--lp-mv-image);
}

.c-lp-mv__image img {
	max-width: var(--lp-mv-image);
	width: var(--lp-mv-image);
}


.lp {

.c-block-top-text {
	/*max-width: calc(100% - var(--lp-mv-image));*/
	/*width: 100%;*/
}


.c-block-top-result {
	position: relative;
}

.c-block-top-result__head {
	transform: translateY(-80px);
	margin-bottom: -100px;
	display: flex;
	padding-left: 10px;
	align-items: flex-end;

.c-block-top-result__subdesc {
	color: #1A1211;
	font-size: 12px;
	font-weight: 350;
	line-height: 110%; /* 13.2px */
	letter-spacing: 0.6px;
	opacity: 0.5;
	padding-bottom: 10px;
}
}

.c-block-top-result__inner {
	gap: 24px;
}

.c-block-top-result__block__heading {
	font-weight: bold;
	font-size: 18px;
	text-align: right;

}

.c-block-top-result__block {
	display: flex;
	text-align: left;
	align-items: center;
	margin-right: 2%;
}

.c-block-top-result__icon {
	width: auto;
	display: flex;
	align-items: center;
}

.c-block-top-result__title {
	color: #0068B7;
	line-height: 1.5;
}

.c-block-top-result__title span.is-sm {
	display: block;
	margin-bottom: 0;
	line-height: 1;
}

.c-heading.is-xlg {
	font-size: 40px;
}

.c-heading.is-xlg.is-noneafter:after {
	display: none;
}

.c-block-top-problems__block-top {
	margin-bottom: 240px;
	min-height: 140px;
	display: flex;
	align-items: center;
}

.c-block-top-problems__heading.is-last {
	transform: translateY(-360px);
	margin-bottom: -140px;

.c-heading {
	position: relative;

.is-xs {
	letter-spacing: 0;
	position: absolute;
	font-size: 20px;
	top: 40px;
}
}
}

.c-block-top-problems__block-text {
	color: #EA5405;
}

.c-block-top-problems__block-lead span {
	font-size: 32px;
}
}

.c-lp-functions {
	margin-top: 40px;
}

.function-point {
	margin-top: 24px;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
	padding: 52px 60px;
	display: flex;
	gap: 32px;
	justify-content: space-between;
}

.function-point__header {
	display: flex;
	gap: 16px;
}

.function-point__header__icon {
	display: flex;
	flex-direction: column;
	color: #0068B7;
	font-weight: bold;
	text-align: center;

}

.function-point__header__prefix {
	color: #0068B7;
	font-size: 18px;
	font-weight: 700;
	line-height: 27.81px; /* 154.499% */
	letter-spacing: 1.8px;
}

.function-point__header__number {
	font-family: "Oswald", sans-serif;
	color: #0068B7;
	text-align: center;
	font-size: 70px;
	font-style: normal;
	font-weight: 700;
	line-height: 57.474px; /* 82.105% */
}

.function-point__title {
	color: var(--kendweb-wp_grgr_blue_lp__1440x810_default-Science-Blue, #0068B7);
	font-feature-settings: 'halt' on;
	font-size: 32px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 1.2px;
}

.function-point__tagline {
/*display: flex;*/
/*flex-direction: column;*/
/*gap: 10px;*/

span {
	/*display: inline-flex;*/
}
}

.function-point__tagline--highlight {
	color: var(--kendweb-wp_grgr_blue_lp__1440x810_default-Burnt-Orange, #CC5600);
	font-size: 18px;
	font-weight: 700;
	line-height: 140%; /* 19.2px */
	letter-spacing: 0.8px;
	display: block;
	margin-bottom: 8px;
}

.function-point__tagline--label {
	color: #0068B7;
	font-size: 18px;
	font-weight: 700;
	line-height: 34px; /* 188.889% */
	letter-spacing: 1.2px;
	display: flex;
	padding: 2px 16px 3px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	background: var(--kendweb-wp_grgr_blue_lp__1440x810_default-Black-Squeeze, #EAF1F7);
	max-width: 483px;
	margin-bottom: 8px;
}

.function-point__text {
	margin-top: 16px;

.function-point__title {
	color: var(--0068-b-7, #0068B7);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.function-point__description {
	color: #222;
	font-size: 16px;
	font-weight: 350;
	line-height: 28px; /* 175% */
	letter-spacing: 0.8px;
}
}

.function-point__content {
	flex-basis: 62%;
}

.c-lp-functions {
	margin-top: 2.5rem;
}

.function-point {
	margin-top: 1.5rem;
	background: #FFF;
	border-radius: 0.625rem;
	box-shadow: 0rem 0rem 1.875rem rgba(0, 0, 0, 0.10);
	padding: 3.25rem 3.75rem;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
}

.function-point__header {
	display: flex;
	gap: 1rem;
}

.function-point__header__icon {
	display: flex;
	flex-direction: column;
	color: #0068B7;
	font-weight: bold;
	text-align: center;

}

.function-point__header__prefix {
	color: #0068B7;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.738rem;
	letter-spacing: 0.1125rem;
}

.function-point__header__number {
	font-family: "Oswald", sans-serif;
	color: #0068B7;
	text-align: center;
	font-size: 4.375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.592rem;
}

.function-point__title {
	color: var(--kendweb-wp_grgr_blue_lp__1440x810_default-Science-Blue, #0068B7);
	font-feature-settings: 'halt' on;
	font-size: 2rem;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.075rem;
}

.function-point__tagline--highlight {
	color: var(--kendweb-wp_grgr_blue_lp__1440x810_default-Burnt-Orange, #CC5600);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0.05rem;
	display: block;
	margin-bottom: 0.5rem;
}

.function-point__tagline--label {
	color: #0068B7;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 2.125rem;
	letter-spacing: 0.075rem;
	display: flex;
	padding: 0.125rem 1rem 0.1875rem 1rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	border-radius: 6.25rem;
	background: var(--kendweb-wp_grgr_blue_lp__1440x810_default-Black-Squeeze, #EAF1F7);
	max-width: 30.1875rem;
	margin-bottom: 0.5rem;
}

.function-point__text {
	margin-top: 1rem;

.function-point__title {
	color: var(--0068-b-7, #0068B7);
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.0625rem;
	margin-bottom: 0.5rem;
}

.function-point__description {
	color: #222;
	font-size: 1rem;
	font-weight: 350;
	line-height: 1.75rem;
	letter-spacing: 0.05rem;
}
}

.function-point__content {
	flex-basis: 62%;
}

@media (max-width: 61.25rem) {
	.c-lp-header__title svg {

	}

	/* 980px ÷ 16px = 61.25rem */
	.function-point {
		flex-direction: column;
		padding: 2rem;
		gap: 1rem;
	}

	.function-point__header__number {
		font-size: 3.5rem; /* Adjusted for smaller screens */
		line-height: 2.15rem; /* Adjusted for smaller screens */
	}

	.function-point__title {
		font-size: 1.5rem; /* Adjusted for smaller screens */
	}

	.c-lp-mv__image {
		display: block;
	}

	.lp {
	.c-block-top-text__inner {
		padding-bottom: 0;
	}

	.c-lp-mv__top .c-block-top-text__text {
		margin-bottom: 0;
	}

	.c-lp-mv__image {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}

	.c-lp-mv__image {
		text-align: center;
	}
}
}

.function-point__image-placeholder {
	display: flex;
	align-items: center;
}

.lp {
.c-block-top-neo-offer {
	margin-top: 100px;
}
}

@media (min-width: 48rem) and (max-width: 75em) {
	.c-block-top-problems__block {
		width: calc(33.3% - 24px);
	}
	.lp {
	.c-block-top-problems__heading.is-last {
		transform: translateY(-380px);
		margin-bottom: -140px;
	}

	.c-block-top-problems__block-lead span {
		font-size: 24px;
	}

	.c-block-top-problems__block-lead {
		font-size: 14px;
	}
}
}


/**
 タブレット以下
 */
@media (max-width: 980px) {
	.lp .c-slidebar-button {
		display: none !important;
	}


	.lp {
	.c-block-top-text__text {
		margin-left: auto;
		margin-right: auto;
	}

	.l-header__button:first-child {
		margin-top: 16px;
	}
}

.c-lp-header__sub {
	flex-direction: column;
}

.c-lp-header__sub {
	padding-top: 10px;
	padding-bottom: 10px;
div:last-child {
	padding-top: 0.5em;
	margin-right: auto;
	margin-left: auto;
}
}
}


/**
タブレットのみ
 */
@media (min-width: 750px) and (max-width: 1140px){
	:root {
		--lp-mv-image: 50vw;
	}

	body.lp .l-header__content,
	body.lp .l-header {
		height: auto;
	}

	body.lp .l-header__nav ul li > a {
		padding-bottom: 0.5rem;
	}

	body.lp .l-header {
		padding-bottom: 10px;
	}
	.lp {
	.l-header.is-lp .l-header__heading{
		width: 20vw;
	}


	.l-header__buttons {
		display: block;
	}
	.c-block-top-neo-offer__inner {
		display: block;
	}
	.c-block-top-result__inner {
		display: flex;
		gap: 0px 4px;
		padding-top: 0;
		flex-wrap: wrap;
		padding-left: 1em;
		padding-right: 1em;
	}
	.c-block-top-neo-offer__button {
		text-align: center;
	}
	.function-point__title {
		font-size: 28px;
	br {
		display: none;

	}
}
.function-point__header__text {
	padding-top: 16px;
	display: flex;
	width: 100%;
	align-items: center;
}
.c-block-top-result__block2s {
	flex-basis: 100%;
}
.c-block-top-result__block {
	flex-basis: calc(50% - 16px - 1em);
	width: auto;
	margin-right: auto;
	/*margin-left: 0;*/
}

.c-block-top-result__block2s + .c-block-top-result__block {
	justify-content: flex-end;
}
.c-block-top-neo-offer__button {
	min-width: 460px;
}


.c-block-top-result__head {
	transform: none;
	padding: 16px;
	margin-bottom: 0;
	gap: 32px;
	align-items: center;
	padding-bottom: 0;
}

.c-block-top-result__block__heading {
	text-align: center;
}

.c-block-top-problems__block-img {
	max-width: 3rem;
}

.c-block-top-problems__block-top {
	padding-left: 4rem;
br {
	display: none;
}
}
.function-point__image-placeholder {
	text-align: center;
}


}
}

.c-lp-mv__bottom {
	position: relative;
	z-index: 10;

}


/**
スマホ
 */
@media (max-width: 46.8125em) {
	:root {
		--lp-mv-image: 90vw;
	}

	.lp {


	.l-header__button:first-child {
		margin-top: 0px;
	}
}
.lp {
.l-header.is-lp .l-header__nav {
	/*display: block;*/
}

.l-header.is-lp .l-header__heading {
	max-width: 40%;
}

.l-header__button {
	width: 6rem;
}
.l-header.is-lp .l-header__buttons {
	display: flex;
}

.l-header__button:first-child {
	margin-bottom: 0;
}
.l-header__buttons {
	display: block;
}
#function .u-text-center {
	text-align: left !important;
}
.function-point__image-placeholder {
	text-align: center;
}
.c-lp-header__title {
	margin-bottom: 16px;
}

.c-block-top-text {
	max-width: 100%;
}

.c-lp-header__sub > div:first-child svg {
	max-width: 120px;
}

.c-lp-header__sub > div:last-child svg {
	max-width: 70vw;
}

.c-block-top-result__head {
	transform: translateY(-30px);
	margin-bottom: -40px;
	gap: 10px;

.c-block-top-result__subdesc {
	font-size: 9px;
	flex-basis: calc(100% - 170px);
	letter-spacing: 0px;
	padding-bottom: 0;
}

.c-block-top-result__label {
	flex-basis: 170px;
}
}

.c-block-top-result__block__heading {
	padding-top: 10px;
	text-align: center;
}

.c-block-top-result__title {
	text-align: left;
}

.c-lp-mv__bottom .c-block-top-result__text-sm {
	font-size: 10px;
}

.c-block-top-result__block {
	margin-right: 0;
	width: 100%;
	justify-content: space-between;
}

.c-heading.is-xlg {
	font-size: 24px;
}


.c-block-top-problems__block-top {
	margin-bottom: 20px;
	min-height: initial;
}

.c-block-top-problems__heading.is-last {
	display: none;

.c-heading {
	position: relative;

.is-xs {
	letter-spacing: 0;
	position: absolute;
	font-size: 20px;
	top: 40px;
}
}
}

.c-block-top-problems__block-lead span {
	font-size: 32px;
}
}

.c-lp-header__title svg {
	max-width: 100vw;
	height: auto;
}

/* 768px ÷ 16px = 48rem */
.function-point {
	padding: 1.5rem 1rem;
}

.function-point__header__number {
	font-size: 2.5rem; /* Further adjusted for smallest screens */
	line-height: 1.9rem; /* Adjusted for smallest screens */
}

.function-point__title {
	font-size: 1.3rem;
}

.lp .function-point__description {
	font-size: 0.85rem;
	line-height: 1.7;
}

.function-point__header__prefix,
.function-point__tagline--highlight,
.function-point__tagline--label {
	font-size: 1rem; /* Adjusted for smallest screens */
	line-height: 1.5rem; /* Adjusted for line height */
}

}


@media (max-width: 389px) {
	.lp {
	.c-block-top-result__title {
		font-size: 14px;
	}

	.c-block-top-result__title span.is-sm {
		font-size: 11px;
	}
	.c-block-top-problems__block-text {
		padding-right: 18px;
	}
}
}
/* 20240624 */
.l-section.is-lg.is-biz + .l-offer {
	display: none;
}
.c-button.is-document.is-lg.is-bizseries:after, .c-button-social>a.is-document.is-lg.is-bizseries:after {
	background: url(/wp/wp-content/uploads/2025/04/img-btn-document.png) no-repeat center center / contain;
	/*background: url(/wp/wp-content/uploads/2024/06/img-btn-document.png) no-repeat center center / contain;*/
	/* background: url(/wp/wp-content/uploads/2024/06/img-btn-document-02.png) no-repeat center center / contain; */
}

.l-header__submenu__block {
	align-items: flex-start;
}
.l-header__submenu__block {
	overflow: initial;
}
.l-header__submenu__text:before {
	top: 3px;
	transform: unset;
}
.l-header__submenu__text:after {
	top: 12px;
}
@media (max-width: 1329px) {
	.l-header__submenu__text:after {
		top: 9px;
	}
	.l-header__submenu__text:before {
		top: 0px;
	}
}
@media (max-width: 1200px) {
	.l-header__submenu__text:not(:last-child) {
		margin-right: 20px;
	}
}
@media screen and (max-width: 71.25em) {
	.l-header__heading {
		width: 160px;
	}
}

/* 202407 */
.c-box-nav.is-case {
	margin-bottom: 2.625rem;
}
.c-box-nav.is-case .c-button{
	min-width: 22.25rem;
	font-size: 20px;
	font-weight: normal;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-box-nav.is-case .c-button{
		font-size: 1rem;
	}
}

.c-seminar-results-wrapper.is-case > dl dt,
.c-seminar-results-wrapper.is-case > dl dd {
	font-size: 1rem;
}
.c-seminar-results-wrapper.is-case > dl dt{
	margin-right: 0px;
}
.c-seminar-results-wrapper.is-case > span{
}

.c-aside-select__tags{
	margin: 3rem 0;
}

.c-aside-select__tags li {
	display: inline-block;
	padding: 0.2rem 0;
	margin-right: 0.5rem;
	font-size: 1rem;
}

.c-aside-select__tags li:last-of-type{
	margin-rigth: 0;
}

.c-aside-select__tags a{
	text-decoration: none;
}

.c-aside-select__tags li a:before {
	content: "＃";
	color: #0068B7;
}

.c-block-cooperation-list__button.is-line{
	display: inline-block;
	margin-right: 1rem;
}
.c-block-cooperation-list__button.is-line:last-of-type{
	margin-right: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-block-cooperation-list__button.is-line{
		margin-right: 0;
	}
}

/* 202407 */
.c-box-nav.is-downloads {
	justify-content: normal;
	padding-top: 150px;
	margin-top: -100px;
}

.c-box-nav.is-downloads .c-box-nav__inner{
	display: block;
}

.c-box-nav.is-downloads .c-button{
	width: auto;
	height: 3rem;
	padding: 0 3.0625rem 0 2.0625rem;
	font-weight: normal;
	margin-right : 0.5rem;
	margin-left: 0;

}
.c-box-nav.is-downloads .c-button:last-of-type{
	margin-left: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-box-nav.is-downloads .c-button{
		font-size: 13px;
	}
}

.c-box-tab{
	margin-bottom: 2rem;
}
.c-box-tab__inner{
	display: flex;
	min-width: min-content;
	justify-content: center;
	align-items: flex-end;
	margin: 0;
	border-bottom: solid 1px #0068B7;
}
.c-box-tab__item {
	position:relative;
	top: 0;
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-weight: bold;
	width: 100%;
	margin: 0 0.5rem;
	text-align: center;
	cursor: pointer;
	background: #F2F4F5;
	border-radius: 10px 10px 0 0 ;
}
.c-box-tab__item.is-current{
	border: 1px solid #0068B7;
	border-bottom: none;
	background: #fff;
	top: 1px;
}
.c-box-tab__item a {
	display: block;
	padding: 1.0625rem 1rem;
	width: 100%;
	text-decoration: none;
	color: #818689;
}
.c-box-tab__item.is-current a{
	color: #0068B7;
}

.c-box-tab.is-downloads {
	margin-bottom: 0;
}
.c-box-tab.is-downloads .c-box-tab__inner{
	justify-content: left;
}

.c-box-tab.is-downloads .c-box-tab__item{
	font-size: 0.9rem;
	width: auto;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

	.c-box-tab__item{
		font-size: 0.65rem;
	}

	.c-box-tab.is-downloads{
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.c-box-tab.is-downloads .c-box-tab__item a{
		padding: 1.0625rem 0.5rem;
		min-width: 120px;
	}

}

.c-card-downloads__buttons{
	margin-top: 4rem;
	text-align: center;
}
.c-card-downloads__buttons .c-button{
	margin-bottom: 1rem;
	margin-right: 1.5rem;
}
.c-card-downloads__buttons .c-button:last-of-type,
.c-card-downloads__buttons .c-button:nth-of-type(3n){
	margin-right: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-card-downloads__buttons .c-button{
		margin-right: 0rem;
	}
}
.c-box-seminar-event.is-downloads{
	width: 100%;
}

/* 20240822 */
.c-forms__title.is-vertical-top{
	align-items: flex-start;
	margin-top: 1.25rem;
}
.c-forms__text{
	margin-top: 0.5rem;
}
.mw_wp_form input[type="file"]{
	padding-left: 0;
}
.mw_wp_form_preview .c-forms__text{
	display: none;
}
.mw_wp_form_preview .c-forms__title.is-vertical-top{
	margin-top: 0;
}
small.is-preview{
	display: none;
}
.mw_wp_form_preview small.is-preview{
	display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-forms__title.is-vertical-top{
		margin-top: 0;
	}
}


/************* 20240910 改修調整 *************/

.c-banner-document.is-sm.is-biz-series .c-banner-document__title {
	font-size: 1.5rem;
}

/************* 20240927 改修調整 *************/

.c-block-top-case.is-block-by-function {
	background: none;
	padding: 0;
}
.c-block-top-case.is-block-by-function::after {
	display: none;
}

.c-block-top-case.is-block-by-function .c-block-top-case__slider {
	justify-content: center;
}

.c-block-top-case.is-block-by-function .c-block-top-case__slide {
	width: calc(30% - 18px);
	border: 1px solid #D9D9D9;
	margin-bottom: 2rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-block-top-case.is-block-by-function .c-block-top-case__slider {
		width: 100% !important;
		margin-left: 0;
	}
	.c-block-top-case.is-block-by-function .c-block-top-case__slide {
		margin-left: 0;
		width: 100%;
	}
}

/************* 20250423 改修調整 *************/
.c-block-video-col__heading .c-heading span.is-small{
	font-size: 24px;
}

.c-block-function-detail__item-num{
	width: auto;
	min-width: 2.75rem;
	padding-inline: 1rem;
}



/* ==========================================================================
   LP Blocks 2024/09
   ========================================================================== */

/* General LP Styles */
.c-lp-section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 1.5rem;
}

.c-lp-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #0068B7;
}

/* 1. Hero Block */
.c-lp-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
    color: #333;
	position: relative;
    text-align: center;
    background-color: #f0f4f8; /* fallback */
}
.c-lp-hero:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(21, 93, 144, 0.8);
}

.c-lp-hero .l-container {
	position: relative;
	z-index: 1;
}

.c-lp-hero__content {
    margin: 0 auto;
    border-radius: 8px;
}

.c-lp-hero__catch-copy {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
	color: #fff;
    margin-bottom: 2rem;
}
.c-lp-hero__catch-copy h1, .c-lp-hero__catch-copy h2 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}


.c-lp-hero__buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}



.c-lp-hero .c-button.is-primary {
    background-color: #333;
}
.c-lp-hero .c-button.is-primary:hover {
    /* background-color: #555; */
}

.c-lp-hero .c-button.is-secondary {
	color: #fff;
    border: 3px solid rgba(255, 255, 255, 0.4);
    height: 4.25rem;
    position: relative;
    overflow: visible;
    min-width: 0;
    transition: all ease 0.2s;
    background-size: 100% 200%;
    background: linear-gradient(#cc5600 0%, #c93600 100%);
    border: 3px solid rgba(255, 255, 255, 0.4);
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.1));
    padding-left: 110px;
    padding-right: 18px;
    padding-top: 11px;
    padding-bottom: 11px;
    height: auto;
    border-radius: 1000px;
    transition: background ease 0.2s;
}

.c-lp-hero .c-button.is-secondary:hover {
    /* background-color: #999; */
}

.c-lp-hero .c-button__badge {
    position: absolute;
    top: 50%;
    left: 20px;
    background: #e68500;
    color: #fff;
    padding: 4px 8px;
    font-size: 0.8rem;
    border-radius: 4px;
	transform: translateY(-50%);
}

/* 2. Problem Block */
.c-lp-problem {
    padding: 80px 0;
    /* background-color: #f8f9fa; */
}

.c-lp-problem__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
	position: relative;
	z-index: 1;
}

.c-lp-problem__item {
    background: #fff;
    padding: 2rem 1.5rem 2rem 1.5rem;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.c-lp-problem__item::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.05));
}

.c-lp-problem__icon {
    color: #0068B7;
    font-weight: bold;
    font-size: 1.5rem;
    margin-right: 1rem;
}

.c-lp-problem__text {
    font-size: 1rem;
    line-height: 1.6;
}

/* 3. Solution Block */
.c-lp-solution {
    padding: 80px 0;
}

.c-lp-solution__item {
    display: flex;
    gap: 3rem;
    align-items: center;
    margin-bottom: 4rem;
}

.c-lp-solution__item:last-child {
    margin-bottom: 0;
}

.c-lp-solution__item.is-position-left .c-lp-solution__image {
    order: 1;
}
.c-lp-solution__item.is-position-left .c-lp-solution__text-content {
    order: 2;
}
.c-lp-solution__item.is-position-right .c-lp-solution__image {
    order: 2;
}
.c-lp-solution__item.is-position-right .c-lp-solution__text-content {
    order: 1;
}

.c-lp-solution__image {
    flex: 1;
    background: #f0f0f0;
    border-radius: 8px;
    padding: 0rem;
    text-align: center;
}
.c-lp-solution__image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}


.c-lp-solution__text-content {
    flex: 1;
}

.c-lp-solution__headline {
    color: #0068B7;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.c-lp-solution__catch-copy {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.c-lp-solution__description {
    line-height: 1.7;
}


/* 4. Features Block */
.c-lp-features {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.c-lp-features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.c-lp-features__item {
    background: #fff;
    padding: 2.5rem 2rem;
    text-align: center;
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

.c-lp-features__icon {
    margin-bottom: 1.5rem;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-lp-features__icon img {
    max-height: 60px;
    width: auto;
}

.c-lp-features__name {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.c-lp-features__description {
    font-size: 1rem;
    line-height: 1.6;
    color: #6c757d;
}

/* 5. Case Studies Block */
.c-lp-case-studies {
    padding: 80px 0;
}

.c-lp-case-studies__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.c-lp-case-studies__item {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.c-lp-case-studies__item a {
    text-decoration: none;
    color: inherit;
}

.c-lp-case-studies__item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.c-lp-case-studies__image {
    height: 200px;
    background: #f0f0f0;
}
.c-lp-case-studies__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.c-lp-case-studies__content {
    padding: 1.5rem;
}

.c-lp-case-studies__category {
    display: inline-block;
    background: #eaf1f7;
    color: #0068B7;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.c-lp-case-studies__title {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.5;
}

.c-lp-case-studies__button-wrapper {
    text-align: center;
    margin-top: 3rem;
}

/* 6. Flow Block */
.c-lp-flow {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.c-lp-flow__items {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.c-lp-flow__item {
    padding-left: 120px;
    position: relative;
    margin-bottom: 2rem;
    background: #fff;
    padding: 1.1rem;
    padding-left: 4rem;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}
.c-lp-flow__item:last-child {
    margin-bottom: 0;
}


.c-lp-flow__step-number {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    background: #0068B7;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    border: 4px solid #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.c-lp-flow__step-number-text {
	font-size: 0.8rem;
}

.c-lp-flow__step-number-index {
	font-size: 1.5rem;
}

.c-lp-flow__title {
    font-size: 1.2rem;
    font-weight: normal;
	margin-top: 0rem;
    margin-bottom: 0.5rem;
}

.c-lp-flow__description {
    line-height: 1.6;
}

/* 7. FAQ Block */
.c-lp-faq {
    padding: 80px 0;
}
.c-lp-faq .c-accordion-list {
    /* max-width: 900px; */
    margin: 0 auto;
}
.c-lp-faq .c-accordion-list__head {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: bold;
    font-size: 1.1rem;
}
.c-lp-faq .c-accordion-list__q-icon {
    font-size: 1.5rem;
    color: #0068B7;
}
.c-lp-faq .c-accordion-list__content {
    padding-left: 1.5rem; /* to align with question text */
}
.c-lp-faq .c-accordion-list__answer {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.c-lp-faq .c-accordion-list__a-icon {
    font-size: 1.5rem;
    color: #e68500;
}
.c-lp-faq .c-accordion-list__answer-text {
    padding-top: 5px;
    line-height: 1.7;
}

/* 8. CTA Block */
.c-lp-cta {
    padding: 80px 0;
    background-color: #134d75;
    color: #fff;
    text-align: center;
}

.c-lp-cta__inner {
    max-width: 800px;
    margin: 0 auto;
}

.c-lp-cta__title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
	margin-top: 0rem;
    margin-bottom: 1rem;
}

.c-lp-cta__description {
    color: #dee2e6;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.c-lp-cta__buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.c-lp-cta .c-button {
    text-decoration: none;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.c-lp-cta .c-button.is-primary {
    background: #0068B7;
    color: #fff;
}
.c-lp-cta .c-button.is-primary:hover {
    background: #00569a;
}
.c-lp-cta .c-button img {
    height: 1.2em;
}

/* Responsive */
@media screen and (max-width: 980px) {
    .c-lp-problem__grid, .c-lp-features__grid, .c-lp-case-studies__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .c-lp-solution__item {
        flex-direction: column;
    }
    .c-lp-solution__item.is-position-left .c-lp-solution__image,
    .c-lp-solution__item.is-position-right .c-lp-solution__image {
        order: 1;
    }
    .c-lp-solution__item.is-position-left .c-lp-solution__text-content,
    .c-lp-solution__item.is-position-right .c-lp-solution__text-content {
        order: 2;
    }
}

@media screen and (max-width: 768px) {
    .c-lp-section-title {
        font-size: 2rem;
    }
    .c-lp-hero__catch-copy {
        font-size: 2rem;
    }
    .c-lp-problem__grid, .c-lp-features__grid, .c-lp-case-studies__grid {
        grid-template-columns: 1fr;
    }
    .c-lp-flow__items::before {
        left: 20px;
    }
    .c-lp-flow__item {
        padding-left: 1.5rem;
    }
    .c-lp-flow__step-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        left: -20px;
        border-width: 2px;
    }
    .c-lp-faq .c-accordion-list__head {
        font-size: 1rem;
    }
    .c-lp-faq .c-accordion-list__content {
        padding-left: 2.7rem;
    }
}



.c-accordion-list__head {
	border-bottom: none;
}


.c-lp-faq .c-tabs-faq__item:after {
	content: '\f078';
	font-size: 1rem;
    font-weight: normal;
}

.c-lp-faq .is-open .c-tabs-faq__item:after {
	content: '\f077';
	font-size: 1rem;
    font-weight: normal;
}

.c-lp-hero .c-button {
	width: 100%;
}

.c-lp-hero .l-offer__button-text {
	color: #FFF;
}

.c-lp-hero .l-offer__buttons {
	margin-top: 6rem;
	margin-bottom: -3rem;
}