@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
追加修正
----------------------------------------------------------*/
  /* リード下アンカー */
  #lead-anchor {
    background: #c80024;
    width: 100%;
    padding: 0;
  }
  #lead-anchor a:hover {
    text-decoration: none;
  }
  #lead-anchor p {
    position: relative;
    display: block;
    min-height: 0;
    height: auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 8px 0 20px;
  }
  #lead-anchor p:after {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 7px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
  }

  /* イメージマップ部分出し分け */
  @media (max-width: 768px) {
    .only-pc {
      display: none !important;
    }
  }
  @media (min-width: 767px) {
    .only-smt {
      display: none !important;
    }
  }
  /* イメージマップ部分PC版画像拡大 */
  .gec-about picture.only-pc {
    max-width: none;
  }

  /* 商標帰属 */
  .footer__trademark {
    text-align: center;
    display: block;
    background-color: #fff;
    padding: 10px 0;
  }

 /* PDFボタン */
 *,
 *:before,
 *:after {
   -webkit-box-sizing: inherit;
   box-sizing: inherit;
 }
 
 html {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   font-size: 62.5%;
 }
 
 .pdfbtn,
 a.pdfbtn,
 button.pdfbtn {
   font-size: 1.6rem;
   font-weight: 700;
   line-height: 1.5;
   position: relative;
   display: inline-block;
   padding: 1rem 4rem;
   margin-top: 10px;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
   letter-spacing: 0.1em;
   color: #cd2d49;
   border-radius: 0.5rem;
 }
    
 .pdfbtn span{
  font-size: 1.2rem;
  font-weight: 400;
}

 .pdfbtn--border,
    a.pdfbtn-border {
      border: 2px solid #cd2d49;
      border-radius: 0;
      background: #fff;
    }

    a.pdfbtn-border:hover {
      color: #fff;
      background: #cd2d49;
    }


.pdfdownload {
  text-align: center;
}