@charset "utf-8";
/*Voice*/

#voice-list {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
}
#voice-list .page-index-list > li {
	width: 47.5%;
}
#voice-list .page-index-list > li figure img {
	height: 420px;
}
@media only screen and (max-width:1280px) {
	#voice-list {
		width: 97.5%;
	}
	#voice-list .page-index-list > li {
		width: 47.5%;
	}
	#voice-list .page-index-list > li figure img {
		height: 340px;
	}
}
@media only screen and (max-width:768px) {
	#voice-list {
		width: 95%;
	}
	#voice-list .page-index-list > li {
		width: 100%;
	}
	#voice-list .page-index-list > li figure img {
		height: 280px;
		object-fit: cover;
		object-position: 50% 25%;
		font-family: 'object-fit: cover; object-position: 50% 25%;'
	}
}
@media only screen and (max-width:480px) {
	#voice-list {
		width: 92.5%;
		margin-top: 15px;
	}
	#voice-list .page-index-list > li {
		width: 100%;
	}
	#voice-list .page-index-list > li figure img {
		height: 240px;
		object-fit: cover;
		object-position: 50% 15%;
		font-family: 'object-fit: cover; object-position: 50% 15%;'
	}
}

#voiceContents {
	width: 100%;
	max-width: 1000px;
	margin: 35px auto 0;
	text-align: left;
}
@media only screen and (max-width:1280px) {
	#voiceContents {
		width: 97.5%;
		margin: 0 auto 0;
	}
}
@media only screen and (max-width:768px) {
	#voiceContents {
		width: 95%;
	}
}
@media only screen and (max-width:480px) {
	#voiceContents {
		width: 92.5%;
	}
}

#voiceContents h2 {
	line-height: 1.5;
	margin-bottom: 0.5em;
}
#voiceContents p {
	margin: 1.5em 0;
	line-height: 2;
}
#voiceContents p em {
	display: inline-block;
	margin-right: 1em;
	font-weight: bold;
}
#voiceContents p .green {
	color: #00913a;
}
#voiceContents p .pink {
	color: #e61673;
}
#voiceContents p .orange {
	color: #ff8e01;
}
#voiceContents p .blue {
	color: #009fc9;
}
#voiceContents img.left {
	display: block;
	float: left;
	width: 32.5%;
	margin: 0 2.5em 1.5em 0;
}
#voiceContents img.right {
	display: block;
	float: right;
	width: 32.5%;
	margin: 0 0 1.5em 2.5em;
}
#voiceContents .mt35 {
	margin-top: 3.5em;
}
#voiceContents .mt25 {
	margin-top: 2.5em;
}
#voiceContents .shadow {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
}
@media only screen and (max-width:1280px) {
	#voiceContents p {
		margin: 1.25em 0;
	}
	#voiceContents .mt35 {
		margin-top: 3.0em;
	}
	#voiceContents .mt25 {
		margin-top: 2.25em;
	}
}
@media only screen and (max-width:768px) {
	#voiceContents img.left {
		width: 40%;
		margin: 0 2.5em 1.5em 0;
	}
	#voiceContents img.right {
		width: 40%;
		margin: 0 0 1.5em 2.5em;
	}
	#voiceContents .mt35 {
		margin-top: 2.75em;
	}
	#voiceContents .mt25 {
		margin-top: 2.0em;
	}
}
@media only screen and (max-width:480px) {
	#voiceContents img.left {
		width: 45%;
		margin: 0 1.5em 1.5em 0;
	}
	#voiceContents img.right {
		width: 45%;
		margin: 0 0 1.5em 1.5em;
	}
}

#voiceContents .flexArea {
	width: 100%;
	height: auto;
	margin: 75px auto 0;
	padding: 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: center;
}
#voiceContents .flexArea.center {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-flex-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
#voiceContents .flexArea .profileArea {
	width: 47.5%;
	margin: 0;
	padding: 2rem;
	background-color: #ededed;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
}
#voiceContents .flexArea.clm03 .profileArea {
	width: 30%;
	margin: 0;
	padding: 2rem;
	background-color: #ededed;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}
#voiceContents .flexArea .profileArea figure {
	float: left;
	margin: 0;
	width: 35%;
}
#voiceContents .flexArea .profileArea figcaption {
	float: right;
	margin: 2.5rem 0 0 0;
	width: 55%;
}
#voiceContents .flexArea .profileArea figcaption small {
	display: block;
	margin: 1.5rem 0 2rem;
}
#voiceContents .flexArea.clm03 .profileArea figure {
	float: none;
	margin: 0 auto;
	width: 100%;
}
#voiceContents .flexArea.clm03 .profileArea figcaption {
	float: none;
	margin: 2.5rem 0 0 0;
	width: 100%;
}
@media only screen and (max-width:1280px) {
	#voiceContents .flexArea {
		margin-top: 50px;
	}
	#voiceContents .flexArea .profileArea figure {
		width: 35%;
	}
	#voiceContents .flexArea .profileArea figcaption {
		float: right;
		margin: 2.0rem 0 0 0;
		width: 60%;
	}
}
@media only screen and (max-width:768px) {
	#voiceContents .flexArea {
		margin-top: 40px;
	}
	#voiceContents .flexArea .profileArea {
		padding: 2.5% 1.5%;
	}
	#voiceContents .flexArea .profileArea figure {
		float: none;
		width: 65%;
		margin: 0 auto;
	}
	#voiceContents .flexArea .profileArea figcaption {
		float: none;
		margin: 1.5rem auto 0;
		text-align: center;
	}
}
@media only screen and (max-width:480px) {
	#voiceContents .flexArea {
		margin: 35px auto;
	}
	#voiceContents .flexArea .profileArea,
	#voiceContents .flexArea.clm03 .profileArea {
		padding: 1rem;
		width: 100%;
		margin-bottom: 10px;
	}
	#voiceContents .flexArea .profileArea figure,
	#voiceContents .flexArea.clm03 .profileArea figure {
		float: left;
		margin: 0;
		width: 35%;
	}
	#voiceContents .flexArea .profileArea figcaption,
	#voiceContents .flexArea.clm03 .profileArea figcaption {
		float: right;
		margin: 1.5rem 0 0 0;
		width: 60%;
		text-align: left;
	}
	#voiceContents .flexArea .profileArea figcaption small {
		display: block;
		margin: 0.75rem 0 1.5rem;
	}
}

#voiceContents .btn {
	display: block;
	text-align: center;
}
#voiceContents .btn a {
	display: block;
	margin: 0 auto;
}
