@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 50000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 96%;
	height: 200px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	background-color: #7ab20e;
	border-radius: 20px;
	background-image: url(../web/about/mimg_back.png);
	background-position: center bottom;
}

#mimg .txtBox {
	width: 1100px;
	height: 200px;
	margin: 0 auto;
	font-size: 40px;
	line-height: 200px;
	letter-spacing: 3px;
	font-weight: 600;
	color: #fff;
    text-align: center;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#cNavi {
	position: relative;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 30px;
}
#cNavi:after{
	content: "";
	clear: both;
	display: block;
}
#cNavi .btnf a{
	display: block;
	width: 245px;
	height: 40px;
	border-radius: 20px;
	outline: 2px solid #317c7b;
	outline-offset: -2px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	font-weight: 600;
	color: #317c7b;
	background-color: #FFF;
	text-decoration: none;
	transition: 0.4s;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
}
#cNavi .btnf a:hover{
	color: #fff;
	background-color: #317c7b;
}
#cNavi .btn a{
	display: block;
	width: 245px;
	height: 40px;
	border-radius: 20px;
	outline: 2px solid #317c7b;
	outline-offset: -2px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	font-weight: 600;
	color: #317c7b;
	background-color: #FFF;
	text-decoration: none;
	transition: 0.4s;
	margin-bottom: 15px;
	margin-left: 40px;
	float: left;
}
#cNavi .btn a:hover{
	color: #fff;
	background-color: #317c7b;
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 40px;
}
#contents01 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	display: inline-block;
	width: 100%;
	height: 60px;
	padding-left: 0px;
	border-radius: 5px 30px 30px 5px;
	font-size: 25px;
	line-height: 60px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	color: #fff;
	float: left;
	background-color: #317c7b;
}
h2:before {
  content: '●';
  color: white;
  margin-left: 10px;
  margin-right: 10px;
}

#circulation {
	width: 100%;
	height: auto;
	float: left;
	list-style: none;
}
#circulation li{
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 34px;
	border-bottom: 1px dotted #333333;
	text-align: left;
	margin-top: 15px;
}
#circulation .day{
	width: auto;
	float: left;
}

#circulation li a{
	display: block;
	color: #000;
}
#circulation li a:hover{
	color: #900;
}


#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 0;
}
#contents02 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}

#section03 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#contents03 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}


#section04 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 0;
}
#contents04 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents04:after{
	content: "";
	clear: both;
	display: block;
}

#section05 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 0;
}
#contents05 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents05:after{
	content: "";
	clear: both;
	display: block;
}





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

}
