@charset "utf-8";
/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px){
	.dsp_smt { display: none; }
	#footer .contact .txt span {
		display: inline-block;
		margin-left: 10px;
	}
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp { display: none; }

	/* ヘッダ */
	#header {
		overflow: hidden;
		height: auto;
		padding: 0;
		background: #fff;
	}
	#header h1 {
		width: 100%;
		background: #F2F2F2;
		color: #999;
		font-size: 10px;
		line-height: 1;
	}
	#header p.title {
		height: 50px;
		padding-top: 0;
		padding-left: 10px;
	}
	#header p.title img {
		width: auto;
		max-height: 30px;
	}
	#sticky {
		position: relative;
		z-index: 9997;
	}
	#sticky.sticky {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}
	/* お問い合わせ */
	#header .contact {
		position: relative;
	}
	#header .contact .tel,
	#header .contact .btn {
		position: absolute;
		top: 0;
		right: 90px;
		display: block;
		width: 24px;
		height: 50px;
		padding: 0 11px;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
	}
	#header .contact .btn {
		right: 44px;
	}
	#header .contact .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
	/* コンテナ */
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 20px;
	}
	#container h3.sub2 {
		font-size: 28px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .box dl {
		text-align: center;
		margin-top: 20px;
	}
	#footer .box dt {
		margin-bottom: 20px;
	}
	#footer .contact .inner {
		-webkit-justify-content: center;
		justify-content: center;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
	}
	/* パンくずリスト */
	#page_navi {
		margin-bottom: 20px;
		padding-top: 15px;
		font-size: 11px;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
	/* アンカーリンク用上部スペース */
	.pad_anchor {
		margin-top: -50px;
		padding-top: 50px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* コース */
	#top_course .lead {
		font-size: 25px;
	}
	#top_course .free {
		font-size: 30px;
	}
	#top_course ul {
		margin-top: 40px;
	}
	#top_course ul li .title {
		font-size: 20px;
	}
	#top_course ul li {
		display: -webkit-flex;
		display: flex;
		width: 100%;
		margin-bottom: 20px;
	}
	#top_course ul li .head {
		width: 30%;
		padding-top: 15px;
	}
	#top_course ul li p.text {
		width: 70%;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 0;
	}
	/* メッセージ */
	#top_msg {
		display: block;
		text-align: center;
	}
	#top_msg h3.sub {
		font-size: 28px;
	}
	#top_msg .img {
		text-align: center;
	}
	#top_msg .text {
		margin: 20px 0 0;
	}
	/* 英検の資格取得の意義 */
	#top_point h3 {
		font-size: 28px;
	}
	#top_point .box {
		-webkit-flex-direction: row;
		flex-direction: row;
		margin-top: 20px;
		padding: 10px 0;
	}
	#top_point .box img {
		width: 20%;
	}
	#top_point .box p {
		width: 60%;
	}
	/* コンテンツ */
	#top_contents::before {
		background-position: top 20% center;
	}
	#top_contents .item {
		box-sizing: border-box;
	}
	#top_contents .box {
		padding: 20px;
	}
	#top_contents .box .text {
		padding: 20px;
	}
	#top_contents .box .text p {
		text-align: left;
	}
	#top_info .photo p {
		width: 30%;
		margin-right: 10px;
	}
	#top_info .photo img {
		height: auto;
	}
	/*--------------------------------------------------
		コース案内・授業料
	--------------------------------------------------*/
	#course .box .title_area .title {
		font-size: 23px;
	}
	#course .box .title_area .label,
	#course .box .box_color .white span,
	#course .box.course02 .measures dt,
	#course .box.course02 .measures dd span,
	#course #fee table th,
	#course #fee table td.bold {
		font-size: 15px;
	}
	#course .box .img {
		text-align: center;
		margin: 30px 0;
	}
	#course .box .box_color .title,
	#course #pass .bg_w h4,
	#course #fee h4  {
		font-size: 22px;
	}
	#course .box.course01 .box_border .lead {
		font-size: 17px;
	}
	#course .box .col2 .box_color {
		width: 48%;
	}
	#course .col2 .box.course04 {
		width: 55%;
	}
	#course .col2 .course04_img {
		width: 40%;
	}
	#course #pass .col2 .bg_w {
		width: 48%;
	}
	#course #fee table th, #course #fee table td {
		padding: 15px;
	}
	/*--------------------------------------------------
		講師ご挨拶・合格者及び卒業生の言葉
	--------------------------------------------------*/
	#teacher #greeting .bg_w .large,
	#teacher #greeting .bg_w .name span {
		font-size: 18px;
	}
	#teacher #greeting .bg_w .comment span,
	#teacher #voice .box .name p,
	#teacher #voice .box .text .comment span {
		font-size: 15px;
	}
	#teacher #voice .box .name p span {
		font-size: 20px;
	}
	#teacher #voice .box .img {
		text-align: center;
		margin: 20px auto;
	}
	#teacher #voice .box .text .lead {
		font-size: 17px;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#experience ul li {
		text-align: center;
	}
	#experience ul li img {
		width: 90%;
	}
	#experience ul li span {
		font-size: 14px;
	}
	#experience h4 {
	font-size: 26px;
}
	#mailform .tbl {
		border-bottom: 1px solid #BBB;
	}
	#mailform .tbl th,
	#mailform .tbl td {
		display: block;
		width: auto;
		border-bottom: none;
	}
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}

/*------------------------------------------------*/
}