@charset "utf-8";
/* CSS Document */

.info {
	font-size: 32px; 
	font-weight: 700; 
	color: #D51D7D; 
	text-align: center;
	margin: 0.5em auto;
}

.merit03 img {
	margin-bottom: 1em;
}

.area_ttl {
	text-align: center;
	font-weight: 700;
	padding: 1em 0;
}

ul.area_box {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
	margin: 0 auto;
	text-align: center;
}
ul.area_box li {
  width: 30%;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
}
ul.area_box li a {
  display: inline-block;
  background: #2CA6E0;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  padding: 5px;
}

.area_hosoku img {
	padding: 2em 0;
}

.area_hosoku p {
	font-size: 12px;
	line-height: 160%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.seihin {
	border: 3px solid #E6E6E6;
	font-weight: 700;
	margin-top: 2em;
}

table.seihin th {
	background-color: #000;
	text-align: center;
	font-size: 24px;
	color: #fff;
	padding: 8px;
}

table.seihin td {
	padding: 5px;
	border-bottom: 3px solid #E6E6E6;
	border-right: 3px solid #E6E6E6;
	border-left: 3px solid #E6E6E6;
}

table.seihin td {
	height: 50px;
}

td.seihin_s {
	border-bottom: 3px solid #E6E6E6;
	border-right: 3px solid #E6E6E6;
	border-left: 3px solid #E6E6E6;
	text-align: center;
}

p.seihinArea {
  font-size: 20px;
  color: #fff;
  border-color: #2CA6E0;
  font-weight: bold;
  text-align: center;
}



/*5g*/
.merit5g img {
	margin-bottom: 1em;
}
.merit5gLocal img {
  padding-top: 2em;
	margin-bottom: 1em;
}
.area5g {
  padding-top: 20px;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

/*.area5g p:first-child {
  padding-bottom: 10px;
}
*/