.wpcf7-list-item {
  display: block;
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8 !important;
  z-index: 2000; /* フッターエリアより上に表示したいのでz-indexを指定する */
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("../img/gif-load.gif") center center no-repeat;
}

body {
  font-family: sans-serif;
}

h1 {
  color: #0087b4;
  /*文字色*/
  text-align: center;
  font-size: 25px;
  padding-bottom: 5px;
  font-weight: bold;
  font-family: sans-serif;
  border-bottom: 1px solid rgb(180, 180, 180);
}

.container {
  margin-top: 15px;
}

.version-information {
  text-align: left;
  vertical-align: bottom;
  font-family: sans-serif;
}

.btn {
  background-color: rgb(200, 200, 200)
}

.title-img {
  width: 100%;
  max-width: 640px;
}

