@charset "utf-8";.js_modalWrap{opacity:0;z-index:-1;position:fixed;left:0;top:0;width:100%;height:100%}.js_modalWrap.active{animation:modalOpen .3s ease forwards}.js_modalWrap.active2{animation:modalClose .3s ease forwards}.js_modalBG{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);cursor:pointer}.js_modalContInner{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:65rem;max-width:100%;background-color:#fff;max-height:100vh;padding:3rem;border-radius:1.5rem}.js_modalCont{overflow-y:auto;max-height:60vh}.js_modalCont>*+*{margin-top:10px}.js_modalContInner>.js_modalClose+*{margin-top:0}.js_modalClose{display:block;position:absolute;top:-2rem;right:-2rem;width:4rem;height:4rem;overflow:hidden;cursor:pointer;z-index:1001;background:#ff5a5a;border-radius:50%}.js_modalClose::after,.js_modalClose::before{content:"";background-color:#fff;position:absolute;top:.9rem;right:1.9rem;width:.2rem;height:2.2rem}.js_modalClose::before{transform:rotate(45deg)}.js_modalClose::after{transform:rotate(-45deg)}@keyframes modalOpen{0%{opacity:0}100%{opacity:1;z-index:1000}}@keyframes modalClose{0%{opacity:1;z-index:1000}100%{opacity:0}}@media (min-width:768px){.hp_sp{display:none!important}}@media (max-width:767px){.hp_pc{display:none!important}.js_modalContInner{padding:20px}.js_modalCont{max-height:80vh}.js_modalClose::after,.js_modalClose::before{background-color:#fff}}