/* sp用スタイル */
@media only screen and (max-width: 750px) {
	html {
		width: 100%;
	}
	body {
		margin: 0;
		width: 100%;
	}
	
	p {
		margin: 0;
	}
	
	li {
		list-style-type: none;
	}
	
	.mont-12 {
		font-size: 12px;
	}

	.staff-pc {display: none !important;}
	.staff-sp {display: block !important;}
	
	.staff {
		width: 100%;
		margin: 100px auto 0 auto;
		text-align: center;
	}
	
	.staff-sp > .title > p {
		color: #FF4E00;
		font-size: 36px;
		text-align: center;
		margin: 0;
	}
	
	.staff > div > ul {
		padding-left: 0;
	}
	
	.member-item {
		margin-bottom: 20px;
	}
	
	.member-item > div > div {
		font-size: 15px;
		color: white;
		background-color: #FF4E00;
	}
}

/* pc用スタイル */
@media only screen and (min-width: 750px) {
	html {
		width: 100%;
	}
	body {
		margin: 0;
		width: 100%;
	}
	
	p {
		margin: 0;
	}
	
	li {
		list-style-type: none;
	}
	
	.mont-12 {
		font-size: 12px;
	}
	
	.staff-pc {display: block !important;}
	.staff-sp {display: none !important;}

	.staff {
		width: 100%;
		margin: 100px auto 0 auto;
		text-align: center;
	}

	.staff-pc > .title {
		margin-bottom: 16px;
	}
	
	.staff-pc > .title > p {
		color: #FF4E00;
		font-size: 36px;
		text-align: center;
		margin: 0;
	}
	
	.staff > div > ul {
		padding-left: 0;
	}

	.staff-row {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding-bottom: 50px;
	}

	.staff-item {
		width: 20%;
		background-color: #FF4E00;
		border: 1px solid #FF4E00;
		color: white;
	}
	
	.staff-item-space {
		width: 5%;
	}

	.member-item {
		margin-bottom: 20px;
	}
	
	.member-item > div > div {
		font-size: 15px;
		color: white;
		background-color: #FF4E00;
	}
}

@media only screen and (max-width: 250px) {
	.staff-sp > .title > p {
		color: #FF4E00;
		font-size: 16px;
		text-align: center;
		margin: 0;
	}
}