/**********************
 contact_thanks
***********************/
.content-contact .bar {
  width: 100%;
  height: 80px;
  background: #b4d4ef;
  margin-bottom: 100px;
}
.content-contact h1 {
  margin-bottom: 80px;
  text-align: center;
}
.content-contact h1 span {
  display: block;
}
.content-contact h1 span:nth-of-type(1) {
  font-size: 72px;
  font-weight: bold;
  color: #3976aa;
  margin-bottom: 5px;
}
.content-contact h1 span:nth-of-type(2) {
  font-size: 20px;
  font-weight: bold;
}
.content-contact .cnt {
  margin-bottom: 80px;
  text-align: center;
}
