@charset "utf-8";

#mainVisual #mv {
    background-image: url(/teiju/files/img/voice/mv.jpg);
}
#main{
	margin: 0;
}
.text_under{
	margin-bottom: 80px;
}
.text_img{
	margin-top: 40px;
}
.text_img img{
	margin-bottom: 10px;
}
.text_name {
	margin-top: 15px;
}
.img_center{
	text-align: center;
}
.title03 {
	margin-top: 40px;
}
.voiceList li {
	background-color: #fff;
	position: relative;
}
.voiceList li:before{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #eb6161 transparent;
}
.voiceList li .txt {
	padding: 15px;
}
.voiceList li .txt .ttl {
	font-weight: bold;
	color: #595656;
	margin-bottom: 15px;
}
.voiceList li a{
	width: 100%;
	height: auto;
	display: inline-block;
}
h6.title05 {
	margin-bottom: 60px;
}
.icon_mic {
	margin-right: 15px;
    margin-bottom: -2px;
}
.footer_bnr {
	padding-top: 0;
}
@media screen and (max-width:767px){
	.title03 {
		margin-top: 30px;
	}
	.voiceList li:before{
		border-width: 0 0 12px 12px;
	}
	h6.title05 {
		margin-bottom: 30px;
	}
	.text_under{
		margin-bottom: 40px;
	}
	.text_img{
		margin-top: 20px;
}
}



/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
#xxxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
#xxxx {
	*zoom: 1;
}