@charset "utf-8";

#main {
    margin: 0px auto 70px;
}
#mainVisual #mv {
    background-image: url(/teiju/files/img/sumu/mv.jpg);
}
#mainVisual #mv .mvttl{
	display: none;
}
#main {
	margin-bottom: 0;
}
.footer_bnr {
	padding-top: 0;
}
.icon_home span{
	padding-left: 35px;
	background: url(/teiju/files/img/common/icon_home.png) center left no-repeat;
	-webkit-background-size: 22px auto;
	background-size: 22px auto;
}
@media screen and (max-width:767px){
	#main {
		margin-bottom: 0;
	}
	.footer_bnr {
		padding-top: 0;
	}
}

.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;
}
/*.imgWrap {
	height: 178px;
	position: relative;
	overflow: hidden;
}
.imgWrap img {
	max-width: none;
	max-height: 178px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #cccccc;

}*/
.voiceList li a{
	width: 100%;
	height: auto;
	display: inline-block;
}
h6.title05 {
	margin-bottom: 60px;
}
.icon_mic {
	margin-right: 15px;
    margin-bottom: -2px;
}
@media screen and (max-width:767px){
	.voiceList li:before{
		border-width: 0 0 12px 12px;
	}
	h6.title05 {
		margin-bottom: 30px;
	}
}

/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
#xxxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
#xxxx {
	*zoom: 1;
}