@charset "utf-8";

/* ZP HACK */

.remodal .closeBtn {
    top: 10px;
    right: 10px;
  }
.remodal .closeBtn::after,
.remodal .closeBtn::before {
    background: #555;
  }

/* ZP ADD */
.zmodal-wrap{}
.zmodal-readtxt{}
.zmodal-flex{ display: grid; grid-auto-flow: column; grid-template-columns: 48% 1fr; gap: 40px;margin-bottom: 60px;}
.zmodal-flex-img{}
.zmodal-flex-txt .btnOuter{width: 100% !important;}
.zmodal-flex-txtbox{ margin-bottom: 1.6em;}
.zmodal-flex-ttl{font-size: 2rem; margin-bottom: .8em;}


@media only screen and (max-width:767px){
.zmodal-flex{ display: flex; flex-wrap: wrap; gap:0em;}
.zmodal-readtxt,
.zmodal-flex-img{width: 100%;}
.zmodal-flex-img { margin-bottom: 1em; }
.zmodal-flex-ttl{font-size: 2rem; margin-bottom: .4em;}
}

