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

/* ---------------------------------------------------------
追加修正
----------------------------------------------------------*/
   /* Anchor under the lead. */
   #lead-anchor {
    background: #c80024;
    width: 100%;
}

#lead-anchor a {
    text-decoration: none;
}
#lead-anchor a:hover {
    text-decoration: none;
}

#lead-anchor p {
    position: relative;
    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;
}

/* trademark */
.footer__trademark {
    text-align: center;
    display: block;
    background-color: #fff;
    padding: 20px 0 10px;
}

 /* 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;
}

.movie {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
