@charset "utf-8";
/* CSS Document */
@media ( min-width:1200px ) and ( max-width:1439px ) {
	.Choose .top .input {
		width: 340px !important;
	}
	
	}

@media ( min-width:1023px ) and ( max-width:1199px ) {
	.Choose .top .input {
		width: 340px !important;
	}
	
	}
	
@media ( min-width:767px ) and ( max-width:1024px ) {

	.Choose .bottom_pc{
		/* display: none; */
		padding: 20px 0;
		width: 95%;
		margin: 0 auto;
	}
	.Choose .bottom_pc .list p{
		margin-right: 0;
		background-color: #C6C8CA;
		width: 100%;
		line-height: 50px;
		text-indent: 1rem;
		color: #111111;
	}
	.Choose .top .input {
		width: 340px !important;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	}
