@charset "utf-8";
/* CSS Document */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /*-- padding と border の幅を要素の幅と高さに含める --*/
  }



html , body{
	height: 100%;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../img/bg_sakura_g.png);
	background-repeat: repeat;
	color: #333;
	font-size: 14px;
	word-break : break-all;
}

#hed-menu ul.nav-annai li {
	float: right;
}
#hed-menu .nav-annai li a {
	color: #66F;
}

header {
    position: relative;
	width: 100%;
	line-height: 0.9;
	background-color: #fff;
}

  nav {
    position: relative;
	width: 100%;
	opacity: 0.8;
	z-index: 50;
 }

.toggle_menu{display:block;float:left;width:50px;height:50px;line-height:50px;padding:0;background:0 0;border:0;text-align:center;cursor:pointer}

.toggle_menu i{display:block;font-size:28px;}

#wrapper {
    position: reative;
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

#content {
    position: reative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 0 1% 100px;
	background-image: url(../img/bg_w.png);
	background-repeat: repeat;
    overflow: hidden;
	}

footer {
	clear: both;
	position: relative;
	width: 100%;
	}

  .footer_cont {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #669;
  }

  .footer_cont ul {
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
	color: #fff;
  }
  .footer_cont ul li {
	float: right;
	padding: 5px 0;
	font-size: 0.8em;
  }
  
  .copyright{
	width: 100%;
	background-color: #313131;
	padding: 20px 0;
}
  .copyright p{
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
	color: #999;
	font-size: 0.8em;
}

/*------------- to@御衣黄ちゃん　ヘッド ----------------*/
figure {
	position: relative;
	margin: auto;
	text-align: center;
}
/*---------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.img_c {
  text-align: center;
}

a img {	
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}

a img:hover {	
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
}

.radius1 {
  border-radius: 10px;
}
.radius2 {
  border-radius: 20px;
}


/*------------- リンク ----------------*/
a:link , a.bg:link , a.bg1:link , a.exa:link , a.exa1:link {	
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}

a:hover , a.bg:hover , a.bg1:hover , a.exa:hover , a.exa1:hover {	
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
}

/*------------- リンク ----------------*/

a:link {	
	color: #0000cd;
	text-decoration: none;
}
a:visited {	
	color: #0000cd;
	text-decoration:none;
}
a:hover {	
	text-decoration: underline;
}
/*------------- リンク　矢ブルー ----------------*/
a.bg:link {	
	color: #333;
	text-decoration: none;
	background-image: url(../img/ya.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
}
a.bg:visited {	
	color: #333;
	text-decoration: none;
	background-image: url(../img/ya.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
}
a.bg:hover {	
	text-decoration: none;
	background-image: url(../img/ya.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 15px;
}
/*------------- リンク　矢オレンジ ----------------*/
a.bg1:link {	
	color: #0000cd;
	text-decoration: none;
	background-image: url(../img/ya1.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
}
a.bg1:visited {	
	color: #0000cd;
	text-decoration: none;
	background-image: url(../img/ya1.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
}
a.bg1:hover {	
	text-decoration: none;
	background-image: url(../img/ya1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 15px;
}
/*------------- リンク　文字色青　ヘッド　link ----------------*/

a.exa:link {	
	color: #333;
	text-decoration: none;
}
a.exa:visited {	
	color: #333;
	text-decoration:none;
}
a.exa:hover {	
	text-decoration: underline;
}
/*------------- リンク　文字色白　footer 上 ----------------*/

a.exa1:link {	
	color: #fff;
	text-decoration: none;
}
a.exa1:visited {	
	color: #fff;
	text-decoration:none;
}
a.exa1:hover {	
	text-decoration: underline;
}

/*----------- 矢 -----------*/
.ymaru:after {
    content: '\f138';
    font-family: FontAwesome;
    margin: 0 3px;
}
.ymaru1:before {
    content: '\f138';
    font-family: FontAwesome;
    margin: 0 3px;
}


/*-------------------------------------*/
.pagetop {
	
	color: #006; 
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
.pagetop:hover {

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #006;

    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

.col {
	clear: both;
	width: 100%;
}
hr {
    clear: both;
    border: hidden;
 }
.anchor {
	clear: both;
	padding-top: 10px;
	margin-bottom: 10px;
}
.t-r {
	text-align: right;
}

.no-spam {
	display: none;
}

/*-------------------------------------*/
.inline {
	display: inline-block;
    vertical-align: top;
}

ul.inline , ol.inline {
    vertical-align: top;
    letter-spacing: -.4em;
}
ul.inline li , ol.inline li {
	display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
}
ul.inline-m , ol.inline-m {
    vertical-align: middle;
    letter-spacing: -.4em;
}
ul.inline-m li , ol.inline-m li{
	display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
}

.inline-ma-lr05 , .inline-ma-r1 , .inline-ma-r2 , .inline-ma-r3 {
    letter-spacing: -.4em;
}
.inline-ma-lr05 li , .inline-ma-r1 li , .inline-ma-r2 li , .inline-ma-r3 li {
	display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
}
.inline-ma-lr05 li {
    margin: 0 5px;
}
.inline-ma-r1 li {
    margin-right: 10px;
}
.inline-ma-r2 li {
    margin-right: 20px;
}
.inline-ma-r3 li{
    margin-right: 30px;
}

/*------------------------------------*/
.line0 {
    padding: 0;
 }
.line02 {
    padding-top: 20px;
 }
.line05 {
    padding-top: 50px;
 }
.line1 {
    border-bottom: 1px dotted #ccc;
    padding-top: 30px;
    margin-bottom: 30px;
 }
.line2 {
    border-bottom: 1px dotted #ccc;
    padding-top: 10px;
    margin-bottom: 30px;
 }
.line3 {
    padding: 5px 0;
 }
.line4 {
    padding-top: 10px;
    margin-bottom: 30px;
 }
.line5 {
    border-bottom: 1px dotted #ccc;
    padding-top: 10px;
    margin-bottom: 10px;
 }
/*------------------------------------*/
.line15{
	position: relative;
	overflow: visible;
	width: 50%;
	margin: auto;
	text-align: center;
	color: #D2E3F4;
    border-bottom: 1px solid #B7D2EE;
    padding-top: 50px;
    margin-bottom: 50px;
}
.line15::after {
	position: absolute;
	top: 4.3em;
	left: 48%;
	display: inline-block;
	content: '○●○';
	background: #ffffff;
	font-size: 10px;
}

/*------------------------------------*/
ul.flex-2 {
	display: flex;
	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: flex-start;
}
ul.flex-2 li.news , ul.flex-2 li.fb {
	width: 100%;
}
ul.flex-2 li.fb {
	margin-top: 20px;
	text-align: right;
}

ul.flex-2-gyoiko {
	display: flex;
	justify-content: center;
  	flex-wrap: wrap;
	align-items: center;
}
ul.flex-2-gyoiko li img.gyoiko-man {
	max-width: 338px;
}
ul.flex-2-gyoiko li img.gyoiko-woman {
	max-width: 323px;
}



@media print, screen and  (min-width: 960px) {

ul.flex-2 li.news-topi {
	width: 68%;
}
ul.flex-2 li.fb {
	margin-top: 10px;
	width: 32%;
	text-align: right;
}


}


ul.flex-2 li.fb ol li {
display:inline-block;/*liをインラインブロック要素に*/
margin: 0;
padding: 0; /*縦の余白を指定*/
vertical-align: top;/*縦方向を中央揃え*/
text-align: center;/*横方向を中央揃え*/
}


/*-------------------------------------*/
i {
	margin: 0 3px;
}
/*-------------------------------------*/
.btn_wid1 {/*--- campus ---*/
	width: 220px;
}
.btn_wid1 a {
	display: block;
    padding: 15px 7px;
}
.btn_wid1 a:hover {
	text-decoration: none;
}
a.btn_hasama {
	background-color: #ecb02f;
	border-left: 5px solid #005BAC;
}
a.btn_navy {
	background-color: #87CEFA;
	border-left: 5px solid #F9BE00;
}


.btn_green {
	color: #C95285;
	background-color: #FFE6A4;
	border-left: 5px solid #AEC76A;
}

/*-------------------------------------*/
.btn_menu1 {
	margin-bottom: 5px;
	padding: 3px 0;
	background-color: #BECDF8;
}
.btn_menu1 a{
	text-decoration: none;
	color: #003;
}
.btn_menu2 {
	display: block;
	text-align: center;
	color: #336;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
/*----------- btn -----------*/
a.btn1:link , a.btn1:visited{
    text-decoration: none;
    color: #0C1549;
    text-align: center;
}
.btn1{
    display: inline-block;
    margin: 5px 0;
    padding: 7px 10px;
    text-decoration: none;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(#81AEFC 0%, #C8F0FC 100%);
    background-image: linear-gradient(#81AEFC 0%, #C8F0FC 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
}

.new:after {
	content: 'NEW';
	font-size: 0.8em;
	color: #f00;
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}



/*----- news , gakunai --------*/
  .pdf:after ,
  .word:after ,
  .excel:after ,
  .zip:after ,
  .gaib:after ,
  .file:after {
  font-family: FontAwesome;
  padding-left: 3px;
  font-size: 1.4em;
  }
  .pdf:after {
  content: '\f1c1';
  color: #BD0000;
  }
  .word:after {
  content: '\f1c2';
  color: #039;
  }
  .excel:after {
  content: '\f1c3';
  color: #690;
  }
  .zip:after {
	content: '\f1c6';
	color: #6D828B;
  }
  .gaib:after {
	content: "\f08e";
	font-family:FontAwesome;
	color: #8ABDF0;
	font-size: 16px;
	margin-left: 7px;
  }
  .file:after {
	content: "\f15c";
	font-family:FontAwesome;
	color: #9FB6CD;
	font-size: 20px;
	margin-left: 7px;
  }
/*--------------------------*/

.biko , .kosin {
    font-size: .9em;
	color: #8086A2;
	margin-left: 5px;
}
.biko:before , .kosin:before {
	font-family: FontAwesome;
	content: '\f069';
	font-size: .5em;
	vertical-align: middle;
}
.kosin:after {
	content: '更新';
	font-size: .8em;
	vertical-align: middle;
}


@media screen and (max-width: 767px) {

#logo-tittle {
	width: 100%;
}

#hed-menu {
	width: 100%;
}


#hed-menu ul.nav-annai {
	padding-top: 10px;
}

#hed-menu ul.nav-annai li {
	margin-right: 10px;
	font-size: 0.8rem;
}


/* safari ipad 768px side menu none  */
#side-menu { 
    display:none
 }
main {
   float: none;
   width: 100%;
 }
/* --------------------------------  */


.box1l , .box1r{
	float: none;
	width: 100%;
}

}



@media print, screen and (min-width: 768px) {

#logo-tittle {
	float: left;
}

#hed-menu {
	float: right;
}


#hed-menu ul.nav-annai {
	padding-top: 10px;
}

#hed-menu ul.nav-annai li {
	margin-right: 15px;
	font-size: 0.9rem;
}

  #side-menu {
   float: left;
   width: 20%;
   padding-bottom: 20px;
 }
  main {
   float: right;
   width: 78%;
 }

#side-menu ul.box {
    background: #fff9ff;
    -webkit-transition: all .5s;
    border: 1px solid #999;  
    border-radius: 5px;        /* CSS3草案 */  
      -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
      -moz-border-radius: 5px;   /* Firefox用 */
    margin: 5px 0;
    padding: 5px 5px 2px;
}
#side-menu ul.box li {
    list-style-type: none;
    text-align: center;
}
#side-menu ul.box ol li {
    text-align: left;
    border-bottom: 2px dotted #ccc;
}
#side-menu ul.box li a {
    display: block;
}

.box1l {/* 老年看護 */  
	float: left;
	width: 49%;
	margin: .5%;
}
.box1r {
	float: right;
	width: 49%;
	margin: .5%;
}
.h-1 {/*--- ハラスメント ---*/
	height: 240px;
}

}