@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#header {
	border: none;
}

#main {
	margin: 0 auto 54px;
	width: 1100px;
}

/* 2021/09/02 */
/* 検索項目表 */
div.checkTabBox: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.checkTabBox {
	width: 100%;
	margin: 0px auto;
	border-bottom: 2px solid #999;
	background-color: #EEEEEC;
	height: auto;
	overflow: hidden;
	position: relative;
}
div.checkTabBox .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.checkTabBox .A_list {
	font-size: 1rem;
	text-align: left;
	background-color: #FFF;
	color: #000;
	width: 75%;
	float: right;
}
div.checkTabBox .ListStn span {
	width: 32%;
	float: left;
	padding-left: 10px;
}
div.checkTabBox .ListStn label {
	vertical-align:-0.5em;
}

.ensn_title {
	width: 100%;
	font-weight: bold;
	float: left;
}

.ListStn {
	padding-left: 20px;
}

.Arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	float: right;
	top: 20px;
	right: 10px;
}

.Arrow::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	border: 1px solid #AFC759;
	font-size: 0.6rem;
	border-radius: 25px;
	-webkit-border-radius: 25px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 25px;   /* Firefox用 */
	background-color: #AFC759;
}

.Arrow::after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #FFF;
	border-left: solid 2px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	margin-left: 4px;
}

/* チェックボックス */
#main .checkTabBox input[type="checkbox"].checkLine {
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 35px;
	padding-right: 10px;
	margin: 8px 0 8px 8px;
	float: left;
}

/* クリックで駅の表示・非表示切り替え */
#main .checkTabBox input[type="checkbox"].checkSta {
	display: none;
}
#main .checkTabBox input[type="checkbox"].checkSta+label {
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 5px;
	padding-right: 10px;
	float: left;
	margin: 8px;
}

#main .checkTabBox input[type="checkbox"].checkLine:checked+input+label+div+.ListStn {
	display: block;
}
#main .checkTabBox input[type="checkbox"].checkSta:checked+label+div+.ListStn {
	display: block;
}

#main .checkTabBox input[type="checkbox"].checkSta:checked+label+.Arrow::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-bottom: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	margin-left: 4px;
}

/* 見出し */
#main .comPhoBox {
    height: 60px;
}

#main .populararea {
	padding: 5px 0;
	color: #FFF;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	background: #C62416 url(../../images/common/com_inner_ttl_bg02.gif) repeat-x left top;
}

#main .areaname {
	margin: 0 40px 40px 0;
	font-size: 2.2em;
	font-weight: bold;
	float: left;
}

/* 検索ボタン */
.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: 50px 0;
	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;
}

/* 条件コンボボックス */
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;
}
