@charset "UTF-8";
/*
*******************************************************************************************************
# 学校検索の共通CSS
*******************************************************************************************************
*/

/*-----------------------------
	module
-------------------------------*/
.mainContent {
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fff;
	line-height: 1.7;
}
.wrpMainBlock {
	margin-top: 0;
	padding: 24px 20px 40px;
}
.wrpMainBlock.column2 .mainBlockContent {
	width: 680px;
	float: left;
}
.wrpMainBlock.column2 .subBlockContent {
	width: 240px;
	float: right;
	line-height: 1.1;
}
.btn_pagetop_authority {
	margin-bottom: 28px;
	text-align: right;
}



/*
*******************************************************************************************************
# 学校検索　学校>学部
*******************************************************************************************************
*/
div#containerWrapper {
	background-color: #e6e8ec;
}



/*-----------------------------
	mainContentHead
-------------------------------*/
div#contentHeader {
	margin-bottom: 30px;
}
.mainContentHeadFacility {
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 10px;
	background-color: #e6e8ec;
}
.mainContentHeadFacility .mainContentHeadTitle {
	display: table-cell;
	vertical-align: middle;
	color: #003898;
	font-size: 32px;
	line-height: 1.5;
	font-weight: bold;
}
.mainContentHeadFacility .mainContentHeadResearch {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	text-align: right;
}
.mainContentHeadFacility .mainContentHeadResearch a {
	font-size: 14px;
	line-height: 2;
	font-weight: bold;
	color: #003899;
}



.kodawariSelectedTitle {
	padding: 8px 26px;
	background-color: #003899;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
}



/*-----------------------------
	住所・こだわり条件
-------------------------------*/
.kodawariSearchInfoLists li {
	display: table;
	width: 100%;
	margin-top: 20px;
	padding: 7px 0;
	border-bottom: 1px solid #ccc;
}
.kodawariSearchInfoLists li:first-child {
	margin-top: 0;
}
.kodawariSearchInfoLists .th,
.kodawariSearchInfoLists .td {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.4;
}
.kodawariSearchInfoLists .th {
	width: 165px;
	font-weight: bold;
}



/*-----------------------------
	学校周辺の物件を探す(一覧&地図共通)
-------------------------------*/
.bukkenSearch {
	margin-top: 40px;
}
.bukkenSearchTitle {
	padding: 6px 0;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
}
.bukkenSearch .bukkenSearchLead {
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.714285714;
}
.bukkenSearchBtn {
	width: 310px;
	margin: 12px auto 0;
}



/*-----------------------------
	学校周辺の物件を探す(一覧)
-------------------------------*/
.bukkenSearch.typeList .bukkenSearchBtn {
	margin-top: 14px;
}
.bukkenSearch.typeList .bukkenSearchBtn .mod_btn_all_s > span {
	display: block;
	padding: 6.5px 0;
}



/*-----------------------------
	学校周辺の物件を探す(地図)
-------------------------------*/
.bukkenSearch.typeMap {
	margin-top: 35px;
}
#bukkenSearchMap {
	display: block;
	margin-top: 18px;
	width: 680px;
	height: 400px;
}
.bukkenSearch.typeMap .bukkenSearchBtn .inner {
	display: block;
	padding: 4.5px 0;
	font-size: 18px;
	line-height: 1.333333333;
	font-weight: bold;
	color: #fff;
}
.bukkenSearch.typeMap .bukkenSearchBtn .icon {
	display: inline-block;
	position: relative;
	padding-left: 37px;
}
.bukkenSearch.typeMap .bukkenSearchBtn .icon:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 24px;
	margin-top: -12px;
	background-image: url(/static/facility/img/common/icon_pin_w.png);
	background-repeat: no-repeat;
}
.bukkenSearchCategory {
	display: table;
	width: 100%;
	margin-top: 22px;
	padding: 20px 30px;
	background-color: #ebebeb;
}
.bukkenSearchCategoryLists {
	display: table-cell;
	vertical-align: middle;
}
.bukkenSearchCategoryLists li {
	margin-top: 18px;
	font-size: 0;
}
.bukkenSearchCategoryLists li:first-child {
	margin-top: 0;
}
.bukkenSearchCategoryLists label {
	position: relative;
	padding: 0 0 0 34px;
	font-size: 14px;
	line-height: 1.642857143;
}
.bukkenSearchCategoryLists label:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 23px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.bukkenSearchCategoryLists .hospital:after { background-image: url(/static/facility/img/common/icon_hospital.png); }
.bukkenSearchCategoryLists .school:after { background-image: url(/static/facility/img/common/icon_school.png); }
.bukkenSearchCategoryLists .cvs:after { background-image: url(/static/facility/img/common/icon_cvs.png); }
.bukkenSearchCategoryLists .kindergarten:after { background-image: url(/static/facility/img/common/icon_kindergarten.png); }
.bukkenSearchCategoryLists .supermarket:after { background-image: url(/static/facility/img/common/icon_supermarket.png); }
.bukkenSearchCategoryLists .park:after { background-image: url(/static/facility/img/common/icon_park.png); }
.bukkenSearchCategoryLists .townOffice:after { background-image: url(/static/facility/img/common/icon_townOffice.png); }
.bukkenSearchCategoryLists .bank:after { background-image: url(/static/facility/img/common/icon_bank.png); }
.bukkenSearchCategoryLists .policeOffice:after { background-image: url(/static/facility/img/common/icon_policeOffice.png); }



/*-----------------------------
	学校周辺の物件に詳しい店舗に相談する
-------------------------------*/
.shopListsArea {
	margin-top: 48px;
}
.shopListsAreaTitle {
	padding: 6px 0;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
}
.shopArea {
	margin-top: 18px;
}
.detailShopLists li {
	margin-top: 28px;
}
.detailShopLists li:first-child {
	margin-top: 0;
}
.articleOutlineInner {
	display: table;
	width: 100%;
}
.articleOutlineInner .picRoom,
.articleOutlineInner .txtSupplement,
.articleOutlineInner .contactBtn {
	display: table-cell;
	vertical-align: top;
}
.articleOutlineInner .picRoom {
	width: 136px;
	box-sizing: border-box;
	vertical-align: top;
}
.articleOutlineInner .picRoom .guard {
	padding: 2px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.articleOutlineInner .picRoom img {
	width: 100%;
	border-radius: 2px;
	background-color: #f00;
}
.articleOutlineInner .txtSupplement {
	padding: 0 15px;
}
.articleOutlineInner .txtSupplement .shopname {
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	color: #003899;
}
.articleOutlineInner .txtSupplement .shopAddress,
.articleOutlineInner .txtSupplement .shopTime {
	font-size: 14px;
	line-height: 1.571428571;
}
.articleOutlineInner .txtSupplement .shopAddress {
	margin-top: 2px;
}
.articleOutlineInner .txtSupplement .shopTell {
	margin-top: 8px;
	font-size: 0;
}
.articleOutlineInner .txtSupplement .shopTell .freeIcon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
	padding: 0 11.5px;
	border-radius: 13px;
	background-color: #ff48af;
	font-size: 14px;
	line-height: 1.785714286;
	font-weight: bold;
	color: #fff;
}
.articleOutlineInner .txtSupplement .shopTell .shopTellNumber {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 1.25;
	font-weight: bold;
	color: #ff46af;
}
.articleOutlineInner .contactBtn {
	width: 114px;
}
.articleOutlineInner .contactBtn span {
	display: block;
	padding: 15px 0;
	font-size: 14px;
	line-height: 1.428571429;
}

/* add 20170915_ss */
.articleOutlineInner .txtSupplement .shop_num {
   color: #378900;
   font-size: 16px;
   font-weight: bold;
}
.articleOutlineInner .txtSupplement .shop_num span {
   margin-left: 10px;
   display: inline-block;
   position: relative;
   vertical-align: 0.2em;
   cursor: pointer;
}

/*-----------------------------
	検索条件(サイドエリア)
-------------------------------*/
div#contentSubColumn {
	float: right;
	left: 0;
	height: 1000px;
	padding: 0;
	border: 2px solid #e1e1e1;
	overflow-y: scroll;
}
.mod_box_sub {
	border: none;
	width: 240px;
	border-radius: 0;
}

.mod_box_sub .ttl_sub,
.mod_box_sub .ttl_sub_icon {
	border-radius: 0;
}
.mod_box_sub .icn {
	right: 20px;
}
#contentSubColumn .btn_research {
	width: 200px;
	margin: 20px auto;
	padding: 0;
	border: none;
	background-color: transparent;
}
#contentSubColumn .btn_research:after {
	display: none;
}
#contentSubColumn .btn_research .mod_btn_all {
	padding-top: 10px;
	padding-bottom: 10px;
}
.mod_box_sub .box_content {
	padding: 16px 25px 16px 14px;
}
