@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */
html{
	overflow:auto;
}
body {
color:#333;
font-size:85%;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
line-height:1.5;
-webkit-text-size-adjust: none;
}

.cf, .wp{width:100%;}
.cf:after, .wp:after{
    content: ""; 
    display: block; 
    clear: both;}

img{
	vertical-align:middle;
}
.ta-c{
	text-align:center;
}
/* リンク設定
------------------------------------------------------------*/
a{color:#333;text-decoration:none;}
a:hover{color:#39f;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
background:#fff;
}

.inner{
margin:0 auto;
width:100%;
}

.w1000{
	width:100%;
	padding:0;
	margin:0 auto;
}
.bc-pi{
	background-color:#ffd6cc;
}
.bc-pi2{
	background-color:#fc534c;
}
.bb-ore{
	border-bottom:5px solid #ffc776;
}
.red{
	color:#ff0000;
}
/*************
/* ヘッダー
*************/
.t-border{
	border-top:5px solid #fc534c;
	border-bottom:2px solid #ffd6cc;
}
#header{
	height:120px;
	overflow:hidden;
}

#header h1{
	padding:35px 25px 38px;
	width:253px;
	background-color:#fc534c;
	float:left;
}


.mb{
	text-align:right;
}
.mb li{
	display:inline-block;
	vertical-align:top;
}
.mb li a{
	display:block;
	text-align:center;
	padding:52px 18px 30px;
	transition: 0.8s ;
}
.mb li:last-child a{
	background-image:url(../images/toi.png);
	background-repeat:no-repeat;
	background-position:center 42px;
}
.mb li a strong{
	font-weight:bold;
}
.mb li a span{
	font-size:7px;
	color:#fc534c;
	transition: 0.8s ;
}
.mb li a:hover, .mb li a.roll{
	background-color:#fc534c;
	color:#fff;
	background-image:none;
}
.mb li a:hover span, .mb li a.roll span{
	color:#fff;
}


.pick{
	padding:60px 0 80px;
	text-align:center;
}


.flex li{
	width:235px;
}
.flex li a img{
	display:inline-block;
	border-top:5px solid #ffd6cc;
	padding:0 45px;
}
.flex li a{
	display:block;
	background-color:#fff;
	background-image:url(../images/puicon_yaji.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:100%;
	padding:8px;
	transition: 0.8s ;
}

.flex li a span{
	text-align:left;
	display:block;
	margin:20px 15px;
}
.flex li a:hover{
	background-color:#fc534c;
	color:#fff;
}


.news-obi{
	text-align:center;
	color:#fc534c;
	margin:90px auto 30px;
}
.news-obi img{
	display:inline-block;
	margin-bottom:15px;
}


.ichiran-b{
	text-align:right;
	padding:10px 0;
}
.ichiran-b img{
	margin-left:8px;
}

div.tooltip {  
    width: 250px;  
    position: absolute;  
    left: -9999px;  
    background: #EEE;  
    padding: 5px;  
    border: 1px solid #AAA;  
    z-index: 200;
} 
  
div.tooltip p{  
    color: #FFF;  
    background: #222;  
    padding: 5px 10px;  
}  

.login_button{
    text-align: center;
    margin: 100px 0 120px;
}

.login_button a:hover{
    opacity: 0.7;
}

.login_button img{
    width: 100%;
    max-width: 411px;
}






/*************
メイン コンテンツ
*************/
section.content article{
padding:20px;
margin-bottom:20px;
border:1px solid #ebebeb;
overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
font-weight:normal;
padding:10px 0;
margin-bottom:5px;
border-top:3px double #ebebeb;
border-bottom:3px double #ebebeb;
}

section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid{background:transparent;}

#gallery .grid img,.border{box-shadow:0 0 3px #ccc;}


/*************
テーブル
*************/



/*************
/* サイドバー
*************//* 
#sidebar ul{padding:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #ebebeb;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{
display:block;
}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}
 */

/*************
/* フッター
*************/
#footer{
	clear:both;
	margin-top:100px;
}

#footer .inner{
overflow:hidden;
}




.f-link a{
	color:#fff;
	white-space: nowrap;
	text-align:left;
}
.f-link a:hover{
	color:#39f;
}




* html #footer .inner{height:1%;}

#footer .grid{
margin:0;
}
.add{
	float:left;
}
.add p{
	float:left;
	font-size:85%;
}
.add p:first-child{
	margin-right:20px;
}

ul.footnav{
	padding:10px 0;
	width:auto;
	float:right;
	font-size:90%;
}

ul.footnav li{
	padding:0 12px;
	border-left:1px solid #666;
	display:inline;
}
ul.footnav li a{
	line-height:1;
}
ul.footnav li:first-child{
	border-left:none;
}





	#header{
	width:1080px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{padding-bottom:20px;}
.mainba00{
	min-width:1000px;
	overflow:hidden;
}
.mainba01{
	width:1000px;
	margin:0 auto;
	position:relative;
}
.mainba02{
	margin: 0 -200px 0 0;
}

.ikawa{
	position:absolute;
	bottom:10px;
	z-index:100;
	right:0;
}
.tsuite a img:hover{
	opacity:0.6;
}

	#main{
	float:right;
	width:680px;
	padding:15px 0 0 0;
	}
	
	#sidebar{
	float:left;
	width:250px;
	padding:15px 0 0 0;
	overflow:hidden;
	}
	
	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:990px;
	margin:0 0 0 -30px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:300px;
	margin-left:30px;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
	



.top-obi{
	background-image: url("../images/p_meinback.gif");
	background-repeat: repeat;
	height: 200px;
	}
	
.top-obi2{
	text-align: center;  
}  

.moji1{
	text-align: center; 
	font-size:110%;
	margin:50px 0;
}  





.activities01{
	margin:50px;
}
.activities01 dl{
	border-bottom:1px dotted #ffd6cc;
	margin-bottom:30px;
}

.activities01 dt{
	font-weight:bold;
	font-size:130%;
}

.activities01 dd{
	margin:10px 0 30px 0;
}

.activities01 dd span{
	color:#FF0000;
}

.activities01 dd p{
	padding-top:20px;
}

.activities01 img{
	padding-left:10px;
}
.activities01 dd a{
	color:#39f;
}

.activities01 ul {
list-style-type: none;
}

.activities01 li {
	margin-bottom:5px;
}

h4{
	font-size:170%;
	margin-bottom:30px;
}

h4 b{
	border-right:2px solid #ffd6cc;
}

.activities02{
	margin:50px;
}
.activities02a{
	border-bottom:1px dotted #ffd6cc;
	padding:30px 0;
}





.activities03{
	margin:50px;
}




.concept01{
	margin:50px;
}

.concept01a{
	border-bottom:1px dotted #ffd6cc;
	padding:30px 0;
}

.p-r {
    text-align: right;
    margin:50px 10px 0 0;
    clear: both;
}

.p-r span{
    font-family:"繝偵Λ繧ｮ繝取�譛� Pro W6", "Hiragino Mincho Pro", "HGS譏取悃E", "�ｭ�ｳ �ｰ譏取悃", serif;
    font-size:180%;
    margin-left:30px;
}

.concept01 dl{
	border-bottom:1px dotted #ffd6cc;
	margin-bottom:30px;
}

.concept01 dt{
	font-weight:bold;
	font-size:110%;
}

.concept01 dd{
	margin:10px 0 50px 0;
}

.concept01 dd p{
	padding-top:20px;
}

.concept01 img{
	padding-left:10px;
}
.concept01 dd a{
	color:#39f;
}


#td-r{
text-align: right;
}



.admission01{
	margin:50px;
}

.admission01a{
	border-bottom:1px dotted #ffd6cc;
	padding:0 0 30px 0;
}

.admission01a p{
	margin:30px 0 ;
}

.admission01a b{
	color: #ffc776;
}

h5{
	background-color: #ffc776;
	margin: 30px 0;
    padding: 15px 0 15px 15px;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 15px;
}


.admission01a dl{
	margin:40px 0 ;
}

.admission01a dt{
    font-size: 130%;
    font-weight: bold;
	background-image: url(../images/admission/h-m.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 20px;
	color:#82b54a;
}

.admission01a dd{
	margin:20px 0 50px 0;
}

.admission01a dd p{
	padding:15px 0 15px 20px;
	background-image: url(../images/admission/admission-b.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.admission01a dd a{
    font-size: 120%;
    font-weight: bold;
}

.admission01a img{
	padding-left:10px;
}

.publication01{
	margin:50px;
	border-bottom: 1px dotted #ffd6cc;
}

.publication01a{
	padding:0 0 30px 0;
}

.publication01p{
	margin:30px 0 50px;
	padding-top: 20px;
}

.publication01p2{
	margin:30px 0 30px;
}



.publication01a b {
    padding: 15px 60px 15px 20px;
    background-image: url(../images/admission/admission-b.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.p-r2 {
    text-align: right;
    margin:20px 10px 30px 0;
}

.p-l {
    text-align: right;
    margin:0 10px 30px 0;
}

.img-fl{
	float:left;
	margin-right:50px;
	max-width:60%;
	height:auto;
}








.form01{
	margin:50px;
}

.form01 p{
	margin:10px 0;
}

.form01 p span{
	color:#FF0000;
}
.form01 p strong{
    font-size: 120%;
	color:#FF0000;
}


.form01 p a{
	color:#39f;
}


#syokusyu00{
	font-weight: normal;
	font-size: 90%;
    line-height: 1;
}

#syokusyu00 span{
	color:#FF0000;
}


















.link01{
	margin:50px;
}

.link01tb th{
    color:#FC534C;
}

.link01tb td{
    padding: 10px 0 10px 10px;
}
.link01tb td span{
    font-size: 120%;
    padding: 0 20px 0 0;
}
.link01tb td  a{
	color:#39f;
}

.privacy_policy01{
	margin:50px;
}

.privacy_policy01tb{
	font-size:150%;
	margin:50px 0;
}


.privacy_policy01tb span{
    padding: 5px 12px 5px 0;
	border-right:2px solid #ffd6cc;
    font-weight: bold;
}

.privacy_policy01tb p{
	margin:20px 0;
}

.privacy_policy01 p span{
	font-size:90%;
}



.site_map01{
	margin:50px;
}

.site_map01tb th{
    color:#FC534C;
}

.site_map01tb td{
    padding: 5px 0 5px 10px;
}
.site_map01tb td span{
    font-size: 120%;
}

.activities03p{
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    color: #FF9402;
    padding-top: 25px;
}

.activities03tb a {
    color: #39f;
}
.d2930th{
    width: 100%;
    margin: 30px 0 0;
}

.d2930th a{
    display: block;
    width: 98%;
    text-align: center;
    border: 8px solid #fc534c;
    background: #fff;
    padding: 30px 0;
    font-size: 130%;
    color: #fc534c;
    font-weight: bold;
    margin: auto;
}
.meeting_held_div {}
.meeting_held_div dl {
    border-bottom: none;
    margin-bottom: 0px;
}

.meeting_held_div dt{
    color: #fc534c;
}

.member-table{
	border-collapse:collapse;
	border-right:1px solid #999;
	width:60%;
	margin:15px auto 0;
}
.member-table caption{
	text-align:right;
	padding:10px;
	
}
.member-table th{
	color:#fff;
	background-color:#555;
	border-left:5px solid #fc534c;
	padding:15px;
text-align: center;
}


.member-table td{
	border-bottom:1px solid #999;
	border-left:2px solid #999;
	padding:15px;
text-align: center;
}

.kubun-table{
    margin: 30px auto 0;
    border-collapse: collapse;
    display: table;
    width: 98%;
}

.kubun-table th{
    padding: 10px 12px;
    vertical-align: middle;
    display: table-cell;
    border: 1px solid #000;
    white-space: nowrap;
    color: #fff;
    background-color: #4169e1;
    width: 25%;
    font-weight: bold;
}

.kubun-table td{
    padding: 10px 12px;
    vertical-align: middle;
    display: table-cell;
    border: 1px solid;
}

.kubun-table ul{
    display: flex;
flex-wrap: wrap;
}
.kubun-table li{
    margin: 5px 15px 5px;
}
.kubun-p{
    text-align: center;
    margin: 20px 0;
}
.kuwake{
    text-align: center;
    margin: 10px 0;
}
.kuwake a{
    color: #4169e1;
    text-decoration: underline;
}
.meeting{}

.meeting td{
    border-bottom: 1px dotted;
    padding: 5px;
}
.hukidasi {
    position: relative;
    padding: 10px 0px 15px 30px;
    border: 3px solid #fc534c;
    border-radius: 10px;
    width: 230px;
    font-size: 120%;
    font-weight: bold;
}

.hukidasi:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fc534c transparent transparent transparent;
}

.hukidasi:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.yakuin-p{
    font-size: 150%;
    font-weight: bold;
    margin: 0 0 -20px;
}
.yakuin-p2 {
    font-size: 150%;
    font-weight: bold;
    margin: 70px 0 -20px;
}

.dvd-div {
    margin: 50px 0 50px;
}

.dvd-div ul{
    margin: 0 0 20px;
}
.dvd-div-li1 p{
    margin: 30px 0;
}
.dvd-div-li2 {
    margin: 60px 0 0;
}
.dvd-div-li2 p {
    margin: 10px 0 10px 30px;
}

#timeLimitedScript{
	display:none;
}

.admission01a a {
    color: #4169e1;
}
.admission01a dl a {
    color: #000;
}
.icon-blank {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 15px;
    height: 12px;
    margin: 0 0 2px 10px;
}
.icon-blank:before,
.icon-blank:after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-color: #000;
}
.icon-blank:before {
	top: 0;
	left: 0;
	border-width: 2px;
}
.icon-blank:after {
	top: 6px;
	left: 6px;
	border-width: 2px;
}

.button_center {
    text-align: center;
    margin: 80px 0 50px;
}
.close-btn {
  background-color: #ffd6cc;
  color: #333;
  border: none;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.close-btn:hover {
  background-color: #ffc2b3;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

.close-btn:active {
  background-color: #e6b8a9;
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.pickup_login_button{
    text-align: center;
    margin: 80px 0 0;
}

.pickup_login_button a:hover{
    opacity: 0.7;
}

.pickup_login_button img{
    width: 100%;
    max-width: 411px;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 900px){

	#wrapper,.inner{
	width:1000px;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}
#mainNav{
    display: none;
}

.mainba00{
	min-width:1000px;
	overflow:hidden;
}
.mainba01{
	width:1000px;
	margin:0 auto;
	position:relative;
}

.f-link{
	position: relative;
	height:170px;
	margin:0 auto;
	text-align:center;
	padding-top:30px;
	width:1000px;
}

.publication01a span {
    background-color: #fc534c;
    color: #fff;
    margin: 30px 0;
    padding: 10px 30px 10px 30px;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.img-fr{
	float:right;
	margin-left:50px;
	max-width:100%;
	height:auto;
}
.p-top a{
	width:1000px;
	margin:0 auto;
	display:block;
	padding:15px 0;
	text-align:center;
}

	#footer .inner{
	width:980px;
	padding:20px 0 0 20px;
	}

address{
	clear:both;
	padding:20px 0 10px;
	text-align:center;
	font-style:normal;
	font-size:80%;
	color:#555;
	width:1000px;
	margin:0 auto;
}
.flex {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	background-color:#ffd6cc;
	margin-top:50px;
}

.news{
	border-collapse:collapse;
	width:100%;
	border-top:5px solid #ddd;
}
.news tr{
	border-bottom:1px dashed #999;
}
.news th{
	width:9em;
	padding:20px 0 20px 10px;
	white-space:nowrap;
}
.news td{
	padding:20px 0 20px 40px;
	
}
.news td a{
	color:#39f;
}
.news td a:hover{
	color:#f00;
}

.news tr th span{
	text-align:center;
	border-width:3px;
	border-style:solid;
	padding:3px 10px;
	font-size:110%;
}
.news th span.oshirase{
	border-color:#f99273;
}
.news th span.kenkyu{
	border-color:#8cc63e;
}
.news td span.new{
	color:#fff;
	font-weight:bold;
	background-color:#fc534c;
	padding:3px 8px;
	display:inline-block;
	margin-right:1em;
}

.f-link > li{
	vertical-align:top;
	position: relative;
	display:inline-block;
	text-align:left;
}
.f-link > li > a{
	display: inline-block;
	padding: 0 40px;
	color: #fff;
	text-decoration: none;
	border-left:1px solid #fff;
}
.f-link > li:first-child > a{
	border-left:none;
}
.f-link > li ul{
	padding:0  0 0 40px;
	position: absolute;
	margin-top:15px;
}
.f-link > li ul li{
	overflow:hidden;
	font-size:90%;
	margin-bottom:5px;
}

.tsuite{
	position:absolute;
	top:380px;
	z-index:100;
}

.flex li a strong{
	display:block;
	margin-top:20px;
	font-weight:bold;
	font-size:150%;
}

.add{
	float:left;
}
.add p{
	float:left;
	font-size:85%;
}
.add p:first-child{
	margin-right:20px;
}

.flex2 {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	margin-top:50px;
}
.flex2 li{
	width:316px;
}
.flex2 li a img{
	display:inline-block;
	padding:15px 20px;
}
.flex2 li a{
	display:block;
	background-color:#fff;
	background-image:url(../images/puicon_yaji.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	border:5px solid #ffd6cc;
	transition: 0.8s ;
}
.flex2 li a strong{
	display:block;
	margin:15px 0;
	font-weight:bold;
	font-size:110%;
	text-align: center; 

}
.flex2 li a:hover, .flex2 li a.roll{
	background-color:#ffd6cc;
	color:#000;
}

.w700{
	width: 700px;
	margin: 0 auto;
	}

.concept01tb {
margin: 40px auto 0;
    border-collapse: collapse;
    display: table;
    width: 100%;
}

.concept01tb th{
	width: 23%;
	font-weight: bold;
    vertical-align: top;
    text-align: center;
    white-space: nowrap;
    background-color:#FFFAF4;
}
.concept01tb th, .concept01tb td{
    padding: 15px 12px;
    display: table-cell;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

.concept01tb td{
    padding: 15px 0 15px 50px;
}


.flex4 {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	margin-top:100px;
}
.flex4 li{
    text-align: center;
}

.flex4 li p{
    text-align: center;
    margin: 10px 0;
}

.flex4 li strong {
    display: block;
    margin: 10px 0;
    font-weight: bold;
    font-size: 120%;
}

.flex4-1{
	width:330px;
	border: 5px solid #fff;
	font-size:110%;
}

.flex4-1 p{
    margin-top: 20px;
}

.flex4-1 b{
	font-size:130%;
}


.flex4-2{
	width:290px;
	border: 8px solid #FFC776;
}

.flex4-2 strong{
	background-image: url(../images/concept/tel-toi.png);
    background-repeat: no-repeat;
    background-position: center 2px;
    padding: 10px;
}

.flex4-3{
	width:290px;
	border: 8px solid #ffd6cc;
}

.flex4-3 strong{
	background-image: url(../images/concept/mail-toi.png);
    background-repeat: no-repeat;
    background-position: center 2px;
    padding: 10px;
}

.moji2{
	background-color:#fff;
	background-image:url(../images/activities/p_obi_1.png);
	background-repeat:no-repeat;
	height: 74px;
	margin-top:30px;
} 

.moji2 p{
	text-align: center; 
	font-weight:bold;
	font-size:200%;
	color:#FF9402;
	padding-top:20px;

}
.activities03tb{
margin: 30px auto 0;
    border-collapse: collapse;
    display: table;
    width: 99%;
}

.activities03tb th{
	width: 25%;
	font-weight: bold;
    vertical-align: top;
    text-align: center;
    white-space: nowrap;
    background-color:#FFC776;
}
.activities03tb th, .activities03tb td{
    padding: 15px 12px;
    vertical-align: middle;
    display: table-cell;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}


.activities03tb2 a{
	color:#39f;
}

.activities03tb2{
margin: 30px auto 0;
    border-collapse: collapse;
    display: table;
    width: 99%;
}

.activities03tb2 th{
	width: 25%;
	font-weight: bold;
    vertical-align: top;
    text-align: center;
    white-space: nowrap;
    color:#fff;
    background-color:#fc534c;
}
.activities03tb2 th, .activities03tb2 td{
    padding: 10px 12px;
    vertical-align: middle;
    display: table-cell;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.activities03tb2 a{
	color:#39f;
}

.activities02tb th{
	padding:10px 0 10px 0;
}

.activities02tb th span{
    color:#FC534C;
}

.activities02tb td{
	padding:10px 30px 10px 0;
}

.activities02tb a{
	color:#39f;
}
.activities02tb td span{
	color:#ff0000;
}

#line-wh1{
    border-top: 2px solid #ffd6cc;
    border-bottom: 2px solid #fff;
    vertical-align: top;
    padding: 25px 25px;
    line-height: 2;
}
#line-wh2{
    border-top: 2px solid #fff;
    border-bottom: 2px solid #ffd6cc;
    vertical-align: top;
    padding: 25px 25px;
    line-height: 2;
}



.tab_box {
	margin-top:20px;
	margin-right:28px;
    list-style: none;
    float: right;
    overflow: hidden;
    border-left: 1px solid #DDD;
}

 
.tab_box li {
    float: left;
    overflow: hidden;
    padding: 0 5px;
    margin: 0;
    border-right: 1px solid #DDD;
}

.tab_box li a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    color: #333;
}
.tab_box li a:hover {
    color: #666;
}

.tab_box li img {
    vertical-align: -2px;;
}

.d2930th span {
    margin: 0 15px 0 0;
}

.kenkyuu-flex {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	margin-top:10px;
}

.kenkyuu-flex li{
    width: 480px;
}

.kenkyuu-flex li a {
    display: block;
    transition: 0.3s;
}

.kenkyuu-flex li a:hover{
opacity: 0.5;
}
.kenkyuu-flex li a img {
    display: inline-block;
    width: 100%;
}

.br_sp{
display:none;
}

.download-button1{
    text-align: center;
    margin: 50px 0 10px;
}

.download-button2 a{
    width: 500px;
    margin: 0px auto 50px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 115%;
    line-height: 60px;
    display: block;
color: #09C;
}

.margin-b{
    margin-bottom: 100px;
}

}



/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:900px){
body {
color:#333;
font-size:100%;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
    background-color:#fff;
}
.inner {
    margin: 15px auto;
    width: 100%;
}
	#header{
	height:auto;
	}
	#header {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
	
	#header h1,.logo,.info{text-align:center;}
#header h1 {
    padding: 35px 0;
    width: 100%;
    background-color: #fc534c;
    float: left;
}	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	margin:0;
	}
	
.mainba00{
	min-width:100%;
	overflow:hidden;
}
.mainba01{
	width:100%;
	margin:0 auto;
	position:relative;
}

.mainba01 img {
	width:100%;
}

	.t-border {
    border-top: 5px solid #fc534c;
    border-bottom: 5px solid #ffd6cc;
}
	.mb{
	display: none;
}
	
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}

.copy{
	text-align:center;
}

.f-map{
	float:none;
}

.mokutai{
	width:98%;
	margin:15px 5px 0;
    border-top:1px solid #000;
}
.mokutai th{
	text-align:center;
	padding:15px 25px;
	display:block;
	border-top:none;
	border-bottom:none;
}
.mokutai td{
    padding:15px 25px;
	display:block;
}

dir{
	display:block;
	list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 5px;
}
.table01{
    border-top:1px solid #000;
}
.table01 th, .table01 td{
	display:block;
}
.table01 th{
	border-top:none;
	border-bottom:none;
}

.blue th, .blue td, .green th, .green td{
	display:block;

}

.menu_buton{
}

.ann {
  margin: 0;  /* 余分なマージンを消去 */
  padding: 0; /* 余分なパディングを消去 */
  text-align: center; /* 中央寄せ */
}

.menu_buton ul {
  margin: 0;  /* 余分なマージンを消去 */
  padding: 0; /* 余分なパディングを消去 */
  text-align: center; /* 中央寄せ */
}
.menu_buton li {
 width: 100%;
}

.menu_staff{
}

.menu_staff ul {
  margin:30px 0 0 0;  /* 余分なマージンを消去 */
  padding: 0; /* 余分なパディングを消去 */
  text-align: center; /* 中央寄せ */
}
.menu_staff li {
 width: 100%;
   padding-bottom: 10px;

}

p.jusyo {
    font-size: 75%;
    line-height: 1.3em;
    margin-top: 20px;
    text-align: right;
}


.news_img img{

}

ul.hou{
	padding-bottom:30px;
}

ul.hou li a{
	text-indent:0;
	padding-left:30px;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#fff;
	border-top:1px solid #ccc;
	background-image:none;
	background-position:7px center;
	background-repeat:no-repeat;
	color:#000;
	text-decoration:none;
	display:block;
	text-align: center;
}


	.menu_phone_ul{
	display:block;
	}

	.menu_phone_ul li{
	    padding: 0.5em;
    border-bottom: medium solid #fc534c;
    color: #666;

    background: #f5f4f1;
    vertical-align: top;
    text-align: center;
    width: 98%;
}

#menu {
        text-indent: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FFC776;
    border-top: 1px solid #FFC776;
    background-image: none;
    background-position: 7px center;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
}


.menu_phone_ul a {
    color: #000;
    font-weight: bold;
    margin-top: 10px;
        display: block;

}

	.menu_phone_ul span {
    color: #fc534c;
    font-size: 50%;
}

.publication01a span {
color: #fc534c;
    margin: 30px 0;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 15px;
}

.publication01p {
    margin: 30px 0 50px;
    padding-top: 20px;
}
.img-fr {
    display: block;
    width: 250px;
    float: none;
}

.img-fl {
    display: block;
    width: 250px;
    float: none;
}

.f-link{
	position: relative;
	height:170px;
	margin: 0 auto 10px;
	text-align:center;
	padding-top:5px;
}

.p-top a{
	width:100%;
	margin:0 auto;
	display:block;
	padding:15px 0;
	text-align:center;
}

	#footer .inner{
	width:100%;
	padding:20px 0 0 0;
	}

.add {
    float: none;
}

address{
	clear:both;
	padding:20px 0 10px;
	text-align:center;
	font-style:normal;
	font-size:80%;
	color:#555;
	width:100%;
	margin:0 auto;
}

.publication01a b {
	font-size:90%;
}

.admission01a dd a {
    font-size: 100%;
    font-weight: bold;
}
.flex{
    margin: 0;
    padding: 0 50px;
    text-align: center;
}

.flex li {
    width: 100%;
    padding: 10px 0;

}

.flex li a span {
    text-align: center;
    display: block;
    margin: 20px 15px;
}

	#wrapper,.inner{
	width:100%;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}



.news{
	border-collapse:collapse;
	width:100%;
	border-top:5px solid #ddd;
}
.news tr{
	border-bottom:1px dashed #999;
}
.news th{
	width:9em;
	padding:20px 0 20px 10px;
	white-space:nowrap;
}
.news td{
	padding:0 0 20px 10px;
	
}
.news td a{
	color:#39f;
}
.news td a:hover{
	color:#f00;
}

.news tr th span{
	text-align:center;
	border-width:3px;
	border-style:solid;
	padding:3px 10px;
	font-size:110%;
}
.news th span.oshirase{
	border-color:#f99273;
}
.news th span.kenkyu{
	border-color:#8cc63e;
}
.news td span.new{
	color:#fff;
	font-weight:bold;
	background-color:#fc534c;
	padding:3px 8px;
	display:inline-block;
	margin-right:1em;
}

.news tr th{
    display: block;
}
.news tr td{
    display: block;
}

.act-ui {
    display: none;
}

.f-link > li{
	vertical-align:top;
	position: relative;

}
.f-link > li > a{
	display: inline-block;
	padding: 2px;
	color: #fff;
	text-decoration: none;
}

.f-link > li ul{
	padding:0  0 0 40px;
	position: absolute;
	margin-top:15px;
}
.f-link > li ul li{
	overflow:hidden;
	font-size:90%;
	margin-bottom:5px;
}

.mainba02 {
    margin: 0 -100px 0 0;
}
.tsuite{
	position:absolute;
	bottom: 90px;
	z-index:100;
}

.flex li a strong{
	display:block;
	margin-top:20px;
	font-weight:bold;
	font-size:130%;
}

.add{
}
.add p{
	font-size:85%;
}
.add p:first-child{
	margin:5px 20px 10px 10px;
}

.flex2 {
	margin-top:50px;
    width: 100%;
}
.flex2 li{
	padding:0 50px;
	margin-bottom:5px;
}
.flex2 li a img{
	display: block;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
}
.flex2 li a{
	display:block;
	background-color:#fff;
	background-image:url(../images/puicon_yaji.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	border:5px solid #ffd6cc;
	transition: 0.8s ;
}
.flex2 li a strong{
	display:block;
	margin:15px 0;
	font-weight:bold;
	font-size:110%;
	text-align: center; 

}
.flex2 li a:hover, .flex2 li a.roll{
	background-color:#ffd6cc;
	color:#000;
}

.w700{
	width: 100%;
	margin: 0 auto;
	}


.concept01tb {
margin: 40px auto 0;
    border-collapse: collapse;
    display: table;
    width: 100%;
    border-top: 1px solid #666;

}

.concept01tb th{
	width: 100%;
	font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
    background-color:#FFFAF4;
    display: block;
    border-bottom: 1px solid #666;

}
.concept01tb th, .concept01tb td{
    text-align: center;
    padding: 10px 0;
    display: block;
}

.concept01tb td:last-child{
    border-bottom: 1px solid #666;
    padding: 2px;
}

#td-r {
    text-align: right;
}


.flex4 {
	margin-top:50px;
padding: 0 50px;
}
.flex4 li{
        padding: 0 50px;
    margin-bottom: 5px;
}

.flex4 li p{
    text-align: center;
    margin: 10px 0;
}

.flex4 li strong {
    display: block;
    margin: 10px 0;
    font-weight: bold;
    font-size: 120%;
}

.flex4-1{
	border: 5px solid #fff;
	font-size:110%;
}

.flex4-1 p{
    margin-top: 20px;
}

.flex4-1 b{
	font-size:130%;
}


.flex4-2{
	border: 8px solid #FFC776;
}

.flex4-2 strong{
	background-image: url(../images/concept/tel-toi.png);
    background-repeat: no-repeat;
    background-position: center 2px;
    padding: 10px;
    text-align: center;
}

.flex4-3{
	border: 8px solid #ffd6cc;
}

.flex4-3 strong{
	background-image: url(../images/concept/mail-toi.png);
    background-repeat: no-repeat;
    background-position: center 2px;
    padding: 10px;
    text-align: center;
}

.moji2{
	background-color:#fff;
	background-image:url(../images/activities/p_obi_1.png);
	background-repeat:no-repeat;
	height: 74px;
	margin-top:30px;
	background-size: 100% 100%;
} 

.moji2 p{
	text-align: center; 
	font-weight:bold;
	font-size:170%;
	color:#FF9402;
	padding-top:15px;

}

.publication01 {
    margin: 50px 15px;
    border-bottom: 1px dotted #ffd6cc;
}

.concept01 {
    margin: 50px 15px;
}

.activities01 {
    margin: 50px 15px;
}

.activities02 {
    margin: 50px 15px;
}

.activities03 {
    margin: 50px 15px;
}

.admission01 {
    margin: 50px 15px;
}

.form01 {
    margin: 50px 15px;
}

.privacy_policy01 {
    margin: 50px 15px;
}

.site_map01 {
    margin: 50px 15px;
}

.link01 {
    margin: 50px 15px;
}

.activities03tb{
    margin: 40px auto 0;
    border-collapse: collapse;
    display: table;
    width: 100%;
    border-top: 1px solid #666;
}

.activities03tb th{
width: 100%;
font-weight: bold;
vertical-align: top;
white-space: nowrap;
    background-color:#FFC776;
}
.activities03tb th, .activities03tb td{
       text-align: center;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #666;
}

.activities03tb a{
	color:#39f;
}


.activities03tb2{
    margin: 80px auto 0;
    border-collapse: collapse;
    display: table;
    width: 100%;
    border-top: 1px solid #666;
}
.activities03tb2 tr:nth-child(1){
    border-top: 4px solid #666;
}


.activities03tb2 th{
width: 100%;
font-weight: bold;
vertical-align: top;
white-space: nowrap;
    color:#fff;
    background-color:#fc534c;
}
.activities03tb2 th, .activities03tb2 td{
       text-align: center;
    padding: 6px 0;
    display: block;
    border-bottom: 1px solid #666;
}

.activities03tb2 a{
	color:#39f;
}

.activities02tb th{
	padding:10px 0 10px 0;
    display: block;
}

.activities02tb th span{
    color:#FC534C;
}

.activities02tb td{
	padding:10px 30px 10px 0;
    display: block;
}

.activities02tb a{
	color:#39f;
}

.activities02tb td span{
	color:#ff0000;
}

.pick {
    padding: 30px 0 80px;
    text-align: center;
}



.activities03p {
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    color: #FF9402;
    padding-top: 50px;
}









h3.normal{
padding-left: 10px;
}

.kyoutu{
	
    margin:0px auto 0;
    margin-left:5px;
	color:#000;
	font-size:15px;
	background-color:#d3d3d3;

}
.kyoutu2{
	
    margin:0px auto 0px;
    margin-left:5px;
	color:#000;
	font-size:15px;
}

.kyoutu3{
	margin-left: auto;
	color: #000;
	font-size: 15px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
}

.kaiketsu02 {
    padding: 5px;
    border: 4px solid #4aacb7;
    text-align: center;
    margin: 30px auto 0;
    width: 80%;
    font-weight: bold;
    line-height: 2;
    color: #4aacb7;
    font-size: 120%;
}

.photo-fl {
    float: none;
    text-align: center;
}

.photo-fl img {
    margin-top: 15px;
    margin-left: 15px;
    display: inline;
}

.shien {
    margin: 0 15px;
    width: 98%;
    float: none;
}

.shien > dt {
    font-weight: bold;
    border-bottom: 3px solid #669332;
    margin-top: 15px;
}

.shien dd.itaku {
    text-align: right;
    margin-top: 0;
}

.shien > dd {
    font-size: 95%;
    margin-left: 5px;
    margin-top: 8px;
}


.shien01 dt {
    width: 7em;
    clear: both;
    float: left;
}


.shien01 dd {
    padding-left: 7.5em;
    padding-bottom: 8px;
}

.side02_pc{
    display: none;
}

.side02_sp{
    display: inline;
}

.side02_ulsp {
    padding-bottom: 30px;
}
.side02_ulsp li a {
    text-indent: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    border-top: 1px solid #ccc;
    background-image: none;
    background-position: 7px center;
    background-repeat: no-repeat;
    color: #000;
    text-decoration: none;
    display: block;
    text-align: center;
}

.side02_ulsp li a:hover,  a#ac11{
    background-color:#94c339;
    color:#fff;
}

.side02_ul_ulsp {
    float: left;
    width: 99.4%;
    border-bottom: 2px solid #94c339;
    border-left: 2px solid #94c339;
    border-right: 2px solid #94c339;
    margin-bottom: 15px;

}

.side02_ul_ulsp li {
    float: left;
    width: 50%;
}

.side02_ul_ulsp li a {
    text-indent: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border: 1px solid #e9e7de;
    background-image: none;
    background-position: 7px center;
    background-repeat: no-repeat;
    color: #000;
    text-decoration: none;
    display: block;
    text-align: center;
}

.side02_ul_ulsp li a:hover, a#ac12{
    background-color:#e9e7de;
    color:#fff;
}

table.time{
    width:98%;
    margin:15px auto 0;
    border-collapse:collapse;
    line-height:1.2em;
}

table.time th{
    width:28%;
}

.p-r {
    margin: 15px auto 0;
    width: 90%;
}

.sagyo-b {
    width: 99%;
    border-top: 10px solid #669332;
    margin: 40px auto;
}
.sagyo-b li {
    float: left;

}

.list-sq {
    width: 90%;
    margin: 0 auto;
}
.list-sq li {
    margin-top: 20px;
    margin-left: 20px;
    list-style-position: outside;
    list-style-type: square;
}
.list-sq li img {
     margin:10px 0 0 0
}
.link01 li a span {
    margin-left: 1em;
    font-weight: normal;
    color: #999;
    display: block;
}

.site {
    width: 100%;
    margin: 30px auto;
}
.sitemap-b {
    width: 95%;
    float: none;
    margin: 0 10px;
}
.sitemap {
    width: 95%;
    margin: 0 0 10px 0;
    border: 4px solid #eee;
}

.tab_box {
    float : left;
    width : 98%;
}

.tab_box li {
    float : left;
    width : 50%;
}

.tab_box li a {
    display: block;
    padding: 10px 15px;
    text-align: left;
    text-decoration: none;
    color: #333;
}


.d2930th span{
    margin: 0 0 15px 0;
    display: block;
}

.kenkyuu-flex{
    width: 100%;
    text-align: center;
}

.kenkyuu-flex li a {
    display: block;
    transition: 0.3s;
}

.kenkyuu-flex li a:hover{
opacity: 0.5;
}
.kenkyuu-flex li a img  {
    width: 95%;
}

.br_sp{
display:block;
}
.br_pc{
display:none;
}
.span_sp{
display:none;
}

.download-button1{
    text-align: center;
    margin: 50px 0 10px;
}

.download-button2 a{
    width: 100%;
    margin: 0px auto 50px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 115%;
    line-height: 60px;
    display: block;
color: #09C;
}

}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:600px){
.flex {
    margin: 0;
    padding: 0 20px;
    text-align: center;
}
.flex4 {
	margin-top:50px;
padding: 0 10px;
}
.flex4 li{
        padding: 0 10px;
    margin-bottom: 5px;
}
.flex4 b {
    font-size: 100%;
}

.flex2 {
	margin-top:50px;
    width: 100%;
}
.flex2 li{
	padding:0 10px;
	margin-bottom:5px;
}

.moji2 p {
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    color: #FF9402;
    padding-top: 25px;
}



.activities03tb{
    margin: 50px auto 0;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;

    border-top: 1px solid #666;
}

.activities03tb th{
font-weight: bold;
vertical-align: top;
white-space: nowrap;
    background-color:#FFC776;
}
.activities03tb th, .activities03tb td{
       text-align: center;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #666;
}

.activities03tb a{
	color:#39f;
}


.activities03tb2{
    margin: 80px auto 0;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;

    border-top: 1px solid #666;
}



.activities03tb2 th{
font-weight: bold;
vertical-align: top;
white-space: nowrap;
    color:#fff;
    background-color:#fc534c;
}
.activities03tb2 th, .activities03tb2 td{
       text-align: center;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #666;
}



.activities03tb2 a{
	color:#39f;
}

.tsuite img {
	width:60%;
}

.tsuite{
	position:absolute;
	bottom: 50px;
	z-index:100;
}

.publication01a b {
    padding: 15px 40px 15px 20px;
    background-image: url(../images/admission/admission-b.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.member-table{
	border-collapse:collapse;
	border-right:1px solid #999;
	width:90%;
	margin:15px auto 0;
}

.hukidasi {
    position: relative;
    padding: 10px!important;
    border: 3px solid #fc534c;
    border-radius: 10px;
    width: 80%;
    font-size: 110%;
    font-weight: bold;
}
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){

.moji2 p {
    text-align: center;
    font-weight: bold;
    font-size: 90%;
    color: #FF9402;
    padding-top: 25px;
}

.publication01a b {
    font-size: 75%;
}

.publication01a b {
    padding: 15px 40px 15px 10px;
    background-image: url(../images/admission/admission-b480.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.p-r2 {
    text-align: right;
    margin:20px 0 30px 0;
}

.flex2 li a strong {
    display: block;
    margin: 15px 0;
    font-weight: bold;
    font-size: 90%;
    text-align: center;
}

}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:320px){
	.grid{width:98%;}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
	#sidebar p{text-align:center;}

.kaiketsu02 {
    padding: 5px;
    border: 4px solid #4aacb7;
    text-align: center;
    margin: 30px auto 0;
    width: 90%;
    font-weight: bold;
    line-height: 2;
    color: #4aacb7;
    font-size: 90%;
}

.tab_box {
    float : none ;
    width : 98%;
}

.tab_box li {
    float : none;
    width : 100%;
}
}


