@charset "utf-8";

.des_txt {
  line-height: 1.6em;
}

.des_txt_item {
 padding-bottom: 0.5em;
 margin-bottom: 1.5em;
 border-bottom: solid 1px #d1a366;
}

/* 申し込みボタン */

.button.inquiry_form_exhibit {
  position: fixed;
  right: 0.5em;
  bottom: 0.5em;
}

.button.inquiry_form_exhibit .button_link {
  padding: 0 1em;
}

@media screen and (min-width: 768px) {

  .button.inquiry_form_exhibit {
    right: 1em;
    bottom: 1em;
  }
  
}