@charset "UTF-8";

.pc-mb70 {
	margin-bottom: 70px;
}
.microwire-list {
	margin-bottom: 30px;
}
.microwire-list li {
	margin-bottom: 15px;
	color: #0d43a0;
	font-size: 20px;
	font-weight: bold;
}
.microwire-list + p {
	margin-bottom: 50px;
}
.button-contact {
	width: 500px;
}
.button-contact a {
	display: block;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	background: #0d43a0;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.button-contact a span {
	padding-left: 50px;
	position: relative;
}
.button-contact a span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: url("../../microwire/img/icon_mail.png") no-repeat center center / cover;
	width: 41px;
	height: 30px;
	transform: translateY(-50%);
}
.button-contact a:hover {
	background: #3868bb;
}
.facility_table.wide50 {
	width: 50%;
}
.facility_table.example th {
	width: 25%;
	padding: 10px 6px;
}
.facility_table.example td {
	padding: 10px 6px;
	font-size: 16px;
}
h4.case {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
h4.case small {
  display: block;
  margin-bottom: 10px;
  color: #1e52a6;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 499px) {
	.pc-mb70 {
		margin-bottom: 40px;
	}
	h2.under-title01 {
		font-size: 2.0em;
	}
	.microwire-list {
		margin-bottom: 30px;
	}
	.microwire-list li {
		text-indent: -1.0em;
		margin-left: 1.0em;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.microwire-list + p {
		margin-bottom: 30px;
	}
	.button-contact {
		width: 90%;
		margin: 0 auto;
	}
	.button-contact a {
		padding: 15px 0;
		font-size: 16px;
	}
	.button-contact a span {
		padding-left: 40px;
	}
	.button-contact a span:before {
		width: 27px;
		height: 20px;
	}
	.button-contact a:hover {
		background: #0d43a0;
	}
	.facility_table.wide50 {
		width: 100%;
	}
	.facility_table.wide50 th {
		width: 32%;
	}
	.facility_table.example th {
		width: 25%;
	}
	h4.case {
	  margin-bottom: 20px;
	  font-size: 24px;
	}
}













