/* __________________________________________________ pages */
#mainvis {
  max-width: 1200px;
  margin: auto;
}
#mainvis img {
  width: 100%;
  height: auto;
}

#sec01 {
  display: flex;
  justify-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto 4.375rem;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  #sec01 {
    display: block;
    padding: 0;
  }
}
#sec01 .ttl2 {
  flex-basis: 100%;
}
#sec01 > div {
  flex-basis: 23%;
  margin-bottom: 2%;
  margin: 0 1% 2%;
}
@media screen and (max-width: 767px) {
  #sec01 > div {
    flex-basis: 49%;
  }
}
#sec01 > div h3 {
  background: #ccc;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0.5em;
  line-height: 1.5;
}
#sec01 > div figure {
  margin: auto;
}
#sec01 > div figure img {
  width: 100%;
  height: auto;
}
#sec01 > div p {
  padding: 0.9375rem 1.25rem;
  margin: auto;
  font-size: 0.875rem;
}
#sec01 > div img {
  width: 100%;
  height: auto;
}
#sec01 > div.blue {
  background: #F3F5F5;
}
#sec01 > div.blue h3 {
  background: #6C9FD8;
}
#sec01 > div.green {
  background: #ECF7F6;
}
#sec01 > div.green h3 {
  background: #31C2BF;
}
#sec01 > div.pink {
  background: #F1F3E9;
}
#sec01 > div.pink h3 {
  background: #F292B4;
}
#sec01 > div.yellow {
  background: #F3F5E2;
}
#sec01 > div.yellow h3 {
  background: #E8AB34;
}
#sec01 > div.blank {
  background: url(img/blank.jpg) no-repeat center center;
  background-size: cover;
}

#sec02 {
  background: #EDF7F6 url(../common/img/bg_wave.jpg) no-repeat center top;
  background-size: 100% auto;
  padding: 20px 20px 60px;
}
#sec02 > div {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #sec02 > div {
    display: block;
  }
}
#sec02 > div dl {
  flex-basis: 49%;
  background: #fff;
  margin: 0 0 2%;
  padding: 0;
}
#sec02 > div dl dt {
  background: #A0C376;
  color: #fff;
  padding: 0.5em;
  margin: auto;
  text-align: center;
  line-height: 1.5;
}
#sec02 > div dl dd {
  margin: 0;
  padding: 15px 20px;
}

.breadcrumbs {
  background: #EDF7F6;
}
