@charset "UTF-8";

.title_lineup {
	margin: 80px 0;
}
.colr-666666 {
	color: #666666;
}
#ns10k_att .c-notes__item {
    font-size: 1.4rem;
    padding: 0 0 0 2.5em !important;
    position: relative;
}

#uservoice {
	max-width: 976px;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	margin-top: 60px;
	counter-reset: num 0;
}
#uservoice h2,h3,p {
	margin: 0;
	padding: 0;
}
#uservoice p {
	font-size: 16px;
}
#uservoice img {
	border:0;
	vertical-align:bottom;
	max-width:100%;
	height: auto;
}

#uservoice .for_pc {}
#uservoice .for_sp { display: none;}

#uservoice .linkbox a{
    width: 400px;
    border: solid 1px #364563;
    border-radius: 8px;
    display: block;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    color: #000;
    padding: 20px 15px 20px;
    margin: 0 auto 68px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
#uservoice .linkbox a:hover{
	opacity: 1;
    background-color: #f2f2f2;
}

#uservoice #uv_intro {
	text-align: center;
	background-color: #DEE3ED;
	margin: 24px 0 40px;
	padding: 25px;
}
#uservoice #uv_voice {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#uservoice #uv_voice .box {
	position: relative;
	width: 315px;
	border: solid 1px #CCCCCC;
	border-radius: 8px;
	padding: 30px 30px 140px;
}
#uservoice #uv_voice .box .subt {
	color: #475C85;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 24px;
}
#uservoice #uv_voice .box .copy {}
#uservoice #uv_voice .box .user {
	position: absolute;
	bottom: 30px;
	left: 30px;
	line-height: 74px;
}
#uservoice #uv_voice .box .user img {
	width: 74px;
	margin-right: 15px;
}
#uservoice #uv_voice2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#uservoice #uv_voice2 .box {
	width: 470px;
	margin-bottom: 56px;
}
#uservoice #uv_voice2 .box .img {
	margin-bottom: 24px;
}
#uservoice #uv_voice2 .box .subt {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 24px;
}
#uservoice #uv_voice2 .box .copy {}
#uservoice + .u-contents {
	margin-top: 0px;
}


@media only screen and (max-width: 640px){
	#uservoice .for_pc { display: none;}
	#uservoice .for_sp { display: inherit;}

	#uservoice {
		width: auto;
		font-size:16px;
	}
	#uservoice .linkbox a{
		width: 80%;
	}
	#uservoice #uv_intro {
		padding: 35px 10px 20px 15px;
	}
	#uservoice #uv_voice {
		display: inherit;
	}
	#uservoice #uv_voice .box {
		position: inherit;
		width: auto;
		margin-bottom: 12px;
		padding: 20px;
	}
	#uservoice #uv_voice .box .user {
		position: inherit;
		margin-top: 16px;
	}

}
