@charset "UTF-8";
/*--------------------------------------------------------
解像度1024px以下 タブレット
--------------------------------------------------------*/
@media
only screen and (max-width : 1025px){
	html {
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
		min-width: 100%;
	}
	
	.container {
		width: 100%;
		margin: 0 auto;
	}
	
	/*------------------------
		■大枠
	------------------------*/
	header {
		padding: 0;
		border-bottom: none;
	}

	#content-body {
		background-color: #f5f5f5;
		padding: 20px 0;
	}

	.divide-flame-core {
		display: block;
		padding: 0 2vw;
	}

	.divide-flame-main {
		width: 100%;
	}

	.divide-flame-r-side {
		width: 100%;
	}

	footer {
		background-color: #696969;
		color: #fff;
		margin-top: 5vw;
	}

	footer a, footer a:hover {
		color: #fff;
	}

	/*------------------------
		■header
	------------------------*/
	#head-flame {
		display: block;
		padding: 0;
		height: auto;
	}

	#head-logo {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: 100%;
	}
	
	#head-logo-area {
		width: 70%;
		padding: 2vw;
	}
	
	#head-logo-area a {
		display: block;
		width: 80%;
	}
	
	#header-menu-button_sp {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 10%;
		text-align: center;
		width: 20%;
	}
	
	#header-menu-button_sp p {
		margin: 0;
		font-size: 11vw;
		height: 14vw;
		vertical-align: bottom;
	}
	
	#header-menu-button_sp span {
		font-size: 2vw;
	}

	#head-cotents {
		padding-left: 0;
		display: block;
	}

	#head-menu {
		height: auto;
		display: block;
		width: 100%;
		margin: 1vw 0 0;
		margin-right: 2vw!important;
		padding: 0 2vw;
	}
	
	#head-menu p {
		margin: 0;
		font-size: 11px;
		display: none;
	}

	h1 {
		margin: 0;
		font-size: 2vw;
		font-weight: normal;
		line-height: 3.5vw;
		padding: 2vw;
		background-color: #4169e1;
		color: #fff;
		border-radius: 2vw;
	}

	#head-menu div {
		display: block;
	}

	.contact-area {
		width: 150px;
		text-align: center;
		vertical-align: middle;
	}

	.contact-area a {
		display: block;
		background-color: #4169e1;
		border-radius: 5px;
		color: #fff;
		padding: 10px;
		font-size: 13px;
	}

	.contact-area a:hover {
		background-color: #87cefa;
	}

	/* グローバルメニュー */
	#global-menu {
		display: none;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
		font-size: 0;
		letter-spacing: -1em;
		border-right: 1px solid #333;
	}

	#global-menu li {
		display: table-cell;
		list-style-type: none;
		width: 25%;
		text-align: center;
		margin: 0;
		padding: 0;
		font-size: 15px;
		letter-spacing: 0em;
		border-left: 1px solid #333;
	}

	#global-menu li a {
		display: block;
		padding: 10px 0;
		color: #333;
	}

	/*------------------------
		■TOP
	------------------------*/
	#top-search-area {
		padding: 0 2vw 10vw;
		width: 100%;
		margin: 0 auto;
	}

	h2#top-search-title {
		text-align: center;
		margin: 5vw 0;
		font-size: 5vw;
		letter-spacing: 0.6em;
	}

	h2#top-search-title i {
		margin-right: 10px;
	}

	#top-search-table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0;
		margin: 0;
	}
	
	#top-search-table, #top-search-table input, #top-search-table select {
		font-size: 3vw;
	}
	
	 #top-search-table input[type=radio] {
	 	width: 3vw;
	 	height: 3vw;
	 }
	
	#top-search-table tr:first-child th {
		border-radius: 3vw 0 0 0;
	}

	#top-search-table th {
		text-align: center;
		color:white;
		background: linear-gradient(355deg, #829ebc, #225588);
		border: 0.3vw solid #3c6690;
		border-right: none;
		border-bottom: none;
		width: 20%;
		font-size: 3vw;
		padding: 0;
	}

	#top-search-table td {
		border: 0.3vw solid #a8b7c5;
		border-bottom: none;
		padding: 2vw;
		background-color: #fff;
	}

	#top-search-table tr:first-child td {
		border-radius: 0 3vw 0 0;
	}

	#top-search-table tr:nth-child(6) span {
		display: none;
	}

	#top-search-table tr:nth-child(6) th:first-child {
		border-radius: 0 0 0 3vw;
	}

	#top-search-table tr:nth-child(6) td {
		border-bottom: 0.3vw solid #a8b7c5;
		width: 30%;
	}

	#top-search-table tr:nth-child(6) td:last-child {
		border-radius: 0 0 3vw 0;
	}

	#top-search-table tr:last-child td:first-child {
		padding: 8vw 0 0;
		text-align: center;
		border: none;
	}

	#top-search-table th i {
		cursor: pointer;
	}

	#top-search-area input[type=text], #top-search-area select {
		height: 8vw;
		border-radius: 8px;
	}

	#serach-word_td {
		display: block;
		width: 100%;
	}

	#serach-word_td p {
		margin: 0;
		display: block;
	}
	
	#serach-word_td .al-c {
		text-align: left;
	}
	
	#serach-word_td .al-c input {
		margin-left: 3vw;
		margin-right: 1.5vw;
	}
	
	#serach-word_td .al-c input:first-of-type {
		margin-left: 0;
	}
	
	#serach-word_input {
		width: 100%;
		padding-bottom: 2vw;
	}

	#serach-word_input input[type=text] {
		width: 100%;
	}

	.top-serch-num {
		width: 100%!important;
		display: block;
	}

	#top-search-area select {
		width: 100%;
		padding: 0;
		display: block;
	}

	#serch-school-type {
		list-style-type: none;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0.3vw solid #a9a9a9;
		border-bottom: none;
		border-radius: 3vw;
	}

	#serch-school-type li {
		display: block;
		width: 33%;
		padding: 2vw 0;
		cursor: pointer;
		border-right: 0.3vw solid #a9a9a9;
		border-bottom: 0.3vw solid #a9a9a9;
		background-color: #f5f5f5;
	}
	
	#serch-school-type li:nth-child(3), #serch-school-type li:last-child {
		border-right: none;
		width: 34%;
		border-radius: 0 3vw 0 0;
	}
	
	#serch-school-type li:nth-child(4) {
		border-radius: 0 0 0 3vw;
	}
	
	#serch-school-type li:first-child {
		border-radius: 3vw 0 0 0;
	}

	#serch-school-type li:last-child {
		border-radius: 0 3vw 3vw 0;
	}
	#serch-school-type li.sct-selected {
		background-color: #fff;
	}

	#serch-school-type li.sct-selected:before {
		content: "\f00c";
		font-family:"Font Awesome 5 Free";
		font-weight:900;
		margin-right: 1vw;
	}

	#top-search-submit {
		width: 80%;
		padding: 3vw 0;
		border-radius: 4vw;
		letter-spacing: 0.4em;
		cursor: pointer;
		color: #fff;
		font-weight: bold;
		font-size: 5vw;
		background-color: #4682b4;
		border: 0.3vw solid #4682b4;
		box-shadow: 2px 2px 5px #808080;
	}

	#top-search-submit:hover, #top-search-submit:active, #top-search-submit:focus {
		background-color: #708090!important;
		border-color: #708090;
	}

	/*------------------------
		■ranking
	------------------------*/
	#dv-ranking-flame {
		padding: 0 2vw;
		margin-top: 5vw;
	}
	
	#ranking-prev-message {
		color: #1e90ff;
		margin-top: 5px;
		margin-bottom: 5vw;
		font-weight: bold;
		font-size: 3.5vw;
	}

	.ranking-message-complement {
		font-size: 80%;
		color: #c0c0c0;
		font-weight: normal;
		margin: 0 0 5vw;
	}

	.ranking-dv-table_head th {
		background-color: #6495ed;
		color: #fff;
		padding: 2vw 0;
		font-size: 3.5vw;
	}

	.ranking-dv-table_title {
		width: 15%;
	}

	#ranking-dv-table th {
		font-size: 3.5vw;
	}

	#ranking-dv-table td {
		display: block;
		font-size: 3vw;
	}

	#ranking-dv-table td p {
		margin: 0;
		margin-right: 2vw;
	}

	#ranking-dv-table td span {
		color: #fff;
		font-size: 70%;
		border-radius: 1.5vw;
		padding: 0 2vw;
		margin-right: 2vw;
		position: relative;
		bottom: 0;
		font-size: 2vw;
	}

	.ranking_ty1 span {
		background-color: #ff4500;
	}

	.ranking_ty2 span {
		background-color: #ffc0cb;
	}

	.ranking_ty3 span {
		background-color: #1e90ff;
	}

	.ranking_ty4 span {
		background-color: #cd853f;
	}

	.ranking_ty5 span {
		background-color: #daa520;
	}

	.ranking_ty6 span {
		background-color: #696969;
	}

	/* 条件選択フォーム */
	#select-seach-conditions-area {
		margin-bottom: 3vw;
	}

	.select-seach-conditions {
		font-size: 3vw;
	}

	.select-seach-conditions th {
		width: 20%!important;
		background-image:none!important;
		background-color: #6495ed!important;
		/*background: linear-gradient(355deg, #6495ed, #4169e1)!important;*/
	}

	.select-seach-conditions tr:last-child td {
		padding: 2vw!important;
	}

	.select-seach-conditions tr:last-child td:first-of-type {
		width: 50%!important;
	}

	.select-seach-conditions tr:last-child th, .select-seach-conditions tr:last-child td {
		border-bottom: 0.3vw solid #a8b7c5!important;
	}

	.select-seach-conditions tr:last-child th:first-child {
		border-radius: 0 0 0 3vw;
	}

	.select-seach-conditions tr:last-child td:last-child {
		border-radius: 0 0 3vw 0;
	}

	.select-seach-conditions select {
		width: 100%;
		font-size: 3vw;
	}

	#form-selected-prefecture {
		width: 30%!important;
	}

	#select-seach-conditions-button-area {
		text-align: center;
		padding: 3vw;
	}

	#select-seach-conditions-button {
		width: 50%;
		padding: 3vw 0;
		border-radius: 4vw;
		letter-spacing: 0.4em;
		cursor: pointer;
		color: #fff;
		font-weight: bold;
		font-size: 4vw;
		background-color: #4169e1;
		border: 0.3vw solid #4169e1;
		box-shadow: 2px 2px 5px #808080;
		margin-top: 3vw;
	}

	#select-seach-conditions-button:hover, #select-seach-conditions-button:active, #select-seach-conditions-button:focus {
		background-color: #708090!important;
		border-color: #708090;
	}

	/*------------------------
		■faculty-department
	------------------------*/
	#fd-page-title {
		border-bottom: 0.3vw solid #4169e1;
		margin-bottom: 3vw;
		margin-top: 2vw;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: flex-end;
	}

	#fd-page-title span {
		background-color: #a9a9a9;
		color: #fff;
		padding: 1vw 4vw;
		font-size: 4vw;
		cursor: pointer;
		margin-right: 1vw;
		border-bottom: 1vw solid #fff;
	}

	#fd-page-title-faculty {
		border-radius: 2vw 0 0 0;
	}

	#fd-page-title-department {
		border-radius: 0 2vw 0 0;
	}

	.fd-page_selected {
		border-radius: 2vw 2vw 0 0!important;
		background-color: #4169e1!important;
		cursor: auto!important;
		padding: 2vw 6vw!important;
		border-bottom: none!important;
	}

	.fd-page-list {
		margin: 2vw 0 7vw;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.fd-page-list li {
		padding: 0;
		margin: 2vw 0;
		margin-left: 5vw;
		width: 40%;
		font-size: 3vw;
		line-height: 3vw;
	}

	#fd-page-list_department {
		isibility: hidden;
	}

	/*------------------------
		■single
	------------------------*/
	#school-title {
		display: block;
		padding: 1vw 3vw 3vw;
		margin-bottom: 5vw;
		border-top: 2vw solid #eee8aa;
		border-bottom: 0.5vw solid #eee8aa;
		background: linear-gradient(#fffff0, #fafad2);
	}

	#school-title-kana {
		font-size: 2vw;
		margin: 2vw 0 0;
	}

	#school-title h2 {
		height:7vw;
		line-height: 7vw;
		font-size: 6vw;
		margin-bottom: 1vw;
	}

	#school-title-item {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-directon: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		align-items: center;
	}

	#school-title-item a {
		color: #fff;
		padding: 0 3vw;
		font-size: 90%;
		border-radius: 3vw;
		font-size: 3.5vw;
	}

	#school-title-item_type {
		background-color: #ffa500;
	}

	#school-title-item_prefecture {
		background-color: #8b0000;
		margin-left: 2vw;
	}

	#page-contents-navi {
		background-color: #f5f5f5;
		border: 0.3vw solid #dcdcdc;
		margin: 5vw 0 5vw;
		padding: 2vw;
		border-radius: 3vw;
	}

	#page-contents-navi ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#page-contents-navi ul li {
		margin: 0;
		padding: 0;
		margin-right: 3vw;
	}

	#page-contents-navi ul li a {
		color: #333;
		font-size: 4vw;
	}

	#page-contents-navi ul li a:before {
		content:"\f058";
		font-family:"Font Awesome 5 Free";
		font-weight:900;
		color: #6495ed;
		padding-right: 1vw;
	}

	#page-contents-navi ul li a:hover {
		text-decoration: underline;
	}

	.school-page-section {
		margin-bottom: 7vw;
	}

	.school-page-section h4 {
		font-size: 4vw;
	}

	.school-page-section table a {
		display: block;
	}

	.school-page-subtitle {
		border-left: 3vw solid #6495ed;
		border-bottom: 0.3vw solid #6495ed;
		padding: 0;
		padding-left: 2vw;
		height: 11vw;
		line-height: 11vw;
		margin: 0 0 3vw;
		font-size: 4.5vw;
	}

	.school-info-table th, .school-faculty-table th, .school-department-table th, .school-dv-table th, .school-campus-table th,.school-info-table td, .school-faculty-table td, .school-department-table td, .school-dv-table td, .school-campus-table td  {
		border: 0.3vw solid #6495ed;
		padding: 2vw;
		font-size: 3vw;
	}

	.school-info-table th, .school-faculty-table th, .school-department-table th, .school-dv-table th, .school-campus-table th {
		width: 23%;
		background-color: #95bfea;
		/*background: linear-gradient(#95bfea, #80bfff);*/
		color: #fff;
	}

	.school-department-table td, .school-dv-table td {
		width: 30%;
	}

	.school-dv-table {
		text-align: center;
	}

	.school-dv-table caption {
		font-size: 3.5vw;
	}
	
	/* コメント */
	.comment-list p {
		font-size: 3vw;
	}
	
	.under-entry-content {
		margin-top: 7vw!important;
	}

	.comment-title {
		background-color: #004080;
		padding: 2vw 4vw;
		color: #fff;
		font-size: 4.5vw;
		border-radius: 3vw 3vw 0 0;
	}

	.commets-list {
		padding-left: 7vw;
		list-style: decimal;
	}

	.commets-list li {
		padding: 0 3vw;
		font-size: 3vw;
	}

	.st-comment-content {
		font-size: 3.5vw;
	}

	.comment-btn {
		background-color: #4682b4;
		border-radius: 3vw;
		color: #fff;
		border: none;
		font-size: 4vw;
		transition: 0.5s;
		width: 95%;
		margin:  0 auto;
	}
	.comment-btn:hover {
		background-color: #49add1;
		color: #fff;
		transition: 0.5s;
	}

	#respond {
		background-color: #f5f5f5;
		padding: 5vw 3vw 4vw;
		box-shadow: #333;
	}

	#reply-title {
		text-decoration: underline;
		font-size: 4.5vw;
	}

	.comment-notes {
		font-size: 4vw;
	}

	/*------------------------
		■search
	------------------------*/
	.result-search-table {
		vertical-align: middle;
		margin-bottom: 5vw;
	}

	.result-search-table:last-of-type {
		margin-bottom: 7vw!important;
	}

	.result-search-table caption {
		text-align: left;
		border: 0.3vw solid #DDDDDD;
		border-bottom: none;
		padding: 2vw;
		font-size: 4vw;
		line-height: 5.5vw;
	}

	.result-search-table caption a:nth-child(3) {
		display: block;
		margin-top: 1.5vw;
	}

	.result-search-table th {
		width: 20%;
	}

	.result-search-table th, .result-search-table td {
		padding: 2vw;
		font-size: 3vw;
	}

	.result-search-table .result_school-dv {
		width: 10%;
		text-align: center;
	}

	.result-search-table .result_school-type, .result-search-table .result_school-precture {
		color: #fff;
		font-size: 3vw;
		padding: 1vw 3vw;
		border-radius: 2vw;
		position: relative;
		bottom: 0;
	}

	.result-search-table .result_school-type {
		background-color: #ffa500;
	}

	.result-search-table .result_school-precture {
		background-color: #8b0000;
	}

	#serch-not-found-area {
		text-align: center;
		font-size: 4.5vw;
		margin-top: 10vw;
		margin-bottom: 15vw;
		font-weight: bold;
	}

	/* ページングエリア */
	.page-info-area {
		font-size: 3.5vw;
		margin: 0 0 5vw;
		display: block;
	}

	.page-info-area p:first-child {
		margin-bottom: 2vw;
	}

	.page-info-area:last-child {
		margin: 7vw;
	}

	.page-info-area:last-child p:first-child {
		display: none;
	}
	
	.page-info-area > p{
		margin: 0;
	}

	.paging-tag-area {
		font-size: 4vw;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.paging-tag-area a, .paging-tag-area span {
		background-color: #dcdcdc;
		color: #333;
		padding: 0 2vw;
		margin-left: 0;
		margin-right: 1vw;
		border-radius: 2.5vw;
	}

	.paging-tag-area span {
		background-color: #483d8b;
		color: #fff;
	}

	/*------------------------
		■検索フォーム
	------------------------*/
	.close-form-select-flame {
		position: absolute;
		right: 0;
		cursor: pointer;
		margin-top: 2vw;
		margin-right: 2vw;
	}

	#form-select-flame {
		position: fixed;
		z-index: 100;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(51,51,51,0.5);/* #e6e6fa */
		display: none;
	}

	.form-select-area {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: #fff;
		margin: auto;
		border-radius: 3vw;
	}

	.form-select-area h2 {
		background-color: #ffa500;
		color: #fff;
		font-size: 4vw;
		font-weight: bold;
		padding: 0 3vw;
		vertical-align: middle;
		width: 100%;
		height: 14vw;
		line-height: 14vw;
		border-radius: 3vw 3vw 0 0;
	}

	/* 都道府県 */
	#form-select-prefecture {
		width: 100%;
		height: 124vw;
	}

	#form-region-prefecture-flame {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		justify-content: flex-start;
		vertical-align: top;
	}

	#form-region-area, #form-prefecture-area {
		height: 110vw;
		vertical-align: top;
		font-size: 4vw!important;
	}

	#form-region-area {
		width: 30%;
		background-color: #f5f5f5;
		border-radius: 0 0 0 3vw;
		font-size: 4vw!important;
	}

	#form-region-area ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	#form-region-area ul li {
		padding: 2vw 3vw 1.5vw;
		border-bottom: 0.3vw solid #a9a9a9;
		background-color: #f5f5f5;
		cursor: pointer;
	}

	#form-region-area ul li:last-child {
		border-bottom: none;
	}

	#form-region-area li.selected-region {
		background-color: #fafad2;
		cursor: auto;
	}

	#form-prefecture-area {
		width: 70%;
		height: 109vw;
	}

	/* 学部・学科 */
	#form-select-faculty, #form-select-department {
		width: 100%;
		height: 130vw;
	}

	#form-region-fd-flame {
		width: 100%;
	}

	/* 共通 */
	.form-list {
		width: 100%;
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 0;

	}

	.form-list li {
		padding: 3vw 1vw 0 3vw;
		margin: 0;
		cursor: pointer;
		display: -webkit-inline-flex;
		display: inline-flex;
		font-size: 3vw;
	}

	#form-prefecture-area .form-list li {
		font-size: 4vw;
	}

	.form-list-prefecture li {
		width: 50%;
	}

	.form-list-faculty, .form-list-department {
		height: 105vw;
		overflow: auto;
	}

	.form-list-faculty li, .form-list-department li {
		width: 33%;
	}

	.form-list li span {
		display: block;
	}

	.form-list li:before {
		content: "\f0c8";
		padding-right: 2vw;
		font-family:"Font Awesome 5 Free";
		font-weight:400;
	}

	.form-list li.selected-prefecture:before, .form-list li.selected-faculty:before, .form-list li.selected-department:before {
		content: "\f14a";
	}

	/* 全体解除 */
	p.all-clear-selected-area {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 70%;
		text-align: center;
	}

	#form-select-faculty p.all-clear-selected-area, #form-select-department p.all-clear-selected-area {
		width: 100%;
	}

	.form-selected-clear {
		width: 80%;
		padding: 0;
		font-size: 4vw;
		height: 8vw;
		line-height: 8vw;
		border-radius: 2.5vw;
	}

	/* 選択後のリスト */
	.form-selected-list {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.form-selected-list li {
		float: left;
		padding: 0 2vw;
		margin: 0;
	}

	.form-selected-list i {
		cursor: pointer;
	}

	/*------------------------
		■当サイトについて
	------------------------*/
	.article-sub-title {
		text-decoration: underline;
		font-size: 3.5vw;
	}

	.title-first-title {
		margin-top: 3vw;
	}

	.title-first-table {
		margin-top: 4vw;
	}

	#administrator-info-table {
		
	}

	/*------------------------
		■右サイド
	------------------------*/
	.side-ad-area p {
		margin: 0;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		width: 100%;
		height: 100%;
	}

	.side-area-div {
		margin: 0 0 5vw;
	}

	.side-main-title {
		margin-bottom: 3vw;
		padding: 2vw;
		background-color: #4169e1;
		color: #fff;
		font-size: 4.5vw;
	}

	#side-search-input-area {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	#side-search-input-area p {
		margin: 0;
	}

	#side-search-input-area input {
		width: 100%;
		height: 10vw;
		line-height: 10vw;
		padding: 0;
		font-size: 4vw;
	}

	#side-search-input {
		width: 75%;
	}

	#side-search-submit {
		width: 25%;
	}

	#side-search-submit input {
		margin-left: 0;
	}

	#side-search-select-area {
		margin: 0;
		margin-top: 2vw;
		font-size: 4vw;
	}

	#side-search-select-area input {
		height: 4vw!important;
		width: 4vw!important;
	}

	#side-search-select-area span {
		margin-right: 3vw;
	}

	#side-search-select-area span:last-of-type {
		margin-left: 0;
	}

	#side-prefecture-list {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#side-prefecture-list li {
		margin: 0;
		padding: 0;
		margin-bottom: 2vw;
		border: 0.3vw solid #c0c0c0;
		border-radius: 1.5vw;
		box-shadow: 2px 2px 5px #808080;
		width: 32%;
	}

	#side-prefecture-list li:last-child {
		border: none;
		box-shadow: none;
	}

	#side-prefecture-list li a {
		display: block;
		padding: 0 3vw;
		padding-right: 0;
		font-size: 4vw;
	}

	#side-prefecture-list li a:before {
		content:"\f02e";
		font-family:"Font Awesome 5 Free";
		font-weight:900;
		position: relative;
		right: 1.3vw;
		bottom: 2vw;
		font-size: 5vw;
	}

	#side-recent-view-list {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	#side-recent-view-list li {
		margin: 0;
		padding: 2vw;
		margin-bottom: 3vw;
		font-size: 4vw;
		border: 0.3vw solid #808080;
		box-shadow: 2px 2px 5px #333;
	}

	#side-recent-view-list li p:first-child a:before {
		content:"\f14a";
		font-family:"Font Awesome 5 Free";
		font-weight:400;
		color: #333;
		margin-right: 1vw;
	}

	#side-recent-view-list p {
		margin: 0;
		padding: 0;
	}

	#side-recent-view-list li p:last-child {
		font-size: 3.5vw;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#side-recent-view-list li p:last-child a {
		padding: 0 3vw;
		border-radius: 1.5vw;
		color: #fff;
		margin-right: 2vw;
	}

	.side-recent-view-type {
		background-color: #ffa500;
	}

	.side-recent-view-prefecture {
		background-color: #8b0000;
	}

	#side-comment-list {
		list-style-type: none;
		padding: 0;
		margin: 0;
		font-size: 4vw;
	}

	#side-comment-list li {
		border-bottom: 0.3vw solid #808080;
		padding: 3vw;
	}

	#side-comment-list li:first-child {
		padding-top: 0;
	}

	#side-comment-list p {
		margin: 0;
	}

	/*------------------------
		■footer
	------------------------*/
	#footer-contents {
		display: block;
		padding-right: 2vw;
		padding-bottom: 0;
		padding-top: 2vw;
		margin-bottom: 0;
		margin-top: 0;
		border-top: 4vw solid #333;
	}
	
	footer .container {
		margin: 0;
	}

	#footer-contents>div {
		border-right: none;
		padding-right: 2vw;
	}

	#footer-contents>div:last-child {
		border: none;
		padding: 0;
	}

	.footer-main-title {
		font-size: 4vw;
		font-weight: normal;
		margin: 0;
		padding: 1vw 2vw;
		margin-bottom: 2vw;
		background-color: #a9a9a9;
		border-radius: 2vw;
	}
	#footer-prefecture {
		display: none;
	}

	#footer-menu {
		width: 100%;
		margin: 2vw;
		padding: 0;
	}

	.footer-menu-list {
		margin: 3vw 0;
		padding: 0;
		font-size: 4vw;
		list-style-type: none;
		border-top: 0.3vw solid #a9a9a9;
		border-radius: 1.5vw;
	}
	
	.footer-menu-list li {
		border: 0.3vw solid #a9a9a9;
		padding: 1vw 2vw;
		border-top: 0;
	}
	
	.footer-menu-list li a {
		display: block;
	}
	
	.footer-menu-list li:first-child {
		border-radius: 1.5vw 1.5vw 0 0;
	}
	
	.footer-menu-list li:last-child {
		border-radius: 0 0 1.5vw 1.5vw;
	}
	
	#footer-logo {
		display: none;
	}

	#footer-logo img {
		width: 100%;
	}

	.copyright {
		text-align: center;
		font-size: 3vw;
		padding: 3vw 0;
		background-color: #333;
		color: #fff;
	}

	#footer-prefecture-table {
		font-size: 14px;
	}

	#footer-prefecture-table tr, #footer-prefecture-table th, #footer-prefecture-table td {
		border: none;
		background-color: transparent;
		padding: 0;
		text-align: left;
	}

	#footer-prefecture-table th {
		color: #333;
		width: 80px;
		border-bottom: 1px solid #696969;
	}

	#footer-prefecture-table th span {
		display: block;
		background-color: #f5f5f5;
		padding: 0 10px;
	}

	.footer-prefecture-list {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.footer-prefecture-list li {
		margin: 0;
		padding: 0;
		margin-left: 5px;
	}

	/*------------------------
		■共通
	------------------------*/
	.non-visible {
		display: none!important;
	}

	.article-flame {
		font-size: 3.5vw;
	}

	.article-flame h2 {
		font-size: 5vw;
		margin: 0;
	}

	.article-flame input {
		height: 10vw;
		line-height: 10vw;
		font-size: 3.5vw;
	}
	
	.article-flame_margin {
		margin: 5vw 0 7vw;
	}
	
	/* パン屑ナビ */
	#breadClumb ul {
		display: none;
	}

	#breadClumb ul li {
		margin: 0;
		padding: 0;
		padding-right: 10px;
	}

	#breadClumb ul a:after {
		content:"\f054";
		font-family:"Font Awesome 5 Free";
		font-weight:900;
		padding-left: 10px;
		color: #333;
	}
	
	/* スマホ用サイドバー */
	#sp-sidebar {
		position: fixed;
		z-index: 90;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(51,51,51,0.5);/* #e6e6fa */
	}
	
	#sp-sidebar a {
		color: #fff;
	}
	
	#sp-sidebar ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 80%;
		height: 100%;
		background-color: #333;
		color: #fff;
		font-size: 3vw;
		position: fixed;
		right: 0;
		top: 0;
	}
	
	#sp-sidebar ul li {
		margin: 0;
		padding: 2.5vw;
		border-bottom: 0.3vw solid #808080;
		background-color: #696969;
	}
	
	#sp-sidebar ul li a {
		display: block;
	}
	
	#sp-sidebar_close {
		background-color: #333!important;
		text-align: right;
		border-bottom: none!important;
	}
	
	.sp-sidebar_title {
		background-color: ;
		text-align: center;
		font-weight: bold;
		font-size: 4vw;
		padding: 3vw;
		border: 0.5vw solid #555555!important;
		border-left: none!important;
		border-right: none!important;
		background-color: #808080!important;
	}
	
	#sp-sidebar_search {
		border-bottom: none!important;
	}
	
	#sp-sidebar_search p {
		margin: 0;
	}
	
	#sp-sidebar_search-input-area {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	#sp-sidebar_search-input-area p:first-child {
		width: 80%;
	}
	
	#sp-sidebar_search-input-area p:last-child {
		width: 20%;
	}
	
	#sp-sidebar_search-input-area input {
		width: 100%;
		height: 8vw;
		line-height: 8vw;
		padding: 0;
		font-size: 3vw;
	}
	
	#sp-sidebar_search-select-area {
		margin-top: 2vw!important;
	}
	
	#sp-sidebar_search-select-area input[type=radio] {
		width: 3.5vw;
		height: 3.5vw;
	}
	
	/*------------------------
		■その他
	------------------------*/
	/*	TOPへボタン	*/
	div#scroll-navi-to-top {
		padding: 4vw;
		font-weight: bold;
		font-size: 3vw;
		background-color: #696969;
		color: #ffffff;
		/*	丸角	*/
		border-radius: 2vw;
	}

	div#scroll-navi-to-top:hover {
		background-color: #808080;
	}
	
	/*------------------------
		■設置広告用
	------------------------*/
	.ad-flame {
		width: auto;
		margin: 0 auto;
		text-align: center;
	}

	.ad-flame span {
		font-size: 2vw;
	}

	.ad-flame img {
		width: 100%;
	}

	.m-top {
		margin-top: 3vw!important;
	}

	.ad-area {
		width: auto;
		margin: 0 auto;
		text-align: center;
	}

	.ad-area span {
		font-size: 2vw;
	}

	.ad-area img {
		width: 100%;
	}

	.m-search {
		margin-bottom: 3vw!important;
	}

	.ad-side {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.ad-side span {
		font-size: 2vw;
	}

	.ad-side img {
		width: 100%;
	}

	.m-side-top {
		margin-bottom: 3vw!important;
	}
	
	.m-school {
		margin-bottom: 3vw!important;
	}
	
	.m-ranking-top {
		margin-bottom: 5vw!important;
	}
}

/*--------------------------------------------------------
解像度415px以下 iPhone8 Plusw
--------------------------------------------------------*/
@media
only screen and (max-width : 415px){
	/*------------------------
		■TOP
	------------------------*/
	#top-search-table, #top-search-table input, #top-search-table select {
		font-size: 4vw;
	}
	
	 #top-search-table input[type=radio] {
	 	width: 3.5vw;
	 	height: 3.5vw;
	 }

	#top-search-table th {
		text-align: center;
		color:white;
		background: linear-gradient(355deg, #829ebc, #225588);
		border: 0.3vw solid #3c6690;
		border-right: none;
		border-bottom: none;
		width: 20%;
		font-size: 3vw;
		padding: 0;
	}

	#top-search-table tr:nth-child(6) td {
		border-bottom: 0.3vw solid #a8b7c5;
		width: 30%;
	}
	
	/*------------------------
		■検索フォーム
	------------------------*/
	/* 学部・学科 */
	#form-select-faculty, #form-select-department {
		width: 100%;
		height: 150vw;
	}

	/* 共通 */
	.form-list-faculty, .form-list-department {
		height: 115vw;
		overflow: auto;
	}
	
	/*------------------------
		■共通
	------------------------*/
	/* スマホ用サイドバー */

	#sp-sidebar ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 80%;
		height: 100%;
		background-color: #333;
		color: #fff;
		font-size: 4vw;
		position: fixed;
		right: 0;
		top: 0;
	}

	#sp-sidebar ul li {
		margin: 0;
		padding: 3vw;
		border-bottom: 0.3vw solid #808080;
		background-color: #696969;
	}

	.sp-sidebar_title {
		background-color: ;
		text-align: center;
		font-weight: bold;
		font-size: 5vw;
		padding: 3.5vw;
		border: 0.5vw solid #555555!important;
		border-left: none!important;
		border-right: none!important;
		background-color: #808080!important;
	}

	#sp-sidebar_search-input-area input {
		width: 100%;
		height: 10vw;
		line-height: 10vw;
		padding: 0;
		font-size: 4vw;
	}
}