@charset "EUC-JP";

button {
	background-color: transparent;
	border-style: none;
	color: inherit;
}
input[type="checkbox"] {
	display: none;
}
a {
	color: #333;
}

#box_popup {
	line-height: 1.5;
	font-family: Helvetica, Arial, "Meiryo", "¥á¥¤¥ê¥ª", "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Sans", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", Osaka, sans-serif;
}
#box_popup .tit {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 54px;
	margin-bottom: 16px;
	background: #f1f1f1;
}
#box_popup .tit > h2 {
	font-size: 18px;
	font-weight: bold;
}

.title_small {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
}
.caption {
	margin-bottom: 8px;
	padding-left: 12px;
	font-size: 16px;
	font-weight: bold;
}

.box_brand_search {
	width: 892px;
	margin: 0 auto;
}
.box_brand_search > div {
	position: relative;
	float: left;
	height: 100%;
	padding-left: 32px;
}
.box_brand_search > div:first-child {
	padding-left: 0;
}
.box_brand_search > div:nth-child(2)::before,
.box_brand_search > div:nth-child(3)::before {
	position: absolute;
	top: 196px;
	left: 8px;
	width: 0;
	height: 0;
	margin: 0;
	border-width: 20px 0 20px 16px;
	border-style: solid;
	border-color: transparent transparent transparent #d5d5d5;
	content: "";
}

.inner {
	padding: 2px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 2px solid #d5d5d5;
	background: #fff;
}
.maker_list > .inner {
	width: 232px;
	height: 353px;
	padding-top: 16px;
}
.model_list > .inner {
	width: 340px;
	height: 367px;
}
.model_selection_list > .inner {
	width: 232px;
	height: 361px;
	padding-top: 8px
}

.maker_list ul {
	margin-bottom: 20px;
}
.maker_list li {
	font-size: 14px;
}
.maker_list li.country_name {
	padding-left: 12px;
	font-weight: bold;
}
.maker_list li > a {
	display: block;
	position: relative;
	padding: 10px 20px 10px 12px;
}
.maker_list li > a::before {
	position: absolute;
	right: 12px;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto 0;
	border-width: 4px 0 4px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #636363;
	content: "";
}
.maker_list li:hover > a,
.maker_list li.cur > a {
	background-color: #e00923;
	color: #fff;
	font-weight: bold;
}
.maker_list li:hover > a::before,
.maker_list li.cur > a::before {
	border-left-color: #fff;
}

.model_list > .inner > .list {
	padding-left: 42px;
}
.model_list > .inner > .list > div {
	margin-bottom: 8px;
}
.model_list > .inner > .list > div > h4 {
	margin: 0 0 0 8px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}
.model_list > .inner > .list > div > ul > li {
	font-size: 14px;
}
.model_list > .inner > .list > div > ul > li > label {
	display: block;
	position: relative;
	padding: 6px 0 6px 35px;
	cursor: pointer;
}
.model_list > .inner > .list > div > ul > li:hover > label {
	background-color: #e00923;
	color: #fff;
	font-weight: bold;
}
.model_list > .inner > .list > div > ul > li > label > span::before {
	display: block;
	position: absolute;
	top: 7px;
	left: 9px;
	z-index: 1;
	width: 15px;
	height: 15px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	background: #fff;
	content: "";
}
.model_list > .inner > .list > div > ul > li > label > input:disabled + span::before {
	background-color: #d5d5d5;
}
.model_list > .inner > .list > div > ul > li > label > input:checked + span::after {
	display: block;
	position: absolute;
	top: 8px;
	left: 14px;
	z-index: 2;
	transform: rotate(40deg);
	width: 5px;
	height: 10px;
	border-right: 2px solid #e00923;
	border-bottom: 2px solid #e00923;
	content: "";
}
.model_list > .page_index {
	position: absolute;
	top: 33px;
	left: 36px;
	width: 32px;
	height: 355px;
	padding: 12px 4px 0;
	background: #f1f1f1;
	text-align: center;
}
.model_list > .page_index > ul > li {
	margin-bottom: 16px;
	line-height: 1;
}
.model_list > .page_index > ul > li > a {
	font-size: 12px;
}

.model_selection_list > .inner > .list > ul > li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 8px 12px;
	font-size: 14px;
	cursor: pointer;
}
.model_selection_list > .inner > .list > ul > li > span {
	margin-right: 8px;
	color: #1d7fc0;
	font-size: 14px;
	font-weight: bold;
	font-family: "Meiryo", "¥á¥¤¥ê¥ª", "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Sans", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", Helvetica, Arial, Osaka, sans-serif;
}

.select_button {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 892px;
	margin: 16px auto 0;
}
.select_button > li {
	margin-left: 16px;
}
.select_button > li:first-child {
	margin-left: 0;
}
.select_button > li > button {
	display: inline-block;
	line-height: 1.2;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}
.clear_button {
	padding: 0;
	color: #1d7fc0;
	font-size: 14px;
}
.clear_button:hover {
	text-decoration: underline;
}
.submit_button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 40px;
	margin: 0;
	padding: 4px 8px;
	border-radius: 4px;
	box-sizing: border-box;
	background: #e00923;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.submit_button:hover {
	opacity: 0.7;
}
