@charset "UTF-8";

.modal-content {
    width: 50%;
    margin: 0;
    padding: 10px 20px;
    border: 2px solid #aaa;
    background: #fff;
    position: fixed;
    display: none;
    z-index: 2;
    font-size: 16px;
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #e95283 ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #e95283 ;
}


/* ########### 1023px以下 ########### */
@media (max-width: 1023px) {
.modal-content img {
    width: 100%;
}
}
