@charset "UTF-8"; /* =============================================================================
* Grobal Settings
==============================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
html {
  height: 100%;
  font-size: 100%;
  display: block;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  min-width: auto;
}
body img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul {
  list-style-type: none;
}
.s-font {
  font-size: 80%;
}
p {
  font-weight: bold;
  color: #fff;
}
/*---- common ----*/
.inner {
  max-width: 640px;
  margin: 0 auto;
}
.inner img {
  margin-top: -1px;
}
/*---- header ----*/
header {
  border-bottom: solid 1px #c8c8c8;
}
.hd_logo {
  margin: 0 auto;
  max-width: 637px;
}
.top_content {
  max-width: 640px;
  margin: 0 auto;
}
/*---- main ----*/
.main {
  background-color: #46a51e;
  overflow: hidden;
}
/*---- .sub_content ----*/
.sub_content {
  background-color: #a2d28e;
}
/*---- .summary ----*/
.summary {
  background-color: #a2d28e;
}
.summary img{
  margin-top: 0 !important;
}
/*---- .content ----*/
.content {
  margin-top: 0;
  background: #fff;
}
/*---- .footer ----*/
.footer{
  padding-bottom: 30px;
}
.footer .inner > a {
  display: block;
}
.footer .inner > a img {
  width: 92%;
  margin: 0 auto;
  display: block;
}
.footer .btn_title{
  margin:46px auto 0;
  display: block;
}
.copy {
  font-size: 14px;
  text-align: center;
  font-family: 'Noto Sans JP' !important;
  font-weight: 400;
  color: #4c3b00;
  margin-top: 10px;
}
.footer_btn{
  margin:7px auto;
  display: block;
}
.investigation{
  margin: 15px auto 32px !important;
}
@media screen and (min-width: 701px) {
  .footer .btn_title{
    margin: 70px auto 5px;
    display: block;
  }
  .footer{
    padding-bottom: 40px;
  }
  .investigation{
    margin: 25px auto 45px !important;
  }
  .copy {
    font-size: 25px;
    font-weight: 400;
    margin-top: 20px;
  }
}
/*---- add ----*/
.chromeperfectpixel-overlay {
  width: 100%!important;
  height: auto!important;
}