@charset "UTF-8";
html {
  font-size: 62.5%;
}

/*===============================================================
	共通
===============================================================*/
body {
  font-size: 16px;
  font-size: 1.6rem;
}

/*===============================================================
	HOME
===============================================================*/
#wrapper.home header h2 {
  padding: 80px 10px;
}
#wrapper.home .cv ul {
  display: block;
}
#wrapper.home .cv ul li {
  margin: 0 0 10px;
}
#wrapper.home article .about div {
  float: none;
  width: 100%;
  margin: 0 0 20px;
}
#wrapper.home article .about div section h4 {
  text-align: center;
}
#wrapper.home article .about > img {
  float: none;
  width: 100%;
}
#wrapper.home article .point ol li div {
  float: none;
  width: 100%;
  margin: 0 0 20px;
}
#wrapper.home article .point ol li div h4 {
  padding: 20px 0 20px 3em;
}
#wrapper.home article .point ol li img {
  float: none;
  width: 100%;
}
#wrapper.home article .performance div {
  margin: 0 0 40px;
}
#wrapper.home article .performance div section {
  float: none;
  width: 100%;
  margin: 0 0 20px;
}
#wrapper.home article .performance div section:last-child {
  background: url(../../images/performance-img03.gif) no-repeat right 10px bottom 10px;
}
#wrapper.home article .performance div section dl dd {
  padding: 4px 0 4px 9em;
}
#wrapper.home article .performance div p {
  display: none;
}
#wrapper.home article .reason > div div section {
  float: none;
  width: 100%;
  margin: 0;
}
#wrapper.home article .reason > div div section p:last-of-type {
  margin: 0 0 20px;
}
#wrapper.home article .how div {
  padding: 0 0 70px;
}
#wrapper.home article .price div p:last-child {
  line-height: 1.5;
}
#wrapper.home article .app {
  padding: 20vw 10px 40px;
}
#wrapper.home article .app .icon img {
  width: 24vw;
}
#wrapper.home article .app ul li {
  display: block;
  margin: 0 0 16px;
  font-size: 100%;
}
#wrapper.home article .app div {
  flex-direction: column;
}
#wrapper.home article .app div a {
  display: block;
  margin: 0 0 10px;
}
#wrapper.home footer #form dl {
  padding: 0;
}
#wrapper.home footer #form dl dt {
  float: none;
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
}
#wrapper.home footer #form dl dd {
  padding: 0;
}
#wrapper.home footer #form section div {
  height: 100px;
}
#wrapper.home footer #form input[type=submit] {
  background-size: 60%;
}
#wrapper.home footer .credit p:first-child {
  position: static;
  top: auto;
  right: auto;
  padding: 0;
  margin: 0 0 26px;
}
#wrapper.home footer .credit p:nth-child(2) {
  float: none;
  text-align: center;
  margin: 0 0 30px;
}
#wrapper.home footer .credit p:last-child {
  float: none;
  padding: 0;
  text-align: center;
}/*# sourceMappingURL=sp.css.map */