@charset "UTF-8";

#thanks {
  padding: 250px 0 200px;
}
#thanks .icon_thanks_mail {
  width: 100px;
  margin: 0 auto 30px;
}
#thanks .title_thanks {
  text-align: center; 
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 16px;
}
#thanks .description_thanks {
  text-align: center; 
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 40px;
  color: #999;
}
#thanks .button_common {
  margin: 0 auto;
}

 /*---------------------------------------------------------------*\
	$600px
\*---------------------------------------------------------------*/
@media screen and (max-width: 600px) {

  #thanks .title_thanks {
    font-size: 26px;
    line-height: 36px !important;
  }
  #thanks .description_thanks {
    font-size: 12px;
    line-height: 18px;
  }
}