@charset "utf-8";
/* CSS Document */


/* 下層ページ共通CSS読み込み */
@import url("../common_sub.css");



/* -----------------------------------------------------------

　relevant（ページ下部の関連ページ）

-------------------------------------------------------------- */
.site-body-inner .relevant {
	clear:both;
	position:relative;
	height:330px;
	background:#F5F3F0;
}

.site-body-inner .relevant .inner {
	position:absolute;
	padding:30px 0 20px;
	width:100%;
	height:100%;
	color:#78909C;
	text-align:center;
}

.site-body-inner .relevant .inner h2 {
	font-size:2.0em;
	font-family:'Libre Baskerville', serif;
	font-weight:bold;
}

.site-body-inner .relevant .inner h2 span {
	display:block;
	font-size:0.5em;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", Helvetica, sans-serif, Osaka, "平成角ゴシック", Arial;
	font-weight:normal;
}

.site-body-inner .relevant .inner ul {
	margin:25px 0 0 0;
	list-style:none;
}

.site-body-inner .relevant .inner li {
	display:block;
	float:left;
	width:25%;
	background:#F5F3F0;
	color:#78909C;
	font-size:1.33333em;
}

.site-body-inner .relevant .inner li img {
	margin-bottom:20px;
	width:100%;
}

.site-body-inner .relevant .inner li a:hover {
	color:#000;
}

.site-body-inner .relevant .inner li a:after {
	position:relative;
	top:-2px;
	margin-left:5px;
	content:url(../../images/arrow_b.png);
}

/*　SP set
/*-------------------------------------------*/
@media screen and (max-width:640px) {

	.site-body-inner .relevant {
		position:inherit;
		height:auto;
	}

	.site-body-inner .relevant .inner {
		position:inherit;
	}

	.site-body-inner .relevant .inner ul {
		margin:25px 0 0 0;
	}

	.site-body-inner .relevant .inner li {
		padding-bottom:15px;
		width:50%;
		margin-right:0;
	}

}

/*　TB set
/*-------------------------------------------*/
@media screen and (min-width:640px) and (max-width:768px) {

	.site-body-inner .relevant {
		height:270px;
	}

	.site-body-inner .relevant .inner ul {
		margin:25px 0 0 0;
	}

	.site-body-inner .relevant .inner li {
		width:25%;
	}

}

@media (min-width: 768px) and (max-width:1024px) {

	.site-body-inner .relevant {
		position:inherit;
		height:auto;
	}

	.site-body-inner .relevant .inner {
		position:inherit;
	}

	.site-body-inner .relevant .inner ul {
		margin:25px 0 0 0;
	}

	.site-body-inner .relevant .inner li {
		padding-bottom:15px;
		width:25%;
	}


}

@media (min-width: 1024px) and (max-width:1400px) {

	.site-body-inner .relevant .inner ul {
		margin:25px 0 0 0;
	}

}

/* -----------------------------------------------------------

　message

-------------------------------------------------------------- */
.message article .section {
	clear:inherit;
}

.message article h2 {
	margin-bottom:50px;
	padding:20px 40px 0;
	font-size:2.33333em;
}

.message article .section1 {
	float:left;
	padding-left:40px;
	width:45%;
}
.message article .section2 {	/* スマホのみ表示 */
	display:none;
}

.message article .section3 {
	float:right;
	padding-right:35px;
	width:45%;
}

.message article .section4 {
	float:left;
	position:relative;
	width:45%;
}

.message article .section4 .inner {
	position:absolute;
	padding-left:40px;
	width:100%;
	height:100%;
	color:#FFF;
}

.message article .section4 p {
	position:absolute;
	top:85%;
	font-size:0.95em;
	line-height:inherit;
}

.message article .section4 h3 {
	position:absolute;
	top:89%;
	font-size:1.66666em;
}

.message article .section5 {
	float:right;
	margin-top:12.0%;
	padding-right:35px;
	width:45%;
	text-align:center;
}

/*　SP set
/*-------------------------------------------*/
@media screen and (max-width:640px) {

	.message article .section {
		float:inherit;
		padding:0 15px;
		width:100%;
	}

	.message article h2 {
		margin-bottom:25px;
		padding:0 15px;
		font-size:1.75em;
	}

	.message article h2 span {
		display:block;
	}

	.message article .section2 {
		display:inherit;
		margin:20px 0 30px;
		text-align:center;
	}

	.message article .section4 {
		padding:0;
	}

	.message article .section4 img {
		width:80%;
		height:auto;
	}

	.message article .section4 p {
		top:84%;
		left:5%;
	}

	.message article .section4 h3 {
		top:89%;
		left:5%;
	}

	.message article .section5 {
		display:none;
	}

}

/*　TB set
/*-------------------------------------------*/
@media screen and (min-width:640px) and (max-width:768px) {

	.message article .section4 .inner {
		padding-left:20px;
	}

	.message article .section4 {
		width:45%;
	}

	.message article .section5 {
		padding-right:30px;
		width:50%;
	}
	
}

@media (min-width: 768px) and (max-width:800px) {

	.message article .section {
		float:inherit;
		padding:0 15px;
		width:100%;
	}

	.message article h2 {
		margin:40px 0 25px;
		padding:0 15px;
		font-size:2.0em;
	}

	.message article h2 span {
		display:block;
	}

	.message article .section2 {
		display:inherit;
		margin:20px 0 30px;
		text-align:center;
	}

	.message article .section4 {
		padding:0;
		width:60%;
	}

	.message article .section4 img {
		width:90%;
		height:auto;
	}

	.message article .section4 p {
		top:84%;
		left:5%;
	}

	.message article .section4 h3 {
		top:89%;
		left:5%;
	}

	.message article .section5 {
		display:none;
	}

}

@media (min-width: 800px) and (max-width:1024px) {

	.message article .section {
		float:inherit;
		padding:0 15px;
		width:100%;
	}

	.message article h2 {
		margin:40px 0 25px;
		padding:0 15px;
		font-size:1.7em;
	}

	.message article h2 span {
		display:inline;
	}

	.message article .section2 {
		display:inherit;
		margin:20px 0 30px;
		text-align:center;
	}

	.message article .section4 {
		padding:0;
		width:60%;
	}

	.message article .section4 img {
		width:80%;
		height:auto;
	}

	.message article .section4 p {
		top:84%;
		left:5%;
	}

	.message article .section4 h3 {
		top:89%;
		left:5%;
	}

	.message article .section5 {
		display:none;
	}

}

@media (min-width: 1024px) and (max-width:1200px) {

	.message article h2 {
		margin:40px 0 25px;
		padding:0 15px;
		font-size:2.3em;
	}

	.message article .section4 {
		clear:both;
		width:45%;
	}

	.message article .section5 {
		float:right;
		margin-top:5.0%;
		padding-right:30px;
		width:50%;
	}

}

/* -----------------------------------------------------------

　about us

-------------------------------------------------------------- */
.aboutus article .section {
	clear:inherit;
}

.aboutus article .section1 {
	float:left;
	position:relative;
	padding-left:40px;
	width:52%;
}

.aboutus article .section1 .inner {
	position:absolute;
	width:50%;
	height:100%;
	color:#FFF;
}

.aboutus article .section1 img {
	margin-top:5px;
	margin-left:-40px;
}

.aboutus article .section1 p {
	position:absolute;
	top:83%;
	left:3%;
	font-size:0.95em;
	line-height:inherit;
}

.aboutus article .section1 h3 {
	position:absolute;
	bottom:15px;
	left:15px;
	width:150px;
	height: 43px;
	font-size:1.66666em;
	background:none;
	background-size:contain;
	text-indent:-10000px
}

.aboutus article .section2 {
	float:right;
	padding-right:20px;
	width:48%;
}

.aboutus article .section2 h2 {
	margin-bottom:30px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size:2.33333em;
	line-height:1.5em;
}

.aboutus article .section2 p {
	font-size:1.16666em;
	line-height:2.4em;
}

.aboutus article .section3 {
	clear:both;
	padding:80px 0;
	text-align:center;
}

.aboutus article h2.comName {
	margin-bottom:40px;
	padding:0 0 10px 35px;
	border-bottom:1px #F5F3F0 solid;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
}

.aboutus article .section4 {
	float:left;
	padding-left:40px;
	width:45%;
}

.aboutus article .section5 {
	float:right;
	padding-right:35px;
	width:45%;
}

.aboutus article dl {
	margin-bottom:90px;
}

.aboutus article dt {
	float:left;
}

.aboutus article dd {
	margin:0 0 30px 120px;
}

/*　SP set
/*-------------------------------------------*/
@media screen and (max-width:640px) {

	.aboutus article .section {
		float:inherit;
		padding:0 8%;
		width:100%;
	}
	
	.aboutus article .section1 p {
		top:81%;
		left:23%;
	}
	
	.aboutus article .section1 h3 {
		bottom:15px;
		left:15px;
		font-size:1.4em;
	}

	.aboutus article .section1 div:last-child {
		text-align:center;
	}

	.aboutus article .section1 img {
		margin:20px auto;
		width:90%;
		height:auto;
	}

	.aboutus article .section2 {
		margin:0;
	}

	.aboutus article .section2 h2 {
		padding:0;
	}

	.aboutus article .section3 {
		margin-bottom:50px;
		padding:30px 0 20px;
		border-bottom:1px #F5F3F0 solid;
	}

	.aboutus article .section3 div {
		text-align:center;
	}

	.aboutus article .section3 img {
		margin:20px auto;
		width:75%;
															width:65%;
		height:auto;
	}

	.aboutus article #jump {
		padding-bottom:50px;
	}

	.aboutus article h2.comName {
		margin:0 10% 20px;
		padding:0;
		border-bottom:none;
		font-size:2.0em;
	}

	.aboutus article .section4 {
		float:inherit;
		padding:0 15%;
		width:100% !important;
	}
	
	.aboutus article .section5 {
		float:inherit;
		padding:0 15% 50px;
		width:100% !important;
	}

	.aboutus article dl {
		margin-bottom:0;
	}

	.aboutus article dt {
		float:inherit;
		margin:0;
		font-weight:bold;
	}

	.aboutus article dd {
		display:block;
		margin:0 0 10px 3.3%;
		line-height:1.5em;
	}

}

@media screen and (min-width:480px) and (max-width:639px) {

	.aboutus article dd {
		margin:0 0 10px 4.3%;
	}

}

@media screen and (min-width:360px) and (max-width:479px) {

	.aboutus article .section {
		padding:0 5%;
	}
	
	.aboutus article .section1 p {
		top:78%;
		left:16%;
	}
	
	.aboutus article .section1 h3 {
		bottom:15px;
		left:15px;
		font-size:1.3em;
	}

	.aboutus article .section2 h2 {
		font-size:1.8em;
	}

	.aboutus article .section1 img {
		width:100%;
	}

	.aboutus article .section3 img {
		width:90%;
	}

	.aboutus article h2.comName {
		margin:0 5% 20px;
		font-size:1.6em;
	}

	.aboutus article .section4 {
		padding:0 8%;
	}
	
	.aboutus article .section5 {
		padding:0 8% 50px;
	}

	.aboutus article dd {
		margin:0 0 10px 4.9%;
	}

}

@media screen and (min-width:320px) and (max-width:359px) {

	.aboutus article .section {
		padding:0 5%;
	}
	
	.aboutus article .section1 p {
		top:77%;
		left:16%;
	}
	
	.aboutus article .section1 h3 {
		bottom:15px;
		left:15px;
		font-size:1.3em;
	}

	.aboutus article .section2 h2 {
		font-size:1.8em;
	}

	.aboutus article .section1 img {
		width:100%;
	}

	.aboutus article .section3 img {
		width:90%;
	}

	.aboutus article h2.comName {
		margin:0 5% 20px;
		font-size:1.6em;
	}

	.aboutus article .section4 {
		padding:0 5%;
	}
	
	.aboutus article .section5 {
		padding:0 5% 50px;
	}

	.aboutus article dd {
		margin:0 0 10px 0;
	}

}

@media screen and (max-width:319px) {

	.aboutus article .section {
		padding:0 5%;
	}
	
	.aboutus article .section1 p {
		top:77%;
		left:16%;
	}
	
	.aboutus article .section1 h3 {
		bottom:15px;
		left:15px;
		font-size:1.3em;
	}

	.aboutus article .section2 h2 {
		font-size:1.8em;
	}

	.aboutus article .section1 img {
		width:100%;
	}

	.aboutus article .section3 img {
		width:90%;
	}

	.aboutus article h2.comName {
		margin:0 5% 20px;
		font-size:1.6em;
	}

	.aboutus article .section4 {
		padding:0 3%;
	}
	
	.aboutus article .section5 {
		padding:0 5% 50px;
	}

	.aboutus article dd {
		margin:0 0 10px 0;
	}

}

/*　TB set
/*-------------------------------------------*/
@media screen and (min-width:640px) and (max-width:767px) {

	.aboutus article .section {
		float:inherit;
		padding:0 8%;
		width:100%;
	}
	
	.aboutus article .section3 img {
		margin:50px auto;
		width:90%;
	}

	.aboutus article #jump {
		padding-bottom:50px;
	}

	.aboutus article h2.comName {
		margin:0 10% 20px;
		padding:0;
		border-bottom:none;
		font-size:2.4em;
		font-weight:normal;
	}

	.aboutus article .section4 {
		float:inherit;
		padding:0 15%;
		width:100% !important;
	}
	
	.aboutus article .section5 {
		float:inherit;
		padding:0 15% 90px;
		width:100% !important;
	}

	.aboutus article dl {
		margin-bottom:0;
	}

	.aboutus article dt {
		float:inherit;
		margin:0;
		font-weight:bold;
	}

	.aboutus article dd {
		display:block;
		margin:0 0 10px 3.3%;
		line-height:1.5em;
	}

}

@media screen and (min-width:768px) and (max-width:899px) {

	.aboutus article .section1, .aboutus article .section2 {
		float:inherit;
		padding:0 8%;
		width:100%;
	}
	
	.aboutus article .section1 p {
		left:30%;
	}
	
	.aboutus article .section1 h3 {
		left:30%;
	}

	.aboutus article .section1 div:last-child {
		text-align:center;
	}

	.aboutus article .section1 img {
		margin:0 auto;
		height:auto;
		width:500px;
	}

	.aboutus article .section3 div {
		text-align:center;
	}

	.aboutus article .section3 img {
		width:500px;
		height:auto;
	}

	.aboutus article h2.comName {
		font-weight:normal;
	}

	.aboutus article dd {
		margin:0 0 30px 100px;
	}

}

@media screen and (min-width:900px) and (max-width:1399px) {

	.aboutus article .section1, .aboutus article .section2 {
		float:inherit;
		padding:0 8%;
		width:100%;
	}
	
	.aboutus article .section1 p {
		left:18%;
	}
	
	.aboutus article .section1 h3 {

	}

	.aboutus article .section1 div:last-child {
		text-align:center;
	}

	.aboutus article .section1 img {
		margin:0 auto;
		width:500px;
		height:auto;
	}

	.aboutus article .section3 div {
		text-align:center;
	}

	.aboutus article .section3 img {
		width:500px;
		height:auto;
	}

	.aboutus article h2.comName {
		font-weight:normal;
	}

	.aboutus article dd {
		margin:0 0 30px 100px;
	}

}

/* -----------------------------------------------------------

　history

-------------------------------------------------------------- */
.history article .section {
	padding:40px;
}

.history article h2 {
	display:none;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
}

.history article dl {
	margin-bottom:90px;
}

.history article dt {
	float:left;
}

.history article dd {
	margin:0 0 50px 200px;
	line-height:2.0em;
}

/*　SP set
/*-------------------------------------------*/
@media screen and (max-width:640px) {

	.history article .section {
		padding:0 15px;
	}

	.history article h2 {
		display:inherit;
		margin-bottom:20px;
		padding:0 0 0 10px;
		border-bottom:none;
		font-size:1.65em;
	}

	.history article dl {
		margin-bottom:40px;
	}
	
	.history article dt {
		float:inherit;
		margin:0;
		font-weight:bold;
	}
	
	.history article dd {
		margin:0 0 10px 14px;
		line-height:1.5em;
	}

}

@media screen and (min-width:480px) and (max-width:639px) {

	.history article .section {
		padding:0 5%;
	}

	.history article h2 {
		padding:0 3%;
	}

	.history article dd {
		margin-bottom:20px;
	}

}

@media screen and (min-width:360px) and (max-width:479px) {


}

@media screen and (max-width:319px) {


}

/*　TB set
/*-------------------------------------------*/
@media screen and (min-width:640px) and (max-width:767px) {

	.history article .section {
		padding:0 5%;
	}

	.history article h2 {
		padding:0 3%;
	}

	.history article dd {
		margin-bottom:20px;
	}

}

@media screen and (min-width:768px) and (max-width:899px) {

	.history article h2 {
		display:inherit;
		padding:0 3%;
	}

	.history article dt {
		margin-left:-10px;
	}

	.history article dd {
		margin:0 0 50px 170px;
	}

}

@media screen and (min-width:900px) and (max-width:1399px) {

	.history article h2 {
		display:inherit;
		padding:0 3%;
	}

	.history article dt {
		margin-left:-10px;
	}

	.history article dd {
		margin:0 0 50px 170px;
	}

}

/* -----------------------------------------------------------

　access

-------------------------------------------------------------- */
.access .section {
	clear:inherit;
}

.access .section .wrap {
	margin:0 auto;
	width:700px;
}

.access .section1 {
	margin-bottom:40px;
	padding-bottom:50px;
	border-bottom:1px #F5F3F0 solid;
}

.access .section2 {
	margin-bottom:40px;
	padding-bottom:50px;
	border-bottom:1px #F5F3F0 solid;
}

.access .section3 {
	margin-bottom:100px;
}

.access h2 {
	margin-bottom:20px;
	font-size:2.33333em;
}

.access h3 {
	font-size:1.2em;
}

.access .map {
	margin:20px 0;
	height:430px;
}

.access .add dl {
	font-size:1.16666em;
}

.access .add dt {
	float:left;
	width:50px;
	font-weight:normal;
}

/*　SP set
/*-------------------------------------------*/
@media screen and (max-width:640px) {

	.access .section .wrap {
		padding:0 5%;
		width:100%;
	}
	
	.access .section1 {
		margin:50px 0 30px;
		padding-bottom:20px;
	}

	.access .section2 {
		margin:50px 0 30px;
		padding-bottom:20px;
	}

	.access .section3 {
		margin:50px 0 50px;
	}

	.access h2 {
		margin-bottom:10px;
		font-size:1.5em;
	}

	.access h3 {
		font-size:inherit;
	}

	.access .map {
		height:250px;
	}

	.access .add dl {
		font-size:inherit;
	}

	.access .add dt {
		width:35px;
		height:20px;
	}

	.access .add dd span {
		display:inline;
	}

}

@media screen and (min-width:480px) and (max-width:639px) {

	.access .map {
		height:360px;
	}

}

@media screen and (min-width:320px) and (max-width:479px) {

	.access .add dd span {
		display:block;
	}

}

@media screen and (max-width:319px) {
	
	.access .section1 {
		margin:30px 0 30px;
		padding-bottom:10px;
	}

	.access .section2 {
		margin:30px 0 30px;
		padding-bottom:10px;
	}

	.access .section3 {
		margin:30px 0 50px;
	}

	.access .add dd span {
		display:inline;
	}

}

/*　TB set
/*-------------------------------------------*/
@media screen and (min-width:640px) and (max-width:767px) {

	.access .section .wrap {
		padding:0 5%;
		width:100%;
	}

	.access .map {
		height:360px;
	}

}

@media screen and (min-width:768px) and (max-width:899px) {
	

}

@media screen and (min-width:900px) and (max-width:1399px) {

	.access .section .wrap {
		padding:0 5%;
		width:100%;
	}

}

/* -----------------------------------------------------------

　activities

-------------------------------------------------------------- */
.activities .section {
	clear:inherit;
}

.activities .section .wrap {
	margin:0 auto;
	width:700px;
}

.activities .section1 p {
	font-size:1.16666em;
	line-height:1.8em;
}

.activities .section1 {
	margin-bottom:40px;
	padding-bottom:20px;
	border-bottom:1px #F5F3F0 solid;
}

.activities .section1 h2 {
	margin-bottom:20px;
	font-size:2.0em;
}

.activities .section2 {
	margin-bottom:100px;
}

.activities .section2 h3 {
	margin:30px 0 10px;
	font-size:1.6em;
	font-weight:bold;
}

.activities .section2 h3:first-child {
	margin-top:0;
}

.activities .section2 p {
	font-size:1.16666em;
	line-height:1.2em;
}

.activities .section2 p span {
	display:inline;
	margin-left:65px;
}

.activities .section2 li span {
	display:block;
	margin-left:36px;
}

.activities .section2 li {
	margin:0 0 20px -5px;
	list-style:none;
	line-height:1.5em;
}

.activities .section2 li div {
	margin:20px auto;
	text-align:center;
}

.activities .section2 li em {
	margin-top:30px;
	margin-bottom:30px;
	float:right;
	font-style:normal;
}

/*　SP set
/*-------------------------------------------*/
@media screen and (max-width:640px) {

	.activities .section .wrap {
		padding:0 5%;
		width:100%;
	}

	.activities .section1 p {
		line-height:1.5em;
	}

	.activities .section1 {
		margin-bottom:0;
		padding:20px 0 0;
	}

	.activities .section1 h2 {
		font-size:1.8em;
		font-weight:bold;
	}

	.activities .section2 h3 {
		font-size:1.5em;
	}

	.activities .section2 p span {
		margin-left:65px;
	}

	.activities .section2 li span {
		margin-left:6.5%;
	}

	.activities .section2 li {
		margin:0 0 10px -5px;
	}

	.activities .section2 li div {
		margin:10px auto;
	}

}

@media screen and (min-width:480px) and (max-width:639px) {

	.activities .section1 h2 {
		font-size:2.5em;
	}

	.activities .section2 h3 {
		font-size:1.2em;
	}

	.activities .section2 li span {
		margin-left:8.5%;
	}

}

@media screen and (min-width:360px) and (max-width:479px) {

	.activities .section1 h2 {
		font-size:1.85em;
	}

	.activities .section1 p {
		font-size:1.1em;
	}

	.activities .section2 h3 {
		font-size:1.2em;
	}

	.activities .section2 p {
		font-size:1.1em;
	}

	.activities .section2 p span {
		margin-left:61px;
	}

	.activities .section2 li {
		font-size:1.1em;
	}

	.activities .section2 li span {
		margin-left:10.8%;
	}

}

@media screen and (min-width:320px) and (max-width:359px) {

	.activities .section1 h2 {
		font-size:1.8em;
	}

	.activities .section1 p {
		font-size:inherit;
	}

	.activities .section2 p {
		font-size:inherit;
	}

	.activities .section2 p span {
		margin-left:56px;
	}

	.activities .section2 li {
		font-size:inherit;
	}

	.activities .section2 li span {
		margin-left:11%;
	}

}

@media screen and (max-width:319px) {

	.activities .section .wrap {
		padding:0 3%;
		width:100%;
	}

	.activities .section1 h2 {
		font-size:1.45em;
	}

	.activities .section1 p {
		font-size:inherit;
	}

	.activities .section2 h3 {
		font-size:1.2em;
	}

	.activities .section2 p {
		font-size:inherit;
	}

	.activities .section2 p span {
		display:block;
		margin-left:0;
	}

	.activities .section2 li {
		font-size:inherit;
	}

	.activities .section2 li span {
		margin-left:12.5%;
	}

}

/*　TB set
/*-------------------------------------------*/
@media screen and (min-width:640px) and (max-width:767px) {

	.activities .section .wrap {
		padding:0 5%;
		width:100%;
	}

	.activities .section1 h2 {
		font-size:2.0em;
		font-weight:normal;
	}

	.activities .section2 li span {
		margin-left:6.3%;
	}

}

@media screen and (min-width:768px) and (max-width:899px) {


}

@media screen and (min-width:900px) and (max-width:1399px) {

	.activities .section .wrap {
		padding:0 5%;
		width:100%;
	}

}




/*--------------------　▲　end of file　▲　--------------------*/


/* -----------------------------------------------------------

　社会・環境貢献追記(20170403)

-------------------------------------------------------------- */

#activitiesTop{
	min-height:500px;
	}
#activitiesTop a{

	}

#morinoproject{
	text-align: center;
	}
#morinoproject img{
	width:90%;
	max-width:600px;
	}
a.btnCsr{
	clear: both;
	display: block;
    margin: 40px auto;
    width: 240px;
    height: 40px;
    border: 1px #CCC solid;
    color: #000;
    line-height: 40px;
    text-align: center;
	}
