@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);
  }


ul{
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
    padding: 0;
    line-height: 0.5;
    padding-left:0;
}
li{
    list-style:none;
}

.title{
    font-size: 30px;
    margin: 30px 0 60px 30px;
}

p{
    border-bottom: 2px solid #000000;
    margin: 0 30px 40px 30px;
    padding-bottom: 10px;
}

.submitBtn{
    text-align: right;
}
input[type="submit"]{
    background-color: #ffffff;
    color: #000000;
    padding: 10px 20px;
    margin-right: 30px;
    border-radius: 100vh;
}
input[type="submit"]:hover{
    background-color: #8ebe93;
    margin-left: 20px;
    transition-property: background-color,margin-left;
    transition-duration: 300ms;
    transition-timing-function: ease-in;
    transition-delay: 0ms;
}


body{
    background-color: #E8F0E7;
}
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;
}