@charset "utf-8";
/********【メイン画像】********/
@media print, screen and (min-width: 641px) {
#main {
	height: 350px;
	background: url(../images/service2_1.jpg) no-repeat top center;
	background-size: cover;
}
}

/**********ボックス86**********/
@media screen and (max-width: 640px) {
.box86 img {
	margin-bottom: 20px;
}
.box86 .boxIn {
	margin-bottom: 20px;
}
}
@media print,screen and (min-width: 641px) {
.box86 img {
	float: right;
	width: 52%;
	height: auto;
}
.box86 .boxIn {
	float: left;
	width: 40%;
	padding-top: 30px;
}
}
/**********ボックス86・ここまで**********/

/**********ボックス57**********/
@media screen and (max-width: 800px) {
.box57 {
	border: none;
}
.box57 .imgBox {
	float: none;
}
.box57 img {
	margin-bottom: 0;
}
.box57 .boxIn {
	float: none;
	/*width: 100%;*/
	/*スマホでは高さを設定していないので上下パディング*/
	padding: 30px 0;
	text-align: center;
}
.box57 .boxIn h3 {
	font-size: 20px;
}
}
@media screen and (min-width: 801px) {
.box57 {
	height: 500px;
}
.box57 .imgBox {
	width: 50%;
	height: 100%;
	background: url(../images/service2_5.jpg) no-repeat center center;
	background-size: cover;
}
.box57 .boxIn {
	width: 50%;
	height: 100%;
	padding: 0 6%;
}
}
@media screen and (min-width: 1001px) {
.box57 .imgBox {
	width: 50%;
}
.box57 .boxIn {
	width: 50%;
}
}
/**********ボックス57ここまで**********/

