/*-------------------- submv --------------------*/

.sub_mv {
	background-image: url(../img/bg_submv02.png);
}

.sub_mv .inner {
	-ms-transform: translate(-55%, -70%);
	-moz-transform: translate(-55%, -70%);
	-webkit-transform: translate(-55%, -70%);
	transform: translate(-55%, -70%);
}


/*-------------------- interview page --------------------*/

.voice_list {
	width: 100%;
	overflow: hidden;
	clear: both;
}

.voice_list li {
	width: 31.6%;
	float: left;
	margin-right: 2.6%;
	margin-bottom: 35px;
	position: relative;
}

.voice_list li:nth-of-type(3n) {
	margin-right: 0;
}

.voice_list li a {
	display: block;
	color: #000000;
	background: #FFFFFF;
	padding: 13px 13px 33px 13px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 1px solid #FFFFFF;
}

.voice_list li a:hover {
	border-color: #cc5d17;
}

.voice_img {
	width: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.voice_img img {
	display: block;
}

.voice_tit {
	font-size: 18px;
	margin: 15px auto;
}

.voice_name {
	font-size: 18px;
	font-weight: bold;
}


/*-------------------- interview single --------------------*/

.ttl_h1 {
	background-image: url(../img/ico_voice.png);
	background-position: left 25px center;
	padding: 14px 110px;
	letter-spacing: 0;
}

.voicedetail_img {
	display: block;
	margin: 45px auto;
}

.voice_company {
	margin-bottom: 10px;
}

.voice_company a {
	display: inline-block;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #000000;
}

.voice_content {
	font-size: 16px;
	padding-bottom: 65px;
}

.voice_content p a {
	color: #000000;
	text-decoration: underline;
}

.voice_content ul {
	width: 100%;
	font-weight: bold;
	margin: 20px auto 50px auto;
}

.voice_content ul li {
	padding-left: 150px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.voice_content ul li::before {
	position: absolute;
	left: 0;
	top: 0;
}

.voice_content ul li:first-of-type::before {
	content: "お話しを伺った方";
}

.voice_content ul li:nth-of-type(2)::before {
	content: "ご依頼内容";
}

.voice_content h2 {
	width: 100%;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	color: #004da0;
	padding-left: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.voice_content h2::before {
	content: "";
	width: 18px;
	height: 18px;
	background: #004da0;
	position: absolute;
	top: 15px;
	left: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.voice_content img {
	display: block;
	margin: 45px auto 80px auto;
	height: auto;
}

.liquid-speech-balloon-00 {
	padding-left: 45px;
	margin-bottom: 20px !important;
}

.liquid-speech-balloon-00 .liquid-speech-balloon-avatar {
	display: none;
}

.liquid-speech-balloon-00 .liquid-speech-balloon-arrow {
	display: none;
}

.liquid-speech-balloon-00 .liquid-speech-balloon-text {
	font-weight: bold;
	background: #bbdff6;
	margin: 0 !important;
	padding: 20px 40px 20px 80px !important;
	padding: 18px 40px 22px 80px\0 !important;
	border: none !important;
}

.liquid-speech-balloon-00 .liquid-speech-balloon-text::before {
	content: "";
	width: 43px;
	height: 60px;
	background: url(../img/voice_q.png) no-repeat center center;
	position: absolute;
	top: -12px;
	left: 25px;
}

.liquid-speech-balloon-00.liquid-speech-balloon-right {
	padding: 0 45px 0 0;
	margin-bottom: 50px !important;
}

.liquid-speech-balloon-00.liquid-speech-balloon-right:last-of-type {
	margin-bottom: 0 !important;
}

.liquid-speech-balloon-00.liquid-speech-balloon-right .liquid-speech-balloon-text {
	background: #FFFFFF !important;
	font-weight: normal !important;
}

.liquid-speech-balloon-00.liquid-speech-balloon-right .liquid-speech-balloon-text::before {
	height: 50px;
	background-image: url(../img/voice_a.png);
}

.btn_contact {
	margin: 0 auto;
}

@media only screen and (max-width:1000px) {
	/*-------------------- interview single --------------------*/
	.voice_company a {
		font-size: 22px;
	}
	.voice_content h2 {
		font-size: 26px;
	}
}

@media only screen and (max-width:768px) {
	.voice_list li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.voice_list li:nth-of-type(3n) {
		margin-right: 2%;
	}
	.voice_list li:nth-of-type(even) {
		margin-right: 0;
	}
	.voice_list li a {
		padding: 13px 13px 33px 13px;
	}
	.voice_list li a:hover {
		border-color: #FFFFFF;
	}
	/*-------------------- interview single --------------------*/
	.ttl_h1 {
		padding: 14px 80px;
		background-size: 40px;
	}
	.voicedetail_img {
		margin: 30px auto;
	}
	.voice_company a {
		font-size: 20px;
	}
	.voice_content {
		padding-bottom: 50px;
	}
	.voice_content ul {
		margin-bottom: 40px;
	}
	.voice_content h2 {
		font-size: 24px;
		padding-left: 25px;
	}
	.voice_content h2::before {
		width: 12px;
		height: 12px;
		top: 13px;
	}
	.voice_content img {
		margin: 30px auto 50px auto;
	}
	.liquid-speech-balloon-00 {
		padding-left: 5%;
	}
	.liquid-speech-balloon-00.liquid-speech-balloon-right {
		padding: 0 5% 0 0;
		margin-bottom: 40px !important;
	}
}

@media only screen and (max-width:480px) {
	/*-------------------- submv --------------------*/
	.sub_mv .inner {
		-ms-transform: translate(-58%, -70%);
		-moz-transform: translate(-58%, -70%);
		-webkit-transform: translate(-58%, -70%);
		transform: translate(-58%, -70%);
	}
	.voice_list {
		margin: 0 auto;
	}
	.voice_list li {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.voice_list li:nth-of-type(3n) {
		margin-right: 0;
	}
	.voice_tit {
		font-size: 16px;
		margin: 10px auto;
	}
	.voice_name {
		font-size: 16px;
	}
	/*-------------------- interview single --------------------*/
	.ttl_h1 {
		background-position: center top 10px;
		font-size: 20px;
		padding: 55px 20px 20px 20px;
	}
	.voice_company {
		margin-bottom: 10px;
	}
	.voice_company a {
		font-size: 18px;
		padding-bottom: 6px;
	}
	.voice_content {
		font-size: 14px;
	}
	.voice_content ul li {
		padding-left: 0;
		margin-bottom: 10px;
	}
	.voice_content ul li:last-of-type {
		margin-bottom: 0;
	}
	.voice_content ul li::before {
		display: block;
		position: static;
		left: auto;
		top: auto;
	}
	.voice_content h2 {
		font-size: 20px;
		padding-left: 20px;
	}
	.voice_content h2::before {
		top: 10px;
	}
	.liquid-speech-balloon-00 .liquid-speech-balloon-text {
		font-size: 14px;
		padding: 15px 20px 15px 60px !important;
		padding: 13px 20px 17px 60px\0 !important;
	}
	.liquid-speech-balloon-00 .liquid-speech-balloon-text::before {
		width: 30px;
		height: 42px;
		background-size: cover;
		top: -12px;
		left: 15px;
	}
	.liquid-speech-balloon-00.liquid-speech-balloon-right {
		margin-bottom: 30px !important;
	}
	.liquid-speech-balloon-00.liquid-speech-balloon-right .liquid-speech-balloon-text::before {
		height: 34px;
	}
}