@charset "UTF-8";

section.afterService h2 {
	line-height: 1.4;
}

.cautionRed {
	font-size: 12px !important;
	color: #c00;
	padding-left: 1em;
	text-indent: -1em;
}

table,
table tr,
table th,
table td{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	box-sizing: border-box;
}

table.syousaiTable{
	border-collapse:collapse;
	width:100%;
	border:1px solid #999;
	border-bottom:none;
}

@media screen and (max-width: 736px) {
	table.syousaiTable{
		width: calc(100vw - 30px);
	}
}

.bdbtm{
	border-bottom:1px solid #999 !important;
}

.bdbtmNone{
	border-bottom:none !important;
}

table.syousaiTable th,
table.syousaiTable td{
	padding:18px;
	font-weight: normal;
	font-size: 14px;
}

@media screen and (max-width: 736px) {
	table.syousaiTable th,
	table.syousaiTable td{
		padding:2vw;
	}
}

table.syousaiTable th{
	background:#b4b4b4;
	font-weight:normal;
	font-weight: bold;
	width:160px;
}

@media screen and (max-width: 736px) {
	table.syousaiTable th{
		width:25.8vw;
		font-size: 12px;
	}
	
	table.syousaiTable td{
		font-size: 10px;
		
	}
	
	table.syousaiTable td p{
		font-size: 10px;
	}
}


table.syousaiTable td.omonaData {
	padding:0;
	vertical-align: top;
}

table.syousaiTable td.omonaData table.omonaDataTable {
	border-collapse:collapse;
	width:100%
}


table.syousaiTable td.omonaData table.omonaDataTable td {
	border-bottom:1px solid #999;
}

table.syousaiTable td.omonaData table.omonaDataTable td.drakGray {
	background:#e5e5e5;
}

table.syousaiTable td.omonaData table.omonaDataTable td.lightGray {
	background:#f5f5f5;
}

.wid80{
	width:80px !important;
}

.wid90{
	width:96px !important;
}

.lightGray.wid90 {
	width: 126px !important;
}

@media screen and (max-width: 736px) {	
	table.syousaiTable td.omonaData div {
		/*width: 65.8333vw;*/
		width: calc(100vw - 30px - 25.87vw);
		overflow-x: scroll;
		white-space: nowrap;
	}
}

@media screen and (max-width: 736px) {
	.wid90{ width:12vw !important; }
	.lightGray.wid90 { width: 18vw !important; }
}

.wid200{
	width:200px !important;
}

@media screen and (min-width: 737px), print {
	li.pcpl0 {
		margin-left: 0 !important;
	}
}





/*Gracenote CDDBのヤツ　/navi/versionup/support/mitsubishi/index_v187.html*/	

.stepTwoColumn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
		
.stepTwoColumn .step {
	width: 580px;
	background: #f0f0f0;
	min-height: 215px;
	display: flex;
	align-items: center;
}
		
.stepTwoColumn .step ul{
	padding: 25px 30px;
	font-size: 14px;
}
		
.stepTwoColumn .step ul li::after{
	content: '▼';
	font-size: 12px;
	color: #f00;
	display: block;
	height: 20px;
	left: 0;
	top:16px;
}
		
.stepTwoColumn .step ul li:last-child::after{
	display: none;
	height: 0;
}
		
.stepTwoColumn .photo {
	width: 382px;
}

h3.bdbtm {
	font-size: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
	line-height: 1.4;
	margin-bottom: 25px;
}

p.btmArrow::after{
	display: block;
	content: '';
	margin: 20px 0 20px 340px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 21px 0 21px;
	border-color: #000000 transparent transparent transparent;
}

p.btmArrow02::after{
	display: block;
	content: '';
	margin: 20px 0 20px 200px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 21px 0 21px;
	border-color: #000000 transparent transparent transparent;
}


table.list {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #999;
	font-size: 14px;
	width: 100%;
}

table.list th,
table.list td {
	border-bottom: 1px solid #999;
	padding: .8em;
}

table.list th {
	background: #e5e5e5;
}

.note {
	font-size: 12px !important;
}

.fz16 {
	font-size: 16px !important
}


p.downloadBtn a {
	border-radius: 6px; 
	background: #c00;
	color: #fff !important;
	display: block;
	width: 520px;
	margin: 0 auto;
	padding: 12px 0;
	text-decoration: none !important;
	text-align: center;
	position: relative;
	font-weight: bold;
}

p.downloadBtn a::after {
	position: absolute;
    top: 50%;
	right: 15px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}

p.downloadBtn a:hover {
	opacity: 0.7;
}


@media screen and (max-width: 736px) {
	section.afterService.musicTitle img {
		width: 100%;
	}
	
	.stepTwoColumn {
		display: block !important;
		margin-bottom: 8%;
	}
	
	.stepTwoColumn .step {
		width: 100% !important;
		background: #f0f0f0;
		min-height: inherit;
		display: block;
		margin-bottom: 15px;
	}
	
	.stepTwoColumn .step ul{
		padding: 1em;
		font-size: 3.2vw;
	}
	
	.stepTwoColumn .photo {
		width: 100% !important;
	}
	
	h3.bdbtm {
		font-size: 18px !important;
		margin-bottom: 15px !important;
	}
	
	p.downloadBtn a {
		width: 100%;
	}
	
	p.btmArrow::after{
		margin: 20px auto;
	}

	p.btmArrow02::after{
		margin: 20px auto;
	}
	
	table.list {
		font-size: 12px;
	}
	
	table.list th {
		white-space: nowrap;
	}
	
	table.list th span {
		display: block;
		padding-left: 1.5em;
		text-indent: -1.5em;
	}
	
	.sptac {
		text-align: center;
	}

	
	.mb50 {
		margin-bottom: 10% !important;
	}
	
	.mb40 {
		margin-bottom: 8% !important;
	}
	
	.mb20 {
		margin-bottom: 4% !important;
	}
	
	.mb10 {
		margin-bottom: 2% !important;
	}
}
