@charset "UTF-8";
body {
	background: #230E00;
}
.rslides {
	display:none;
}
.rslides2 {
	display: block;
}
main {
	margin: -60px 0 0 0;
	 }
.main_box {
	width: 100%;
}
.main_box img {
	width: 100%;
	 }
.m_i_back {
	background: url(../img/top/message_back.jpg) no-repeat -200px top #230E00;
background-size: 250%;
}
.message {
	margin: 0;
	width: 100%;
	padding: 10% 8%;
  width:100%;
  box-sizing:border-box;
	color: #FFF;
}
.me {
	font-weight: normal;
	font-size: 140%;
	line-height: 1.6;
}	
.message p {
	font-weight: normal;
font-size: 80%;
}
/*	 institution
/* ------------------------------------- */
.institution {
background: url(../img/top/bokashi.png) no-repeat top right;
background-size: 100px;
	width: 100%;
	}
.institution2 {
background: url(../img/top/bokashi2.png) no-repeat top left;
background-size: 100px;
	width: 100%;
	margin: 8% 0;
	}
.in_t,
.in_t2 {
	width: 100%;
	float: left;
	text-align: left;
	color: #FFF;
	}
.in_t h4,
.in_t2 h4 {
	font-weight: normal;
	font-size: 150%;
	margin: 30px 0 0 0;
	}	
.in_t p,
.in_t2 p {
	font-size: 80%;
	margin: 10px 0 0 0;
	}		
.in_i,
.in_i2 {
	display: none;
	}		
.in_t img,
.in_i img,
.in_t2 img,
.in_i2 img {
	width: 100%;
	}	
/*	 dl
/* ------------------------------------- */
.dl_s {
	margin: 8% 8% 0 8%;
}
.dl {
	display: none;
}
.dl_s img,
.dl img {
	width: 100%;
}
.dl_s img a,
.dl img a {
	border: 0;
}
.dl_s a:hover img,
.dl a:hover img {
  opacity: 0.6;
  transition: 0.5s;
}
/*	 news
/* ------------------------------------- */
.news {
margin: 8% 0 0 0;
padding: 8% 0;
box-sizing:border-box;
background: #630;
width:100%;
text-align: center;
}
.news h4 {
	color: #FFF;
	font-weight: normal;
	font-size: 150%;
	padding: 0 0 10px 0;
}
.news_box0 {
	width:84%;
	margin: 4% auto;
}
.news_box {
	margin: 0px 0px 2% 0px;
 line-height:1.4em;
 font-size:100%;
	text-align: left;
}
.news_box a span {
 color: #FFF;
 font-weight: normal;
 font-size:80%;
 margin: 0px 0px 0px 0px;
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
 float:left;
 width: 28%;
}
.news_box a h5 {
 color: #FFF;
 font-weight: normal;
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
 float:left;
 width: 72%;
}
.news_box a:hover h5,
.news_box a:hover span {
	-webkit-filter: opacity(50%);
	filter: opacity(50%);
	text-decoration: none;
}

/* ------------------------------------- */
/*	 resposive768
/* ------------------------------------- */
@media screen and (min-width: 768px) {

.rslides {
	display: block;
}
.rslides2 {
	display:none;
}
body {
	background-size: 100%;
}
.m_i_back {
	background: url(../img/top/message_back.jpg) no-repeat;
background-size: 100%;
}
.message {
	width: 100%;
	padding: 10% 0;
  box-sizing:border-box;
	text-align: center;
	color: #FFF;
   display: flex;
  justify-content: space-between;
}
.message_box {
	margin: auto;
	width: 75%;
}
.me {
	font-size: 160%;
	line-height: 1.6;
}	
.message p {
	line-height: 2.5;
	font-weight: normal;
font-size: 90%;
  text-align: left;
  display: inline-block;
	white-space: nowrap;
  box-sizing: border-box;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
/*	 institution
/* ------------------------------------- */
.institution {
background: url(../img/top/bokashi.png) no-repeat top right;
background-size: 300px;
	width: 100%;
	}
.institution2 {
background: url(../img/top/bokashi2.png) no-repeat top left;
background-size: 300px;
	width: 100%;
	margin: 60px 0;
	}		
.in_t {
	width: 600px;
	float: left;
	}
.in_t2 {
	width: 600px;
	float: right;
	}	
.in_t h4,
.in_t2 h4 {
	font-weight: normal;
	font-size: 140%;
	margin: 23px 0 0 0;
	}	
.in_t p,
.in_t2 p {
	font-size: 90%;
	margin: 10px 0 0 0;
	}
.in_r {
	margin: 0 0 0 200px;
	}

.in_i {
	display: block;
	width: 250px;
	float: right;
	margin: -180px 0 0 0;
	}
.in_i2 {
	display: block;
	width: 250px;
	float: left;
	margin: -180px 0 0 0;
	}
/*	 dl
/* ------------------------------------- */
.dl_s {
	display: none;
}
.dl {
	display: block;
	margin: 8% 8% 0 8%;
}
/*	 news
/* ------------------------------------- */
.news {
	margin: 8% 0 0 0;
padding: 6% 0;
}
.news_box0 {
	margin: 1% auto;
}
.news_box a span {
 width: 13%;
}
.news_box a h5 {
 width: 87%;
}
}
/* ------------------------------------- */
/*	 resposive820
/* ------------------------------------- */
@media screen and (min-width: 820px) {

.in_r {
	margin: 0 0 0 170px;
	}
}
/* ------------------------------------- */
/*	 resposive980
/* ------------------------------------- */
@media screen and (min-width: 980px) {

.main_box {
margin: 0;
}
.message {
	padding: 8% 0;
}
.message_box {
	margin: auto;
}
.me {
	font-size: 170%;
	line-height: 1.6;
}	
.message p {
	line-height: 2.5;
	font-weight: normal;
font-size: 100%;
  text-align: left;
  display: inline-block;
	white-space: nowrap;
  box-sizing: border-box;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
/*	 institution
/* ------------------------------------- */
.in_t,
.in_t2 {
	width: 700px;
	}

.in_i {
	display: block;
	width: 350px;
	float: right;
	margin: -220px 0 0 0;
	}
.in_i2 {
	display: block;
	width: 350px;
	float: left;
	margin: -220px 0 0 0;
	}
.in_r {
	margin: 0 0 0 100px;
	}
/*	 dl
/* ------------------------------------- */

.dl {
	margin: 60px auto 0px auto;
	width: 980px;
}
/*	 news
/* ------------------------------------- */
.news {
	margin: 60px auto 0px auto;
padding: 60px 0;
	width: 980px;
	}
.news_box0 {
	width:700px;
}
.info_box {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}
.info_box a span {
 width: 100px;
}
.info_box a h5 {
 width: 600px;
}

}