/*事業案内*/
.title {
    height: 200px;
    background: url("../img/title-bus.png") center top/cover no-repeat;
}
.bus-text{
	display: block;
	text-align: center;
	padding-top: 50px;
}
.text {
		padding: 0 25px;
}
.text p {
		width: 35vw;
	line-height: 2;
	margin-bottom: 20px;
}
.pbox {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding-top: 50px;
}
.pbox:last-child {
		padding-bottom: 80px;
}
.image img{
	width: 100%;
}
.pdf{
	padding-bottom: 30px;
}
.pdf a{
	color: #2A2A2A;
	padding: 10px 20px;
	border: solid 1px #2A2A2A;
}
.pdf a:hover{
	color: #fff;
	background-color: #2A2A2A;
	border: none;
}
h3{
	font-size: 2em;
	margin: 50px auto 20px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	font-weight: normal;
}

.sp{
	display: none;
}

@media screen and (max-width:1040px) {
		.title h2 {
				font-size: 28px;
		}
		.title p {
				font-size: 20px;
		}
		.image img {
		width: 90vw;
		}
		.text p {
		width: 90vw;
		}
		h3{
		text-align: center;
		}
	}
@media screen and (max-width:600px) {
		.sp{
			display: block;
		}
		.pc{
			display: none;
		}
		h3{
		font-size: 1.7em;
		}
}