@charset "utf-8";
/* CSS Document */
h2 {
	position: relative;
}
h2:before {
	background: #70add0;/*線の色*/
}
p a:hover {
	opacity: 0.7;
	text-decoration: underline;
}
.aboutText {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 1% 5% 0;
}

.aboutText p {
	margin-bottom: 2%;
}
.comment {
	margin-top: 5%;
	margin-bottom: 5%;
}
.comment p {
	margin-bottom: 3%;
}
#toptext {
	border-bottom: dotted 1px #000;
	display: inline;
}

@media screen and (max-width: 767px){
}