body.selModalBody{
	overflow: hidden;
}
.selModal{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:9999;
	display: none;
	animation: SlideIn 0.1s;
}
@keyframes SlideIn {
	0% {
	  opacity: 0;/*初期状態では透明に*/
	  transform: translateX(64px);
	}
	100% {
	  opacity: 1;
	  transform: translateX(0);
	}
}
.selModalOverlay{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.selModal .selModalInner{
	width: 100%;
	max-width: 600px;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: visible;
	padding: 0 10px;
	margin: 0 auto;
}
.selModal .selModalInner .selModalHeader{
	border-radius: 10px 10px 0 0;
	padding: 10px;
}
.selModal .selModalInner .selModalHeader::after{
	content: "";
	display: block;
	clear: both;
}
.selModalCloseIcon{
    width: 35px;
    height: 35px;
    border-radius: 20px;
    border: 3px solid #6785c1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -10px;
}
.selModalCloseIcon span::before,
.selModalCloseIcon span::after{
	display: block;
	content: "";
	position: absolute;
	top: 55%;
	left: 51%;
	width: 84%;
	height: 10%;
	margin: -8% 0 0 -42%;
	background: #6785c1;
}
.selModalCloseIcon span::before{
	transform: rotate(-45deg);
}
.selModalCloseIcon span::after{
	transform: rotate(45deg);
}
.selModal .selModalInner .selModalList{
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow-y: auto;
	background-color: #fff;
	border-right:3px solid #6785C1;
	border-bottom:3px solid #6785C1;
	border-left:3px solid #6785C1;
	border-radius: 0 0 10px 10px;
	padding: 5px;
}
.selModal .selModalInner ul{
	margin: 0;
	padding: 0;
	background-color :#FFF;
}
.selModal .selModalInner .modal_select__li{
	margin: 0;
	padding: 0;
	color: #333;
	background-color :#FFF;
	padding-bottom: 1px;
	column-count: 2;
}
.selModal .selModalInner .modal_select__li button{
	min-height: 46px;
	font-size: 20px;
	font-size: 2rem;
	color: #333;
	background :#FFF;
	border: 2px solid #333;
	padding: 0;
}
.selModal .selModalInner li ul{
	margin: 0;
	padding: 0;
	color: #333;
	background-color :#FFF;
	padding-bottom: 1px;
}
.selModal .selModalInner ul li{
	display: block;
	position: relative;
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	background-color: #fff;
	border-bottom: 1px solid #d5ecf6;
	padding: 15px 25px 15px 15px;
	cursor: pointer;
}
.selModal #selModalItems_property_townname,
.selModal #selModalItems_mansion_property_townname {
	margin-top: 5px;
}
.selModal #selModalItems_property_townname .selModalOptgroup,
.selModal #selModalItems_mansion_property_townname .selModalOptgroup {
	border: none;
	padding: 0;
}
.selModal #selModalItems_property_townname li:last-child,
.selModal #selModalItems_mansion_property_townname li:last-child {
	border: none;
}
.selModal .selModalInner ul li ul li{
	display: block;
	position: relative;
	padding: 15px 20px;
	cursor: pointer;
}
.selModal .selModalInner ul li.selected{
	background-color: #fff;
}
.selModal .selModalInner ul li ul li.selected{
	background-color: #fff;
}
.selModal .selModalInner ul:not(.modal_select__li) li.selected::before{
	position: absolute;
	content: '';
	display: block;
	height: 100%;
	top: 0;
	left: 0;
	width: 4px;
	background-color: #383838;
}
.selModal .selModalInner ul li ul li.selected::before{
	position: absolute;
	content: '';
	display: block;
	height: 100%;
	top: 0;
	left: 0;
	width: 4px;
	background-color: #383838;
}
.selModal .selModalInner ul:not(.modal_select__li) li:not(:has(ul))::after{
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #6785c1;
	border-right: 2px solid #6785c1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.selModal .selModalInner ul li ul li::after{
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.selModalButton, .def_select_button {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: left;
	font-feature-settings: "palt";
	border: 1px solid #333;
	border-radius: 10px;
	background: url(/sell/img/down-arrow_icon-icons.com_73274.png) no-repeat #fff center right 10px / 10px 10px;
	cursor: pointer;
	padding: 7px 22px 7px 12px;
	margin-bottom: 8px;
}
.selModalHeader{
	position: relative;
}
.modalBack{
	width: 14%;
	min-width: 50px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #005598;
	border: 2px solid #FFF;
	border-radius: 5px;
	padding: 4px;
}
.selModalTitle {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1.4;
	padding: 0 17%;
}
.selModalList {
	height: 75vh;
}
#selectedItems{
	font-size: 20px;
	font-size: 2rem;
	background-color: #eef7fb;
	padding:15px;
}
#sell_season_notice,
#mansion_sell_season_notice {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	margin-top: 10px;
	display: none;
}
.sell_season_notice_title,
.mansion_sell_season_notice_title {
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #ff3636;
	padding: 15px 20px;
}
.sell_season_notice_content,
.mansion_sell_season_notice_content {
	background: #fff;
	padding: 15px 20px 30px;
}
.selModalOptgroup span{
	display: block;
	width: 100%;
	font-weight: bold;
	background: #eee;
	padding: 15px;
}