/*製品概要*/
.title {
    height: 200px;
    background: url("../img/title-pro.png") center top/cover no-repeat;
}
h3{
	font-size: 1.5em;
	margin: 50px 0 10px;
}
.text{
	width: 1040px;
	margin: 0 auto;
}
.pbox {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding-top: 30px;
}
.pbox:last-child {
		padding-bottom: 30px;
}
.pbox:last-child::after{
	content: "";
	width: 540px;
}
.pbox p{
	padding: 20px;
}
.sp{
	display: none;
}
@media screen and (max-width:1100px){
.text {
  width: 90%;
}
.pbox img {
		width: 43vw;
}
}
@media screen and (max-width:600px) {
		.title h2 {
				font-size: 28px;
		}
		.title p {
				font-size: 20px;
		}
	.pbox img {
		width: 90vw;
}
.text{
	text-align: center;
}
.sp{
	display: block;
}
.pc{
	display: none;
}
}