/*******************************
 page-message
********************************/
#page-message h1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 80px;
  color: #0077b3;
}
#message-cnt {
  padding-bottom: 100px;
}
#message-cnt .thumb {
  margin-bottom: 50px;
}
#message-cnt .thumb img {
  width: 100%;
}
#message-cnt .main-title {
  margin-bottom: 50px;
}
#message-cnt .main-title p:nth-of-type(1) {
  font-size: 32px;
  margin-bottom: 5px;
  color: #5e5d5c;
}
#message-cnt .main-title p:nth-of-type(2) {
  font-size: 42px;
  font-weight: bold;
  color: #5e5d5c;
}
#message-cnt .catch p {
  text-indent: 1em;
  margin-bottom: 0;
}
#message-cnt .catch {
  line-height: 2.5em;
  font-size: 20px;
  color: #5e5d5c;
}
@media (max-width: 640px) {
  #message-cnt .main-title p:nth-of-type(2) {
    font-size: 36px;
  }
}
