@charset "UTF-8";

/*==========================================================
	全般
==========================================================*/
/*最後に表示
.pc_only{display: inline;}
.sp_only{display: none;}

.pc_only_block{display: block;}
.sp_only_block{display: none;}

@media only screen and (max-width:767px){
.pc_only{display: none;}
.sp_only{display: inline;}

.pc_only_block{display: none;}
.sp_only_block{display: block;}
}
*/


.m-t_3{margin-top: 3px !important;}
.m-t_5{margin-top: 5px;}
.m-t_10{margin-top: 10px;}
.m-t_15{margin-top: 15px;}
.m-t_20{margin-top: 20px;}
.m-t_25{margin-top: 25px;}
.m-t_30{margin-top: 30px;}
.m-t_35{margin-top: 35px;}
.m-t_40{margin-top: 40px;}
.m-t_45{margin-top: 45px;}
.m-t_50{margin-top: 50px;}

.m-b_5{margin-top: 5px;}
.m-b_10{margin-bottom: 10px;}
.m-b_15{margin-bottom: 15px;}
.m-b_20{margin-bottom: 20px;}
.m-b_25{margin-bottom: 25px;}
.m-b_30{margin-bottom: 30px;}
.m-b_35{margin-bottom: 35px;}
.m-b_40{margin-bottom: 40px;}
.m-b_45{margin-bottom: 45px;}
.m-b_50{margin-bottom: 50px;}
.m-b_75{margin-bottom: 75px;}

.p-t_25{padding-top: 25px;}

.f-s_11{font-size: 11px;}
.f-s_12{font-size: 12px;}
.f-s_14{font-size: 14px;}
.f-s_15{font-size: 15px;}
.f-s_16{font-size: 16px;}
.f-s_18{font-size: 18px;}

.l-h_14{line-height: 1.4em;}
.l-h_17{line-height: 1.7em;}
.l-h_20{line-height: 2.0em;}

.txt_right{text-align: right;}

.tp_text ul, .tp_text ol{margin-top: 0;}/*pool打ち消し用*/

.text_center{text-align: center;}

.f-w_bold{font-weight: bold;}

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

#sec .top_upper{
  font-size: 22px;
  color: rgb(100,60,40);
  border-bottom: 1px solid rgb(100,60,40);
  text-align: center;
  line-height: 1.3em;
  padding-bottom: 5px;
}

#sec .top_downer{
  font-size: 14px;
  color: #707070;
  text-align: center;
  line-height: 1.9em;
  font-weight: normal;
}

#sec .middle_upper{
  font-size: 16px;
  color: rgb(100,60,40);
  text-align: center;
  line-height: 1.7em;
}

#sec .middle_downer{
  font-size: 12px;
  text-align: center;
  line-height: 1.7em;
}

#sec .top_sub{
  font-size: 12px;
  text-align: center;
  color: #707070;
}

@media only screen and (max-width:767px){
  #sec .top_downer{
    text-align: justify;
  }

  #sec .middle{
    text-align: justify;
  }
  
  #sec .middle_upper{
    line-height: 1.7em;
  }
}


/*==========================================================
	btn
==========================================================*/
.add_office_link_area{
	display: flex;
	justify-content: space-between;
}

.add_office_link_area .left_image{
	width: 47.5%;
}

.add_office_link_area .right_text{
	width: 48%;
	text-align: justify;
}

.add_office_link_area .downer_btn{
	cursor: pointer;
	position: absolute;
	bottom: 10px;
}

.add_office_link_area .downer_btn a{ /* .tp_media_04 .tp_text a と同じ */
	font-weight: bold;
    text-align: center;
    padding: 3px 10px 3px 24px;
    background: url(../../theme/img/tp_button_03_arrow_01.png) no-repeat 8px 0.5em;
    display: inline-block;
	border: 3px solid #f0f0f0;
}

/*==========================================================
	時間割 subject
==========================================================*/

#timetable table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}

#timetable table th, #timetable table td{
	font-weight: normal;
	border-color: rgb(205,180,170);
	height: 30px;
	padding: 0 8px;
	width: 16.666%;
	text-align: center;
}

#timetable td:first-child{background: rgb(205,180,170); color:#fff;}
#timetable th:first-child{background: #fff; border-color: #fff}

#timetable table th{
	background: rgb(205,180,170);
	color: #fff;
}

.cell-none{visibility:hidden;}

@media only screen and (max-width:767px){
	#timetable table th, #timetable table td{
		width: 20%;
	}

	#timetable table th:first-child, #timetable table td:first-child{
		width: 12px;
	}

	#timetable table td:first-child{
		line-height: 1.2em;
	}

	#timetable table th{
		height: 28px;
		padding: 0px 8px;
	}

	#timetable table td{
		height: 70px;
		padding: 8px 8px;
	}
}

/*==========================================================
	見出し h4, h5, midashi
==========================================================*/

.tp_width_04 .tp_text h5{font-size: 15px;}/*pool打ち消し用*/

#h4_title{
	text-align: center;
}

#h4_title .title_upper{
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background: rgb(100,60,40);
	border-radius: 3px;
	padding: 0 8px;
	box-sizing: border-box;
    display: inline-block;
	margin: 0px auto 5px auto;
}

#h4_title h4.title_downer{
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 9px;
	margin-top: 0;/*pool打ち消し*/
	line-height: 1.3em;
}

#h4_title h4.title_downer{
	background: url(../../img/under_ber.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

h5.h5_title{
	font-size: 15px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	line-height: 1.3em;
	margin-top: 30px;
}

.midashi_text{
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.3em;
}




/*==========================================================
  共通
==========================================================*/
.txt_justify p, p.txt_justify{
  text-align: justify;
}

.txt_center p, p.txt_center{
  text-align: center;
}
.i-b_span span{display: inline-block;}

/* タイトル文 */

.top_thumb_title{
  font-size: 21px;
  color: rgb(100,60,40);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.top_thumb_text{
  font-size: 14px;
  line-height: 1.8em;
  text-align: justify;
}

/*==========================================================
  カラム
==========================================================*/
.add_column_wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.add_column_wrap .add_4column{
  width: 160px;
  margin: 0 10px 30px 10px;
}

.add_column_wrap .add_3column{
  width: 210px;
  margin: 0 10px 30px 10px;
}

.add_column_wrap .add_column div{
  font-size: 14px;
  color: rgb(100,60,40);
  font-weight: bold;
  text-align: center;
}


@media only screen and (max-width:767px){
.add_column_wrap{
  display: block;
}

.add_column_wrap .add_column{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.add_column_wrap .add_column figure{
  text-align: center;
}
}


/*==========================================================
	入学までの流れ
==========================================================*/
.tp_width_04 .tp_text h3{font-size:18px;}/*pool設定打ち消し*/
.tp_font_m{font-size:12px;}/*pool設定打ち消し*/
.tp_text ul li{padding-left: 0; background: none;}/*pool設定打ち消し*/

.color_bisen{color: rgb(100,60,40);}

.mb_10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb_20{margin-bottom: 20px;}
.mb_30{margin-bottom: 30px;}
.mb_36{margin-bottom: 36px;}
.mb-40{margin-bottom: 40px;}
.mb-45{margin-bottom: 45px;}
.mb-50{margin-bottom: 50px;}

.m-t_3{margin-top: 3px !important;}
.mt_5{margin-top: 5px;}
.mt_10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt_25{margin-top: 25px;}
.mt-30{margin-top: 30px;}
.mt-50{margin-top: 50px;}
.mt-75{margin-top: 75px;}

.m-b_5{margin-bottom: 5px;}
.m-b_10{margin-bottom: 10px;}
.m-b_15{margin-bottom: 15px;}
.m-b_20{margin-bottom: 20px;}
.m-b_25{margin-bottom: 25px;}
.m-b_30{margin-bottom: 30px;}
.m-b_35{margin-bottom: 35px;}
.m-b_40{margin-bottom: 40px;}
.m-b_45{margin-bottom: 45px;}
.m-b_50{margin-bottom: 50px;}
.m-b_75{margin-bottom: 75px;}

.m-t_5{margin-top: 5px;}
.m-t_10{margin-top: 10px;}
.m-t_15{margin-top: 15px;}
.m-t_20{margin-top: 20px;}
.m-t_25{margin-top: 25px;}
.m-t_30{margin-top: 30px;}
.m-t_35{margin-top: 35px;}
.m-t_40{margin-top: 40px;}
.m-t_45{margin-top: 45px;}
.m-t_50{margin-top: 50px;}
.m-t_75{margin-top: 75px;}

.fz_15{font-size: 15px;}
.fz_14{font-size: 14px;}

.f-w_b{font-weight: bold;}

.hoge{ /*スペース非公開*/
   height: 1px;
   width: 1px;
   overflow: hidden;
   clip: rect(1px,1px,1px,1px);
   word-wrap: normal !important;
}

.u_ber{ /*下線*/
  border-bottom: 1px solid #ccc;
  padding-bottom: 1px;
  display: inline-block;
}

.u_ber .pc-only{display: none;}

@media only screen and (max-width:767px){
.u_ber .pc-only{display: inline;}
}

/*********** h3 ***********/

.adm_sec, .ao_sec, .tuition_sec, .support_sec, .doc_sec{
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.adm_sec h3, .ao_sec h3, .tuition_sec h3, .support_sec h3, .doc_sec h3{
  font-size: 18px;
  width: 100%;
  color: rgb(100,60,40);
  font-weight: bold;
  padding: 0 0 3px 2px;
  box-shadow: 0 1px 0px 0 rgb(100,60,40), 0 3px 0px 0 #FFF, 0 4px 0px 0 rgb(205,180,170);
  line-height: 1.3em;
  box-sizing: border-box;
  clear: both;
}

.adm_sec h3{
  margin-bottom: 30px;
}

.ao_sec h3, .tuition_sec h3, .support_sec h3, .doc_sec h3{
  margin-bottom: 20px;
}

.adm_sec h3 span, .ao_sec h3 span , .tuition_sec h3 span, .support_sec h3 span, .doc_sec h3 span{
  color: #888;
  font-weight: normal;
}

.adm_sec h3 span:last-child, .ao_sec h3 span:last-child, .tuition_sec h3 span:last-child, .support_sec h3 span:last-child, .doc_sec h3 span:last-child{
  font-size: 83.333%;
  vertical-align: top;
}

/*********** 01ページ内リンク ***********/

#adm_01, #adm_02, #adm_03{
  margin-top: -20px;
  padding-top: 20px;
}

#adm_scr-link{
  margin: 0 auto;
  display: table;
}

#adm_scr-link li{
  display: table-cell;
  vertical-align: middle;
  height: auto;
  padding: 0px 12px !important;
  border-right: 1px solid #808080;
  box-sizing: border-box;
  color: #808080;
  font-size: 14px;
  background: none;
  text-align: center;
  line-height: 1.3em;
}

#adm_scr-link li:last-child{
  border-right: none;
}

#adm_scr-link li a{
  color: #808080;
  cursor: pointer; /*IE6*/
  cursor: hand;
}

#adm_scr-link li a:hover{
  color: rgb(100,60,40);
  text-decoration: none;
}
/*********** ランドスケープ時改行無し ***********/
#adm_scr-link .sp-only { display:none; }

@media only screen and (max-width:599px){
#adm_scr-link .sp-only { display:inline-block; }
#adm_scr-link li{
  height: 40px;
  line-height: 1.3em;
}
}

/*********** 資格表css ***********/

  #adm_table{
    width: 100%;
  }
  
  #adm_table .l-upper{border-left:0; border-color:#808080; width:68%;}
  #adm_table .r-upper{border-right:0; border-color:#808080; width:32%;}
  #adm_table .l-downer{border-left:0; border-color:#808080; width:68%;}
  #adm_table .r-downer__date, #adm_table .r-downer__pre{border-right:0; border-color:#808080; width:32%;}

  #adm_table .l-upper, #adm_table .r-upper{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

  #adm_table .l-upper{
    padding: 0px;
    background: #fff;
    font-weight: normal;
  }
  
  #adm_table .r-upper{
    padding: 0px;
    background: rgb(205,180,170);
    font-weight: normal;
  }

  #adm_table .r-downer__date{
    font-size: 14px;
    border-bottom: 0;
  }

  #adm_table .r-downer__pre{
    height: 25px;
    line-height: 25px;
    background: #eee;
    text-align: center;
    font-size: 14px;
    border-top: 0;
    padding: 0;
  }
  
  #adm_table .l-downer, #adm_table .r-downer__date{
    padding: 14px 10px;
    line-height: 1.7em;
  }
  #adm_table .l-other{border-left:0; border-color:#808080; width: 100px;font-size:14px;}
  #adm_table .r-other{border-right:0; border-color:#808080;}

  #adm_table .l-other{
    padding: 0px 8px;
    box-sizing: border-box;
  }

  #adm_table .r-other{
    width: 630px;
  }

/*********** 資格表css__sp ***********/

  @media only screen and (max-width:767px){
  #adm_table {border: 1px solid #808080;}
  #adm_table td{
    display: block;
    border: none;
    padding: 0;
  }
  #adm_table .sp-title{
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding-bottom: 4px;
    border-bottom: 1px solid rgb(100,60,40);
    margin-bottom: 10px;
    line-height: 1.5em;
  }
  #adm_table .l-downer{padding: 15px 15px 0 15px;}
  #adm_table .r-downer__date{padding: 15px 15px 15px 15px;}
  #adm_table .r-downer__pre{
    height: 28px;
    line-height: 28px;
  }

  #adm_table .l-upper{width: auto;}
  #adm_table .l-downer{width: auto;}
  #adm_table .r-upper{width: auto;}
  #adm_table .r-downer__date{width: auto;}
  #adm_table .r-downer__pre{width: auto;}
  #adm_table .l-other{width: auto;}
  #adm_table .r-other{width: auto;}

  #adm_table .l-other{
    box-sizing: border-box;
    border-bottom: 1px solid rgb(100,60,40);
    margin: 20px 15px 10px;
    text-align: center;
    padding:0 0 0 3px;
  }
  #adm_table .r-other{padding: 0 15px;}

  .border-b_sp{border-bottom: 1px solid #808080;}

}

  #adm_table .sp-only { display: none; }
@media only screen and (max-width:767px){
  #adm_table .pc-only { display: none; }
  #adm_table .sp-only { display: block; }
}

/*********** liマーカ<・,①> ***********/

.tp_text ul, .tp_text ol{margin-top: 0;}

#li_circle li{
  background-image: none;
  padding-left: 0;
}

#li_circle ol ul li, #li_circle ul li {
  list-style: none;
  background: none;
}

ul.marker_cle-number, ul.marker_nakaguro {
  list-style-type: none;
  margin-left: 12px;/* 1文字分 */
}
li.marker_num01:before {
  content: '①'; /* リストマーカー */
  margin-left: -12px; /* 1文字分 */
  font-size: 90%;
  margin-right: 2px;  
}
li.marker_num02:before {
  content: '②'; /* リストマーカー */
  margin-left: -12px; /* 1文字分 */
  font-size: 90%;
  margin-right: 2px;  
}
 ul.marker_nakaguro li:before {
  content: '・'; /* リストマーカー */
  margin-left:-12px; /* 1文字分 */
}

ul.marker_cle, ul.marker_com {
  list-style-type: none;
  margin-left: 12px;/* 1文字分 */
}

ul.marker_cle li:before {
  content: '◯'; /* リストマーカー */
  margin-left: -12px; /* 1文字分 */
  font-size: 90%;
  margin-right: 2px;  
}

 ul.marker_com li:before {
  content: '※'; /* リストマーカー */
  margin-left:-12px; /* 1文字分 */
}

@media only screen and (max-width:767px){
  #li_circle li{
    line-height: 1.4em;
    margin-bottom: 0.25em;
  }
}

/* 先頭のマークをspanで囲んだmarker 使用しない
.exmple li{
  position: relative;
  list-style: none;
  margin-left: 1em;
  padding-left:0.5em
}

.exmple li span{
  position: absolute;
  left: -1em;
}
*/

/*********** 試験日css ***********/

#test_box{
  width: 290px;
  margin: 15px auto 0px auto;
  font-size: 0;
}

#test_box:after{
    content: " ";
    display: table;
    clear: both;
}

#test_box dt, #test_box dd{
  text-align: center;
  font-size: 14px;
  height: 30pc;
  line-height: 30px;
  margin-bottom: 2px;
}

#test_box dt{
  width: 120px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  background: rgb(100,60,40);
  float: left;
}

#test_box dd{
  width: 170px;
  height: 30px;
  line-height: 30px;
  background: #ccc;
  float: left;
}

/*********** 矢印css ***********/
.cl-b {clear: both;}

.d-arrow_under {
  width: 34px;
  margin: 18px auto;
}

/*********** リンクボタン ***********/

.adm_sec .add_link_box{
  width: 275px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  border: 1px solid rgb(100,60,40);
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.add_link_box a{
  display: block;
  cursor: pointer; /*IE6*/
  cursor: hand;
}

.add_link_box a:hover{
  text-decoration: none;
}

.adm_sec .link_blank a:hover, .adm_sec .link_arrow a:hover{
  opacity: 0.5;
}

.adm_sec .link_blank a{
  color: #fff;
  background: url("../../img/link_btn_blank-white.gif");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 11px center;
  background-color: rgb(100,60,40);
}

.adm_sec .link_blank{
  color: #fff;
}

.adm_sec .link_arrow a{
  color: #fff;
  background: url("../../img/link_btn_arrow-white.gif");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 11px center;
  background-color: rgb(100,60,40);
}

.adm_sec .link_arrow{
  color: #fff;
}

/*********** TEL ***********/

.add_tel{
  font-size: 14px;
  width: 100%;
  padding: 14px 0;
  border: 1px solid rgb(100,60,40);
  box-sizing: border-box;
  color: rgb(100,60,40);
  background: #fff;
  margin: 20px auto 0;
  text-align: center;
  border-radius: 5px;
}

.add_tel .pc-only{
  display: inline;
}

.add_tel .sp-only{
  display: none;
}

@media only screen and (max-width:599px){
  .add_tel{
    width: 275px;
  }
  .add_tel .pc-only{
  display: none;
}
.add_tel .sp-only{
  display: inline;
}
}

/*********** 流れ ***********/

#adm_flow{}

#adm_flow h4{
  width: 200px;
  height: 35px;
  line-height: 33px;
  border-radius: 5px;
  background: rgb(205,180,170);
  border: 1px solid #808080;
  box-sizing: border-box;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  position: relative;
  top: 32px;
  margin-top: -32px;
  font-size: 14px;
}

#adm_flow .text-box{
  width: 550px;
  height: auto;
  padding: 35px 30px 18px 30px;
  border-radius: 5px;
  border: 1px solid #808080;
  box-sizing: border-box;
  margin: 0 auto;
}

@media only screen and (max-width:767px){
  #adm_flow .text-box{
    width: 100%;
    padding: 35px 16px 18px 16px;
  }
}

@media only screen and (max-width: 767px){
  #adm_flow .pc-only{
    display: none;
  }
}

/*==========================================================
  AO入学について
==========================================================*/

/*********** ao_flow ***********/

.add_ao-sec02_center{
  display: flex;
    justify-content: center;
}
.ao_item {margin:0 15px;}
@media only screen and (max-width:767px){
.add_ao-sec02_center{display:block;}
}

#ao_flow h4{
  color:  rgb(100,60,40);
  width: 110px;
  height: 35px;
  line-height: 33px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 19px;
  margin-top: -19px;
  font-size: 15px;
}

#ao_flow .text-box{
  width: 355px;
  height: 70px;
  padding: 23px 30px 18px 30px;
  border: 1px solid #808080;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-s__12{font-size:12px;}
.f-s__15{font-size:15px;}

@media only screen and (max-width:767px){
  #ao_flow .text-box{
    width: 100%;
    padding: 23px 16px 18px 16px;
  }
.ao_left {float: none;}
.ao_right {float: none;}
}

#ao_flow .pc_only{display: inline;}
@media only screen and (max-width:767px){
#ao_flow .pc_only{display: none;}
}

/*==========================================================
  学費について
==========================================================*/

.support_sec a {
  text-decoration: none;
  color: rgb(100,60,40);
}
.support_sec a:hover {
  text-decoration: underline;
}

/*********** 学費表 ***********/

  .pc_only_blo{display: block;}
  .sp_only_blo{display: none;}
@media only screen and (max-width:767px){
  .pc_only_blo{display: none;}
  .sp_only_blo{display: block;}
}

/*pc*/
#tuition td, #tuition th{
  font-weight: normal;
  padding: 7px;
  box-sizing: border-box;
  line-height: 1.3em;
  border: 1px solid #808080;/*pool打ち消し*/
}

#tuition th{
	text-align: center;
	height: 35px;
}
#tuition td{
  text-align: right;
  height: 45px;
}
/**
#tuition td:last-child{
  width:120px;
}
**/
#tuition th.green {background: rgb(205,180,170);}
#tuition td.gray, #tuition th.gray{background: #eee;}
#tuition th:first-child{width:100px;}

/*sp*/
@media only screen and (max-width:767px){
#tuition td, #tuition th{
  height: 40px;
}
#tuition th:first-child{width:35px;}

/**#tuition th.green {width: 70px;}

#tuition td{
  width:20%;
}
#tuition td:last-child{
  width:20%;
}**/
}

#tuition .txt_center, #tuition_sp .txt_center{text-align: center;}

/*********** 学費納入の流れ ***********/

.tuition_flow_wrap{
  font-size: 0; /* 文字間を詰めて隙間をなくす */
  display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

/*
.tuition_flow_wrap:after{
    content: " ";
    display: table;
    clear: both;
}
*/

.ver_center{
}

.tuition_left {
  display: flex;
  align-items: center;
}
.tuition_right {
  display: flex;
    align-items: center;
  }
.d-arrow_right{
  width: 15px;
  margin-left:25px;
  margin-right:25px;
}
#tuition_flow h4{
  color: #000;
  width: 105px;
  height: 30px;
  line-height: 28px;
  border-radius: 5px;
  background: rgb(205,180,170);
  border: 1px solid #808080;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 17px;
  margin-top: -17px;
  font-size: 13px;
}

#tuition_flow .text-box{
  height: auto;
  padding: 28px 15px 12px 15px;
  border: 1px solid #808080;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
}
#tuition_flow .box01{width: 140px;}
#tuition_flow .box02{width: 205px;}
#tuition_flow .box03{width: 140px;}
#tuition_flow .box04{width: 260px;}
#tuition_flow .tuition{
  font-size: 15px;
  font-weight: bold;
  width: auto;
  padding-top: 8px;
  margin-top: 8px;
  text-align: center;
}

#tuition_flow .tuition{
  background: url("../../img/tuition_back-color.gif");
  background-repeat: no-repeat;
  background-size: 21px 2px;
  background-position: center top;
}

.add_sup{
  font-size: 14px;
  width: 400px;
  padding: 7px;
  box-sizing: border-box;
  border: 1px solid rgb(100,60,40);
  color: rgb(100,60,40);
  border-radius: 5px;
  background: #fff;
  margin: 30px auto 10px;
  text-align: center;
}

@media only screen and (max-width:767px){
.tuition_flow_wrap{display:block;}

.ver_center{
  display: block;
  vertical-align: middle;
}

.tuition_left {float: none; display: block;}
.tuition_right {float: none;}

.d-arrow_right{
  width: 34px;
  margin: 18px auto;
}

#tuition_flow h4{
  width: 200px;
}

#tuition_flow .box01{width: 100%;}
#tuition_flow .box02{width: 100%;}
#tuition_flow .box03{width: 100%;}
#tuition_flow .box04{width: 100%;}

.add_sup{width: 100%;}
}

#tuition_flow .pc-only{}
#tuition_flow .sp-only{display:none;}
@media only screen and (max-width:767px){
#tuition_flow .pc-only{display:none;}
#tuition_flow .sp-only{display:block;}
}

/*==========================================================
  学費支援制度
==========================================================*/

.support_top{
  font-size:20px;
  color: rgb(100,60,40);
  font-weight: bold;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  line-height: 1.5em;
  display: inline-block;
}

/* 両端揃え */
.just {
  display: flex;
  justify-content: space-between;
}

/* 支援表 */
#support_table .float_l{float: left;margin-right:12px;}
@media only screen and (max-width:767px){
#support_table .float_l{float: none;margin-right:0px;}

}

#support_table th{ /* pool打ち消し */
  color: rgb(100,60,40);
  background: #fff;
  font-weight: normal;
  padding: 8px 10px 8px 5px;
  text-align: justify;
}

#support_table td{
  padding: 8px 5px 8px 10px;
  width: 100%;
}

#support_table tr{
  border-bottom: 1px dotted #808080;
}

#support_table th, #support_table td{ /* pool打ち消し */
  border: 0;
}

#support_table th, #support_table td{
  vertical-align: top;
  box-sizing: border-box;
}

.th_100{width: 100px;}
.th_140{width: 140px;}

@media only screen and (max-width:767px){
  #support_table th, #support_table td{
    display: block;
    width: 100%;
  }

  #support_table th{ /* pool打ち消し */
    padding: 8px 0px 0px 0px;
  }

  #support_table td{ /* pool打ち消し */
    padding: 0px 0px 8px 0px;
  }
}

/*==========================================================
  入学願書
==========================================================*/

.doc_sec .link-area{
  width: 570px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.doc_sec .left{float: left;}
.doc_sec .right{float: right;}

.doc_sec .add_link-box a{
  width: 270px;
  height: 50px;
  color: #fff;
  padding: 0 15px;
  border: 1px solid rgb(100,60,40);
  box-sizing: border-box;
  background: rgb(100,60,40);
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4em;
}

.doc_sec .add_link-box a{
  background-image: url(../../img/link_btn_arrow-white.gif);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 15px center;
}

.doc_sec .add_link-box a{
  cursor: pointer; /*IE6*/
  cursor: hand;
}

.doc_sec .add_link-box a:hover{
  text-decoration: none;
  opacity: 0.5;
}
.doc_sec .add_link-box{
  font-size: 13px;
  font-weight: bold;
  margin: 5px auto;
}

@media only screen and (max-width:767px){
  .doc_sec .left{float: none;display: block;}
  .doc_sec .right{float: none;display: block;}
  .doc_sec .link-area{width: 100%;}
  .doc_sec .add_link-box{
  margin: 10px auto;
}
}


