@charset "utf-8";

/*--------------------------
	common
--------------------------*/
#voice_product .pc{display: block;}
#voice_product .sp{display: none;}


#voice_product h1{
	font-size: 24px;
}


#main img{
	width: 100%;
	height: auto;
}

#voice_product {
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto;
	
	color: #333;
}


#voice_product section{
	padding: 0 0 60px;
    margin: 0 0 60px;
	border-bottom: 1px dashed #ccc;
}

#voice_product section.last{
	border:none;
}



/*--------------------------
	main_img
--------------------------*/
dl.main_img {
    margin: 0 0 80px;
}

dl.main_img dt {
    margin: 0 0 15px 0;
}

dl.main_img dd{
	text-align: center;
	font-size: 16px;
    letter-spacing: 1.5px;
}



/*--------------------------
	voice_product
--------------------------*/


#voice_product dl.title{
	margin: 0 0 40px;
	text-align: center;
}

#voice_product dl.title dt{
	font-size: 28px;
	font-weight: bold;
}

#voice_product dl.title dd{
	font-size: 15px;
}




/* --- .item --- */

#voice_product section .item{
	margin: 0 0 100px;
}
#voice_product section .item:last-child{
	margin: 0;
}

#voice_product .item .l-c-col-2-1{
	margin: 0 0 20px;
}





/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {

/*--------------------------
	common
--------------------------*/
#voice_product .pc{display: none;}
#voice_product .sp{display: block;}


#voice_product h1{
	font-size: 21px;
}

#voice_product section{
	padding: 0 0 40px;
    margin: 0 0 40px;
}


/*--------------------------
	main_img
--------------------------*/
dl.main_img {
    margin: 0 0 40px 0;
}

dl.main_img dt {
    margin: 0 0 10px 0;
}

dl.main_img dd {
	text-align: left;
	font-size:14px;
	letter-spacing:normal;
}

/*--------------------------
	voice_product
--------------------------*/

#voice_product dl.title{
	margin: 0 0 20px;
}

#voice_product dl.title dt{
    margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.5;
}




/* --- .item --- */

#voice_product section .item{
	margin: 0 0 60px;
}





#voice_product .item .tc{
	font-size: 12px;
} 




}


/*-------------------------------
470px以下用
---------------------------------*/
@media screen and (max-width: 470px) {

/*--------------------------
	common
--------------------------*/

#voice_product h2{
}



#voice_product section{
	padding: 0 0 30px;
    margin: 0 0 30px;
}




/*--------------------------
	main_img
--------------------------*/

dl.main_img{
    margin: 0 0 60px 0;
}

dl.main_img dd {
	font-size:12px;
}

/*--------------------------
	voice_product
--------------------------*/

/* --- .item --- */


#voice_product .item .tc{
	font-size: 10px;
} 




}