@charset "UTF-8";

/**
 *
 * レスポンシブウェブデザイン用
 *
**/

/**
 * タブレット端末用
**/

@media only screen and (min-width: 651px) and (max-width: 960px) {


/**
 * フッター
**/
#footer .wrap nav dl dt {
	margin-bottom: 2px;
	width: 47%;
	height: 34px;
	line-height: 34px;
	text-indent: 25px;
	background: #287bab url("../images/icon_02.jpg") no-repeat 8px center;
}

#footer .wrap nav dl dd ul {
	width: 47%;
}

#footer .wrap nav dl dd li {
	margin-bottom: 1px;
	padding: 0;
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-indent: 25px;
	background: #666666 url("../images/icon_03.jpg") no-repeat 8px center;
	border: none;
}



/**
 * コンテンツヘッダー
**/

	#content_header .wrap {
		max-width: inherit;
		height: 122px;
        margin-top: 25px;
	}

#content_header .wrap h1 {
	position: absolute;
	top: 21px;
	left: 0;
	width:65%;
}

#content_header .wrap h1 img {
	height: auto;
	width:100%;
	display: block;
}

	#content_header .wrap .icon_t {
		position: absolute;
		top: -18px;
		right: 40px;
		left: inherit;
	}
	
	#content_header .wrap .icon_f {
		position: absolute;
		top: -18px;;
		right: 5px;
		left: inherit;
	}

	#content_header .wrap .search {
		width: 31%;
	}

	#content_header .wrap .search .txt {
		width: 70%;
	}

	#content_header nav ul {
		max-width: inherit;
		box-sizing: border-box;
	}

	#content_header nav ul li a {
		font-size: 12px;
	}

	#content_header nav ul li a .min {
		margin-bottom: -12px;
		margin-top: 6px;
		line-height: 120%;
		display: block;
	}


/**
 * サイドコンテンツ
**/
/* NEWS */
	#side .news {
		margin-bottom: 30px;
	}

	#side .news h3 {
		padding: 5px 0 5px 9px;
		height: auto;
		line-height: 120%;
		font-size: 15px;
	}

	#side .news li {
		font-size: 12px;
	}

	#side .news li figure {
		width: 36%;
	}
	
	#side .news li figure img {
		width: 100%;
		height: auto;
	}


/* 説明会情報 */

	#side .info h3 {
		padding: 5px 0 5px 9px;
		height: auto;
		line-height: 120%;
		font-size: 15px;
	}


/* 合同相談会カレンダー */
	#side .calendar {
		margin-bottom: 20px;
	}
	
	#side .calendar h3 {
		padding: 5px 0 5px 9px;
		height: auto;
		line-height: 120%;
		font-size: 15px;
	}

	#side .calendar .prev {
		font-size: 10px;
	}
	
	#side .calendar .next {
		font-size: 10px;
	}

/**
 * コンテンツラップ
**/
	.content_wrap_01 {
		width:auto;
	}
	

/**
 * ホーム
**/

	#home_content .bnr_01 {
		width: 43%;
		height: auto;
	}
	
	#home_content .bnr_02 {
		width: 43%;
		height: auto;
	}

	#footer .site_link {
		padding: 14px 0 60px 0;
	}

	#privacy_mark {
		margin: 0;
		position: absolute;
		bottom: 10px;
		left: inherit;
		right: 10px;
	}


/**
 * 下層コンテンツ
**/
	.content_bnr li .month_theme dt {
		font-size: 10px;
	}
	
	.content_bnr li .month_theme dd {
		font-size: 12px;
	}




}


/**
 * スマートフォン端末用
**/

@media  (max-width: 650px) {
	#content_header .wrap h1 img:nth-of-type(1) {
		display: none;
	}
	#content_header .wrap h1 {
		position: absolute;
		top: 0;
		left: 0;
		width:auto;
	}
	
	#content_header .wrap h1 a {
		width: 240px;
		height: auto;
		display: block;
	}
	
}

@media only screen and (max-width: 650px) {
	body {
		padding: 0;
		-webkit-text-size-adjust: none;
		font-size: 12px;
	}



/**
 * コンテンツヘッダー
**/
	#content_header {
		margin-bottom: 0;
		width: 100%;
		height: 94px;
	}

	#content_header .wrap {
		max-width: inherit;
		height: 94px;
	}




	#content_header .wrap .icon_t {
		position: absolute;
		top: 14px;
		right: 59px;
		left: inherit;
	}
	
	#content_header .wrap .icon_f {
		position: absolute;
		top: 14px;
		right: 21px;
		left: inherit;
	}

	#content_header .wrap .search {
		display: none;
	}

	#content_header nav {
		display: none;
	}

/**
 * メニュー
**/

	#sp_menu {
		display: block;
	}

	#sp_menu .btn {
		position: absolute;
		top: 54px;
		right: 12px;
		margin:0;
		float:none;
		display:block;
	}
	
	body#home #sp_menu .btn {
		position: absolute;
		top: 9px;
		right: 12px;
	}

	#sp_menu ul {
		font-size: 12px;
		display: none;
		clear: both;
	}

	#sp_menu ul li {
		border-bottom: 1px solid #999999;
	}

	#sp_menu ul li a {
		padding: 5px;
		text-decoration: none;
		color: #ffffff;
		background: #666666;
		display: block;
	}


/**
 * メインコンテンツ
**/

	#main {
		padding: 13px 0 0 0;
		width: 100%;
		float: none;
		display: block;
	}

/**
 * サイドコンテンツ
**/

	#side {
		width: 100%;
		float: none;
		display: block;
	}


/**
 * サイドコンテンツ
**/
#sp_news,
#sp_event_info,
#sp_gyoji_info,
#sp_calendar{
	display:block;
}

.toggle{
	display:none;
}

/* NEWS */
	#side .news {
		margin: 0 10px 10px 10px;
	}

	#side .news h3 {
		padding: 5px 0 5px 9px;
		height: auto;
		line-height: 120%;
		font-size: 15px;
	}

	#side .news li {
		display: none;
	}

	#side .news li:nth-child(1), #side .news li:nth-child(2), #side .news li:nth-child(3) {
		display: block;
	}

	#side .news li figure {
		width: 36%;
	}
	
	#side .news li figure img {
		width: 100%;
		height: auto;
	}

/* 説明会情報 */
	#side .info {
		margin: 0 10px 10px 10px;
	}

	#side .info h3 {
		padding: 5px 0 5px 9px;
		height: auto;
		line-height: 120%;
		font-size: 15px;
	}

	#side .info dt {
		display: none;
	}

	#side .info dd {
		display: none;
	}
	
	#side .info dt:nth-of-type(1) {
		display: block;
	}

	#side .info dd:nth-of-type(1) {
		display: block;
	}

	#side .info dt:nth-of-type(2) {
		display: block;
	}

	#side .info dd:nth-of-type(2) {
		display: block;
	}

	#side .info dt:nth-of-type(3) {
		display: block;
	}

	#side .info dd:nth-of-type(3) {
		display: block;
	}
    
	#side .info dt:nth-of-type(4) {
		display: block;
	}

	#side .info dd:nth-of-type(4) {
		display: block;
	}
    
	#side .info dt:nth-of-type(5) {
		display: block;
	}

	#side .info dd:nth-of-type(5) {
		display: block;
	}
    

/* 合同相談会カレンダー */
	#side .calendar {
		margin: 0 10px 10px 10px;
	}

	#side .calendar h3 {
		padding: 5px 0 5px 9px;
		height: auto;
		line-height: 120%;
		font-size: 15px;
	}

	#side .calendar h4 {
		margin: 0 auto;
		padding: 0 0 6px 0;
		width: 200px;
	}

	#side .calendar table {
		margin: 0 auto 5px auto;
		width: 200px;
	}
	
	#side .calendar .paging {
		margin: 0 auto 5px auto;
		width: 200px;
	}


/**
 * コンテンツラップ
**/
	.content_wrap_01 {
		margin-left:10px;
		margin-right:10px;
		padding:10px 5px;
	}


/**
 * 下層ページ
**/

/* コンテンツバナー */
	.content_bnr {
		
	}
	
	.content_bnr img {
		margin: 0 auto;
		width: 100%;
		max-width: 300px;
		height: auto;
	}
	
	
	.content_bnr li {
		margin: 0 10px 10px 10px;
		text-align: center;
	}
	
	.content_bnr li .month_theme {
		display: none;
	}

/* 新着学校動画 */
	#new_movie .item {
		margin: 0 1.2% 0 1.2%;
	}

/* 中学校検索 */
#search_form table {
	margin: 0 0 0 1%;
}

#search_form table td .txt {
	width: 80%;
}

.content_wrap_01.mb45 {
	margin-bottom: 20px !important;
}

#search_form table th {
	display:block;
	padding: 10px 0 5px 0;
	width:auto;
}

#search_form table td {
	display:block;
	padding: 0 0 5px 0;
	width:auto;
}

#search_form table td .radio_list li {
	padding: 0 0 5px 0;
	display: block;
	width:50%;
}

/**
 * フッター
**/

	#footer .wrap nav dl {
		padding: 13px 0 0 0;
		overflow: hidden;
	}
	
	#footer .wrap nav dl dt {
		margin-bottom: 1px;
		width: 100%;
	}
	
	#footer .wrap nav dl dt a {
		color: #ffffff;
		display: block;
	}
	
	#footer .wrap nav dl dd ul {
		margin-right: 0;
		width: 100%;
		float: none;
		display: block;
	}
	
	#footer .wrap nav dl dd li {
		margin-bottom: 1px;
		padding: 0;
		width: 100%;
		height: 34px;
		line-height: 34px;
		text-indent: 25px;
		background: #666666 url("../images/icon_03.jpg") no-repeat 8px center;
		border: none;
	}
	
	#footer .wrap nav dl dd li a {
		display: block;
	}

}