@charset "UTF-8";

/*************************************
	largroupege
*/
#introduce .text {
	float: none;
	width: 100%;
	text-align: center;
}
#introduce .t35 {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	#introduce .t35 {
		font-size: 26px;
	}
}
@media screen and (max-width: 480px) {
	#introduce .t35 {
		font-size: 21px;
	}
}
/*************************************
	sec01
*/
#sec01 {
	text-align: center;
}
#sec01 .img01 {
	max-width: 920px;
	margin: 40px auto;
}
#sec01 .p2 {
	font-size: 17px;
}
@media screen and (max-width: 480px) {
	#sec01 {
		text-align: left;
	}
	#sec01 .p .aw {
		display: inline;
	}
	#sec01 .p br {
		display: none;
	}
}