@charset "utf-8";

.modal_wrap {
	padding: 60px 80px 0px 80px;
}
.modal_wrap .nobox {
	display: flex;
	font-family: 'Montserrat', sans-serif;
}
.modal_wrap .nobox span.en span {
	border-bottom: #212121 solid 2px;
	padding-bottom: 4px;
	font-size: 11px;
	font-weight: 600;
}
.modal_wrap .nobox span.no {
	font-size: 28px;
	font-weight: 700;
	color: #008348;
	padding-left: 8px;
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	html,body {
		overflow-x: visible;
	}
	.modal_wrap {
		padding: 20px 20px 0px 20px;
	}
	.modal_wrap .nobox span.no {
		font-size: 20px;
		padding-left: 4px;
	}
}

/* キャッチ共通 */
.modal_wrap .catch {
	font-size: 50px;
	font-weight: 900;
	line-height: 1.2em;
	padding-top: 60px;
	padding-bottom: 60px;
}
.modal_wrap .catch span {
	color: #008348;
	font-weight: 900;
}
.modal_wrap .lead {
	font-size: 21px;
	padding-bottom: 70px;
	border-bottom: #212121 solid 1px;
	line-height: 1.8em;
}
.modal_wrap .busyo {
	font-size: 18px;
	padding-top: 30px;
	text-align: right;
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.modal_wrap .catch {
		font-size: 28px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.modal_wrap .catch span {
		display: block;
	}
	.modal_wrap .lead {
		font-size: 14px;
		padding-bottom: 20px;
		border-bottom: #212121 solid 1px;
		line-height: 1.7em;
	}
	.modal_wrap .busyo {
		font-size: 12px;
		padding-top: 15px;
	}
}

