/* CSS Document */

.select_area {
	/*padding:0 10px 0 0 ;*/
	box-sizing:border-box;
	margin-top:28px;
}

.bg_gb{
	background:#eaf2fb;
	width:100%;
	box-sizing:border-box;
	padding:5px;
	position:relative;
	cursor:pointer;
}	
@media all and (-ms-high-contrast:none) { 
     *::-ms-backdrop,  .bg_gb  {
			 padding-top:3px;
}
}
.ya{
	position: absolute;
	top:15%;
	right:5px
}
.radio_set-input{
  display: none;
}
.radio_set-input + label{
  padding: 3px 20px 0;
  position:relative;
}

.radio_set-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio_set-input:checked + label{
  color: #095fb4;
}
.radio_set-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 7px;
  height: 7px;
  background: #095fb4;
  border-radius: 50%;
}
.all_c{
	border-radius: 2px;
	cursor:pointer;
	color:#FFF;
	background:#999;
	padding:2px;
	
	height:100%;
	}
@media all and (-ms-high-contrast:none) { 
     *::-ms-backdrop,  .all_c  {
			 padding-top:4px;
}
}
.all_c :link{
	text-decoration:none  !important;
	color:#fff !important;
	}
.all_c :visited{	
  text-decoration:none !important;
	color:#fff !important;
	}
.all_c:hover{	
  text-decoration:none !important;
	color:#fff !important;
	}

.all_c :active{
  text-decoration:none !important;
	color:#fff !important;
	}
.all_c:hover{
	text-decoration: none !important;
		color:#fff !important;
	 	}	
		
/*ラインアップ構成見出し*/
.lup_tower {
	position: relative;
}

.lup_tower h2 {
	margin: 0;
}

.lup_tower div {
	position: absolute;
	top: 5px;
	right: 0;
	min-width: 260px;
}

@media (max-width: 767px) {
	.lup_tower div {
		position: relative;
		min-width: 100%;
	}
}


/*タワーラインアップ構成*/
.lup_kousei {
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

/*タワーラインアップ構成のflex解除*/
@media (max-width: 1199px) {
	.lup_kousei {
		display: block;
		width: 100%;
	}
}



.select_area_tower {
	width: 100%;
	max-width: 1200px;
	padding: 0;
}


/*タワーラインアップ構成1200pxから1199pxへ*/
.kousei_1199 {
	display: none;
}

.kousei_991 {
	display: none;
}

.kousei_767 {
	display: none;
}

@media (max-width: 1199px) {
	.kousei_1200 {
		display: none;
	}
	
	.kousei_1199 {
		display: block;
	}
	
	.kousei_1199 .models_list4 {
		width: 33%;
	}
}

@media (max-width: 991px) {
	.kousei_1199 {
		display: none;
	}
	
	.kousei_991 {
		display: block;
	}
	
	.kousei_991 .models_list4  {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.kousei_991 {
		display: none;
	}
	
	.kousei_767 {
		display: block;
	}
	
	.kousei_767 .models_list4  {
		width: 100%;
	}
}