@charset "UTF-8";
/* CSS Document */
/*txt-title 共通*/
/*txt-title 共通*/
.content-header h1 {
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.content-header h1:before {
  content: "";
  border-bottom: 3px solid #344D7B;
  margin-top: 5px;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.content-header h1:after {
  border-bottom: 3px solid #ddd;
  bottom: 0;
  right: 0;
  content: "";
  position: absolute;
  width: 70%;
  z-index: 1;
}
.lead {
  margin-bottom: 20px;
}
/**/
.poster-dl {
  text-align: center;
  margin-bottom: 40px;
}
.poster-dl p {
  font-weight: 700;
}
.poster-dl img {
  margin-bottom: 20px;
}
.poster-dl .btn a {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 600;
  border-radius: 7px;
  padding: 10px 0px;
  display: block;
  box-sizing: border-box;
  width: 300px;
  margin: 5px auto 20px;
  color: #fff !important;
  background-color: #ffc119;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
}

.poster-dl .btn a:hover {
  text-decoration: none;
}
.poster-dl .btn a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f56d";
  padding-right: 5px;
}
 @media screen and (max-width: 750px) {
.poster-dl .btn a {
  width: 100%;
}
}
