

.top_h2 {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #70B0E4;
	font-weight: bold;
	
	padding: 10px;
	font-size: 15px;
	margin-bottom: 20px;
}



/* PC用 */
@media screen and (min-width: 769px){	



}


/* tablet用 */
@media screen and (max-width: 768px){


	
}


/* スマートフォン  */
@media screen and (max-width:640px){
	



}