

.upper {
	margin: 0 auto;
	text-align: center;
}

.upper h3{
	margin-bottom: 3vw;
}
.upper_txt {
	display: inline-block;
	text-align: left;
	line-height: 2rem;
}


.l_img_r_txt,
.r_img_l_txt {
	border-bottom: solid 1px #ddd;
}

.l_img_r_txt .txt,
.r_img_l_txt .txt {
	line-height: 2rem;
}


.r_img_l_txt:last-child {
	border-bottom: none;
}

.l_img_r_txt:last-child {
	border-bottom: none;
}

.pc{
	display: block;
}

.sp{
	display: none;
}

@media handheld, only screen and (max-width: 767px) {

.pc{
	display: none;
}

.sp{
	display: block;
}

}