@charset "UTF-8";

.main {
	position: relative;
	height: 450px;
}
.main:before {
	content: "";
	display: block;
	position: absolute;
	background-color: black;
	top: 0;
	height: 450px;
	width: 100%;
	opacity: 0.7;
}
.main_title {
	font-size: 64px;
	color: #fff;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 40%;
}
#business .main_title {
	font-size: 48px;
	top: 20%;
	text-align: left;
	padding-left: 60px;
}
.item {
	position: relative;
	height: 330px;
	margin-bottom: 40px;
}
.item:before {
	content: "";
	display: block;
	position: absolute;
	background-color: black;
	top: 0;
	height: 330px;
	width: 100%;
	opacity: 0.7;
}
.item_title {
	position: absolute;
	color: #fff;
	font-size: 48px;
	left: 4%;
	top: 15%;
}
.item_description {
	position: absolute;
	color: #fff;
	font-size: 24px;
	left: 4%;
	top: 45%;
}

.business_list {
	background-color: #eee;
	padding: 1rem;
	margin: 20px 0;
}
.business_list li {
	list-style: inside;
}
.business_description {
	line-height: 1.8rem;
}
.business_img img {
	margin-top: 20px;
	width: 45%;
}
.business {
	margin-bottom: 80px;
}
.box {
	background-color: #fff;
	width: 340px;
	height: 340px;
	border-radius: 50%;
	text-align: center;
}
.box .box_icon {
	line-height: 390px;
}
.box i {
	color: #35c3b3;
	font-size: 100px;
}
.box_title {
	color: #35c3b3;
	font-size: 24px;
	text-align: center;
	margin-top: -20px;
}
.box2 {
	margin: 0 40px;
}

#business .main {
	height: 330px;
}
#business .main:before {
	height: 330px;
}

table {
	width: 100%;
	border: 0px solid #eaedf2;
	margin-bottom: 1.5em;
}
tr {
	border-bottom: 1px solid #b1b1b1;
}
table th {
	padding: 30px;
	font-size: 20px;
	border-bottom: 0px solid #eaedf2;
	border-right: 0px solid #eaedf2;
}
table th:first-child {
	text-align: center;
	width: 230px;
}
#page .main {
	height: 300px;
}
#page .main:before {
	height: 300px;
}
#page .main_title {
	font-size: 48px;
	top: 35%;
}

form input {
    border: 1px solid #cccccc;
    border-radius: 2px;
    height: 40px;
    margin-bottom: 20px;
    padding: 20px;
	width: 80%
}
form textarea {
    padding: 20px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    height: 240px;
    width: 100%;
}
input[type="submit"] {
	    background-color: #262626;
    max-width: 380px;
    height: 44px;
    line-height: 44px;
    margin: 2rem auto;
    border-radius: 20px;
    display: block;
    width: 100%;
    cursor: pointer;
    color: #fff;
    padding:0;
}

@media screen and (max-width: 800px) {
	#left_content {
		display: none;
	}
	.main {
		height: 300px;
	}
	.main:before {
		height: 300px;
	}
	.main_title {
		font-size: 32px;
	}
	.flex {
		display: block;
	}
	.box {
		width: 250px;
		height: 250px;
		margin: 0 auto 80px;
	}
	.box .box_icon {
		line-height: 300px;
	}
	.box2 {
		margin: 0 auto 80px;
	}
	.box_title {
		margin-top: -30px;
		font-size: 20px;
	}
	#page .main_title {
		font-size: 28px;
		top: 40%;
	}
	.business_description {

		margin-top: 1rem;
	}
	table th:first-child {
		width: 100px;
	}
	table th {
		padding: 10px;
		border-bottom: 0px solid #eaedf2;
		border-right: 0px solid #eaedf2;
		font-size: 14px;
	}
	.business_description {
		float:none;
		width: 100%;
	}
	.business_img img {
		width: 48%;
	}
}
