@charset "utf-8";


/* 共通 */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow-x: hidden;
}

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}

img {
	width: 100%;
	height: auto;
}

.anchor{
	display: block;
	padding-top: 10px;
	margin-top: -10px;
	box-shadow: none;
}

.pc_hide { display:none !important; }
.sp_hide { display:block !important; }


@media print, screen and (max-width: 768px) {

	.pc_hide { display:block !important; }
	.sp_hide { display:none !important; }
	.pc_only { display:none !important; }
}



/* ヘッダー */

header {
	position: relative;
	z-index: 91;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: auto;
	background: #fff;
}

.header_area {
	position: relative;
	z-index: 92;
	top: 0;
	left: 0;
	width: 100%;
	height: 47px;
	background: #fff;
}

.head_ci_logo {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 140px;
	height: 27px;
	z-index: 99;
}
.head_suzuki_ci_logo {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 140px;
	height: 27px;
	z-index: 99;
}
.head_mazda_ci_logo {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 140px;
	height: 27px;
	z-index: 99;
	font-size: 24px;
	font-weight: 800;
}
.head_mitsubishi_ci_logo {
	position: absolute;
	top: 10px;
	left: 0px;
	width: fit-content;
	height: 27px;
	z-index: 99;
	font-size: 24px;
	font-weight: 800;
}
.head_nissan_ci_logo {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 140px;
	height: 27px;
	z-index: 99;
	font-size: 24px;
	font-weight: 800;
}
.head_suzuki_ci_logo a, .head_mazda_ci_logo a, .head_mitsubishi_ci_logo a, .head_nissan_ci_logo a {
	color: #000;
	text-decoration: none;
}

.header_home_return_link {
	position: absolute;
	bottom: 8px;
	right: 5px;
	width: fit-content;
	height: auto;
	z-index: 99;
	font-size: 15px;
	font-weight: 400;
}
.header_home_return_link a {
	color: #333;
	text-decoration: none;
}
.header_home_return_link a:hover {
	color: #ff1818;
}


.head_translate {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 350px;
	height: 27px;
	z-index: 99;
}
.head_translate_lang {
	position: absolute;
	top: 13px;
	right: 0px;
	width: fit-content;
	height: 27px;
	z-index: 99;
}
#google_translate_element {
	display: block;
	width: 350px;
	height: 36px;
}

.goog-te-gadget img {
	width: 50px !important;
}


.maker_select_txt {
	font-size: 40px;
	font-weight: 700;
}

.site_title_block {
	position: relative;
	z-index: 92;
	width: calc(100% - 40px);
	margin: 0px auto 20px;
	padding: 20px;
	text-align: center;
	
}
.site_title_l {
	font-family: 'SuzukiPROHeadline',Helvetica, Arial, sans-serif;
	font-size: 50px;
	font-weight: normal;
}
.site_title_ja_l {
	font-size: 50px;
	font-weight: 700;
}
.site_title_m {
	font-family: 'SuzukiPROHeadline',Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.75;
}
.site_title_ja_m {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.65;
}
.site_title_s {
	width: 100%;
	padding: 5px 0 0 0;
	font-family: 'SuzukiPRORegular',Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.site_title_ja_s {
	max-width: 100%;
	width: fit-content;
	margin: auto;
	padding: 5px 0 0 0;
	font-size: 11.5px;
	font-weight: normal;
	text-align: left;
}

.colorset_1_suzuki {
	color: #fff;
	background: #00368f;
}
.colorset_1_mazda {
	color: #fff;
	background: #101010;
}
.colorset_1_mitsubishi {
	color: #fff;
	background: #000;
}
.colorset_1_nissan {
	color: #fff;
	background: #c3002f;
}


@media print, screen and (max-width: 1080px) {

	header {
		width: calc(100% - 30px);
		height: auto;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

}
@media print, screen and (max-width: 980px) {

	.header_menu li a {
		font-size: 14px;
		line-height: 1.1;
	}

}
@media print, screen and (max-width: 880px) {

	header {
		width: calc(100% - 30px);
		height: auto;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.header_area {
		width: 100%;
		height: 47px;
		padding: 0;
	}
	.head_ci_logo {
		position: relative;
		top: 10px;
		left: unset;
		width: 140px;
		height: 27px;
		z-index: 99;
	}

	.head_pagename_block {
		position: relative;
		z-index:99;
		top: unset;
		right: unset;
		width: fit-content;
		font-size: 16px;
		font-weight: 700;
		color: #000;
}

	.header_menu li a {
		font-size: 13px;
		line-height: 1.1;
	}

}
@media print, screen and (max-width: 768px) {

	header {
		width: calc(100% - 5px);
		height: auto;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.header_area {
		width: 100%;
		height: auto;
		padding: 0;
	}
	.head_translate {
		position: relative;
		top: 0;
		right: 0px;
		width: fit-content;
		height: 27px;
		margin: 20px auto 5px 0;
		padding: 2px 0;
		z-index: 99;
	}

	.head_link_block {
		display: none;
	}

	.header_menu_block {
		display: none;
	}

	/*スマホメニュー*/
	.header_menu_block_sp {
		display: block;
		position: fixed;
		z-index: 99;
		top: 0px;
		right: 0px;
		width: 43px;
		height: 43px;
		background: #646879;
	}
	#nav-drawer {
		display:block;
		position: relative;
	}
	.nav-unshown {
		display:none;
	}
	#nav-open {
		display: inline-block;
		width: 35px;
		height: 40px;
		top: 9px;
		right: 0px;
		position: absolute;
		vertical-align: middle;
	}
	#nav-open span, #nav-open span:before, #nav-open span:after {
		position: absolute;
		height: 3px;/*線の太さ*/
		width: 30px;/*長さ*/
		margin-right:5px;
		/*border-radius: 3px;*/
		background: #df003a;
		display: block;
		content: '';
		cursor: pointer;
	}
	#nav-open span:before {
		bottom: -10px;
	}
	#nav-open span:after {
		bottom: -20px;
	}
	#nav-close {
		display: none;/*はじめは隠しておく*/
		position: fixed;
		z-index: 99;
		top: 0;/*全体に広がるように*/
		right: 0;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0;
		transition: .3s ease-in-out;
	}
	#nav-content {
		/*overflow: auto;*/
		position: fixed;
		/*top: 50px;*/
		left: 0;
		z-index: 9999;/*最前面に*/
		width: 100%;/*右側に隙間を作る（閉じるカバーを表示）*/
		max-width: 768px;/*最大幅（調整してください）*/
		height: auto;
		background: #646879;/*背景色*/
		transition: .3s ease-in-out;/*滑らかに表示*/
		-webkit-transform: translateX(155%);
		transform: translateX(155%);/*左に隠しておく*/
	}
	#nav-content .menu {
		border-left: 1px solid #fff;
		margin: 0;
		padding: 0;
		z-index: 98;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	#nav-content .menu .menu-item {
		width: 100%;
		display: inline-block;
		font-size: 75%;
		text-align: left;
		background: #646879;
		color: #ffffff;
		border-bottom: 1px solid #fff;
	}
	#nav-content .menu .menu-item2 {
		width: 100%;
		display: inline-block;
		font-size: 75%;
		text-align: left;
		background: #646879;
		color: #ffffff;
		border-bottom: 1px solid #fff;
	}
	#nav-content .menu .menu-item2 {
		padding-left: 1em;
	}
	#nav-content .menu .menu-item2 a {
		background-image: url(../svg/arrow_red.svg);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 10px 13px;
		float: left;
	}
	#nav-content .menu .menu-item a,
	#nav-content .menu .menu-item2 a {
		display: block;
		width: 100%;
		width: calc(100% - 2em);
		width: -webkit-calc(100% - 2em);
		width: -moz-calc(100% - 2em);
		height: 100%;
		height: calc(100% - 3em);
		height: -webkit-calc(100% - 3em);
		height: -moz-calc(100% - 3em);
		padding: 1.5em 1em;
		border-right: 1px solid #ccc;
		font-size: 14px;
		font-weight: 700;
		/*font-family: YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック ProN', Meiryo, 'メイリオ', sans-serif;*/
		color: rgba(255,255,255,0.7);
		text-align: left;
		text-decoration: none;
	}
	#nav-content .menu .menu-item a:hover,
	#nav-content .menu .menu-item2 a:hover {
		/*background: #000000;*/
		color: #ffffff;
	}
	#nav-content .menu .menu-item:last-child a
	#nav-content .menu .menu-item2:last-child a {
		border-right: none;
	}
	#nav-content .menu {
		/*display: none;*/
		position: absolute;
		width: 240px;
		right: 0;
	}
	#nav-content .menu .menu-item a,
	#nav-content .menu .menu-item2 a {
	
		/*border-bottom: 1px solid #ccc;*/
		border-right: none;
	}
	#nav-content .menu .menu-item:last-child a,
	#nav-content .menu .menu-item2:last-child a {
		border-bottom: none;
	}
	#nav-content .menu .menu-item2-txt {
		padding: 0.1em 1em;
	}
	#nav-content .menu .menu-item3 {
		width: 90%;
		margin: 0 0 0 10%;
		background: #F0F0F0;
		border-bottom: 1px solid #000;
	}
	#nav-content .menu .menu-item3 a {
		color: #000000;
		display: block;
		padding: 0.1em 1em;
		text-align: left;
		text-decoration: none;
	}

	#nav-input:checked ~ #nav-close {
		display: block;/*カバーを表示*/
		opacity: .5;
	}
	#nav-input:checked ~ #nav-content {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);/*中身を表示（右へスライド）*/
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}


	.site_title_block {
		position: relative;
		z-index: 92;
		width: calc(100% - 20px);
		margin: 0px auto 20px;
		padding: 10px;
		text-align: center;
	}

	.maker_select_txt {
		font-size: 30px;
		font-weight: 700;
	}

	.site_title_l {
		font-size: 28px;
		font-weight: normal;
	}
	.site_title_ja_l {
		font-size: 25px;
		font-weight: 700;
	}
	.site_title_m {
		font-size: 20px;
		font-weight: normal;
		line-height: 1.35;
	}
	.site_title_ja_m {
		font-size: 20px;
		font-weight: 600;
		line-height: 1.35;
	}
	.site_title_s {
		font-size: 12px;
		font-weight: normal;
		text-align: left;
	}
	.site_title_ja_s {
		font-size: 11.5px;
		font-weight: normal;
		text-align: left;
	}

}




/* フッター */

#footer {
	position: relative;
	max-width: 980px;
	width: 100%;
	margin: auto;
	height: 60px;
	border-top: 1px solid #707070;
}
#footer .footer_info {
	position: relative;
	max-width: 980px;
	width: 100%;
	height: 40px;
	margin: auto;
	padding: 10px 0 0 0;
}
#footer .copyright {
	width: 100%;
	font-size: 12px;
	text-align: center;
	color: #707070;
}
#footer .footer_info_2 {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto;
	padding: 5px 0 0 0;
}
#footer .for_use {
	width: 100%;
	font-size: 12px;
	text-align: right;
}
#footer .for_use a {
	color: #707070;
	text-decoration: none;
}
#footer .for_use a:hover {
	text-decoration: underline;
}


@media print, screen and (max-width: 1080px) {

	#footer .footer_info {
		position: relative;
		width: 90%;
		height: 70px;
		margin: auto;
		padding: 20px 0 0 0;
	}
	#footer .footer_info_2 {
		position: relative;
		width: 90%;
		height: auto;
		margin: auto;
		padding: 5px 0 0 0;
	}


}

@media print, screen and (max-width: 768px) {



}




/* メイン */

#wrapper {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 20px;
	padding: 0;
}
#wrapper2 {
	display: block;
	position: relative;
	width: 100%;
	/*height: 100%;*/
	margin: 133px 0 0 0;
	padding: 0;
}

#main-block {
	position: relative;
	margin: 0 auto;
	z-index: 1;
}

@media print, screen and (max-width: 768px) {

	#wrapper {
		display: block;
		position: relative;
		width: 100%;
		margin-top: 20px;
		padding: 0;
	}

}



/* 管理画面 */

.admin-menu-block {
	width: 90%;
	margin: 40px auto;
}
.admin-menu-link {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}


.admin-data-insert-block {
	width: 90%;
	margin: 40px auto;	
}
.admin-data-insert-wrap {
	width: 100%;
}
.admin-data-insert-wrap textarea {
	width: 100%;
	height: 250px;
}


.admin-data-list-block {
	width: 90%;
	margin: 40px auto;
}
.admin-data-list-wrap {
	width: 100%;
    overflow-x: scroll;
}

table.data-list,
table.data-edit {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
table.data-list tr,
table.data-edit tr {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
table.data-list th, table.data-list td {
	padding: 5px 2px;
	border-right: 1px solid #333;
}
table.data-edit th, table.data-edit td {
	padding: 8px 5px;
	border-right: 1px solid #333;
}
table.data-list th,
table.data-edit th {
	white-space: nowrap;
}

table.data-edit .text-w100 {
	width: calc(100% - 20px);
	padding: 5px;
}
table.data-edit .textarea-w100 {
	width: calc(100% - 20px);
	padding: 5px;
}




/* ユーザー画面 */

.manual-data-block {
	position: relative;
	max-width: 980px;
	width: 100%;
	margin: auto;
}

.manual_search_panel {
	width: calc(100% - 40px);
	padding: 20px;
	background: #f0f0f0;
}
.part_name_search_block {

}


.search_block_title {
	width: 100%;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 800;
}
.search_option_wrap {
	display: flex;
	width: 100%;
}
.search_option_block {
	display: inline-flex;
}

.manual_search_panel_m {
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
	width: calc(100% - 20px);
	padding: 20px 10px;
	background: #f0f0f0;
}
.part_name_search_m_block {
	display: inline-flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
	width: 300px;
}
.part_name_search_m_block input.text-w180 {
	width: 180px;
	margin-right: 5px;
	padding: 5px;
	font-size: 18px;
}
.part_name_search_m_block input.submit-m {
	padding: 5px 3px;
}

.products_search_m_block {
	display: inline-flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
	width: calc(100% - 350px);
	padding-left: 50px;
	border-left: 1px solid #000;
}
.products_search_m_1 {
	display: inline-block;
	width: fit-content;
	/*width: calc((100% - 40px)/ 3);*/
	margin-right: 20px;
	margin-bottom: 20px;
}
.products_search_m_2 {
	display: inline-block;
	width: fit-content;
	/*width: calc((100% - 40px)/ 3);*/
	margin-right: 20px;
	margin-bottom: 20px;
}
.products_search_m_3 {
	display: inline-block;
	width: fit-content;
}
.products_search_m_4 {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-start;
	width: fit-content;
	margin-left: 20px;
	padding-bottom: 20px;
}

.search-reset-btn {
	width: fit-content;
	font-size: 0.8rem;
	font-weight: 400;
	background: #fff;
	border: 1px solid #6b6b6b;
	border-radius: 5px;
}
.search-reset-btn a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 3px 6px;
	color: #000;
	text-decoration: none;
}
.search-reset-btn:hover {
	background: #ffff00;
}


.m-form-title {
	display: block;
	width: 100%;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 1.55;
}
.m-form-select-1,
.m-form-select-2,
.m-form-select-3 {
	display: block;
	width: 100%;
}
.m-form-select-1 select {
	max-width: 130px;
	height: 105px;
	padding: 8px;
	overflow-x: auto;
}
.m-form-select-2 select {
	max-width: 300px;
	min-width: 150px;
	height: 105px;
	padding: 8px;
	overflow-x: auto;
}
.m-form-select-2 .modelname2 {
	font-weight: bold;
	color: #ff0000;
}
.m-form-select-3 select {
	max-width: 80px;
	min-width: 70px;
	height: 105px;
	padding: 8px;
	overflow-x: auto;
}

#auto_jp_search_keyword .text-input {
	padding: 8px;
}
#auto_jp_search_keyword input.submit-a {
	padding: 5px 3px;
}

.manual_search_result {
	width: 100%;
	margin: 20px auto;
}

.search_result_wrap {
	width: 100%;
	margin: 10px auto;
	overflow: auto;
}

.search_result_modelname {
	font-size: 1.8rem;
	font-weight: 700;
}

.search_result_data {
	max-width: 980px;
	width: 100%;
	overflow-x: scroll;
}

.for-user-message-block {
	width: calc(100% -20px);
	margin-bottom: 20px;
	padding: 10px;
	border:  1px solid #000;
}
.for-user-message-e {
	width: 100%;
	font-size: 0.9rem;
	font-weight: 400;
}
.for-user-message-j {
	width: 100%;
	font-size: 0.9rem;
	font-weight: 400;
}


table.data-search-result {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
table.data-search-result tr {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
table.data-search-result th, table.data-search-result td {
	padding: 10px 5px;
	vertical-align: top;
	border-right: 1px solid #333;
}
table.data-search-result th {
	text-align: center;
	background-color: #f0f0f0;
}
table.data-search-result th.tt1 {
	white-space: nowrap;
}
table.data-search-result th.tt2 {
	white-space: nowrap;
}
table.data-search-result th.tt3 {
	white-space: nowrap;
}
table.data-search-result th.tt4 {
	white-space: break-spaces;
}
table.data-search-result th.tt5 {
	white-space: nowrap;
}
table.data-search-result th.tt6 {
	white-space: nowrap;
}
table.data-search-result th.tt7 {
	white-space: nowrap;
}
table.data-search-result th.tt8 {
	white-space: nowrap;
}
table.data-search-result th.sticky {
	position: sticky;
	top: 0;
	left: 0;
	border-top: none;
	border-bottom: none;
	background: none;
}
table.data-search-result th.sticky::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #ccc;
	z-index: -1;
}

._sticky {
	position: sticky;
	top: 0;
	left: 0;
	background: none;
	border-top: none;
	border-bottom: none;
}
._sticky:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #ccc;
	z-index: -1;
}

table.data-search-result td {

}
table.data-search-result td.dt1 {
	min-width: 120px;
	vertical-align: middle;
	white-space: pre-wrap;
	word-break: break-all;
}
table.data-search-result td.dt2 {
	text-align: center;
	vertical-align: middle;
	white-space: break-spaces;
	word-break: break-all;
}
table.data-search-result td.dt3 {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
table.data-search-result td.dt4 {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
table.data-search-result td.dt4 a {
	text-decoration: none;
}
table.data-search-result td.dt5 {
	text-align: center;
	white-space: nowrap;
}
table.data-search-result td.dt6 {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
table.data-search-result td.dt7 {
	text-align: center;
	vertical-align: middle;
}
table.data-search-result td.dt8 {
	text-align: center;
}
table.data-search-result td.dt9 {
	text-align: center;
	vertical-align: middle;
}
table.data-search-result td.dt99 {
	padding: 20px 0;
	font-size: 16px;
	font-weight: 700;
	color: #ff0000;
	text-align: center;
	vertical-align: middle;
}


.cl1 span {
	padding: 5px 10px;
	color: #fff;
	background: #00368f;
	border-radius: 4px;
}
.cl2 span {
	padding: 5px 10px;
	color: #fff;
	background: #de0039;
	border-radius: 4px;
}
.cl3 span {
	padding: 5px 10px;
	color: #fff;
	background: #7a00de;
	border-radius: 4px;
}
.cl4 span {
	padding: 5px 10px;
	color: #fff;
	background: #29af01;
	border-radius: 4px;
}
.cl9 span {
	padding: 5px 10px;
	color: #fff;
	background: #fff;
	border-radius: 0;
}

@media print, screen and (max-width: 1080px) {

	.manual-data-block {
		position: relative;
		width: calc(100% - 30px);
		margin: auto;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

}
@media print, screen and (max-width: 768px) {

	.manual_search_panel_m {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: flex-start;
		justify-content: flex-start;
		align-items: flex-start;
		width: calc(100% - 20px);
		padding: 20px 10px;
		background: #f0f0f0;
	}
	.part_name_search_m_block {
		display: inline-flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: flex-start;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
	}
	.products_search_m_block {
		display: inline-flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: flex-start;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
		margin-top: 20px;
		padding-top: 20px;
		padding-left: 0px;
		border-top: 1px solid #000;
		border-left: 0px solid #000;
	}
	.products_search_m_1 {
		display: inline-block;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.products_search_m_2 {
		display: inline-block;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.products_search_m_3 {
		display: inline-block;
		width: 100%;
	}
	.products_search_m_4 {
		display: inline-block;
		width: 100%;
		margin-left: 0px;
		padding-bottom: 0;
        padding-top: 20px;
	}

	.m-form-select-1 select {
		max-width: 100%;
		width: 100%;
		height: auto;
		padding: 8px;
		overflow-x: auto;
		overflow-y: auto;
	}
	.m-form-select-2 select {
		max-width: 100%;
		min-width: 100%;
		height: auto;
		padding: 8px;
		overflow-x: auto;
		overflow-y: auto;
	}
	.m-form-select-3 select {
		max-width: 100%;
		min-width: 100%;
		height: 55px;
		padding: 8px;
		overflow-x: auto;
		overflow-y: auto;
	}


	.search_block_title {
		width: 100%;
		padding-bottom: 10px;
		font-size: 14px;
		font-weight: 700;
	}

	.search_result_modelname {
		font-size: 1.5rem;
		font-weight: 700;
	}


	table.data-search-result th {
		font-size: 14px;
	}
	table.data-search-result td {
		font-size: 12px;
	}


	.for-user-message-e {
		width: 100%;
		font-size: 0.8rem;
		font-weight: 400;
	}
	.for-user-message-j {
		width: 100%;
		font-size: 0.8rem;
		font-weight: 400;
	}

}


/* tab */

.maker_panel {
	width: 100%;
	padding-top: 20px;
}


.maker-tab {
	display: flex;
	flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: stretch;
	width: 100%;
	margin: 20px auto 40px;
	padding: 0;
}
.maker-tab li {
	display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
	width: calc((100% - 137px) / 4);
	height: 70px;
	margin-right: 40px;
	list-style-type: none;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	border: 2px solid #ccc;
	/*background-image: linear-gradient(#cdcdcd, #fdfdfd);*/
}
.maker-tab li:last-child {
	margin-right: 0px;
}
.maker-tab li:nth-child(1), .maker-tab li:nth-child(2) {
	/*border: 2px solid #fff;*/
}
.maker-tab li:nth-child(1):hover, .maker-tab li:nth-child(2):hover {
	/*opacity: 0.5;*/
}

.maker-tab li.active {
	border-bottom: 2px solid #ff0000;
}
.maker-tab li a {
	/*
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	*/
	color: #000;
	text-decoration: none;
}
.maker-tab li a:hover {
	color: #ff0000;
}


.tab_cont {
	padding: 10px 30px;
	border: 3px solid #eee;
	border-radius: 15px;
	transition: 1s;
}
.tab_cont.active {
	display: block; /* activeがついたら表示 */
	background: #eee;
}
.tab li {
	border: 3px solid #eee;
	border-bottom: none;
	padding: .6em;
	width: 33.333%;
	text-align: center;
	transition: 1s;
}
.tab li:nth-child(2) {
	border-left: none;
	border-right: none;
}
.tab li.active {
	background: #eee;
}

/************************/

.tabs {
	width: calc(100% - 4px);
	margin: 0 auto;
	background-color: #fff;
	border: 2px solid #eee;
}

.tab_item {
	width: calc(100% / 4);
	height: 40px;
	border-bottom: 3px solid #06c;
	background-color: #d9d9d9;
	line-height: 40px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	transition: all 0.2s ease;
}
.tab_item:hover {
	opacity: 0.75;
	cursor: pointer;
}

input[name="tab_item"] {
	display: none;
}

.tab_content {
	display: none;
	padding: 20px 40px 0;
	clear: both;
	overflow: hidden;
}

#car-type-1:checked ~ #car-type-1_content,
#car-type-2:checked ~ #car-type-2_content,
#car-type-3:checked ~ #car-type-3_content,
#car-type-4:checked ~ #car-type-4_content,
#car-type-5:checked ~ #car-type-5_content {
	display: block;
}

.tabs input:checked + .tab_item {
	background-color: #06c;
	color: #fff;
}

/************************/

#tabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: flex; 
	flex-wrap: wrap;
	overflow: hidden;
}

#tabs li {
	display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
	width: calc(100% / 4);
	height: 40px;
	border-bottom: 3px solid #06c;
	background-color: #d9d9d9;
	line-height: 40px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #565656;
	float: left;
	transition: all 0.2s ease;
}

#tabs a {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #565656;
	text-decoration: none;
}

#tabs a.current {
	background-color: #06c;
	color: #fff;
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
	background-color: #06c;
	color: #fff;
}

#tabContent {
	position: relative;
	z-index: 2;
	width: calc(100% - 80px);
	padding: 20px 40px 0;
}

#tab1 {
	display: none;
}

#tab2 {
	display: none;
}

#tab3 {
	display: none;
}

#tab4 {
	display: none;
}

#tab5 {
	display: none;
}

@media print, screen and (max-width: 768px) {

	#tabs li {
		display: inline-flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		width: calc(100% / 4);
		height: 40px;
		border-bottom: 3px solid #06c;
		background-color: #d9d9d9;
		line-height: 40px;
		font-size: 13px;
		font-weight: 700;
		text-align: center;
		color: #565656;
		float: left;
		transition: all 0.2s ease;
	}

	#tabContent {
		position: relative;
		z-index: 2;
		width: calc(100% - 40px);
		padding: 20px 20px 0;
	}

}

/************************/


.car-category {
	width: calc(100% - 10px);
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 1.0rem;
	font-weight: 800;
	color: #000;
	background: #eee;
}

.car-lineup-block {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: flex; 
	flex-wrap: wrap;
}
.car-lineup-block li {
	display: inline-flex;
	flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
    align-content: center;
	width: calc((100% - 61px) / 4 );
	margin: 0 15px 10px 0;
	padding: 0;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	border: 2px solid #ccc;
	background: #eee;
	overflow: hidden;
}
.car-lineup-block li:nth-child(4n) {
	margin: 0 0 10px 0;
}
.car-lineup-block li a {
	display: block;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
	width: calc(100% - 20px);
	height: 100%;
	padding: 15px 10px;
	color: #000;
	text-decoration: none;
}
.car-lineup-block li:hover {
	background: rgba(0, 102, 204, 0.521);
}


.global-car-lineup-block {
	width: 100%;
	height: auto;
	margin: 20px auto 30px;
	padding: 0;
	display: flex; 
	flex-wrap: wrap;
}
.global-car-lineup-block li {
	display: inline-block; 
	width: calc((100% - 61px) / 4 );
	margin: 0 15px 10px 0;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	border: 2px solid #ccc;
	background: #eee;
	overflow: hidden;
}
.global-car-lineup-block li:nth-child(4n) {
	margin: 0 0 10px 0;
}
.global-car-lineup-block li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 0;
	color: #000;
	text-decoration: none;
}
.global-car-lineup-block li:hover {
	background: rgba(0, 102, 204, 0.521);
}

@media print, screen and (max-width: 768px) {

	.maker_panel {
		width: 100%;
		padding-top: 10px;
	}

	.maker-tab li {
		/*width: calc((100% - 23px) / 2);*/
		width: 90%;
		margin-right: 0;
		margin-bottom: 30px;
		list-style-type: none;
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		border: 2px solid #ccc;
	}

	.maker-tab li:nth-child(2n) {
		margin-right: 0px;
	}


	.tab_content {
		display: none;
		padding: 20px 15px 0;
		clear: both;
		overflow: hidden;
	}

	.tab_item {
		width: calc(100% / 4);
		height: 40px;
		line-height: 40px;
		font-size: 13px;
		font-weight: 500;
	}



	.car-lineup-block li {
		display: inline-flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		width: calc((100% - 24px) / 2 );
		margin: 0 15px 10px 0;
		padding: 0;
		font-size: 0.8rem;
		font-weight: 400;
		line-height: 1;
		text-align: center;
		border: 2px solid #ccc;
		background: #eee;
		overflow: hidden;
	}
	.car-lineup-block li:nth-child(2n) {
		margin: 0 0 10px 0;
	}
	.car-lineup-block li:nth-child(4n) {
		margin: 0 0 10px 0;
	}
	.car-lineup-block li a {
		width: calc(100% - 20px);
		height: 100%;
		padding: 15px 10px;
	}


}



/* 利用規約 */

.terms-of-service-block {
	max-width: 980px;
	width: 100%;
	margin: 40px auto;
}

.terms-of-service-ja {

}
.terms-of-service-ja-title {
	width: 100%;
	font-size: 26px;
	font-weight: 800;
	text-align: center;
}
.terms-of-service-ja-txt {
	width: 90%;
	margin: auto;
	padding: 40px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
}

.terms-of-service-en {

}
.terms-of-service-en-title {
	width: 100%;
	font-family: 'SuzukiPROHeadline',Helvetica, Arial, sans-serif;
	font-size: 30px;
	text-align: center;
}
.terms-of-service-en-txt {
	width: 90%;
	margin: auto;
	padding: 40px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
}

.term-of-use-block {
	width: 100%;
	height: auto;
}

.term-of-use-wrap {
	width: calc(100% - 20px);
	height: auto;
	padding: 0 0 0 20px;
	list-style-type: disc;
}
.term-of-use-wrap li {
	padding: 0 0 5px 0;
}



.terms-of-service-agree-check {
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
}
.terms-of-service-consent-btn {
	width: 200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: flex; 
	flex-wrap: wrap;
	flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.terms_accept input {
	width: 200px;
    height: 55px;
    font-size: 18px;
}

.terms-of-service-consent-wrap {
	width: 480px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: flex; 
	flex-wrap: wrap;
}
.terms-of-service-consent-wrap li {
	display: inline-flex;
	flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
    align-content: center;
	width: calc((100% - 91px) / 2 );
	margin: 0 20px;
	padding: 0;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	border: 1px solid #8d8d8d;
	background: #eee;
}
.terms-of-service-consent-wrap li:nth-child(1) {
	font-size: 1.2rem;
	font-weight: 700;
}
.terms-of-service-consent-wrap li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	color: #000;
	text-decoration: none;
}
.terms-of-service-consent-wrap li:hover {
	background:rgb(199, 199, 199);
}

@media print, screen and (max-width: 768px) {

	.terms-of-service-ja-title {
		width: 100%;
		font-size: 20px;
		font-weight: 800;
		text-align: center;
	}
	.terms-of-service-ja-txt {
		width: 90%;
		margin: auto;
		padding: 25px 0;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4;
		text-align: left;
	}

	.terms-of-service-en-title {
		width: 100%;
		font-size: 24px;
		text-align: center;
	}
	.terms-of-service-en-txt {
		width: 90%;
		margin: auto;
		padding: 25px 0;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4;
		text-align: left;
	}

}
