
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");

/*総合---------------------*/
.close_txt {
	text-align: center;
	margin: 8rem 0 5rem;
	font-size: 2.5rem;
	font-weight: bold;
}
.close_txt_pre {
	text-align: center;
	margin: 8rem 0 5rem;
	font-size: 2.5rem;
	font-weight: bold;
	padding-bottom: 4rem;
}
@media (max-width: 737px){
	.close_txt,
	.close_txt_pre {
		margin: 3rem 20px;
		font-size: 1.5rem;
	}
}





