/*
* Theme Name: * Theme Name: HTMLレイアウトカスタムCSS
* Theme URI: 
* Description: カスタムスタイル
* Created Date: 2018.04.27
* Update Date: 
*/

.mv-area {
  width: 1000px;
  margin: 0 auto;
}

.button-area {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 1000px;
  margin: 0 auto;
}

.button-box {
  text-align: center;
  padding: 2vw;
}

.pdf-button-txt {
  margin: 0;
  font-size: 24px;
}
.pdf-button {
  display: block;
  padding: 15px;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.5);
}
.pdf-button:hover {
  opacity: 0.8;
}
.pdf-button[data-pdf="1"] {
  background: #33559a;
  width: 430px;
}
.pdf-button[data-pdf="2"] {
  background: #009380;
  width: 430px;
}
.container-title{
  text-align: center;
}
/*------------------------------------
  Fix banner
------------------------------------*/

#global-footer {
  margin-bottom: 100px;
}
