h3 {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 80%;
  table-layout: fixed;
}
table tr {
  padding: .35em;
  border-bottom: 1px solid #dccfc3;
}
table tr:first-child {
  border-top: 1px solid #dccfc3;
}
table th {
  width: 100px;
}
table th, table td {
  padding: 1em 10px 1em 1em;
}
.company{
  width: 80%;
  margin: 0 auto;
  border-top: 1px solid #dccfc3;
}
.company li{
	display: inline-block;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #dccfc3;
    margin: 0 -4px;
    padding: 1rem 0;
	
}
#massege{
	width:95%;
	margin: 0 auto;
	text-align: left;
	line-height: 2rem;
}
#massege p{
	text-align: right;
}
#SP{
	display: none !important;
}
h4{
	color: #b9923a;
}
/*---------------750px以下のStyle---------------*/
@media screen and (max-width: 750px) {
	#SP {
		display: table !important;
	}
	#PC{
		display: none !important;
	}
	.company{
		width: 100%;
	}
	.company li{
		width: 100%;}
		table {
		border: 0;
		width: 100%;
		font-size: .9rem;
	}
	table th {
		width: 60px;
		font-size: 0.75rem;
	}
	.box {
		margin-bottom: 2rem;
		padding-bottom: 2rem;
	}
	.box > div {
		text-align: left;
	}
	.box > div > img {
		display: block;
		margin: 0 auto;
	}
	h3 {
		margin-top: 10px;
		font-weight: bold;
	}
	.box > div > img {
		display: block;
		margin: 0 auto;
		width: 80%;
	}
}
/*------------------------750px以下ここまで*/