/*
    Created  : 2016
    Author     : ITcowork
*/
body {
  font-size: 14px;
  color: #717171;
}

html,
body {
  height: 100%;
}

p {
  line-height: 1.3;
}

h1 {
  font-size: 24px;
  color: #93c200;
  text-align: center;
  letter-spacing: 3px;
  border-bottom: 3px solid #93c200;
}
h1 + p {
  margin-top: 30px;
}

h2 {
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e3e3e3;
}
h2:first-of-type {
  border-top: none;
  margin-top: 0;
}
h2 + p {
  margin-top: 12px;
}

ol {
  margin-top: 7px;
  margin-left: 20px;
  color: #555;
}

h2 + ol {
  margin-top: 12px;
}

ol li {
  list-style: decimal outside none;
}
ol li ol {
  margin-top: 0;
}
ol li ol li {
  list-style: katakana outside none;
}
ol + p {
  margin-top: 7px;
}

#content-wrap {
  padding: 10px 20px 20px;
  min-height: 100%;
}

.info {
  margin-top: 10px;
  padding: 10px 0;
  line-height: 16px;
  border-top: 1px solid #93c200;
  border-bottom: 1px solid #93c200;
  color: #555;
}
.info dl {
  font-weight: bold;
  margin-top: 10px;
}
.info dl:first-of-type {
  margin-top: 0;
}
.info dl dt,
.info dl dd {
  margin-left: 0;
}
.faq {
  background: #efefef;
}
.faq dl {
  border-top: 2px solid #93c200;
  background: #fff;
  padding: 17px 10px 15px 10px;
  margin-top: 20px;
}
.faq dl:first-of-type {
  margin-top: 15px;
}
.faq dl dt,
.faq dl dd {
  margin-left: 0;
}
.faq dl dt {
  position: relative;
  padding-left: 33px;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  cursor: pointer;
}
.faq dl dt span {
  position: absolute;
  background: #93c200;
  border-radius: 20px;
  width: 26px;
  margin-top: -14px;
  padding-top: 2px;
  left: 0;
  top: 50%;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
.faq dl dd {
  position: relative;
  font-size: 14px;
  display: none;
  margin-top: 10px;
  padding-top: 15px;
  padding-left: 33px;
  border-top: 1px solid #eee;
}
.faq dl dd span {
  position: absolute;
  background: #555;
  border-radius: 20px;
  width: 26px;
  padding-top: 2px;
  font-weight: bold;
  color: #fff;
  left: 0;
  text-align: center;
  line-height: 24px;
}/*# sourceMappingURL=style.css.map */