/* __________________________________________________ pages */
#sec01 {
  max-width: 1000px;
  margin: 0 auto 5.625rem;
  padding: 0 20px;
}
#sec01 .steps ol {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: auto auto 3rem;
  padding: 0;
  background: url(img/step.png) no-repeat center;
  background-size: 90% auto;
}
@media screen and (max-width: 640px) {
  #sec01 .steps ol {
    display: block;
    background-position: center top;
    padding-top: 50%;
  }
}
#sec01 .steps ol li {
  margin: 0;
  padding: 0;
  flex-basis: 25%;
}
#sec01 .steps ol li:nth-child(3), #sec01 .steps ol li:nth-child(4) {
  padding-top: 40%;
}
@media screen and (max-width: 640px) {
  #sec01 .steps ol li:nth-child(3), #sec01 .steps ol li:nth-child(4) {
    padding-top: 0;
  }
}
#sec01 .steps ol li h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 0.5em;
  padding: 0;
  line-height: 1;
}
#sec01 .steps ol li h3 strong {
  font-size: 2rem;
  display: inline-block;
  margin-right: 0.3em;
}
#sec01 .steps ol li p {
  font-size: 0.8rem;
  padding-right: 1em;
}
#sec01 .steps ol li:nth-child(1) h3 {
  color: #4cbbb4;
}
#sec01 .steps ol li:nth-child(2) h3 {
  color: #449ccc;
}
#sec01 .steps ol li:nth-child(3) h3 {
  color: #827fbb;
}
#sec01 .steps ol li:nth-child(4) h3 {
  color: #004896;
}
#sec01 dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
  #sec01 dl {
    display: block;
  }
}
#sec01 dl dt {
  flex-basis: 24%;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #sec01 dl dt {
    text-align: center;
  }
}
#sec01 dl dd {
  flex-basis: 76%;
  margin: 0;
  padding: 0;
}
#sec01 dl dt, #sec01 dl dd {
  border-top: 1px solid #ccc;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}
#sec01 .blue {
  color: #004695;
}

#sec02 {
  margin-bottom: 100px;
  padding: 0 20px;
}
#sec02 > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 960px;
  margin: auto;
  border-top: 1px solid #ccc;
}
#sec02 > div dl {
  flex-basis: 30%;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #sec02 > div dl {
    flex-basis: 100%;
    max-width: 100%;
    text-align: left;
  }
}
#sec02 > div dl dt {
  font-weight: bold;
  margin: 0;
  padding: 0.5em 0 1em;
  text-align: center;
}
#sec02 > div dl dd {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
#sec02 > div dl dd ul {
  display: inline-block;
  margin: auto;
  text-align: left;
  padding-left: 1.5em;
}
#sec02 .rougo {
  border: 2px solid #4cbbb4;
  padding: 1rem 3rem 1.5rem;
  margin: 2rem auto;
  border-radius: 2rem;
}
@media screen and (max-width: 640px) {
  #sec02 .rougo {
    padding: 1rem 1rem 1.5rem;
  }
}
#sec02 .rougo h3 {
  color: #4cbbb4;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  font-family: "fot-tsukuardgothic-std",sans-serif;
}
@media screen and (max-width: 640px) {
  #sec02 .rougo h3 {
    line-height: 1.5;
  }
}
#sec02 .rougo h3 strong {
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  #sec02 .rougo h3 strong {
    display: block;
  }
}
#sec02 .rougo p {
  padding: 0;
  margin: 0;
}
#sec02 .topics {
  background: #827fbb;
  padding: 1rem 2rem 1rem;
  border-radius: 2rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #sec02 .topics {
    display: block;
    padding: 1rem;
  }
}
#sec02 .topics dl {
  flex-basis: 25%;
  flex-shrink: 0;
  text-align: left;
}
#sec02 .topics dl dt {
  border-bottom: 1px solid #fff;
  padding: 0;
  margin: 0 0 0.2em;
  text-align: left;
  font-size: 1.2rem;
  font-family: 'Asap', sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  #sec02 .topics dl dt {
    text-align: center;
  }
}
#sec02 .topics dl dd {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #sec02 .topics dl dd {
    text-align: center;
  }
}
#sec02 .topics dl dd strong {
  font-size: 3rem;
  font-family: 'Asap', sans-serif;
}
#sec02 .topics dl dd strong small {
  font-size: 2rem;
}
#sec02 .topics div {
  flex-basis: 70%;
}
#sec02 .topics div ul {
  padding-left: 2em;
}

.breadcrumbs {
  background: #EBF7F6;
}
