/* ==================================================
+ 関連事業紹介専用パーツ
-------------------------------------------------- */
/* 関連事業紹介リンク
-------------------------------------------------- */
.oRelatedLinks{
	margin: 4.2rem 0 0;
	padding: 0 2rem;
	display: grid;
	gap: 2.2rem 0;
	list-style-type: none;
	min-width: 1px;
}
.oRelatedLinks > li{
	min-width: 1px;
}
.oRelatedLinks_item{
	min-width: 1px;
	border: 0.6rem solid var(--color-green-100);
	border-radius: 2rem;
	padding: 3rem 2rem 3.2rem;
}
.oRelatedLinks_link{
	display: block;
	text-decoration: none;
	min-width: 1px;
}
.oRelatedLinks_link[target="_blank"]::after{
	display: none;
}
.oRelatedLinks_content{
	margin-top: 2.3rem;
}
.oRelatedLinks_hd{
	background: transparent;
	color: var(--color-black);
	font-size: 1.8rem;
	line-height: calc(28 / 18);
	margin: 0;
}
.oRelatedLinks_txt{
	margin-top: 1.6rem;
	background: transparent;
	color: var(--color-black-700);
	font-size: 1.6rem;
	line-height: calc(30 / 16);
}
.oRelatedLinks_txt > p{
	margin: 0;
}
.oRelatedLinks_txt > ul,
.oRelatedLinks_txt > ol{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.oRelatedLinks_txt > p:nth-child(n+2),
.oRelatedLinks_txt > ul:nth-child(n+2),
.oRelatedLinks_txt > ul > li:nth-child(n+2),
.oRelatedLinks_txt > ol:nth-child(n+2),
.oRelatedLinks_txt > ol > li:nth-child(n+2){
	margin-top: 3rem;
}
.oRelatedLinks + .oGotop{
	margin-top: 3.5rem;
}
.oRelatedLinks_note{
	margin: 2rem 0 0;
	display: block;
	font-size: 1.4rem;
	text-align: right;
}
.oRelatedLinks_link[target="_blank"] .oRelatedLinks_note::after {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 0.3em;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23e3e3e3'%3E%3Cpath d='M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z'/%3E%3C/svg%3E") no-repeat center center / contain;
	background: var(--color-black);
	color: var(--color-white);
	vertical-align: -0.1em;
}
.oRelatedLinks_scroll{
	margin: 2.7rem 0 0;
	min-width: 0;
}
.oRelatedLinks_scroll_note{
	font-size: 1.4rem;
	padding: 0;
	font-weight: 400;
}
.oRelatedLinks_scroll_area{
	width: 100%;
	overflow-x: auto;
	padding-bottom: 0.5rem;
}
.oRelatedLinks_tbl{
	margin: 0 auto;
	width: 110rem;
	padding: 0 0 1.5rem;
}
.oRelatedLinks_tbl > table{
	width: 100%;
	border-collapse: collapse;
}
.oRelatedLinks_tbl > table > thead > tr > th,
.oRelatedLinks_tbl > table > thead > tr > td,
.oRelatedLinks_tbl > table > tbody > tr > th,
.oRelatedLinks_tbl > table > tbody > tr > td{
	border-left: 2px solid var(--color-black);
	background: var(--color-red-300);
	color: var(--color-black);
	vertical-align: middle;
}
.oRelatedLinks_tbl > table > thead > tr > th:nth-child(1),
.oRelatedLinks_tbl > table > thead > tr > td:nth-child(1),
.oRelatedLinks_tbl > table > tbody > tr > th:nth-child(1),
.oRelatedLinks_tbl > table > tbody > tr > td:nth-child(1){
	border-left: 0;
}
.oRelatedLinks_tbl > table > thead > tr > th:nth-child(1){
	width: 19rem;
}
.oRelatedLinks_tbl > table > thead > tr > th:nth-child(2){
	width: 60rem;
}
.oRelatedLinks_tbl > table > thead > tr > th:nth-child(3){
	width: 19rem;
}
.oRelatedLinks_tbl > table > thead > tr > th,
.oRelatedLinks_tbl > table > thead > tr > td{
	background: var(--color-red-400);
	color: inherit;
	border-bottom: 2px solid var(--color-black);
	text-align: center;
	padding: 0.5rem 1rem 0.8rem;
}
.oRelatedLinks_tbl > table > tbody > tr:nth-child(1) > th,
.oRelatedLinks_tbl > table > tbody > tr:nth-child(1) > td{
	background: var(--color-red-200);
	color: inherit;
}
.oRelatedLinks_tbl > table > thead > tr > th,
.oRelatedLinks_tbl > table > tbody > tr > th{
	font-size: 2.4rem;
	font-weight: 700;
	line-height: calc(34 / 28);
}
.oRelatedLinks_tbl > table > tbody > tr > th{
	text-align: left;
	text-indent: -1em;
	padding: 2.5rem 2rem 2rem calc(2rem + 1em);
	vertical-align: top;
}
.oRelatedLinks_tbl > table > tbody > tr > td{
	padding: 2rem 1rem;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: calc(38 / 28);
	text-align: center;
}
.oRelatedLinks_tbl > table > tbody > tr > td:nth-child(2){
	padding: 2rem 3rem;
	font-size: 2rem;
	font-weight: 400;
	line-height: calc(34 / 22);
	text-align: left;
}
.oRelatedLinks_tbl > table > tbody > tr:nth-child(2) > td:nth-child(2){
	letter-spacing: -0.05em;
}
.oRelatedLinks_tbl_note{
	margin: 0;
	font-size: 1.6rem;
	display: block;
}
.oRelatedLinks_tbl_list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.oRelatedLinks_tbl_list > li{
	position: relative;
	padding-left: 1.2em;
}
.oRelatedLinks_tbl_list > li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0.35em;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: var(--color-black);
	color: inherit;
}
.oRelatedLinks_tbl_data{
	margin: 1rem 0;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0 1.5rem;
}
.oRelatedLinks_tbl_data > dt{
	margin: 0;
	display: grid;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--color-black);
	width: 1.5em;
	text-align: center;
	font-size: 2.4rem;
	line-height: calc(40 / 24);
}
.oRelatedLinks_tbl_data > dd{
	margin: 0;
	padding: 0;
}
@media (min-width: 48em) {
	.oRelatedLinks{
		margin: 5.4rem auto 0;
		padding: 0 2rem;
		max-width: 128rem;
		gap: 4rem 0;
	}
	.oRelatedLinks_item{
		display: grid;
		grid-template-columns: max(calc(380 / 1100 * 100%), 30rem) 1fr;
		gap: 2.2rem calc(45 / 1100 * 100%);
		padding: calc(38 / 1100 * 100%) calc(62 / 1240 * 100%);
		border-radius: 3rem;
	}
	.oRelatedLinks_link{
		display: contents;
	}
	.oRelatedLinks_content{
		margin-top: 0;
	}
	.oRelatedLinks_hd{
		font-size: 3.2rem;
		line-height: calc(46 / 32);
	}
	.oRelatedLinks_txt{
		margin-top: 2.9rem;
		font-size: 1.8rem;
		line-height: calc(30 / 18);
	}
	.oRelatedLinks_item .oRelatedLinks_note{
		margin: 0;
		grid-column: 1 / -1;
	}
	.oRelatedLinks + .oGotop{
		margin-top: 7.4rem;
	}
	.oRelatedLinks_item .oRelatedLinks_scroll{
		margin-top: 2.4rem;
		grid-column: 1 / -1;
	}
	.oRelatedLinks_tbl{
		width: 110rem;
		padding-left: 0;
		padding-right: 0;
	}
	.oRelatedLinks_tbl > table > tbody > tr:nth-child(2) > th:nth-child(1){
		margin-top: 1.7rem;
	}
}
@media (min-width: 67.5em) {
	.oRelatedLinks_scroll_note{
		padding: 0;
	}
}
@media (min-width: 80em) {
	.oRelatedLinks_scroll_note{
		display: none;
	}
}