* {
  font-family: 'メイリオ';
}

.title {
  font-size: 32px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}

.title a {
  color: #333333;
}

.title a:hover {
  text-decoration: none;
  color: #444444;
}

.container-body .col-body {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #cccccc;
}

.form-group {
  padding-top: 4px;
  padding-bottom: 4px;
}

.col-result {
  border-top: 1px solid #cccccc;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: bold;
  font-size: 24px;
}

.col-footer {
  padding-top: 50px;
}
