﻿@charset "utf-8";

.eyecatch_business{
	background: url("../img/business/i1.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

#mf1{
	margin-bottom: 100px;
}

#mf1 table{
	width: 100%;
	font-size: 0.9375rem;
	border-collapse: separate;
}

#mf1 table th{
	width: 240px;
	margin: 0 5px 5px 0;
	padding: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #f3f3f3;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

#mf1 table td{
	width: 755px;
	margin-bottom: 5px;
	padding: 20px;
	border: solid 1px #dddddd;
	align-items: center;
	box-sizing: border-box;
}













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

.eyecatch_business{
	background: url("../img/business/i1.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

#mf1{
	width: 90%;
	margin: 0 auto 60px;
}

#mf1 table th{
	width: 25%;
	margin: 0 1% 1% 0;
	padding: 10px;
}

#mf1 table td{
	width: 74%;
	margin-bottom: 1%;
	padding: 10px;
}

}