@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------
　　　　　　　　　＊ HTML5 RESET ＊
-------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    line-height:1;
	font-size:100%;
	font-weight:normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol,ul{list-style:none;}

blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    font-size:100%;
    vertical-align:baseline;
	outline: none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
img {
	margin: 0;
	vertical-align: bottom;
	border: none;
	}
/*------------------------------------------------------
　　　　　　　　　＊ COMMON　＊
-------------------------------------------------------*/
.fl_l {float: left !important;}
.fl_r {float: right !important;}
.center {
	margin-right: auto;
	margin-left: auto;
}
.clear_b {clear: both !important;}

.ta_l {text-align: left !important;}
.ta_r {text-align: right !important;}
.ta_c {text-align: center !important;}

/* Clearfix */  
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* End Hack */

.m_0 {margin: 0px !important;}
 
.m_b0 {margin-bottom: 0px !important;}
.m_b5 {margin-bottom: 5px !important;}
.m_b10 {margin-bottom: 10px !important;}
.m_b15 {margin-bottom: 15px !important;}
.m_b20 {margin-bottom: 20px !important;}
.m_b25 {margin-bottom: 25px !important;}
.m_b30 {margin-bottom: 30px !important;}
.m_b35 {margin-bottom: 35px !important;}
.m_b40 {margin-bottom: 40px !important;}
.m_b50 {margin-bottom: 50px !important;}

.m_t5 {margin-top: 5px !important;}
.m_t10 {margin-top: 10px !important;}
.m_t15 {margin-top: 15px !important;}
.m_t20 {margin-top: 20px !important;}
.m_t25 {margin-top: 25px !important;}
.m_t30 {margin-top: 30px !important;}
.m_t35 {margin-top: 35px !important;}
.m_t40 {margin-top: 40px !important;}
.m_t50 {margin-top: 50px !important;}
.m_t-5 {margin-top: -5px !important;}
.m_t-10 {margin-top: -10px !important;}
.m_t-15 {margin-top: -15px !important;}
.m_t-20 {margin-top: -20px !important;}

.m_l5 {margin-left: 5px !important;}
.m_l10 {margin-left: 10px !important;}
.m_l15 {margin-left: 15px !important;}
.m_l20 {margin-left: 20px !important;}
.m_l25 {margin-left: 25px !important;}
.m_l30 {margin-left: 30px !important;}
.m_l-10 {margin-left: -10px !important;}
.m_l-15 {margin-left: -15px !important;}
.m_l-20 {margin-left: -20px !important;}

.m_r0 {margin-right: 0px !important;}
.m_r5 {margin-right: 5px !important;}
.m_r10 {margin-right: 10px !important;}
.m_r15 {margin-right: 15px !important;}
.m_r20 {margin-right: 20px !important;}
.m_r25 {margin-right: 25px !important;}
.m_r30 {margin-right: 30px !important;}

.p_t5 {padding-top: 5px !important;}
.p_t10 {padding-top: 10px !important;}
.p_t12 {padding-top: 12px !important;}
.p_t15 {padding-top: 15px !important;}
.p_t20 {padding-top: 20px !important;}
.p_t25 {padding-top: 25px !important;}
.p_t30 {padding-top: 30px !important;}
.p_t40 {padding-top: 40px !important;}
.p_t45 {padding-top: 45px !important;}
.p_t50 {padding-top: 50px !important;}
.p_t60 {padding-top: 60px !important;}

.p_b0 {padding-bottom: 0px !important;}
.p_b5 {padding-bottom: 5px !important;}
.p_b10 {padding-bottom: 10px !important;}
.p_b15 {padding-bottom: 15px !important;}
.p_b20 {padding-bottom: 20px !important;}
.p_b25 {padding-bottom: 25px !important;}
.p_b30 {padding-bottom: 30px !important;}
.p_b35 {padding-bottom: 35px !important;}
.p_b40 {padding-bottom: 40px !important;}
.p_b45 {padding-bottom: 45px !important;}
.p_b50 {padding-bottom: 50px !important;}
.p_b55 {padding-bottom: 55px !important;}
.p_b60 {padding-bottom: 60px !important;}
.p_b65 {padding-bottom: 65px !important;}
.p_b70 {padding-bottom: 70px !important;}
.p_b80 {padding-bottom: 80px !important;}
.p_b90 {padding-bottom: 90px !important;}
.p_b100 {padding-bottom: 100px !important;}

.p_l5 {padding-left: 5px !important;}
.p_l10 {padding-left: 10px !important;}
.p_l12 {padding-left: 12px !important;}
.p_l15 {padding-left: 15px !important;}
.p_l20 {padding-left: 20px !important;}
.p_l25 {padding-left: 25px !important;}
.p_l30 {padding-left: 30px !important;}
.p_l40 {padding-left: 40px !important;}
.p_l45 {padding-left: 40px !important;}
.p_l50 {padding-left: 50px !important;}
.p_l60 {padding-left: 60px !important;}
	
.p_r5 {padding-right: 5px !important;}
.p_r10 {padding-right: 10px !important;}
.p_r15 {padding-right: 15px !important;}
.p_r20 {padding-right: 20px !important;}
.p_r25 {padding-right: 25px !important;}
.p_r30 {padding-right: 30px !important;}
.p_r60 {padding-right: 60px !important;}

.fw_b{font-weight: bold !important;}
.fc_red01{color: #cc0000 !important;}
.fc_green01{color: #486a00 !important;}


.fs_11{	font-size: 11px !important;}
.fs_12{	font-size: 12px !important;}
.fs_13{	font-size: 13px !important;}
.fs_15{	font-size: 15px !important;}

.bg_none{background-image: none !important;}

.w300{
	width: 300px;
}
/*------------------------------------------------------
　　　　　　　　　＊ BASE ＊
-------------------------------------------------------*/
body{
	font-size: 12px;
	line-height: 1.7;
	color: #666;
	font-family: "メイリオ","meiryo",Verdana,"Hiragino Kaku Gothic Pro W3","MS UI Gothic";
}
a {
	text-decoration: underline;
	outline: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #666;
}
strong {
	font-weight: bold;
}
.wrapper{
	width: 100%;
}
.bg_wrapper01{
	background-repeat: no-repeat;
	width: 100%;
	background-image: url(../img/common/bg_wrapper01.jpg);
	background-position: center top;
}
.bg_wrapper02{
	background-repeat: no-repeat;
	width: 100%;
	background-image: url(../img/common/bg_wrapper02.jpg);
	background-position: center top;
}
.bg_wrapper03{
	background-repeat: no-repeat;
	width: 100%;
	background-image: url(../img/common/bg_wrapper03.jpg);
	background-position: center top;
}
.bg_wrapper04{
	background-repeat: no-repeat;
	width: 100%;
	background-image: url(../img/common/bg_wrapper04.jpg);
	background-position: center top;
}
.bg_wrapper05{
	background-repeat: no-repeat;
	width: 100%;
	background-image: url(../img/common/bg_wrapper05.jpg);
	background-position: center top;
}
.bg_wrapper_form{
	background-repeat: no-repeat;
	width: 100%;
	background-image: url(../img/common/bg_wrapper_form.jpg);
	background-position: center top;
}
.contents{
	/*width: 980px;*/
	width: 983px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 45px;
	background-image: url(../img/common/contents_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height:570px;
	_height:570px;
}

.contents1 {
	min-height:2370px;
	_height:2370px;
}


/*------------  HEADER  -----------------*/
.header{
	height: 316px;
	position: relative;
	width: 980px;
}
.header_form{
	height: 230px;
	position: relative;
	width: 980px;
}
.header h1{
	width: 422px;
	height: 104px;
	position: absolute;
	left: 24px;
	top: 20px;
}
.header h1 .h1_flower{
	float: left;
	padding-right: 18px;
}
.header h1 .h1_logo{
	float: left;
	padding-top: 27px;
}
.header h2{
	position: absolute;
	left: 14px;
	top: 177px;
}
.header .text_tel{
	position: absolute;
	left: 688px;
	top: 43px;
}
/*------------  SIDE  -----------------*/
.side{
	float: left;
	width: 232px;
	z-index: 10;
	position: relative;
}
.side_mainmenu{
	width: 263px;
	margin-left: -18px;
	background-image: url(../img/common/bg_sidemenu.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 18px;
	padding-bottom: 15px;
}
.side_mainmenu h2{
	padding-bottom: 14px;
	padding-left: 110px;
}
.g_navi{
	padding-left: 18px;
	padding-bottom: 12px;
}
.g_navi li{
	padding-bottom: 5px;
}
.g_navi li ul{
	padding-bottom: 3px;
	padding-top: 10px;
}
.s_navi{
	background-image: url(../img/common/bg_menu-trans.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 27px;
	margin-left: 18px;
	width: 216px;
	padding-left: 14px;
}
.s_navi li{
	background-image: url(../img/common/bg_snavi_li.png);
	background-repeat: no-repeat;
	background-position: right 1px;
	float: left;
	height: 20px;
	padding-right: 8px;
	margin-right: 7px;
}
.s_navi li.first{
	margin-left: 6px !important;
}
.s_navi li.last{
	background-image: none !important;
	margin-right: 0px !important;
	padding-right: 0px !important;
}
.side_contact{
	background-image: url(../img/common/bg_sidecontact.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 232px;
	position: relative;
	text-align: center;
	padding-top: 6px;
	margin-bottom: 15px;
}
.side_contact h2{
	padding-bottom: 9px;
}
.side_banner{
	background-image: url(../img/common/bg_menu-trans.png);
	background-repeat: no-repeat;
	padding-top: 28px;
}
.side_banner p{
	padding-bottom: 6px;
}
.side_news{
	background-image: url(../img/common/bg_menu-trans.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-bottom: 7px;
	width: 230px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 13px;
}
.side_news_box{
	background-image: url(../../img/news/bg_news_side.jpg);
	background-repeat: no-repeat;
	background-position: center 25px;
	margin-bottom: 26px;
}
.side_news_box h2{
	padding-bottom: 18px;
}
.side_news_box ul{
	padding-left: 13px;
}
.side_news_box li{
	background-image: url(../../img/news/ico_side_news.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 11px;
	padding-bottom: 8px;
	width: 194px;
}
#wp-calendar {
	width: 210px;
	margin-left: 12px;
	margin-top: 8px;
	}
#wp-calendar caption{
	font-weight: bold;
	text-align: left;
	padding-bottom: 12px;
	padding-left: 8px;
	}
#wp-calendar th{
	text-align: center;
	padding-bottom: 10px;
	}
#wp-calendar td{
	text-align: center;
	}
#wp-calendar td a{
	color: #E89700;
	text-decoration: none;
	}
#wp-calendar td a:hover{
	text-decoration: underline;
	}
#wp-calendar #prev{
	text-align: left;
	padding-top: 5px;
	}
#wp-calendar #next{
	text-align: right;
	padding-top: 5px;
	}
#wp-calendar #prev a ,#wp-calendar #next a {
	padding-right: 5px;
	padding-left: 5px;
	color: #666;
	text-decoration: none;
	}
#wp-calendar #prev a:hover ,#wp-calendar #next a:hover {
	text-decoration: underline;
	}
/*------------  PRIMARY  -----------------*/
.primary{
	float: right;
	width: 710px;
	padding-top: 138px;
	position: relative;
}
.primary_form{
	margin: 0 auto;
	/*width: 710px;*/
	width:763px;
	position: relative;
}
.pan{
	background-image: url(../img/common/ico_01.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	float: right;
	padding-left: 12px;
	font-size: 11px;
	color: #333;
	padding-bottom: 50px;
}
.pan a{
	color: #333;
}
.pan li{
	float: left;
	padding-right: 5px;
}
.ttl_01{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/common/bg_ttl01-trans.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 665px;
	padding-top: 12px;
	padding-left: 45px;
}
.ttl_02{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/common/bg_ttl02-trans.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 665px;
	padding-top: 12px;
	padding-left: 45px;
}
.ttl_02 a{
	color:#ffffff;
}
.ttl_03{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/common/bg_ttl03-trans.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 665px;
	padding-top: 12px;
	padding-left: 45px;
}
.why_container{
	background-image: url(../img/common/bg_whybox.jpg);
	width: 720px;
	background-position: center top;
	margin-left: -6px;
	background-repeat: no-repeat;
	height: 253px;
	clear:both;
}
.why_container h2{
	text-align: center;
	padding-bottom: 19px;
}
.why_box{
	text-align: left;
	float: left;
	height: 165px;
	width: 240px;
	background-repeat: no-repeat;
	margin-top: -2px;
}
.why_box h3{
	padding-bottom: 14px;
	padding-left: 8px;
}
.why_box ul{
	padding-left: 51px;
}
.why_box li{
	padding-bottom: 12px;
}
.why_box.learn{
	background-image: url(../img/common/bg_why_learn.png);
}
.why_box.learn a{
	color: #085A94;
}
.why_box.know{
	background-image: url(../img/common/bg_why_know.png);
}
.why_box.know a{
	color: #9B5518;
}
.why_box.hear{
	background-image: url(../img/common/bg_why_hear.png);
}
.why_box.hear a{
	color: #A94B77;
}
.why_box.hear li.voice{
	float: left;
	width: 110px;
}
.pagetop{
	text-align: right;
	height: 35px;
	clear:both;
}
/*------------  FOOTER  -----------------*/
.footer{
	background-image: url(../img/common/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
.footer_pagetop{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	height: 65px;
}
.footer_linkbox_container{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #925A1E;
	height: 145px;
}
.footer a{
	color: #925A1E;
	text-decoration: underline;
}
.footer a:hover{
	text-decoration: none;
}
.footer .index_footer_linkbox{
}
.footer .footer_linkbox{
	float: left;
}
.footer h2{
	font-weight: bold;
	padding-bottom: 12px;
}
.footer .footer_linkbox ul{
	font-size: 11px;
	height: 95px;
}
.footer .footer_linkbox li{
	padding-bottom: 5px;
	background-image: url(../img/common/ico_footer_li.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 12px;
}
.footer .footer_linkbox.link_ul01{
	width: 200px;
	padding-left: 21px;
}
.footer .footer_linkbox.link_ul02{
	width: 330px;
}
.footer .footer_linkbox.link_ul02 .ul01{
	width: 170px;
	float: left;
}
.footer .footer_linkbox.link_ul03{
	width: 182px;
}
.footer .footer_linkbox.link_ul04{
}
.footer_banner_container{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 105px;
}
.footer_banner_container ul{
	width: 992px;
	margin-left: -4px;
}
.footer_banner_container li{
	float: left;
	padding-right: 3px;
}

.footer .footer_copy_container{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	}
.footer .footer_copy_container .address_box{
	float: left;
	width: 528px;
}
.footer .footer_copy_container .address_box h2{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	letter-spacing: 0.02em;
}

.footer .footer_copy_container .address_box .text_address{
}
.footer .footer_copy_container .address_box .text_tel{
	padding-bottom: 7px;
}
.footer .footer_copy_container .address_box .text_copy{
	padding-top: 23px;
	font-size: 10px;
	color: #cc9966;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
}
.footer .footer_copy_container .address_box .footer_sns_box{
	margin-left: -5px;
}
.footer .footer_copy_container .address_box .footer_sns_box li{
	float: left;
}

/*------------------------------------------------------
　　　　　　　　　＊ INDEX ＊
-------------------------------------------------------*/
.index_wrapper{
	background-image: url(../../img/index/bg_wrapper.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-position: center top;
}
.index_container{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.index_main{
	width: 980px;
	height: 591px;
	position: relative;
}
.index_main h1{
	width: 422px;
	height: 104px;
	position: absolute;
	left: 24px;
	top: 20px;
}
.index_main h1 .h1_flower{
	float: left;
	padding-right: 18px;
}
.index_main h1 .h1_logo{
	float: left;
	padding-top: 27px;
}
.index_main h2{
	position: absolute;
	left: 288px;
	top: 156px;
}
.index_main .text_tel{
	position: absolute;
	left: 688px;
	top: 43px;
}
.index_menu{
	background-image: url(../../img/index/bg_menu-trans.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 183px;
	width: 1010px;
	margin-left: -15px;
	padding-top: 14px;
	margin-bottom: 31px;
}
.menu_box{
	background-repeat: no-repeat;
	height: 178px;
	width: 320px;
	position: relative;
	margin-right: 14px;
	float: left;
}
.menu_box h2{
	margin-top: -4px;
	padding-left: 6px;
}
.menu_box ul{
	margin-top: -5px;
	padding-left: 14px;
}
.menu_learn{
	background-image: url(../../img/index/bg_learn-trans.png);
	margin-left: 11px;
}
.menu_know{
	background-image: url(../../img/index/bg_know-trans.png);
}
.menu_hear{
	background-image: url(../../img/index/bg_hear-trans.png);
	margin-right: 0px !important;
}
.menu_hear .menu_voice{
	width: 145px;
	float: left;
}
.index_contents{
	width: 980px;
}
.news_box, .news_box2{
	float: left;
	width: 420px;
	padding-right: 64px;
/*	padding-left: 11px; */
}
.news_box h2, .news_box2 h2{
	padding-bottom: 33px;
	padding-left: 13px;
}
.news_box dl, .news_box2 dl{
	width: 420px;
	font-size: 11px;
	color: #666;
	line-height: 1.6;
}
.news_box dt, .news_box2 dt{
	clear: both;
	width: 76px;
	background-image: url(../../img/index/ico_news-trans.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	float: left;
	padding-left: 11px;
	padding-bottom: 10px;
}

.news_box dd{
	padding-bottom: 10px;
	padding-left: 87px;
}

.news_box2 dd{
	padding-bottom: 10px;
	padding-left: 87px;
	height:65px;
}

.news_box2 dd img {
	float: left;
	margin-right: 10px;
}

.news_box dd a, .news_box2 dd a{
	color: #666;
}
.news_more{
	padding-left: 328px;
}
.banner_box{
	width: 485px;
	float: left;
	padding-top: 23px;
}
.banner_box ul{
	width: 496px;
}
.banner_box li{
	width: 237px;
	float: left;
	padding-right: 11px;
	padding-bottom: 9px;
}
.banner_mental{
	float: left;
	width: 442px;
	padding-top: 14px;
}
.message365_box{
	background-image: url(../../img/index/bg_365-trans.png);
	background-repeat: no-repeat;
	float: right;
	height: 108px;
	width: 548px;
	margin-right: -33px;
	position: relative;
}
.message365_box h2{
	position: absolute;
	left: 93px;
	top: 21px;
}
*:first-child + html .message365_box h2{
	position: absolute;
	left: 93px;
	top: 17px;
}
.message365_box p{
	position: absolute;
	left: 30px;
	top: 56px;
	font-size: 14px;
	color: #996600;
	text-align: center;
	height: 20px;
	width: 480px;
}
.index_footer{
	color: #FFF;
	background-image: none !important;
}
*:first-child + html .index_footer{
	padding-top: 10px;
}
.index_footer a{
	color: #FFF;
	text-decoration: none;
}
.index_footer a:hover{
	text-decoration: underline;
}

.bnr_footer_end{
	float: right;
	width: 450px;
}
/*------------------------------------------------------
　　　　　　　　　＊ COURSE ＊
-------------------------------------------------------*/
.bg_obj_course{
	background-image: url(../../img/course/obj_course-trans.png);
	background-repeat: no-repeat;
	background-position: center 164px;
}
.photo_course{
	position: absolute;
	top: 28px;
	right: 393px;
}
.course_opening{
	width: 710px;
}
.text_lead_course{
	clear: both;
	float: right;
	width: 435px;
	position: relative;
}
.text_lead_course02{
	clear: both;
	width: 710px;
	position: relative;
}
.course_2course_box{
	background-image: url(../../img/course/bg_2course-trans.png);
	background-repeat: no-repeat;
	width: 716px;
	margin-left: -3px;
	padding-top: 23px;
	position: relative;
	padding-bottom: 26px;
	clear: both;
}
.course_2course_box h2{
	text-align: center;
	padding-bottom: 42px;
}
.course_2course_box .course_box{
	height: 347px;
	width: 328px;
	padding-top: 7px;
	padding-left: 20px;
	float: left;
}
.course_2course_box .course_box h3{
	padding-bottom: 25px;
}
.course_2course_box .course_box h4{
	padding-bottom: 26px;
}
.course_2course_box .course_box .outline{
	line-height: 1.5;
	padding-bottom: 7px;
	padding-left: 4px;
}
.course_2course_box .course_box .btn{
	padding-bottom: 30px;
}
.course_2course_box .course_box ul{
	padding-left: 3px;
	width: 320px;	
}
.course_2course_box .course_box li{
	background-repeat: no-repeat;
	background-position: left 6px;
	float: left;
	padding-right: 20px;
	padding-left: 11px;
	padding-bottom: 5px;
}
.course_2course_box .course_box.counselor{
	background-image: url(../../img/course/bg_2course_counselor-trans.png);
	margin-right: 5px;
	margin-left: 8px;
}
.course_2course_box .counselor li{
	background-image: url(../../img/course/ico_counselor.png);
}
.course_2course_box .counselor li a{
	color: #395F7F;
}
.course_2course_box .course_box.mental{
	background-image: url(../../img/course/bg_2course_mental-trans.png);
}

.course_2course_box .course_box.mental li{
	background-image: url(../../img/course/ico_mental.png);
}
.course_2course_box .course_box.mental li a{
	color: #926B38;
}

.course_2course_box.sub{
	background-image: url(../../img/course/bg_2course2-trans.png);
}
.course_2course_box .course_box2{
	height: 236px;
	width: 328px;
	padding-top: 7px;
	padding-left: 20px;
	float: left;
}
.course_2course_box .course_box2 h3{
	padding-bottom: 25px;
}
.course_2course_box .course_box2 h4{
	padding-bottom: 26px;
}

.course_2course_box .course_box2 ul{
	padding-left: 3px;
	width: 320px;	
}
.course_2course_box .course_box2 li{
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-right: 32px;
	padding-left: 11px;
	padding-bottom: 3px;
}
.course_2course_box .course_box2.counselor{
	background-image: url(../../img/course/bg_2course_counselor2-trans.png);
	margin-right: 5px;
	margin-left: 8px;
}
.course_2course_box .counselor li{
	background-image: url(../../img/course/ico_counselor.png);
}
.course_2course_box .counselor li a{
	color: #395F7F;
}
.course_2course_box .mental{
	background-image: url(../../img/course/bg_2course_mental2-trans.png);
}

.course_2course_box .mental li{
	background-image: url(../../img/course/ico_mental.png);
}
.course_2course_box .mental li a{
	color: #926B38;
}


.course_menu_box{
	width: 710px;
	padding-bottom: 75px;
	position: relative;
	background-image: url(../../img/course/bg_menu_box.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
}
.course_menu_box .menu{
	float: left;
	height: 150px;
	width: 353px;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}
.course_menu_box .menu:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.course_menu_box .menu h3{
	position: absolute;
	left: 51px;
	top: 26px;
}
.course_menu_box .menu .outline{
	position: absolute;
	left: 25px;
	top: 100px;
	width: 280px;
	line-height: 1.5;
}
.course_menu_box .menu.career{
	background-image: url(../../img/course/bg_menu_career.jpg);
}
.course_menu_box .menu.voice{
	background-image: url(../../img/course/bg_menu_voice.jpg);
}
.course_menu_box .menu.lecturer{
	background-image: url(../../img/course/bg_menu_lecturer.jpg);
}
.course_menu_box .menu.zenshinren{
	background-image: url(../../img/course/bg_menu_zenshinren.jpg);
}
.course_voice_box{
	position: relative;
	padding-bottom: 45px;
}
.course_voice_box h3{
	position: absolute;
	left: 461px;
	top: -25px;
}
.course_voice_box dl{
	position: relative;
	overflow: hidden;
}
.course_voice_box dt{
	position: relative;
	font-size: 12px;
	color: #666633;
	background-image: url(../../img/course/ico_voice.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	float: left;
	width: 124px;
	padding-left: 13px;
}
.course_voice_box dd{
	font-size: 12px;
	border-bottom: 1px dotted #D8CAB0;
	margin-bottom: 14px;
	padding-bottom: 5px;
	padding-left: 124px;
}
/*----- MENTAL.HTML -----*/
.photo_course_mental{
	position: absolute;
	top: 51px;
	left: -49px;
}
.mental_box01{
	padding-bottom: 60px;
	position: relative;
}
.mental_box01 .photo{
	width: 199px;
	padding-left: 10px;
	float: left;
}
.mental_box01 .outline{
	float: right;
	width: 501px;
}
.mental_box01 .outline h3{
	background-image: url(../../img/course/bg_ttl_mental.jpg);
	background-repeat: no-repeat;
	margin-bottom: 8px;
	height: 19px;
	width: 433px;
	color: #4b2b02;
	padding-top: 9px;
	padding-left: 65px;
}
.mental_box01 .outline p{
	letter-spacing: 0.01em;
	line-height: 1.6;
	padding-left: 1px;
	width: 496px;
}
/*----- LECTURER.HTML -----*/
.lecturer_container{
	width: 732px;
	padding-left: 1px;
}
.lecturer_box{
	background-image: url(../../img/course/bg_lecturer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 336px;
	margin-right: 30px;
	padding-bottom: 16px;
}
.lecturer_box h3{
}
.lecturer_box .type{
	float: left;
	padding-right: 8px;
	padding-left: 5px;
}
.lecturer_box .hour{
	color: #5c3f01;
	padding-top: 6px;
}
.lecturer_box .outline{
	font-size: 11px;
	clear: both;
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: 85px;
}
.lecturer_box .btn{
	padding-left: 205px;
}
/*----- COUNSELOR.HTML -----*/
.photo_courser_counselor{
	position: absolute;
	top: 49px;
	left: -49px;
}
.counselor_step_box{
	background-image: url(../../img/course/bg_3step.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 716px;
	margin-left: -3px;
	padding-bottom: 30px;
}
.counselor_step_box h2{
	padding-top: 13px;
	padding-bottom: 14px;
	padding-left: 14px;
}
.counselor_step_box .text_outline{
	padding-bottom: 25px;
	padding-left: 18px;
}
.counselor_step_box .step_box{
	background-image: url(../../img/course/bg_stepbox.png);
	background-repeat: no-repeat;
	background-position: 22px bottom;
	padding-bottom: 11px;
	width: 692px;
	margin-left: 10px;
	position: relative;
	margin-bottom: 38px;
}
.counselor_step_box .step_box h3{
	padding-bottom: 20px;
}
.counselor_step_box .step_box .btn{
	position: absolute;
	left: 445px;
	top: 26px;
}
.counselor_step_box .step_inner_box{
	height: 295px;
	width: 629px;
	margin-left: 62px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
}
.counselor_step_box .step_inner_box .outline{
	position: absolute;
	width: 276px;
	left: 19px;
	top: 20px;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.counselor_step_box .step_inner_box .object{
	position: absolute;
	left: 305px;
	top: 14px;
}
.counselor_step_box .step_inner_box .term{
	position: absolute;
	left: 414px;
	top: 194px;
}
.counselor_step_box .step_inner_box h4{
	position: absolute;
	left: 13px;
	top: 101px;
}
.counselor_step_box .step_inner_box ul{
	position: absolute;
	left: 31px;
	top: 164px;
	width: 260px;
}
.counselor_step_box .step_inner_box li{
	background-repeat: no-repeat;
	background-position: left 7px;
	float: left;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 10px;
	white-space:nowrap;
}
.counselor_step_box .step_inner_box li a{
	color: #996633;
}
.counselor_step_box .step_inner_box .ul_step1 li{
	background-image: url(../../img/course/ico_step1.png);
}
.counselor_step_box .step_inner_box .ul_step2 li{
	background-image: url(../../img/course/ico_step2.png);
}
.counselor_step_box .step_inner_box .ul_step3 li{
	background-image: url(../../img/course/ico_step3.png);
}
.counselor_step_box .step_inner_box .get{
	position: absolute;
	right: 10px;
	top: 235px;
}
.counselor_step_box .step_inner_box.step1{
	background-image: url(../../img/course/bg_step1_inner-trans.png);
}
.counselor_step_box .step_inner_box.step2{
	background-image: url(../../img/course/bg_step2_inner-trans.png);
}
.counselor_step_box .step_inner_box.step3{
	background-image: url(../../img/course/bg_step3_inner-trans.png);
}
.counselor_step_box .step_extra_box{
	width: 692px;
	margin-left: 10px;
	position: relative;
	padding-bottom: 15px;
}
.counselor_step_box .step_extra_box h3{
	padding-bottom: 17px;
}
.step_extra_inner_box{
	background-image: url(../../img/course/bg_stepextra_inner-trans.png);
	background-repeat: no-repeat;
	height: 339px;
	width: 694px;
	margin-left: -2px;
}
.step_extra_inner_box .outline{
	padding-bottom: 10px;
	padding-left: 23px;
	padding-top: 20px;
}
.step_extra_inner_box .list_btn{
	padding-bottom: 23px;
	padding-left: 19px;
}
.step_extra_inner_box .list_btn li{
	float: left;
}
.step_extra_inner_box .keyword{
	padding-left: 23px;
	padding-bottom: 13px;
}
.step_extra_inner_box .keyword h4{
	float: left;
	height: 58px;

	padding-right: 18px;
}
.step_extra_inner_box .keyword ul{
	float: left;
	width: 330px;
	padding-top: 10px;
}
.step_extra_inner_box .keyword li{
	float: left;
	background-image: url(../../img/course/ico_keyword.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 15px;
}
.step_extra_inner_box .keyword li a{
	color: #996633;
}
.step_extra_inner_box .term{
	padding-left: 475px;
	padding-bottom: 27px;
}
.step_extra_inner_box .get{
	padding-left: 157px;
}
.couselor_7merit_box{}
.couselor_7merit_box h3{
	text-align: center;
	padding-bottom: 6px;
}
.couselor_7merit_box ul{
	padding-left: 29px;
}
.couselor_7merit_box li{
	float: left;
}
.couselor_7merit_box .btn_more{
	float: right;
	height: 25px;
	width: 155px;
	margin-top: -27px;
	padding-right: 33px;
}
.couselor_table{
	width: 695px;
	border-top: 1px solid #E6DABE;
	border-left: 1px solid #E6DABE;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}
.couselor_table th{
	border-bottom: 1px solid #E6DABE;
	border-right: 1px solid #E6DABE;
	font-weight: bold;
	color: #947058;
	background-color: #F5F9D7;
	padding: 4px 4px 4px 6px;
	text-align: left;
	vertical-align: middle;
}
.couselor_table td{
	border-bottom: 1px solid #E6DABE;
	border-right: 1px solid #E6DABE;
	padding: 6px 4px 3px 6px;
}
.couselor_table td.td01{
	background-color: #FFFFDD;
}
.couselor_table td.td02{
	background-color: #FFE9F3;
}
.couselor_table th.th01{
	width: 85px;
}
.couselor_table th.th02{
	width: 130px;
}
.couselor_table th.th03{
	width: 130px;
}
.couselor_table th.th04{
	width: 130px;
}
.couselor_table th.th05{
	width: 250px;
}

.couselor_table th.th06{
	width: 210px;
}

.couselor_table th.v_top  {
	vertical-align: top;
}


/*----- COUNSELOR_BASIC.HTML -----*/
.photo_course_basic{
	position: absolute;
	top: 178px;
	left: 441px;
}
.ttl_counselor_basic{
	padding-bottom: 33px;
	padding-left: 7px;
}
.couselor_basic_outline_box{
}
.couselor_basic_outline_box .basic_outline{
	width: 703px;
	padding-left: 7px;
	padding-bottom: 43px;
}
.couselor_basic_outline_box .basic_outline .text{
	float: left;
	width: 220px;
}
.couselor_basic_outline_box .basic_outline .text h3{
	padding-bottom: 25px;
}
.couselor_basic_outline_box .basic_outline .text p{
	padding-left: 5px;
}
.couselor_basic_outline_box .basic_outline .list_bottom{
	background-image: url(../../img/course/bg_couselor_basic_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: right;
	width: 449px;
	padding-bottom: 15px;
}
.couselor_basic_outline_box .basic_outline .list_top{
	background-image: url(../../img/course/bg_couselor_basic_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 449px;
	padding-top: 15px;
}
.couselor_basic_outline_box .basic_outline .list{
	background-image: url(../../img/course/bg_couselor_basic.jpg);
	background-repeat: repeat-y;
	background-position: top;
	width: 449px;
	padding-top: 15px;
}
.couselor_basic_outline_box .basic_outline .list ul{
	padding-left: 17px;
	padding-bottom: 3px;
}
.couselor_basic_outline_box .basic_outline .list li{
	padding-bottom: 7px;
	background-image: url(../../img/course/bg_border_basic-trans.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 392px;
	margin-bottom: 7px;
	padding-left: 23px;
	padding-top: 3px;
	color: #333300;
}
.couselor_basic_outline_box .step_inner_box{
	min-height: 305px;
	width: 700px;
	margin-left: 5px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 28px;
}
.couselor_basic_outline_box .step_inner_box .outline{
	position: absolute;
	width: 276px;
	left: 19px;
	top: 20px;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.couselor_basic_outline_box .step_inner_box .object{
	position: absolute;
	left: 366px;
	top: 14px;
}
.couselor_basic_outline_box .step_inner_box .term{
	position: absolute;
	left: 474px;
	top: 194px;
}
.couselor_basic_outline_box .step_inner_box .ttl_keyword{
	position: absolute;
	left: 12px;
	top: 243px;
}
.couselor_basic_outline_box .step_inner_box .ttl_learn{
	position: absolute;
	left: 98px;
	top: 38px;
}
.couselor_basic_outline_box .step_inner_box .list_learn{
	position: absolute;
	left: 121px;
	top: 77px;
	width: 203px;
}
.couselor_basic_outline_box .step_inner_box .list_keyword{
	position: absolute;
	left: 24px;
	top: 308px;
	width: 260px;
}
.couselor_basic_outline_box .step_inner_box li{
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-bottom: 2px;
	padding-left: 10px;
	white-space: nowrap;
	background-image: url(../../img/course/ico_basic_learn-trans.png);
	color: #996633;
}
.couselor_basic_outline_box .step_inner_box.step1{
	background-image: url(../../img/course/bg_step1_basic.jpg);
}

.couselor_basic_outline_box .step_inner_box .list_keyword li{
	float: left;
	padding-right: 17px;
}
.couselor_basic_outline_box .step_inner_box .get{
	position: absolute;
	right: 18px;
	top: 250px;
}
.couse_detail_bnr_box{
	background-image: url(../../img/course/bg_bnr_course_detail.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 704px;
	margin-left: -3px;
	padding-top: 17px;
	padding-left: 12px;
	padding-bottom: 73px;
}
.couse_detail_bnr_box p{
	float: left;
	padding-right: 2px;
	padding-bottom: 12px;
}
.couselor_basic_table{
	width: 695px;
	border-top: 1px solid #E6DABE;
	border-left: 1px solid #E6DABE;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	margin-bottom: 23px;
}
.couselor_basic_table th{
	border-bottom: 1px solid #E6DABE;
	border-right: 1px solid #E6DABE;
	font-weight: bold;
	color: #947058;
	background-color: #F5F9D7;
	padding: 4px 4px 4px 6px;
	text-align: left;
	vertical-align: middle;
}
.couselor_basic_table td{
	border-bottom: 1px solid #E6DABE;
	border-right: 1px solid #E6DABE;
	padding: 6px 4px 3px 6px;
}
.couselor_basic_table td.td01{
	background-color: #FFFFDD;
}
.couselor_basic_table td.td02{
	background-color: #FFE9F3;
}
.couselor_basic_table th.th01{
	width: 60px;
}
.couselor_basic_table th.th02{
	width: 185px;
}
.list_price{
	padding-left: 22px;
	padding-bottom: 20px;
}
.list_price li{
	padding-left: 16px;
	background-image: url(../../img/course/ico_price.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-bottom: 18px;
}
.list_pdf{
	padding-left: 10px;
}
.list_pdf li{
	padding-left: 26px;
	background-image: url(../../img/course/ico_pdf.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 275px;
	float: left;
}

/*----- CAREER.HTML -----*/
.career_graduation_box{
	background-image: url(../../img/course/bg_career_graduation.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 716px;
	margin-left: -3px;
	position: relative;
	padding-bottom: 40px;
}
.career_graduation_box h2{
	text-align: center;
	padding-top: 23px;
	padding-bottom: 12px;
}
.career_graduation_box .flow_box{
	background-image: url(../../img/course/bg_graduation_flow-trans.png);
	background-repeat: no-repeat;
	height: 280px;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.career_graduation_box .flow_box h3 , .career_graduation_box .flow_box h4 , .career_graduation_box .flow_box p {
	display: none;
}
.career_graduation_box .flow_box p.text01 {
	display: block;
	font-size: 11px;
	position: absolute;
	width: 136px;
	left: 9px;
	top: 176px;
	line-height: 1.6;
}
.career_graduation_box .flow_box p.text02 {
	display: block;
	font-size: 11px;
	position: absolute;
	width: 142px;
	left: 540px;
	top: 159px;
	line-height: 1.6;
}
.career_intern_box{
	background-image: url(../../img/course/bg_intern.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
	width: 697px;
	padding-left: 10px;
	position: relative;
	min-height: 450px;
	padding-bottom: 18px;
}
.career_intern_box h3{
	position: absolute;
	left: 12px;
	top: 146px;
}
.career_intern_box .text_outline{
	padding-left: 198px;
	padding-bottom: 13px;
}
.intern_example_box_bottom{
	background-image: url(../../img/course/bg_example_bottom-trans.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 498px;
	padding-bottom: 8px;
	padding-left: 195px;
}
.intern_example_box{
	background-image: url(../../img/course/bg_example-trans.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 498px;
	padding-top: 16px;
}
.intern_example_box dl{
	padding-left: 11px;
}
.intern_example_box dt{
	padding-left: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #577517;
	background-image: url(../../img/course/ico_example-trans.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-bottom: 1px;
	letter-spacing: 0.02em;
}
.intern_example_box dd{
	padding-left: 14px;
	padding-bottom: 6px;
	width: 455px;
	font-size: 11px;
	letter-spacing: 0.02em;
	line-height: 1.6;
}
.career_special{
	background-image: url(../../img/course/photo_career01.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
	width: 500px;
	padding-left: 209px;
	letter-spacing: 0.01em;
	min-height: 130px
}
.career_special .btn ,.career_pro .btn {
	margin-bottom: 25px;
	padding-left: 338px;
}
.career_pro{
	background-image: url(../../img/course/photo_career02.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
	width: 500px;
	padding-left: 209px;
	letter-spacing: 0.01em;
	min-height: 130px
}
.career_interview_box{
	width: 714px;
	padding-left: 9px;
	padding-bottom: 40px;
}
.career_interview_box .interview{
	background-image: url(../../img/course/bg_interview.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 230px;
	margin-right: 8px;
}
.career_interview_box .interview h3{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}
.career_interview_box .interview ul{
	text-align: left;
	padding-left: 15px;
}
.career_interview_box .interview li{
	text-align: left;
	padding-left: 12px;
	background-image: url(../../img/course/ico_step2.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	width: 190px;
	line-height: 1.5;
	padding-bottom: 4px;
}

/*----- OPEN.HTML -----*/
.open_course  {
	margin: 0px 0 50px 10px;
}

.open_course li  {
	background:url(../../img/course/dot_ul.gif) repeat-x left bottom;
	height: 18px;
	padding: 13px 0 8px 0px;
}

.open_course li p {
	background: url(../../img/course/ico_openlist-trans.png) no-repeat left top;
	width: 150px;
	float: left;
	padding: 0 0 0 20px;
	color: #4b2b02;
}

.open_course li a  {
	color:#5b730b;
}

/*----- ZEMSHINREN.HTML -----*/


.bg_zenshinren  {
	position: absolute;
	top: 85px;
	left: -49px;
}


.zenshinren_point_txt   {
	width: 345px;
	text-align:left;
	margin: 0 0 0 10px;
	float: left;
}

.zenshinren_txt p a,
.zenshinren_point_txt p a  {
	color:#5b730b;
}

.zenshinren_point  {
	background: url(../../img/course/bg_zenshinren_point.jpg) no-repeat left top;
	width: 301px;
	height: 450px;
	text-align:center;
	float: right;
	margin-bottom: 50px;
}

.zenshinren_point ul  {
	margin: 13px 0 0 0;
}

.zenshinren_point ul li  {
	width: 250px;
	padding: 10px 0 5px 0;
	margin: 0 0 0 27px;
	color: #4b2b02;
	text-align:left;
	font-size: 11px;
	line-height: 1.6em;
	background:url(../../img/course/dot_ul.gif) repeat-x left bottom;
}

*+html .zenshinren_point ul li  {
	 margin: 0 0 0 10px!important;
	 line-height: 1.5em;
}


.zenshinren_point ul li.last  {
	background:none!important;
}

.zenshinren_point ul li img  {
	padding-bottom: 5px;
}

.zenshinren_exam  {
	height: 22px;
	vertical-align:middle;
	margin: 0 0 15px 10px;
}


/*----- VOICE.HTML -----*/

.voice_menu  {
	background: url(../../img/course/bg_voice_a.jpg) no-repeat left top;
	width: 708px;
	height: 156px;
	margin-bottom: 50px;
	padding: 15px 10px;
}

.voice_menu img  {
	margin: 0 17px 0 0;
}

.voice_01  {
	margin: 0 0 40px 0;
	width: 708px;
}

*+html .voice_01   {
	margin:0 0 10px 0;
}

*+html .voice_03   {
	margin:6px 0 0 0;
}

.voice_02,
.voice_03  {
	width: 708px;
	margin: 0;
} 

.voice_01 li  {
	float: left;
	background: url(../../img/course/ico_voice01-trans.png) no-repeat left 7px;
	padding: 0 0 0 10px;
	margin: 5px 20px 0 0;
}

.voice_02 li  {
	float: left;
	background: url(../../img/course/ico_voice02-trans.png) no-repeat left 7px;
	padding: 0 0 0 10px;
	margin: 5px 20px 0 0;
}

.voice_03 li  {
	float: left;
	background: url(../../img/course/ico_voice03-trans.png) no-repeat left 7px;
	padding: 0 0 0 10px;
	margin: 5px 20px 0 0;
}

.voice_03 {
	clear:both;
}

.voice_box ul {
	clear:both;
	/*height: 190px;*/
}

.voice_box ul li {
	height: 190px;
	width: 236px;
	float: left;
}

.voice_box ul li.li-cf:after {
	clear:both;
}

.voice_box ul li dl {
	background-image: url(../../img/tokyomental/bg_chance_voice-trance.png);
	background-repeat: no-repeat;
	height: 190px;
	width: 236px;
	float: left;
}

.voice_box ul li dt{
	width: 154px;
	font-weight: bold;
	color: #336600;
	text-align: center;
	margin: 50px 0 0 40px;
}
.voice_box ul li dd{
	width: 150px;
	text-align: left;
	line-height: 1.7;
	font-size: 11px;
	margin: 10px 0 0 50px;
}



/*----- MENTAL_D01.HTML （基礎講座の分）-----*/


.mendal_d_tit_img  {
	position: relative;
	top: -100px;
	left: 435px;
	margin-bottom: -160px;
	width: 270px;
}

.mental_d_kiso   {
	width: 215px;
	float: left;
	margin: 0 0 0 10px;
}

.mental_d_kisolist  {
	background: url(../../img/course/bg_mental_d_list.jpg) no-repeat left top;
	width: 409px;
	height: 404px;
	float: right;
	padding: 18px 20px;
}

.mental_d_kisolist li  {
	background:url(../../img/course/dot_ul.gif) repeat-x left bottom;
	height: 16px;
	padding: 10px 0px;
}

.mental_d_kisolist li p {
	background: url(../../img/course/ico_openlist-trans.png) no-repeat left top;
	padding: 0 0 0 20px;
	color: #4b2b02;
}

.mental_d_step  {
	padding: 25px 0 0 95px;
	width:220px;
}

.mental_d_step h4  {
	margin-bottom: 20px;
}

.mental_d_step .ul_step1  {
	margin: 0 0 0 30px;
}

.mental_d_step .ul_step1 li  {
	padding-bottom: 5px;
	font-size: 11px;
	color: #885c1b;
}

.mental_d_step2  {
	padding: 35px 0 0 15px;
	width:300px;
}

.mental_d_step2 .ul_step1  {
	margin: 5px 0 50px 10px;
}

.mental_d_step2 .ul_step1 li  {
	padding-bottom: 5px;
	font-size: 11px;
	color: #885c1b;
	float: left;
	margin: 0 20px 0 0;
}
	
.mental_d_bnr_box{
	width: 716px;
	height: 210px;
	padding: 15px 0 0 12px;
	background:url(../../img/course/bg_bnr_course_detail.jpg) no-repeat left top;
}
.mental_d_bnr_box .bnr_free{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.mental_d_bnr_box .bnr_contact{
	float: left;
	padding-bottom: 11px;
}



/*----- MENTAL_D01.HTML （基礎講座の分）-----*/

.other_d  {
	width: 320px;
	float: right;
	line-height: 1.5em;
}

.other_d h4  {
	font-size: 16px;
	color: #714d0c;
	padding: 17px 0 18px 0;
	line-height: 1.6em;
}

.semi_list li  {
	background:url(../../img/course/dot_ul.gif) repeat-x left bottom;
	padding: 10px 0px;
	color:#4b2b02;
}

.semi_list li.last  {
	background:none;
}

.semi_list li p {
	width: 100px;
	color: #465c17;
	font-weight:bold;
	text-align:center;
	float: left;
	margin: 0 25px 0 0;
	font-size: 14px;
}

.semi_list li a  {
	color:#486a00;
}

.semi_map  {
	margin: 5px 0 0 122px;
	border: solid 1px #d4d4d4;
}

.semi_form  {
	margin: 15px 0 0 122px;
	text-align:center;
}

.semi_form form  {
	width: 576px;
	height: 272px;
	background:url(../../img/course/bg_form.jpg) no-repeat;
	margin-top: -18px;
}

.semi_form ul  {
	padding: 10px 0 0 25px;
}

.semi_form ul li {
	width: 530px;
	text-align:left;
	line-height: 1.8em;
}

.semi_form ul li p  {
	width: 300px;
	background: url(../../img/course/ico_mental.png) no-repeat 8px 8px;
	font-size: 12px;
	color: #454545;
	text-align:left;
	font-weight: normal;
	padding-left: 25px;
}

.semi_form .bt_entry  {
	background-color: #ffffdd;
	border: none;
	width: 365px;
}

*+html .semi_form .bt_entry  {
	margin:-5px 0 0 0;
}
	




/*------------------------------------------------------
　　　　　　　　　＊ CONTACT ＊
-------------------------------------------------------*/
.bg_obj_newscontact{
	background-image: url(../../img/news/obj_news-trans.png);
	background-repeat: no-repeat;
	background-position: center 156px;
}
.contact_table{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.contact_table .hissu{
	font-size: 11px;
	color: #b40000;
	line-height: 2;
	padding-left: 3px;
}
.contact_table .title{
	background-image: url(../img/contact/ico_title.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.contact_table th{
	width: 30%;
	white-space:nowrap;
	background-image: url(../img/contact/bg_border01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	vertical-align: top;
}
.contact_table td{
	background-image: url(../img/contact/bg_border01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.contact_table .name{
	height: 20px;
	width: 253px;
}
.contact_table .age{
	height: 20px;
	width: 63px;
}
.contact_table .post{
	height: 20px;
	width: 165px;
	margin-bottom: 10px;
}
.contact_table .address{
	height: 20px;
	margin-top:8px;
	width: 420px;
}
.contact_table .tel{
	height: 20px;
	width: 253px;
}
.contact_table .e-mail{
	height: 20px;
	width: 253px;
}
.contact_table .contact{
	height: 170px;
	width: 420px;
	margin-bottom: 45px;
}
.attention_box_top{
	background-image: url(../img/contact/bg_attention_top.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 698px;
	padding-top: 10px;
	margin-bottom: 30px;
}
.attention_box_bottom{
	background-image: url(../img/contact/bg_attention_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 698px;
	padding-bottom: 10px;
}
.attention_box{
	background-image: url(../img/contact/bg_attention.png);
	background-repeat: repeat-y;
	width: 698px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.attention_box p{
	width: 592px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
.attention_box a{
	color: #039;
}
.contact_privacy_list{
	padding-bottom: 13px;
	padding-left: 32px;
	width: 642px;
}
.contact_privacy_list li{
	background-image: url(../img/contact/ico_title.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 15px;
	padding-left: 22px;
}
.contact_privacy_sign{
	background-image: url(../img/contact/bg_privacy.jpg);
	background-repeat: no-repeat;
	background-position: 11px 10px;
	width: 710px;
	margin-bottom: 30px;
}
.contact_privacy_sign .sign{
	padding-top: 12px;
	padding-left: 31px;
	float: left;
	width: 310px;
	line-height: 1.5;
}
.contact_privacy_sign .sign a{
	color: #6A8C1E;
}
/*------------------------------------------------------
　　　　　　　　　＊ FREE ＊
-------------------------------------------------------*/
.bg_obj_free{
	background-image: url(../../img/free/obj_free-trans.png);
	background-repeat: no-repeat;
	background-position: center 188px;
}
.photo_free{
	position: absolute;
	top: 52px;
	left: -47px;
}
.text_lead_free{
	clear: both;
	float: right;
	width: 430px;
	position: relative;
	padding-bottom: 5px;
}
.free_experience_box{
	background-image: url(../../img/free/bg_box-trans.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 716px;
	padding-left: -3px;
	position: relative;
	padding-bottom: 50px;
}
.free_experience_box a{
	color: #336600;
}
.free_experience_box .ttl_start{
	padding-top: 22px;
	padding-bottom: 24px;
	padding-left: 14px;
}
.free_experience_box .text_outline{
	padding-bottom: 15px;
	padding-left: 19px;
}
.free_experience_box .question_box_bottom{
	background-image: url(../../img/free/bg_question_bottom-trans.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 16px;
	float: left;
	width: 379px;
	margin-left: 7px;
}
.free_experience_box .question_box{
	background-image: url(../../img/free/bg_question-trans.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 379px;
}
.free_experience_box .question_box_bottom h3{
	margin-left: -21px;
}
.free_experience_box .text_question_outline{
	width: 345px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-top: 14px;
	letter-spacing: 0.02em;
}
.free_experience_box .question02_box_bottom{
	background-image: url(../../img/free/bg_question02_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 342px;
	margin-left: 18px;
	padding-bottom: 8px;
}
.free_experience_box .question02_box_top{
	background-image: url(../../img/free/bg_question02_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 342px;
	padding-top: 8px;
}
.free_experience_box .question02_box{
	background-image: url(../../img/free/bg_question02.jpg);
	background-repeat: repeat-y;
	background-position: top;
	width: 342px;
}
.free_experience_box .question02_box h4{
	font-weight: bold;
	color: #993366;
	background-image: url(../../img/free/bg_ttl_question02.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 317px;
	margin-left: 8px;
	padding-top: 11px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.free_experience_box .photo_sample{
	float: left;
	width: 92px;
	padding-left: 11px;
}
.free_experience_box .list_sample{
	float: right;
	width: 228px;
}
.free_experience_box .list_sample li{
	background-image: url(../../img/free/ico_sample.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.free_experience_box .text_briefing{
	width: 320px;
	padding-left: 14px;
}
.free_experience_box .free_box{
	background-image: url(../../img/free/bg_you-trans.png);
	background-repeat: no-repeat;
	background-position: right 17px;
	float: right;
	width: 290px;
	margin-right: 10px;
}
.free_experience_box .free_box h3{
	padding-top: 31px;
	padding-bottom: 25px;
}
.free_experience_box .free_box .text{
	width: 275px;
}
.free_experience_box .movie_box{
	background-image: url(../../img/free/bg_movie.png);
	background-repeat: no-repeat;
	background-position: center 94px;
	width: 293px;
	margin-left: -9px;
	height: 292px;
}
.free_experience_box .movie_box h3{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.free_experience_box .movie_box .movie{
	padding-left: 7px;
}
.free_table{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6px;
}
.free_table a{
	color: #336600;
}
.free_table .title{
	background-image: url(../../img/free/ico_title.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: bold;
}
.free_table th{
	width: 115px;
	background-image: url(../../img/free/bg_border01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	font-weight: bold;
	color: #333300;
}
.free_table td{
	background-image: url(../../img/free/bg_border01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 15px;
	padding-bottom: 15px;
}
.free_table .day{
	font-size: 14px;
	font-weight: bold;
	color: #4B2B02;
	padding-bottom: 20px;
}
.free_table .name{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-right: 4px;
}
.entry_box_top{
	background-image: url(../../img/free/bg_entry_top.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 648px;
	margin-left: 35px;
	padding-top: 12px;
	margin-bottom: 50px;
}
.entry_box{
	background-image: url(../../img/free/bg_entry.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 648px;
	padding-bottom: 10px;
}
.entry_box h3{
	padding-bottom: 18px;
	text-align: center;
}
.entry_box .text_outline{
	padding-left: 28px;
}
.entry_box_bottom{
	background-image: url(../../img/free/bg_entry_bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 655px;
	margin-left: -7px;
	height: 155px;
}
.entry_box_bottom .tel{
	padding-top: 31px;
	padding-left: 60px;
	padding-bottom: 17px;
}
.entry_box_bottom .btn{
	padding-left: 60px;
}
/*------------------------------------------------------
　　　　　　　　　＊ TOKYOMENTAL ＊
-------------------------------------------------------*/
.photo_tokyomental{
	position: absolute;
	top: 108px;
	left: -49px;
}
.tokyomental_tma_box{
	background-image: url(../../img/tokyomental/bg_tma.png);
	background-repeat: no-repeat;
	background-position: 11px bottom;
	width: 713px;
	margin-left: -3px;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 37px;
}
.tokyomental_tma_box .connect_box{
	background-image: url(../../img/tokyomental/bg_connect-trans.png);
	background-repeat: no-repeat;
	float: left;
	height: 424px;
	width: 363px;
}
.tokyomental_tma_box .connect_box h2{
	text-align: center;
	padding-top: 23px;
	padding-bottom: 22px;
}
.tokyomental_tma_box .connect_box p{
	text-align: left;
	width: 305px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5;
}
.tokyomental_tma_box .obj_point{
	position: absolute;
	left: 330px;
	top: 17px;
}
.tokyomental_tma_box .connect_box a.connect01{
	color: #336600;
}
.tokyomental_tma_box .connect_box a.connect02{
	color: #003399;
}
.tokyomental_tma_box .connect_box a.connect03{
	color: #996600;
}
.tokyomental_tma_box .connect_box a.connect04{
	color: #cc9900;
}
.tokyomental_tma_box .connect_box a.connect05{
	color: #9999cc;
}
.tokyomental_tma_box .connect_box a.connect06{
	color: #ff6699;
}
.academy_box{
	width: 710px;
	background-image: url(../../img/tokyomental/bg_academy.jpg);
	background-repeat: no-repeat;
	background-position: center 90px;
}
.academy_box h2{
	text-align: center;
	padding-top: 47px;
	padding-bottom: 196px;
}
.academy_box .text_academy01{
	width: 695px;
	padding-left: 15px;
}
.academy_box .text_academy01 p{
	padding-bottom: 18px;
}
.shortcut_box{
	background-image: url(../../img/tokyomental/bg_shortcut01.jpg);
	background-position: right top;
	width: 710px;
	margin-top: -90px;
	background-repeat: no-repeat;
	padding-top: 158px;
	padding-bottom: 45px;
}
.shortcut_box h2{
	padding-bottom: 50px;
	padding-left: 18px;
}
.shortcut_box .text_shortcut{
	padding-left: 284px;
	width: 430px;
	margin-left: -4px;
	background-image: url(../../img/tokyomental/bg_shortcut02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 15px;
}
.shortcut_box .text_shortcut p{
	padding-bottom: 18px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	width: 415px;
}
.tokyomental_bnr_box{
	width: 700px;
	padding-left: 6px;
	padding-bottom: 109px;
}
.tokyomental_bnr_box .bnr_free{
	float: left;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 11px;
}
.tokyomental_bnr_box .bnr_contact{
	float: left;
	padding-bottom: 11px;
}
/*----- FIRST -----*/
.photo_first{
	position: absolute;
	top: 85px;
	left: -49px;
}
.first_chance_box{
	background-image: url(../../img/tokyomental/bg_chance-trans.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 716px;
	margin-left: -3px;
	position: relative;
	padding-bottom: 45px;
}
.first_chance_box h2{
	text-align: center;
	padding-top: 23px;
	padding-bottom: 20px;
}
.first_chance_box p{
	padding-left: 25px;
}
.first_actual_box{
	padding-bottom: 120px;
} 
.first_actual_box h2{
	padding-left: 45px;
}
.actual_data_box_top{
	background-image: url(../../img/tokyomental/bg_data_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 670px;
	margin-left: 20px;
	padding-top: 14px;
}
.actual_data_box_bottom{
	background-image: url(../../img/tokyomental/bg_data_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 670px;
	padding-bottom: 14px;
}
.actual_data_box{
	background-image: url(../../img/tokyomental/bg_data.gif);
	background-repeat: repeat-y;
	background-position: top;
	width: 654px;
	padding-left: 16px;
}
.actual_data_box .data_bottom{
	float: left;
	margin-right: 12px;
	background-image: url(../../img/tokyomental/bg_datain_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 313px;
	padding-bottom: 10px;
	margin-bottom: 14px;
}
.actual_data_box .data{
	background-image: url(../../img/tokyomental/bg_datain.gif);
	background-repeat: repeat-y;
	height: 245px;
	padding-top: 7px;
}
.actual_data_box .data .data_chance{
	width: 293px;
	padding-left: 17px;
	padding-top: 10px;
}
.actual_data_box .data .data_chance dt{
	color: #996633;
	float: left;
	width: 236px;
	padding-bottom: 6px;
}
.actual_data_box .data .data_chance dd{
	padding-bottom: 6px;
}
.actual_data_box .data p{
	text-align: center;
}
.chance_senior{
	width: 576px;
	margin-left: 33px;
	position: relative;
	padding-bottom: 25px;
}
.chance_senior .chance_senior_voice{
	background-image: url(../../img/tokyomental/bg_chance_voice-trance.png);
	background-repeat: no-repeat;
	height: 173px;
	width: 233px;
	position: absolute;
	left: -30px;
	top: 5px;
}
.chance_senior .chance_senior_voice dt{
	position: absolute;
	width: 154px;
	left: 47px;
	top: 52px;
	font-weight: bold;
	color: #336600;
	text-align: center;
}
.chance_senior .chance_senior_voice dd{
	position: absolute;
	width: 150px;
	left: 45px;
	top: 84px;
	text-align: left;
	line-height: 1.7;
	font-size: 11px;
}
.first_7points_box{
	background-image: url(../../img/tokyomental/bg_7points.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 716px;
	margin-left: -3px;
}
.first_7points_box h2{
	padding-top: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
}
.first_7points_box .point_box{
	padding-bottom: 23px;
	width: 696px;
	margin-left: 11px;
}
.first_7points_box .point_box h3{
	float: left;
}
.first_7points_box .point_box h3{
	float: left;
}
.first_7points_box .point_box p.text{
	float: right;
	width: 575px;
	letter-spacing: 0.02em;
	line-height: 1.5;
}
.first_7points_box .point_box p.lead{
	padding-bottom: 12px;
	float: right;
	width: 575px;
}
/*------------------------------------------------------
　　　　　　　　　＊ COUNSELOR ＊
-------------------------------------------------------*/
.photo_counselor{
	position: absolute;
	top: 55px;
	left: -49px;
}
.counselor_about_box{
	position: relative;
	padding-bottom: 45px;
}
.counselor_about_box .text01_box{
	background-image: url(../../img/counselor/photo_counselor01.jpg);
	width: 713px;
	margin-left: -3px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 30px;
}
.counselor_about_box .text01_box .text01{
	width: 320px;
	padding-left: 12px;
}
.counselor_about_box .text01_box .text01 p{
	padding-bottom: 20px;
	line-height: 1.5;
}
.counselor_about_box .purpose_box{
	background-image: url(../../img/counselor/bg_purpose.jpg);
	background-repeat: no-repeat;
	height: 201px;
	width: 704px;
	margin-left: 9px;
	padding-bottom: 30px;
}
.counselor_about_box .purpose_box h3{
	text-align: center;
	padding-top: 16px;
	padding-bottom: 32px;
}
.counselor_about_box .purpose_box ul{
	padding-left: 228px;
}
.counselor_about_box .purpose_box li{
	padding-bottom: 8px;
}
.counselor_about_box p.text02{
	padding-left: 15px;
	letter-spacing: 0.02em;
	padding-bottom: 45px;
}
.counselor_license_box{
	position: relative;
	padding-bottom: 65px;
}
.counselor_license_box .text01_box{
	background-image: url(../../img/counselor/photo_counselor02.jpg);
	width: 713px;
	margin-left: -3px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 40px;
	padding-top: 5px;
}
.counselor_license_box .text01_box .text01{
	width: 320px;
	padding-left: 12px;
}
.counselor_license_box .text01_box .text01 p{
	padding-bottom: 20px;
	line-height: 1.5;
}
.counselor_license_box .text03{
	padding-left: 15px;
	letter-spacing: 0.02em;
	padding-bottom: 20px;
}

.reaf{
    background-image: url("../img/contact/ico_title.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
	margin:16px 0;
}

/*----- COUNSELOR_2nd.HTML -----*/

.couselor_basic_outline_box .step_inner_2ndbox{
	min-height: 305px;
	width: 700px;
	margin-left: 5px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 28px;
}
.couselor_basic_outline_box .step_inner_2ndbox .outline{
	position: absolute;
	width: 276px;
	left: 19px;
	top: 20px;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.couselor_basic_outline_box .step_inner_2ndbox .object{
	position: absolute;
	left: 366px;
	top: 14px;
}
.couselor_basic_outline_box .step_inner_2ndbox .term{
	position: absolute;
	left: 474px;
	top: 194px;
}
.couselor_basic_outline_box .step_inner_2ndbox .ttl_keyword{
	position: absolute;
	left: 12px;
	top: 243px;
}
.couselor_basic_outline_box .step_inner_2ndbox .ttl_learn{
	position: absolute;
	left: 98px;
	top: 38px;
}
.couselor_basic_outline_box .step_inner_2ndbox .list_learn{
	position: absolute;
	left: 121px;
	top: 77px;
	width: 203px;
}
.couselor_basic_outline_box .step_inner_2ndbox .list_keyword{
	position: absolute;
	left: 24px;
	top: 308px;
	width: 260px;
}
.couselor_basic_outline_box .step_inner_2ndbox li{
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-bottom: 2px;
	padding-left: 10px;
	white-space: nowrap;
	background-image: url(../../img/course/ico_2nd_learn-trans.png);
	color: #996633;
}
.couselor_basic_outline_box .step_inner_2ndbox.step1{
	background-image: url(../../img/course/bg_step1_2nd.jpg);
}

.couselor_basic_outline_box .step_inner_2ndbox .list_keyword li{
	float: left;
	padding-right: 17px;
}
.couselor_basic_outline_box .step_inner_2ndbox .get{
	position: absolute;
	right: 18px;
	top: 250px;
}

/*----- COUNSELOR_1st.HTML -----*/

.couselor_basic_outline_box .step_inner_1stbox{
	min-height: 305px;
	width: 700px;
	margin-left: 5px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 28px;
}
.couselor_basic_outline_box .step_inner_1stbox .outline{
	position: absolute;
	width: 276px;
	left: 19px;
	top: 20px;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.couselor_basic_outline_box .step_inner_1stbox .object{
	position: absolute;
	left: 366px;
	top: 14px;
}
.couselor_basic_outline_box .step_inner_1stbox .term{
	position: absolute;
	left: 474px;
	top: 194px;
}
.couselor_basic_outline_box .step_inner_1stbox .ttl_keyword{
	position: absolute;
	left: 12px;
	top: 243px;
}
.couselor_basic_outline_box .step_inner_1stbox .ttl_learn{
	position: absolute;
	left: 98px;
	top: 38px;
}
.couselor_basic_outline_box .step_inner_1stbox .list_learn{
	position: absolute;
	left: 121px;
	top: 77px;
	width: 203px;
}
.couselor_basic_outline_box .step_inner_1stbox .list_keyword{
	position: absolute;
	left: 24px;
	top: 308px;
	width: 260px;
}
.couselor_basic_outline_box .step_inner_1stbox li{
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-bottom: 2px;
	padding-left: 10px;
	white-space: nowrap;
	background-image: url(../../img/course/ico_1st_learn-trans.png);
	color: #996633;
}
.couselor_basic_outline_box .step_inner_1stbox.step1{
	background-image: url(../../img/course/bg_step1_1st.jpg);
}

.couselor_basic_outline_box .step_inner_1stbox .list_keyword li{
	float: left;
	padding-right: 17px;
}
.couselor_basic_outline_box .step_inner_1stbox .get{
	position: absolute;
	right: 18px;
	top: 250px;
}

/*Contact form*/
span.wpcf7-list-item { display: block; }
span.wpcf7-radio span.wpcf7-list-item,
span.privacy span.wpcf7-list-item {display:inline;}
span.wpcf7-not-valid-tip-no-ajax { color:#b40000;}
.wpcf7-validation-errors {color:#b40000;}


div.wpcf7 {
    margin: 0;
    padding: 0;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}
span.wpcf7-form-control-wrap {
    position: relative;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    background: #fff;
    border: 1px solid #ff0000;
    font-size: 10pt;
    width: 280px;
    padding: 2px;
}
span.wpcf7-not-valid-tip-no-ajax {
    color: #f00;
    font-size: 10pt;
    display: block;
}
span.wpcf7-list-item {
    margin-left: 0.5em;
}
.wpcf7-display-none {
    display: none;
}
div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
}
div.wpcf7 .watermark {
    color: #888;
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-not-valid {
    background: pink;
}

/*------form---------*/
.form01_table{
	width: 710px;
	border-top: 2px solid #705539;
	border-left: 2px solid #705539;
	border-collapse: collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.form01_table th{
	border-bottom: 2px solid #705539;
	border-right: 2px solid #705539;
	font-weight: bold;
	color: #4d2d0c;
	background-color: #f4f4f4;
	padding: 4px 4px 4px 6px;
	text-align: center;
	vertical-align: middle;
}
.form01_table td{
	border-bottom: 2px solid #705539;
	border-right: 2px solid #705539;
	padding: 6px 4px 3px 6px;
}

.primary_form form{width:710px;}


/*btn_more*/
.btn_more {
	clear:both;
	float:right;
	padding-top:15px;
	margin-bottom:15px;
}





/********************/
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


.ti {
	font-size: 20px;
	line-height: 1.5em;
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a89c8e;
	/*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho" , serif;*/
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color: #776245;
	width: 751px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.ti_attention {
	font-size: 18px;
	color: #9b150c;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 0px;
	border-bottom-style: none;
}


.caution {
	font-size: 11px;
	color: #b40000;
	padding-left: 15px;
	line-height: 130%;
}


.bloc_common {
	clear: both;
	padding-bottom: 40px;
}

.bloc_att_wrap {
	background-image: url(../img/contact/attention_bloc_foot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: auto;
	width: 583px;
	padding-bottom: 20px;
}
.bloc_att_inner {
	background-image: url(../img/contact/attention_bloc_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
}
.bloc_att_main {
	background-image: url(../img/contact/attention_bloc_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 30px;
	padding-left: 30px;
}


.bloc_sslmark {
	float: right;
	height: auto;
	width: 168px;
}
.bloc_sslmark .secom {
	text-align: center;
	float: left;
	width: 93px;
}

.bloc_sslmark .secom p {
	font-size:9px;
	text-align:center;
	line-height:130%;
	color:3000;
}

.bloc_sslmark .policy {
	float: right;
	width: 75px;
	padding-top:15px;
}



.bloc_textarea_wrap {
	background-image: url(../img/contact/waku_footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	height: auto;
	width: 763px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.bloc_textarea_inner {
	background-image: url(../img/contact/waku_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
}
.bloc_textarea_main {
	background-image: url(../img/contact/waku_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 12px;
	padding-left: 12px;
}

#image-btn {
    border: 0px;
    width: 180px;
    height: 45px;
	cursor:pointer;
    background: url(../img/contact/form_action02.gif) left top no-repeat;
}

#image-btn2 {
    border: 0px;
    width: 180px;
    height: 45px;
	cursor:pointer;
    background: url(../img/contact/form_action05.gif) left top no-repeat;
}


.bloc_textarea {
	height: 200px;
	overflow: auto;
	padding-right: 20px;
}

.bloc_textarea ol {
	list-style-position: outside;
	padding-left: 17px;
}
.bloc_textarea ol li {
	list-style:decimal;
	margin-bottom:8px;
}



.bloc_form {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#copyright {
	text-align:center;
	color: #776245;
}


.bloc_common a {
	color:#b2d545;
}




.bloc_form table td .graywrap {
	border: 1px solid #999;
	background-color: #eeeeee;
	padding: 8px;
	width:400px;
}

.bloc_form table td .graywrap01 {
	margin-top:5px;
}
.bloc_form table td .graywrap02 {
	margin-bottom:5px;
}
.bloc_form table td .graywrap03 {
	margin-top:0px;
	margin-bottom:0px;
}

.bloc_form table td .graywrap dl {
}
.bloc_form table td .graywrap dt {
	width: 25px;
	display: block;
	clear: both;
	float: left;
	vertical-align:top;
}
.bloc_form table td .graywrap dd {
	width: 370px;
	padding-left: 0px;
	float: left;
	margin-bottom:5px;
}



.bloc_complete {
	text-align: center;
	padding-top:85px;
	padding-bottom:150px;
}


.mb15 {
	margin-bottom:15px;
}
