*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

/* ========================================== */
/* Override */
/* ========================================== */

body {
	font-size: 15px;
	color: #262626;
	line-height: 1.47;
	-webkit-font-feature-settings: "palt"1;
	font-feature-settings: "palt"1;
	font-family: BMW Type Next Light, Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo;
}

table,
th,
td {
	border: none;
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.47;
	font-weight: normal;
	text-align: left;
	padding: 20px;
}

table {
	width: 100%;
	border-top: 1px solid #e6e6e6;
}

th,
td {
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 20px;
}

th {
	background-color: #f2f2f2;
}

span,
td {
	font-size: 15px;
	line-height: 1.47;
}

a:hover{
	color: #0653b6;
}

@media screen and (max-width:800px) {

	th,
	td {
		padding: 20px 10px;
	}

}

/* ========================================== */
/* Common */
/* ========================================== */

.pcHidden {
	display: none;
}

.spHidden {
	display: block;
}

#separator,
#separator_en {
	display: none;
}

#completePageContentExperience {
	width: 100%;
	position: static;
}

#completeText {
	width: 100%;
	/* max-width: 79.6875rem; */
	max-width: 1260px;
	margin: 0 auto;
	padding: 0;
}

#topHeadlineText {
	margin-bottom: 60px;
}

#topHeadlineText h2 {
	font-size: 35px;
	line-height: 1.2;
	font-weight: normal;
	padding: 0;
}

#topHeadlineText p {
	font-size: 20px;
}

#innerPageContentTitle {
	margin-bottom: 30px;
}

#innerPageContentTitle h3 {
	font-size: 25px;
	line-height: 1.28;
	color: #262626;
	padding: 0;
	font-weight: normal;
}

#innerPageContentTitle p {
	font-size: 15px;
}

h4 {
	margin-bottom: 30px;
	line-height: 1.6;
	font-size: 20px;
	color: #262626;
	padding: 0;
	font-weight: normal;
}

h5 {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.56;
	color: #262626;
	padding: 0;
	font-weight: normal;
}

#innerPageContentText .textJp+.textJp,
#innerPageContentText .textEn+.textEn,
#legalDisclaimer .textJp+.textJp,
#legalDisclaimer .textEn+.textEn {
	display: block;
	margin-top: 30px;
}

#innerPageContentText .textEn+.textJp,
#innerPageContentText .textJp+.textEn,
#legalDisclaimer .textEn+.textJp,
#legalDisclaimer .textJp+.textEn {
	display: block;
	margin-top: 40px;
}

.marginTop20 {
	display: block;
	margin-top: 20px;
}

.marginTop30 {
	display: block;
	margin-top: 30px;
}

.marginTop40 {
	display: block;
	margin-top: 40px;
}

.marginTop50 {
	display: block;
	margin-top: 50px;
}

.alertColumn {
	color: #ff0000;
	margin-top: 30px;
	display: block;
}

#noOfPages .noOfPages {
	margin-bottom: 30px;
}

#noOfPages .NextOrPreviousPage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#noOfPages .NextOrPreviousPage #linknext {
	order: 2;
}

#noOfPages .NextOrPreviousPage #linkdprev {
	order: 1;
	margin-right: 20px;
}

@media screen and (max-width:800px) {

	.pcHidden {
		display: block;
	}

	.spHidden {
		display: none;
	}

	#completeText {
		width: 100%;
		max-width: none;
		/* padding: 50px 20px 125px; */
		padding: 0;
	}

	#topHeadlineText {
		margin-bottom: 50px;
	}

	#innerPageContentTitle {
		margin-bottom: 40px;
	}

	#innerPageContentText .textJp+.textJp,
	#innerPageContentText .textEn+.textEn,
	#innerPageContentText .textEn+.textJp,
	#innerPageContentText .textJp+.textEn {
		margin-top: 30px;
	}
}

/* ========================================== */
/* nextOrPreviousPage */
/* ========================================== */

#innerPageContentText .nextOrPreviousPage {
	margin-top: 40px;
}

#innerPageContentText .nextOrPreviousPage a {
	display: block;
	width: 285px;
	height: 50px;
	line-height: 50px;
	font-family: 'BMW Type Next Bold';
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	background-color: #4d4d4d;
	text-align: center;
}

#innerPageContentText .nextOrPreviousPage a:hover {
	background-color: #262626;
}

@media screen and (max-width:800px) {
	#innerPageContentText .nextOrPreviousPage {
		margin-top: 40px;
	}

	#innerPageContentText .nextOrPreviousPage a {
		display: block;
		width: 100%;
		height: 45px;
		line-height: 45px;
	}
}

/* ========================================== */
/* btn_form */
/* ========================================== */

#innerPageContentText .btn_form {
	font-family: 'BMW Type Next Bold';
	display: block;
	width: 285px;
	margin-top: 40px;
	height: 50px;
	background-color: #1c69d4;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

#innerPageContentText .btn_form:hover {
	background-color: #0653b6;
}

@media screen and (max-width:800px) {
	#innerPageContentText .btn_form {
		width: 100%;
		height: 45px;
		line-height: 45px;
	}
}

/* ========================================== */
/* recall_search */
/* ========================================== */

#innerPageContentText.search .link {
	margin-top: 40px;
	display: block;
	font-family: BMW Type Next Bold;
	font-weight: bold;
	position: relative;
	height: auto;
	padding-left: 10px;
	cursor: pointer;
}

#innerPageContentText.search .link::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 8px;
	height: 13px;
	background: url(../img/link_arrow_black.svg) no-repeat 0 0;
	background-size: 100%;
}

#innerPageContentText.search .link:hover {
	color: #0653b6;
}

#innerPageContentText.search .link:hover::before {
	background: url(../img/link_arrow_blue.svg) no-repeat 0 0;
	background-size: 100%;
}

#innerPageContentText.search #recallForm {
	display: block;
	margin: 40px 0 60px;
}

#innerPageContentText.search #recallForm table tr td{
	display: inline-block;
}

#innerPageContentText.search #recallForm input{
	width: 230px;
	height: 48px;
	margin-right: 10px;
	border: 2px solid #e6e6e6;
	padding: 0 10px;
}

#innerPageContentText.search #recallForm input:focus{
	outline: none;
	border: 2px solid #0653b6;
	border-radius: 0;
}

#innerPageContentText #recallForm .btnDiv{
    width: auto;
    height: auto;
    background: none;
    margin-right: 0;
    float: none;
}

#innerPageContentText #recallForm .btnDiv a {
	background-color: #1c69d4;
	color: #fff;
	line-height: 48px;
	text-align: center;
	width: 84px;
	height: 48px;
	margin: 0;
	cursor: pointer;
	font-weight: bold;
	font-family: 'BMW Type Next Bold';
}

#innerPageContentText #recallForm .btnDiv a:hover {
	background-color: #0653b6;
}

#legalDisclaimer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: scroll;
}

#legalDisclaimer #flexiDivBox {
	position: absolute;
	width: 100%;
	max-width: 550px;
	top: 30px;
	transform: translateX(-50%);
	left: 50%;
	z-index: 100;
	padding: 0 20px;
}

#legalDisclaimer #flexiDivBox #flexiDiv {
	width: 100%;
	border: 1px solid #999999;
	border-radius: 5px;
	background-color: #ffffff;
}

#legalDisclaimer #flexiDivBox #flexiDiv div+div {
	padding: 20px;
}

#legalDisclaimer #flexiDivBox #flexiDiv div+div img {
	width: 100%;
	margin-top: 60px;
}

#legalDisclaimer #flexiDivBox h4 {
	font-size: 25px;
	line-height: 1.28;
	margin-bottom: 30px;
	color: #262626;
	font-weight: normal;
}

#legalDisclaimer #flexiDivBox #close {
	position: absolute;
	width: 13px;
	height: 12px;
	top: 20px;
	right: 35px;
	cursor: pointer;
}

@media screen and (max-width:800px) {

	#innerPageContentText.search #recallForm {
		margin: 30px 0 50px;
	}

	#innerPageContentText.search #recallForm input{
		height: 44px;
	}

	#innerPageContentText #recallForm .btnDiv a{
		line-height: 44px;
		width: 72px;
		height: 44px;
	}

	#innerPageContentText #recallForm .btnDiv a.formBtn{
		padding: 0;
	}

}

@media screen and (max-width:360px) {

	#innerPageContentText.search #recallForm input{
		width: 190px;
		height: 44px;
	}

}

/* ========================================== */
/* both & campaign */
/* ========================================== */

#innerPageContentText.both h4,
#innerPageContentText.campaign h4 {
	margin-top: 60px;
}

#innerPageContentText.both h4+p,
#innerPageContentText.campaign h4+p {
	margin-bottom: 20px;
}

#innerPageContentText.both h5,
#innerPageContentText.campaign h5 {
	margin-top: 40px;
}

#innerPageContentText.both table thead th:nth-of-type(1),
#innerPageContentText.campaign table thead th:nth-of-type(1) {
	width: 136px;
}

#innerPageContentText.both table thead th:nth-of-type(2),
#innerPageContentText.campaign table thead th:nth-of-type(2) {
	width: 158px;
}

@media screen and (max-width:800px) {

	#innerPageContentText.both h4,
	#innerPageContentText.campaign h4 {
		margin-top: 30px;
	}

	#innerPageContentText.both h5,
	#innerPageContentText.campaign h5 {
		margin-top: 30px;
	}

	#innerPageContentText.both table thead th:nth-of-type(1),
	#innerPageContentText.campaign table thead th:nth-of-type(1) {
		width: 87px;
	}

	#innerPageContentText.both table thead th:nth-of-type(2),
	#innerPageContentText.campaign table thead th:nth-of-type(2) {
		width: 105px;
	}
}

/* ========================================== */
/* notfound */
/* ========================================== */

/* ========================================== */
/* recall */
/* ========================================== */

#innerPageContentText.recall h4 {
	margin-top: 60px;
}

#innerPageContentText.recall table thead th:nth-of-type(1) {
	width: 136px;
}

#innerPageContentText.recall table thead th:nth-of-type(2) {
	width: 158px;
}

@media screen and (max-width:800px) {

	#innerPageContentText.recall h4 {
		margin-top: 30px;
	}

	#innerPageContentText.recall table thead th:nth-of-type(1) {
		width: 87px;
	}

	#innerPageContentText.recall table thead th:nth-of-type(2) {
		width: 105px;
	}
}

/* ========================================== */
/* list */
/* ========================================== */

#innerPageContentText.list h4 {
	margin-top: 60px;
}

#innerPageContentText.list table thead th:nth-of-type(1) {
	width: 136px;
}

#innerPageContentText.list table thead th:nth-of-type(2) {
	width: 158px;
}

@media screen and (max-width:800px) {

	#innerPageContentText.list h4 {
		margin-top: 30px;
	}

	#innerPageContentText.list table thead th:nth-of-type(1) {
		width: 87px;
	}

	#innerPageContentText.list table thead th:nth-of-type(2) {
		width: 105px;
	}
}

/* ========================================== */
/* detailCampaign & detailRecall */
/* ========================================== */

#innerPageContentText.detailCampaign table tr th,
#innerPageContentText.detailCampaign table tr td,
#innerPageContentText.detailRecall table tr th,
#innerPageContentText.detailRecall table tr td {
	padding: 20px;
}

#innerPageContentText.detailCampaign table tr th,
#innerPageContentText.detailRecall table.info tr th {
	width: 296px;
}

#innerPageContentText.detailRecall .table_box .table_wrapper{
	overflow-x: scroll;
	display: block;
	margin-top: 40px;
}

#innerPageContentText.detailRecall table.info {
	margin-top: 20px;
}

#innerPageContentText.detailRecall .table_box .table_wrapper table {
	width: 1185px;
}

#innerPageContentText.detailRecall .table_box .table_wrapper table tr th:nth-of-type(1) {
	width: 118px;
}

#innerPageContentText.detailRecall .table_box .table_wrapper table tr th:nth-of-type(2) {
	width: 142px;
}

#innerPageContentText.detailRecall .table_box .table_wrapper table tr th:nth-of-type(3) {
	width: 155px;
}

#innerPageContentText.detailRecall .table_box .table_wrapper table tr th:nth-of-type(4) {
	width: 522px;
}

#innerPageContentText.detailRecall .table_box .table_wrapper table tr th:nth-of-type(5) {
	width: 177px;
}

#innerPageContentText.detailRecall .table_box .table_wrapper table tr th:nth-of-type(6) {
	width: 71px;
}

@media screen and (max-width:800px) {

	#innerPageContentText.detailCampaign table tr th,
	#innerPageContentText.detailCampaign table tr td,
	#innerPageContentText.detailRecall table tr th,
	#innerPageContentText.detailRecall table tr td {
		padding: 20px 10px;
	}

	#innerPageContentText.detailCampaign table tr th,
	#innerPageContentText.detailRecall table.info tr th {
		width: 112px;
	}

	#innerPageContentText.detailRecall .table_box .table_wrapper table {
		width: 842px!important;
	}
	
	#innerPageContentText.detailRecall .table_box .table_wrapper table tr th:nth-of-type(1) {
		width: 66px;
	}
	
	#innerPageContentText.detailRecall .table_box .table_wrapper table tr th:nth-of-type(2) {
		width: 93px;
	}
	
	#innerPageContentText.detailRecall .table_box .table_wrapper table tr th:nth-of-type(3) {
		width: 101px;
	}
	
	#innerPageContentText.detailRecall .table_box .table_wrapper table tr th:nth-of-type(4) {
		width: 403px;
	}
	
	#innerPageContentText.detailRecall .table_box .table_wrapper table tr th:nth-of-type(5) {
		width: 129px;
	}
	
	#innerPageContentText.detailRecall .table_box .table_wrapper table tr th:nth-of-type(6) {
		width: 50px;
	}
}

/* ========================================== */
/* takata & kaizen */
/* ========================================== */

#innerPageContentText.takata .listDate {
	text-align: right;
}

#innerPageContentText.takata .listName {
	text-align: right;
	margin-bottom: 40px;
}

#innerPageContentText.kaizen table {
	margin-top: 20px;
}

#innerPageContentText.takata table tr th,
#innerPageContentText.takata table tr td,
#innerPageContentText.kaizen table tr th,
#innerPageContentText.kaizen table tr td {
	padding: 20px;
}

#innerPageContentText.takata table.info {
	margin-bottom: 60px;
}

#innerPageContentText.takata table.info tr th {
	width: 296px;
}

#innerPageContentText.takata .table_box {
	margin-bottom: 40px;
}

#innerPageContentText.kaizen table tr th:nth-of-type(1) {
	width: 136px;
}

#innerPageContentText.kaizen table tr th:nth-of-type(2) {
	width: 158px;
}

#innerPageContentText.takata table.detail tr th:nth-of-type(1) {
	width: 118px;
}

#innerPageContentText.takata table.detail tr th:nth-of-type(2) {
	width: 142px;
}

#innerPageContentText.takata table.detail tr th:nth-of-type(3) {
	width: 155px;
}

@media screen and (max-width:800px) {

	#innerPageContentText.takata table tr th,
	#innerPageContentText.takata table tr td,
	#innerPageContentText.kaizen table tr th,
	#innerPageContentText.kaizen table tr td {
		padding: 20px 10px;
	}

	#innerPageContentText.takata table.info tr th {
		width: 112px;
	}

	#innerPageContentText.takata .table_box {
		overflow-x: scroll;
	}

	#innerPageContentText.kaizen table tr th:nth-of-type(1) {
		width: 87px;
	}

	#innerPageContentText.kaizen table tr th:nth-of-type(2) {
		width: 105px;
	}

	#innerPageContentText.takata table.detail {
		width: 663px;
	}

	#innerPageContentText.takata table.detail tr th:nth-of-type(1) {
		width: 66px;
	}

	#innerPageContentText.takata table.detail tr th:nth-of-type(2) {
		width: 93px;
	}

	#innerPageContentText.takata table.detail tr th:nth-of-type(3) {
		width: 101px;
	}

	#innerPageContentText.takata table.detail tr th:nth-of-type(4) {
		width: 403px;
	}
}