div.modal {
	position: absolute;
	top:250px;
	left:calc(50% - 400px);
	max-width:800px;
	width: 95%;
	display:none;
	z-index:9999;
}
div.modal .pr_box {	
	height:auto;	
	padding:40px 5%;
	background:#e3e1d9;
	margin:auto;
}
.pr_box img:hover {
	filter: alpha(opacity=50);
	-webkit-opacity:0.50;
	-moz-opacity:0.50;
	-ms-opacity:0.50;
	-o-opacity:0.50;
	opacity:0.50;
}
.close_modal{
	display: block;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	*display: inline;
	*zoom: 1;
}
.close_modal:hover {
	text-decoration: none;
}
.close_modal_no{
	display: block;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	*display: inline;
	*zoom: 1;
}
.close_modal_no:hover {
	text-decoration: none;
}

/*モーダルが入ったことによる調整*/

#subNav {
	z-index: 100;
	}

.disclaimer_inner p{
	font-size:2rem;
	text-align: center;
	font-weight: 500;
}
.disclaimer_bt{
	display: flex;
	margin-top:60px;
}
.disclaimer_bt li{		
	width: 48%;
	margin-right:4%;
	font-size: 1.8rem;
	text-align: center;
	border:1px solid #a0988e;
	background:#fff;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
}
.disclaimer_bt li:last-child{
		margin-right:0;
	}
.disclaimer_bt li a{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 20px 5% 20px 0;
		font-weight: 500;
}
.arrow_s::before {
    border-top: solid 2px #1e1e1d;
    border-right: solid 2px #242421;
    right: 27px;
    z-index: 2;
    }
.arrow_s::after {
				content:'';
				position: absolute;
				top: 50%;
    right: 10px;
    margin-top: -22.5px;
				width: 45px;
  		height: 45px;
  		background-color:#ebe1d9;
  		border-radius: 50%;  		 
}
@media screen and (max-width: 842px) {
	div.modal {
	left:2.5%;
}
}

@media screen and (max-width: 767px) {
	div.modal {
		top:150px;
}
div.modal .pr_box {
	padding:20px 5%;
	height: auto;
}

.disclaimer_inner p{
	font-size:1.7rem;
	text-align: left;
}
.disclaimer_bt{
	margin-top:6%;
	display: block;
}
.disclaimer_bt li{		
	width: 100%;
	margin-right:0;
	margin-bottom:4%;
	font-size: 1.6rem;
}
.disclaimer_bt li:last-child{
		margin-bottom:0;
	}

	}