@charset "UTF-8";
/*
*******************************************************************************************************
# 学校検索の共通CSS
*******************************************************************************************************
*/

/*-----------------------------
	module
-------------------------------*/
.moduleIconTitle {
	font-size: 20px;
	padding-left: 40px;
	font-weight: bold;
	background-position: 0 .3em;
	background-repeat: no-repeat;
}
.moduleIconTitle.moduleIconTitleBook {
	background-image: url(/static/campus_renew/img/common/icon_book.png);
	background-size: 27px 22px;
}
.moduleIconTitle.moduleIconTitleGojuon {
	background-image: url(/static/campus_renew/img/common/icon_gojuon.png);
	background-size: 21px 30px;
	background-position: 0 2px;
}
.moduleIconTitle.moduleIconTitleUniversity {
	background-image: url(/static/campus_renew/img/common/icon_university.png);
	background-size: 21px 33px;
	background-position: 0;
}
.moduleIconTitle.moduleIconTitleHat {
	background-image: url(/static/campus_renew/img/common/icon_hat.png);
	background-size: 24px 20px;
}

input[type="text"] {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #0A3F94;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	font-size: 14px;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 0px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 0px inset;
	margin-right: 5px;
	vertical-align: middle;
	color: #000;
	box-sizing: border-box;
}
/* Chrome, Safari */
input::-webkit-input-placeholder{
    color: #616161;
}

/* Firefox */
input::-moz-placeholder{
    color: #616161;
}

/* Firefox 18以前 */
input:-moz-placeholder{
    color: #616161;
}

/* IE */
input:-ms-input-placeholder{
    color: #616161;
}
.mainContent {
	margin-bottom: 30px;
	background-color: #fff;
	line-height: 1.7;
}
.wrpMainBlock {
	margin-top: 30px;
	padding-left: 29px;
	padding-right: 21px;
	padding-bottom: 40px;
}
.wrpMainBlock.column2 .mainBlockContent {
	width: 634px;
	float: left;
}
.wrpMainBlock.column2 .subBlockContent {
	width: 275px;
	float: right;
}
.btn_pagetop_authority {
	margin-bottom: 28px;
	text-align: right;
}


/*
*******************************************************************************************************
# 学校検索TOP
*******************************************************************************************************
*/

div#containerWrapper {
	background-color: #e6e8ec;
}
#contentsTopWrap {
	background-image: none;
}
#contentsTopWrap {
	background-color: #E7E8EC;
}




/*-----------------------------
	mainContentHead
-------------------------------*/
div#contentHeader {
	margin-bottom: 30px;
}
.mainContentHead {
	box-sizing: border-box;
	padding: 26px 0;
	height: 230px;
	border-bottom: 4px solid #003899;
	background: url(/static/campus_renew/img/top/ph_head2.jpg) no-repeat 100% 0;
}
.mainContentHead .mainContentHeadTitle {
	display: inline-block;
	padding: 10px 40px 0 40px;
	color: #333;
	font-size: 18px;
	line-height: 1.9em;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.mainContentHead .mainContentHeadTitle em {
	font-size: 34px;
	line-height: 1.2;
	color: #015072;
}
.mainContentHead .mainContentHeadText {
	padding: 15px 40px;
	font-size: 14px;
	line-height: 1.5em;
}

.campusForm .campusFormTitle {
	margin-bottom: 15px;
}
.campusForm input[type="text"] {
	width: 503px;
	height: 43px;
}
.campusForm input[type="text"]:hover {
	cursor: default;
}
.campusForm input[type="button"] {
	 background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding-top: 3px;
        width: 120px;
        margin-left: -10px;
}
.campusForm .mod_btn_all_s:hover {
	cursor: pointer;
}
.campusForm .mod_btn_all_s {
	width: 120px;
	height: 43px;
	box-sizing: border-box;
}
.campusForm .campusInfo {
	margin-top: 15px;
}
.campusFormTitle {
	font-size: 22px;
	font-weight: bold;
}



/*-----------------------------
	50音で探す
-------------------------------*/
.searchGojuon {
	margin-top: 38px;
}
.searchGojuonContent {
	margin-top: 6px;
}
.searchGojuonContent p {
	font-size: 14px;
	line-height: 1.285714286;
}
.blockSearchGojuonLists {
	margin-top: 16px;
}
.searchGojuonLists {
	margin-bottom: 12px;
}
.searchGojuonLists:last-child {
	margin-bottom: 0;
}
.searchGojuonLists li {
	float: left;
	margin-left: 14px;
}
.searchGojuonLists li:first-child {
	margin-left: 0;
}
.searchGojuonLists li a {
	display: block;
	width: 90px;
	border: 2px solid #013b96;
	text-align: center;
	text-decoration: none;
}
.searchGojuonLists li span {
	display: block;
	border: 5px solid #e0e7f2;
	border-top-color: #fff;
	border-left-color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.428571429;
	color: #003899;
}



/*-----------------------------
	よく検索されている大学
-------------------------------*/
.popularUniversity {
	margin-top: 46px;
}
.popularUniversityContent {
	margin-top: 16px;
	/* padding: 19px 20px; */
	padding: 10px 20px 20px;
	border: 1px solid #dedede;
	border-radius: 10px;
}
.blockPopularUniversityLists {
	margin-top: 7px;
}
.blockPopularUniversityLists:first-child {
	margin-top: 0;
}
.blockPopularUniversityLists.first {
	font-size: 18px;
	line-height: 1;
}
.blockPopularUniversityLists.second {
	font-size: 16px;
/*	line-height: 1.125;*/
}
.blockPopularUniversityLists.third {
	font-size: 14px;
	line-height: 1.285714286;
}
.blockPopularUniversityLists li {
	float: left;
	margin-left: 34px;
}
.blockPopularUniversityLists li:first-child {
	margin-left: 0;
}
.blockPopularUniversityLists li a {
	color: #0a3f94;
	padding: 1px 4px;
}

.popularUniversityContent .area {
	font-size: 18px;
	margin: 16px 0 -6px 0;
	font-weight: bold;
}

.blockPopularUniversityLists li.red a {
	background-color: #f4b3c2;
}
.blockPopularUniversityLists li.orange a {
	background-color: #f8b862;
}
.blockPopularUniversityLists li.yellow a {
	background-color: #ffff66;
}

/*-----------------------------
	「こだわり条件」 × 学校名で探す
-------------------------------*/
.kodawariSearch {
	margin-top: 34px;
}
.kodawariSearch .main {
	display: block;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}
.kodawariSearch .sub {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 1.5;
}
.kodawariSearchContent {
	margin-top: 10px;
}
.kodawariSearchContent p {
	font-size: 14px;
	line-height: 1.285714286;
}
.kodawariSearchPopular {
	margin-top: 18px;
}
.kodawariSearchPopular a {
	float: left;
	display: table;
	position: relative;
	width: 302px;
	margin-left: 22px;
	border: 2px solid #013b96;
	border-radius: 8px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}
.kodawariSearchPopular a:first-child {
	margin-left: 0;
}
.kodawariSearchPopular a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 10px;
	height: 14px;
	margin-top: -7px;
	background: url(/static/campus_renew/img/common/icon_arrow_01.png) no-repeat;
}
.kodawariSearchPopular span {
	display: table-cell;
	vertical-align: middle;
	height: 75px;
	min-height: 75px;
	border: 5px solid #e0e7f2;
	border-top-color: #fff;
	border-left-color: #fff;
	border-radius: 5px;
	font-size: 18px;
	line-height: 1.333333333;
	color: #013b96;
}

/* 他にもいろいろこだわり条件 */
.kodawariSearchOther {
	margin-top: 50px;
}
.kodawariSearchOtherTitle {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}
.kodawariSearchOtherContent {
	margin-top: 20px;
	padding: 16px 14px;
	border: 1px solid #dedede;
	border-radius: 10px;
}
.blockKodawariSearchOtherLists li {
	float: left;
	margin-right: 14px;
}
.blockKodawariSearchOtherLists li a {
	font-size: 14px;
	line-height: 2;
	color: #013b96;
}



/*-----------------------------
	都道府県から学校を探す
-------------------------------*/
.searchPrefectures {
	margin-top: 36px;
}
.searchPrefecturesContent {
	margin-top: 14px;
	padding: 15px 14px;
	border: 1px solid #dedede;
	border-radius: 10px;
}
.blockSearchPrefecturesLists li {
	float: left;
	margin-left: 14px;
}
.blockSearchPrefecturesLists li:first-child {
	margin-left: 0;
}
.blockSearchPrefecturesLists li a {
	font-size: 14px;
	line-height: 2;
	color: #013b96;
}



/*-----------------------------
	新着記事
-------------------------------*/
.newArticle {
	margin-top: 44px;
}
.newArticle .newArticleTitle {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.newArticle .blockNewArticleLists {
	padding: 18px 5px 13px;
	border: 1px solid #d0d0d0;
	border-radius: 9px;
}
.newArticle .newArticleLists {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 10px;
	padding-left: 10px;
}
.newArticle .newArticleLists li {
	margin-bottom: 5px;
}
.newArticle .newArticleLists li  a {
	color: #013b96;
}



/*-----------------------------
	新生活へ向けて〜新生活応援コラム〜
-------------------------------*/
.supportColumn {
	margin-top: 34px;
	padding: 28px 20px 24px;
	border-radius: 12px;
	background-color: #f0f8ff;
}
.supportColumnTitle {
	font-size: 24px;
	line-height: 1.25;
	font-weight: bold;
	color: #003499;
}
.supportColumnContent {
	margin-top: 9px;
}
.supportColumnSubTitle {
	margin-top: 14px;
	padding: 7px 0;
	border-bottom: 1px dashed #9e9e9f;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
}
.supportColumnSubTitle:first-child {
	margin-top: 0;
}
.supportColumnText {
	margin-top: 6px;
}
.supportColumnText p {
	font-size: 14px;
	line-height: 1.714285714;
}





/*-----------------------------
	サイドのバナー
-------------------------------*/
.attentionBnrLists {
	text-align: center;
	margin-top: 40px;
}
.attentionBnrLists li {
	margin-top: 19px;
}
.attentionBnrLists li:first-child {
	margin-top: 0;
}



/*-----------------------------
	閲覧履歴
-------------------------------*/
/*
.browsingHistory {
	margin-top: 40px;
}*/
.browsingHistoryTitle {
	padding: 14px 0 11px;
	border-radius: 8px 8px 0 0;
	background-color: #003899;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.browsingHistoryContent {
	border: 2px solid #01368e;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.blockBrowsingHistoryLists {
	padding: 18px 22px 15px;
	border-right: 5px solid #e0e7f2;
	border-bottom: 5px solid #e0e7f2;
}
.blockBrowsingHistoryLists li {
	margin-top: 18px;
}
.blockBrowsingHistoryLists li:first-child {
	margin-top: 0;
}
.blockBrowsingHistoryLists li a {
	display: block;
	position: relative;
	padding-left: 28px;
	font-size: 14px;
	line-height: 1.3;
}
.blockBrowsingHistoryLists li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 17px;
	height: 17px;
	background: url(/static/shared/images/icon/arr_link_gray.png) no-repeat;
}



/*-----------------------------
	広告バナー
-------------------------------*/
.campusBnr {
	margin-top: 30px;
}


/*-----------------------------
	引っ越し侍
-------------------------------*/
.supportColumnText .hikkoshis p {
	margin-top: 12px;
}
.supportColumnText .hikkoshis p.link_hikkoshis {
	margin: 24px 0 20px;
}
.supportColumnText .hikkoshis p.link_hikkoshis a {
	position: relative;
	color: #0a3f94;
}
.supportColumnText .hikkoshis p.link_hikkoshis a::after {
	position: absolute;
	display: inline-block;
	content: "";
	top: 3px;
	right: -15px;
	width: 11px;
	height: 11px;
	background-image: url(/oheya/images/icon_externalLink.png);
	background-size: contain;
}
