@charset "UTF-8";

/* =======================
	共通
======================== */


body{
	background:url(../images/bg02.jpg) repeat;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

p{
	line-height:1.8;
	font-size:18.5px;
	padding:16px 0 20px 10px;
}

/* フロート解除 */
.clearfix:after {
	clear: both;
	content: '';
	display: block;
}

/* リンク装飾 */
a {
	color:#fff;
	text-decoration: none;	/* 下線をつけない */
}

a:hover { 
text-decoration: none;
color:#fff;
}

a:active { color: #fff; }　/*クリックしている時のリンクの色*/

a:visited { color: #fff; }　/*訪問済みリンクの色*/


/* =======================
	レイアウト
======================== */


/* ある程度まとまった範囲を表すブロック */
section {
	margin-bottom: 30px;
}

section.seminar{
	min-width:1050px ;
	margin: 0 auto;
	background-color:#40b1f2;	
	padding:30px 0;	
}


section.bg_w{
	min-width:1050px ;
	margin: 0 auto;
	background-color:#fff;	
	padding:30px 0;	
}

section.bg01{
	min-width:1050px ;
	margin: 0 auto;
	background:url(../images/bg01.png) repeat;	
	padding:30px 0;	
}

section.bg_or{
	min-width:1050px ;
	margin: 0 auto;
	background-color:#fdfff5;	
	padding:30px 0;	
}


section.bg_b{
    min-width:1050px ;
	margin: 0 auto;
	background-color:#eaf5f9;	
	padding:30px 0;	
}

section.bg_g{
    min-width:1050px ;
	margin: 0 auto;
	background-color:#ebeff2;
	padding:30px 0;	
}

section.bg_bl{
    min-width:1050px ;
	margin: 0 auto;
	background-color:#c9ecff;
	padding:30px 0;		
}

section.bg_bd{
    min-width:1050px ;
	margin: 0 auto;
	background-color:#00489e;
	padding:30px 0;		
}

.wrapper{
	width:1050px;
	margin:0 auto;
	background-color:#fff;
	border:solid 1px #e8e8e8;
	-moz-box-shadow:0px 0px 2px 1px #e8e8e8;
	-webkit-box-shadow:0px 0px 2px 1px #e8e8e8;		
}



/* =======================
	見出し
======================== */

h1, h2, h3, h4{
    font-size: 100%;
    font-weight: normal
    
    margin:0 auto;
}

/* =======================
	タイポグラフィ
======================== */


.u{
	text-decoration:underline;
}

.l{
	font-size:28px;
}

.l_u{
	font-size:28px;
	text-decoration:underline;
}

.l_y{
	font-size:28px;
	background-color: #ffff66;
}

.l_y_u{
	font-size:28px;
	background-color: #ffff66;
	text-decoration:underline;	
}

.bold{
	font-weight:bold;
	font-size:22px;	
}

.bold_u{
	font-weight:bold;
	font-size:22px;	
	text-decoration:underline;
}

.bold_l{
	font-size:28px;
	font-weight:bold;
}

.bold_l_u{
	font-size:28px;
	font-weight:bold;
	text-decoration:underline;	
}

.bold_y{
	color: #141212;
	font-weight:bold;
	font-size:22px;	
	background-color: #ffff66;
}

.bold_l_y{
	font-size:28px;
	font-weight:bold;
	background-color: #ffff66;
}

.bold_y_u{
	color: #141212;
	font-weight:bold;
	background-color: #ffff66;
	text-decoration:underline;		
}


.red{
	color: #ff003c;
	font-weight:bold;
	font-size:22px;	
}

.red_b_u{
	color: #ff003c;
	font-weight:bold;
	text-decoration:underline;
}


.red_l{
	color: #ff003c;
	font-size:28px;
}

.red_b_l{
	color: #ff003c;
	font-size:28px;
	font-weight:bold;
}

.red_l_u{
	color: #ff003c;
	font-size:28px;
	text-decoration:underline;	
}

.red_b_l_u{
	color: #ff003c;
	font-size:28px;
	font-weight:bold;
	text-decoration:underline;	
}


.red_y{
	color: #ff003c;
	font-weight:bold;
	font-size:22px;	
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.y{
background: linear-gradient(transparent 60%, #ffff66 60%);
}


.blue_l{
	color: #063192;
	font-size:28px;
}



/* =======================
	コンテンツ
======================== */


/*-----------ヘッダーエリア------------*/
#header .header01 {
	width:100%;
	min-width:1050px;
	background: url(../images/header_01.jpg) no-repeat scroll center 0 #00489e;
	height: 112px;
}

#header .header02 {
	width:100%;
	min-width:1050px;
	background: url(../images/header_02.jpg) no-repeat scroll center 0;
	height: 475px;
}

#header .header03 {
	width:100%;
	min-width:1050px;
	background: url(../images/header_03.jpg) no-repeat scroll center 0;
	height:499px;
}



/*セミナー日程表 */
table.shcedule {
	width: 1000px;
	margin:0 auto;
	background: #fff;
}

table.shcedule th {
	padding: 24px;
	color: #fff;	
	font-weight: normal;
	font-size: 20px;
	background-color: #00489e;	
	border: 1px solid #40b1f2;
	vertical-align: middle;
}


table.shcedule td {
	font-weight: normal;
	font-size: 24px;
	padding: 7px 10px 7px 30px;
	border: 1px solid #40b1f2;
	vertical-align: middle;
}

table.shcedule td span {
	font-size: 16px;
}


	
table.seminar_entry {
    width: 1000px;
    margin:0 auto;
    padding:10px 0 15px 0;
    border-collapse: separate;
}

table.seminar_entry th {
	width:200px;	
	
	font-weight: normal;
	font-size: 24px;
	line-height: 180%;

	border:1px solid #40b1f2;
	background-color: #00489e;
	padding: 12px;
	color: #fff;
}
table.seminar_entry th.th02 {
	width:600px;	
	font-weight: normal;
	font-size: 24px;
	line-height: 180%;

	border:1px solid #40b1f2;
	background-color: #00489e;
	padding: 12px;
	color: #fff;
}


table.seminar_entry td.date {
	width:300px;
	font-size: 28px;
	line-height: 260%;

	 border:1px solid #40b1f2;   
	text-align: center;
	padding: 12px;
	color: #000000;
	background-color: #fff;    
}

table.seminar_entry td.entry {
	width:500px;
	font-size: 28px;
	line-height: 260%;

	 border:1px solid #40b1f2;   
	text-align: center;
	padding: 12px;
	color: #000000;
	background-color: #fff;    
}

.btn{
width:380px;
font-size:28px;
font-weight:bold;
display: inline-block;
padding: 5px;
text-decoration: none;
background: #00a70f;/*ボタン色 緑*/ color: #fff;
border-bottom: solid 4px #004f07;
border-radius: 3px;
}

.btn:hover {/*ボタンを押したとき*/ -ms-transform: translateY(3px);
-webkit-transform: translateY(4px);
transform: translateY(3px);/*下に動く*/  border-bottom: solid 4px #fff ;
;

} 


.btn02{
width:380px;
font-size:28px;
font-weight:bold;
display: inline-block;
padding: 5px;
text-decoration: none;
background: #ff9600;/*ボタン色 黄色*/ color: #fff;
border-bottom: solid 4px #262c00;
border-radius: 3px;
}

.btn02:hover {/*ボタンを押したとき*/ -ms-transform: translateY(3px);
-webkit-transform: translateY(4px);
transform: translateY(3px);/*下に動く*/  border-bottom: solid 4px #fff ;
;

} 


.btn03{
width:380px;
font-size:28px;
font-weight:bold;
display: inline-block;
padding: 5px;
text-decoration: none;
background: #be0000;/*ボタン色　赤*/ color: #fff;
border-bottom: solid 4px #262c00;
border-radius: 3px;
}





/*--------------サブヘッド--------------*/

.sub01{
	width:1050px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 2.0;
	margin: -30px auto 0;

}

.sub02{
	width:1050px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 2.0;
	border-top:14px solid #94defe;
	border-bottom:14px solid #94defe;
	background:url(../images/bg03.png) repeat;	
	margin: 0 auto;
	padding:0 25px;
	
	
}



/*--------------テキスト--------------*/
.textbox{
	width: 880px;
	margin: 0 auto;
	}

.textbox02{
	width: 740px;
	margin: 0 auto;
	}


/*---------- 画像位置 ----------*/

.img_right01 {
    float: right;
    border: solid 1px #CCCCCC;
    background-color: #FFFFFF;
    padding: 3px;
    margin: 0 0 0 15px;
}

.img_right02 {
    float: right;
    margin: 0 0 0 15px;
}

.center{
	display:block;
	margin:0 auto;
}

.plus20{
	display:block;
	margin:-60px auto 0;
}


/*--------------プレゼント--------------*/
.present_h{
	width:1000px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 2.0;
	margin: 0 auto;
}

.box_present{
	width: 1000px;
	margin: -25px auto 0;
	background:url(../images/present_side.png) repeat-y;
	}


/*--------------実績--------------*/
.jisseki_h{
	width:1000px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 2.0;
	margin: 0 auto;
}

.box_jisseki{
	width: 900px;
	margin:20px auto 40px;
	background:#fff;
	border-radius:20px;
	
	padding:20px 0;
	}
	

/*--------------声--------------*/
.voice_h{
	width:960px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 2.0;
	margin: 0 auto;
}

.box_voice{
	width: 960px;
	margin: -24px auto 0;
	background:url(../images/voice_s.png) repeat-y;
	}

/*--------------チェックボックス--------------*/
.check01{
	width: 740px;
	margin: 0 auto;
	background: #fff;
	padding: 0px 15px 15px 15px;
}

.check01 li{
	list-style:none;	
	font-size: 28px;
	line-height:2.0;
	margin: 10px 10px 0px 10px;
	padding: 0 0 0 50px;
	background-image: url(../images/check01.png);
	background-repeat: no-repeat;
}

.check03{
	width: 840px;
	margin: 30px auto;
	background: #fff;
	margin:20px auto;
	padding: 15px 15px 15px 15px;
}

.check03 li{
	list-style:none;	
	font-size: 28px;
	line-height:2.0;
	margin: 10px 10px 10px 10px;
	padding: 0 0 0 50px;
	background-image: url(../images/check02.png);
	background-repeat: no-repeat;
}



/***QA***/

.qa_body{
	width: 100%;
	background-color: #eaeef1;
	padding-top: 35px;
	padding-bottom: 40px;
	margin: -40px auto 40px;
}

.qa_box{
	width: 900px;
	margin: 0 auto;

	background-color: #fff;
	border-radius:20px;
	
	border: solid px #1c76ff;
	box-shadow:0px 0px 1px 1px #a7bccb;
	-moz-box-shadow:0px 0px 1px 1px #a7bccb;
	-webkit-box-shadow:0px 0px 1px 1px #a7bccb;
	
}

.q_text{
	width: 830px;
	margin: 0 auto;
	box-sizing: border-box;
	border-bottom: 1px dotted #b9b9b9;
	background-image: url(../images/q.png);
	background-position: 10px 20px;
	background-repeat: no-repeat;
	
	padding: 27px 20px 20px 20px;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
}

.a_text{
	width: 820px;
	background-position: 10px 20px;
	background-repeat: no-repeat;
	padding: 19px 10px 28px 70px;
	box-sizing: border-box;

}



/*--------------プロフィール--------------*/

.profile{
	width:900px;
	background:#293f5e;
	margin:0 auto;
	padding:60px 30px;
	
	color:#fff;

}


 
/*--------------スペース--------------*/
.space100{
	height: 100px;
}


.space60{
	height: 60px;
}

.space40{
	height: 40px;
}

.space20{
	height: 20px;
}


/*-------------- フッター --------------*/
footer{
	width:100%;
	margin: -20px 0 0 0;
	min-width: 1050px;
	background: #101330;
	color: #fff;
}

small{
	display:block;
	width: 100%;
	text-align:center;
	padding: 0;
}

.copy2{
	display:block;
	
	font-size:14px;
	line-height: 1.3;
	padding:5px 0 15px 0;
}

.toku{
	text-align:center;
	color:#fff;
	font-size:14px;
	padding-top: 10px;
}


.foot_center{
	text-align: center;
	padding-top: 10px;
}

/****SP****/
@media screen and (max-width:480px){

	body{
		background: #fff;
		background-image: none;
		font-size:24px;
	}

	.sp_b{
		display: block;
	}

	.sp_n{
		display: none;
	}
	
}
