@charset "utf-8";
p {
    color:#36a93b;
    text-align: center;
}

h1{
  text-align: center;
  color: #364e96;/*文字色*/
 
}

h2{
    text-align: center;
}

body {
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
  @media screen and (min-width: 768px) {
   ul {
    display: flex;
     justify-content: center;
   }

   li {
    list-style: none;
  }

  li:nth-child(2) {
   margin: 0 10px;
  } 

  
  }
  @media screen and (max-width: 767px) {
    ul {
      display: block;
    } 
    li {
      list-style: none;
    }
        
    div.center {
      text-align: center; 
    }
  }