@charset "UTF-8";
/* テンプレート
------------------------*/
.template {
  background-color: #eee;
  width: 100%;
  height: 50px; }
  @media screen and (max-width: 640px) {
    .template {
      width: 100%;
      height: 25px;
      background-color: #999; } }

/*-------------------------------------*/
.wrap--m {
  width: 100%;
  margin: auto;
  max-width: 980px; }

.section {
  margin-top: 76px;
  margin-bottom: 137px;
  margin-left: 5%;
  margin-right: 5%; }
  @media screen and (max-width: 640px) {
    .section {
      margin-bottom: 68px; } }
  .section__topp {
    font-size: 35px;
    margin-bottom: 10px; }
    @media screen and (max-width: 640px) {
      .section__topp {
        font-size: 20px; } }
  .section__text {
    font-size: 21.88px;
    margin-bottom: 65px; }
    @media screen and (max-width: 640px) {
      .section__text {
        font-size: 16px;
        margin-bottom: 30px; } }
  .section__image {
    width: 100%; }
