@charset "utf-8";

/* ==

　style

=============================================================================== */
h3.tit3{
    margin-bottom: 20px !important;
    padding: 15px 0 !important;
    border-top: 2px dashed #f16014 !important;
    border-bottom: 2px dashed #f16014 !important;
}
h3.advice{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.imgPro{float:left;}
.txtPro{padding-left:145px;}

@media only screen and (max-width: 500px) {
	.imgPro{
		padding-bottom:20px;
		float:none;
		text-align:center;
	}
	.txtPro{padding-left:0;}
}