<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 初期化
-------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
}

body {
	background: #fffcf1;
	color: #2b2b2b;
	font-size: 14px;
	line-height: 1.6;
	font-family: "メイリオ" , "ＭＳ Ｐゴシック" , "ＭＳ ゴシック" , "Hiragino Kaku Gothic Pro" , "ヒラギノ角ゴ Pro W3" , "Arial" ,  "Helvetica" , sans-serif;
}


ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
}

a:hover img {
/*
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all .5s;
	transition: all .5s;
*/
}
img.spThmbImg { width: 8vh; height: 8vh;
-moz-box-shadow:
  3px 3px 3px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,0.7);
-webkit-box-shadow:
  3px 3px 3px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,0.7);
box-shadow:
  3px 3px 3px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,0.7);}

img.pcthmbImg {
-moz-box-shadow:
  3px 3px 3px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,0.7);
-webkit-box-shadow:
  3px 3px 3px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,0.7);
box-shadow:
  3px 3px 3px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,0.7);
}
img.thmbImg { max-width: 100%; height: auto; }

img {
	border: 0;
}

address {
	font-style: normal;
}

p {
	line-height: 1.5;
}

.t_bold {
	font-weight: bold;
}

.t_red {
	color: #ff0000;
}

/* clearfix */
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}

/* float */
.fL {
	float: left;
}

.fR {
	float: right;
}

.ma { margin: 0 auto;}
.mb0 {margin-bottom: 0px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}

/* font-size */
.mini {
	font-size: 0.8em;
}

/* align */
.t_left {
	text-align: left !important;
}
.t_center {
	text-align: center !important;
}
.t_right {
	text-align: right !important;
}


.oh { overflow: hidden;}










































@media print,screen and (min-width: 641px){

.sp {display: none!important;}
.pc {display: block!important;}


a::before,a::after { position: absolute; z-index: -1; display: block; content: '';}
a,a::before,a::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .3s; transition: all .3s; }



/*----------------*/
/*  #header     */
/*----------------*/
#header {
	width: 100%;
	border-top: 5px solid #d7bf9f;
}
#header .h_cell {
	width: 1000px;
	height: 90px;
	margin: 0 auto;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 10px;
	left: 0px;
}
#header p {
	position: absolute;
	top: 35px;
	right: 0px;
	font-size: 14px;
	color: #81b925;
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/*----------------*/
/*  #gmenu      */
/*----------------*/

#gmenu {
	width: 100%;
  background: -moz-linear-gradient(top, #90522c, #6d3b1b);
  background: -webkit-linear-gradient(#90522c, #6d3b1b);
	background: linear-gradient(top, #90522c, #6d3b1b);
  background: -ms-linear-gradient(top, #90522c, #6d3b1b);
  height: 55px;
	margin-bottom: 22px;
  overflow: hidden;
}


#gmenu ul {
	display: block;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 55px;
}
#gmenu ul:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}
#gmenu ul li {
	float: left;
	width: 100px;
	height: 55px;
	background: url(../image/gmenu_line.png) no-repeat 0% 50%;
	padding: 0;
	text-align: center;
	color: #e5d4b4;
	font-size: 15px;
	line-height: 1.2;
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#gmenu ul li span {
	font-size: 8px;
	/*color: #fbf791;*/ color: #fff;
	display: block;
	padding-top: 5px;
}

#gmenu ul li:nth-child(1) {
	width: 115px;
}
#gmenu ul li:nth-child(2) {
	width: 180px;
}
#gmenu ul li:nth-child(3) {
	width: 195px;
}
#gmenu ul li:nth-child(4) {
	width: 105px;
}
#gmenu ul li:nth-child(5) {
	width: 125px;
}
#gmenu ul li:nth-child(6) {
	width: 150px;
}
#gmenu ul li:nth-child(7) {
	width: 130px;
	background: url(../image/gmenu_line.png) no-repeat 0% 50%, url(../image/gmenu_line.png) no-repeat 100% 50%;
}
	
#gmenu ul li a {
  display: block;
  width: 100%;
  height: 55px;
  /*color: #e5d4b4;*/ color: #fff;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#gmenu ul li a:hover {
  background: rgba(184,132,77,1);
}

#gmenu ul li a.current {
  background: rgba(184,132,77,1);
}
#gmenu ul li a.current:hover {
  background: rgba(184,132,77,1);
}

/*----------------*/
/*  .pkz     */
/*----------------*/
.pkz {
	text-align: right;
	font-size: 12px;
}

.pkz li {
	display: inline;
	list-style-type: none;
}
.pkz li:after {
	content:" &gt; ";
}
.pkz li:last-child:after {
        content: none;
}
.pkz a {
	color: #333333;
	text-decoration: underline;
}
/*----------------*/
/*  #footer      */
/*----------------*/
#footer {
	width: 100%;
	background: #dbd0a8;
	padding: 30px 0 50px;
	border-bottom: 25px solid #bbab71;
}
#footer .f_cell {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#footer ul {
	padding: 0px 0 15px;
	list-style-type: none;
	text-align: left;
}
#footer ul:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}
#footer ul li {
    float: left;
    background: url(../image/icon_footer_arrow.png) no-repeat left center;
    padding: 0px 35px 0 15px;
    text-align: left;
    color: #494949;
    font-size: 12px;
    line-height: 2.5;
}
#footer ul li:last-child {
}
#footer ul li a {
	color: #494949;
}
#footer .copy {
	color: #494949;
	margin-top: 5px;
	font-size: 12px;
	float: left;
}
#footer .oldsite {
	float: right;
}

#footer .btnpagetop {
	position: fixed;
	bottom: 20px;
	right: 50px;
	z-index: 1000;
}


#footer_sp {
	display: none;
}
#footer_sp_btn {
	display: none;
}


/*----------------*/
/*  index page      */
/*----------------*/
/*
#index #fv {
	width: 100%;
	height: 344px;
	margin: 0 0 20px;
	background: url(../image/index_fv_pc.jpg) no-repeat center center;
	background-size: 100% 100%;
	border-top: 7px solid #eae8d9;
	box-shadow:0 7px #eae8d9;
	padding: 0;
}
*/
#index #fv {
	margin: 0px 0 15px 0;
	width: 100%;
	height: 330px;
	background: url(../image/kv.png) no-repeat center top, #fff;
	border-top: 5px solid #EAE8D9;
	border-bottom: 5px solid #EAE8D9;
	text-indent: -9999px;
}
#index #fv p {
	margin: 0;
	text-align: center;
	padding: 0;
	line-height: 1;
}

/**--------------------------------**/
.bn_book {
	margin: 0 auto 50px auto;
	width: 997px;
	padding-top: 15px;
	text-align: center;
}
	
.bn_book02 {
    margin-bottom: 15px;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.bn_book02 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}	
	

.bn_book p , .bn_book02 p {
	margin-top: 10px;
}
.bn_book p a , .bn_book02 p a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.bn_book p a:hover , .bn_book02 p a:hover {
	color: #c80005;
}
/**--------------------------------**/
	
#index .index_cell {
	margin: 0 auto;
	width: 1000px;
}

#index h2 {
	text-align: center;
	background: url(../image/h2_line.jpg) repeat-x bottom;
	padding: 15px 0 25px;
	margin: 0 auto;
	margin-bottom: 25px;
	width: 1000px;
}

#index .index_blog ul {
	display: block;
	margin-bottom: 25px;
}

#index .index_blog li {
	float: left;
	width: 439px;
	position: relative;
	border: 1px solid #e4dbb7;
	background: #fff;
	padding: 24px;
	min-height: 146px;
	margin: 0 20px 25px 0;
  overflow: hidden;
}

#index .index_blog li:nth-child(2n) {
	margin: 0 0px 25px 0;
}
#index .index_blog li .category {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
#index .index_blog li .new {
	position: absolute;
	top: 17px;
	right: 17px;
}
#index .index_blog li .image {
	position: absolute;
	top: 24px;
	left: 24px;
}
#index .index_blog li .title {
	padding-left: 164px;
	width: 224px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}
#index .index_blog li .txt {
	padding-left: 164px;
	width: 280px;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 0px;
}

#index .index_reason {
	margin:0 auto;
	position: relative;
	width: 1300px;
}
#index .index_reason .reason01 {
	position: absolute;
	top: 0px;
	left: 158px;
}
#index .index_reason .reason01_txt {
	position: absolute;
	top: 106px;
	left: 229px;
	font-size: 15px;
	line-height: 24px;
}

#index .index_reason .reason02 {
	position: absolute;
	top: 187px;
	left: 156px;
}
#index .index_reason .reason02_txt {
	position: absolute;
	top: 293px;
	left: 229px;
	font-size: 15px;
	line-height: 24px;
}

#index .index_reason .reason03 {
	position: absolute;
	top: 347px;
	left: 156px;
}
#index .index_reason .reason03_txt {
	position: absolute;
	top: 452px;
	left: 229px;
	font-size: 15px;
	line-height: 24px;
}

#index .index_reason .reason04 {
	position: absolute;
	top: 508px;
	right: 150px;
}
#index .index_reason .reason04_txt {
	position: absolute;
	top: 614px;
	right: 150px;
	font-size: 15px;
	line-height: 24px;
	width: 530px;
}

#index .index_reason .reason05 {
	position: absolute;
	top: 718px;
	right: 248px;
}
#index .index_reason .reason05_txt {
	position: absolute;
	top: 822px;
	right: 150px;
	font-size: 15px;
	line-height: 24px;
	width: 530px;
}

#index .index_course {
	position: relative;

}
#index .index_course .icon {
	position: absolute;
	top: 40px;
	left: -5px;
	z-index: 100;
}
#index .index_course .title {
	display: block;
	margin: 0 0 20px 140px;
}
#index .index_course ul {

}

#index .index_course ul:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}
#index .index_course ul.bnr li {
	float: left;
	font-size: 10px;
	margin: 0 16px 20px 0;
	text-align: center;
}
#index .index_course ul.bnr li:last-child {
	margin: 0 0px 20px 0;
}
#index .index_course ul.bnr li {
	float: left;
	font-size: 12px;
	margin: 0 16px 20px 0;
	text-align: center;
}
#index .index_course ul.bnr li:last-child {
	margin: 0 0px 20px 0;
}

#index .index_course ul.btn {
	width: 800px;
	margin: 0 auto;
}

#index .index_course ul.btn li {
	float: left;
	margin-bottom: 70px;
}

#index .index_course ul.btn li:last-child {
	float: right;
}

#index .index_voice{
	margin-bottom: 50px;
}

#index .index_voice:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}

#index .index_voice li{
	float: left;
	width: 274px;
	position: relative;
	border: 1px solid #e4dbb7;
	background: url(../image/index_icon_voice.png) no-repeat 15px top, url(../image/voice_bg.png) no-repeat top, #f6f4ed;
	padding: 24px 23px;
	height: auto;
	margin: 0 16px 25px 0;
	border-radius: 5px;
}

#index .index_voice li:nth-child(3n){
	margin: 0 0px 25px 0;
}

#index .index_voice li .title{
	font-size: 16px;
	line-height: 24px;
	color: #6fa615;
	font-weight: bold;
	margin-bottom: 15px;
}

#index .index_voice li .image {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

#index .index_voice li .txt{
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 15px;
}

#index .index_voice li .more{
	display: block;
  text-align: right;
}


/*----------------*/
/*  kasou page      */
/*----------------*/
#kasou {}


#kasou .kasou_cell {
	margin: 0 auto;
	width: 1000px;
	padding-bottom: 50px;
}
#kasou .kasou_cell:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}

#kasou h2 {
	text-align: center;
	background: url(../image/h2_line.jpg) repeat-x bottom;
	padding: 15px 0 25px;
	margin-bottom: 25px;
}
#kasou h3.h3_course {
	border-bottom: 3px solid #cab493;
	padding-left: 5px;
	margin-bottom: 30px;
}

#kasou h3.h3_icon {
  font-size: 18px;
  margin: 0 0 0px 0;
  padding: 0px 0px 10px 42px;
  position: relative;
  text-align: left;
  line-height: 20px;
}
#kasou h3.h3_icon::before {
  content: '';
  position: absolute;
  background: url(../image/h3_icon.png) no-repeat left top;
  left: 0px;
  top: 0px;
  right: 0;
  background-size: 31px 27px;
  width: 31px;
  height: 27px;
  margin: auto auto auto 0;
}





/*----------------*/
/*  pp      */
/*----------------*/
#kasou .ppArea {
	background: #f9f5de;
	margin: 0 15px;
	border-radius: 15px;
	padding: 50px 40px;
}

#kasou .ppArea h3 {
	border-bottom: 1px solid #fff;
}
#kasou .ppArea dl.pp {
  margin: 0 0 50px 0;
  font-size: 15px;
}
#kasou .ppArea dl.pp dt {
  clear: both;
  display: block;
  float: left;
  margin: 0 0px;
  padding: 10px 0 10px 20px;
  width: 210px;
}
#kasou .ppArea dl.pp dd {
  border-bottom: solid 1px #fff;
  display: block;
  padding: 10px 0 10px 230px;
  margin: 0;
}
#kasou .ppArea dl.pp a {
	color: #333;
	text-decoration: underline;
}



/*----------------*/
/*  contact      */
/*----------------*/
#kasou .contact_txt {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 35px;
}

#kasou .contactArea {
	background: #f9f5de;
	margin: 0 15px;
	border-radius: 15px;
	padding: 50px 50px;
}
#kasou .contactArea dl.contact {
  margin: 0 0 30px 0;
  font-size: 18px;
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
}
#kasou .contactArea dl.contact p {
	margin-bottom: 10px;
}
#kasou .contactArea dl.contact dt {
  clear: both;
  display: block;
  float: left;
  margin: 0 0px;
  padding: 10px 10px 20px 20px;
  width: 145px;
  text-align: right;
}
#kasou .contactArea dl.contact dd.icon {
  display: block;
  float: left;
  margin: 0 0px;
  padding: 10px 0 20px 0px;
  width: 115px;
}
#kasou .contactArea dl.contact dd.icon span {
	padding: 2px 10px;
	background: #ac0019;
	color: #fff;
	border-radius: 5px;
}
#kasou .contactArea dl.contact dd.input_cell {
  display: block;
  padding: 0px 0 20px 270px;
  margin: 0;
}

/*-プレビュー調整--------------------------*/

#kasou .preview .contactArea dl.contact dt {
}
#kasou .preview .contactArea dl.contact dd.icon {
}
#kasou .preview .contactArea dl.contact dd.icon span {
}
#kasou .preview .contactArea dl.contact dd.input_cell {
	padding-top: 10px;
}

/**/



#kasou .contactArea dl.contact:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}
#kasou .contactArea dl.contact dd.input_cell.dd_radio {
  padding: 10px 0 20px 270px;
}
#kasou .contactArea dl.contact dd.input_cell input[type="text"] {
	vertical-align: middle;
}
#kasou .contactArea dl.contact dd.input_cell input[type="radio"] {
	padding: 3px;
}
#kasou .contactArea dl.contact dd.input_cell .txt_01 {
	padding: 0 5px;
	width: 530px;
	height: 38px;
	border-radius: 5px;
	border: 3px solid #81b925;
	font-size: 16px;
}
#kasou .contactArea dl.contact dd.input_cell .txt_02 {
	padding: 0 5px;
	width: 165px;
	height: 38px;
	border-radius: 5px;
	border: 3px solid #81b925;
}
#kasou .contactArea dl.contact dd.input_cell .txtArea {
	width: 530px;
	height: 300px;
	border-radius: 5px;
	border: 3px solid #81b925;
}
#kasou .contactArea dl.contact dd.input_cell select {
	margin-top: 2px;
	padding: 0 5px;
	width: 545px;
	height: 42px;
	border-radius: 5px;
	border: 3px solid #81b925;
	font-size: 16px;
}

#kasou .contactArea dl.contact dd.input_cell .cfont01 {
	color: #c00; font-weight: bold;
}

#kasou .contactArea dl.contact a {
	color: #333;
	text-decoration: underline;
}
#kasou .mini { width: 530px; font-size: 14px; line-height: 1.3;  overflow: hidden;}

/*
.radio01-input{
  display: none;
}
.input_cell .dd_radio .wpcf7-list-item{
  padding-left: 25px;
  position:relative;
  margin-right: 35px;
}
.input_cell .dd_radio .wpcf7-list-item::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}
.radio01-input:checked + .input_cell .dd_radio .wpcf7-list-item{
  color: #009a9a;
}
.radio01-input:checked + .input_cell .dd_radio .wpcf7-list-item::after{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #009a9a;
  border-radius: 50%;
}
*/

.radio01-input{
  display: none;
}
.radio01-parts{
  padding-left: 25px;
  position:relative;
  margin-right: 35px;
}
.radio01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}
.radio01-input:checked + .radio01-parts{
  color: #009a9a;
}
.radio01-input:checked + .radio01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #009a9a;
  border-radius: 50%;
}

.scroll {
	width: 490px;
	height: 260px;
	border-radius: 5px;
	border: 3px solid #81b925;
	padding: 20px;
	overflow-y: scroll;
	font-size: 14px;
	background: #fff;
	margin-top: 20px;
	margin-left: 20px;
}

#kasou .btn_submit {
	width: 535px;
	margin: 0 auto;
}
#kasou .submit {
	width: 535px;
	height: 54px;
	line-height: 54px;
	background: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
}

/*----------------*/
/*  aboutus      */
/*----------------*/
#kasou .aboutusArea {
	border-radius: 5px;
	border: 1px solid #e2dab9;
	padding: 25px 25px 0;
	background: #fff;
	margin-bottom: 15px;
}

#kasou .aboutusArea h3 {
	margin: 0px 0 20px;
	text-align: left;
	font-size: 24px;
	color: #81b826;
	font-weight: bold;
}

#kasou .aboutusArea h3.yakuzen {
	margin: 15px 0 20px;
	text-align: center;
}
#kasou .aboutusArea p {
	margin-bottom: 25px;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	padding: 0;
}

#kasou .aboutus_bnr{
	text-align: right;
}
#kasou .aboutus_bnr li{
	float: right;
	margin-left: 10px;
}

#kasou .aboutus_bnr:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}

#kasou .aboutus_cell {
	background: url(../image/about_img_01_pc.png) no-repeat bottom left;
	padding: 25px 0 160px;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 26px;
}


/*----------------*/
/*  profile      */
/*----------------*/
#kasou .profileArea{
	margin-top: 40px;
}

#kasou .profile_img{
	float: right;
	margin-left: 35px;
}

#kasou .profile {
	overflow: hidden;
}

#kasou .profile h4 {
	margin-bottom: 35px;
	font-size: 20px;
	line-height: 1.5;
}
#kasou .profile h4 span {
	font-size: 16px;
}



#kasou .profile_txt {
	margin-bottom: 35px;
	font-size: 16px;
	line-height: 26px;
}

#kasou .profileArea dl.career01,
#kasou .profileArea dl.career02,
#kasou .profileArea dl.career03 {
  margin: 0 0 35px 0;
  font-size: 14px;
}
#kasou .profileArea dl.career01 dt {
  clear: both;
  display: block;
  float: left;
  margin: 0 0px;
  padding: 10px 0 10px 5px;
  width: 70px;
}
#kasou .profileArea dl.career03 dt {
  clear: both;
  display: block;
  float: left;
  margin: 0 0px;
  padding: 10px 0 10px 5px;
  width: 120px;
}
#kasou .profileArea dl.career01 dd {
  border-bottom: solid 1px #e8e1c4;
  display: block;
  padding: 10px 0 10px 80px;
  margin: 0;
}
#kasou .profileArea dl.career02 dd {
  border-bottom: solid 1px #e8e1c4;
  display: block;
  padding: 10px 0 10px 5px;
  margin: 0;
}
#kasou .profileArea dl.career03 dd {
  border-bottom: solid 1px #e8e1c4;
  display: block;
  padding: 10px 0 10px 130px;
  margin: 0;
}

#kasou .profile_message {
	background: url(../image/profile_bg.png) no-repeat left top;
	padding: 35px 0 30px 290px;
	margin-bottom: 50px;
}

#kasou .profile_message h3 {
	margin-bottom: 25px;
}

#kasou .profile_message p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 26px;
}
#kasou .profileArea .kigyou{
	background-image:url(../image/profile_img_02.png) ;
	background-repeat:no-repeat;
	background-position:550px 30px;
	font-size:16px;
}
#kasou .profileArea .kigyou dl dt{
	font-size:18px;
	font-weight:bold;
}
#kasou .profileArea .kigyou dl dd{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #d7bf9f;
}
#kasou .profileArea .kigyou dl dd:last-child{
	border-bottom:0;
}
.h4_career {
	width: 140px;
	padding: 1px 0;
	background: #81b826;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}
#kasou .profileArea .kigyou ul{
	padding:20px 30px;
	background:#EBE5D3;
}
#kasou .profileArea .kigyou ul li{
	display:inline-block;
	width:49%;
}
.profileArea .kigyou .btn_irai{
	width:477px;
	margin:30px auto;

	background:#744128;
	text-align:center;
}
.profileArea .kigyou .btn_irai a{
	display:block;
	padding:15px 0;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	letter-spacing:1.2;
}
.btn_irai span:after{
	content:'';
	display:inline-block;
	margin-left:10px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*----------------*/
/*  course      */
/*----------------*/
#kasou .courseArea {
	float: right;
	overflow: hidden;
	width: 730px;
	padding: 0;
	margin: 0;
}

#kasou .course_ttl {
	background: #f1ecd7;
	border-radius: 5px;
	color: #5b5b5b;
	font-size: 18px;
	padding: 30px 35px;
	position: relative;
	margin-bottom: 15px;
}

#kasou .course_ttl .c_step {
	position: absolute;
	top: -14px;
	left: 14px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 2px 10px;
	background: #81b925;
}

#kasou .courseArea .course01 {
	background: url(../image/course01_img_01.png) no-repeat 100% top;
	height: 152px;
	padding: 40px 0 0 0;
}

#kasou .courseArea .course02 {
	background: url(../image/course02_img_01.png) no-repeat 100% top;
	position: relative;
	padding-bottom: 50px;
	margin-top: 30px;
}

#kasou .courseArea .course03 {
	background: url(../image/course03_img_01.png) no-repeat 100% 80px;
	margin-bottom: 40px;
	margin-top: 30px;
}

#kasou .courseArea .course04 {
	background: url(../image/course04_img_01.png) no-repeat 100% 80px;
	margin-bottom: 40px;
	margin-top: 30px;
}

#kasou .courseArea .course05 {
	background: url(../image/course05_img_01.png) no-repeat 100% 80px;
	margin-bottom: 40px;
	margin-top: 30px;
}

#kasou .courseArea .course06 {
	margin-bottom: 40px;
	padding-top: 30px;
}
#kasou .courseArea .course_cell {
	background: #f9f5de;
	border-radius: 10px;
	padding: 35px 0px;
	margin: 0 auto;
}

#kasou .courseArea .course_cell div {
	width: 654px;
	margin: 0 auto;
}

#kasou .courseArea .course_cell img {
	vertical-align: bottom;
	margin: 0 auto;
	text-align: center;
}
#kasou .courseArea .course_cell p {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
  padding-top: 5px;
}

#kasou .courseArea div.txt01 {
	width: 654px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	background: #ede894;
	color: #666;
}

#kasou .courseArea div.txt02 {
	width: 654px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	background: #d6e67e;
	color: #4d4f4e !important;
}

#kasou .courseArea div.txt02 p {
	margin-bottom: 15px;
}

#kasou .courseArea div.txt02 p.bnr {
	margin-bottom: 7px;
}

#kasou .courseArea div.txt03 {
	width: 654px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	background: url(../image/txt03_bg.png) repeat-y center;
	color: #666;
}

#kasou .half_cell:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}
#kasou .half_cell div.txt_h {
	float: left;
	display: block;
	width: 264px !important;
	margin: 0 0 0 60px;
	padding: 0;
	text-align: left !important;
}

#kasou .half_cell&gt;div.txt_h {margin-top: 10px!important;}

#kasou .half_cell .txt_h p {
	text-align: left !important;
}
#kasou .half_cell .txt_s {
	font-size: 11px !important;
	margin-top: 10px;
	line-height: 1.3 !important;
}
#kasou .courseArea .bnr_contact { margin: 20px 0;}
#kasou .courseArea .pp a { text-decoration: underline;}

/*表変更前*/
#kasou .courseArea .juken_cell {
	background: #f9f5de;
	border-radius: 10px;
	padding: 35px 35px;
	margin: 0 auto;
	margin-bottom: 50px;
}

#kasou .courseArea .juken_cell dl.juken {
}

#kasou .courseArea .juken_cell dl.juken.j_t {
	margin-bottom: 20px;
}

#kasou .courseArea .juken_cell dl.juken dt {
	font-size: 16px;
	padding: 0 5px 0;
	margin: 0 0 13px;
	color: #2b2b2b;
	line-height: 1.4;
	font-weight: bold;
}

#kasou .courseArea .juken_cell dl.juken dt span {
	font-size: 20px;
	color: #587f16;
	font-weight: bold;
}

#kasou .courseArea .juken_cell dl.juken dd {
	background: url(../image/course_line.png) repeat-x top left;
	padding: 20px 5px;
}

#kasou .courseArea .juken_cell dl.juken dd.j_detail {
	padding: 20px 20px;
}

#kasou .courseArea .juken_cell .btn_map {
	float:right;
}
#kasou .courseArea .juken_cell dl.juken dd:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}

#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dt {
	background: #d9efc9;
	margin: 0;
	border: 1px solid #dcdcdc;
}

#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dt p {
	float: left;
	font-size: 13px;
	padding: 7px 0;
	text-align: center;
	color: #8e8e8e;
	font-weight: normal;
}

#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dt p.k_kamoku {
	width: 32%;
}

#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dt p.k_koushi {
	width: 26%;
}

#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dt p.k_time {
	width: 37%;
}
#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dd {
	background: #ffffff;
	padding: 0;
	border: 1px solid #dcdcdc;
	border-top: none;
}
#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dd.bg_g {
	background: #fafef0;
}

#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dd p {
	float: left;
	font-size: 13px;
	padding: 7px 0;
	color: #2b2b2b !important;
}

#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dd p.k_kamoku {
	width: 32%;
	margin-left: 5%;
}

#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dd p.k_koushi {
	width: 26%;
}

#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dd p.k_time {
	width: 37%;
}
#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dt:after,
#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dd:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}
	
/*表変更後*/
#kasou .courseArea .juken_cell_table01 {
	margin: 0; padding: 0;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	background: #fff;
}
#kasou .courseArea .juken_cell_table01 .title th {
	font-weight: normal;
	text-align: center;
	background: #d3f3c6;
}
#kasou .courseArea .juken_cell_table01 th {
	margin: 0; padding: 9px 15px 7px 15px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
#kasou .courseArea .juken_cell_table01 td {
	margin: 0; padding: 9px 15px 7px 15px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
#kasou .courseArea .juken_cell_table01 td.txt {
	text-align: left;
}

#kasou .courseArea .juken_cell_table01 .w01 { width: 180px; }
#kasou .courseArea .juken_cell_table01 .w02 {}	
#kasou .courseArea .juken_cell_table01 .w03 { width: 60px; }
	
#kasou .courseArea .juken_cell_table01 .bg01 th,
#kasou .courseArea .juken_cell_table01 .bg01 td {
	background: #d3f3c6;
}
#kasou .courseArea .juken_cell_table01 .bg02 th,
#kasou .courseArea .juken_cell_table01 .bg02 td {
	background: #fafef0;
}
	
	
	
	

#kasou .course_ttl .course_area {
	position: relative;
}
#kasou .course_ttl .course_area {
	position: absolute;
	width: 270px;
	border-radius: 5px;
	text-align: center;
	padding: 10px 0px;
	color: #fff;
	top: 20px;
	right: 20px;
}

#kasou .course_ttl .course_area.nagoya_sat {
	background: #909a83;
}

#kasou .course_ttl .course_area.nagoya_week {
	background: #c7a66e;
}

#kasou .course_ttl .course_area.osaka {
	background: #6c4b47;
}


#kasou .courseArea .course02 h4,
#kasou .courseArea .course02 p,
#kasou .courseArea .course03 h4,
#kasou .courseArea .course03 p,
#kasou .courseArea .course04 h4,
#kasou .courseArea .course04 p,
#kasou .courseArea .course05 h4,
#kasou .courseArea .course05 p {
	z-index: 100 !important;
}

#kasou .courseArea .course01 p {
	font-size: 18px;
	line-height: 28px;
	width: 410px;
	margin-bottom: 60px;
	font-weight: bold;
}
#kasou .courseArea .course02 p,
#kasou .courseArea .course03 p,
#kasou .courseArea .course04 p,
#kasou .courseArea .course05 p,
#kasou .courseArea .course06 p {
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	width: 360px;
	margin-top: 20px;
	margin-left: 25px;
}
#kasou .courseArea .course06 p {
	width: auto;
}

#kasou .courseArea .attention {
	font-size: 13px;
	color: #bf0000;
}

#kasou .courseArea .juken_cell .juken p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
}

#kasou .courseArea .benefit {
	background: url(../image/benefit_bg.png) repeat;
	border-radius: 5px;
	color: #fff;
	margin: 0 30px 10px;
}

#kasou .courseArea .benefit:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}

#kasou .courseArea .juken_cell .benefit dt {
	float: left;
	width: 125px;
	text-align: center;
	padding: 10px 0px 10px !important;
	margin: 0 !important;
	background: rgba( 0, 0, 0, 0.1);
	color: #fff !important;
	font-size: 16px;
	line-height: auto;
	border-radius: 5px 0 0 5px;
}

#kasou .courseArea .juken_cell .benefit dd {
	float: left;
	text-align: left;
	padding: 10px 20px 8px !important;
	margin: 0 !important;
	background: none !important;
	font-size: 16px;
}
#kasou .courseArea .juken_cell .b_txt {
	margin-left: 30px;
}
#kasou .courseArea .juken_cell .kaijou {
	margin-bottom: 20px;
}

#kasou .courseArea .kaijou_img {
	float: left;
	margin-right: 20px;
}
#kasou .kaijou_attention {
	display: block;
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 1.7;
	padding-left: 30px;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd {
	background: none;
}
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 {
	margin-bottom: 20px;
}
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dt {
	background: #d9efc9;
	margin: 0;
	border: 1px solid #dcdcdc;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dt p {
	float: left;
	font-size: 13px;
	padding: 7px 0;
	margin: 0;
	text-align: center;
	color: #8e8e8e;
	font-weight: normal;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dt p.k_kamoku {
	width: 24%;
	box-shadow:1px 0 #dcdcdc;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dt p.k_koushi {
	width: 62%;
	box-shadow:1px 0 #dcdcdc;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dt p.k_time {
	width: 14%;
}
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dd {
	background: #ffffff;
	padding: 0;
	border: 1px solid #dcdcdc;
	border-top: none;
}
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dd.bg_g {
	background: #fafef0;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dd p {
	float: left;
	font-size: 13px;
	padding: 7px 0;
	margin: 0;
	color: #2b2b2b !important;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dd p.k_kamoku {
	width: 21.5%;
	margin-left: 3%;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dd p.k_koushi {
	width: 58%;
	padding-left: 3%;
	box-shadow:1px 0 #dcdcdc,-1px 0 #dcdcdc;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dd p.k_time {
	width: 14%;
	text-align: center;
}
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dt:after,
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dd:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}


#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku03 {
	background: #d1f8c3;
	margin: 0;
	border-top: 1px solid #dcdcdc;
}
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku03 dd {
	background: #d1f8c3;
	padding: 0;
	border: 1px solid #dcdcdc;
	border-top: none;
}
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku03 dd.bg_g {
	background: #fafef0;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku03 dd p {
	float: left;
	font-size: 13px;
	padding: 7px 0;
	margin: 0;
	color: #2b2b2b !important;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku03 dd p.k_kamoku {
	width: 21.5%;
	margin-left: 3%;
	box-shadow:1px 0 #dcdcdc;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku03 dd p.k_koushi {
	width: 58%;
	display: block;
	overflow: hidden;
	padding-left: 3%;
	border-right: 1px solid #dcdcdc;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku03 dd p.k_time {
	width: 14%;
	text-align: center;
}
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku03 dt:after,
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku03 dd:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}


#kasou .courseArea .juken_cell .kamoku04 {
	background: #d1f8c3;
	margin: 20px 0 0;
	border-top: 1px solid #dcdcdc;
}
#kasou .courseArea .juken_cell dl.kamoku04 dd {
	background: #fff;
	padding: 0;
	border: 1px solid #dcdcdc;
	border-top: none;
}

#kasou .courseArea .juken_cell dl.kamoku04 dd p {
	float: left;
	font-size: 13px;
	padding: 7px 0;
	margin: 0;
	color: #2b2b2b !important;
}

#kasou .courseArea .juken_cell dl.kamoku04 dd p.k_kamoku {
	width: 21.5%;
	margin-left: 3%;
}

#kasou .courseArea .juken_cell dl.kamoku04 dd p.k_detail {
	width: 72%;
	padding-left: 3%;
	box-shadow:-1px 0 #dcdcdc;
}
#kasou .courseArea .juken_cell dl.kamoku04 dd:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}


#kasou .courseArea .setu_img {
	float: left;
	padding-right: 20px !important;
}



#kasou .courseArea .kengaku_cell {
	background: #e4eeb5;
	border-radius: 10px;
	padding: 25px 35px;
	margin: 0 auto;
	margin-bottom: 50px;
}
#kasou .courseArea .kengaku_cell p {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 15px;
}
#kasou .courseArea .kengaku_cell .contact_bnr {
	float: right;
	margin-top: 0;
	margin-left: 20px;
}


#kasou .courseArea .juken_cell dl.juken.faq dt {
	font-size: 16px;
	padding: 5px 5px 0 50px;
	margin: 0 0 0px;
	color: #2b2b2b;
	line-height: 1.4;
	min-height: 40px;
	font-weight: bold;
	background: url(../image/icon_q.png) no-repeat left top;
}

#kasou .courseArea .juken_cell dl.juken.faq dt span {
	font-size: 20px;
	color: #587f16;
	font-weight: bold;
}

#kasou .courseArea .juken_cell dl.juken.faq dd {
	background: url(../image/course_line.png) repeat-x top left, url(../image/icon_a.png) no-repeat left 25px;
	padding: 30px 5px 20px 50px;
}


#kasou .courseArea .juken_cell dl.juken.faq dd .bg_w {
	background: #fff;
	padding: 20px;
}

#kasou .courseArea .juken_cell dl.juken.faq dd .list_num {
	margin-bottom: 20px;
}

#kasou .courseArea .juken_cell dl.juken.faq dd .list_num li {
	border-bottom: 1px solid #c6c6c6;
	padding: 5px 5px 5px 40px;
	min-height: 26px;
	margin-top: 5px;
}

#kasou .courseArea .juken_cell dl.juken.faq dd .list_num li:nth-child(1) {
	background: url(../image/icon_01.png) no-repeat left top;
}

#kasou .courseArea .juken_cell dl.juken.faq dd .list_num li:nth-child(2) {
	background: url(../image/icon_02.png) no-repeat left top;
}

#kasou .courseArea .juken_cell dl.juken.faq dd .list_num li:nth-child(3) {
	background: url(../image/icon_03.png) no-repeat left top;
}

#kasou .courseArea .juken_cell dl.juken.faq dd .list_num li:nth-child(4) {
	background: url(../image/icon_04.png) no-repeat left top;
}

#kasou .courseArea .juken_cell dl.juken.faq dd .list_num li:nth-child(5) {
	background: url(../image/icon_05.png) no-repeat left top;
	border-bottom: none;
}
#kasou .courseArea .juken_cell dl.juken.faq dd .list_disc li {
	background: url(../image/icon_disc.png) no-repeat left center;
	padding: 5px 5px 5px 20px;
}
#kasou .courseArea .juken_cell .link {
	margin-bottom: 20px;
}
#kasou .courseArea .juken_cell .link a {
	background: url(../image/icon_arrow02.png) no-repeat right center;
	padding-right: 20px;
	color: #4d7a22;
	text-decoration: underline;
}

#kasou .courseArea .list_link {
	border-bottom: 3px solid #cab69b;
	padding:  0px 20px 20px;
	margin-bottom: 50px;
	display: block;
	overflow:hidden;
}

#kasou .courseArea .list_link li {
	float: left;
	font-size: 16px;
	margin-bottom: 10px;
}

#kasou .courseArea .list_link li a {
	color: #7f4d0c;
}

#kasou .courseArea .list_link li:nth-child(1),
#kasou .courseArea .list_link li:nth-child(2),
#kasou .courseArea .list_link li:nth-child(3),
#kasou .courseArea .list_link li:nth-child(4),
#kasou .courseArea .list_link li:nth-child(5),
#kasou .courseArea .list_link li:nth-child(6) {
	width: 22%;
	padding-left: 3%;
	background: url(../image/icon_arrow02.png) no-repeat left center;
}
#kasou .courseArea .list_link li:nth-child(7) {
	width: 47%;
	padding-left: 3%;
	background: url(../image/icon_arrow02.png) no-repeat left center;
}
#kasou .courseArea .list_link li:nth-child(8) {
	width: 97%;
	padding-left: 3%;
	background: url(../image/icon_arrow02.png) no-repeat left center;
}


/*----------------*/
/*  .blog      */
/*----------------*/

.blogArea {
	float: right;
	overflow: hidden;
	width: 730px;
	padding: 0;
	margin: 0;
}
.blogArea .blog_list {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1dbb8;
}
.blogArea .blog_list:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}

.blogArea .blog_list .photo {
	display: block;
	float: left;
	width: 197px;
	margin-right: 17px;
}

.blogArea .blog_list .txtArea {
	width: auto;
	overflow: hidden;
}

.blogArea .blog_list .txtArea .list_category {
	font-size: 14px!important;
	color: #71a71a;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px!important;
}

.blogArea .blog_list .txtArea .list_category img {
	vertical-align: middle;
	margin-right: 5px;
}

.blogArea .blog_list .txtArea .list_ttl {
	font-size: 18px;
	color: #000000;
	line-height: 1.4;
	margin-bottom: 10px!important;
}

.blogArea .blog_list .txtArea .list_detail {
	font-size: 14px!important;
	color: #000000;
	line-height: 1.4;
}

.blogArea .pagenation {
	text-align: center;
}

.blogArea .pagenation li {
	display: inline;
	margin: 0 5px;
}

.blogArea .none_pagenation {
	margin: 30px 0;
}

.blogArea .none_pagenation li {
	float: left;
}

.blogArea .none_pagenation li:last-child {
	float: right;
}



/*----------------*/
/*  blog detail      */
/*----------------*/
#kasou .blog_ttl {
	background: #f1ecd7;
	border-radius: 5px;
	color: #5b5b5b;
	font-size: 18px;
	padding: 30px 35px;
	position: relative;
	margin: 15px 0 5px;
}

#kasou .blog_ttl .blog_new {
	position: absolute;
	top: -10px;
	left: 10px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

#kasou .c_type {
	text-align: right;
	font-size: 14px;
	margin-bottom: 20px;
}

#kasou .c_type a {
	text-decoration: underline;
}

#kasou .blog_detail {
	margin: 50px 0 30px;
}

#kasou .blog_detail p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 26px;
}

#kasou .blog_tag {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 25px;
}
#kasou .blog_tag:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}
#kasou .blog_tag p {
	float: left;
	margin: 11px 10px 0;
}
#kasou .blog_tag li {
	float: left;
	margin: 10px 5px;
	font-size: 14px;
}
#kasou .blog_tag li a {
	text-decoration: underline;
}


/*----------------*/
/*  .sidemenu      */
/*----------------*/
#kasou .sidemenu {
	float: left;
	width: 225px;
	margin-right: 45px;
}
#kasou .flowAera {
	margin-bottom:	35px;
	margin-top: 20px;
}

#kasou .sidemenu .flow_cell {
	background: url(../image/side_bg.png) repeat;
	border-radius: 5px;
	color: #7f4d0c;
	font-size: 16px;
	line-height: 24px;
	padding: 25px 14px 10px;
	position: relative;
	margin-bottom: 0px;
}
#kasou .sidemenu .flow_cell a {
	color: #7f4d0c;
	text-decoration: none;
}
#kasou .sidemenu .flow_cell a img {
	vertical-align:top;
	margin-left: 5px;
}
#kasou .sidemenu .flow_cell .flow_step {
	position: absolute;
	top: -14px;
	left: 14px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 2px 5px;
	background: #81b925;
}
#kasou .sidemenu .flow_cell .flow_course {
	position: absolute;
	top: 20px;
	right: 8px;
}
#kasou .sidemenu .flow_cell .ttl {
	margin-bottom: 10px;
}
#kasou .sidemenu .flow_school {
	text-align: center;
	line-height: 1.6;
	font-size: 12px;
	margin-bottom: 5px;
}
#kasou .sidemenu .flow_school,
#kasou .sidemenu .flow_school a {
	color: #2d2d2d;
}

#kasou .sidebnrArea {
	margin-bottom: 10px;
}

#kasou .sidebnrArea p {
	margin-bottom: 10px;
	text-align: center;
}
	
/**--------------------------------**/
#kasou .sidebnrArea p.bn_book_link a {
	font-weight: bold;
	text-decoration: underline;
}
#kasou .sidebnrArea p.bn_book_link a:hover {
	color: #c80005;
}
/**--------------------------------**/
	
#kasou .sideentryArea {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	padding: 13px;
	margin-bottom: 15px;
}

#kasou .sideentryArea .ttl {
	text-align: center;
	color: #7f4d0c;
	font-weight: bold;
	font-size: 19px;
}

#kasou .sideentryArea li {
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dcdcdc;
}

#kasou .sideentryArea li:last-child {
	border-bottom: none;
}
#kasou .sideentryArea li .category {
	background: url(../image/icon_side_new.png) no-repeat;
	color: #71a71a;
	font-size: 14px;
	font-weight: bold;
	padding-left: 40px;
	margin-bottom: 5px;
}
#kasou .sideentryArea li .entry_ttl {
	font-size: 14px;
	line-height: 1.5;
}
#kasou .sideentryArea li .date {
	font-size: 10px;
	text-align: right;
}

#kasou .sideentryArea li .img {
  text-align: center;
  margin: 0 auto 3px!important;
}


#kasou .categoryAera {
	margin-bottom:15px;
}

#kasou .sidemenu .category_cell {
	background: url(../image/side_bg.png) repeat;
	border-radius: 5px;
	color: #7f4d0c;
	font-size: 16px;
	line-height: 24px;
	padding: 20px 14px 10px;
	position: relative;
	margin-bottom: 0px;
}
#kasou .sidemenu .category_cell a {
	color: #7f4d0c;
	text-decoration: none;
}
#kasou .sidemenu .category_cell .category_type {
	position: absolute;
	top: -14px;
	left: 14px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 2px 5px;
	background: #81b925;
}
#kasou .sidemenu .category_cell li {
	padding: 8px 0;
	border-bottom: 1px solid #ffffff;
}



}


























































































































/**---SP版------------------------------------------------------------**/

@media print,screen and (max-width: 640px){

.sp {display: block!important;}
.pc {display: none!important;}
body {
	width: 100%;
	color: #333333;
}
#wrapper { width: 100%; overflow: hidden;}
#mainContentsCell {padding-top: 16vw;}
/*----------------*/
/*  #header     */
/*----------------*/
#header {
	position: fixed;
	width: 100%;
	border-top: none;
	background: rgba(255,255,255,0.9);
		z-index: 9999;
}
#header .h_cell {
  display: table;
	width: 100%;
  height: 16vw;
	margin: 0 auto;
		z-index: 1000;
}
#header h1 {
	/*
	position: fixed;
	display: table-cell;
	top: 0;
	left: 0px;
	width: 50vw;
	height: 16vw;
	z-index: 1000;
	overflow: hidden;
	*/
	position: fixed;
	display: table-cell;
	top: 7px;
	left: 0px;
	width: 50vw;
	height: 16vw;
	z-index: 1000;
	overflow: hidden;
}
#header h1 img {
	width: 90%;
  height: auto;
  padding-left: 1vw;
  vertical-align: middle;
}
#header p {
	/*
	display: table-cell;
	position: fixed;
	top: 1.5vh;
	right: 17vw;
	width: 32vw;
	height: 14vw;
	/*padding: 0 1.5vw;*/
	font-size: 2.3vw;
	z-index: 1000;
	color: #333;
	vertical-align: middle;
	letter-spacing: -0.01em;
	*/
	display: table-cell;
	position: fixed;
	top: 2.1vh;
	left: 49vw;
	width: 32vw;
	height: 14vw;
	padding: 0 1vw;
	font-size: 2.3vw;
	z-index: 1000;
	color: #333;
	line-height: 1.5;
	vertical-align: middle;
}

#header .h_cell .sp {
  display: block;
  position: fixed;
  top:0;
  right:0;
  z-index: 999;
  width: 16vw;
  height: 16vw;
  background: #81b925;
  margin: 0 auto;
  text-align: center;
}
#header .h_cell .sp img {
  width: auto;
  height: 50%;
  padding-top: 25%;
}

#header .h_cell .sp img.switch {display: none;}
/*----------------*/
/*  #gmenu      */
/*----------------*/
#gmenu {
  display: none;
  width: 100%;
	height:	80vh;
  background: rgba(72,36,15,0.95);
  position: fixed;
  top:0;
  left:0;
  z-index: 1001;
  opacity: 0;
  overflow-y: scroll;
}
#gmenu ul {
	width: 100%;
	height:	auto;
}
#gmenu &gt; ul &gt; li {
	float: none;
	width: 100%;
  border-left: none;
  background: none;
  text-align: left;
  border-bottom: solid 1px #b6a79f;
  text-indent: 1em;
  font-size: 4vw;
  height: auto;
}
#gmenu &gt; ul &gt; li:last-child {
  border-bottom: none;
  text-align: right;
  padding: 1vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#gmenu &gt; ul &gt; li:last-child img {
  width: 40%;
  height: auto;
}

#gmenu  &gt; ul &gt; li &gt; a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 3vw 0;
}
#gmenu li a span {
	display: none;
}

#gmenu .subUl {
  border-top: dotted 1px #b6a79f;
}

#gmenu .subUl &gt; li {
	width: 100%;
  border-left: none;
  background: none;
  text-align: left;
  border-bottom: dotted 1px #b6a79f;
  padding-left: 1em;
  font-size: 4vw;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#gmenu .subUl &gt; li:last-child {
  border-bottom: none;
}

#gmenu .subUl &gt; li &gt; a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 3vw 0;
  text-indent: 1em;
}
#gmenu .subUl &gt; li &gt; span {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 3vw 0;
  text-indent: 1em;
}

#gmenu .imgUl {
  width: 90%;
  height: auto;
  margin-bottom: 1vh;

}

#gmenu .imgUl:after { content: ""; clear: both; height: 0; display: block; visibility: hidden; }


#gmenu .imgUl li {
  float: left;
  width: 30%;
  height: auto;
  margin: 0 3% 0 0;
}

#gmenu .imgUl li img {
  width: 100%;
  height: auto;
}

.pkz {
	display: none;
}


/*----------------*/
/*  #footer      */
/*----------------*/
#footer {
	display: none;
}



/*----------------*/
/*  #footer_sp     */
/*----------------*/

#footer_sp {
	display: block;
	width: 93.65%;
	background: #dbd0a8;
	padding: 10px 3.175% 60px;
	margin-top: 30px;
}
#footer_sp .copy {
	color: #494949;
	margin-top: 5px;
	font-size: 0.6em;
}
#footer_sp .oldsite {
	float: none;
	width: 42%;
}
#footer_sp .oldsite img {
	width: 100%;
}

#footer_sp_btn {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: #693727;
	z-index: 1000;
}


#footer_sp_btn .btnpagetop {
	position: fixed;
	bottom: 50px;
	right: 3.175%;
	width: 35px;
	z-index: 1000;
}

#footer_sp_btn .btnhome {
	position: fixed;
	bottom: 105px;
	right: 3.175%;
	width: 35px;
	z-index: 1000;
}

#footer_sp_btn .btnpagetop img,
#footer_sp_btn .btnhome img {
	width: 100%;
}

#footer_sp_btn li {
	float: left;
	height: 45px;
	padding: 5px 0 0;
	text-align: center;
	line-height: 1.3;
}

#footer_sp_btn li a {
	color: #fff;
}

#footer_sp_btn li:nth-child(1) {
	width: 17%;
	font-size: 0.7em;
	background: url(../image/footer_icon.png) no-repeat 50% 85%;
	background-size: 10px 10px;
}

#footer_sp_btn li:nth-child(2) {
	width: 17%;
	border-left: 1px solid #b49b93;
	font-size: 0.7em;
	background: url(../image/footer_icon.png) no-repeat 50% 85%;
	background-size: 10px 10px;
}

#footer_sp_btn li:nth-child(3) {
	width: 65%;
	border-left: 1px solid #b49b93;
	padding: 0;
	height: 50px;
	line-height: 50px;
	background: url(../image/footer_icon.png) no-repeat 98% 50%;
	background-size: 10px 10px;
	font-size: 0.9em;
}

/*----------------*/
/*  index page      */
/*----------------*/
#index #fv {
	width: 100%;
	margin: 0 auto;
	background: url(../image/index_fv_sp.jpg) no-repeat center top;
	background-size: 100% auto;
}
#index #fv p {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
#index #fv p img {
	width: 100%;
}

/**--------------------------------**/
.bn_book , .bn_book02 {
	margin-bottom: 30px;
	text-align: center;
}
	
.bn_book02 {
    margin-bottom: 15px;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.bn_book02 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
	
	
.bn_book img , .bn_book02 img {
	width: 100%;
	height: auto;
}
.bn_book p , .bn_book02 p {
	margin-top: 10px;
}
.bn_book p a , .bn_book02 p a {
	font-weight: bold;
	text-decoration: underline;
}
.bn_book p a:hover , .bn_book02 p a:hover {
	color: #c80005;
}
/**--------------------------------**/
	
#index .index_cell {
	width: 100%;
}

#index #fv {
	width: 100%;
}
#index #fv img {
	width: 100%;
	margin-bottom: 0px;
}

#index h2 {
	text-align: center;
	background: url(../image/h2_line.jpg) repeat-x bottom;
	padding: 15px 0 10px;
	margin: 0 auto;
	margin-bottom: 25px;
	width: 100%;
	z-index: 100;
}

#index h2 img {
	width: 100%;
}

#index .index_blog ul {
	display: block;
  width: 100%;
	margin: 0 auto 3vw;
}

#index .index_blog li {
	display: block;
	width: 93%;
  height: auto;
	position: relative;
	border: 1px solid #e4dbb7;
	background: #fff;
	padding: 4vw 2vw;
	min-height: auto;
	margin: 0 auto 5vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#index .index_blog li:after { content: ""; clear: both; height: 0; display: block; visibility: hidden; }

#index .index_blog li img {
	width: 100%;
  height: auto;
}

#index .index_blog li .category {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 25%;
  height: auto;
}
#index .index_blog li .category img {
	width: 100%;
  height: auto;
}
#index .index_blog li .new {
	position: absolute;
	top: 1.6%;
	right: 1.6%;
	width: 7%;
}
#index .index_blog li .image {
  display: block;
  float: left;
	width: 35%;
  height: auto;
  margin-right: 4.5%;
}
#index .index_blog li .title {
  display: block;
  float: left;
	width: 58%;
	font-size: 1.2em;
	line-height: 1.4;
	margin-bottom: 5px;
	font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 4.5vw;
}
#index .index_blog li .txt {
	display: block;
	float: left;
	width: 60%;
	/*font-size: 0.8em;*/ font-size: 1em;
	line-height: 1.4;
	margin-bottom: 0px;
}
#index .indexmt {
	position: relative;
	padding-bottom: 20px;
}
#index .indexmt h2 {
	position: absolute;
	top:0;
	left: 0;
}

#index .index_reason {
	margin:0 auto;
	position: relative;
	width: 100%;
}
#index .index_reason .reason01 {
	position: absolute;
	top: 10.65%;
	left: 0;
}
#index .index_reason .reason01_txt {
	position: absolute;
	top: 17.128%;
	left: 8.4375%;
	/*font-size: 3.5vw;*/ font-size: 3.8vw;
	line-height: 1.4;
	width: 89%;
}

#index .index_reason .reason02 {
	position: absolute;
	top: 23.92%;
	left: 0;
}
#index .index_reason .reason02_txt {
	position: absolute;
	top: 32.36%;
	left: 8.4375%;
	/*font-size: 3.5vw;*/ font-size: 3.8vw;
	line-height: 1.4;
	width: 89%;
}

#index .index_reason .reason03 {
	position: absolute;
	top: 39.13%;
	left: 0;
}
#index .index_reason .reason03_txt {
	position: absolute;
	top: 45.56%;
	left: 8.4375%;
	/*font-size: 3.5vw;*/ font-size: 3.8vw;
	line-height: 1.4;
	width: 89%;
}

#index .index_reason .reason04 {
	position: absolute;
	top: 50.71%;
	left: 0;
	width: 100% !important;
}
#index .index_reason .reason04_txt {
	position: absolute;
	top: 59.39%;
	left: 8.4375%;
	/*font-size: 3.5vw;*/ font-size: 3.8vw;
	line-height: 1.4;
	width: 89%;
}

#index .index_reason .reason05 {
	position: absolute;
	top: 72.24%;
	left: 0;
	width: 100%;
}
#index .index_reason .reason05_txt {
	position: absolute;
	top: 79.24%;
	left: 8.4375%;
	/*font-size: 3.5vw;*/ font-size: 3.8vw;
	line-height: 1.4;
	width: 89%;
}

#index .index_reason img {
	width: 100%;
	z-index: 1;
}

#index .index_course {
	margin-top: -100px;
	position: relative;

}
#index .index_course .icon {
	position: absolute;
	top: 20px;
	left: -5px;
	z-index: 100;
	width: 17%;
}
#index .index_course .icon img {
	width: 100%;
}
#index .index_course .title {
	display: block;
	margin: 0px 0 10px 5%;
	font-size: 0.8em;
}
#index .index_course ul {
	margin: 0 5%;
}

#index .index_course ul:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}
#index .index_course ul.bnr li {
	float: left;
	font-size: 10px;
	margin: 0 2% 20px 0;
	text-align: center;
	width: 32%
}
#index .index_course ul.bnr li:last-child {
	margin: 0 0px 20px 0;
}
#index .index_course ul.bnr li img {
	width: 100%;
}

#index .index_course ul.btn {
	width: 95%;
	margin: 0 auto;
}

#index .index_course ul.btn li {
	float: none;
	margin-bottom: 5px;
}

#index .index_course ul.btn li:last-child {
	float: none;
}
#index .index_course ul.btn img {
	width: 100%;
}

#index .index_voice{
  display: block;
  height: auto;
	margin: 0 5% 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 800;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#index .index_voice:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}

#index navi.sp {
  display: block;
  position: relative;
  top:0;
  left: 0;
  width: 98%;
  margin: 0 auto;
  z-index: 900;
  text-align: center;
}

#index navi a.prev {
  float: left;
}

#index navi a.next {
  float: right;
}

#index navi.sp img{
  width: 22px;
  height: 22px;
}


#index .index_voice li {
	width: auto;
	border: 1px solid #e4dbb7;
	background: url(../image/index_icon_voice.png) no-repeat 15px top, url(../image/voice_bg.png) no-repeat top, #f6f4ed;
	background-size: 16px 5px, 100% 100%;
	padding: 5vw;
	height: auto;
	margin: 0 15px;
	border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#index .index_voice&gt;li:nth-child(1){

}

#index .index_voice&gt;li:nth-child(2){
  display: none;
}

#index .index_voice&gt;li:nth-child(3){
  display: none;
}

#index .index_voice li .title{
	/*font-size: 1;*/ font-size: 1.2em;
	line-height: 1.4;
	color: #6fa615;
	font-weight: bold;
	margin-bottom: 10px;
}

#index .index_voice li .image {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 50%;
	float: left;
}

#index .index_voice li .image img {
	width: 100%;
  height: auto;
}

#index .index_voice li .txt{
	/*font-size: 0.8em;*/ font-size: 1em;
	line-height: 1.5;
	margin-bottom: 15px;
}

#index .index_voice li .more{
	position: static;
	width: 100%;
	margin: 0 auto;
}

#index .index_voice li .more img{
	width: 100%;
}





/*----------------*/
/*  kasou page      */
/*----------------*/

#kasou .kasou_cell {
	margin: 0 auto;
	width: 95%;
}

#kasou h2 {
	text-align: center;
	background: url(../image/h2_line.jpg) repeat-x bottom;
	padding: 15px 0 15px;
	margin: 0 -2.5% 15px;
}

#kasou h2 img{
	width: 100%;
}
#kasou h3.h3_course {
	border-bottom: 3px solid #cab493;
	padding-left: 5%;
	margin-bottom: 20px;
	margin-left: -5%;
}
#kasou h3.h3_course.pagemenu {
	margin-left: 0%;
}

#kasou h3.h3_icon {
  font-size: 18px;
  margin: 0 0 0px 0;
  padding: 0px 0px 10px 32px;
  position: relative;
  text-align: left;
  line-height: 20px;
}
#kasou h3.h3_icon::before {
  content: '';
  position: absolute;
  background: url(../image/h3_icon.png) no-repeat left top;
  left: 0px;
  top: 0px;
  right: 0;
  background-size: 20px 18px;
  width: 20px;
  height: 18px;
  margin: auto auto auto 0;
}
#kasou h3 img {
	width: 70%;
}
#kasou h3.h3_long img {
	width: 95%;
}

#kasou h3.img100 {
	padding-bottom: 0px;
	margin-botto: 0;
}
#kasou h3.img100 img {
	width: 100%;
}

/*----------------*/
/*  pp      */
/*----------------*/
#kasou .ppArea {
	background: #f9f5de;
	margin: 0 0px;
	border-radius: 15px;
	padding: 15px 20px;
}

#kasou .ppArea h3 {
	border-bottom: 1px solid #fff;
}
#kasou .ppArea dl.pp {
  margin: 0 0 30px 0;
  font-size: 0.8em;
}
#kasou .ppArea dl.pp dt {
  clear: both;
  display: block;
  float: left;
  margin: 0 0px;
  padding: 10px 0 10px 0px;
  width: 30%;
}
#kasou .ppArea dl.pp dd {
  border-bottom: solid 1px #fff;
  display: block;
  padding: 10px 0 10px 35%;
  margin: 0;
}
#kasou .ppArea dl.pp a {
	color: #333;
	text-decoration: underline;
}


/*----------------*/
/*  aboutus      */
/*----------------*/
#kasou .aboutusArea {
	border-radius: 5px;
	border: 1px solid #e2dab9;
	padding: 15px 15px 0;
	background: #fff;
	margin-bottom: 15px;
}
#kasou .aboutusArea img {
	text-align: center;
	width: 100%;
}

#kasou .aboutusArea h3 {
	margin: 0px 0 10px;
	text-align: left;
	font-size: 4.8vw;
	color: #81b826;
	font-weight: bold;
}

#kasou .aboutusArea h3.yakuzen {
	margin: 15px 0 20px;
	text-align: center;
}
#kasou .aboutusArea p {
	margin-bottom: 15px;
	line-height: 1.5;
	font-size: 3.8vw;
	color: #333;
	padding: 0;
}

#kasou .aboutus_bnr{
	text-align: right;
}
#kasou .aboutus_bnr li{
	float: right;
	width: 49%;
	margin-left: 2%;
	margin-bottom: 10px;
}
#kasou .aboutus_bnr li img{
	width: 100%;
}
#kasou .aboutus_bnr li:last-child{
	margin-left: 0%;
}

#kasou .aboutus_bnr:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}

#kasou .aboutus_cell {
	background: url(../image/about_img_01_sp.png) no-repeat bottom left;
	background-size: 100% auto;
	padding: 25px 0 120px;
	margin-bottom: 40px;
	font-size: 3.8vw;
	line-height: 26px;
}


/*----------------*/
/*  profile      */
/*----------------*/
#kasou .profileArea{
	margin-top: 40px;
}

#kasou .profile_img{
	float: right;
	margin-left: 15px;
	width: 36%;
}
#kasou .profile_img img{
	width: 100%;
}

#kasou .profile {
	overflow: inherit;
}

#kasou .profile h4 {
	margin-bottom: 15px;
	font-size: 4.5vw;
	line-height: 1.5;
}
#kasou .profile h4 span {
	font-size: 3.8vw;
}

#kasou .profile h4.h4_career {
	width: 80px;
	padding: 1px 0;
	background: #81b826;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}

#kasou .profile_txt {
	margin-bottom: 15px;
	font-size: 3.8vw;
	line-height: 1.5;
}

#kasou .profileArea dl.career01,
#kasou .profileArea dl.career02,
#kasou .profileArea dl.career03 {
  margin: 0 0 35px 0;
  font-size: 14px;
}
#kasou .profileArea dl.career01 dt,
#kasou .profileArea dl.career02 dt,
#kasou .profileArea dl.career03 dt {
  clear: both;
  display: block;
  float: none;
  margin: 0 0px;
  padding: 10px 0 0px 2%;
  width: 98%;
}
#kasou .profileArea dl.career01 dd,
#kasou .profileArea dl.career03 dd {
  border-bottom: solid 1px #e8e1c4;
  display: block;
  /*padding: 10px 0 10px 2%;*/ padding: 2px 0 7px 2%;
  margin: 0;
}
#kasou .profileArea dl.career02 dd {
  border-bottom: solid 1px #e8e1c4;
  display: block;
  padding: 7px 0 5px 2%;
  margin: 0;
}

#kasou .profile_message {
	background: url(../image/profile_sp_bg.png) no-repeat right top;
	background-size: 100% auto;
	padding: 20px 3% 15px 3%;
	margin: 0 -2.5% 20px;
}

#kasou .profile_message h3 {
	margin-bottom: 0px;
}

#kasou .profile_message p {
	margin-bottom: 5px;
	font-size: 4vw;
	line-height: 1.5;
}

#kasou .profile_message p.m_txt {
	width: 70%;
}

#kasou .profileArea .kigyou{
	background-image:url(../image/profile_img_02.png) ;
	background-repeat:no-repeat;
	background-position:0 120px;
	font-size:16px;
}
#kasou .profileArea .kigyou dl dt{
	font-size:18px;
	font-weight:bold;
}
#kasou .profileArea .kigyou dl dd{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #d7bf9f;
}
#kasou .profileArea .kigyou dl dd:last-child{
	border-bottom:0;
}
.h4_career {
	width: 140px;
	padding: 1px 0;
	background: #81b826;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}
#kasou .profileArea .kigyou ul{
	padding:20px;
	background:#EBE5D3;
}
#kasou .profileArea .kigyou .t_bold{
	margin-bottom:200px;
}
#kasou .profileArea .kigyou ul li{
	margin-bottom:5px;
}
.profileArea .kigyou .btn_irai{
	width:auto;
	margin:30px auto;
	background:#744128;
	text-align:center;
}
.profileArea .kigyou .btn_irai a{
	display:block;
	padding:15px 0;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	letter-spacing:1.2;
}
.btn_irai span:after{
	content:'';
	display:inline-block;
	margin-left:10px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*----------------*/
/*  .blog      */
/*----------------*/

.blogArea {
	float: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.blogArea .blog_list {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1dbb8;
}
.blogArea .blog_list:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}

.blogArea .blog_list .photo {
	display: block;
	float: left;
	width: 30%;
	margin-right: 3%;
}

.blogArea .blog_list .photo img {
	width: 100%;
}

.blogArea .blog_list .txtArea {
	width: auto;
	overflow: hidden;
	padding-top: 5px;
}

.blogArea .blog_list .txtArea .list_category {
	font-size: 4.5vw;
	color: #71a71a;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
}

.blogArea .blog_list .txtArea .list_category img {
	vertical-align: middle;
	margin-right: 5px;
	width: 30px;
}

.blogArea .blog_list .txtArea .list_ttl {
	font-size: 5vw;
	color: #000000;
	line-height: 1.4;
	margin-bottom: 10px;
}

.blogArea .blog_list .txtArea .list_detail {
	font-size: 3.5vw;
	color: #000000;
	line-height: 1.4;
}

.blogArea .pagenation {
	text-align: center;
	margin: 0 auto;
	width: 50%;
}

.blogArea .pagenation li {
	display: block;
	margin: 5px 0;
	width: 100%;
}

.blogArea .pagenation li img,
.blogArea .none_pagenation li img {
	width: 100%;
}

.blogArea .none_pagenation {
	text-align: center;
	margin: 0 auto;
	width: 50%;
	padding: 30px 0;
}

.blogArea .none_pagenation li {
	float: none;
	display: block;
	margin: 5px 0;
	width: 100%;
}

.blogArea .none_pagenation li:last-child {
	float: none;
}



/*----------------*/
/*  blog detail   */
/*----------------*/
#kasou .blog_ttl {
	background: #f1ecd7;
	border-radius: 5px;
	color: #5b5b5b;
	font-size: 4.5vw;
	padding: 15px 20px;
	position: relative;
	margin: 15px 0 5px;
}

#kasou .blog_ttl .blog_new {
	position: absolute;
	top: -10px;
	left: 10px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

#kasou .c_type {
	text-align: right;
	font-size: 3.5vw;
	margin-bottom: 20px;
}

#kasou .c_type a {
	text-decoration: underline;
}

#kasou .blog_detail {
	margin: 25px 0 15px;
}

#kasou .blog_detail p {
	margin-bottom: 20px;
	font-size: 4vw;
	line-height: 1.4;
}
#kasou .blog_detail img {
	width: auto;
	max-width: 100%;
}

#kasou .blog_tag {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 25px;
}
#kasou .blog_tag:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}
#kasou .blog_tag p {
	float: left;
	margin: 11px 10px 0;
}
#kasou .blog_tag li {
	float: left;
	margin: 10px 5px;
	font-size: 3.5vw;
}
#kasou .blog_tag li a {
	text-decoration: underline;
}




/*----------------*/
/*  .sidemenu      */
/*----------------*/
#kasou .sidemenu {
	display: none;
}




/*----------------*/
/*  contact      */
/*----------------*/
#kasou .contact_txt {
	text-align: center;
	font-size: 4.2vw;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
}

#kasou .contactArea {
	background: #f9f5de;
	margin: 0 15px;
	border-radius: 15px;
	padding: 20px 20px;
}
#kasou .contactArea dl.contact {
  margin: 0 0 15px 0;
  font-size: 3.4vw;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
#kasou .contactArea dl.contact p {
	margin-bottom: 10px;
  font-size: 3.4vw;
}
#kasou .contactArea dl.contact dt {
  clear: both;
  display: block;
  float: left;
  margin: 0 0px;
  padding: 10px 0% 10px 0%;
  width: 80%;
  text-align: left;
}
#kasou .contactArea dl.contact dd.icon {
  display: block;
  float: right;
  margin: 0 0px;
  padding: 10px 1% 10px 0px;
  width: 19%;
}
#kasou .contactArea dl.contact dd.icon span {
	padding: 2px 5px;
	background: #ac0019;
	color: #fff;
	border-radius: 5px;
  float: right;
}
#kasou .contactArea dl.contact dd.input_cell {
  display: block;
  overflow: hidden;
  padding: 0px 0 20px 0px;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
#kasou .contactArea dl.contact:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}
#kasou .contactArea dl.contact dd.input_cell.dd_radio {
  padding: 10px 0 20px 0px;
  width: 100%;
  display: block;
}
#kasou .contactArea dl.contact dd.input_cell.dd_radio p {
	float: left;
  display: block;
	width: 100%;
}
#kasou .contactArea dl.contact dd.input_cell input[type="text"] {
	vertical-align: middle;
}
#kasou .contactArea dl.contact dd.input_cell input[type="radio"] {
	padding: 3px;
}
#kasou .contactArea dl.contact dd.input_cell .txt_01 {
	padding: 0 1%;
	width: 95%;
	height: 30px;
	border-radius: 5px;
	border: 3px solid #81b925;
}
#kasou .contactArea dl.contact dd.input_cell p {
	font-size: 3.2vw !important;
}
#kasou .contactArea dl.contact dd.input_cell .txt_02 {
	padding: 0 1%;
	width: 95%;
	height: 30px;
	border-radius: 5px;
	border: 3px solid #81b925;
}
#kasou .contactArea dl.contact dd.input_cell .txtArea {
	padding: 0 1%;
	width: 95%;
	height: 150px;
	border-radius: 5px;
	border: 3px solid #81b925;
}

#kasou .contactArea dl.contact dd.input_cell select {
	width: 98%;
	height: 30px;
	border-radius: 5px;
	border: 3px solid #81b925;
}


#kasou .contactArea dl.contact a {
	color: #333;
	text-decoration: underline;
}
#kasou .mini { width: 100%; font-size: 3.2vw !important; line-height: 1.3;  overflow: hidden;}

#kasou .contactArea dl.contact dd.input_cell .cfont01 {
	color: #c00; font-weight: bold;
}


/*
.radio01-input{
  display: none;
}
.input_cell .dd_radio .wpcf7-list-item{
  padding-left: 25px;
  position:relative;
  margin-right: 35px;
}
.input_cell .dd_radio .wpcf7-list-item::before{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}
.radio01-input:checked + .input_cell .dd_radio .wpcf7-list-item{
  color: #009a9a;
}
.radio01-input:checked + .input_cell .dd_radio .wpcf7-list-item::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #009a9a;
  border-radius: 50%;
}
*/

.radio01-input{
  display: none;
}
.radio01-parts{
  padding-left: 25px;
  position:relative;
  margin-right: 35px;
}
.radio01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}
.radio01-input:checked + .radio01-parts{
  color: #009a9a;
}
.radio01-input:checked + .radio01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #009a9a;
  border-radius: 50%;
}

.scroll {
	width: 91%;
	height: 100px;
	border-radius: 5px;
	border: 3px solid #81b925;
	padding: 20px 3%;
	overflow-y: scroll;
	font-size: 3.6vw;
	background: #fff;
	margin-top: 20px;
	margin-left: 0px;
}

#kasou .btn_submit {
	width: 100%;
	margin: 0 auto;
}
#kasou .submit {
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	text-align: center;
	font-size: 4vw;
}





/*----------------*/
/*  course      */
/*----------------*/
#kasou .courseArea {
	float: none;
	overflow: hidden;
	width: 105%;
	padding: 0;
	margin: 0 -2.5% 0;
	display: block;
}
#kasou .courseArea h3.h3_icon {
	margin-left: 2.5%;
}

#kasou .course_ttl {
	background: #f1ecd7;
	border-radius: 0px;
	color: #5b5b5b;
	font-size: 4.2vw;
	padding: 20px 15px 10px;
	margin: 0px -2.5% 0px;
	position: relative;
}

#kasou .course_ttl .c_step {
	position: absolute;
	top: -10px;
	left: 14px;
	text-align: center;
	color: #fff;
	font-size: 3.8vw;
	padding: 2px 10px;
	background: #81b925;
}

#kasou .courseArea .course01 {
	background: url(../image/course01_img_01.png) no-repeat 100% 20px;
	background-size: 50% auto;
	height: auto;
	padding: 40px 0 0 0;
}

#kasou .courseArea .course02 {
	background: url(../image/course02_img_01.png) no-repeat 100% top;
	background-size: 50% auto;
	margin: 30px 0% 20px 5%;
	width: 100%;
}

#kasou .courseArea .course03 {
	background: url(../image/course03_img_01.png) no-repeat 100% top;
	background-size: 50% auto;
	margin: 30px 0% 20px 5%;
	width: 100%;
}

#kasou .courseArea .course04 {
	background: url(../image/course04_img_01.png) no-repeat 100% top;
	background-size: 50% auto;
	margin: 30px 0% 20px 5%;
	width: 100%;
}

#kasou .courseArea .course05 {
	background: url(../image/course05_img_01.png) no-repeat 100% top;
	background-size: 60% auto;
	margin: 30px 0% 20px 5%;
	width: 100%;
}

#kasou .courseArea .course02 h4,
#kasou .courseArea .course02 h4 img,
#kasou .courseArea .course03 h4,
#kasou .courseArea .course03 h4 img,
#kasou .courseArea .course04 h4,
#kasou .courseArea .course04 h4 img,
#kasou .courseArea .course05 h4,
#kasou .courseArea .course05 h4 img,
#kasou .courseArea .course06 h4,
#kasou .courseArea .course06 h4 img {
	width: 95%;
}

#kasou .courseArea .course06 {
	margin: 30px 5% 20px 5%;
	padding-top: 30px;
	width: 96%;
}

#kasou .courseArea .course01 p {
	font-size: 3.6vw;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 15px;
	width: 60% !important;
	margin-left: 5% !important;
text-shadow: 1px 1px 1px #fffcf1,
               1px -1px 1px #fffcf1,
               -1px 1px 1px #fffcf1,
               -1px -1px 1px #fffcf1 !important;
}

#kasou .courseArea .course02 p,
#kasou .courseArea .course03 p,
#kasou .courseArea .course04 p,
#kasou .courseArea .course05 p,
#kasou .courseArea .course06 p {
	font-size: 3.8vw !important;
	line-height: 1.5 !important;
	font-weight: normal;
	width: 90% !important;
	margin-top: 20px;
	margin-left: 0px !important;
text-shadow: 1px 1px 1px #fffcf1,
               1px -1px 1px #fffcf1,
               -1px 1px 1px #fffcf1,
               -1px -1px 1px #fffcf1 !important;
}
#kasou .courseArea .course06 p {
	width: auto;
}
#kasou .courseArea .course_cell {
	background: #f9f5de;
	border-radius: 10px;
	padding: 15px 0px;
	margin: 0 2.5%;
}

#kasou .courseArea .course_cell div {
	width: 90%;
	margin: 0 auto;
}

#kasou .courseArea .course_cell img {
	vertical-align: bottom;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#kasou .courseArea .course_cell p {
	text-align: center;
	font-size: 2.3vw;
	line-height: 1.4;
}
#kasou .courseArae .h3_course.pagemenu img {
	padding-left: 20% !important;
}

#kasou .courseArea div.txt01 {
	width: 90%;
	margin: 0 5%;
	padding: 10px 0;
	text-align: center;
	font-size: 3.2vw;
	line-height: 1.3;
	background: #ede894;
	color: #666;
}

#kasou .courseArea div.txt02 {
	width: 90%;
	margin: 0 5%;
	padding: 10px 0;
	text-align: center;
	font-size: 3.2vw;
	line-height: 1.3;
	background: #d6e67e;
	color: #4d4f4e !important;
}

#kasou .courseArea div.txt02 p {
	margin: 0 auto;
	margin-bottom: 15px;
	width: 90%
}

#kasou .courseArea div.txt02 p.bnr {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 7px;
}
#kasou .courseArea div.txt02 p.bnr img {
	width: 100%;
}

#kasou .courseArea div.txt03 {
	width: 90%;
	margin: 0 5%;
	padding: 10px 0;
	text-align: center;
	font-size: 3.2vw;
	line-height: 1.3;
	background: url(../image/txt03_bg.png) repeat-y center;
	background-size: 100% auto;
	color: #666;
}

#kasou .courseArea div.txt04 {
	background: #f9f5de;
}

#kasou .half_cell:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}
#kasou .half_cell&gt;div.txt_h {
	float: left;
	display: block;
	width: 45% !important;
	margin: 1px 0 0 5%;
	padding: 0;
	font-size: 2.3vw;
	text-align: left !important;
}
#kasou .half_cell&gt;div.txt_h+div.txt_h {
	float: left;
	display: block;
	width: 41% !important;
	margin: 1px 0 0 4%;
	padding: 0;
	font-size: 2.3vw;
	text-align: left !important;
}
#kasou .half_cell .txt_h p {
	text-align: left !important;
}
#kasou .half_cell .txt_s {
	font-size: 2.2vw !important;
	margin-top: 10px;
	line-height: 1.3 !important;
}
#kasou .half_cell .txt_s br { display: none!important;}
#kasou .courseArea .bnr_contact { margin: 0 auto; margin-top: 20px; margin-bottom: 20px; width: 60%;}
#kasou .courseArea .bnr_contact img { width: 100%;}
#kasou .courseArea .pp a { text-decoration: underline;}


#kasou .courseArea .juken_cell {
	background: #f9f5de;
	border-radius: 10px;
	padding: 15px 15px;
	margin: 0 2.5%;
	margin-bottom: 25px;
}

#kasou .courseArea .juken_cell dl.juken {
}

#kasou .courseArea .juken_cell dl.juken.j_t {
	margin-bottom: 10px;
}

#kasou .courseArea .juken_cell dl.juken dt {
	font-size: 3.8vw;
	padding: 0 5px 0;
	margin: 0 0 5px;
	color: #2b2b2b;
	line-height: 1.4;
	font-weight: bold;
}

#kasou .courseArea .juken_cell dl.juken dt span {
	font-size: 4vw;
	color: #587f16;
	font-weight: bold;
}

#kasou .courseArea .juken_cell dl.juken dd {
	background: url(../image/course_line.png) repeat-x top left;
	padding: 10px 5px;
}

#kasou .courseArea .juken_cell dl.juken dd.j_detail {
	padding: 10px 15px;
}

#kasou .courseArea .juken_cell .btn_map {
	float:right;
	width: 40%;
}

#kasou .courseArea .juken_cell .btn_map img {
	width: 100%;
}
#kasou .courseArea .juken_cell dl.juken dd:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}

#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dt {
	display: none;
}
#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dd {
	background: #ffffff;
	padding: 10px 10px 5px;
	border: none;
}
#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dd.bg_g {
	background: #d9efc9;
}

#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dd p {
	float: none;
	font-size: 3.5vw;
	padding: 0px 0;
	margin-bottom: 3px;
	color: #2b2b2b !important;
}

#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dd p.k_kamoku {
	width: 100%;
	margin-left: 0%;
}

#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dd p.k_koushi {
	width: 100%;
}

#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dd p.k_time {
	width: 100%;
}
#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dt:after,
#kasou .courseArea .juken_cell dl.juken dd dl.kamoku dd:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}





#kasou .course_ttl .course_area {
	position: relative;
}
#kasou .course_ttl .course_area {
	position: absolute;
	width: 20%;
	border-radius: 5px;
	text-align: center;
	padding: 5px 0px;
	color: #fff;
	top: 20px;
	right: 10px;
	font-size: 3.4vw;
	line-height: 1.2;
}

#kasou .course_ttl .course_area.nagoya_sat {
	background: #909a83;
}

#kasou .course_ttl .course_area.nagoya_week {
	background: #c7a66e;
}

#kasou .course_ttl .course_area.osaka {
	background: #6c4b47;
}


#kasou .courseArea .course02 h4,
#kasou .courseArea .course02 p,
#kasou .courseArea .course03 h4,
#kasou .courseArea .course03 p,
#kasou .courseArea .course04 h4,
#kasou .courseArea .course04 p,
#kasou .courseArea .course05 h4,
#kasou .courseArea .course05 p {
	z-index: 100 !important;
}

#kasou .courseArea .course01 p {
	font-size: 18px;
	line-height: 28px;
	width: 410px;
	margin-bottom: 60px;
	font-weight: bold;
}
#kasou .courseArea .course02 p,
#kasou .courseArea .course03 p,
#kasou .courseArea .course04 p,
#kasou .courseArea .course05 p,
#kasou .courseArea .course06 p {
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	width: 360px;
	margin-top: 20px;
	margin-left: 25px;
}
#kasou .courseArea .course06 p {
	width: auto;
}

#kasou .courseArea .attention {
	font-size: 2.8vw !important;
	color: #bf0000;
}

#kasou .courseArea .juken_cell .juken p {
	margin-bottom: 10px;
	font-size: 3.2vw;
	line-height: 1.5;
}

#kasou .courseArea .benefit {
	background: url(../image/benefit_bg.png) repeat;
	border-radius: 5px;
	color: #fff;
	margin: 0 10px 10px;
}

#kasou .courseArea .benefit:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}

#kasou .courseArea .juken_cell .benefit dt {
	float: none;
	width: 90%;
	padding: 10px 5% 10px !important;
	margin: 0 !important;
	background: rgba( 0, 0, 0, 0.1);
	color: #fff !important;
	font-size: 3.2vw !important;
	line-height: auto;
	border-radius: 5px 0 0 5px;
	text-align: left;
}

#kasou .courseArea .juken_cell .benefit dd {
	float: none;
	text-align: left;
	padding: 10px 20px 8px !important;
	margin: 0 !important;
	background: none !important;
	font-size: 3.2vw !important;
}
#kasou .courseArea .juken_cell .b_txt {
	margin-left: 0px;
	text-align: center;
}
#kasou .courseArea .juken_cell .kaijou {
	margin-bottom: 20px;
}

#kasou .courseArea .kaijou_img {
	display: none;
}
#kasou .kaijou_attention {
	display: block;
	margin-bottom: 40px;
	font-size: 3vw !important;
	line-height: 1.7;
	padding-left: 30px;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd {
	background: none;
}
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 {
	margin-bottom: 20px;
}
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dt {
	background: #f9f5de;
	margin: 0;
	border: 1px solid #dcdcdc;
	border-left: none;
	border-right: none;

}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dt p {
	float: left;
	padding: 7px 0;
	margin: 0;
	text-align: center;
	color: #000000;
	font-weight: normal;
	font-size: 2.8vw;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dt p.k_kamoku {
	width: 24%;
	box-shadow:none;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dt p.k_koushi {
	width: 62%;
	box-shadow:none;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dt p.k_time {
	width: 14%;
}
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dd {
	background: #ffffff;
	padding: 0;
	border: 1px solid #dcdcdc;
	border-top: none;
	border-right: none;
	border-left: none;
}
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dd.bg_g {
	background: #f9f5de;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dd p {
	float: left;
	font-size: 2.8vw;
	padding: 7px 0;
	margin: 0;
	color: #2b2b2b !important;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dd p.k_kamoku {
	width: 21.5%;
	margin-left: 3%;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dd p.k_koushi {
	width: 58%;
	padding-left: 3%;
	box-shadow:none;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dd p.k_time {
	width: 14%;
	text-align: center;
}
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dt:after,
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku02 dd:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}


#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku03 {
	background: #d1f8c3;
	margin: 0;
	border-top: 1px solid #dcdcdc;
}
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku03 dd {
	background: #d1f8c3;
	padding: 0;
	border: 1px solid #dcdcdc;
	border-top: none;
	border-right: none;
	border-left: none;
}
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku03 dd.bg_g {
	background: #fafef0;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku03 dd p {
	float: left;
	font-size: 2.8vw;
	padding: 7px 0;
	margin: 0;
	color: #2b2b2b !important;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku03 dd p.k_kamoku {
	width: 21.5%;
	margin-left: 3%;
	box-shadow:none;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku03 dd p.k_koushi {
	width: 58%;
	display: block;
	overflow: hidden;
	padding-left: 3%;
	border-right: none;
}

#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku03 dd p.k_time {
	width: 14%;
	text-align: center;
}
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku03 dt:after,
#kasou .courseArea .juken_cell dl.juken.lesson dd dl.kamoku03 dd:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}


#kasou .courseArea .juken_cell .kamoku04 {
	background: #d1f8c3;
	margin: 20px 0 0;
	border-top: 1px solid #dcdcdc;
}
#kasou .courseArea .juken_cell dl.kamoku04 dd {
	background: #fff;
	padding: 0;
	border: 1px solid #dcdcdc;
	border-top: none;
}

#kasou .courseArea .juken_cell dl.kamoku04 dd p {
	float: left;
	font-size: 13px;
	padding: 7px 0;
	margin: 0;
	color: #2b2b2b !important;
}

#kasou .courseArea .juken_cell dl.kamoku04 dd p.k_kamoku {
	width: 21.5%;
	margin-left: 3%;
}

#kasou .courseArea .juken_cell dl.kamoku04 dd p.k_detail {
	width: 72%;
	padding-left: 3%;
	box-shadow:-1px 0 #dcdcdc;
}
#kasou .courseArea .juken_cell dl.kamoku04 dd:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}


#kasou .courseArea .setu_img {
	float: left;
	padding-right: 20px !important;
	width: 35%;
}
#kasou .courseArea .setu_img img {
	width: 100%;
}


#kasou .courseArea .kengaku_cell {
	background: #e4eeb5;
	border-radius: 10px;
	padding: 15px 25px;
	margin: 0 2.5%;
	margin-bottom: 50px;
}
#kasou .courseArea .kengaku_cell p {
	font-size: 3.2vw !important;
	line-height: 1.6;
	margin-top: 0px;
	margin-bottom: 15px;
}
#kasou .courseArea .kengaku_cell .contact_bnr {
	float: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	width: 100%;
}
#kasou .courseArea .kengaku_cell .contact_bnr img {
	width: 100%;
}

#kasou .courseArea .juken_cell dl.juken.faq dt {
	font-size: 3.2vw !important;
	padding: 5px 5px 0 50px;
	margin: 0 0 10px;
	color: #2b2b2b;
	line-height: 1.4;
	min-height: 40px;
	font-weight: bold;
	background: url(../image/icon_q.png) no-repeat left top;
}

#kasou .courseArea .juken_cell dl.juken.faq dt span {
	font-size: 4vw;
	color: #587f16;
	font-weight: bold;
}

#kasou .courseArea .juken_cell dl.juken.faq dd {
	background: url(../image/course_line.png) repeat-x top left, url(../image/icon_a.png) no-repeat left 15px;
	padding: 20px 5px 20px 50px;
	font-size: 3.6vw !important;
}


#kasou .courseArea .juken_cell dl.juken.faq dd .bg_w {
	background: #fff;
	padding: 20px;
	font-size: 3.2vw;
}

#kasou .courseArea .juken_cell dl.juken.faq dd .list_num {
	margin-bottom: 20px;
}

#kasou .courseArea .juken_cell dl.juken.faq dd .list_num li {
	border-bottom: 1px solid #c6c6c6;
	padding: 5px 5px 5px 40px;
	min-height: 26px;
	margin-top: 5px;
	font-size: 3.2vw;
}

#kasou .courseArea .juken_cell dl.juken.faq dd .list_num li:nth-child(1) {
	background: url(../image/icon_01.png) no-repeat left top;
}

#kasou .courseArea .juken_cell dl.juken.faq dd .list_num li:nth-child(2) {
	background: url(../image/icon_02.png) no-repeat left top;
}

#kasou .courseArea .juken_cell dl.juken.faq dd .list_num li:nth-child(3) {
	background: url(../image/icon_03.png) no-repeat left top;
}

#kasou .courseArea .juken_cell dl.juken.faq dd .list_num li:nth-child(4) {
	background: url(../image/icon_04.png) no-repeat left top;
}

#kasou .courseArea .juken_cell dl.juken.faq dd .list_num li:nth-child(5) {
	background: url(../image/icon_05.png) no-repeat left top;
	border-bottom: none;
}
#kasou .courseArea .juken_cell dl.juken.faq dd .list_disc li {
	background: url(../image/icon_disc.png) no-repeat left 11px;
	padding: 5px 5px 5px 20px;
	font-size: 3.2vw;
}
#kasou .courseArea .juken_cell .link {
	margin-bottom: 20px;
}
#kasou .courseArea .juken_cell .link a {
	background: url(../image/icon_arrow02.png) no-repeat right center;
	padding-right: 20px;
	color: #4d7a22;
	text-decoration: underline;
}

#kasou .courseArea .list_link {
	border-bottom: 3px solid #cab69b;
	padding:  0px 20px 10px;
	margin-bottom: 30px;
	display: block;
	overflow:hidden;
}

#kasou .courseArea .list_link li {
	float: left;
	font-size: 3vw !important;
	margin-bottom: 10px;
}

#kasou .courseArea .list_link li a {
	color: #7f4d0c;
	font-size: 3.2vw;
}

#kasou .courseArea .list_link li:nth-child(1),
#kasou .courseArea .list_link li:nth-child(2),
#kasou .courseArea .list_link li:nth-child(3),
#kasou .courseArea .list_link li:nth-child(4),
#kasou .courseArea .list_link li:nth-child(5),
#kasou .courseArea .list_link li:nth-child(6) {
	width: 47%;
	padding-left: 3%;
	background: url(../image/icon_arrow02.png) no-repeat left center;
	background-size: 6px auto;
}
#kasou .courseArea .list_link li:nth-child(7),
#kasou .courseArea .list_link li:nth-child(8) {
	width: 97%;
	padding-left: 3%;
	background: url(../image/icon_arrow02.png) no-repeat left 3px;
	background-size: 6px auto;
}

/*表変更後*/
#kasou .courseArea .juken_cell_table01 {
	margin: 0; padding: 0;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	background: #fff;
}
#kasou .courseArea .juken_cell_table01 .title th {
	font-weight: normal;
	text-align: center;
	background: #d3f3c6;
}
#kasou .courseArea .juken_cell_table01 th {
	margin: 0; padding: 9px 10px 7px 10px;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
#kasou .courseArea .juken_cell_table01 td {
	margin: 0; padding: 9px 10px 7px 10px;
	font-size: 10px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
#kasou .courseArea .juken_cell_table01 td.txt {
	text-align: left;
}

#kasou .courseArea .juken_cell_table01 .w01 { width: 30%; }
#kasou .courseArea .juken_cell_table01 .w02 {}	
#kasou .courseArea .juken_cell_table01 .w03 { width: 10%; }

#kasou .courseArea .juken_cell_table01 .title .w01 { text-align: left; }	

#kasou .courseArea .juken_cell_table01 .bg01 th,
#kasou .courseArea .juken_cell_table01 .bg01 td {
	background: #d3f3c6;
}
#kasou .courseArea .juken_cell_table01 .bg02 th,
#kasou .courseArea .juken_cell_table01 .bg02 td {
	background: #fafef0;
}


}

.table01 {
	margin-bottom: 5px;
	background-color: #fafef0;
}
.table01 .bg01 {
	background-color: #D8E6C1;
}
.table01 table {
	width: 100%;
}
.table01 table th {
	font-weight: normal;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CECECE;
	padding-right: 12px;
	padding-left: 12px;
	vertical-align: middle;
}
.table01 table .title th {
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CECECE;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
	background-color: #EFEEE8;
	line-height: 1.3;
}
.table01 table td {
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CECECE;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}
.table01 table td.txt {
	text-align: left;
	padding-left: 10px;
}
.table01 table .w01 {
	width: 200px;
}
.table01 table .w03 {
	width: 50px;
}
.table01 table .w04 {
	width: 128px;
}
.table01 table .w05 {
	width: 186px;
}
.table01 table .w06 {
	width: 35%;
}
.table01 table .w07 {
	width: 26%;
}
.table01 table .w08 {
	width:40%;
	text-align:left;
}
.table01 table .w09 {
	width:1%;
	padding:10px;
}
.table01 table .w10 {
	width:10%;
}
.table01 table .w11 {
	width:15%;
}
</pre></body></html>