@charset "Shift_JIS";

/* -------------------------------------------------------------------
 format
------------------------------------------------------------------- */

/* ブラウザの初期設定解除 */
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input
address,pre,strong,em,iframe{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

/* 直接コンチE��チE��入る要素にfont-sizeを指宁E*/
p,th,td,
dt,dd,li,
select,textarea,input{
	font-size:small;
	/*\*/ /*/ font-size:x-small; /* MacIE */

	line-height:140%;
}

img{
	border:0;
	vertical-align:bottom;
}

a {
	text-decoration:none;
	outline:none;/* リンク設定�E破線を消す */
}

ul li {
	list-style-type:none;
}

table,tr,th,td {
	border-spacing:0px;
	border-collapse:collapse;
	empty-cells:show;
	line-height:130%;
	}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロチE��レベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  font-size:1px;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body img{
        display:none;
}

/* -------------------------------------------------------------------
 common
------------------------------------------------------------------- */
body {
	text-align:center;
}

#wrapper {
	width:816px;
	margin:0px auto;
	background:url(../images/bg.jpg) repeat-y center;
}

#contents {
	width:800px;
	margin:0px 8px 0px;
	text-align:left;
}

#contents img {
	display:inline;
}

#contents .section {
	margin-bottom:40px;
}

#contents .section .title_blue01 {
	margin-bottom:20px;
	background-color: #35C1DF;
	border-left: 4px solid #333;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#contents .section .title_blue01 span {
	background-color: #fff;
	color: #333;
	font-size: 14px;
	padding: 15px 10px;
	margin-right: 10px;
	display: block;
}

#contents .section .title_blue02 {
	margin-bottom:20px;
	background-color: #35C1DF;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}

#contents .section .title_blue02 .small {
	font-size: 14px;
	display: block;

}

#contents .section_inner {
	margin:0px 20px 0px;
}

#contents .section_txt {
	font-size:12px;
	line-height:140%;
	color:#333;
}

#contents .f_l {
	float:left;
}

#contents .f_r {
	float:right;
}

.bold {
	font-weight:bold;
}

.red {
	color:#F00;
}

.hide {
  display: none;
}

.ttl_font {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
}

.sublead {
  border: 2px solid #32caec;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
}


/* -------------------------------------------------------------------
 header
------------------------------------------------------------------- */

#header {
	padding:0px 10px;
	margin-bottom:4px;
}

#header h1 {
	float:left;
	margin-top:12px;
}

#header p.headread {
	float:right;
	margin-top:16px;
	margin-bottom:5px;
}

/* -------------------------------------------------------------------
 title
------------------------------------------------------------------- */

#title {
	margin-bottom:25px;
}

#title #title_bg {
	height:421px;
	background:url(../images/title_bg.jpg) no-repeat top center;
	position:relative;
}

#title #title_praph {
	width:302px;
	height:226px;
	background:url(../images/title_graph.jpg) no-repeat top center;
	position:absolute;
	top:18px;
	left:18px;
}

#title #title_praph dl {
	display:none;
}

#title #title_praph p {
	font-size:11px;
	color:#000;
	text-align:right;
	margin-right:10px;
	margin-top:203px;
}

/* -------------------------------------------------------------------
 btn_area
------------------------------------------------------------------- */

.btn_area {
	padding-left:20px;
	margin-bottom:40px;
}

.btn_area ul li {
	float:left;
}

.btn_area ul li.btn_shiryou {
	margin-right:10px;
}

.btn_area ul li.btn_shiryou span {
	font-size:11px;
}

.btn_area ul li.btn_cou {
	margin-top:9px;
}


/* -------------------------------------------------------------------
 top_news
------------------------------------------------------------------- */
.top_news h2 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.05em;
  color: #AF0008;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #AF0008;
  display: flex;
  align-items: center;
  line-height: 1;

  p {
    font-size: 25px;
    line-height: 1.2;
  }

  .attention {
    display: inline-block;
    color: #fff;
    background-color: #AF0008;
    font-size: 18px;
    font-weight: normal;
    padding: 5px;
    margin-right: 10px;
  }

  .small {
    font-weight: normal;
    font-size: 22px;
  }
}

.top_news .inner {
  margin: 0 30px;
}

.top_news .lead {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.top_news .txt {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .top_news .txt {
    font-size: 1.4rem;
  }
}
.top_news .lead span {
  font-size: 28px;
}


/* -------------------------------------------------------------------
 kyufu
------------------------------------------------------------------- */
#kyufu {
	margin-bottom: 30px;
}

#kyufu .lead {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

#kyufu .lead span {
	font-size: 34px;
}

#kyufu img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#kyufu .txt {
	font-size: 1.2rem;
	line-height: 1.7;
}
  
@media (max-width: 768px) {
	#kyufu .txt {
	   font-size: 1.4rem;
	}
}

#kyufu_flow {
	max-width: 760px;
	margin: 0 auto 40px;
}
#kyufu_flow h3 {
	background-color: #AF0008;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px 5px;
	margin-bottom: 20px;
	font-size: 18px;
}
#kyufu_flow .read {
	font-size: 16px;
}
#kyufu_flow .kcckyufu_pic img {
	width: 100%;
	height: auto;
}

#kyufu_flow .txt {
	font-size: 1.2rem;
}
  
@media (max-width: 768px) {
	#kyufu_flow .txt {
		font-size: 1.4rem;
	}
}


/* -------------------------------------------------------------------
 news02
------------------------------------------------------------------- */

#news02 {
	margin-bottom: 40px;
}

#news02 .group {
	display: flex;
	align-items: center;
	justify-content: center;
}

#news02 .group .or {
	font-size: 22px;
	font-weight: bold;
	margin: 0 20px;
}

#news02 .group .box {
	text-align: center;
}

#news02 .group .box img {
	max-width: 100%;
}

#news02 .group .box .cap {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}


/* -------------------------------------------------------------------
 graduate
------------------------------------------------------------------- */

#graduate h3 {
	margin-bottom: 30px;
}

#graduate #grad_member {
	margin-bottom:10px;
}

#graduate #grad_member li {
	float:left;
	margin-right:10px;
}

#graduate #grad_member li.last_item {
	margin-right:0px;
}

#graduate #grad_member li.on{
	opacity: 0.5;
	filter: alpha( opacity=50 );
	-ms-filter: "alpha( opacity=50 )";
}


/* -------------------------------------------------------------------
 what
------------------------------------------------------------------- */

#what {
}

#what .section_txt {
	margin-bottom:20px;
}

#what .what_graph {
	float:left;
}

#what .what_list_bgb {
	width:500px;
	float:right;
	background:url(../images/what_list_bgb.gif) no-repeat bottom;
	padding-bottom:21px;
}

#what .what_list_bgt {
	background:url(../images/what_list_bgt.gif) no-repeat top;
	padding-top:13px;
}

#what .what_list_bgt_inner {
	padding:21px 60px 0px;
}

#what .what_list_bgt ul li {
	background:url(../images/what_listicon.gif) no-repeat left;
	padding-left:15px;
	font-size:12px;
	line-height:160%;
}

#what .what_info {
	margin-bottom:20px;
}

/* -------------------------------------------------------------------
 successful
------------------------------------------------------------------- */

#successful dl.successful_nomal {
	width:240px;
	float:left;
	margin-right:19px;
}

#successful dl.successful_nomal dt,
#successful dl.seido dt,
#successful dl.successful_long dt {
	margin-bottom:10px;
}

#successful dl.successful_nomal .successful_pic {
	margin-bottom:10px;
}

#successful dl.seido {
	width:216px;
	_width:236px;
	padding:10px;
	float:left;
	border:2px solid #FDA580;
}

#successful dl.seido dd p {
	margin-bottom:10px;
}

#successful dl.seido dd p .logo {
	float:right;
}

#successful dl.successful_long {
	margin-top:15px;
	margin-bottom: 30px;
}

#successful dt {
	margin-bottom: 1rem;
	font-size: 20px;
	font-weight: bold;
}

@media(max-width: 768px){
	#successful dt {
		font-size: 30px;
	}
}

#successful dt .point {
	color: #35C1DF;
}
#successful dt .small {
	font-size: 16px;
}

@media(max-width: 768px){
	#successful dt .small {
		font-size: 20px;
	}
}

/* -------------------------------------------------------------------
 learns
------------------------------------------------------------------- */

#learns {
}

#learns .section_inner {
	background-color:#FFF9E1;
}

#learns .section_inner dl {
	width:359px;
	_width:379px;
	float:left;
	padding:5px 10px 10px 10px;
}

#learns .section_inner dl dt {
	margin-bottom:10px;
}

#learns .section_inner dl dd {
	padding-left:10px;
}

#learns .section_inner .learns_pic {
	float:right;
	margin-left:10px;
}

#learns .section_inner .border_right {
	border-right:1px dotted #000;
}

#learns .section_inner .border_bottom {
	border-bottom:1px dotted #000;
}

/* -------------------------------------------------------------------
 strong
------------------------------------------------------------------- */
#strong {
	margin-bottom: 25px;
}

#strong h3 {
	margin-bottom:20px;
}

#strong dl {
	width:240px;
	float:left;
}

#strong dl dt {
	margin-bottom:10px;
}

#strong dl .strong_pic {
	margin-bottom:10px;
}

#strong .m_r {
	margin-right:20px;
}

/* -------------------------------------------------------------------
 news
------------------------------------------------------------------- */

#news {
	margin:0 20px 10px;
	background:url(../images/news_txt.jpg) no-repeat top center;
	padding:46px 230px 20px 23px;
}

#news h3 {
	margin-bottom:10px;
	font-size: 18px;
	font-weight: bold;
}
@media(max-width: 768px){
	#news h3 {
		font-size: 30px;
	}
}

/* -------------------------------------------------------------------
 cda_results
------------------------------------------------------------------- */
#cda_results {
	margin-bottom: 25px;
	margin-left: 20px;
	margin-right: 20px;
}

#cda_results h3 {
	margin-bottom:20px;
}

#cda_results .results_read {
	margin-bottom: 20px;
}

#cda_results .results_list {
	border: 1px solid #ddd;
	padding: 15px;
}
#cda_results .results_list p {
	font-size: 11px;
	color: #666;
	line-height: 160%;
}
#cda_results .results_list p span {
	font-weight: bold;
}
#cda_results .results_list .results_list_last {
	text-align: right;
	margin-top: 10px;
}

#cda_results .cda_results_pic {
	margin-bottom: 20px;
}

/* -------------------------------------------------------------------
 course
------------------------------------------------------------------- */
#course table {
	width: 760px;
	margin-bottom: 10px;
  }
  
  #course table th,
  #course table td {
	border: 1px dotted #999;
	padding: 7px;
	font-size: 12px;
	line-height: 140%;
  }
  
  #course table th {
	text-align: left;
	width: 260px;
	font-weight: bold;
	color: #000;
  }
  
  #course table th.th_color {
	background-color: #E5E5E5;
  }
  
  #course table td.td_color {
	background-color: #FFF9E1;
  }
  
  #course table td.icon {
	width: 126px;
  }
  
  #course table td.icon ul li {
	float: left;
  }
  
  #course table td.icon ul li.m_r {
	margin-right: 3px;
  }
  
  #course table .tag {
	/* display: flex;
	align-items: center;
	justify-content: space-between; */
	position: relative;
  }
  
  #course table .tag .tag_box {
	position: absolute;
	right: 5px;
	top: 5px;
	display: flex;
	justify-content: flex-end;
  }
  
  #course table .tag .tag_box span {
	display: block;
	background-color: #1D62F0;
	color: #fff;
	border-radius: 4px;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	margin-left: 5px;
  }

.mental {
	font-size:11px;
	margin-bottom:10px;
}

.btn_live {
	margin-bottom:40px;
}

.btn_live a {
	width:250px;
	height:34px;
	background:url(../images/btn_live.gif) no-repeat;
	text-indent:-9999px;
	display:block;
}
.btn_live a:hover {
	background:url(../images/btn_live_ov.gif) no-repeat;
}

.arrow {
	margin-bottom:20px;
	text-align:center;
}

/* -------------------------------------------------------------------
 校舎案�E
------------------------------------------------------------------- */
#school_box {
	border:1px solid #CCC;
	padding:20px;
	margin: 0 20px;
}

#school_box h3 {
	background-color: #eee;
	text-align: center;
	padding: 7px 0 5px;
	margin-bottom: 20px;
}

#school_box .box01 {
	margin-bottom: 20px;
}

#school_box ul {
	font-size: 0;
}
#school_box ul li.school_s {
	display: inline-block;
	vertical-align: top;
	margin-right: 26px;
}
#school_box ul li.school_s:last-child {
	margin-right: 0;
}
#school_box ul li.school_l {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

#school_box .school_l {
	width: 331px;
	border-right: 1px solid #ddd;
	padding-right: 20px;
}
#school_box .school_s {
	width: 160px;
}

#school_box .school_name {
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	margin-bottom: 3px;
}

#school_box .school_load {
	font-size: 11px;
	margin: 5px 0;
}
#school_box .school_load span {
	color: #ff0000;
}

#school_box .school_l .school_inner,
#school_box .school_l .school_inner_sub {
	width: 160px;
}
#school_box .school_l .school_inner {
	float: left;
}
#school_box .school_l .school_inner_sub {
	float: right;
	padding-top: 19px;
}

#school_box .school_l .school_inner_sub .tel_txt {
	display: block;
	text-align: center;
	background-color: #999;
	color: #fff;
	padding: 5px 0 3px;
	margin-top: 8px;
	margin-bottom: 5px;
}
#school_box .school_l .school_inner_sub .school_tel {
	font-size: 16px;
	color: #FC7238;
	font-weight: bold;
	margin-bottom: 5px;
}
#school_box .school_l .school_inner_sub .school_tel span {
	display: inline-block;
	vertical-align: middle;
}
#school_box .school_l .school_inner_sub .school_tel span.tel_num {
	margin-left: 5px;
	padding-top: 3px;
	border: none;
}

#school_box .school_s .school_tel {
	font-size: 16px;
	color: #4CAB0A;
	font-weight: bold;
	margin-bottom: 5px;
}
#school_box .school_s .school_tel span {
	display: inline-block;
	vertical-align: middle;
}
#school_box .school_s .school_tel span.tel_num {
	margin-left: 5px;
	padding-top: 3px;
	border: none;
}

#school_box .school_add {
	font-size: 14px;
}


/* -------------------------------------------------------------------
 フッター
------------------------------------------------------------------- */
.foot_nav {
	margin: 20px;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

.foot_nav a {
	color: #000;
	text-decoration: underline;
	font-size: 12px;
	margin-left: 20px;
	display: block;
}

.foot_nav a:hover {
	text-decoration: none;
	color: #666;
}
.foot_nav {
	margin: 20px;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

.foot_nav a {
	color: #000;
	text-decoration: underline;
	font-size: 12px;
	margin-left: 20px;
	display: block;
}

.foot_nav a:hover {
	text-decoration: none;
	color: #666;
}
#footer {
	margin-top:20px;
	padding-bottom:10px;
}