@charset "utf-8";
/* CSS Document */

/****************
KV
****************/
.kv-season img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

/****************
地域一覧
****************/
.area-txt {
	padding:10px;
}

.area-list {
	border-top:1px solid #E0E0E0;
}

.search-inner-box-title{
	padding: 10px;
	text-align: left;
	font-weight: bold;
}

.naiv-003 li {
	border-bottom: 1px solid #E0E0E0;
}

.naiv-003 li.line-none,
.naiv-003 li.station-none {
	border-bottom: 1px solid #E0E0E0;
	padding: 14px 15px;
	font-size: 14px;
	font-weight: bold;
	color:#B4B3B3;
}

.naiv-003 li a {
	background: url(/iphone/img2/common/ic_001.png) no-repeat right center;
	padding: 14px 15px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

ul li small {
    position: relative;
    color: #64c114;
    font: 17px Helvetica;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 23%;
    float: right;
    padding-right: 10px;
}

ul li small.counter {
    margin-right: 20px;
    padding: 0 15px;
    background: rgba(0,0,0,.15);
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1em;
    width:auto;
    border-radius: 11px;
    -webkit-box-shadow: rgba(255,255,255,.1) 0 1px 0;

}

/* 詳細条件 */
h2.serthbox-headLine {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    border-left: 6px solid #e62912;
    padding: 0 0 0 6px;
    margin: 12px 8px 6px 8px;
}

.narrowdown-box-mi {
	padding:8px;
	font-size:13px;
	font-weight:bold;
}

.nav-search-table {
	display: flex;
	flex-wrap: wrap;
	border-top:1px solid #ccc;
}

.nav-btn{
	display: flex;
	align-items: stretch;
	width:50%;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
    float: left;
    text-align: left;
}

.nav-btn:nth-child(even) {
	border-right:none;
}

.nav-btn-checked{
	background-color:#ffffcc;
}

.nav-btn-last{
	border-bottom:none;
}

/* 詳細条件チェックボックス */
.nav-search-table input[type="checkbox"] {
	display: none;
	margin: 0;
}

.nav-search-table input[type="checkbox"] + label {
	position: relative;
	display: flex;
	align-items: center;
	padding:10px 10px 10px 46px;
	width: 100%;
}

.nav-search-table input[type="checkbox"] + label:before {
	position: absolute;
	content: "";
	background:#e4e4e4 url(/iphone/img2/search/search-uncheck03.png) no-repeat center center;
	background-size:24px 24px;
	width:39px;
    height:100%;
	top: 0;
	left:0;
}

.nav-search-table input[type="checkbox"]:checked + label:before {
	position: absolute;
	content: "";
	background:#e4e4e4 url(/iphone/img2/search/search-checked03.png) no-repeat center center;
	background-size:24px 24px;
	width:39px;
	height:100%;
	top: 0;
	left:0;
}

.nav-btn-text{
	line-height: 1.4;
}

.btn-search-school{
	text-align:center;
	margin: 20px auto 40px auto;
}

.btn-search-school button{
	margin:0 !important;
	padding:12px 17px 12px 37px;
	background:url(/iphone/img2/common/ic_search_001.png) 10% center no-repeat,
	-webkit-gradient(linear, left top, left bottom, color-stop(0.65, #ffee8b), color-stop(1, #fed33d));
	background-size: 16px 16px,100% 100%;
	border: 1px solid #CFCFCF;
	border-radius: 4px;	
	font-size: 15px !important;
	font-weight: bold;
	color: #000;
}

/*--------------------------------
ABテスト　チェックボックス見た目変更
--------------------------------*/
.slideIn-tit-pt2 {
	background: #e62912;
}

h2.serthbox-headLine-pt2 {
	font-size: 15px;
	margin: 10px 0 10px 10px;
}

h2.serthbox-headLine-pt2:last-of-type {
	margin: 0 0 10px 10px;
}

.nav-search-table-pt2 {
	border-top: none;
}

.nav-search-table-pt2 .nav-btn{
      width: 47%;
      height: 40px;
      border:1px solid #ccc;
      border-radius: 4px;
      margin: 0 0 8px 2%;
      color: #999;
}

.nav-search-table-pt2 .nav-btn-checked{
	color: #333;
	border:1px solid #e62912;
	background: #fff;
}

.nav-search-table-pt2 .js-search-nav-btn-courses-009.nav-btn {
	width: 47% !important;
	border-right:1px solid #ccc !important;
}

.nav-search-table-pt2 .js-search-nav-btn-courses-010.nav-btn {
	width: 47% !important;
	border-right:1px solid #ccc !important;
}

.nav-search-table-pt2 .js-search-nav-btn-courses-009.nav-btn-checked {
	border-right-color:#e62912 !important;
}

.nav-search-table-pt2 .js-search-nav-btn-courses-010.nav-btn-checked {
	border-right-color:#e62912 !important;
}

.nav-search-table-pt2 input[type="checkbox"] {
	display: none;
	margin: 0;
}

.nav-search-table-pt2 input[type="checkbox"] + label {
	position: relative;
	height: 100%;
	display: -webkit-box; /* Androidブラウザ用 */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center; /* Androidブラウザ用 */
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	line-height: 1.2;
	padding: 0 39px 0 10px;
}

.nav-search-table-pt2 input[type="checkbox"] + label:before {
	position: absolute;
	content: "";
	background:url(/iphone/img2/search/nav_check.png) no-repeat center center;
	background-size:20px 20px;
	width:38px;
	width:38px;
	top: 0;
	right: 0 ;
	left: auto;
}

.nav-search-table-pt2 input[type="checkbox"]:checked + label:before {
	position: absolute;
	content: "";
	background:url(/iphone/img2/search/nav_check_on.png) no-repeat center center;
	background-size:20px 20px;
	width:38px;
	width:38px;
	top: 0;
	right: 0;
	left: auto;
}

.btn-search-school-pt2{
	border-top:none;
}

.btn-search-school-pt2 button{
	width: 68%;
	margin:0 !important;
	color: #7a6311;
	padding:12px 0;
	background-color:#fed33d;
	background-image: none;
	background-size: 16px 16px;
	box-shadow: 0 3px 0 0 #907519;
	border: none;
	border-radius: 4px;	
	font-size: 15px !important;
	font-weight: bold;
}

.btn-search-school-pt2 button span{
	position: relative;
	padding: 0 0 0 22px;
}

.btn-search-school-pt2 button span::before {
	position: absolute;
	content: "";
	left: 0;
	top:0;
	background:url(/iphone/img2/search/ic-search-btn.png) no-repeat 0 0;
	background-size: 16px;
	width: 16px;
	height: 16px;
}


/****************
所在地の地図を表示する
****************/
.nav-map-list a{
	padding: 14px 15px;
	background: url(/iphone/img2/common/ic_001.png) no-repeat right center;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #E8E8E8;
}
/* --------------------------------
 clearfix
-------------------------------- */
.search-inner-box:after,
.character ul:after,
.character ul.second:after,
.search-pagenation-002:after,
.nav-search-table:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}