@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* base
-------------------------------------------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------------------------------------------
* each 
-------------------------------------------------------------------------------------------------------------------------------*/
.bnr {
  background-color: #e6d282;
  padding-bottom: 60px;
}
.bnr dd {
  width: 660px;
  margin: 0 auto;
  padding: 10px 0;
  background: url(../img/bnr_line.png) no-repeat center top, url(../img/bnr_line.png) no-repeat center bottom;
}


/* f-txt */
.f-txt{
  background: url(../img/f_note_bg.png) no-repeat center top #96be1e;
  padding: 140px 50px 70px;
  font-size: 24px;
  font-feature-settings: "palt";
  text-align: justify;
}
.f-txt p{
  padding-left: 1em;
  text-indent: -1em
}





