@charset "utf-8";

.p-tab_body {
	max-width: 1360px;
}
.contact_about-list {
	display: flex;
	width: 100%;
	margin-bottom: 60px;
	padding-bottom: 70px;
	border-bottom: 2px solid #b5b5b5;
	flex-direction: column;

	row-gap: 55px;
}
.contact_about-item {
	max-width: 1000px;
	margin: 0 auto;
}

.contact_about-item ol {
	counter-reset: number;
}

.contact_about-item ol li {
	display: flex;
	column-gap: 0.2em;
	align-items: baseline;
}

.contact_about-item ol li::before {
	display: inline-flex;
	min-height: 22px;
	border: 1px solid;
	border-radius: 100%;
	font-size: calc(100% - 4px);
	justify-content: center;
	align-items: center;
	content: counter(number);
	counter-increment: number;

	aspect-ratio: 1/1;
}

.contact_about-item a {
	color: #1734d5;
	text-decoration: underline;
	transition: all 0.3s;
}
.contact_about-item a:hover {
	color: #cc2f00;
}

.apply_link {
	display: inline-flex;
	width: fit-content;
}
.other_contact-text {
	max-width: 1000px;
	width: 97.5%;
	margin: 0 auto;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 21px;
	line-height: 44px;
	text-align: justify;
}

.tcdce-body {
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.p-tab_body {
		inline-size: 95%;
	}
	.contact_about-list {
		margin-bottom: 60px;
		padding-bottom: 70px;

		row-gap: 55px;
	}
	.contact_about-item , .other_contact-text , .tcdce-body {
		width: 97.5%;
	}
	.contact_about-item h3 {
		margin-bottom: 20px;
		font-size: 30px;
	}
	.contact_about-item ol li::before {
		min-width: 22px;
		min-height: 22px;
		font-size: calc(100% - 4px);
	}
	.contact_about-item *:not(h3) {
		font-size: 20px;
		line-height: 39px;
	}
	.apply_link {
		margin-top: 10px;
	}
	.other_contact-text {
		margin-bottom: 15px;
		font-weight: 600;
		font-size: 21px;
		line-height: 44px;
	} .tcdce-body {
		width: 97.5%;
	}
}
@media screen and (max-width: 767px) {
	.p-tab_body {
		inline-size: calc(100% - 40px);
	}
	.contact_about-list {
		margin-bottom: 30px;
		padding-bottom: 40px;

		row-gap: 30px;
	}
	.contact_about-item , .other_contact-text , .tcdce-body {
		width: calc(100% - 20px);
	}
	.contact_about-item h3 {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.contact_about-item ol li::before {
		min-width: 17px;
		min-height: 17px;
		font-size: calc(100% - 2px);
	}
	.contact_about-item *:not(h3) {
		font-size: 15px;
		line-height: 27px;
	}
	.apply_link {
		margin-top: 5px;
	}
	.other_contact-text {
		margin-bottom: 15px;
		font-weight: 500;
		font-size: 16px;
		line-height: 28px;
	}
	.other_contact-text br {
		display: none;
	}
}




