@charset "utf-8";

/* =============================================
ファンデーション
============================================= */
/*---------- フォントファミリー ----------*/
.ff-mincho {
	font-family: "yu-mincho-pr6n", "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.ff-popins {
	font-family: "Poppins", "Noto Sans JP", sans-serif;
}

/*---------- 2列table ----------*/
.dlb_table_row .dlb_table_row-title {
	width: 100%;
}
@media (min-width: 768px) {
	.dlb_table_row .dlb_table_row-title {
		width: 25%;
	}
}

/* =============================================
ユーティリティー
============================================= */
/*---------- テキストカラー ----------*/
.text-000 {
	color: #000 !important;
}
.text-fff {
	color: #fff !important;
}
.text-blue-01 {
	color: #0a52a0 !important;
}
.text-blue-02 {
	color: #46b1d1 !important;
}
.text-blue-03 {
	color: #f2fcff !important;
}
.text-blue-04 {
	color: #14278E !important;
}

/*---------- テキストシャドウ（無印はcustomcss） ----------*/
.text-shadow-2 {
	text-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.15);
}

/*---------- 背景色 ----------*/
.bg-f5f5f5 {
	background-color: #f5f5f5;
}
.bg-fff {
	background-color: #fff;
}
.bg-fff-_5 {
	background-color: rgba(255, 255, 255, 0.5);
}
.bg-blue-01 {
	background-color: #0a52a0 !important;
}
.bg-blue-02 {
	background-color: #46b1d1 !important;
}
.bg-blue-03 {
	background-color: #f2fcff !important;
}
.bg-blue-04 {
	background-color: #14278E !important;
}
.bg-blue-grad {
	background: -webkit-linear-gradient(130deg, #0a52a0 0%, #46b1d1 100%);
	background: linear-gradient(130deg, #0a52a0 0%, #46b1d1 100%);
}

/*---------- テキストカラー ----------*/
.border-000 {
	border-color: #000 !important;
}
.border-fff {
	border-color: #fff !important;
}
.border-d8d8d8 {
	border-color: #d8d8d8 !important;
}
.border-blue-01 {
	border-color: #0a52a0 !important;
}

/*---------- ホバーアクション ----------*/
.u-hover-up,
.u-hover-opacity {
	transition: all 0.3s ease-in-out;
	color: inherit;
}
.u-hover-up:hover img,
.u-hover-opacity:hover img {
	opacity: 1;
}
.u-hover-up:hover {
	transform: translateY(-0.125rem);
	text-decoration: none;
	cursor: pointer;
}
.u-hover-opacity:hover {
	opacity: 0.8;
	text-decoration: none;
	cursor: pointer;
}

.u-aspect-16-9 img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.u-aspect-9-16 img {
	aspect-ratio: 9 / 16;
	object-fit: cover;
}
.u-aspect-4-3 img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.u-aspect-3-4 img {
	aspect-ratio: 3 / 4;
	object-fit: cover;
}
.u-aspect-1-1 img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.--contain img {
	object-fit: contain;
}

.u-rounded-_5 {
	border-radius: 0.5rem;
	overflow: hidden;
}
.u-rounded-1 {
	border-radius: 1rem;
	overflow: hidden;
}
.u-rounded-1_5 {
	border-radius: 1.5rem;
	overflow: hidden;
}
.u-rounded-1_25 {
	border-radius: 1.25rem;
	overflow: hidden;
}
.u-rounded-2 {
	border-radius: 2rem;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
	.u-rounded-md-2 {
		border-radius: 2rem;
		overflow: hidden;
	}
}
.u-rounded-3 {
	border-radius: 3rem;
	overflow: hidden;
}

/*---------- 背景画像 ----------*/
.bg_image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/*---------- 黒透過 ----------*/
.bg-black-shadow {
	position: relative;
	z-index: 1;
}
.bg-black-shadow::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

/*---------- 白透過 ----------*/
.bg-white-shadow {
	position: relative;
	z-index: 1;
}
.bg-white-shadow::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: -1;
}

/* =============================================
下層共通
============================================= */
/*---------- 背景画像 ----------*/
/* body:not(.page-index) { */
body.page-about {
	position: relative;
	z-index: 2;
	background: none;
	background-color: transparent;
}
/* body:not(.page-index)::before { */
body.page-about::before {
	display: block;
	content: "";
	position: absolute;
	/* position: fixed; */
	top: 20rem;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	aspect-ratio: 1/1;
	min-width: 32rem;
	max-width: 48rem;
	background-image: url("/kohjin-bio/wp-content/uploads/2024/03/bg-under-logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

/*---------- グラデーション見出し ----------*/
.text-grad {
	display: inline-block;
	background: linear-gradient(292deg, #0a52a0 0%, #46b1d1 100%);
	background: -webkit-linear-gradient(292deg, #0a52a0 0%, #46b1d1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*---------- 下線付き見出し ----------*/
.c-heading-under {
	position: relative;
	padding-bottom: 3.6rem;
	z-index: 2;
}
.c-heading-under::after {
	display: block;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 10rem;
	height: 1px;
	background-color: #0a52a0;
}
/*---------- 下線付き見出し（80%） ----------*/
.c-heading-underline-w-80 {
	position: relative;
	padding-bottom: 0.8rem;
	z-index: 2;
}
.c-heading-underline-w-80::after {
	display: block;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 80%;
	height: 1px;
	background-color: #0a52a0;
}

/*---------- 重ね見出し ----------*/
.c-heading-back {
	position: relative;
	padding-top: 1.5em;
	color: #0068b7;
	font-size: clamp(1.6rem, 5vw, 2.4rem);
}
.c-heading-back::before {
	position: absolute;
	top: 0;
	/* bottom: .5em; */
	left: 0;
	z-index: -1;
	content: attr(data-text);
	font-family: "Yu Gothic UI", "Noto Sans JP", sans-serif;
	line-height: 1;
	color: #0a52a0;
	opacity: 0.2;
	font-size: clamp(3rem, 10vw, 5rem);
	/* text-transform: uppercase; */
	pointer-events: none;
}

/*---------- box-shadow ----------*/
.c-h-box-shadow {
	box-shadow: .4rem .4rem 0 #aaa;
}

/*---------- 背景に敷く ----------*/
.p-bg {
	position: relative;
	z-index: 1;
}
.p-bg::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}
/*---------- 背景に敷く ----------*/
.p-bg {
	position: relative;
	z-index: 1;
}
.p-bg::before {
	content: "";
	display: block;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -5;
}
/* 事業案内 */
.p-bg.--business-bg-blue-03 {
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
}
.p-bg.--business-bg-blue-03::before {
	inset: 0 -3.2rem;
	background-color: #f2fcff;
}
/* 品質への取組 */
.p-bg.--csr-bg-img {
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
}
.p-bg.--csr-bg-img::before {
	inset: 0 -3.2rem;
	/*   background-image: url('../../../uploads/2024/03/business01.png'); */
	background-image: url("../../../uploads/2024/03/quality01.jpg");
	box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
	opacity: 0.75;
}
/* 先輩社員の声 */
.p-bg.--recruit-bg-img {
	padding-top: 6.4rem;
	padding-right: 3.2rem;
	padding-bottom: 6.4rem;
}
.p-bg.--recruit-bg-img::before {
	inset: 0;
	/* right: 3.2rem; */
	left: calc(50% - 50vw);
	background-image:  linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4)), url("../../../uploads/2024/03/voice01.jpg");
	box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
	/* opacity: 0.75; */
}
/* 先輩社員の声 インタビュー部分 */
.p-bg.--recruit-voice-bg-img {
	/* padding-top: 20rem; */
	/* padding-right: 3.2rem; */
	/* padding-bottom: 6.4rem; */
	/* margin-top: -10rem; */
}
.p-bg.--recruit-voice-bg-img::before {
	inset: 0;
	top: 10%;
	background-image: url("../../../uploads/2024/03/voice02-.jpg");
	/* box-shadow: 0 0.4rem 0.4rem rgba(0,0,0,.1); */
	/* opacity: 0.75; */
}

/*---------- マーカー ----------*/
.c-marker {
	background: linear-gradient(transparent 60%, #ff6 60%);
}

/*---------- アイコン ----------*/
.c-icon {
	display: grid !important;
	grid-template-columns: repeat(2, auto);
	column-gap: 0.5rem;
	justify-content: center;
	align-items: center;
}
@media (min-width: 992px) {
	.c-icon {
		column-gap: 1rem;
	}
}
@media (min-width: 992px) {
	.c-icon {
		column-gap: 1rem;
	}
}
.p-dev .c-icon img,
.p-quality .c-icon img{
	width: 1.6rem;
	padding-top: 0.4rem;
}
@media (min-width: 992px) {
	.p-dev .c-icon img, 
	.p-quality  .c-icon img {
		width: auto;
		padding-top: 0;
	}
}


/*---------- ブロークングリッドレイアウト ----------*/
.l-broken-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-columns: auto;
	grid-template-rows: repeat(12, 1fr);
	grid-auto-rows: auto;
	gap: 0px 0px;
	grid-auto-flow: row;
}
/*---------- 品質への取組 他にない開発力 ----------*/
.l-broken-grid.--dev {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto 1rem auto 1.6rem auto;
	gap: 0 1.6rem;
}
.l-broken-grid.--dev .l-grid-item.--dev-01 {
	grid-area: 1 / 1 / 3 / 2;
	z-index: 2;
}
.l-broken-grid.--dev .l-grid-item.--dev-02 {
	grid-area: 1 / 2 / 3 / 3;
	z-index: 2;
}
.l-broken-grid.--dev .l-grid-item.--dev-03 {
	grid-area: 4 / 1 / 6 / 2;
	z-index: 2;
}
.l-broken-grid.--dev .l-grid-item.--dev-04 {
	grid-area: 4 / 2 / 6 / 3;
	z-index: 2;
}
.l-broken-grid.--dev .l-grid-item.--dev-img {
	grid-area: 2 / 1 / 5 / 3;
	z-index: 1;
}
@media (min-width:768px) {
	.l-broken-grid.--dev {
		grid-template-columns: 1fr 2rem 1fr 2rem 1fr;
		grid-template-rows: auto 10rem auto;
	}
	.l-broken-grid.--dev .l-grid-item.--dev-01 {
		grid-area: 1 / 1 / 2 / 3;
	}
	.l-broken-grid.--dev .l-grid-item.--dev-02 {
		grid-area: 1 / 4 / 2 / 6;
	}
	.l-broken-grid.--dev .l-grid-item.--dev-03 {
		grid-area: 3 / 1 / 4 / 3;
	}
	.l-broken-grid.--dev .l-grid-item.--dev-04 {
		grid-area: 3 / 4 / 4 / 6;
	}
	.l-broken-grid.--dev .l-grid-item.--dev-img {
		grid-area: 1 / 2 / 4 / 5;
	}
}

@media (max-width:991px) {
	.p-dev .h2 {
		font-size: 1.8rem;
	}

	.p-dev .h3,
	.p-quality .h3 {
		font-size: 1.8rem;
	}
	
	.p-dev .h5 {
		font-size: 1.4rem;
	}

	.p-quality .h6 {
		font-size: 1rem;
	}
	
	.p-future .h2,
	.p-future .h3 {
		font-size: 1.8rem;
	}
}



/* =============================================
コージンバイオについて
============================================= */
/*---------- 最初のsection ----------*/
.img.--angle {
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 30% 100%);
}

@media screen and (min-width: 691px) {
	.dlb_box2-3_area.--u-md-right-over .dlb_box2-3_img {
		margin-right: calc(50% - 50vw + 1rem);
		width: calc(35.5% - 50% + 50vw);
	}
	.dlb_box2-3_area.--u-md-right-over .dlb_box2-3_img img {
		width: calc(100%);
	}
}

/*---------- 4つ並びカード ----------*/
.p-campany-card {
	z-index: 3;
}
/* .p-campany-card::before, */
.p-campany-card::after {
	display: block;
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(292deg, #0a52a0 0%, #46b1d1 100%);
	background: -webkit-linear-gradient(292deg, #0a52a0 0%, #46b1d1 100%);
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}
.p-campany-card:hover::before,
.p-campany-card:hover::after {
	opacity: 0.2;
}
/* .p-campany-card::before {
z-index: 4;
} */
.p-campany-card::after {
	z-index: 2;
}
.p-campany-card:hover img {
	opacity: 1;
}
.p-campany-card-title {
	z-index: 5;
}

/* =============================================
ご挨拶
============================================= */
/*---------- 画像のの後ろに背景色 ----------*/
.c-img-shadow img {
	box-shadow: 5.4rem 5.4rem 0 #f2fcff;
}

/* =============================================
PR動画
============================================= */
/*----- iframeのサイズ調整 -----*/
.p-if-movie-box {
	width: 100%;
	aspect-ratio: 16 / 9;
	padding-top: 56.25%;
	position: relative;
	z-index: 2;
}
.p-if-movie-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}


/* =============================================
品質への取り組み
============================================= */
/*---------- 吹き出し ----------*/
.p-hukidashi::after {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	margin-inline: auto;
	margin-top: -1px;
	background-color: #14278E;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}

/*---------- 矢印 ----------*/
.c-arrow-transform {
	transform: translateY(-2.4rem);
	max-width: 16rem;
}
@media (min-width:992px) {
	.c-arrow-transform {
		transform: scale(1.5);
		max-width: 16rem;
		z-index: 10;
	}
}


/* =============================================
IR情報
============================================= */
.str_bak_image {
	border-bottom: none !important;
}

/*----- セレクトボックス -----*/
#xj-select-year_s {
	max-width: 100%;
	border: none;
	padding: .8rem 4.8rem .8rem 1.6rem;
	cursor: pointer;
	background-color: #f1fcff;
	color: #707070;
	-webkit-appearance: none;
	appearance: none;
	margin-bottom: 0;
	outline-offset: 1px;
}
#xj-select-year_s::-ms-expand {
	display: none;
}
.xj-select-year_s-wrap {
	display: inline-block;
	position: relative;
	z-index: 1;  
}
.xj-select-year_s-wrap::before {
	display: block;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 3.6rem;
	height: 100%;
	background-color: #b2dce9;
	pointer-events: none;
}
.xj-select-year_s-wrap::after {
	display: block;
	position: absolute;
	font-family: "Material Icons";
	content: "\e5cf";
	top: 50%;
	right: .8em;
	transform: translateY(-50%);
	z-index: 3;
	pointer-events: none;
}

/*----- IR情報 -----*/
.xj-list__irnews .xj-list__label {
	align-self: stretch;
}
.xj-list__irnews .xj-list__label span {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50rem;
	padding-block: .2rem;
	padding-inline: .8rem;
	font-size: 1.28rem;
}
.xj-list__irnews .xj-list__label.icon_legal span {
	background: linear-gradient(0deg, #20b8d4 0%, #88d5dc 100%);
	background: -webkit-linear-gradient(0deg, #20b8d4 0%, #88d5dc 100%);
}
.xj-list__irnews .xj-list__label.icon_result span {
	background: linear-gradient(0deg, #b54b4f 0%, #e5a7a9 100%);
	background: -webkit-linear-gradient(0deg, #b54b4f 0%, #e5a7a9 100%);
}
.xj-list__irnews .xj-list__label.icon_discro span {
	background: linear-gradient(0deg, #037f3d 0%, #8ed8b0 100%);
	background: -webkit-linear-gradient(0deg, #037f3d 0%, #8ed8b0 100%);
}
.xj-list__irnews .xj-list__label.icon_ir span {
	background: linear-gradient(0deg, #8557ba 0%, #cba3fa 100%);
	background: -webkit-linear-gradient(0deg, #8557ba 0%, #cba3fa 100%);
}
.xj-list__irnews .xj-list__label.icon_info span {
	background: linear-gradient(0deg, #ff9203 0%, #eed798 100%);
	background: -webkit-linear-gradient(0deg, #ff9203 0%, #eed798 100%);
}

.c-list-hyphen {
	list-style-type: "- ";
	padding-inline-start: 1.2rem;
}

.c-heading-icon-arrow {
	display: grid;
	grid-template-columns: 6.4rem 1fr auto;
	grid-auto-columns: auto;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 0.8rem;
}

/*----- IRニュース -----*/
#xj-select-category ul {
	list-style: none;
	gap: 1rem;
}
#xj-select-category ul li:nth-child(n) a {
	border-radius: 50rem;
	color: #fff;
}
/* 全て */
#xj-select-category ul li a {
	background: -webkit-linear-gradient(90deg, #0A52A0 0%, #46B1D1 100%);
	background: linear-gradient(90deg, #0A52A0 0%, #46B1D1 100%);
	border-color: #fff;
}
#xj-select-category ul li.active a, #xj-select-category ul li a:hover {
	color: #0A52A0;
	background: #fff;
	border-color: #0A52A0;
}
/* 決算短信 */
#xj-select-category ul li:nth-of-type(2) a {
	background: linear-gradient(0deg, #b54b4f 0%, #e5a7a9 100%);
	background: -webkit-linear-gradient(0deg, #b54b4f 0%, #e5a7a9 100%);
}
#xj-select-category ul li:nth-of-type(2).active a, #xj-select-category ul li:nth-of-type(2) a:hover {
	color: #b54b4f;
	background: #fff;
	border-color: #b54b4f;
}
/* 適時開示 */
#xj-select-category ul li:nth-of-type(3) a {
	background: linear-gradient(0deg, #037f3d 0%, #8ed8b0 100%);
	background: -webkit-linear-gradient(0deg, #037f3d 0%, #8ed8b0 100%);
}
#xj-select-category ul li:nth-of-type(3).active a, #xj-select-category ul li:nth-of-type(3) a:hover {
	color: #037f3d;
	background: #fff;
	border-color: #037f3d;
}
/* 法廷開示 */
#xj-select-category ul li:nth-of-type(4) a {
	background: linear-gradient(0deg, #20b8d4 0%, #88d5dc 100%);
	background: -webkit-linear-gradient(0deg, #20b8d4 0%, #88d5dc 100%);
}
#xj-select-category ul li:nth-of-type(4).active a, #xj-select-category ul li:nth-of-type(4) a:hover {
	color: #20b8d4;
	background: #fff;
	border-color: #20b8d4;
}
/* IR資料 */
#xj-select-category ul li:nth-of-type(5) a {
	background: linear-gradient(0deg, #8557ba 0%, #cba3fa 100%);
	background: -webkit-linear-gradient(0deg, #8557ba 0%, #cba3fa 100%);
}
#xj-select-category ul li:nth-of-type(5).active a, #xj-select-category ul li:nth-of-type(5) a:hover {
	color: #8557ba;
	background: #fff;
	border-color: #8557ba;
}
/* お知らせ */
#xj-select-category ul li:nth-of-type(6) a {
	background: linear-gradient(0deg, #ff9203 0%, #eed798 100%);
	background: -webkit-linear-gradient(0deg, #ff9203 0%, #eed798 100%);
}
#xj-select-category ul li:nth-of-type(6).active a, #xj-select-category ul li:nth-of-type(6) a:hover {
	color: #ff9203;
	background: #fff;
	border-color: #ff9203;
}

/* pdfアイコン */
.xj-list :is(.xj-list__icon-pdf,.xj-list__icon-blank) {
	font-size: 1.28rem;
}

/* スクロールバー */
.ir-news #xj-mainlist {
	max-height: 40rem;
	overflow-y: auto;
}
.ir-news #xj-mainlist::-webkit-scrollbar {
	width: .4rem; /* 横幅 */
}
.ir-news #xj-mainlist::-webkit-scrollbar-thumb {
	background: #1766ab; /* ハンドルの色 */
	border-radius: .4rem;
}
.ir-news #xj-mainlist::-webkit-scrollbar-track {
	background: #d6d6d6; /* 背景色 */
	border-radius: .4rem;
}

/*----- table 共通設定 -----*/
.xj-grp__tab {
	width: 100%;
	overflow-x: auto;
}
.xj_chart_table {
	margin-bottom: 0;
}
.xj_chart_header_first,
.xj_chart_header,
.xj_chart_value {
	padding: 1rem 2rem;
}
.xj_chart_header_first,
.xj_chart_header {
	background-color: #0a52a0;
	color: #fff;
	padding: 1rem 2rem;
}
.xj_chart_value {
	text-align: right;
}

/*----- 主要な経営指標等の推移 table -----*/
.ir-highlight table {
	min-width: 112rem;
}
.ir-highlight tr:first-child .xj_chart_header {
	text-align: center;
}
.ir-highlight .xj_chart_header_first {
	width: 25%;
}

/*----- 経営成績 table -----*/
.performance table {
	min-width: 54rem;
}
.performance .xj_chart_header {
	text-align: center;
}
.performance .xj_chart_header_first {
	width: 15%;
}

/*----- 財政状態 table -----*/
.finance table {
	min-width: 54rem;
}
.finance .xj_chart_header {
	text-align: center;
}
.finance .xj_chart_header_first {
	width: 15%;
}

/*----- キャッシュ・フローの状況 table -----*/
.cashflow table {
	min-width: 54rem;
}
.cashflow .xj_chart_header {
	text-align: center;
}
.cashflow .xj_chart_header_first {
	width: 15%;
}

/*----- FAQ -----*/
.p-faq .c-btn-accordion {
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.p-faq .c-btn-accordion:hover {
	opacity: 0.8;
}
.p-faq .c-btn-accordion-icon-box {
	width: 1.6rem;
	height: 1.6rem;
}
.p-faq .c-btn-accordion-icon {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
.p-faq .c-btn-accordion-icon::before,
.p-faq .c-btn-accordion-icon::after {
	position: absolute;
	display: block;
	content: "";
	background-color: #fff;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	transition: all 0.3s ease-in-out;
}
.p-faq .c-btn-accordion-icon::before {
	width: 100%;
	height: 2px;
}
.p-faq .c-btn-accordion-icon::after {
	height: 100%;
	width: 2px;
}
.p-faq .c-btn-accordion-icon.is-active::after {
	opacity: 0;
}
.p-faq .c-accordion-toggle-box {
	display: none;
}
.mce-content-body .p-faq .c-accordion-toggle-box {
	display: block;
}

/*----- IRについてのお問い合わせ -----*/
.mw_wp_form .mwform-zip-field {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.2rem;
}
.mw_wp_form .mwform-zip-field input[type="text"] {
	width: auto;
}

/*----- 試験成績書ダウンロード -----*/
.dlb_btn button {
	display: block;
	padding: 16px 2em 16px 1em;
	text-align: center;
	position: relative;
	border-width: 2px;
	border-style: solid;
	font-size: 20px;
	/* 	z-index: 1; */
}
@media only screen and (max-width: 690px) {
	.dlb_btn button {
		padding: 12px .5em;
		min-width: 200px;
		font-size: 16px;
	}
}
.dlb_btn button, .dlb_btn_inlineb button {
	position: relative;
	border-radius: 100px;
	color: #ffffff;
	transition: all .4s;
	background: url(../img/arrow.png) no-repeat 90% / 16px auto;
	text-decoration:none;
	border: none !important;
}
.dlb_btn.arrow-down button, .dlb_btn_inlineb.arrow-down button {
	background: url(../img/arrow-down.png) no-repeat 90% / 16px auto;
}
.dlb_btn button::before, .dlb_btn button::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 100px;
	transition: all .4s;
}
.dlb_btn button::before {
	background: linear-gradient(130deg, #0A52A0 0%, #46B1D1 100%);
	z-index: -1;
}
.dlb_btn button::after {
	background: linear-gradient(130deg, #46B1D1 0%, #0A52A0 100%);
	z-index: -2;
}
.dlb_btn button:hover:before {
	opacity:0;
}


/* =============================================
製品情報
============================================= */
/*----- SP時の検索窓の背景色をなくす -----*/
@media (max-width:1199px) {
	#wcpt-8174 .wcpt-header.wcpt-navigation {
		background-color: transparent !important;
	}
}

/*----- SP時のＩ－ブロックシリーズの見た目調整 -----*/
@media (max-width:850px) {
	.wcpt-cell-val > .wcpt-item-row {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	body table.wcpt-table .wcpt-title {
		margin-right: 0;
		margin-left: 1.6rem;
		flex-grow: 1;
		display: flex;
		align-items: center;
	}
}