
@media print {

/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


html {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

*:first-child + html body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

}

body a:focus{
	outline:none;
}



/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}




/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

	font-family: "メイリオ", sans-serif;
	

}	

/* container ---------------------------------------------- */


.container{		max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}




.container01{		max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;

	padding-bottom:200px;
}

.container02{		max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;

}


.container03{		max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto 200px auto;

}


.container_bg01{
	width:100%;
	height:auto;
	padding:60px 0;
}


.container_bg02{
	width:100%;
	height:auto;
	padding:60px 0 120px 0;
}

.container_bg03{
	width:100%;
	height:auto;
	background:#FFF;
	padding:60px 0;
}


/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */

.header_bg{
	width:100%;
	height:auto;

/*	position:absolute;
	z-index:500;*/
}

header{	
	max-width:94%;
	width:1000px;
	height:150px;

	margin: 0 auto;
	position:relative;
}

.header_txt{
	position: absolute;
	top:10px;
	left:0px;
	line-height: 120%;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	z-index:200;
	font-family: "Noto Sans JP";
}

.header_menu{
	position: absolute;
	top:11px;
	right:0px;
}

.header_menu ul li{
	font-size:12px;
	margin-right:12px;
	padding-left:13px;
	display:inline;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat;
}

.header_menu ul li:last-child{
	margin-right:0px;
	padding-right:13px;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat, url(../img/common/footer_menu_border.jpg) right no-repeat;
}

.header_menu a{
	color:#000;
	text-decoration:none;
}

.header_menu a:hover{
	color:#000;
	text-decoration:underline;
}




.header_tel{
	width:177px;
	height:auto;
	position:absolute;
	top:44px;
	right:288px;
}


.header_btn{
	max-width:265px;
	width:100%;
	height:auto;
	position:absolute;
	top:40px;
	right:0;
}

.header_btn ul li{
	width:49%;
	height:auto;
	margin-right:2%;
	float:left;
	
	font-family: "Noto Sans JP";
	font-size:13px;
	line-height:110%;
	font-weight:bold;
	text-align:center;
}

.header_btn ul li:last-child{
	margin-right:0;
}

.header_btn ul li a{
	background:url(../img/common/header_btn_bg.png) repeat;
	padding:13px 10px;
	box-sizing:border-box;
	display:block;

	color:#FFF;
}

.header_btn ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}

.header_btn ul li img{
	margin-right:4px;
	margin-top:1px;
	vertical-align:top;
}



/* scroll_header ---------------------------------------------- */

.cb-header_bg{
	width:100%;
	height:auto;
	background:url(../img/common/scroll_header_bg.png) repeat;
}

.cb-header {
  position: fixed;
  top: -80px;
  left: 0;
}

.cb-header_in{
	max-width:94%;
	width:1000px;
	height:80px;
	margin: 0 auto;
	position:relative;
}

.cb-header_in_logo{
	width:400px;
	height:auto;
	position: absolute;
	top:18px;
	left:0;	
}

.cb-header_in_tel{
	width:177px;
	height:auto;
	position:absolute;
	top:18px;
	right:288px;
}

.cb-header_in_btn{
	max-width:265px;
	width:100%;
	height:auto;
	position:absolute;
	top:18px;
	right:0;
}

.cb-header_in_btn ul li{
	width:49%;
	height:auto;
	margin-right:2%;
	float:left;
	
	font-family: "Noto Sans JP";
	font-size:13px;
	line-height:110%;
	font-weight:bold;
	text-align:center;
}

.cb-header_in_btn ul li:last-child{
	margin-right:0;
}

.cb-header_in_btn ul li a{
	background:url(../img/common/header_btn_bg.png) repeat;
	padding:13px 10px;
	box-sizing:border-box;
	display:block;

	color:#FFF;
}

.cb-header_in_btn ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}

.cb-header_in_btn ul li img{
	margin-right:4px;
	margin-top:1px;
	vertical-align:top;
}






#gNav a:hover {

}
nav li a {

}
nav .sub-menu,.mean-container .mean-nav ul ul {
/*
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);*/
  
  background:url(../img/common/sub_menu_bg.png) repeat;

}





#gNav {
  	width:100%;
	position:absolute;
	top:101px;
}

#gNav ul {
    position: relative;
    display: flex;
}
  
#gNav li {
	width:16.66666%;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	font-family: "Noto Sans JP";
	line-height:100%;
	text-align:center;
	background:url(../img/common/menu_boder.png) left repeat-y;
    position: relative;


}

#gNav li p{
	font-size:10px;
	color:#3399cc;
	margin-top:5px;
}


#gNav li:last-child {
	margin-right:0;
	background:url(../img/common/menu_boder.png) right repeat-y ,url(../img/common/menu_boder.png) left repeat-y;
}

#gNav li a{
	color:#000000;
	text-decoration:none;
	display:block;
	padding:7px 0;
	box-sizing:border-box;
}

#gNav li a:hover{
	color:#3399cc !important;
	text-decoration:none;
}


.sub-menu ul li{

}

  #gNav li i {

  }
  #gNav li a {
    position: relative;
    display: block;


  }
  
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
/*    left: 50%;
    margin-left: -100px;*/
    width:100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  
  #gNav .sub-menu a {
    display: block;
    border-bottom: none;
    padding: 15px 10px;
    line-height:120%;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
	width:100%;
    display: block;
    font-size: 13px !important;
	font-weight:normal !important;
    padding: 0;
    margin: 0;
	background:nonel;
	text-align:left !important;
	background:none !important;
	border-bottom:1px dotted #c6c8c8;
	
  }
  
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  
  
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #3399cc;
  }
  #gNav li:hover ul.sub-menu {
    top: 48px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #004285;
	color:#FFF !important;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }


.nav_h{

	color:#3399cc !important;
}



/*nav{
	width:100%;
	position:absolute;
	top:102px;
}

nav ul{
	margin:0;
	padding:0;
}

nav ul li{
	width:16.66666%;
	color:#000000;
	font-size:15px;
	font-family: "Noto Sans JP";
	line-height:100%;
	text-align:center;
	background:url(../img/common/menu_boder.png) left no-repeat;
}

nav ul li p{
	font-size:11px;
	color:#999999;
	margin-top:5px;
}

nav ul li:last-child{
	margin-right:0;
	background:url(../img/common/menu_boder.png) right no-repeat,url(../img/common/menu_boder.png) left no-repeat;
}

nav ul li a{
	color:#000000;
	text-decoration:none;
	display:block;
}

nav ul li a:hover{
	color:#0053a6;
	text-decoration:none;
}

*/



#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10
{
    margin-top:-120px;
    padding-top:120px;
}






/* footer ---------------------------------------------- */



.footer-bg{
	width:100%;
	height:auto;
	background:#FFF;
	padding:30px 0;
}

footer{	
	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto 0px auto;
}

.f_sns{
	max-width:160px;
	width:100%;
	height:auto;
	margin:0 auto 30px auto;
}

.f_sns ul li{
	width:31%;
	height:auto;
	float:left;
	margin-right:3.5%;
}

.f_sns ul li:last-child{
	margin-right:0;
}

.f_sns ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.f_sns ul li:hover img {
	opacity: .6;
}


.f_nav{
	margin-bottom:30px;
}

.f_nav ul{
	text-align:center;
}

.f_nav ul li{
	margin-right:20px;
	padding-left:20px;
	display:inline;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat;
}

.f_nav ul li:last-child{
	margin-right:0px;
	padding-right:20px;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat, url(../img/common/footer_menu_border.jpg) right no-repeat;
}


.f_nav a{
	color:#000;
	text-decoration:none;
}

.f_nav a:hover{
	color:#000;
	text-decoration:underline;
}

footer p{
	font-size: 11px;
	color:#004285;
	width:100%;
	line-height:120%;
	text-align:center;

}

footer a{
	color:#004285;
	text-decoration:none;
}

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



/* フッター固定　電話 メール ---------------------------------------------- */

.footer_area{
	display: none;
}	

.footer_area_01{
	display: none;
}




/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
	width:400px;
	height:auto;
	position: absolute;
	top:38px;
	left:0;
}

h1 img{
	width:100%;
	height:auto;
}


h2.h2_01{
	font-family: "Noto Sans JP";
	font-size:42px;
	line-height:120%;
	color:#000000;
	text-align:center;
	margin-bottom:40px;
	font-weight:normal;
}


h2.h2_01 p{
	font-size:18px;
	color:#0053a6;
	font-family: "Noto Sans JP";
	line-height:120%;
	margin-top:10px;
}

h2.h2_01 p span{
	border-bottom:1px solid #0053a6;
}

h3.h3_01{
	color:#0053a6;
	font-family: "Noto Sans JP";
	line-height:120%;
	font-size:28px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:2px solid #0053a6;
}

h4.h4_01{
	font-size:16px;
	font-weight:bold;
	padding-bottom:8px;
	margin-bottom:25px;
	border-bottom:1px dotted #000000;
}

h4.h4_01 span{
	color:#0066cc;
}




/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:570px;
	
	z-index:5;

	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}





/* 各ページイメージ ---------------------------------------------- */


.top_main_top_img{

	width: 100%;
	height:500px !important;
	background:url(../img/top/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.about_school_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/about_school/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.about_course_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/about_course/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.learning_style_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/learning_style/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.admission_guidance_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/admission_guidance/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.learning_center_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/learning_center/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.about_school_expenses_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/about_school_expenses/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.contact_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/contact/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.document_request_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/document_request/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}








.s_top_img{
      display:none;
      text-align:center;
}










/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:100px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}








/* トップ 新着---------------------------------------------- */

.news-box{
}

.news-box dl dt{
	font-size:16px;
	color:#0053a6;
	float:left;
	clear:both;
}

.news-box dl dd{
	padding-left:110px;
	font-size:16px;
	color:#000000;
	border-bottom:1px dotted #999999;
	padding-bottom:8px;
	margin-bottom:10px;
	font-weight:300;
}

.news-box dl dd a{
	color:#000000;
	text-decoration:none;
}

.news-box dl dd a:hover{
	color:#000000;
	text-decoration:underline;
}


/* トップ 通信とは---------------------------------------------- */

.t_tuushin_b{
	width:100%;
	height:auto;
}

.t_tuushin_b ul li{
	width:50%;
	height:400px;
	float:left;
	
	padding:20px;
	box-sizing:border-box;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.t_tuushin_b ul li dl dt{
	font-family: "M PLUS Rounded 1c";
	font-size:36px;
	text-align:center;
	color:#FFF;
	line-height:120%;
	margin-bottom:20px;
}

.t_tuushin_b ul li dl dd{
	font-family: "M PLUS Rounded 1c";
	font-size:18px;
	text-align:center;
	color:#FFF;
	line-height:130%;
	
	margin-bottom:40px;
}


.t_tuushin_b ul li p{

}

.t_tuushin_b ul li p a{
	width:200px;
	height:auto;
	margin:0 auto;
	display:block;
	text-align:center;
	background:url(../img/common/header_btn_bg.png) repeat;
	color:#FFF;
	line-height:110%;
	font-size:18px;
	padding:8px 15px 6px 15px;
	box-sizing:border-box;
}

.t_tuushin_b ul li p a:hover{
	color:#FFF;
	text-decoration:underline;
}


.t_tuushin_b_01{
	background:#ff6633;
}

.t_tuushin_b_02{
	background:#cc00cc;
}




/* 学びのスタイル---------------------------------------------- */


.t_style_b{
	width:100%;
	height:400px;
	padding:20px;
	box-sizing:border-box;
	
	background:#99cc00;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.t_style_b dl dt{
	font-family: "M PLUS Rounded 1c";
	font-size:36px;
	text-align:center;
	color:#FFF;
	line-height:120%;
	margin-bottom:20px;
}

.t_style_b dl dd{
	font-family: "M PLUS Rounded 1c";
	font-size:18px;
	text-align:center;
	color:#FFF;
	line-height:130%;
	
	margin-bottom:40px;
}


.t_style_b p{

}

.t_style_b p a{
	width:200px;
	height:auto;
	margin:0 auto;
	display:block;
	text-align:center;
	background:url(../img/common/header_btn_bg.png) repeat;
	color:#FFF;
	line-height:110%;
	font-size:18px;
	padding:8px 15px 6px 15px;
	box-sizing:border-box;
}

.t_style_b p a:hover{
	color:#FFF;
	text-decoration:underline;
}





/* リーフレット　資料請求---------------------------------------------- */


.t_banner01{
	width:100%;
	height:auto;
}

.t_banner01 ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
}

.t_banner01 ul li:last-child{
	margin-right:0px;
}

.t_banner01 ul li img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.t_banner01 ul li:hover img {
	opacity: .6;
}



/* 学校バナー---------------------------------------------- */

.t_banner02_bg{
	width:100%;
	height:auto;
	padding:60px 0;
	background:#cfe8f4;
	
}


.t_banner02{
	max-width:500px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.t_banner02 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
}

.t_banner02 ul li img{
	padding-top:1px;
}


.t_banner02 ul li:nth-child(2n){
	margin-right:0%;
}

.t_banner02 ul li:nth-child(3){
	margin-bottom:0px;
}

.t_banner02 ul li:nth-child(4){
	margin-bottom:0px;
}



/* 共通　お問い合わせ---------------------------------------------- */

.b_contact_bg{
	width:100%;
	height:auto;
	background:url(../img/common/contact_bg.jpg) repeat;
	padding:60px 0;
}

.b_contact{
	margin-bottom:30px;
}


.b_contact dl dt{
	color:#000000;
	font-family: "Noto Sans JP";
	line-height:120%;
	font-size:36px;
	text-align:center;
	margin-bottom:25px;
}


.b_contact dl dd{
	color:#004285;
	font-family: "Noto Sans JP";
	line-height:120%;
	font-size:48px;
	text-align:center;
	font-weight:900;
}

.b_contact dl dd p{
	color:#000000;
	font-family: "Noto Sans JP";
	line-height:120%;
	font-size:22px;
	text-align:center;
	margin-top:10px;
	font-weight:normal;
}

.b_contact_btn{
	max-width:620px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.b_contact_btn ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	background:#004285;
	text-align:center;
	font-size:20px;
}

.b_contact_btn ul li:last-child{
	margin-right:0px;
}

.b_contact_btn ul li a{
	padding:12px 10px 10px 10px;
	display:block;
	color:#FFF;
}

.b_contact_btn ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}




/* フッターメニュー---------------------------------------------- */


.f_menu_bg{
	width:100%;
	height:auto;
	background:#004285;
	padding:30px 0;
}

.f_menu_ttl{
	font-family: "M PLUS Rounded 1c";
	font-size:24px;
	text-align:center;
	color:#FFF;
	line-height:130%;
	margin-bottom:30px;
}


.f_menu{
	width:100%;
	height:auto;
}

.f_menu ul li{
	width:23.5%;
	height:auto;
	float:left;
	margin-right:2%;
}

.f_menu ul li:last-child{
	margin-right:0px;
}


.f_menu ul li dl dt{
	color:#66ccff;
	font-size:15px;
	font-weight:bold;
	padding-bottom:8px;
	margin-bottom:16px;
	border-bottom:1px solid #66ccff;
}

.f_menu ul li dl dt a{
	color:#66ccff;
	text-decoration:none;
}

.f_menu ul li dl dt a:hover{
	color:#66ccff;
	text-decoration:underline;
}

.f_menu ul li dl dd{
	color:#FFF;
	font-size:14px;
	padding-bottom:8px;
}


.f_menu ul li dl dd a{
	color:#FFF;
	text-decoration:none;
}

.f_menu ul li dl dd a:hover{
	color:#FFF;
	text-decoration:underline;
}


/* 各ページ　トップテキストメニュー---------------------------------------------- */

.p_s_menu{
	margin-bottom:40px;
}

.p_s_menu ul{
	text-align:center;
}

.p_s_menu ul li{
	color:#000000;
	font-family: "Noto Sans JP";
	line-height:160%;
	font-size:15px;
	display:inline;
}

.p_s_menu ul li a{
	color:#000000;
	text-decoration:none;
}

.p_s_menu ul li a:hover{
	color:#0053a6;
	text-decoration:none;
}


.p_s_menu ul li:last-child{
	margin-right:0;
}


.p_s_menu ul li:first-child::before{
  content: '/　';
  color:#cccccc;
}


.p_s_menu ul li::after {
  content: '　/';
  color:#cccccc;
  margin-right:7px;
}



/* “昌平通信”とは？---------------------------------------------- */

.abt_msg{
	margin-bottom:60px;
}

.abt_msg dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:25px;
}

.abt_msg dl dd{
	font-size:16px;
	line-height:180%;
}


.abt_img01{
	text-align:center;
	margin-bottom:60px;
}


.abt_b01{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.abt_b01 ul li{
	width:49%;
	min-height:230px;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
	background:#183e6d;
	padding:30px;
	box-sizing:border-box;
	
	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius:10px;    /* for Firefox */
	-o-border-radius:10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */
}

.abt_b01 ul li:nth-child(2n){
	margin-right:0%;
}

.abt_b01 ul li dl dt{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	margin-bottom:25px;
	text-align:center;
}

.abt_b01 ul li dl dd{
	color:#FFF;
	line-height:140%;
	font-size:15px;
}






.abt_t01{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.abt_t01 table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

.abt_t01 table th{
	border-collapse:collapse;


	width:180px;
	color:#000000;
	padding:10px 0px;
	font-size:14px;
	line-height:160%;
	vertical-align:text-top;
	
	border-bottom:1px solid #cccccc;
}

.abt_t01 table td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	padding:10px 0px;
	border-bottom:1px solid #cccccc;
	line-height:160%;
}

.abt_txt01{
	font-size:16px;
	line-height:160%;
	margin-bottom:40px;
	word-break: break-all;
}


.abt_t02{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.abt_t02 ul li{
	width:50%;
	height:auto;
	float:left;
	margin-right:0%;
}


.abt_t02_ttl{
	width:98%;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:2px solid #000;

	
}

.abt_t02 ul li ul li{
	width:50%;
	height:auto;
	float:left;
	padding:0 10px;
	box-sizing:border-box;

}


.abt_t02 ul li ul li dl{
	margin-bottom:20px;
	
}

.abt_t02 ul li ul li dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.abt_t02 ul li ul li dl dd{
	font-size:14px;
	margin-bottom:7px;
	background:url(../img/about_school/list.jpg) left 4px no-repeat;
	padding-left:15px;
	line-height:130%;
}

.abt_t02 ul li ul li dl:last-child{
	margin-bottom:0;
}




/* 通信制課程について---------------------------------------------- */

.abt_crs_txt01{
	font-size:16px;
	line-height:160%;
	margin-bottom:60px;
}

.abt_crs_txt01 ul{
	margin-top:10px;
}

.abt_crs_txt01 ul li{
	list-style:decimal;
	margin-left:25px;
	margin-bottom:8px;
	line-height:140%;
}

.abt_crs_ttl01{
	width:100px;
	height:100px;
	background:#6699cc;
	margin:0 auto 30px auto;
	color:#ffffff;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:26px;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
	
	-webkit-border-radius:50%;     /* for Safari and Chrome */
	moz-border-radius:50%;    /* for Firefox */
	-o-border-radius:50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%;   /* Linux browsers */
	border-radius:50%;     /* CSS3 */
}


.abt_crs_b01{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.abt_crs_b01 ul li{
	width:32%;
	min-height:170px;
	height:auto;
	float:left;
	margin-right:2%;
	background:#183e6d;
	padding:20px;
	box-sizing:border-box;
	
	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius:10px;    /* for Firefox */
	-o-border-radius:10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */
}

.abt_crs_b01 ul li:last-child{
	margin-right:0%;
}


.abt_crs_b01 ul li dl dt{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	margin-bottom:25px;
	text-align:center;
}

.abt_crs_b01 ul li dl dd{
	color:#FFF;
	line-height:140%;
	font-size:15px;
}

.abt_crs_b01 p{
	text-align:center;
	font-size:15px;
	margin-top:20px;
}






.abt_crs_b02{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.abt_crs_b02 ul li{
	width:23.5%;
	min-height:170px;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
	background:#183e6d;
	padding:20px;
	box-sizing:border-box;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
	
	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius:10px;    /* for Firefox */
	-o-border-radius:10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */

}

.abt_crs_b02 ul li p{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	text-align:center;
}

.abt_crs_b02 ul li p span{
	font-size:14px;
	font-weight:normal;
}


.abt_crs_b02 ul li:last-child{
	margin-right:0%;
}




/* 学びのスタイル---------------------------------------------- */

.ls_msg{
	margin-bottom:60px;
}

.ls_msg dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:25px;
}

.ls_msg dl dd{
	font-size:16px;
	line-height:180%;
}


.ls_txt01{
	font-size:16px;
	line-height:160%;
	margin-bottom:40px;
}

.ls_img01{
	text-align:center;
	margin-bottom:40px;
}

.ls_txt02{
	font-size:16px;
	line-height:160%;
	margin-bottom:30px;
}

.ls_txt02 dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}

.ls_txt02 dl dd{
	font-size:16px;
	line-height:140%;
}


.ls_txt03{
	font-size:16px;
	line-height:160%;
	margin-bottom:60px;
}







.ls_b01{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.ls_b01 ul li{
	width:32%;
	min-height:420px;
	height:auto;
	float:left;
	margin-right:2%;
	background:#183e6d;
	padding:20px;
	box-sizing:border-box;
	
	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius:10px;    /* for Firefox */
	-o-border-radius:10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */
}

.ls_b01 ul li:last-child{
	margin-right:0%;
}



.ls_b01 ul li dl dt{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	margin-bottom:20px;
	text-align:center;
}

.ls_b01 ul li dl dd{
	color:#FFF;
	line-height:140%;
	font-size:15px;
	word-break: break-all;
}

.ls_b01 ul li dl dd p{
	text-align:center;
	margin-bottom:15px;
}





.ls_b02{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.ls_b02 ul li{
	width:49%;
	min-height:350px;
	height:auto;
	float:left;
	margin-right:2%;
	background:#183e6d;
	padding:20px;
	box-sizing:border-box;
	
	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius:10px;    /* for Firefox */
	-o-border-radius:10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */
}

.ls_b02 ul li:last-child{
	margin-right:0%;
}


.ls_b02 dt{
	color:#FFF;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:22px;
	margin-bottom:20px;
	text-align:center;
}

.ls_b02 ul li dl dd{
	color:#FFF;
	line-height:140%;
	font-size:15px;
}

.ls_b02 ul li dl dd ul{
	margin-bottom:20px;
	
}

.ls_b02 ul li dl dd ul li{
	width:49%;
	min-height:0px;
	height:auto;
	float:left;
	padding:0px;
}

.ls_b02 ul li dl dd ul li:last-child{
	margin-right:0%;
}




.ls_t01{
	width:100%;
	height:auto;
	margin-bottom:40px;

}

.ls_t01 table{
	width:100%;
	height:auto;

}

.ls_t01 table th{
	width:310px;
	border-collapse:collapse;

	color:#000000;
	padding:10px 15px;
	box-sizing:border-box;
	font-size:16px;
	line-height:140%;
	vertical-align:text-top;
	border:1px solid #cccccc;
}

.ls_t01 table td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	padding:10px 15px;
	box-sizing:border-box;
	border:1px solid #cccccc;
	line-height:140%;
}


.ls_b03{
	margin-bottom:60px;
}


.ls_b03 dl dt{
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
}


.ls_b03 dl dd{
	font-size:16px;
	line-height:140%;
	margin-bottom:25px;
}

.ls_b04{
	max-width:600px;
	width:100%;
	height:auto;
	margin:0 auto;
	
	background:#3399cc;
	padding:45px 25px;
	
	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius:10px;    /* for Firefox */
	-o-border-radius:10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */
}

.ls_b04 dl dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	text-align:center;
	color:#FFF;
}

.ls_b04 dl dd{
	font-size:16px;
	text-align:center;
}

.ls_b04 dl dd a{
	color:#FFF;
	text-decoration:underline;

}

.ls_b04 dl dd a:hover{
	color:#FFF;
	text-decoration:none;
}


/* 入学案内---------------------------------------------- */


.ag_txt01{
	font-size:18px;
	line-height:160%;
	font-weight:bold;
	margin-bottom:30px;
}


.ag_txt02{
	margin-bottom:50px;
}

.ag_txt02 dl dt{
	color:#0066cc;
	font-weight:bold;
	font-size:16px;
	line-height:140%;
	margin-bottom:10px;
}

.ag_txt02 dl dd{
	color:#000;
	font-size:16px;
	margin-bottom:30px;
	line-height:150%;
}


.ag_txt02 dl dd:last-child{
	margin-bottom:0;
}



.ag_txt03{
	font-size:16px;
	line-height:160%;
	margin-bottom:40px;
}


.ag_txt03 ul li{
	list-style:decimal;
	margin-left:25px;
}



/* 学習センター---------------------------------------------- */


.lc_txt00{
	color:#e60012;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:24px;
	margin-bottom:25px;
}

.lc_txt01{
	font-size:18px;
	line-height:160%;
	font-weight:bold;
	margin-bottom:30px;
}



.lc_txt02{
	font-size:16px;
	line-height:160%;
	margin-bottom:40px;
}


.lc_txt02 span{
	padding:1px 8px 0px 8px;
	background:#F00;
	color:#FFF;
	text-align:center;
	line-height:100%;
	font-size:13px;
}

.lc_txt02 span a{
	color:#FFF;
	text-decoration:none;
}

.lc_txt02 span a:hover{
	color:#FFF;
	text-decoration:underline;
}

/* 出願書類---------------------------------------------- */



.ad01{
	font-size:16px;
	line-height:150%;
}

.ad01 ul li{
	margin-bottom:15px;
	list-style:disc;
	margin-left:22px;
}

.ad01 ul li a{
	color:#000;
	text-decoration:none;
}

.ad01 ul li a:hover{
	color:#000;
	text-decoration:underline;
}



/* お問い合わせ---------------------------------------------- */





.ct_txt01{
	font-size:16px;
	line-height:160%;
	margin-bottom:60px;
}


.ct_b01{
	border:1px solid #CCC;
	padding:40px 20px 30px 20px	;
	box-sizing:border-box;
	
}

.ct_b01 dl dt{
	color:#004285;
	font-family: "Noto Sans JP";
	font-weight:bold;
	line-height:120%;
	font-size:28px;
	margin-bottom:25px;
	text-align:center;
}

.ct_b01 dl dt span{
	border-top:3px solid #004285;
	border-bottom:3px solid #004285;
	padding-bottom:2px;
}


.ct_b01 dl dd{
	color:#000;
	font-family: "Noto Sans JP";
	line-height:160%;
	font-size:16px;
	text-align:center;
}

.ct_b01 dl dd p{
	font-size:18px;
	margin-bottom:10px;
}



/* お問い合わせ ---------------------------------------------- */



.contact-t{
	font-size:14px;
	line-height:160%;
	margin-bottom:40px;	
}

.contact-img{
	text-align:center;
	margin-bottom:60px;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:13px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:25%;	
	font-family: "メイリオ", sans-serif;
}

#contact-f td{
	font-size:13px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	font-family: "メイリオ", sans-serif;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#006599;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:13px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	font-family: "メイリオ", sans-serif;	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}






	
}










