@charset "UTF-8";


/* -----------------
 index
-------------------- */

#block_application{
  min-width:1040px;
  margin:0;
  padding: 50px 0 50px;
  background-color: #fff9e7;
}
#block_application .layout{
  width:800px;
}
#block_application .layout #title{
  margin-bottom: 20px;
  font-size: 100%;
  line-height: 1em;
  font-weight: bold;
}
#p_thanks{
  margin:100px auto;
  font-size: 87.5%;
  line-height: 2em;
  text-align: center;
}

.table_form th.caution{
  padding:50px 0;
  text-align:center;
  border-bottom:none;
}






