@charset "UTF-8";

/*******************************************************************************
	共通
 *******************************************************************************/

.works_text {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: clamp(1.563rem, 0.72rem + 1.75vw, 1.875rem);
	text-align: center;
}
@media screen and (min-width: 768px) {
	.works_text {
		margin-bottom: 30px;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.common_page-title {
		margin-bottom: 25px;
	}
	.works_text {
		margin-bottom: 25px;
		padding: 0 30px;
		text-align: justify;
	}
	.works_text br {
		display: none;
	}
	.main_container {
		padding-bottom: 115px;
	}
}
