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

#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 div,
#section02 div,
#section03 div {
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  text-indent: 0;
}

#section01 h3,
#section02 h3,
#section03 h3 {
  background: #eeeeee;
}

#section01 a,
#section02 a,
#section03 a {
  background-color: #5dbbb4;
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 15px;
  border-radius: 5px;
  transition: all .3s;
  text-align: center;
  position: relative;
}

#section01 a:before,
#section02 a:before,
#section03 a:before {
  content: url("../../image/common/arrow.png");
  position: absolute;
  right: 8px;
  top: 16px;
}

@media all and (max-width: 736px) {
  #section01 a:before,
  #section02 a:before,
  #section03 a:before {
    display: none;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.flex a {
  width: 48.5%;
}

.flex a:hover,
.dl3:hover {
  opacity: 0.5;
}

.dl3 {
  width: 100% !important;
}

.red {
  color: #DA2124;
}

.mgb {
  margin-bottom: 10px !important;
}

.attention {
  border: #f93539 2px solid;
  color: #f93539;
  padding: 15px;
  margin-bottom: 40px;
  background-color: white;
}

.attention h2 {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.attention p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 0px;
  color: #f93539;
  font-size: 1.1rem;
}

.attention p br.attention_sp {
  display: none;
}

@media all and (max-width: 736px) {
  .flex a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
  }
  .attention {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 10px;
  }
  .attention h2 {
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
  }
  .attention p {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 0px;
    color: #f93539;
    font-size: .9rem;
  }
  .attention p br.attention_sp {
    display: none;
  }
  .attention p a br.attention_sp {
    display: block;
  }
}
