@charset "utf-8";

/* ==========================================================================
   初期設定
   ========================================================================== */
body {
  width: 100%;
  font-size: 18px;
  font-family: Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProW3', sans-serif;
  line-height: 1.6;
  color: #555;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
td, th, p, h1, h2, h3, h4, h5, h6, label {
  word-wrap: break-word;
}

/* link
----------------------------------------------- */
a:link, a:visited, a:active {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

/* ==========================================================================
   コンテンツ
   ========================================================================== */
.wrap {
  width: 640px;
  margin: 0 auto;
  text-align: center;
}

.container {
  width: 600px;
  margin: 0 auto;
}

/* cv_area_top */
.cv_area_top {
  position: relative;
}

.cv_btn_top {
  position: absolute;
  top: 407px;
  left: 41px;
}

/* cv_area_seconf */
.cv_area_second {
  margin-top: 3px;
}

/* cv_area */
.cv {
  position: relative;
}

.cv_area {
  margin-top: 70px;
}

.cv_btn {
  position: absolute;
  top: 407px;
  left: 41px;
}

.cv_second {
  margin-top:5px;
}


/* inquiry */
.inquiry {
  border: 2px solid #555;
  box-sizing:border-box;
  width: 600px;
  margin: 20px auto 0;
}

/* description */
main {
  margin-top: 70px;
}

.moist_description {
  background: url(../img/moist_description_bg.png) no-repeat center;
  padding: 41px 0;
}

.moist_description li {
  margin-top: 13px;
}

.moist_description li:first-child {
  margin-top: 20px;
}

.moist_method ul {
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  border: 1px solid #f7f7f7;
  margin-top: 40px;
}

.product_detail {
  margin-top: 26px;
}

/* voice */
.voice {
  background: url(../img/voice_bg.png) no-repeat center;
}

/* reason */
.reason {
  background: url(../img/reason_bg.png) no-repeat center top;
  margin-top: 70px;
}

.reason li {
  padding-top: 30px;
}

.newhabits {
  padding-top: 22px;
}

/* developer */
.developer {
  background: #dddde7;
  padding: 44px 0;
  margin-top: 70px;
}

.developer_txt {
  margin-top: 26px;
}

/* voice_under */
.voice_under {
  margin-top: 70px;
}

.voice_under li {
  margin-top: 24px;
}

.voice_under li:first-child {
  margin-top: 30px;
}

/* faq */
.faq {
  margin-top: 70px;
}

.faq dt {
  margin-top: 40px;
}

.faq dt:first-child {
  margin-top: 33px;
}

.faq dd {
  margin-top: 14px;
}

/* howtouse */
.howtouse {
  margin-top: 70px;
}

.howtouse_detail {
  margin-top: 20px;
}

/* cv_lead */
.cv_lead {
  margin-top: 70px;
}

/* component */
.component {
  text-align: left;
  width: 560px;
  margin: 88px auto 0;
}

/* footer */
.top {
  text-align: right;
  margin-top: 50px;
}

.footer_link {
  background: #930630;
  color: #fff;
  padding: 40px 0;
  margin-top: 20px;
}

.footer_link li {
  text-align: left;
  width: 560px;
  margin: 0 auto;
  font-size: 24px;
  padding-bottom: 20px;
}

.footer_link li::before {
  content: ">";
  padding: 0 15px;
}

.cr {
  margin-top: 53px;
  font-size: 16px;
}