@charset "utf-8";

/***************************************************
* メインイメージ
***************************************************/
.mainImg {
	height: 92px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/top/rtftopGakusei/main_img_catch.png?id=20251204a9a2df4acc9), url(https://asset01.suumo.jp/sp/img/chintaigakubura/top/rtftopGakusei/main_img_character.png?id=20251204a9a2df4acc9), url(https://asset01.suumo.jp/sp/img/chintaigakubura/top/rtftopGakusei/main_img_back.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-size: 320px 27px, 320px 92px, 320px 92px;
	background-position: center top, 50% bottom, 0 bottom;
	text-indent: -9999px;
	overflow: hidden;
	border-top: 3px solid #b2df8a;
	display: flex;
	justify-content: space-between;
}

/* 画面幅320pxの際、PRアイコンが画像の文字に被るので調整 */
@media screen and (max-width: 320px) {
	.mainImg {
		background-size: 300px 27px, 320px 92px, 320px 92px;
		background-position: left top, 50% bottom, 0 bottom;
	}
}

.mainImg::after {
	background: url(https://asset01.suumo.jp/sp/img/chintai/common/icon_pr.png?id=20251204a9a2df4acc9) center center no-repeat;
	background-size: 26px 16px;
	content: '';
	display: block;
	height: 16px;
	margin-right: 6px;
	margin-top: 6px;
	width: 26px;
}

/***************************************************
* 見出し
***************************************************/
h2.sectionHeadButton {
	display: block;
	height: 60px;
	position: relative;
	border-top: none;
	border-bottom: none;
	color: #333;
	background: transparent;
	text-shadow: none;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
}

h2.sectionHeadButton > span {
	border-left: 5px solid #5f5b5b;
	padding-left: 10px;
	margin-left: 10px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
}

h2.sectionHeadButton div {
	position: absolute;
	height: 40px;
	width: 90px;
	top: 50%;
	right: 10px;
	margin-top: -20px;
}

h2.sectionHeadButton div a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #333;
	font-weight: normal;
	border: 1px solid #bcbcbc;
	border-radius: 6px;
	cursor: pointer;
	background: #fff;
	box-shadow: 0 -2px 0 #e8e8e8 inset;
	position: relative;
}

h2.sectionHeadButton div a.ui-hover {
	background: #eaeaea;
}

h2.sectionHeadButton div a span {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
	display: block;
}

h2.sectionHeadButton div a > span {
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -14px;
	left: 50%;
	margin-left: -30px;
}

h2.sectionHeadButton div a span > span:first-child {
	font-size: 15px;
}

h2.sectionHeadButton div a span > span:last-child {
	font-size: 9px;
	padding-top: 3px;
}

/***************************************************
* 検索条件
***************************************************/
.condition {
	background: #dad8d1;
	padding: 10px;
}

.condition div {
	display: block;
	background: #faf9f5;
	border-radius: 4px;
}

.condition div a {
	display: block;
	padding: 10px;
	color: #333;
	position: relative;
}

.condition div a.ui-hover {
	background: #ebe8de;
	border-radius: 4px;
}

.condition div a::after {
	content: "";
	display: block;
	position: absolute;
	width: 9px;
	height: 13px;
	background-image: url(https://asset01.suumo.jp/sp/img/top/common/arrow_right_brown.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 9px 13px;
	-webkit-background-size: 9px 13px;
	background-position: 0 0;
	top: 50%;
	margin-top: -6px;
	right: 10px;
}

.condition div a p {
	display: block;
	padding-left: 25px;
	padding-right: 15px;
}

/* 前回の条件で探す */
.condition div a.lastTime p:first-child {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}

.condition div a.lastTime p:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.4;
}

.condition div a.lastTime::before {
	content: " ";
	display: block;
	position: absolute;
	width: 15px;
	height: 17px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/top/rtftopGakusei/sprite/icon.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 17px 43px;
	-webkit-background-size: 17px 43px;
	background-position: 0 0;
	top: 50%;
	margin-top: -8px;
}

/***************************************************
* 検索ナビゲーション
***************************************************/

/* .listを上書き */
.searchNavi ul.list {
	border-bottom: 2px solid #79706c;
	border-top: none;
}

.searchNavi ul.list.col2 {
	border-top: 2px solid #79706c;
}

.searchNavi ul.list.col2 li:nth-child(odd) {
	border-right: 2px solid #79706c;
}

.searchNavi ul.list.col2 li a {
	padding-top: 16px;
	padding-bottom: 16px;
}

.searchNavi ul.list li {
	border-bottom: none;
	background: #f1f0e8;
}

.searchNavi ul.list li a {
	text-align: center;
	padding-right: 10px;
}

.searchNavi ul.list li a.ui-hover {
	background-color: #d5d3c3;
}

/* アイコン */
.searchNavi .icons {
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/top/rtftopGakusei/sprite/search_navi.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 36px 72px;
	-webkit-background-size: 36px 72px;
}

.searchNavi .icons.station {
	background-position: 0 0;
}

.searchNavi .icons.area {
	background-position: 0 -36px;
}

.searchNavi .icons + span {
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

/***************************************************
* リストナビゲーション
***************************************************/

/* .listを上書き */
.listNavi ul.list li a {
	font-size: 14px;
}

.listNavi ul.list li a.ui-hover {
	background-color: #faf9f5;
}

.listNavi ul.list li .icons {
	position: relative;
	display: block;
	padding-left: 70px;
	line-height: 48px;
}

/* アイコン */
.listNavi .icons::before {
	content: "";
	display: block;
	position: absolute;
	width: 46px;
	height: 46px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/top/rtftopGakusei/sprite/list_navi.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 46px 276px;
	-webkit-background-size: 46px 276px;
	top: 50%;
	margin-top: -23px;
	left: 10px;
}

.listNavi .icons.school::before {
	background-position: 0 0;
}

.listNavi .icons.map::before {
	background-position: 0 -46px;
}

.listNavi .icons.tsugaku::before {
	background-position: 0 -92px;
}

.listNavi .icons.fudosan::before {
	background-position: 0 -138px;
}

/***************************************************
* 総合トップリンク
***************************************************/
.topLink {
	padding: 15px 10px 0 15px;
}

.topLink a {
	display: inline-block;
	font-weight: bold;
	color: #004cca;
	position: relative;
	padding-left: 20px;
}

.topLink a::after {
	content: " ";
	display: block;
	position: absolute;
	width: 8px;
	height: 13px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/top/rtftopGakusei/sprite/icon.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 17px 43px;
	-webkit-background-size: 17px 43px;
	background-position: 0 -17px;
	top: 0;
	left: 0;
}

/***************************************************
* 無料パンフレットバナー
***************************************************/
.pamphlet {
	display: block;
	padding: 10px;
}

.pamphlet a {
	display: block;
	background-color: #ccf3ff;
	border-radius: 4px;
	padding: 10px 20px 10px 10px;
	position: relative;
}

.pamphlet a::after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 13px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/top/rtftopGakusei/sprite/icon.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 17px 43px;
	-webkit-background-size: 17px 43px;
	background-position: 0 -30px;
	top: 50%;
	margin-top: -4px;
	right: 10px;
}

.pamphlet a.ui-hover {
	background-color: #bdeaf8;
}

.pamphlet a p {
	color: #006687;
}

.pamphlet a p:first-child {
	color: #1b8fb3;
	font-weight: bold;
	padding-bottom: 5px;
}

.pamphlet a p span {
	font-size: 15px;
	font-weight: bold;
}

/***************************************************
* JQMB-3591 学生版 学校検索モバイルフレンドリー化対応
***************************************************/

/* icon position */
.listNavi .icons.wayside::before {
	background-position: 0 -230px;
}

.listNavi .icons.city_county::before {
	background-position: 0 -184px;
}

/* フリーワード導線 */
.l-school_search {
	margin-top: 10px;
}

.school_search {
	background-color: #6db62d;
	padding: 10px;
}

.school_search-title {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding-left: 34px;
	padding-top: 3px;
}

.school_search-title::before {
	content: "";
	background-image: url(https://asset01.suumo.jp/sp/img/top/gakusei/sprite/list_search.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 23px 37px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
	width: 23px;
	height: 20px;
	background-position: 0 0;
	display: block;
}

.school_search-body {
	margin-top: 10px;
}

.school_search_box {
	display: table;
	width: 100%;
}

.school_search_box .school_search_box-input {
	display: table-cell;
	vertical-align: top;
}

.school_search_box .school_search_box-icon {
	display: table-cell;
	vertical-align: top;
	width: 45px;
}

.school_search_box .school_search_box-input .school_search_box-input-item {
	background-color: #fff;
	width: 100%;
	height: 43px;
	padding-left: 5px;
	padding-bottom: 0;
	border: none;
	border-radius: 4px 0 0 4px;
	font-size: 14px;
	box-shadow: 0 2px #ccc inset;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.school_search_box .school_search_box-icon .school_search_box-icon-item {
	background-color: #0d72c8;
	border-radius: 5px;
	border-bottom: 3px solid #084a82;
	width: 45px;
	height: 45px;
	display: block;
	box-sizing: border-box;
	position: relative;
}

.school_search_box .school_search_box-icon .school_search_box-icon-item::after {
	content: "";
	background-image: url(https://asset01.suumo.jp/sp/img/top/gakusei/sprite/list_search.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 23px 37px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 17px;
	height: 17px;
	background-position: 0 -20px;
	display: block;
	margin: -9px 0 0 -9px;
}
