@charset "UTF-8";


h2.title-point {
	color: #000;
	font-size: 1.3em;
	position: relative;
	display: inline-block;
	margin: 50px 0 100px 0;
	width: 100%;
	text-align: center;
}
h2.title-point:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}
/*-----------------------------------------*/
/*路線　沿線検索等*/
/*-----------------------------------------*/
#search-sub-area {
	max-width: 1240px;
	padding: 20px 20px 80px 20px;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
}

#search-sub-area .gakku-title {
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	background-color: #fff;
	display: block;
	margin: 20px 0 0 10px;
	padding-left: .5em;
	border-left: solid 3px #333333;
	width: 100%;
	float: left;
	text-align: left;
	border-right: none;
	border-bottom: none;
	border-top: none;
	border-radius: 0;
}

#search-sub-area .ensen-title {
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	background-color: #fff;
	display: block;
	margin: 20px 0 0 10px;
	padding-left: .5em;
	border-left: solid 3px #333333;
	width: 100%;
	float: left;
	text-align: left;
	border-right: none;
	border-bottom: none;
	border-top: none;
	border-radius: 0;
}

#search-sub-area li{
width: calc(92%/4);
border-radius: 6px;
font-size: 14px;
line-height: 50px;
height: 50px;
float: left;
margin: 10px 1%;
border: solid 1px #ddd;
text-align: center;
background-color: #fff;
display: block;
}
#search-sub-area li a:hover{
  color: #fff;
  background-color:#333;
  border: solid 1px #333;
  display: block;
  border-radius: 6px;
}

#search-check-list a{
	color: #333;
	display: block;
}


#search-sub-area div#search-check-area {
	width: 80%;
	margin: 0 10%;
	float: left;
	text-align: left;
	margin-bottom: 80px;
}

#search-sub-area input.send_button {
	font-family: sans-serif;
	font-size: 1.6rem;
	border: 0;
	color: #fff;
	line-height: 60px;
	width: 200px;
	height: 60px;
	background-color: #333;
	border-radius: 6px;
}

#search-sub-area .checkbox04-input {
	display: none;
}

#search-sub-area .checkbox04-parts {
	width: calc(93% / 3);
	position: relative;
	padding: 15px 20px 15px 53px;
	transition: .3s;
	color: #444;
	border-radius: 6px;
	background-color: #ebebeb;
	display: inline-block;
	line-height: 1;
	margin: 1%;
}

#search-sub-area .checkbox04-input:checked + .checkbox04-parts {
	background: #64CE7C;
	color: #fff;
}

#search-sub-area .checkbox04-parts::before {
	content: "";
	display: block;
	left: 9px;
	width: 33px;
	height: 17px;
	border-radius: 15px;
	border: 1px solid #aaa;
	background: #fff;
	position: absolute;
}

#search-sub-area .checkbox04-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	left: 11px;
	width: 13px;
	height: 13px;
	background: #aaa;
	border-radius: 50%;
	transition: .2s;

}

#search-sub-area .checkbox04-input:checked + .checkbox04-parts::before {
	border: 1px solid #64CE7C;
}

#search-sub-area .checkbox04-input:checked + .checkbox04-parts::after {
	left: 26px;
	background: #64CE7C;
}


/*----------*/

@media screen and (max-width: 768px) {

	/* --------------------------------
	-----------------------------
	-------------------------
	------------------
	-----------
	▼START▼グロナビ
	*/
	#search-sub-area {
		max-width: 100%;
    padding: 0 0 50px 0;
    background-color: #fff;
    margin: 0 auto;
	}

	#search-sub-area li {
		width: calc(96%/2);
    border-radius: 6px;
    font-size: 12px;
    line-height: 50px;
    height: 50px;
    float: left;
    margin: 1%;
    border: solid 1px #ddd;
    text-align: center;
    background-color: #fff;
    display: block;
}

#search-sub-area .box{
	width: calc(96%/2);
	 border-radius: 6px;
	 font-size: 12px;
	 line-height: 50px;
	 height: 50px;
	 float: left;
	 margin: 1%;
	 border: solid 1px #ddd;
	 text-align: center;
	 background-color: #fff;
	 display: block;
}

	#search-sub-area div#search-check-area {
		width: 100%;
		margin: 0;
		float: left;
		text-align: left;
		margin-bottom: 80px;
	}

	#search-sub-area .checkbox04-parts {
		width: 96%;
		position: relative;
		padding: 15px 20px 15px 53px;
		transition: .3s;
		color: #444;
		border-radius: 6px;
		background-color: #ebebeb;
		display: inline-block;
		line-height: 1;
		margin: 2%;
	}
}
