@charset "utf-8";
/*==================================================
	パソコンのみ適応
==================================================*/
@media print, screen and (min-width:769px){
	.dsp_tbs, .dsp_smt, .dsp_tbl { display: none; }
	.cen_pc { text-align: center; }

	.fl { float: left; }	/* 左寄せ（float） */
	.fr { float: right; }	/* 右寄せ（float） */

	/* ヘッダ */
	#header .contact {
		height: 100%;
		padding-right: 20px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		column-gap: 10px;
	}
	#header .contact a {
		width: 50px;
		height: 50px;
		border: 1px solid #f50609;
		border-radius: 50%;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact a img {
		width: 22px;
	}
	#header .contact .txt {
		margin-right: 10px;
	}
	#header .contact .txt a {
		width: auto;
		height: 50px;
		padding: 0 20px;
		background: #f50609;
		border-radius: 999px;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
	}
	/* メニュー */
	#menu {
		height: 100%;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#menu ul {
		display: flex;
		column-gap: 20px;
	}
	#menu li a {
		display: block;
		padding: 0 20px;
		border-radius: 999px;
		color: #333333;
		font-size: 15px;
		font-weight: 500;
		line-height: 45px;
		text-align: center;
		text-decoration: none;
	}
	#menu li.on a,
	#menu li a:hover {
		background: #e3f5fc;
		color: #1956a6;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#menu ul li.dsp_tbs {
		display: none;
	}
	@media only screen and (max-width: 1250px){
		#menu li a {
			padding: 0 10px;
		}
		#header .contact .txt {
			margin-right: 0;
		}
		#header .contact .txt a {
			padding: 0 10px;
		}
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 510px;
	}
	.main {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 510px;
		margin-top: -510px;
	}
	#footer .link {
		height: 60px;
	}
	#footer .link ul {
		display: flex;
		column-gap: 35px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
		/*--------------------------------------------------
		料金案内
	--------------------------------------------------*/
	#price .box_flex_sp .in p.img {
		position: relative;
		right: 15px;
	}
	/*--------------------------------------------------
		講師紹介・FAQ
	--------------------------------------------------*
	/* 数が変わったらよしなに調整して */
	#instructor .list .box:first-of-type, #instructor .list .box:nth-last-of-type(2) {
		margin-left: 195px;
	}
	#instructor .list .box:nth-of-type(2), #instructor .list .box:last-of-type {
		margin-right: 195px;
	}
	/*------------------------------------------------*/
	/* 背景固定 */
	html, body, #wrap {
		height: 100%;
	}
	body > #wrap {
		height: auto;
		min-height: 100%;
	}
	/* Hides from IE-mac \*/
	* html .cf {
		height: 1%;
	}
	.cf {
		display: block;
	}
	/* End hide from IE-mac */ 
/*------------------------------------------------*/
}