@charset "utf-8";
@media only screen and (max-width:740px) {
/*------------------------------------------------
メイン
------------------------------------------------*/
.sec01 p {
	margin-bottom: 15px;
}
.sec02 .entry {
	flex-direction: column;
}
.sec02 .entry .member {
	width: auto;
	margin-right: 0;
	margin-bottom: 20px;
}
.sec02 .entry .manager {
	width: auto;
}
.sec02 .entry .btn {
	margin-bottom: 20px;
	width: 100%;
}
.sec02 .entry .btn a {
	font-size: 150.0%;
	font-weight:bold;
	padding: 24px 0 20px;
}



}

