@charset "UTF-8";

@media screen and (min-width: 768px) {
/* ---------------------------------------
SEO
---------------------------------------- */
  .character_img {
    margin: 31px auto 18px;
    text-align: center;
  }

  .footer_lead {
    border: 3px solid #e4edfa;
    margin: 50px auto 25px;
    outline: 1px solid #6b91c8;
    padding: 25px 30px;
    position: relative;
    width: 800px;
  }

  .footer_lead:before, .footer_lead:after {
    background: url(/station/company_search/assets/image/bg-seobox.png) no-repeat 0 0/auto 100%;
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
  }

  .footer_lead:before {
    left: 7px;
    top: 7px;
  }

  .footer_lead:after {
    right: 7px;
    top: 7px;
  }

  .footer_lead .js_foldtxt:before, .footer_lead .js_foldtxt:after {
    background: url(/station/company_search/assets/image/bg-seobox.png) no-repeat 0 0/auto 100%;
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
  }

  .footer_lead .js_foldtxt:before {
    bottom: 7px;
    left: 7px;
  }

  .footer_lead .js_foldtxt:after {
    bottom: 7px;
    right: 7px;
  }
}