@charset "utf-8";

.kv_content {
    background-color: #fef6f2;
    padding: 10px 0;
    height: 150px;
    box-sizing: border-box;
	margin-bottom: 20px;
}

.kv_content img {
	height: 100%;
}

.image_content {
	margin-top: 20px;
	margin-bottom: 20px;
}

.w310px {
	width: 310px;
}

a.tel {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.txt_red {
    color: red !important;
}

@media print, screen and (min-width: 641px) {
}

@media screen and (max-width:640px) {
	.kv {
        height: 130px;
    }
	.sp_w300px {
		width: 300px !important;
	}
	.sp_mT15 {
		margin-top: 15px !!important;
	}
}