@charset "UTF-8";
/* CSS Document */

#container{
  max-width: 840px;
}
/* main
-----------------------------------------------*/
#main h1{
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width:767px) {
  #main h1{
    font-size: 20px;
  }
}


/* section
-----------------------------------------------*/
section{
  margin-top: 80px;
}
section + section{
  margin-top: 40px;
}
section .inner{
  padding: 0 20px;
}
section h2{
  font-size: 14px;
}
section h3{
  font-size: 12px;
  line-height: 1.7;
  margin-top: 20px;
}
section p{
  font-size: 12px;
  line-height: 1.7;
  margin-top: 10px;
}
section li{
  font-size: 12px;
  line-height: 1.7;
  margin-top: 20px;
}
section .note{
  font-size: 14px;
  margin-top: 40px;
}
@media only screen and (max-width:767px) {
  section{
    margin-top: 45px;
  }
  section + section{
    margin-top: 30px;
  }
  section h2{
    padding-left: 1.75em;
    text-indent: -1.75em;
  }
  section h3{
    margin-top: 10px;
  }
  section .note{
    margin-top: 30px;
  }
}

