/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 28 2025 | 19:47:15 */
/* 下層ページ */

/* 私たちについて */
.p-about-about .bg {
	position: absolute;
	top: -200px;
	left: -40px;
	width: min(350px, 22vw);
	transform: rotate(80deg);
}
@media (max-width: 959px) {
	.p-about-about .bg {
		position: absolute;
		top: -110px;
		left: -40px;
		width: 120px;
	}	
}
.p-about-about .item {
	position: relative;
}
@media (max-width: 599px) {
	.p-about-about .item:first-of-type {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.p-about-about .item .ashirai {
	top: 10px;
	left: 0;
	font-size: 3.75rem;
}
@media (max-width: 959px) {
	.p-about-about .item .ashirai {
		font-size: 2.5rem;
	}
}
.p-about-about .item figure img {
	border-radius: 40px;
}
/* 会社概要 */
.p-about-company th {
	border-bottom: 1px solid var(--color_main);
	font-weight: normal;
}
@media (min-width: 960px) {
	.p-about-company tr:first-of-type th {
		border-top: 1px solid var(--color_main);
	}
	.p-about-company th {
		width: 250px!important;
		min-width: auto!important;
	}
}
@media (max-width: 959px) {
	.p-about-company th {
		background-color: #eee;
		border-left: 4px solid #aaa;
		color: #333;
		padding: 5px;
	}
	.p-about-company td {
		border-top: 2px solid var(--color_main);
	}
}
/* 加盟団体一覧 */
.p-about-member .swell-block-column {
	background: #fff;
	display: grid;
	place-items: center;
}