/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  background-color: #E9E9E9;
  padding: 50px 0;
}

main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
  color: #2164EC;
}

main section.s01 .wrapper h2 {
  margin-top: 25px;
}

main section.s01 .wrapper h2 img {
  display: block;
  margin: 0 auto;
}

main section.s01 .wrapper .t02 {
  font-size: 20px;
  font-weight: bold;
  line-height: 200%;
  text-align: center;
  margin-top: 30px;
  color: #1B1464;
}

main section.s02 .wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}

main section.s02 .wrapper dl + dl {
  margin-top: 150px;
}

main section.s02 .wrapper dl dt {
  padding-bottom: 20px;
  border-bottom: 1px solid #AAAAAA;
}

main section.s02 .wrapper dl dt img {
  width: 257px;
  display: block;
  float: left;
}

main section.s02 .wrapper dl dt h3 {
  width: calc(100% - 290px);
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 44px;
  color: #2164EC;
}

main section.s02 .wrapper dl dt h3.single {
  margin-top: 22px;
}

main section.s02 .wrapper dl dd {
  margin-top: 50px;
  padding: 0 40px;
}

main section.s02 .wrapper dl dd.dd01 .t02 {
  font-size: 16px;
  line-height: 200%;
  width: 606px;
  float: right;
  margin: 0 auto;
  padding-top: 30px;
}

main section.s02 .wrapper dl dd.dd01 .photo {
  width: 440px;
  display: block;
  float: left;
}

main section.s02 .wrapper dl dd.dd02 .photo {
  width: 471px;
  display: block;
  float: right;
  margin-right: 50px;
}

main section.s02 .wrapper dl dd.dd02 p {
  font-size: 16px;
  line-height: 200%;
  width: 500px;
  float: left;
  margin-right: 40px;
  margin-top: 20px;
}

main section.s02 .wrapper dl dd.dd03 {
  margin-top: 40px;
}

main section.s02 .wrapper dl dd.dd03 p {
  font-size: 16px;
  line-height: 200%;
  width: 450px;
  float: left;
  margin-right: 40px;
  margin-top: 20px;
}

main section.s02 .wrapper dl dd.dd03 .photo {
  width: 510px;
  display: block;
  float: right;
}

main section.s03 {
  background-color: #E9E9E9;
  padding: 100px 0 130px;
}

main section.s03 .wrapper {
  width: 1000px;
  margin: 0 auto;
}

main section.s03 .wrapper .t01 {
  text-align: center;
  font-size: 18px;
}

main section.s03 .wrapper h4 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 4px;
}

main section.s03 .wrapper .t00 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #2164EC;
}

main section.s03 .wrapper .t07 {
  font-size: 21px;
  font-weight: bold;
  margin-top: 60px;
}

main section.s03 .wrapper .t08 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 200%;
}

main section.s03 .wrapper .box01 {
  margin-top: 60px;
}

main section.s03 .wrapper .box01 .left {
  width: 450px;
  float: left;
}

main section.s03 .wrapper .box01 .left .t02 {
  font-size: 21px;
  font-weight: bold;
}

main section.s03 .wrapper .box01 .left ul li {
  padding-left: 40px;
  font-size: 21px;
  font-weight: bold;
  margin-top: 15px;
}

main section.s03 .wrapper .box01 .t03 {
  width: 450px;
  float: right;
  font-size: 16px;
  line-height: 200%;
}

main section.s03 .wrapper .t04 {
  font-size: 21px;
  font-weight: bold;
  margin-top: 60px;
}

main section.s03 .wrapper .t04 span {
  font-size: 16px;
}

main section.s03 .wrapper .dl01 {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  margin: 50px auto 0;
  position: relative;
}

main section.s03 .wrapper .dl01:last-child .arrow {
  display: none;
}

main section.s03 .wrapper .dl01 dt {
  background-color: #C3C3C3;
  width: 90px;
  height: 90px;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  padding: 20px 0;
  letter-spacing: 0;
  float: left;
}

main section.s03 .wrapper .dl01 .arrow {
  display: block;
  width: 58px;
  position: absolute;
  right: 0;
  bottom: -35px;
  left: 0;
  margin: 0 auto;
}

main section.s03 .wrapper .dl01 dd {
  width: calc(100% - 115px);
  float: right;
  padding-top: 12px;
}

main section.s03 .wrapper .dl01 dd .t05 {
  font-size: 26px;
  font-weight: bold;
}

main section.s03 .wrapper .dl01 dd .t0502 {
  padding-top: 10px;
}

main section.s03 .wrapper .dl01 dd .t06 {
  font-size: 16px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  main section.s01 {
    background-color: #E9E9E9;
    padding: 30px 20px;
  }
  main section.s01 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
  }
  main section.s01 .wrapper h2 {
    margin-top: 18px;
  }
  main section.s01 .wrapper h2 img {
    width: 200px;
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper .t02 {
    font-size: 14px;
    font-weight: bold;
    line-height: 200%;
    text-align: center;
    margin-top: 30px;
    color: #1B1464;
  }
  main section.s02 .wrapper {
    width: 100%;
    padding: 50px 20px;
    margin: 0 auto;
  }
  main section.s02 .wrapper dl + dl {
    margin-top: 60px;
  }
  main section.s02 .wrapper dl dt {
    padding-bottom: 10px;
    border-bottom: 1px solid #AAAAAA;
  }
  main section.s02 .wrapper dl dt img {
    width: 120px;
    display: block;
    float: left;
  }
  main section.s02 .wrapper dl dt h3 {
    width: 100%;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px !important;
  }
  main section.s02 .wrapper dl dd {
    margin-top: 40px;
    padding: 0 20px;
  }
  main section.s02 .wrapper dl dd.dd01 .photo {
    width: 260px;
    float: none;
    margin: 20px auto;
  }
  main section.s02 .wrapper dl dd.dd01 .t01 {
    width: 100%;
    font-size: 14px;
  }
  main section.s02 .wrapper dl dd.dd01 .t02 {
    font-size: 12px;
    line-height: 200%;
    width: 100%;
    float: none;
    margin: 30px auto 0;
  }
  main section.s02 .wrapper dl dd.dd02 .photo {
    width: 180px;
    margin: 0 auto;
    float: none;
  }
  main section.s02 .wrapper dl dd.dd02 p {
    width: 100%;
    font-size: 14px;
    float: none;
    margin: 25px auto 0;
  }
  main section.s02 .wrapper dl dd.dd03 {
    margin-top: 40px;
  }
  main section.s02 .wrapper dl dd.dd03 .photo {
    width: 280px;
    display: block;
    float: none;
    margin: 0 auto;
  }
  main section.s02 .wrapper dl dd.dd03 p {
    width: 100%;
    float: none;
    font-size: 14px;
  }
  main section.s03 {
    padding: 50px 20px;
  }
  main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s03 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
  }
  main section.s03 .wrapper h4 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
  }
  main section.s03 .wrapper .t00 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #E41C24;
    margin-top: 5px;
  }
  main section.s03 .wrapper .t07 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
  }
  main section.s03 .wrapper .t08 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 200%;
  }
  main section.s03 .wrapper .t04 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
  }
  main section.s03 .wrapper .t04 span {
    font-size: 14px;
  }
  main section.s03 .wrapper .dl01 {
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
    margin: 35px auto 0;
    position: relative;
  }
  main section.s03 .wrapper .dl01:last-child .arrow {
    display: none;
  }
  main section.s03 .wrapper .dl01 dt {
    background-color: #C3C3C3;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    padding: 10px 0;
    letter-spacing: 0;
    float: left;
  }
  main section.s03 .wrapper .dl01 .arrow {
    display: block;
    width: 35px;
    position: absolute;
    right: 0;
    bottom: -25px;
    left: 0;
    margin: 0 auto;
  }
  main section.s03 .wrapper .dl01 dd {
    width: calc(100% - 75px);
    float: right;
    padding-top: 0;
  }
  main section.s03 .wrapper .dl01 dd .t05 {
    font-size: 18px;
    font-weight: bold;
  }
  main section.s03 .wrapper .dl01 dd .t0502 {
    padding-top: 15px;
  }
  main section.s03 .wrapper .dl01 dd .t06 {
    font-size: 14px;
  }
}
