@charset "Shift_JIS";


#kakomi{
	padding: 20px 30px 0 30px;
}

/* CONSUL
----------------------------------------------------*/

/*	float
--------------------------*/

.title_consul {
	width		: 900px;
	height		: 105px;
	background: url(../consultation/title_consul.jpg) no-repeat #FCC;
}

.consularea {
    overflow: hidden;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px dotted #d0ceb3;
}

.consularea:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .consularea {
    height: 1em;
    overflow: visible;
}
/**/


.consull{
	float: left;
	width: 100px;
}
.consulr{
	float: right;
	width: 720px;
}

@media screen and (max-width: 980px) {

	.title_consul {
		width		: 700px;
		height		: 105px;
		background: url(../consultation/title_consul_700.jpg) no-repeat #FCC;
	}

	.consulr{
		float: right;
		width: 520px;
	}

}

@media screen and (max-width: 750px) {

	.title_consul {
		width		: 500px;
		height		: 105px;
		background: url(../consultation/title_consul_500.jpg) no-repeat #FCC;
	}

	.consulr{
		float: right;
		width: 320px;
	}

}

@media screen and (max-width: 500px) {

	.title_consul {
		width	:100%;
		height	: auto;
		background: url(../consultation/title_consul_500.jpg) no-repeat #FCC;
		background-size:contain;
		aspect-ratio: 5 / 1.062;
	}

	.consulr{
		float: right;
		width: 67%;
	}

}