@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#header {
	border: none;
}

#main {
	margin: 0 auto 54px;
	width: 1100px;
}

#main h3 {
	margin-bottom: 24px;
	text-align: center;
}

#main .h3Ttl {
	margin-bottom: 48px;
}

#main .map {
	margin-bottom: 47px;
	text-align: center;
}




/* 2021/07/15 */
/* 検索項目表 */
div.AreaBox:first-of-type {
	width: 100%;
	margin: 0px auto;
	border-top: 2px solid #999;
	background-color: #EEEEEC;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
	float: left;
}
div.AreaBox {
	width: 100%;
	margin: 0px auto;
	border-bottom: 2px solid #999;
	background-color: #EEEEEC;
	height: auto;
	overflow: hidden;
	position: relative;
}
div.AreaBox .A_title {
	font-size: 1rem;
	text-align: center;
	color: #000;
	width: 25%;
	float: left;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 12%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
div.AreaBox .A_list {
	font-size: 1rem;
	text-align: left;
	background-color: #FFF;
	color: #000;
	width: 75%;
	float: right;
}
div.AreaBox .A_list label {
	width: 32%;
	float: left;
	padding-left: 10px;
	margin: 10px 0;
}

/* 検索ボタン */
.SrcRedButton {
	width: 100%;
	margin: 80px 0 50px;
	text-align: center;
	float: left;
}
.SrcRedButton a {
	background-color: #FF6766;
	padding: 10px 30px;
	color: white;
	font-size: 1rem;
	box-shadow: 0px 2px 0 2px #FF4D4B;
	margin: 0 20px;
}
.SrcRedButton i {
	border-radius: 50% 50% 50% 50%;
	background-color: #FF4D4B;
	color: #FFF;
	width: 18px;
	height: 18px;
	margin-right: 15px;
	text-align: center;
	padding-top: 2px;
	padding-left: 2px;
}

/* 検索リンク */
.comSrcLink {
	width: 100%;
	background-color: #EEEEEC;
	margin: 20px 0 50px;
	float: left;
	text-align: center;
}

.comSrcLink h3 {
	margin: 30px 0;
	color: #333;
	font-size: 1.2rem;
	text-align: center;
	width: 100%;
}

.comSrcLink ul {
	margin: 0 40px;
}

.comSrcLink li {
	margin: 0 20px 30px;
	text-align: center;
	display: inline-block;
	width: 25%;
}

.comSrcLink li a {
	padding: 13px 0;
	display: block;
	font-size: 1rem;
	background-color: #FFF;
	border: 1px solid #8D8E8F;
	border-radius: 5px;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
.comSrcLink li img {
	vertical-align: middle;
	margin-right: 10px;
	color: #000;
}
.comSrcLink li i {
	font-size: 1.8rem;
	vertical-align: middle;
	margin-right: 20px;
	color: #696969;
}
.comSrcLink .CityLink {
	margin: 0 40px 30px 100px;
	height: auto;
	overflow: hidden;
}
.comSrcLink .CityLink span {
	margin: 10px 20px 10px 0;
	float: left;
	font-size: 1rem;
}
.comSrcLink .CityLink a {
	margin: 10px;
	text-decoration: underline;
	float: left;
	font-size: 1rem;
}


/* 条件コンボボックス */
select {

  /* styling */
  background-color: white;
  border: thin solid #8D8E8F;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

	margin: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */

select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, #333 50%),
    linear-gradient(135deg, #333 50%, transparent 50%),
    linear-gradient(to right, #EEEEEC, #EEEEEC);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

/* 検索条件 */
table.tb_request {
	border: 1px solid #aaa;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
	width: 100%;
	margin-bottom: 50px;
}
table.tb_request th i {
	text-align: center;
	color: #666;
	margin-right: 15px;
	font-size: 20px;
}
table.tb_request td i {
	margin-left: 20px;
}
table.tb_request a {
	text-decoration: none;
	color: #00B22D;
	font-size: 1rem;
	white-space: nowrap;
}
table.tb_request thead th,
table.tb_request tbody th,
table.tb_request tbody td {
	padding: 15px;
	border-bottom: 1px solid #aaa;
	font-size: 1rem;
}
table.tb_request thead th {
	background-color: #ddd;
}
table.tb_request tbody th {
	background-color: #eee;
	font-size: 1rem;
	color: #333;
	border-right: 1px solid #aaa;
	white-space: nowrap;
	text-align: center;
}
table.tb_request thead th + th {
	border-left: 1px solid #aaa;
}
table.tb_request tbody td {
	text-align: left;
}
table.tb_request tbody tr:last-child th,
table.tb_request tbody tr:last-child td {
	border-bottom: none;
}
table.tb_request thead tr:first-child th:first-child {
	border-radius: 5px 0 0 0;
}
table.tb_request thead tr:first-child th:last-child {
	border-radius: 0 5px 0 0;
}
table.tb_request tbody tr:first-child th:first-child {
	border-radius: 5px 0 0 0;
}
table.tb_request tbody tr:last-child th:first-child {
	border-radius: 0 0 0 5px;
}
table.tb_request tbody tr:last-child th:last-child {
	border-radius: 0 0 5px 0;
}

/* 見出し */
#main .comPhoBox {
	float: left;
}

#main .areaname {
	margin: 0 40px 40px 0;
	font-size: 2.2em;
	font-weight: bold;
	float: left;
}
