/*common*/
img {
	max-width: 100%;
}
/*business*/
#business .tit {
	padding-top: 50px;
}
#business .tit h1 {
	font-size: 23px;
    line-height: 1.3em;
    margin-bottom: 5px;
    font-weight: 500;
    color: #1e1e1e;
}
#business .tit h1 strong {
	font-size: 1.4em;
    color: #56b126;
}
#business .tit h3 {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	color: #666;
}
#business .img_wrp {
	margin-top: 30px;
}
@media (max-width:768px){
	#business .tit {
		width: 80%;
		margin: 0 auto;	
		padding-top: 30px;
	}
	#business .tit h1 {
		font-size: 18px;
		word-break: keep-all;
	}
	#business .tit h1 strong {
		font-size: 1.2em;
	}
	#business .tit h3 {
		font-size: 14px;
	}
}
/*txtbox*/
#business .txtbox .imgwrp {
	padding: 50px 0;
}
#business .txtbox h1 {
	font-size: 21px;
    font-weight: 600;
    color: #f7660e;
    line-height: 25px;
}
#business .txtbox p {
	font-size: 15px;
	color: #444;
}
#business .txtbox h3 {
	font-size: 16px;
    font-weight: 600;
    color: #292929;
    line-height: 25px;
}
#business .txtbox h3 strong {
	display: inline-block;
    color: #5dbb46;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px solid #5dbb46;
}
@media (max-width:768px) {
	#business .txtbox h1 {
		font-size: 15px;
	}
	#business .txtbox p {
		font-size: 13px;
		line-height: 20px;
	}
	#business .txtbox h3 {
		font-size: 13px;
		line-height: 21px;
	}
	#business .txtbox h3 strong {
		font-size: 15px;
		border-bottom: 0px;
		text-decoration: underline;
	}
}
/*business_list*/
#business .business_list {
	background-color: #fcfcfc;
	padding: 15px;
	border: 1px solid #ddd;
}
#business .business_list > li {
	position: relative;
	font-size: 16px;
    padding-left: 80px;
	color: #333;
}
#business .business_list > li .tit {
	position: absolute;
    left: 0;
    padding: 5px 0;
    font-weight: 600;
    color: #333;
}
#business .business_list > li .txtbox {
}
#business .txtbox > li {
	position: relative;
    padding: 5px 0;
    margin-bottom: 0;
    border-bottom: 1px dotted #ddd;
    vertical-align: middle;
}
#business .txtbox > li:before {
	content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #5dbb46;
    vertical-align: middle;
}
#business .txtbox li .total_cost {
	font-size: 19px;
    color: #d4243a;
}
@media (max-width:768px){
	#business .business_list > li {
		font-size: 13px;
	}
	#business .txtbox li .total_cost {
		font-size: 17px;
	}	
}