@charset "utf-8";
/* CSS Document */
#business .sec1{
	padding-bottom: 0;
}
#business .sec1 p {
	text-align: center;
	margin-bottom: 50px;
}
#business .sec1 .box{
	display: flex;
}
#business .sec1 .box figure,
#business .sec1 .box .text_box{
	width: 50%;
}
#business .sec1 .box figure{
	overflow: hidden;
}
#business .sec1 .box figure img{
	height: 100%;
}
#business .sec1 .box .text_box{
	padding:50px;
	background-color: #5bb43c;
}
#business .sec1 .box .text_box h4{
	font-weight: bold;
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 20px;
}
#business .sec1 .box .text_box h4 .ttl_head{
	color: #cfdb48;
	font-weight: bold;
}
#business .sec1 .box .text_box h4 .futura{
	font-size: 12px;
	font-size: 1.2rem;
	padding-left: 10px;
}
#business .sec1 .box .text_box p{
	text-align: left;
}
#business .sec1 .box .text_box dl{
	padding:20px;
	background-color: #4d9933;
}
#business .sec1 .box .text_box dl dt{
	font-weight: bold;
}
#business .sec2{
	background: url(../img/business/sec2_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center; 
}
#business .sec2 ul{
	display: flex;
	justify-content: space-between;
}
#business .sec2 ul li{
	width: 32%;
	background-color: #d6de68d1;
	padding: 10px;
}
#business .sec2 ul li dl{
	padding: 0 20px 20px;
	border: 1px solid #fff;
}
#business .sec2 ul li dl dt{
	font-weight: bold;
	color: #fff;
	font-size: 35px;
	font-size: 3.5rem;
}
#business .sec2 ul li dl .ttl{
	text-align: center;
	margin-bottom: 20px; 
}
#business .sec2 ul li dl .marker{
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	background: linear-gradient(transparent 0%, #8cc54d 0%);
}
#business .sec2 ul li dl dd:last-of-type{
	min-height: 17em;
}
#business .sec3{
	text-align: center;
}
#business .sec3 h4{
	color: #ed731e;
	font-size: 24px;
	font-size: 2.4rem;
	font-style:italic;
	font-weight: bold;
	margin-bottom: 30px;
}
#business .sec3 .tel{
	margin:20px 0;
}
