  .mod_message {
    display: none;
    position: fixed;
    /*background: #000000;*/
    color: #fff;
    padding: 0px;
    width: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
    padding-top: 0px;
    height: 4000px;
    /*background-color: rgba(0, 0, 0, 0.50);*/
  }

  .mod_message button {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .mod_message_cnt {
    position: absolute;
    top: 35px;
    width: 790px;
    left: 50%;
    margin-left: -403px;
    height: 690px;
    z-index: 3;
  }

  .mod_message_cnt .close_l a,
  .mod_message_cnt .close_r a {
    width: 70px;
    height: 70px;
    float: left;
    margin-top: -12px;
    margin-left: 10px;
    height: 687px;
  }

  .mod_message_cnt .main {
    width: 600px;
    height: 700px;
    /*background: url(/renew/img/pop20180907_renew_pc.jpg?ver=20180904_2) no-repeat;*/
    background-size: cover;
    float: left;
    position: relative
  }

  .mod_message_cnt .main p {
    colo: #111;
    position: absolute;
    width: 300px;
    left: 33px;
    top: 220px;
    font-size: 15px;
    line-height: 1.8em;
  }

  .mod_message_cnt .main em {
    width: 95%;
    padding: 20px 0;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    background: #0b3080;
    color: #fff;
    border: 1px solid #0b3080;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 25px
  }

  .mod_message_cnt .main img {
    border: none;
  }

  .mod_message_bg {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
  }

  .bnr_20151217 a img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }