@charset "UTF-8";
/* CSS Document */
.about {
	max-width: 800px;
	margin: 0 auto;
	padding: 100px 20px 100px;
	font-family: 'Shippori Mincho', serif;
	font-weight: 700;
	color: #333;
}
.about p.txt01 {
    text-align: justify;
    font-size: 12px;
    line-height: 2;
    padding-bottom: 40px;
}
.about p.txt02 {
    font-size: 14px;
    line-height: 2;
	color: #000;
    padding-bottom: 40px;
}

@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
.about {
	padding: 60px 8vw 60px;
}
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 400px) {
}