@charset "utf-8";

#catch {
	height: 465px;
	background-image: url(../images/business/business_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-bottom: 15px solid #398A99;
	margin-bottom: 70px;
}
#catch h1 {
	padding-top: 125px;
	margin-bottom: 9px;
}
h1.title {
	font-size: 34px;
	color: hsla(185,41%,37%,1.00);
	font-weight: bold;
}
h1.title span {
	font-weight: normal;
}
#catch+nav ul {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-bottom: 100px;
}
#catch+nav ul li a img:hover {
	opacity: 0.9;
}
#denki {
	padding-top:20px;
}
#denki figure+figure {
	margin-top: 30px;
	margin-bottom: 40px;
}
#denki .btn {
	margin-top: 50px;
	margin-bottom: 80px;
}

#web {
	background-color: hsla(0,0%,89%,1.00);
	padding-top: 70px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 70px;
	margin-bottom: 100px;
}
#web .box:nth-of-type(1) {
	background-color: hsla(0,0%,100%,1.00);
	padding: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 50px;
}
#web .box:nth-of-type(1) h2 {
	font-size: 22px;
	color: hsla(185,41%,37%,1.00);
	margin-bottom: 15px;
}
#web .box:nth-of-type(1) ul { 
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#web .box:nth-of-type(1) ul li {
	width: 180px;
	margin-bottom: 20px;
}
#web .box:nth-of-type(1) ul li span {
	font-size: 16px;
	display: block;
}
#web .box:nth-of-type(2) {
	background-color: hsla(177,16%,44%,1.00);
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#web .box h3 {
	color: hsla(0,0%,100%,1.00);
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
#web .box:nth-of-type(2) ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#web .box:nth-of-type(2) ul li {
	margin-bottom: 20px;
}













footer {
	margin-top: 0px;
}
