@charset "UTF-8";
.main-sec-txt {
	font-size: 1.7rem;
}

.newline {
	display:block;
}

.note-txt {
	font-size: 1.7rem;
}

@media screen and (max-width: 1079px) {
.newline {
		display: inline;
	}
}