/* ---------------------------------------------------------------
	ページ：重要なお知らせ
------------------------------------------------------------------*/
.attention__container {
	background: var(--bg-color-gray);
	padding: 7% 0;
}
@media screen and (max-width: 750px) {
	.attention__container {
		padding: 7% 0 15%;
	}
}

.attention__area {
	width: 80%;
	margin: auto;
	background: #fff;
	padding: 3%;
	border-radius: 5px;
	font-size: 1.1vw;
	line-height: 1.9;
}
@media screen and (max-width: 750px) {
	.attention__area {
		width: 90%;
		font-size: 4.0vw;
		padding: 6% 5% 9%;
	}
}



.common__page_title {
        word-break: break-all;
}
@media screen and (max-width: 750px) {
	.common__page_title {
		margin-bottom: 8%;
	}
}

.common__page_title h1 {
	font-size: 2.7vw!important;
	font-weight: 500;
	line-height: 1.5;
}
@media screen and (max-width: 750px) {
	.common__page_title h1 {
		font-size: 5.7vw!important;
	}
}
