@charset "utf-8";
.modal{
	display: none;
}
.modal{
	position: fixed;
	width: 96%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	background-color: #e8e8e8;
	padding: 24px;
	padding-bottom: 40px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0 0 4px rgb(0 0 0 / 70%);
	z-index: 10;
	z-index: 100000;
	top: 15%;
}

@media screen and (max-width:767px) {

}

#modal03,#modal04{
	padding-bottom: 80px;
}

#modal03 ul li,#modal04 ul li{
	margin-top: 54px;
}


.modal_title{
	background-color: #003085;
	color: white;
	padding-top: 8px;
	padding-bottom: 8px;
}

#Container_n .subpage_Container .modal ul li a{
	background-color: white;
	text-decoration: none;
	color: #333;
	padding: 16px 8px 16px 8px;
	border-radius: 32px;
	margin-top: 18px;
	display: block;
	transition: background 0.3s, color 0.3s;
}

#Container_n .subpage_Container .modal ul li a:hover{
	color: white;
	background-color: #003085;
}

.modal_close{
	margin-top: 24px;
	cursor: pointer;
	background-color: white;
	display: inline-block;
	padding: 16px;
	border-radius: 24px;
	transition: background 0.3s, color 0.3s;
}

.modal_close:hover{
	color: white;
	background-color: #003085;
}

.modal_back{
	margin-top: 24px;
	cursor: pointer;
	background-color: white;
	display: inline-block;
	padding: 16px;
	border-radius: 24px;
	transition: background 0.3s, color 0.3s;
	margin-right: 40px;
}

.modal_back:hover{
	color: white;
	background-color: #003085;
}

#lean_overlay {
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
	opacity: 0;
	display: none;
	z-index: 100000;
}

.lean_overlay_block{
	display: block !important;
	opacity: 0.5 !important;
}

.mobal_backandclose{
	display: flex;
	justify-content: center;
}

#modal02 ul{
	display: flex;
}

#modal02 ul li{
	width: 100%;
}

#modal02 ul li+li{
	margin-left: 16px;
}



/* payment */

html{
	scroll-padding-top:90px;
}

@media screen and (max-width:767px){
	.modal{
  top: 10%;

	}
}
