#nav {
  border-top: 3px solid #abce3e; }

#container #article h3:before {
  border: 3px solid #aace3d; }

#section01,
#section02,
#section03 {
  clear: both;
  margin-bottom: 50px; }

#section01 h2 {
  font-size: 2.5em;
  line-height: 1.3em;
  color: #aace3d;
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-style: normal;
  font-weight: 200;
  margin-bottom: 20px;
  padding: 0 10px; }

#section01 p,
#section02 p {
  padding: 0 10px;
  margin-bottom: 30px;
  font-size: 1.2em;
  text-indent: 0; }

#section01 ul {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  justify-content: space-between; }

#section01 ul li {
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 0.1em;
  line-height: 1em;
  width: 236px;
  margin-right: 20px;
  position: relative;
  float: left; }
  @media screen and (max-width: 768px) {
    #section01 ul li {
      width: 30%;
      float: none; } }

#section01 ul li figure {
  display: block;
  margin-bottom: 10px; }

#section01 ul li figure img {
  width: 100%; }

#section01 ul li:last-child {
  margin-right: 0; }

#section02 {
  margin-bottom: 30px; }

#section02 ul li {
  font-size: 1.25em;
  letter-spacing: 0.1em;
  padding: 10px;
  line-height: 1.5em;
  width: 355px;
  border: #cccccc solid 1px;
  border-top: #aace3d solid 3px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  line-height: 1.5em; }
  @media screen and (max-width: 768px) {
    #section02 ul li {
      width: 100%;
      float: none;
      font-size: 1em; } }

#section02 ul li:nth-child(even) {
  margin-right: 0; }

#section02 ul li:nth-child(2n+1) {
  clear: both; }

#section02 ul + p img {
  width: 100%; }

#section03 {
  margin-bottom: 30px; }
  #section03 img {
    width: 100%; }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }
