.modal_btn {
  cursor: pointer; }

.modal_btn:hover {
  opacity: 0.8; }

.modal_overlay {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  margin: 0;
  display: block; }

.modal_dialog01_wrap {
  width: 85.62%;
  margin: 0 auto;
  padding-top: 35.5%; }

.modal_dialog01 {
  position: relative;
  z-index: 9999;
  opacity: 1;
  padding-top: 108.759124087591241%;
  background: url("../images/modal/modal_bg.png") center bottom no-repeat;
  background-size: cover; }
  .modal_dialog01 .modal_btn_block {
    position: absolute;
    width: 76.64%;
    bottom: 0;
    padding: 0 12.04%;
    padding-bottom: 12.77%; }
    .modal_dialog01 .modal_btn_block .modal_btn_wrap {
      width: 42.61%; }
    .modal_dialog01 .modal_btn_block .modal_btn {
      padding-top: 100.558659217877095%; }
    .modal_dialog01 .modal_btn_block .modal_btn_link01_wrap {
      float: left; }
    .modal_dialog01 .modal_btn_block .modal_btn_link01 {
      background: url("../images/modal/modal_btn1.png") center bottom no-repeat;
      background-size: cover; }
    .modal_dialog01 .modal_btn_block .modal_btn_link02_wrap {
      float: right; }
    .modal_dialog01 .modal_btn_block .modal_btn_link02 {
      background: url("../images/modal/modal_btn2.png") center bottom no-repeat;
      background-size: cover; }
