@charset "utf-8";
/*
Theme Name: ★BizVektor子テーマサンプル★
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: ★あなた ｍ９っ・ｗ・）ｂ★
Tags: 
Version: 0.1.0
*/

.sent .aikyoform {
	display: none;
}
hr.aikyo_hr_dotted {
	border: #CCCCCC dotted;
	border-width: 1px 0 0 0;
	height: 1px;
}
/* aikyoコンテンツのクラス設定：マージン・パディング */
.mt5 {
	margin-top: 5px!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt15 {
	margin-top: 15px!important;
}
.mb5 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.pt5 {
	padding-top: 5px!important;
}
.pt10 {
	padding-top: 10px!important;
}
.pt15 {
	padding-top: 15px!important;
}
.pb5 {
	padding-bottom: 5px!important;
}
.pb10 {
	padding-bottom: 10px!important;
}
.pb15 {
	padding-bottom: 15px!important;
}
/* aikyoコンテンツのクラス設定：テキスト */
.aikyo_big110 {
	font-size: 110%;
	line-height: 1.5em;
	display: block;
}
.aikyo_big115 {
	font-size: 115%;
	line-height: 1.5em;
	display: block;
}
.aikyo_big120 {
	font-size: 120%;
	line-height: 1.5em;
	display: block;
}
.aikyo_big125 {
	font-size: 125%;
	line-height: 1.5em;
	display: block;
}
.aikyo_small90 {
	font-size: 90%;
	line-height: 1.5em;
	display: block;
}
.aikyo_small85 {
	font-size: 85%;
	line-height: 1.5em;
	display: block;
}
.aikyo_small80 {
	font-size: 80%;
	line-height: 1.5em;
	display: block;
}
.aikyo_small75 {
	font-size: 75%;
	line-height: 1.5em;
	display: block;
}
.aikyo_bold {
	font-weight: bold;
}
/* aikyoコンテンツ全体の見出し設定 */
#content h3 {
	text-shadow: 0 1px #ffffff;
	position: relative;
	clear: both;
	font-size: 18px;
	padding: 10px 10px 7px;
	margin: 40px 0px 20px;
	border-left: 3px solid #5ead3c;
	background: none;
	box-shadow: none;
}
#topPr h3 {
    margin: 0px 0px 15px!important;
    line-height: 120%!important;
    font-size: 16px!important;
    padding: 0px 0px 3px!important;
    border: medium none!important;
    background: url("images/line_grd.png") repeat-x scroll left bottom transparent!important;
    box-shadow: none!important;
}
#content h4 {
	margin: 30px 0px 10px;
}
#content h5 {
  margin: 15px 0px 10px;
}
/* fgk受講案内のテーブル設定 */
#fgk_guidance_table {
	margin: 0 auto 36px auto;
	width: 95%;
}
#fgk_guidance_table table {
	font-size: 85%;
	word-break: break-all!important;
	white-space: normal!important;
}
#fgk_guidance_table table tr,
th,
td {
	margin: 0;
	line-height: none;
	padding: 0.5em 2em!important;
	vertical-align: middle!important;
	word-break: break-all!important;
	white-space: normal!important;
}
/* fgkトップテンプレートの設定 */
#fgk_top_template {
	overflow: hidden;
	margin-bottom: 30px;
}
#fgk_top_template p {
	margin-bottom: 5px;
}
#fgk_top_template img {
	margin-bottom: 2px!important;
}
#fgk_toplinks {
	width: 680px;
	margin: 0 auto;
}
#fgk_toplinks img {
	margin-top: 0!important;
	margin-right: 0px!important;
	padding-right: 2px;
}
#fgk_toplinks img.end {
	margnin-right: 0px!important;
	padding-right: 0px;
}

/* aikyoコンテンツ全体のカテゴリ2重吐き出しの取り消し */
#sideTower .localSection {
	display: none;
}
/* aikyoコンテンツ全体のPCとモバイルの表示・非表示設定 */
.aikyo_pc {
}
.aikyo_mobile {
	display: none;
}
@media only screen and (max-width:680px){
	/* fgkトップテンプレートの設定 */
	#fgk_toplinks {
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width:420px){
	/* fgk受講案内のテーブル設定 */
	#fgk_guidance_table table tr,
	th,
	td {
		padding: 0.5em 0.5em!important;
	}
	/* aikyoコンテンツ全体のPCとモバイルの表示・非表示設定 */
	.aikyo_pc {
		display: none;
	}
	.aikyo_mobile {
		display: inline;
	}
	.aikyo_mobile img {
		display: inline!important;
	}
	/* fgkトップテンプレートのPCとモバイルの表示・非表示設定 */
	#fgk_top_template p {
		padding: 0!important;
	}
	#fgk_top_template .aikyo_mobile img {
		width: 100%!important;
	}
}

/* コンテンツ下「メールでのお問い合わせはこちら」ボタンのfloat解除　※20180830追加 */
@media (min-width: 660px){
#content .mainFootContact .mainFootBt{
	float: none!important;
}
}
/* pc版カラム落ちしたヘッダーメニューを調整　※20180830追加 */
@media (min-width: 970px){
#gMenu .menu li {
    width: auto!important;
}
}
#gMenu .menu li a {
padding: 20px 26.9px 18px!important;
}