@charset "UTF-8";
/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  width: 1200px;
  margin: 45px auto 0;
}
main section.s01 .wrapper .box01 {
  width: 950px;
  margin: 50px auto 0;
}
main section.s01 .wrapper .box01 .t01 {
  font-size: 24px;
}
main section.s01 .wrapper .box01 .t02 {
  font-size: 18px;
  line-height: 200%;
  margin-top: 20px;
}
main section.s01 .wrapper .t03 {
  text-align: center;
  font-size: 28px;
  margin-top: 40px;
}
main section.s02 .wrapper {
  width: 1200px;
  margin: 110px auto 0;
}
main section.s02 .wrapper dl dt {
  font-size: 20px;
  padding: 0 0 10px 40px;
  font-weight: bold;
  color: #1f2354;
  border-bottom: 1px solid #aeaeae;
}
main section.s02 .wrapper dl dd .t01 {
  width: 950px;
  margin: 30px auto 0;
  font-size: 18px;
  line-height: 200%;
  margin-top: 20px;
}
main section.s02 .wrapper dl dd .flow {
  width: 808px;
  display: block;
  margin: 50px auto 0;
}
main section.s03 .wrapper {
  width: 1200px;
  margin: 80px auto 0;
}
main section.s03 .wrapper dl dt {
  font-size: 20px;
  padding: 0 0 10px 40px;
  font-weight: bold;
  color: #1f2354;
  border-bottom: 1px solid #aeaeae;
}
main section.s03 .wrapper dl dd ul {
  width: 950px;
  margin: 30px auto 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main section.s03 .wrapper dl dd ul li {
  width: 50%;
  margin-top: 15px;
  position: relative;
  padding-left: 20px;
  font-size: 18px;
}
main section.s03 .wrapper dl dd ul li::before {
  content: "●";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #a3916c;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 30px auto 0;
  }
  main section.s01 .wrapper .box01 {
    width: 100%;
    margin: 20px auto 0;
  }
  main section.s01 .wrapper .box01 .t01 {
    font-size: 18px;
  }
  main section.s01 .wrapper .box01 .t02 {
    font-size: 14px;
    line-height: 200%;
    margin-top: 10px;
  }
  main section.s01 .wrapper .t03 {
    text-align: center;
    font-size: 22px;
    margin-top: 30px;
    line-height: 180%;
  }
  main section.s02 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 50px auto 0;
  }
  main section.s02 .wrapper dl dt {
    font-size: 16px;
    padding: 0 0 7px 0px;
    font-weight: bold;
    color: #1f2354;
    border-bottom: 1px solid #aeaeae;
  }
  main section.s02 .wrapper dl dd .t01 {
    width: 100%;
    margin: 15px auto 0;
    font-size: 14px;
    line-height: 200%;
  }
  main section.s02 .wrapper dl dd .flow {
    width: 320px;
    display: block;
    margin: 20px auto 0;
  }
  main section.s03 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 50px auto 0;
  }
  main section.s03 .wrapper dl dt {
    font-size: 16px;
    padding: 0 0 7px 0px;
    font-weight: bold;
    color: #1f2354;
    border-bottom: 1px solid #aeaeae;
  }
  main section.s03 .wrapper dl dd ul {
    width: 100%;
    margin: 15px auto 0;
    display: block;
  }
  main section.s03 .wrapper dl dd ul li {
    width: 100%;
    margin-top: 10px;
    position: relative;
    padding-left: 16px;
    font-size: 14px;
  }
  main section.s03 .wrapper dl dd ul li::before {
    content: "●";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #a3916c;
  }
}