/* ===============================
   重要事項調査依頼 ランディングページ用CSS
   =============================== */

*, *::before, *::after {
  box-sizing: border-box;
}

body.body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 13px;
  background: #FFFFFF;
  color: #111111;
  line-height: 1.8;
}

.body_tbl {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  background: #FFFFFF;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  position: relative;
  padding-bottom: 50px;
}

.dashed {
  border-bottom: solid 3px #CCCCCC;
}

.headLog {
  padding: 12px 20px 8px 20px;
  text-align: left;
}

.headLog img.logo {
  width: 260px;
  height: auto;
}

/* ===== ページタイトル ===== */
.page-title {
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 2px;
}

.notice {
  text-align: center;
  margin-bottom: 6px;
  font-size: 90%;
}

.smp_tmpl {
  width: 92%;
  margin: 10px auto 0;
  padding: 0;
}

.LP_body {
  text-align: left;
  font-size: 1rem;
}

.LP_title {
  font-size: 120%;
  font-weight: bold;
}

.border-bottom-2 {
  border-bottom: double 3px #44ac3c;
  padding-bottom: 3px;
  margin-bottom: 6px;
}

.mar_01 {
  margin: 0 1% 8px 1%;
  line-height: 1.65;
}

.LP_spnone {
  display: block !important;
}

.LP_pcnone {
  display: none !important;
}

input.submit {
  display: block;
  margin: 16px auto 30px auto;
  padding: 0 30px;
  height: 50px;
  border-radius: 15px;
  background: #44ac3c;
  border: 2px solid #44ac3c;
  color: #ffffff;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  line-height: 100%;
  min-width: 260px;
}

input.submit:hover {
  background: #ffffff;
  color: #44ac3c;
}

footer.mypage {
  border-top: 1px solid #CCCCCC;
}

.footer_table {
  padding: 8px 20px;
}

p.copyright {
  text-align: center;
  font-size: 11px;
  color: #555;
}

@media screen and (max-width: 639px) {
  .LP_spnone {
    display: none !important;
  }
  .LP_pcnone {
    display: block !important;
  }
  .body_tbl {
    border-left: none;
    border-right: none;
  }
  .headLog img.logo {
    width: 180px;
  }
  h1.header {
    text-align: left !important;
    margin: 0 10px !important;
    font-size: 150%;
  }
  .smp_tmpl {
    width: 96%;
  }
}
