/* @group global */
    a{word-break: break-all;}

	/* @group header */
	header{
		background-color: #006647;
	}
	header h1{
		padding: 15px 0 20px 0;
	}
	header h1 img{
		vertical-align: middle;
		margin-right: 10px;
		
	}
	#header_right a{
		color: #fff;
		text-decoration: none;
	}
	#header_right a:hover{
		text-decoration: underline;
	}
	#lang_btn{
		color: #444444!important;
		background-color: #CCCCCC;
		font-size: 14px;
		text-align: center;
		width: 130px;
		padding: 9px 0px;
		display: inline-block;
		float: right;
	}
	#lang_btn:hover{
		text-decoration: none!important;
		background-color: #d8d8d8;
	}
	#lang_btn_s{
		color: #444444!important;
		background-color: #CCCCCC;
		font-size: 13px;
		text-align: center;
		width: 65px;
		padding: 9px 0px;
		display: inline-block;
	}
	#lang_btn_s:nth-of-type(2){
		color: #444444!important;
		background-color: #CCCCCC;
		opacity: 0.7;
		font-size: 13px;
		text-align: center;
		width: 65px;
		padding: 9px 0px;
		display: inline-block;
	}
	#lang_btn_s:hover{
		text-decoration: none!important;
		background-color: #d8d8d8;
	}
	
	#header_right_bottom{
		float: right;
		font-size: 0;
		margin-top: 15px;
	}
	#header_right_bottom li{
		font-size: 14px;
		display: inline-block;
		vertical-align: middle;
		padding: 2px 10px
	}
	#header_right_bottom li.border_l_white{
		border-left: 1px solid #fff;
	}
	/* @end */
	
	/* @group menu */
	#pc_menu{
		display: table;
		width: 100%;
	}
	#pc_menu li{
		display: table-cell;
	}
	#pc_menu li img{
		width: 100%;
		vertical-align: top;
	}
	nav.pc{
		border-bottom: 6px solid #31A439;
	}
	nav.pc li:hover{
		background-color: #FFEAA4;
	}
	/* @end */
	
	/* @group footer */
	footer *{
	color: #fff;
	}
	footer{
	    background-color: #006647;
	    border-top: #CCCCCC solid 10px;
	    min-height: 200px;
	}
	#footer_l{
	    padding-top: 10px;
	    display: inline-block;
	    float: left;
	}
	#footer_r{
	    border-left: 2px solid #DDDDDD;
	    padding-top: 15px;
	    float: right;
	    padding-left: 30px;
	    font-size: 0;
	}
	#footer_r ul{
	    display: inline-block;
	    vertical-align: top;
	}
	#footer_r ul li{
	    font-size: 15px;
	    margin-bottom: 15px;
	    text-decoration: none;
	}
	#footer_r ul li a{
	    text-decoration: none;
	}
	.footer_img1{
	    width: 152px;
	    display: block;
	}
	.footer_img2{
	    width: 224px;
	    display: block;
	}
	adress{
	    font-size: 11px;
	    display: block;
	}
	/* @end */


	/* @group content */
	#content > section{
	margin-top: 70px;
	}
	#content h2{
	    background-image: url(../a_images/page_title_img.jpg);
	    color: #fff;
	    text-shadow: 0 0 20px #000;
	    box-sizing:border-box
	}
	#content h3{
	background-color: #669900;
	color: #fff;
	box-sizing:border-box;
	padding: 8px 15px;
	margin-bottom: 20px;
	}
	#content h4{
	margin-bottom: 20px;
	color: #33A039;
	}
	#content_menu ul li{
	background-color: #669900;
	}
	#content_menu ul li:hover{
	background-color: #558000;
	}
	#content_menu ul li a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px 10px;
	}
	#content > section section:not(:nth-of-type(1)){
	margin-top: 50px;
	}
	/* @end */
	
	/* @group テンプレート(写真左小) */
	.template1{
	overflow: hidden;
	}
	.template1_img img{
	max-width: 100%;
	width: 100%;
	height: auto!important;
	vertical-align: bottom;
	margin-bottom: 5px;
	}
	.template1_img p{
	font-size: 13px;
	}
	/* @end */
	
	/* @group テンプレート2(写真右) */
	.template2{
	overflow: hidden;
	}
	.template2_img img{
	max-width: 100%;
	width: 100%;
	height: auto!important;
	vertical-align: bottom;
	}
	.template2_img p{
	font-size: 13px;
	}
	/* @end */
	
	
	/* @group icon/arrow */
	.arrow_1{
		background-image: url(../a_images/arrow_1.png);
		background-repeat: no-repeat;
		padding-left: 23px;
		background-position: 0% 2px;
		display: inline-block;
	}
	.arrow_1_r{
		padding-right: 23px;
		background: url(../a_images/arrow_1.png) no-repeat 100%;
		}
	.arrow_1_lsize{
		background: url(../a_images/arrow_1_l.png) no-repeat 0 2px;
		padding-left: 31px;
		min-height: 22px;
		display: inline-block;
	}
	.arrow_2_l{
		background-image: url(../a_images/arrow_2.png);
		background-repeat: no-repeat;
		background-position: 0% 5px;
		padding-left: 23px;
	}
	.arrow_top{
		background-image: url(../a_images/arrow_1_top.png);
		background-repeat: no-repeat;
		padding-left: 28px;
		min-height: 26px;
		padding-top: 2px;
		display: inline-block;
	}
	.pdf{
	display: inline-block;
	background: url(../a_images/icon_pdf.jpg) no-repeat;
	padding-left: 29px;
	padding-top: 2px;
	}
	.word{
	display: inline-block;
	background: url(../a_images/icon_word.jpg) no-repeat;
	padding-left: 29px;
	padding-top: 2px;
	}
	.new{
	display: inline-block;
	background: url(../a_images/icon_new.png) no-repeat 100% 50%;
	padding-right: 70px;
	min-height: 31px;
	padding-top: 5px;
	}
	.disc{
	display: inline-block;
	background: url(../a_images/list_icon.png) no-repeat 0 6px;
	padding-left: 22px;
	}
	/* @end */

	/* @group link */
	.opacity:hover{
		opacity: 0.7;
	}
	/* @end */
	
	/* @group color */
	.col_green{
		color: #096439!important;
	}
	.col_org{
	color: #FF8500!important;
	}
	/* @end */
	
	/* @group word-break */
	.w_break_all{
	    word-break: break-all;
	}
	/* @end */
	
	/* @group list */
	.list_disc li,.list_disc dd{
	background-image: url(../a_images/list_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	}
	.list_disc li:not(:nth-of-type(1)),.list_disc dd{
	margin-top: 10px;
	}
	.list_disc dd{
	margin-left: 10px;
	}
	.list_disc_s li{
	background-image: url(../a_images/list_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-size: 10px 10px;
	padding-left: 15px;
	}
	.list_disc_s li:not(:nth-of-type(1)){
	margin-top: 10px;
	}
	
	ol{
	padding-left: 1.5em;
	}
	/* @end */
	
	/* @group n_list */
	
	.list li{
	display: inline-block;
	margin-bottom: 10px;
}
    .list li:nth-child(odd){
	margin-right: 10px;
}
	
	/* @end */
	
	/* @group table */
    .table,.table th,.table td{
	border: 1px solid #DDDDDD;
    }
    .table{
	width: 100%;
	}
	.table th,.table td{
	padding: 10px;
	word-break: break-word;
	}
	.table th{
	background: #C5D600;
	color: #fff;
	}
    /* @end */
    
    /* @group border */
    .bd_green{
	border: 1px solid #669900;
    }
    .bd_yellow{
	border: 1px solid #FFCC00;
	}
    /* @end */
    

    /* @group letterspace */
    .ls_n_002{letter-spacing: -0.02em;}
    /* @end */
    
    /* @group width/height */
    .max_w_100p{
	max-width: 100%;
	height: autov;
	}
	.height_100p{
	height: 100%;
	}
    /* @end */
    
    /* @group text */
    .ver_al_m{vertical-align: middle;}
    .ver_al_t{vertical-align: top;}
    /* @end */
    
    /* @group 分割並列方法 */
        /* @group 2つ */
        .fifty_fifty > div{
	    width: 49%;
	    }
	    .fifty_fifty > div:nth-of-type(1){
	    float: left;
	    }
	    .fifty_fifty > div:nth-of-type(2){
	    float: right;
	    }
	    /* @end */
    /* @end */
    
    /* @group teacher_list */
    .teacher_list{
	font-size: 0;
	}
	.teacher_list li{
	border: 1px solid #CCCCCC;
	display: inline-block;
	box-sizing:border-box;
	vertical-align: top;
	margin-bottom: 10px;
	padding-bottom: 5px;
	}
	.teacher_list li img{
	width: 100%;
	}
    .teacher_list a{
	background-color: #096439;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px 5px;
	text-align: center;
	}
	.teacher_list a:hover{
	background-color: #044c2a;
	}
	.teacher_list li figcaption{
	display: block;
	padding: 8px 1px 5px 1px;
	}
    /* @end */
/* @end */



@media print, screen and (max-width: 694px) {
	/* @group global */
	.wrap_out{
	padding: 0px 10px 0px 10px;
	}
	.sp{
	display: block;
	}
	.pc{
	display: none;
	}
	/* @end */
	/* @group header */
	header{
	padding-right: 40px;
	position: relative;
	}
	#sp_menu_btn{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	}
	header h1{
	padding: 10px 0px 15px 0px;
	}
	header h1 img{
	max-width: 100%;
	}
	header h1 img:not(:last-child){
	margin-bottom: 8px;
	}
	#header_right{
	display: none;
	}
	/* @end */
	/* @group menu */
	#sp_menu{
	background-color: #fff;
	border-bottom: 2px solid #006647;
	display: none;
	}
	#sp_menu li:not(:last-child){
	border-bottom: 1px dotted #006647;
	}
	#sp_menu li a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #00402b!important;
	font-weight: bold;
	font-size: 16px;
	}
	/* @end */
    
    
  
	/* @group footer */
	#footer_l{
	float: none;
	}
	#footer_r{
	    float: none;
	    margin-top: 30px;
	    border-right: 0px;
	    border-style: none;
	    border-top: 2px solid #DDDDDD;
	    width: 100%;
	    padding-left: 0px;
	}
	#footer_r ul{
	    display: inline-block;
	}
	.f_menu1{
	    float: left;
	    width: 49%;
	}
	.f_menu2{
	    float: right;
	    width: 49%;
	}
	.footer_img1{
	    width: 152px;
	    display: block;
	}
	.footer_img2{
	    width: 224px;
	    display: block;
	}
	/* @end */
	
	
	/* @group content */
	#content{
	margin-top: 0px;
	}
	#content h2{
     	background-size: cover;
	    background-position: 50% 50%;
	    min-height: 100px;
	    padding: 30px 10px 30px 10px;
	    font-size: 28px;
	    line-height: 1.1em;
	    text-align: center;
	}
	#content h3{
	font-size: 19px;
	}
	#content h4{
	font-size: 18px;
	}
	#content_menu{
	margin-top: 10px;
	}
	#content_menu ul li{
	display: table-block;
	margin: 5px 8px 0px 8px;
	text-align: center;
	font-size: 13px;
	}
	#content section:nth-of-type(1){
	margin-top: 30px;
	}
	
	/* @group テンプレート1(写真左) */
	.template1 .template1_img{
	width: 100%;
	padding-bottom: 10px;
	}
	.template1_img{
	margin-bottom: 5px;
	}
	.template1_img img{
	width: 100%;
	}
	/* @end */
	
	/* @group テンプレート2(写真左) */
	.template2 .template2_img{
	width: 100%;
	padding-bottom: 10px;
	}
	.template2_img{
	margin-bottom: 5px;
	}
	.template2_img img{
	width: 100%;
	}
	/* @end */
	
	
	/* @group teacher_list */
    .teacher_list{
	margin-left: -1%;
	}
	.teacher_list li{
	font-size: 13px;
	width: 49%;
	margin-left: 1%;
	margin-bottom: 15px;
	}
    /* @end */
	
	/* @end */
	
	/* @group 分割並列方法 */
        /* @group 2つ */
        .fifty_fifty > div{
	    width: 100%;
	    }
	    .fifty_fifty > div:nth-of-type(1){
	    float: none;
	    }
	    .fifty_fifty > div:nth-of-type(2){
	    float: none;
	    margin-top: 20px;
	    }
	    /* @end */
    /* @end */
}


@media print, screen and (min-width: 695px) and  (max-width: 959px) {
/* @group global */
.wrap_out{
	padding: 0px 10px 0px 10px;
}
.sp{
	display: none;
}
.pc{
	display: block;
}
/* @end */
/* @group header */
header h1{
	padding: 10px 0px 15px 0px;
	float: left;
	width: 250px;
}
header h1 img{
	display: block;
	margin-bottom: 10px;
	max-width: 100%;
}
#header_right{
	float: right;
}
/* @end */
    /* @group menu */
    nav.pc .wrap_out{
	    padding: 0px;
    }
    /* @end */
    
  
	/* @group footer */
	#footer_l{
	    float: left;
	    width: 49%;
	    box-sizing:border-box;
	}
	#footer_r{
	    float: right;
	}
	#footer_r ul{
	    display: inline-block;
	}
	.f_menu2{
	    margin-left: 20px;
	}
	.footer_img1{
	    width: 152px;
	    display: block;
	}
	.footer_img2{
	    width: 224px;
	    display: block;
	}
	/* @end */
	
	/* @group content */
	#content{
    	margin-top: 20px;
	}
	#content h2{
     	background-size: cover;
	    background-position: 50% 50%;
	    min-height: 230px;
	    font-size: 30px;
	    padding: 90px 15px 0px 15px;
	}
	#content h3{
	font-size: 22px;
	}
	#content h4{
	font-size: 21px;
	}
	#content_menu{
	margin-top: 10px;
	}
	#content_menu ul{
	display: table;
	width: 100%;
	border-collapse:separate;
	border-spacing:8px;
	}
	#content_menu ul li{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	width: 1%;
	}
	/* @group テンプレート1(写真左) */
	.template1 .template1_img{
	float: left;
	width: 30%;
	padding-right: 15px;
	padding-bottom: 10px;
	}
	.template1_txt{
	display: inline;
	}
	/* @end */
	
	/* @group テンプレート2(写真右) */
	.template2 .template2_img{
	float: right;
	width: 35%;
	}
	.template2_txt{
	float: left;
	width: 63%;
	}
	/* @end */
	
	/* @group teacher_list */
    .teacher_list{
	margin-left: -1%;
	}
	.teacher_list li{
	font-size: 13px;
	width: 24%;
	margin-left: 1%;
	margin-bottom: 15px;
	}
    /* @end */
	
	/* @end */
}

@media print, screen and (min-width: 960px) {
    /* @group global */
    .wrap_out{
	width: 960px;
	margin: auto;
    }
    .sp{display: none;}
    .pc{display: block;}
    /* @end */
 

    /* @group header */
    header h1{
	float: left;
	width: 610px;
    }
    header h1 img{
	display: inline-block;
	float: left;
	}
    #header_right{
	display: block!important;
    }
    #header_right_top{
	font-size: 0;
	display: block;
	float: right;
    }
    #header_right_top a,#header_right_top span{
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
    }
    #header_right_bottom{
	clear: both;
	display: block;
	float: right;
	}
    /* @end */
    
    /* @group menu */
    #pc_menu .apply img{
	width: 137px;
	}
    /* @end */
    

	
	/* @group footer */
	#footer_l{
	    float: left;
	    width: 600px;
	}
	#footer_r{
	    margin-top: 0;
	    border-top: none;
	    border-left: 2px solid #DDDDDD;
	    padding-top: 15px;
	    padding-left: 30px;
	    display: inline-block;
	    width: 270px;
	}
	#footer_r ul{
	    display: inline-block;
	    vertical-align: top;
	}
	.f_menu2{
	    margin-left: 5px;
	}
	.footer_img1{
	    width: 152px;
	    display: block;
	}
	.footer_img2{
	    width: 224px;
	    display: block;
	}
	/* @end */
	
	
	/* @group content */
	#content{
	margin-top: 30px;
	}
	#content h2{
	width: 960px;
	margin: auto;
	min-height: 231px;
	font-size: 35px;
	padding: 90px 15px 0px 15px;
	}
	#content h3{
	width: 960px;
	margin: auto;
	font-size: 24px;
	margin-bottom: 30px;
	}
	#content h4{
	font-size: 22px;
	}
	#content_menu{
	width: 976px;
	margin: auto;
	margin-top: 20px;
	}
	#content_menu ul{
	display: table;
	width: 100%;
	border-collapse:separate;
	border-spacing:8px;
	}
	#content_menu ul li{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	width: 1%;
	}
	
	/* @group テンプレート1(写真左) */
	.template1 .template1_img{
	width: 196px;
	float: left;
	}
	.template1_txt{
	float: right;
	width: 740px;
	}
	/* @end */
	
	/* @group テンプレート2(写真右) */
	.template2 .template2_img{
	width: 310px;
	float: right;
	}
	.template2_txt{
	float: left;
	width: 630px;
	}
	/* @end */
	
	
	/* @group teacher_list */
    .teacher_list{
	margin-left: -3px;
	}
	.teacher_list li{
	font-size: 13px;
	width: 155px;
	display: inline-block;
	margin-left: 3px;
	}
    /* @end */
	
	/* @end */


}