#contents > section h2.big {
  font-size: 20px;
  line-height: 2em;
}
#contents > section h3 {
  font-size: 16px;
  text-align: center;
  font-weight: 900;
}
#contents > section .wrap {
  width: 770px;
}
#contents > section .wrap > h4 {
  font-size: 16px;
  text-align: center;
  color: #656566;
  margin: 60px 0 30px;
}
#contents > section .label {
  position: absolute;
  top: 27px;
  left: 30px;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
}
#contents > section .start {
  position: relative;
  text-align: center;
  background-color: #e9f1ff;
  padding: 30px;
  margin-bottom: 30px;
}
#contents > section .monthly {
  position: relative;
  text-align: center;
  background-color: #e9f8ff;
  padding: 30px 36px;
}
#contents > section .daiko_services {
  margin: 30px 0;
  background-color: #c9edfd;
}
#contents > section .daiko_services h4 {
  font-size: 14px;
  color: #59bfee;
  padding: 18px 0 20px;
}
#contents > section .daiko_services .units {
  padding-bottom: 30px;
}
#contents > section .daiko_services .units .unit:not(:first-child) {
  margin-left: 20px;
}
#contents > section .unit {
  display: inline-block;
  width: 200px;
  height: 70px;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  height: 1em;
  padding: 27px 0;
  min-width: 200px;
  color: #b2b2b2;
  background: #fff;
}
#contents > section .unit.kaizen {
  width: 440px;
}
#contents > section .unit.kaisyu {
  position: relative;
}
#contents > section .unit.kaisyu:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: url(../../../image/arrow-down-black@2x.png) no-repeat center;
  background-size: 9px 5px;
  position: absolute;
  bottom: -18px;
}
#contents > section .unit.hokoku {
  position: relative;
}
#contents > section .unit.hokoku:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: url(../../../image/arrow-down-black@2x.png) no-repeat center;
  background-size: 9px 5px;
  position: absolute;
  top: -17px;
}
#contents > section a.unit {
  color: #000;
}
#contents > section#price .wrap {
  width: 580px;
}
#contents > section#price h2 {
  padding-bottom: 40px;
}

@media (max-width: 970px) {
  #contents > section h2.big {
    font-size: 20px;
  }
  #contents > section h2 {
    font-size: 16px;
  }
  #contents > section #figure {
    margin: 0 -30px;
  }
  #contents > section .label {
    position: relative;
    top: inherit;
    left: inherit;
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 1em;
    height: 1em;
    margin-bottom: 10px;
  }
  #contents > section .start {
    padding: 10px 10px 20px;
    margin-bottom: 0;
  }
  #contents > section .monthly {
    padding: 10px 15px 20px;
  }
  #contents > section .daiko_services .units {
    padding-bottom: 15px;
  }
  #contents > section .daiko_services .units .unit:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
  #contents > section .unit {
    width: calc(100% - 30px);
  }
  #contents > section .unit.kaizen {
    width: calc(100% - 40px);
  }
}

/*# sourceMappingURL=index.css.map */
