@charset "utf-8";

/*  voiceBox
/* ------------------------------------------------------------------------ */
.voiceBox{
	width: 1060px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}

.voiceBox .box{
	width: 512px;
	margin: 40px 0 0 0;
}

.voiceBox .box:first-child,
.voiceBox .box:nth-child(2){
	margin-top: 0;
}

.voiceBox .box .titleBox{
	border: #f0e5d5 4px solid;
}

.voiceBox .box .titleBox.icon009{
	background: url(../img/img_009.jpg) no-repeat 20px center;
}

.voiceBox .box .titleBox.icon010{
	background: url(../img/img_010.jpg) no-repeat 20px center;
}

.voiceBox .box .titleBox.icon049{
	background: url(../img/img_049.jpg) no-repeat 20px center;
}

.voiceBox .box .titleBox.icon050{
	background: url(../img/img_050.jpg) no-repeat 20px center;
}

.voiceBox .box .titleBox.icon051{
	background: url(../img/img_051.jpg) no-repeat 20px center;
}

.voiceBox .box .titleBox.icon052{
	background: url(../img/img_052.jpg) no-repeat 20px center;
}

.voiceBox .box .titleBox.icon053{
	background: url(../img/img_053.jpg) no-repeat 20px center;
}

.voiceBox .box .titleBox.icon054{
	background: url(../img/img_054.jpg) no-repeat 20px center;
}

.voiceBox .box .titleBox.icon055{
	background: url(../img/img_055.jpg) no-repeat 20px center;
}

.voiceBox .box .titleBox.icon056{
	background: url(../img/img_056.jpg) no-repeat 20px center;
}

.voiceBox .box .titleBox .title{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	width: 512px;
	padding: 20px 20px 20px 165px;
	line-height: 1.6;
	display: table;
	height: 160px;
}

.voiceBox .box .titleBox .title span{
	display: table-cell;
	vertical-align: middle;
}

.voiceBox .box .listUl{
	margin: 15px 0 0 0;
}

.voiceBox .box .listUl li{
	text-align: left;
	position: relative;
	margin: 10px 0 0 20px;
}

.voiceBox .box .listUl li:before{
	position: absolute;
	font-family: icon_set_v1;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e916';
	font-size: 9px;
	color: #333;
	top: 9px;
	left: -13px;
}

@media (max-width:767px) {
.voiceBox{
	width: 100%;
	display: block;
}

.voiceBox .box,
.voiceBox .box:nth-child(2){
	width: 90%;
	margin: 40px auto 0;
}

.voiceBox .box:first-child{
	margin-top: 0;
}

.voiceBox .box .titleBox{
	border: #f0e5d5 3px solid;
}

.voiceBox .box .titleBox{
	background-position:10px center!important;
	background-size: 50px!important;
}

.voiceBox .box .titleBox .title{
	width: 100%;
	padding: 10px 10px 10px 70px;
	height: auto;
	font-size: 16px;
	height: 70px;
	line-height: 1.4;
}

.voiceBox .box .listUl{
	margin: 15px 0 0 0;
}
}