@charset "utf-8";
/*------------------------------------------------------------
	voice
------------------------------------------------------------*/
.mainImg {
	background-image: url("../img/voice/main_img.jpg");
}
.mainImg h2 {
	padding-top: 22px;
}
.mainImg h2 span {
	margin-bottom: 4px;
}
#main .topBox {
	padding: 33px 10px 53px;
	text-align: center;
	background: #F8F4F5;
	background-size: 100% 81px;
}
#main .topBox p {
	line-height: 1.875;
	letter-spacing: 0.075em;
}
#main .inner {
	max-width: 1022px;
	margin: 0 auto 71px;
	padding: 25px 10px;
	box-sizing: border-box;
}
#main .inner1 {
	margin-bottom: 0;
	padding: 0;
}
#main .inner .voiceList {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
#main .inner .voiceList li{
	width:46%;
	margin-bottom:40px;
}
#main .inner .voiceList li .area {
	color:#e2b954;
	margin:10px 0;
}
#main .inner .voiceList li .title {
	font-weight:400;
}
#main .inner .voiceList li a .photo img {
	width:100%;
	transition: transform ease 0.3s;
	-webkit-transition: transform ease 0.3s;
}
#main .inner .voiceList li .photo {
	position: relative;
	overflow: hidden;
}
#main .inner .voiceList li .photo .voiceBg {
	padding-bottom: 58.79%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: transform ease 0.3s;
	-webkit-transition: transform ease 0.3s;
}
#main .inner .voiceList li .photo .new {
	position: absolute;
	left: 0;
	top: 0;
}
#main .inner .voiceList li .photo .view {
	padding: 10px 13px;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 1.4rem;
	background-color: #ea7971;
	letter-spacing: 1.1px;
}
@media all and (min-width: 897px) {
	#main .inner .voiceList li a:hover .photo img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	#main .inner .voiceList li a:hover .photo .voiceBg {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@media all and (max-width: 896px) {
	.mainImg h2 {
		padding-top: 17px;
	}
	.mainImg h2 span {
		margin-bottom: 0;
	}
	#main .topBox {
		padding: 25px 15px 50px;
		background-size: 100% 40px;
	}
	#main .topBox p {
		line-height: 1.71;
	}
	#main .inner {
		max-width: inherit;
		margin: 0 auto;
		padding: 25px 15px;
	}
	#main .inner .voiceList {
		justify-content: center;
	}
	#main .inner .voiceList li{
		width:80%;
		margin-bottom:30px;
	}
	#main .inner .voiceList li .photo .cate{
		width:100px;
		font-size:1.4rem;
	}
	#main .inner1 {
		padding-bottom: 0;
	}
	#main .catTtl {
		margin: 0 4px;
		padding: 10px 0;
		border: 1px solid #ea7971;
		text-align: center;
		color: #ff0000;
		font-weight: 500;
		box-sizing: border-box;
		background: url("../img/common/sp_icon04.png") no-repeat right 12px top 15px #faf6f7;
		cursor: pointer;
	}
	#main .catTtl.on {
		background: url("../img/common/sp_icon05.png") no-repeat right 12px top 15px #faf6f7;
	}
	#main .categoryWrap {
		position: relative;
		margin: 0 4px;
	}
	#main .category {
		padding: 7px 0 1px;
		width: 100%;
		top: -4px;
		display: none;
		position: absolute;
		margin: 0;
		z-index: 8;
		border: 1px solid #ea7971;
		box-sizing: border-box;
		background: #f7f4f4;
	}
	#main .category li {
		margin: 0;
		padding: 0 20px;
		display: block;
		box-sizing: border-box;
	}
	#main .category li a:hover, 
	#main .category li.on a, 
	#main .category li.current-cat a {
		color: #ff6666;
		background: #f7f4f4;
	}
	#main .category li a {
		width: auto;
		display: block;
		border-bottom: 1px solid #ddd;
	}
	#main .inner .voiceList li .photo .view {
		padding: 7px 10px;
		font-size: 1.2rem;
	}
}

/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
#main .detail {
	padding: 0 10px;
	margin: -8px auto 0;
	box-sizing: border-box;
}
#main .detail .sec01 {
	margin:0 auto 80px;
}
#main .detail .sec01 .mainPhoto{
	max-width:800px;
	margin:0 auto 30px;
	text-align:center;
}
#main .detail .sec01 .area{
	color:#e8b535;
	margin-bottom:20px;
	text-align:center;
	font-size:1.8rem;
}
#main .detail .sec01 .title{
	font-size:2.8rem;
	text-align:center;
	font-weight:400;
	max-width:700px;
	margin:0 auto 50px;
}
#main .detail .sec01 .txtBox {
	background-color: #f7f4f4;
	padding:40px;
	max-width:800px;
	box-sizing: border-box;
	display:flex;
	justify-content:space-between;
	margin:0 auto 40px;
}
#main .detail .sec01 .txtBox .en {
	font-family: 'Sacramento', cursive;
	font-size:3.0rem;
	font-weight:400;
	color:#ea7971;
	margin-bottom:10px;
}
#main .detail .sec01 .txtBox .photo {
	width:35%;
}
#main .detail .sec01 .txtBox .txt{
	width:60%;
}
#main .detail .sec01 .txtBox .txt li {
	line-height:2.0;
}
#main .detail .sec01 .questionBox {
	margin: 0 auto;
	padding: 40px 48px 31px 45px;
	max-width: 800px;
	background: #f1eada;
	overflow: hidden;
	box-sizing: border-box;
}
#main .detail .sec01 .questionBox .textBox {
	width: 408px;
	float: left;
}
#main .detail .sec01 .questionBox .textBox .en {
	font-family: 'Sacramento', cursive;
	font-size: 6rem;
	font-weight: 400;
	color: #ffb100;
	letter-spacing: 0.05em;
	line-height: 1.1;
}
#main .detail .sec01 .questionBox .textBox .ttl {
	margin-bottom: 21px;
	font-size: 1.8rem;
	color: #ffb100;
}
#main .detail .sec01 .questionBox .textBox .txt {
	line-height: 1.9;
}
#main .detail .sec01 .questionBox .phoBox {
	width: 233px;
	float: right;
}
#main .detail .sec02 {
	max-width:1000px;
	margin:0 auto 80px;
}
#main .detail .sec {
	margin:0 auto 60px;
}
#main .detail .sec02 .title{
	font-size:2.4rem;
	margin-bottom:25px;
	padding-left:60px;
	font-weight:400;
	position: relative;
}
#main .detail .sec02 .title:before{
	background: url("../img/voice/icon.png") no-repeat;
	content: '';
	position: absolute;
	left:0;
	top:-20px;
	width: 50px;
	height: 65px;
}
#main .detail .sec02 .photoL {
	float:left;
	width:30%;
}
#main .detail .sec02 .photoR {
	float:right;
	width:30%;
}
#main .detail .sec02 .txtL {
	float:left;
	width:65%;
}
#main .detail .sec02 .txtR {
	float:right;
	width:65%;
}
#main .detail .sec02 .staffBox {
	background-color: #f7f4f4;
	padding:40px;
	box-sizing:border-box;
	margin:80px auto 0;
	max-width:800px;
}
#main .detail .sec02 .staffBox .photoL {
	width:25%;
}
#main .detail .sec02 .staffBox .photoL img {
	border-radius: 50%;
}
#main .detail .sec02 .staffBox .name {
	margin-top:20px;
}
#main .detail .sec02 .faqImgBox p {
    margin-bottom: 15px;
}
#main .detail .sec02 .faqImgBox p:last-child {
    margin-bottom: 0;
}
#main .detail .sec02 .faqImgBox .alignright {
    float: right;
    margin: 0 0 10px 15px;
}
#main .detail .sec02 .faqImgBox .alignleft {
    float: left;
    margin: 0 15px 15px 0;
}
#main .detail .sec02 .faqImgBox .aligncenter {
    display: block;
    margin: 0 auto;
}
@media all and (max-width: 896px) {
	#main .detail .sec01 .area{
		margin-bottom:10px;
		font-size:1.4rem;
	}
	#main .detail .sec01 .title{
		font-size:1.7rem;
		margin:0 auto 30px;
	}
	#main .detail .sec01 .txtBox {
		padding:20px;
		display:block;
	}
	#main .detail .sec01 .txtBox .en {
		font-size:2.2rem;
		margin-bottom:10px;
	}
	#main .detail .sec01 .txtBox .photo {
		width:100%;
		margin-bottom:20px;
		text-align: center;
	}
	#main .detail .sec01 .txtBox .txt{
		width:100%;
	}
	#main .detail .sec01 .questionBox {
		padding: 20px;
	}
	#main .detail .sec01 .questionBox .textBox {
		margin-bottom: 20px;
		width: auto;
		float: none;
	}
	#main .detail .sec01 .questionBox .textBox .en {
		font-size: 5rem;
	}
	#main .detail .sec01 .questionBox .textBox .ttl {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	#main .detail .sec01 .questionBox .textBox .txt {
		line-height: 1.6;
	}
	#main .detail .sec01 .questionBox .phoBox {
		width: auto;
		float: none;
		text-align: center;
	}
	#main .detail .sec02 {
		margin:0 auto 40px;
	}
	#main .detail .sec02 .title:before{
		top:-10px;
		width: 30px;
		height: 39px;
		background-size:100%;
	}
	#main .detail .sec02 .title{
		font-size:1.6rem;
		margin-bottom:20px;
		padding-left:34px;
	}
	#main .detail .sec02 .photoL {
		float:none;
		width:100%;
		margin-bottom:20px;
	}
	#main .detail .sec02 .photoR {
		float:none;
		width:100%;
		margin-bottom:20px;
	}
	#main .detail .sec02 .txtL {
		float:none;
		width:100%;
	}
	#main .detail .sec02 .txtR {
		float:none;
		width:100%;
	}
	#main .detail .sec02 .staffBox {
		padding:20px;
		margin:80px auto 0;
		text-align:center;
	}
	#main .detail .sec02 .staffBox .photoL {
		width:60%;
		margin:0 auto 20px;
		text-align: center;
	}
}