@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
header {
	background: url("../img/index_img/header_bg.jpg") center center no-repeat;
	background-size: cover;
	height: auto;
}

#main{
	background: url("../img/common_img/main_bg2.png") center center no-repeat;
	height: 305px;
	margin-top: 0px;
	position: relative;
	z-index: 100;
}
@media print, screen and (min-width:768px) {
#main{
	background: url("../img/common_img/main_bg2.png") center center no-repeat;
	margin-top: 30px;
	height: 305px;
}
}
@media print, screen and (min-width:992px) {
#main{
	background: url("../img/common_img/main_bg.png") center center no-repeat;
	margin-top: 10px;
	height: 350px;
}
}
h2{
	font-size: 36px;
	color: #1caa3a;
	font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
	text-align: center;
	padding-top: 150px;
	letter-spacing: 5px;
	text-shadow:
        0 2px 0 #fff,
        2px 0 0 #fff,
        0 -2px 0 #fff,
        -2px 0 0 #fff,
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff
        ;
}
@media print, screen and (min-width:992px) {
h2{
	
}
}

/*------------------------------------------------------------content*/
#sec01{
	background: #e4ffe3;
	padding:20px 0 20px 0;
}
@media print, screen and (min-width:576px) {
#sec01{
	padding:20px 0 40px 0;
}
}
#sec01 .container{
	
}

#sec03_top{
	background: url("../img/index_img/sec03_top.jpg") center center no-repeat;
	background-size: cover;
	height: 141px;
	margin-top: -30px;
}
#sec03{
	padding-top:10px; 
	padding-bottom: 40px;
}
@media print, screen and (min-width:576px) {
#sec03{
	padding-top:40px; 
	padding-bottom: 40px;
}
}
#sec03 table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15px;
  overflow: hidden;
	width: 100%;
}
#sec03 table thead th,
#sec03 table tbody th,
#sec03 table tbody td {
  padding: 8px;
  border-bottom: 1px solid #fff;
	background: #d2f5f0;
	font-size: 15px;
	text-align: center;
	line-height: 1.2;
}
@media print, screen and (min-width:768px) {
#sec03 table thead th,
#sec03 table tbody th,
#sec03 table tbody td {
  padding: 15px;
	font-size: 18px;
}
}
.small{
	font-size:12px;
}
#sec03 table thead th {
  background-color: #d2f5f0;
	color: #3caa49;
}
#sec03 table tbody th {
  background-color: #d2f5f0;
	width: 50%;
}
@media print, screen and (min-width:768px) {
#sec03 table tbody th {
  width: auto;
}
}
#sec03 table thead th + th,
#sec03 table tbody td {
  border-left: 1px solid #fff;
}
#sec03 table tbody tr:last-child th,
#sec03 table tbody tr:last-child td {
  border-bottom: none;
}
#sec04{
	background: url("../img/common_img/tree_bg.png") bottom center no-repeat;
	background-size: cover;
	min-height: 307px;
	position: relative;
	z-index: 100;
}

