@charset "utf-8";

.wpf-post .post-innerContent ul {
	padding-left: 0 !important;
}

#person {
	width: 100%;
	margin-top: 40px;
}

#person ul {
	display: flex;
	justify-content: space-between;
}

#person ul li {
	list-style-type: none;
	width: 23%;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	background-color: #663300;
}

#person ul li a {
	color: #FFCC66;
}

#person ul li a:hover {
	color: #FFFF00;
}

.textbox02 p {
  text-align: justify;
  margin: 1rem 0;
  line-height: 1.5;
}



/* ■スマホ用CSS
--------------------------------------------------------------*/

/*スマホ用要素PC非表示*/
# {
	display: none;
}

/*スマホ用表示*/
@media screen and (max-width: 750px) {
	.page_title {
		width: 100%;
		height: 40px;
		background-position: right bottom;
		margin-top: 2em;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		padding-top: 0.5em;
		padding-left: 1em;
		box-sizing: border-box;
		font-family: "TBUDGothic E";
	}

	.catch {
		font-size: medium;
		line-height: 1.25em;
		margin: 1em auto;
		padding-left: 0.5em;
	}

	span.medium {
		font-size: medium;
	}

	.memo01 {
		width: 100%;
		box-sizing: border-box;
		font-size: small;
		margin: 10px 0 -10px 0;
		padding: 0 0.5em;
	}

	#person {
		width: 100%;
		box-sizing: border-box;
		height: auto;
		margin-left: 0;
		text-align: center;
	}

	#person ul {
		display: none;
	}

	#person ul li:nth-child(3) {
		clear: both;
	}

	h3#two_person,
	h3#three_person,
	h3#four_person,
	h3#five_person {
		font-size: medium;
		width: 100%;
		box-sizing: border-box;
		height: auto;
		margin-bottom: 20px;
		margin: 30px 0;
		padding: 0px;
		border-bottom-style: solid;
		border-bottom-width: 8px;
		border-bottom-color: #FFCC66;
	}

	.image {
		float: right;
		border: none;
		margin: 0;
		padding: 0;
		width: 100%;
		box-sizing: border-box;
		height: auto;
		text-align: center;
		order: 2;
	}

	.rightbox p.memo {
		width: 100%;
		box-sizing: border-box;
		height: auto;
		line-height: 150%;
		font-size: 14px;
		display: block;
		margin-bottom: 5px;
	}

}