/* ------------------------------
 width: all
------------------------------ */
main section.s02 .wrapper .t01 {
  width: 760px;
  margin: 20px auto 0;
  text-align: left;
}

main section.s03 {
  padding-bottom: 100px;
}

main section.s03 .wrapper {
  width: 1100px;
  margin: 0 auto;
}

main section.s03 .wrapper .t01 {
  margin-top: 100px;
  font-size: 2.25rem;
  line-height: 46px;
  color: #1ea0a8;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
  font-family: fot-matisse-pron, sans-serif;
  padding-bottom: 8px;
}

main section.s03 .wrapper .t01 img {
  width: 46px;
  vertical-align: top;
  margin-right: 15px;
}

main section.s03 .wrapper .t02 {
  font-size: 1.125rem;
  line-height: 170%;
  margin-top: 20px;
}

main section.s03 .wrapper .photo01 {
  width: 100%;
  display: block;
  margin-top: 40px;
}

main section.s04 {
  background-color: #f8faed;
  padding: 80px 0;
}

main section.s04 .wrapper {
  width: 1100px;
  margin: 0 auto;
}

main section.s04 .wrapper ul li {
  width: 510px;
  float: left;
}

main section.s04 .wrapper ul li:nth-child(even) {
  float: right;
}

main section.s04 .wrapper ul li .t02 {
  font-size: 1.125rem;
  line-height: 180%;
  margin-top: 20px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  main section.s02 .wrapper .t01 {
    width: 100%;
    margin: 12px auto 0;
    text-align: left;
  }
  main section.s03 {
    padding-bottom: 50px;
  }
  main section.s03 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  main section.s03 .wrapper .t01 {
    margin-top: 50px;
    font-size: 1.5rem;
    line-height: 30px;
    color: #1ea0a8;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    padding-bottom: 8px;
  }
  main section.s03 .wrapper .t01 img {
    width: 30px;
    vertical-align: top;
    margin-right: 10px;
  }
  main section.s03 .wrapper .t02 {
    font-size: 0.875rem;
    line-height: 170%;
    margin-top: 12px;
  }
  main section.s03 .wrapper .photo01 {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  main section.s04 {
    background-color: #f8faed;
    padding: 40px 15px;
  }
  main section.s04 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s04 .wrapper ul li {
    width: 100%;
  }
  main section.s04 .wrapper ul li + li {
    margin-top: 30px;
  }
  main section.s04 .wrapper ul li .t02 {
    font-size: 0.875rem;
    line-height: 180%;
    margin-top: 12px;
  }
}
