@charset "utf-8";

/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/

.pageMain img {
	width: 100%;
	max-width: 100%;
}

.voiceList {
	list-style: none;
	padding-left: 0;
	padding-bottom: 50px;
}

.voiceList .list {
	border: 2px solid #4D4D4D;
	border-radius: 12px;
	margin-right: 55px;
	box-shadow: 3px 4px 0 rgba(0,0,0,0.2);
	padding: 33px 0 33px 30px;
    margin-bottom: 30px;
	overflow: hidden;
}

.voiceList .list img {
	max-width: 100%;
}
.voiceList .list .infoPhoto {
	display: inline-block;
	vertical-align: middle;
	width: 101px;
	margin-bottom: 0;
}
.voiceList .list .infoText {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 106px);
	text-align: left;
	padding-left: 25px;
}
.voiceList .list .infoText .infoTitle {
	font-size: 21px;
	color: #CD396C;
	font-weight: normal;
	line-height: 1.3;
	margin: 0;
	margin-bottom: 10px;
}
.voiceList .list .infoText .infoTitle-2 {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	background: #DC7598;
	padding: 9px 15px 8px;
	margin: 0;
	margin-right: -2px;
	border-radius: 4px 0 0 4px;
}

.voiceList .list  .topInfo {
	margin-bottom: 25px;
}

.voiceList .list  .infoSub {
	font-size: 16px;
	line-height: 28px;
	padding-right: 30px;
	text-align: justify;
}

@media(max-width: 1366px) {
	.voiceList .list .infoText .infoTitle-2 {
		margin-right: -1px;
	}
}

@media(max-width: 768px) {
	.voiceList .list {
		width: 100%;
		padding: 20px;
		min-height: inherit;
		margin-bottom: 30px;
		padding-right: 0;
	}
	.voiceList .list  .topInfo {
		margin-bottom: 15px;
		overflow: hidden;
	}
	.voiceList .list .infoPhoto {
		float: left;
		width: 75px;
	}
	.voiceList .list .infoText {
		float: right;
		width: calc(100% - 75px);
	}
	.voiceList .list .infoText .infoTitle {
		font-size: 21px;
	}
	.voiceList .list .infoText .infoTitle-2 {
		font-size: 14px;
		padding: 7px 10px 5px;
		margin-right: 0 ;
	}
	.voiceList .list .infoSub {
		font-size: 14px;
		padding-right: 20px;
		margin-bottom: 0;
	}
}

.bg-man{
    position: relative;
    font-size: 16px;
}
.bg-text{
    text-align: center;
    font-weight: 700;
    font-size: 56px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.bg-text .title-bg-text{
    color: #cd396c;
    position: absolute;
    top: 26%;
    left: 0;
    right: 0;
    padding-left: 14.214%;
    font-size: 5vw;
    line-height: 1;
}
.bg-text .title-bg-text span{
    color: #dc7598;
    font-size: 110%;
    line-height: 0.5;
    margin-right: 15px;
}
.bg-text .content-bg-text{
    color: #fff;
    position: absolute;
    top: 60.28%;
    left: 0;
    right: 0;
    font-size: 1.5vw;
    padding-left: 15.1611%;
}
.bg-text .content-bg-text h3{
    color: #fff;
    margin: 0;
    font-size: 200%;
}
