@charset "UTF-8";

.about-note,
.about-note02,
.about-note03 {
	width: 90%;
	max-width: 850px;
	margin: 50px auto;
	font-family: serif;
	font-weight: bold;
	line-height: 1.7;
	font-size: 1.1rem;
	text-align: justify;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	background: rgba(255,255,255,0.5);
}

.about-note03 {
	margin-bottom: 0;
}

.about-note {
	padding-left: 0.5em;
	text-indent: 1em;
	border: 2px solid red;
	border-radius: 15px;
}

.about-note02,
.about-note03 {
	padding-left: 1.5em;
	text-indent: -1em;
	border: 2px solid blue;
	border-radius: 15px;
}


@media screen and (min-width: 768px){
	#about {
		font-size: 2.2rem;
	}

	.about-note,
	.about-note02,
	.about-note03 {
		font-size: 1.5rem;
	}
}


@media screen and (min-width: 860px){
	.about-note,
	.about-note02,
	.about-note03 {
		margin: 70px auto;
	}

	.about-note03 {
		margin-bottom: 0px;
	}
}