/**************
	共通
****************/
.pro_sec .sec_ttl{
	max-width: 164px;
	height: auto;
	margin-bottom: 10px;
}

.txt_left span{
	display: block;
	font-size: 0.9em;
}



/**************
	pc
****************/
@media screen and (min-width: 769px) {
	
.pro_sec .imgArea{
	margin-bottom: 60px;
}

.pro_sec .txtArea{
	margin-bottom: 60px;
}

.pro_sec .txtArea .txt_left{
	width: 50%;
	float: left;
}

.pro_sec .txtArea .txt_right{
	width: 50%;
	float: right;
	font-size: 0.8em;
	line-height: 2em;
}

.pro_sec .txtArea .txt_right dl dt{
	margin-bottom: 15px;
	font-weight: bold;
}


.pro_sec .txtArea .txt_right dl dd{
	margin-bottom: 30px;
}
	
}

/**************
	sp
****************/
@media screen and (max-width: 768px) {
	
.pro_sec .inner{
	width: 100%;
}

.pro_sec .imgArea{
	margin-bottom: 50px;
	width: 100%;
}

.pro_sec .txtArea{
	width: 90%;
	margin: 0 auto 50px;
}

.pro_sec .txtArea .txt_left{
	margin-bottom: 30px;
}

.pro_sec .txtArea .txt_right{
	font-size: 0.8em;
	line-height: 2em;
}

.pro_sec .txtArea .txt_right dl dt{
	margin-bottom: 15px;
	font-weight: bold;
}


.pro_sec .txtArea .txt_right dl dd{
	margin-bottom: 20px;
}
	
}