@charset "utf-8";
body{
    font-family: 'Sawarabi Mincho',serif;
    font-size: 18px;
    color: #121212;
    margin: 0;
    padding: 0;
}
.text1{
    text-align: center;
    padding-top: 20px;
    margin: 0px;
}
header{
    background-color: #4e7450;
}
header nav ul{
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
    padding: 0 20px 20px 10px;
    line-height: 1.6;
    padding-left:0;
}
li{
    list-style:none;
}
header nav ul li a {
    color: #ffffff;
}
nav ul li a::after {
    content: '';
    display: block;
    height: 1px;
    width: 80%;
    transform: scale(0, 1);
    transition: .3s;
  }
  
  nav ul li a:hover {
    color: #0cb520;
  }
  
  nav ul li a:hover::after {
    transform: scale(1, 1);
  }
    .text3{
    font-size: 25px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60PX;
}
body{
    background-color: #E8F0E7;
}
.text2{
    font-size: 25px;
    text-align: center;
    margin-top: 180px;
    margin-bottom: 0;
}
.ii{
    text-align: center;
}
.dd{
    font-size: 25px;
}
footer{
    background-color: #7aa07a;
    color: #ffffff;
    height:220px;
    margin-top: 60px;
}
.rr{
display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
    justify-content: space-around;
    padding: 10px 20px 0px 10px;
    line-height: 1.6;
    padding-left:0;
    padding-top: 30px;
}
li{
    list-style:none;
}
ul li a {
    color: #ffffff;
}
ul li a:hover {
    color: #0cb520;
  }
ul li a:hover::after {
    transform: scale(1, 1);
  }
  .hover {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 60px;
  }
  .hover img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
  }
  .text1000{
    text-align: center;
    margin: 0;
    padding-top: 0;
  }