@charset "UTF-8" ;

.modal-open {
	cursor: pointer;
	cursor: hand;
}

#modal-content {
	width: 50% ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 9999 ;
}
#modal-content p {
	display: block;
	width: 15%;
	float: right;
	font-size: 1em;
	text-align: right;
}
#modal-content p img {
	width: 1em;
	height: 1em;
	padding-right: 0.5em;
}
  
#modal-overlay {
	z-index: 9998 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #303030 ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #C48649;
}
.back_text p#modal-open {
	color: #C48649;
	text-decoration: underline;
}
#modal-close {
	padding:3%;
	color: #303030;
	text-decoration: none;
}

/*　PC狭め〜iPad Pro設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 75em){
#modal-content p {
	width: 40%;
}
}


@media screen and (max-width: 769px) {
	#modal-content p img{
		width: 0.5rem;
		height: 0.5rem;
		padding-bottom: 4px;
	}
	#modal-content{
		width:90%;
		left:9%;
	}
}
