@charset "UTF-8";

/************************
  モーダル表示 css
  
  
  
************************/

.modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: rgba(255, 255, 255, 0.95);
      display: none;
	  z-index: 10000;
    }


.imgdata {
      position: absolute;
      top: 80px;
      left: 0;
      right: 0;
      text-align: center;
    }
.imgdata img { width: 100%; max-width: initial }

.close {
      color: #000000;
      text-align: right; 
    }
