@charset "utf-8";
/* CSS Document */

/*foundry-service*/
.c_linkBox--cot img {
	width: 40%;
}
.merit_bg {
	background: linear-gradient(
	to bottom,
	#e4f0f6,
	#dfecf3,
	#dae8f0
	);
	text-align: center;
}
.merit_box {
	padding: 20px 40px;
	border: solid 1px #ccc;
}
.process-columns, .process-badges {
	justify-content: center;
}
.process-columns {
	align-items: stretch;
}
.process-card, .process-card-visual, .process-badge-icon-wrap {
	display: flex;
}
.process-card {
	flex-direction: column;
	height: 100%;
	padding: 30px;
	border-radius: 16px;
	box-shadow: 0 3px 12px rgba(11, 27, 99, 0.05);
	background: #fafbfc;
	border: 1px solid #e4e8ee;
}
.process-card--blue {
	background-color: #f3f7fd;
	border: 1px solid #d7e5f7;
}
.process-card--green {
	background-color: #f2f8f2;
	border: 1px solid #d8e8d8;
}
.process-card--orange {
	background: #fdf7f2;
	border: 1px solid #f2dfd3;
}
.process-card-visual, .process-badge-icon-wrap {
	justify-content: center;
}
.process-card-image {
	display: block;
	width: 100%;
	max-width: 220px;
	height: auto;
}
.process-badge {
	width: 100%;
	min-height: 68px;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 1px 4px rgba(11, 27, 99, 0.08);
	text-align: left;
	background: #fff;
	border: 1px solid #c8d3e0;
}
.process-badge--hl {
	display: flex;
	align-items: center;
	gap: 10px;
}
.process-badge--vl {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	text-align: center;
	min-height: 100%;
}
.process-badge-icon-wrap {
	align-items: center;
	width: 38px;
	min-width: 38px;
	height: 38px;
	flex: 0 0 38px;
}
.process-badge-icon {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 768px) {
.process-card {
	padding: 20px 16px 16px;
}
.process-card-image {
	max-width: 96px;
}
.process-badge {
	min-height: 64px;
	padding: 10px 20px;
}
.process-badge-icon-wrap {
	width: 26px;
	min-width: 26px;
	height: 26px;
	flex-basis: 26px;
}
.process-badge-icon {
	width: 100%;
	height: 100%;
}
}
.c_table th, .c_table td {
	word-break: keep-all;
}
/**page three**/
.foundry-flow-item {
	list-style: none;
}
.foundry-flow-item--arrow {
	position: relative;
}
.foundry-flow-arrow {
	position: absolute;
	top: 50%;
	right: -14px;
	transform: translateY(-50%);
	font-size: 3rem;
	line-height: 1;
	color: #c8d3e0;
}
/*page five*/
.p_tooltipContainer--processLineup {
	display: block;
	overflow: visible
}
.p_tooltipContainer--processLineup svg {
	display: block;
	width: 100%;
	height: auto
}
.p_tooltip--processLineup {
	display: block;
	top: 0;
	left: 0;
	max-width: min(240px, calc(100% - 16px));
	min-height: 40px;
	height: auto;
	padding: 10px 14px;
	line-height: 1.5;
	text-align: center;
	white-space: normal;
	word-break: break-word;
	transform: translate(-50%, calc(-100% - 12px));
	pointer-events: auto;
	z-index: 2
}
.p_tooltip--processLineup.s_active {
	left: 0
}
.p_tooltip--processLineup a {
	display: inline;
	color: #fff;
	line-height: inherit;
	text-decoration: underline;
	vertical-align: baseline
}
.p_tooltip--processLineup a:hover, .p_tooltip--processLineup a:focus {
	opacity: .8
}
.p_tooltip--processLineup>*+* {
	margin-top: 6px
}
.p_tooltip--processLineup::before {
	top: auto;
	right: auto;
	bottom: -7px;
	left: 50%;
	border-top: solid #656565 7px;
	border-right: solid transparent 5px;
	border-bottom: 0;
	border-left: solid transparent 5px;
	transform: translateX(-50%)
}
.p_tooltip--processLineup.is-below {
	transform: translate(-50%, 12px)
}
.p_tooltip--processLineup.is-below::before {
	top: -7px;
	bottom: auto;
	border-top: 0;
	border-right: solid transparent 5px;
	border-bottom: solid #656565 7px;
	border-left: solid transparent 5px;
	transform: translateX(-50%)
}

@media screen and (max-width:768px) {
.p_tooltip--processLineup {
	max-width: calc(100% - 12px);
	min-height: 36px;
	padding: 8px 12px;
	font-size: 1.2rem
}
}
.i_section__Recommended {
	background-image: url("/images/pc/bg_section_02.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
}
.l_section__cot01 {
	background-image: url("/images/pc/bg_section_01.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
}
.l_section__cot02 {
	background-image: url("/ja/electronic_device/foundry/images/cms_intro_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
	padding-top: 50px;
}

@media screen and (max-width: 768px) {
.i_section__Recommended {
	background-image: url("/images/sp/bg_section_02.png");
	background-size: 100% auto;
}
.l_section__cot02 {
	background-image: url("/ja/electronic_device/foundry/images/cms_intro_bg_sp.jpg");
	background-size: contain;
	min-height: auto;
	padding-top: calc(400 * 100% / 750);
}
}
.l_textAndImage--w280 .l_textAndImage__text {
	width: calc(100% - 330px);
}
.l_textAndImage--w280 .l_textAndImage__image {
	width: 280px;
}
.process__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	width: 80px;
	margin-right: 10px;
	border-radius: 5px;
}
.process__label--kwg {
	background-color: #e8f2ff;
	border: solid 2px #5a84c8;
}
.process__label--fko {
	background-color: #faf1e3;
	border: solid 2px #c09347;
}
.process__label--ysr {
	background-color: #e8f7f4;
	border: solid 2px #4f9d8d;
}
.process__label--umc {
	background-color: #f2f2f2;
	border: solid 2px #a5a5a5;
}
.banner-shape {
	position: relative;
	margin: 40px 0;
	padding: 30px;
	/*	background: #f3f3f3;*/
	background: linear-gradient( to bottom, #f5f5f5, #f1f1f1 );
}
.banner-shape::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 20px solid #f1f1f1;
}
