﻿/* Case detail pages */
.case-inner {
	width: min(1040px, calc(100% - 40px));
	margin: 0 auto;
}

.case-hero {
	background:
		linear-gradient(110deg, rgba(190, 232, 241, 0.88), rgba(255, 255, 255, 0.86) 48%, rgba(255, 217, 232, 0.88)),
		linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%) 0 0 / 42px 42px;
}

.case-hero .case-inner {
	min-height: 150px;
	padding: 24px 0 34px;
}

.case-hero__breadcrumb {
	margin: 0 0 28px;
	color: #6b7280;
	font-size: 0.72rem;
}

.case-hero__eyebrow {
	margin: 0 0 8px;
	color: #0b57b7;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0;
}

.case-hero h1 {
	margin: 0;
	font-size: 1.95rem;
	line-height: 1.3;
}

.case-lead {
	padding: 48px 0 28px;
	text-align: center;
}

.case-lead h2 {
	margin: 0 0 16px;
	color: #00428f;
	font-size: 1.5rem;
	line-height: 1.5;
}

.case-lead p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.8;
}

.case-detail-page {
	background: #fff;
	font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #313133;
}

.case-detail-page .content_cases .container > p:empty,
.case-detail-page .content_cases .container > p:has(> br):not(:has(> :not(br))),
.case-detail-page .content_cases .container > p:has(> title) {
	display: none;
}

.case-detail-page > .content_cases .column2 > .container {
	flex: 1;
	min-width: 0;
	max-width: none;
	margin: 0;
	padding: 0;
}

.case-detail-hero {
	background:
		linear-gradient(110deg, rgba(190, 232, 241, 0.88), rgba(255, 255, 255, 0.86) 48%, rgba(255, 217, 232, 0.88)),
		linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%) 0 0 / 42px 42px;
}

.case-detail-hero .case-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	column-gap: 56px;
	align-items: start;
	min-height: 180px;
	padding: 24px 0 38px;
}

.case-detail-hero__breadcrumb {
	grid-column: 1;
	margin: 0 0 28px;
	color: #6b7280;
	font-size: 0.72rem;
}

.case-detail-hero__breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.case-detail-hero__eyebrow {
	grid-column: 1;
	margin: 0 0 8px;
	color: #0b57b7;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0;
}

.case-detail-hero h1 {
	grid-column: 1;
	margin: 0;
	font-size: 1.95rem;
	line-height: 1.45;
}

.case-detail-hero__tags {
	grid-column: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.case-detail-hero__tags span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 3px 10px;
	background: #00428f;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.2;
}

.case-detail-hero__company-card {
	grid-column: 2;
	grid-row: 1 / span 3;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 86px;
	margin-top: 48px;
	padding: 18px 28px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 8px 28px rgba(0, 66, 143, 0.08);
}

.case-detail-hero__company-card strong {
	display: block;
	color: #111827;
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1.4;
}

.case-detail-hero__company-card img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 130px;
	object-fit: contain;
}

.case-detail-hero__cta {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	column-gap: 56px;
	row-gap: 28px;
	align-items: stretch;
	margin-top: 36px;
	padding: 22px 26px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 1px 0 rgba(0, 66, 143, 0.08);
}

.case-detail-service,
.case-detail-contact-mini {
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.case-detail-contact-mini {
	padding-left: 32px;
	border-left: 1px solid rgba(0, 66, 143, 0.16);
}

.case-detail-service p,
.case-detail-contact-mini p {
	margin: 0 0 10px;
	color: #00428f;
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.5;
}

.case-detail-service strong {
	display: block;
	position: relative;
	padding-left: 16px;
	font-size: 0.88rem;
	line-height: 1.6;
}

.case-detail-service strong::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 7px;
	height: 7px;
	background: #00428f;
	transform: rotate(45deg);
}

.case-detail-contact-mini a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	background: #356be8;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none;
}

.case-detail-contact-mini a:hover {
	background: #2358cf;
}

.case-detail-main {
	padding: 58px 0 78px;
}

.case-detail-main__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 260px;
	gap: 56px;
	align-items: start;
}

.case-detail-main__layout--long {
	display: grid;
	grid-template-columns: minmax(0, 900px) 250px;
	gap: 56px;
	max-width: 1200px;
}

.case-detail-page--detail .case-detail-content,
.case-detail-page--long .case-detail-content {
	width: 100%;
}

.case-detail-page--detail .case-detail-content__body > section:first-child,
.case-detail-page--detail .case-detail-content__body > section:first-child > div:first-child,
.case-detail-page--long .case-detail-content__body > section:first-child,
.case-detail-page--long .case-detail-content__body > section:first-child > div:first-child {
	margin-top: 0;
	padding-top: 0;
}

.case-detail-page--detail .case-detail-content__body #information .text_image,
.case-detail-page--long .case-detail-content__body #information .text_image {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 400px);
	gap: 34px;
	align-items: start;
}

.case-detail-page--detail .case-detail-content__body #information .text,
.case-detail-page--detail .case-detail-content__body #interview p,
.case-detail-page--long .case-detail-content__body #information .text,
.case-detail-page--long .case-detail-content__body #interview p {
	font-size: 16px;
	line-height: 2;
}

.case-detail-page--detail .case-detail-content__body #information .image img,
.case-detail-page--detail .case-detail-content__body #interview .image img,
.case-detail-page--long .case-detail-content__body #information .image img,
.case-detail-page--long .case-detail-content__body #interview .image img {
	display: block;
	max-width: 100%;
	height: auto;
}

.case-detail-page--detail .case-detail-content__body #information .images,
.case-detail-page--long .case-detail-content__body #information .images {
	display: flex;
	justify-content: center;
	gap: 80px;
	margin-top: 20px;
}

.case-detail-page--detail .case-detail-content__body #information .images img,
.case-detail-page--long .case-detail-content__body #information .images img {
	width: min(300px, 45%);
	height: auto;
}

.case-detail-page--long #profile,
.case-detail-page--short #profile {
	background: #ecf1fd;
	margin-top: 56px;
	position: relative;
}

.case-detail-page--long #profile > div,
.case-detail-page--short #profile > div {
	width: 100%;
	padding: 80px 0;
}

.case-detail-page--long #profile .title,
.case-detail-page--short #profile .title {
	margin-bottom: 56px;
}

.case-detail-page--long #profile .title .ja,
.case-detail-page--short #profile .title .ja {
	margin-bottom: 4px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
}

.case-detail-page--long #profile .title .en,
.case-detail-page--short #profile .title .en {
	color: #003b90;
	font-size: 48px;
	font-weight: 700;
	line-height: 52px;
	text-align: center;
	text-transform: uppercase;
}

.case-detail-page--long #profile table,
.case-detail-page--short #profile table {
	width: min(760px, 100%);
	margin: 0 auto;
	border-top: 1px solid #d6dff5;
}

.case-detail-page--long #profile table th,
.case-detail-page--short #profile table th {
	width: 150px;
	padding: 16px 0;
	border-bottom: 1px solid #d6dff5;
	color: #003b90;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	text-align: left;
}

.case-detail-page--long #profile table td,
.case-detail-page--short #profile table td {
	padding: 16px 20px;
	border-bottom: 1px solid #d6dff5;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.case-detail-page--long #contact,
.case-detail-page--short #contact {
	margin-top: 0;
	padding: 48px;
	background: #eef0f6;
}

.case-detail-page--long #contact > div,
.case-detail-page--short #contact > div {
	display: flex;
	flex-direction: column;
	gap: 36px;
	width: 100%;
	max-width: none;
	margin: 0 auto;
}

.case-detail-page--long #contact > div > div,
.case-detail-page--short #contact > div > div {
	background: #fff;
}

.case-detail-page--long #contact .upper,
.case-detail-page--short #contact .upper {
	padding: 36px;
}

.case-detail-page--long #contact .upper .title,
.case-detail-page--short #contact .upper .title {
	margin-bottom: 10px;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	text-align: center;
}

.case-detail-page--long #contact .upper .text,
.case-detail-page--short #contact .upper .text {
	margin-bottom: 20px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
}

.case-detail-page--long #contact .buttons,
.case-detail-page--short #contact .buttons {
	display: flex;
	gap: 20px;
}

.case-detail-page--long #contact .telfax,
.case-detail-page--short #contact .telfax {
	width: 50%;
	padding: 17px;
	background: #eef0f6;
	text-align: center;
}

.case-detail-page--long #contact .tel,
.case-detail-page--long #contact .fax,
.case-detail-page--short #contact .tel,
.case-detail-page--short #contact .fax {
	color: #000;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

.case-detail-page--long #contact .tel em,
.case-detail-page--short #contact .tel em {
	color: #003b90;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}

.case-detail-page--long #contact .split,
.case-detail-page--short #contact .split {
	width: 1px;
	border-left: 1px solid #313133;
}

.case-detail-page--long #contact .form,
.case-detail-page--short #contact .form {
	width: 50%;
}

.case-detail-page--long #contact .form a,
.case-detail-page--short #contact .form a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #4073eb;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	text-decoration: none;
    background: url(/wp-content/themes/kicnet/images/arrow2_white.svg) center right 23px / 8px no-repeat, #4073EB;
}

.case-detail-page--long #contact .lower,
.case-detail-page--short #contact .lower {
	padding: 24px 36px;
	text-align: center;
}

.case-detail-page--long #contact .lower a,
.case-detail-page--short #contact .lower a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 21px 68px 21px 30px;
	background: #4073eb;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	text-decoration: none;
	background: url(/wp-content/themes/kicnet/images/icon_download.svg) center right 22px/16px no-repeat, #4073EB;
}

.case-detail-anchor {
	position: sticky;
	top: 88px;
	border-top: 1px solid #d6dff5;
	border-bottom: 1px solid #d6dff5;
	padding: 16px 0;
}

.case-detail-anchor a {
	display: block;
	padding: 10px 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #313133;
	text-decoration: none;
}

.case-detail-anchor a:hover {
	color: #003b90;
}

.case-detail-side-stack {
	display: grid;
	gap: 24px;
}

.case-detail-content__image {
	margin-bottom: 28px;
	border: 1px solid #d7e4f4;
	background: #f8fbff;
}

.case-detail-content__image img {
	display: block;
	width: 100%;
	height: auto;
}

.case-detail-content__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
}

.case-detail-content__tags span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 3px 10px;
	background: #eef5ff;
	color: #00428f;
	font-size: 0.72rem;
	font-weight: 700;
}

.case-detail-content__body {
	font-size: 0.9rem;
	line-height: 2;
}

.case-detail-content__body > *:first-child {
	margin-top: 0;
}

.case-detail-content__body h2 {
	margin: 36px 0 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid #d7e4f4;
	color: #00428f;
	font-size: 1.25rem;
	line-height: 1.6;
}

.case-detail-content__body p {
	margin: 0 0 16px;
}

.case-long-body {
	color: #111827;
	font-size: 0.78rem;
	line-height: 1.9;
}

.case-long-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
	gap: 34px;
	align-items: start;
	margin-bottom: 42px;
}

.case-long-intro__text p {
	margin: 0;
}

.case-long-intro__image,
.case-long-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	background:
		linear-gradient(45deg, rgba(0, 0, 0, 0.035) 25%, transparent 25%) 0 0 / 28px 28px,
		linear-gradient(-45deg, rgba(0, 0, 0, 0.035) 25%, transparent 25%) 0 0 / 28px 28px,
		#f4f6f9;
	color: #9ca3af;
	font-size: 1.15rem;
	font-weight: 700;
}

.case-long-intro__image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.case-long-summary {
	margin: 0 0 58px;
	padding: 28px 34px;
	border: 4px solid #fff0cf;
	text-align: center;
}

.case-long-summary h2,
.case-long-interview h2 {
	margin: 0 0 22px;
	padding: 0;
	border: 0;
	color: #00428f;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
}

.case-long-summary__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 4px;
}

.case-long-summary__grid div,
.case-long-effect-table > div {
	background: #fff7e7;
	text-align: center;
}

.case-long-summary__grid strong {
	display: block;
	padding: 10px;
	background: #f59a23;
	color: #fff;
	font-size: 0.86rem;
}

.case-long-summary__grid span {
	display: block;
	padding: 12px 8px;
	font-weight: 700;
}

.case-long-section-label {
	margin: 0 0 4px;
	color: #111827;
	font-size: 0.72rem;
	font-weight: 700;
	text-align: center;
}

.case-long-interview {
	margin-bottom: 38px;
}

.case-long-problems {
	padding: 26px 34px;
	border: 6px solid #eef4ff;
}

.case-long-problems h3 {
	margin: 0 0 18px;
	color: #00428f;
	font-size: 1.05rem;
	text-align: center;
}

.case-long-problems ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.case-long-problems li {
	position: relative;
	padding: 10px 14px 10px 30px;
	background: #fff;
	font-weight: 700;
}

.case-long-problems li::before {
	content: "";
	position: absolute;
	left: 14px;
	top: 1.05em;
	width: 6px;
	height: 6px;
	background: #00428f;
}

.case-long-section {
	margin-bottom: 48px;
}

.case-long-section > h2 {
	margin: 0 0 22px;
	padding: 0 0 11px;
	border-bottom: 1px solid #d7e4f4;
	color: #111827;
	font-size: 1.08rem;
}

.case-long-section h3 {
	margin: 0 0 14px;
	padding-left: 10px;
	border-left: 4px solid #356be8;
	color: #111827;
	font-size: 0.95rem;
}

.case-long-media {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(200px, 300px);
	gap: 28px;
	align-items: start;
	margin-bottom: 24px;
}

.case-long-note {
	margin: 0 0 16px;
	padding: 14px 18px;
	background: #eef5ff;
	color: #00428f;
}

.case-long-effect-table {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 4px;
	margin: 0 0 28px;
}

.case-long-effect-table > div {
	padding: 12px;
	font-weight: 700;
}

.case-long-effect-table__head {
	background: #356be8 !important;
	color: #fff;
}

.case-long-effect-table__head--after {
	background: #f59a23 !important;
}

.case-long-placeholder--wide {
	min-height: 190px;
	margin: 18px 0 22px;
}

.case-short-body {
	color: #111827;
	font-size: 0.78rem;
	line-height: 1.9;
}

.case-short-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
	gap: 34px;
	align-items: start;
	margin-bottom: 42px;
}

.case-short-intro__text p {
	margin: 0;
}

.case-short-intro__image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	background:
		linear-gradient(45deg, rgba(0, 0, 0, 0.035) 25%, transparent 25%) 0 0 / 28px 28px,
		linear-gradient(-45deg, rgba(0, 0, 0, 0.035) 25%, transparent 25%) 0 0 / 28px 28px,
		#f4f6f9;
	color: #9ca3af;
	font-size: 1.15rem;
	font-weight: 700;
}

.case-short-intro__image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.case-detail-content__back {
	margin-top: 42px;
	text-align: center;
}

.case-detail-content__back a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	min-height: 42px;
	background: #356be8;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration: none;
}

.case-detail-side {
	padding: 22px;
	border: 1px solid #d7e4f4;
	background: #f8fbff;
}

.case-detail-side h2 {
	margin: 0 0 18px;
	color: #00428f;
	font-size: 0.95rem;
}

.case-detail-side dl,
.case-detail-side dd {
	margin: 0;
}

.case-detail-side dt {
	margin: 16px 0 6px;
	color: #6b7280;
	font-size: 0.72rem;
	font-weight: 700;
}

.case-detail-side dt:first-child {
	margin-top: 0;
}

.case-detail-side dd {
	color: #111827;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.6;
}

.case-customer {
	padding: 56px 0 64px;
	background: #eaf2ff;
}

.case-customer__heading {
	margin-bottom: 26px;
	text-align: center;
}

.case-customer__heading p {
	margin: 0 0 4px;
	color: #111827;
	font-size: 0.78rem;
	font-weight: 700;
}

.case-customer__heading h2 {
	margin: 0;
	color: #00428f;
	font-size: 1.7rem;
	line-height: 1.2;
}

.case-customer__table {
	width: min(760px, 100%);
	margin: 0 auto;
	border-top: 1px solid #c8d8ee;
}

.case-customer__table div {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	border-bottom: 1px solid #c8d8ee;
}

.case-customer__table dt,
.case-customer__table dd {
	margin: 0;
	padding: 11px 0;
	font-size: 0.78rem;
	line-height: 1.65;
}

.case-customer__table dt {
	color: #00428f;
	font-weight: 700;
}

.case-customer__table dd {
	color: #111827;
}

.case-customer__table a {
	color: #00428f;
	word-break: break-all;
}

.case-detail-cta {
	padding: 48px 0 56px;
	background: #f3f6fb;
}

.case-detail-cta .case-inner {
	display: grid;
	gap: 22px;
	width: min(840px, calc(100% - 40px));
}

.case-detail-cta__box {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 28px;
	align-items: center;
	padding: 24px 26px;
	background: #fff;
}

.case-detail-cta__box--download {
	grid-template-columns: 1fr;
	justify-items: center;
}

.case-detail-cta__text {
	grid-column: 1 / -1;
	text-align: center;
}

.case-detail-cta__text h2 {
	margin: 0 0 8px;
	font-size: 0.95rem;
	line-height: 1.6;
	text-align: center;
}

.case-detail-cta__text p,
.case-detail-cta__box--download p {
	margin: 0;
	font-size: 0.78rem;
	line-height: 1.7;
	text-align: center;
}

.case-detail-cta__tel {
	padding: 13px 16px;
	background: #f1f5fb;
}

.case-detail-cta__tel p {
	margin: 0;
	color: #111827;
	font-size: 0.76rem;
	line-height: 1.6;
	text-align: center;
}

.case-detail-cta__tel strong {
	color: #00428f;
	font-size: 1.05rem;
}

.case-detail-cta__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	background: #356be8;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none;
}

.case-detail-cta__button--disabled {
	cursor: default;
}

.case-detail-cta__box--download .case-detail-cta__button {
	width: min(260px, 100%);
}

.case-detail-cta__button:hover:not(.case-detail-cta__button--disabled) {
	background: #2358cf;
}

.case-related-products {
	padding: 44px 0 54px;
	background: #eaf2ff;
}

.case-related-products .case-inner {
	width: min(820px, calc(100% - 40px));
}

.case-related-products__eyebrow {
	margin: 0;
	color: #111827;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.case-related-products h2 {
	margin: 4px 0 24px;
	color: #00428f;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.3;
	text-align: center;
}

.case-related-products__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.case-related-product-card {
	display: flex;
	flex-direction: column;
	min-height: 230px;
	padding: 18px;
	background: #fff;
}

.case-related-product-card__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	margin-bottom: 14px;
	color: #00428f;
	font-weight: 800;
	text-align: center;
}

.case-related-product-card__logo img {
	display: block;
	max-width: 100%;
	max-height: 58px;
	object-fit: contain;
}

.case-related-product-card h3 {
	margin: 0 0 10px;
	color: #00428f;
	font-size: 0.82rem;
	line-height: 1.55;
}

.case-related-product-card p {
	margin: 0 0 12px;
	color: #374151;
	font-size: 0.7rem;
	line-height: 1.65;
}

.case-related-product-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: auto;
}

.case-related-product-card__tags span {
	padding: 2px 7px;
	background: #eef5ff;
	color: #00428f;
	font-size: 0.64rem;
	font-weight: 700;
}

.case-related-product-card a {
	align-self: flex-end;
	margin-top: 12px;
	padding: 7px 12px;
	background: #356be8;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 700;
	text-decoration: none;
}

.case-related-product-card a:hover {
	background: #2358cf;
}

/*260723 テンプレート用*/
.case-detail-page--long p{
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #313133;
}
.case-detail-page--long .results {
	border: 8px solid rgba(255, 236, 199, 0.69);
	background: #FFFDF9;
	padding: 48px 60px 60px 60px;

}
.case-detail-page--long .results_title p{
	font-size: 32px;
	font-weight: 700;
	color: #003B90;
	text-align: center;
	line-height: 1;
}
.case-detail-page--long .results h4{
	background: #F4A12C;
	color: #fff;
	text-align: center;
    padding: 8px;
	margin-bottom: 0;
    line-height: 1.5;
	border-radius: 4px 4px 0 0;
}
.case-detail-page--long .results h4::before,
.case-detail-page--long .results h4::after{
	display: none;
}
.case-detail-page--long .resultsItem p{
	background: #fff;
	padding: 12px 0 16px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 0;
	border: 1px solid #F4A12C;
	border-radius: 0 0 4px 4px;

} 


.case-detail-page--long .title .ja{
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	margin-bottom: 4px;
}

.case-detail-page--long .title strong{
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	text-align: center;
	text-transform: uppercase;
	color: #003B90;
}

.case-detail-page--long .FeaturesTitle {
    position: relative;
    background: #F8F9FC;
    border: solid 10px #003b900a;
	padding: 30px;
}
.case-detail-page--long .FeaturesTitle h4{
	font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #003B90;
    margin-bottom: 30px;
	padding-left: 0;
}
.case-detail-page--long .FeaturesTitle h4::before,
.case-detail-page--long .FeaturesTitle h4::after{
	display: none;
}
.case-detail-page--long .FeaturesTitle ul{
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.case-detail-page--long .FeaturesTitle ul li{
	background: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #313133;
    padding: 16px 20px 16px 43px;
    position: relative;
}
.case-detail-page--long .FeaturesTitle ul li::before{
	content: "■";
    color: #003B90;
	margin-right: 11px;
    font-size: 16px;
    position: absolute;
    top: 1em;
    left: 1.2em;
}
.case-detail-page--long h3 {
	font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #313133;
	background: none;
    padding-bottom: 20px;
	padding-left: 0;
    position: relative;
    margin-bottom: 32px;
}
.case-detail-page--long h3::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #E8ECF3;
	z-index: 1;
}

.case-detail-page--long h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 3px;
	background: #4073EB;
	z-index: 2;
}
.case-detail-page--long h5 {
	border-radius: 4px;
	color: #1B3D8C;
	background: #F2F8FF;
	padding: 12px 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
}
.case-detail-page--long .introduction .panel-grid {
    margin-bottom: 0 !important;
}
.case-detail-page--long .introduction .introductionTitle > div p{
	padding: 12px 20px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
	border-radius: 4px;
}
.case-detail-page--long .introduction .introductionTitle > div:first-child p{
	background: #4073EB;
}
.case-detail-page--long .introduction .introductionTitle > div:last-child p{
	background: #F4A12C;
}
.case-detail-page--long .introduction .introductionBox  > div p{
	padding: 20px;
	color: #313133;
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
	position: relative;
}
.case-detail-page--long .introduction .introductionBox > div:first-child p{
	background: #F8F9FC;
}
.case-detail-page--long .introduction .introductionBox > div:last-child p{
	background: #FFF8EA;
}
.case-detail-page--long .introduction .introductionBox > div:first-child p::after{
	content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translate(100%, -50%);
    border-top: solid 9.5px transparent;
    border-bottom: solid 9.5px transparent;
    border-left: solid 16px #003B90;
}
.case-detail-page--long .serviceTitle{
	margin-bottom: 0;
}
.case-detail-page--long .serviceTitle h3{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
    color: #003B90;
    padding: 0;
	margin-bottom: 24px;
	justify-content: center;
}
.case-detail-page--long .serviceTitle h3::before,
.case-detail-page--long .serviceTitle h3::after{
	display: none;
}
.case-detail-page--long .serviceText{
	font-size: 16px;
}
.case-detail-page--long .serviceText h4 {
    color: #003B90;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 10px;
	padding-left: 0;
}
.case-detail-page--long .serviceText h4::before,
.case-detail-page--long .serviceText h4::after{
	display: none;
} 
.case-detail-page--long .serviceText a {
    font-weight: 700;
    font-size: 16px;
    line-height: 200%;
    text-align: right;
    color: #000000;
    padding-bottom: 4px;
    border-bottom: 1px solid #000000;
    padding-right: 28px;
    background: url(/wp-content/themes/kicnet/images/arrow_blue.svg) center right / 18px no-repeat;
    text-decoration: none;
	margin: 16px 0 0 auto;
    display: block;
    width: fit-content;
}
.case-detail-page--long .case-related-products .case-inner{
	width: min(1200px, calc(100% - 40px)) !important;
    max-width: 1200px !important;
}
.case-detail-page--long .case-related-products__eyebrow {
    margin-bottom: 4px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
}
.case-detail-page--long .case-related-products h2 {
    color: #003b90;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
}
.case-detail-page--long .case-related-products h2::before,
.case-detail-page--long .case-related-products h2::after{
	display: none;
}
.case-detail-page--long .case-related-product-card__logo{
	min-height: 140px;
    max-height: 140px;
	position: relative;
}
.case-detail-page--long .case-related-product-card__logo::after {
    content: "";
    position: absolute;
    width: calc(100% + 36px);
    height: 1px;
    background: #BBBBBBD9;
    bottom: 0;
}
.case-detail-page--long .case-related-product-card__logo a:hover{
	opacity: 1;
}
.case-detail-page--long .case-related-product-card__logo img{
	max-height: 140px;
}
.case-detail-page--long .case-related-products h3{
	font-size: 24px;
	color: #003B90;
	padding: 0;
	min-height: 3em;
	align-items: baseline;
}
.case-detail-page--long .case-related-products h3::before,
.case-detail-page--long .case-related-products h3::after{
	display: none;
}
.case-detail-page--long .case-related-products .case-related-product-card{
	padding-top: 0;
}
.case-detail-page--long .case-related-products p {
    line-height: 150%;
    font-weight: 500;
	flex: 1;
}
.case-detail-page--long .case-related-product-card__tags span {
    background: #fff;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    border-radius: 4px;
    border: solid 1px #BBBBBBD9;
	padding: 0 10px;
}
.case-detail-page--long .case-related-product-card a:not(.case_button) {
    align-self: auto;
    margin: 0;
    padding: 0;
    background: none;
    color: #003B90;
    font-size: 100%;
}
.case-detail-page--long .case-related-product-card .case_button{
	padding: 0 16px;
	font-size: 16px;
	line-height: 200%;
	margin-top: 20px;
}
.case-detail-page--long .case-detail-main__layout--long{
	display: flex !important;
	justify-content: space-between;
}
.case-detail-page--long .case-detail-content{
	padding-right: 20px;
	padding-left: calc((100vw - 1200px)/2);
	max-width: 1200px;
}
.case-detail-page--long #profile{
	margin-bottom: 80px;
}
.case-detail-page--long #profile::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #ECF1FD;
    transform: translateX(20%);
}
.case-detail-page--long #profile > div{
	position: relative;
}
.case-detail-page--long #profile table{
	width: 100%;
}
@media (max-width: 900px) {
	.case-detail-page--long .case-detail-anchor{
		display: none;
	}
	.case-detail-page--long .case-detail-content{
		padding-right: 0;
	}
	.case-detail-main__layout {
		grid-template-columns: 1fr;
	}

	.case-detail-main__layout--long {
		display: grid;
		grid-template-columns: 1fr;
		max-width: none;
	}

	.case-detail-anchor {
		position: static;
		margin: 20px 0 0;
	}

	.case-detail-hero .case-inner {
		grid-template-columns: 1fr;
	}

	.case-detail-hero__breadcrumb,
	.case-detail-hero__eyebrow,
	.case-detail-hero h1,
	.case-detail-hero__tags,
	.case-detail-hero__company-card,
	.case-detail-hero__cta {
		grid-column: 1;
	}

	.case-detail-hero__company-card {
		margin-top: 22px;
	}

	.case-detail-hero__cta,
	.case-detail-cta__box,
	.case-detail-cta__box--download {
		grid-template-columns: 1fr;
	}

	.case-customer {
		padding: 40px 10px;
	}

	.case-customer__heading {
		margin-bottom: 30px;
	}

	.case-customer__heading p {
		font-size: 14px;
	}

	.case-customer__heading h2 {
		font-size: 30px;
		line-height: 1;
	}

	.case-detail-cta {
		padding: 10px;
	}

	.case-detail-cta__box,
	.case-detail-cta__box--download {
		padding: 20px;
	}

	.case-detail-contact-mini {
		padding-left: 0;
		padding-top: 18px;
		border-left: 0;
		border-top: 1px solid rgba(0, 66, 143, 0.16);
	}

	.case-long-intro,
	.case-detail-page--detail .case-detail-content__body #information .text_image,
	.case-detail-page--long .case-detail-content__body #information .text_image,
	.case-long-media,
	.case-short-intro {
		grid-template-columns: 1fr;
	}

	.case-detail-page--detail .case-detail-content__body #information .images,
	.case-detail-page--long .case-detail-content__body #information .images {
		justify-content: flex-start;
		gap: 10px;
	}

	.case-detail-page--long #profile,
	.case-detail-page--short #profile {
		margin-top: 30px;
	}

	.case-detail-page--long #profile > div,
	.case-detail-page--short #profile > div {
		padding: 40px 10px;
	}

	.case-detail-page--long #profile .title,
	.case-detail-page--short #profile .title {
		margin-bottom: 30px;
	}

	.case-detail-page--long #profile .title .ja,
	.case-detail-page--short #profile .title .ja {
		font-size: 14px;
	}

	.case-detail-page--long #profile .title .en,
	.case-detail-page--short #profile .title .en {
		font-size: 30px;
		line-height: 1;
	}

	.case-detail-page--long #profile table,
	.case-detail-page--short #profile table {
		width: 100%;
	}

	.case-detail-page--long #profile table th,
	.case-detail-page--short #profile table th {
		white-space: nowrap;
		font-size: 14px;
	}

	.case-detail-page--long #profile table td,
	.case-detail-page--short #profile table td {
		padding: 16px 0 16px 20px;
		font-size: 14px;
	}

	.case-detail-page--long #contact,
	.case-detail-page--short #contact {
		padding: 10px;
	}

	.case-detail-page--long #contact .upper,
	.case-detail-page--short #contact .upper,
	.case-detail-page--long #contact .lower,
	.case-detail-page--short #contact .lower {
		padding: 20px;
	}

	.case-detail-page--long #contact .buttons,
	.case-detail-page--short #contact .buttons {
		display: block;
	}

	.case-detail-page--long #contact .telfax,
	.case-detail-page--short #contact .telfax,
	.case-detail-page--long #contact .form,
	.case-detail-page--short #contact .form {
		width: 100%;
	}

	.case-detail-page--long #contact .split,
	.case-detail-page--short #contact .split {
		width: auto;
		height: 1px;
		margin: 16px 0;
		border-left: 0;
		border-top: 1px solid #313133;
		display: none;
	}

	.case-detail-page--long #contact .form a,
	.case-detail-page--short #contact .form a {
		min-height: 50px;
		font-size: 14px;
		line-height: 50px;
	}

	.case-long-summary__grid,
	.case-long-effect-table {
		grid-template-columns: 1fr;
	}

	.case-related-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}


	.case-detail-page--long .results{
		padding: 30px 30px 40px;
	}
	.case-detail-page--long .results_title p{
		font-size: 24px;
		margin-bottom: 0;
	}
	.case-detail-page--long .results h4{
		padding: 4px;
	}
	.case-detail-page--long .resultsItem p{
		padding: 8px;
		font-size: 16px;
	}

	.case-detail-page--long .title .ja{
		font-size: 14px;
	}

	.case-detail-page--long .title strong{
		font-size: 30px;
		line-height: 1;
	}
	.case-detail-page--long .FeaturesTitle{
		padding: 20px;
	}
	.case-detail-page--long .FeaturesTitle h4{
		font-size: 24px;
	}
	.case-detail-page--long .FeaturesTitle ul li{
		font-size: 16px;
	}
	.case-detail-page--long .FeaturesTitle ul li::before{
		top: 50%;
		transform: translateY(-50%);
	}
	.case-detail-page--long h3{
		font-size: 24px;
	}
	.case-detail-page--long h5{
		font-size: 16px;
		padding: 12px 20px;
	}
	.case-detail-page--long .introduction{
		overflow-x: scroll;
	}
	.case-detail-page--long .introduction > div{
		width: 600px
	}
	.case-detail-page--long .introduction .introductionTitle,
	.case-detail-page--long .introduction .introductionBox{
		flex-direction: row !important;
		gap: 30px;
	}
	.case-detail-page--long .introduction .introductionTitle > div p{
		font-size: 16px;
		padding: 12px 20px;
	}
	.case-detail-page--long .introduction .introductionBox > div p{
		font-size: 16px;
		padding: 16px;
	}
	.case-detail-page--long .introduction .panel-grid-cell {
        margin-bottom: 0 !important;
    }
	.case-detail-page--long .serviceText h4{
		font-size: 20px;
	}

	.case-detail-page--long .case-related-products__eyebrow {
		font-size: 14px;
	}

	.case-detail-page--long .case-related-products h2 {
		font-size: 30px;
		line-height: 1;
	}
	.case-detail-page--long #profile{
		margin-bottom: 0;
	}
	.case-detail-page--long #profile::before{
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.case-detail-page--long #profile > div{
		padding: 20px 10px;
	}
	.case-detail-page--long .case-detail-main{
		padding: 0;
	}
	.case-detail-page--long .case-detail-main__layout--long{
		width: 100%;
	}
	.case-detail-page--long .case-long-body{
		padding: 0 10px;
	}
	.case-detail-page--long #contact > div{
		gap: 0;
	}
	.case-detail-page--long #contact .upper .title{
		font-size: 16px;
	}
	.case-detail-page--long #contact .upper .text{
		font-size: 14px;
	}
	.case-detail-page--long #contact .telfax{
		padding: 10px;
        margin-bottom: 10px;
	}
	.case-detail-page--long #contact .tel em,
	.case-detail-page--short #contact .tel em{
		font-size: 18px;
	}
	.case-detail-page--long #contact .fax,
	.case-detail-page--short #contact .tel,
	.case-detail-page--short #contact .fax{
		font-size: 14px;
	}
	.case-detail-page--long #contact .lower .text,
	.case-detail-page--short #contact .lower .text{
		font-size: 14px;
	}
	.case-detail-page--long #contact .lower,
	.case-detail-page--short #contact .lower{
		text-align: left;
	}
	.case-detail-page--long #contact .lower a,
	.case-detail-page--short #contact .lower a{
		font-size: 14px;
        line-height: 50px;
        padding: 0;
        width: 100%;
	}
	.case-detail-page--long .case-inner,
	.case-detail-page--short .case-inner{
		width: 100% !important;
	}


}
@media (max-width: 640px) {

	.case-customer__table div {
		grid-template-columns: 1fr;
		padding: 10px 0;
	}

	.case-customer__table dt,
	.case-customer__table dd {
		font-size: 0.78rem;
	}

	.case-related-products__grid {
		grid-template-columns: 1fr;
	}
}
