@charset "utf-8";

.box00 {
	border: 1px solid #ccc;
	padding: 30px;
	background: #fff;
}

.txt01 {
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.txt02 {
	text-indent: -10em;
	margin: 0 0 0 10em;
}








@media only screen and (max-width:640px) {

.box00 {
	border: 1px solid #ccc;
	padding: 8vw 4vw;
	background: #fff;
}

.txt01 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 20px;
}

.txt02 {
	text-indent: 0;
	margin: 0 0 10px 0;
}



}

