/*製品概要*/
.title {
    height: 200px;
    background: url("../img/title-fac.png") center top/cover no-repeat;
}

table {
  margin: 50px auto 0;
  border-collapse: collapse;
}
.table th {
  padding: 10px 30px;
  background-color: #ddd;
  width: 125px;
}
.table td {
  padding: 10px 30px;
  background-color: #eee;
}
tr {
	border-bottom: 5px solid #fff;
}

.fbox {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding-top: 25px;
}
.fbox:last-child {
		padding-bottom: 30px;
}
.fbox:last-child::after{
	content: "";
	width: 540px;
}
.fbox p{
	padding: 20px;
}
@media screen and (max-width:1100px){
table {
  margin: 50px auto 0;
  width: 90%;
}
.fbox p img {
		width: 43vw;
}
}
@media screen and (max-width:850px) {
		.title h2 {
				font-size: 28px;
		}
		.title p {
				font-size: 20px;
		}
	.fbox p img {
		width: 90vw;
}
  .table {
  	margin: 50px auto 0;
    width: 90vw;
  }
  .table th,.table td {
    text-align: center;
    margin: 0 auto;
  }
  .table th{
    width: 30%;
  }
  .table td{
  	border-bottom: 5px solid #fff;
  }
}