/* # =================================================================
   # Global selectors
   # ================================================================= */html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{background-repeat:no-repeat;padding:0;margin:0}

/* # =================================================================
   # General elements
   # ================================================================= */audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}

/* # =================================================================
   # Forms
   # ================================================================= */input{border-radius:0}[type="submit"] [role="button"],[type=button],[type=reset],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type="button"]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}

/* # =================================================================
   # Specify media element style
   # ================================================================= */img{border-style:none}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}

/* # =================================================================
   # Accessibility
   # ================================================================= */@media screen{[hidden~=screen]{display:inherit}[hidden~="screen"]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}

/* # =================================================================
   # Selection
   # ================================================================= */::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}

   .wrapper {
    width: 967px;
    margin: 0 auto;
    text-align: left;
}
ul,li{
  list-style:none;
}
a{
  opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;  
}
a:hover{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

header{
  background: #4262ad;
  padding: 34px 0;
}
header h1{
  text-align: left;
  color: #fff;
  font-size: 24px;
}
header h1 br{
  display: none;
}
.block01{
  background: #fcf4f4;
  border:3px solid #be0000;
  padding: 20px;
  margin: 50px 0 70px;
}
.block01 h2{
  background: #be0000;
  color: #fff;
  font-size: 18px;
  padding:10px 16px;
  margin:0 0 20px;
}
.block01 p{
  font-size: 16px;
}
.block02{
  margin:0 0 30px;
}
.block02 h3{
  border:3px solid #4262ad;
  color: #04305f;
  text-align: center;
  padding: 25px 0;
}
.block02 .box{
  background: #eaeff9;
  padding: 30px 35px;
}
.block02 span a{
  color: #4262ad;
}
.block02 dt{
  font-size: 18px;
  font-weight: bold;
}
.block02 dd{
  border-bottom:1px solid #9e9e9e;
  padding: 8px 15px 20px 15px;
  margin-bottom: 20px;
} 
.block03 .box{
  background: #ffffdf;
  padding: 30px;
  font-size: 14px;
  margin:0 0 30px;
}
.block03 .box b{
  font-weight: bold;
  margin-bottom: 13px;
  display: block;
}
.block03 .box ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.block03 .box li{
  width: 55%;
  margin-bottom: 10px;

}
.block03 .box li span{
	display: inline-block;
	flex-shrink: 0;
	text-align: center;
    width: 20px;
}
.block03 .box li:nth-child(even){
  width: 45%;
}
.block03 .note{
  font-size: 14px;  
}
.block03 .note li{
  margin-bottom: 10px;  
}
.block03 .btn a{
  font-weight: bold;
  text-decoration: none;
  display: block;
  background: #042a72;
  color: #fff;
  text-align: center;
  width: 670px;
  margin:70px auto;
  padding: 25px 0 26px;
  font-size: 20px;
  position: relative;
}
.block03 .btn a br{
  display: none;
}
.block03 .btn a::after{
  content: '';
  width: 13px;
  height: 13px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 54%;
  right: 14px;
  margin-top: -11px;
}
.tbl .contents-selector{
  border: 2px solid #6e7176;
    padding: 7px 15px 5px;
    width: 100%;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    margin: 0 0 20px;
    font-size: 19px;
}
.tbl .common-cls{
	position: relative;
}
.tbl .common-cls:after{
  content: "";
  background:url(../images/202006/arrow.jpg) no-repeat;
   display:block;
   width:17px;
   height:17px;
    position: absolute;
    right: 20px;
    top: 14px;
}
.tbl table{
  width: 100%;
  text-align: center;
  border: #999999 1px solid;
  table-layout: fixed;
}
.tbl .txt_l{
	font-size:220%;
}
.tbl .txt_l2{
	font-size:160%;
}
.tbl .b_right {
    border-right: #999999 1px solid;
}

.tbl th{
  border-bottom: #999999 1px solid;
  color: #000!important;
}
.tbl td{
  padding: 7px 0;
}
.tbl .b_bottom {
    border-bottom: #999999 1px solid;
}

.tbl .note{
  font-size: 14px;
      margin-top: 20px;
}
.tbl .note dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;	
	line-height: 1;
	margin:0 0 15px;
	font-size:14px;
}
.tbl .note dt {
	margin-right: 10px;
	padding-top: 2px;
	flex-shrink: 0;
}
.tbl .note dd {
	line-height: 1.4;
}
.tbl .note2 dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;	
	line-height: 1;
	margin:0 0 15px;
	font-size:14px;
}
.tbl .note2{
      font-size: 14px;
    margin: 50px 0;
    background: #ffffdf;
    padding: 20px 20px 10px;
}
.tbl .note2 dt {
	margin-right: 10px;
	padding-top: 2px;
}
.tbl .note2 dd {
	line-height: 1.4;
}
.tbl .block div{
  display: none;
}
.tbl .block #a01{
  display: block;
}
.art table .navi{
  border-bottom:none;
}

.art table.ipod_artwork td,
.art table.ipod_artwork th {
    text-align: center;
    background-color: #ffffff;
    border:1px;
}
.art table.ipod_artwork th.ipod_bg, 
.art table.ipod_artwork td.ipod_bg {
    background-color: #FDE3FF;
}
.art table.ipod_artwork th.ipodC_bg, 
.art table.ipod_artwork td.ipodC_bg {
    background-color: #FDD9DB;
}
.art table.ipod_artwork th.ipodT_bg, 
.art table.ipod_artwork td.ipodT_bg {
    background-color: #FFDFC1;
    font-weight: bold;
}
.art table.ipod_artwork th.ipodnano_bg, 
.art table.ipod_artwork td.ipodnano_bg {
    background-color: #FEFF99;
}
.art table.ipod_artwork th.iphone_bg, 
.art table.ipod_artwork td.iphone_bg {
    background-color: #C5EBC0;
}
.art table.ipod_artwork {
    text-align: center;
    cellpadding: 3px;
    cellspacing: 1px;
    background-color: #cccccc;
    font-size: 75%;
    color: #666666;
    border: 1px solid #ebebeb;
    margin: 0 auto;
}
.art table.ipod_artwork tr.tr_02 td {
    background-color: #f6f6f6;
}
.tbl th,
.tbl td{
	font-size:18px;
}
.tbl th{
  width: 775px;
  padding:15px 0;
  font-weight:bold;
}

.tbl td:first-child,
.tbl th:first-child{
  width: 180px;
   min-width: 180px;
   font-size:15px;
}

#ipod_suzuki.tbl td:first-child,
#ipod_suzuki.tbl th:first-child,
#ipod_artwork_daihatsu .tbl td:first-child,
#ipod_artwork_daihatsu .tbl th:first-child{
  width: 280px;
   min-width: 280px;
}
#ipod_suzuki.tbl th,
#ipod_artwork_daihatsu .tbl th{
  width: 671px;
}

.tbl .block div{
overflow: auto;
white-space: nowrap;
}

select:disabled {
  color: #b4b4b4;
}
.block04 .box{
  background: #fcf4f4;
  border:3px solid #be0000;
  padding: 20px;
  margin: 20px 0 70px;
  font-size: 14px;
}
.block04 .box li{
	margin-bottom:10px;
	text-indent: -10px;
    padding-left: 10px;
}
.block04 .box b{
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.block04 .box b br{
  display:none;
}
.block04 .btn a{
  text-decoration: none;
  display: block;
  background: #6e7176;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  width: 310px;
  padding: 15px 0;
  margin:0 auto 70px;
  position: relative;
}

.block04 .btn span{
  position: absolute;
    right: 30px;
    top: 19px;
  padding: 0;
  width: 1px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
}
.block04 .btn span:before{
  display: block;
  content: "";
  position: absolute;
    top: 48%;
    left: -9px;
    width: 20px;
    height: 1px;
    margin-top: 0;
    background: #fff;
}

.block05 p{
  padding: 40px 0 0;
}
.block05 .btn a{
  font-weight: bold;
  text-decoration: none;
  display: block;
  background: #042a72;
  color: #fff;
  text-align: center;
  width: 670px;
  margin:70px auto;
  padding: 25px 0 26px;
  font-size: 20px;
  position: relative;
}
.block05 .btn a::after{
  content: '';
  width: 13px;
  height: 13px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -8px;
}
.block06{
  margin-bottom: 100px;
}
.block06 .box{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block06 dl{
  margin-top: 25px;
}
.block06 dt{
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#ipod_artwork_daihatsu .block06 .box{
  justify-content: space-around;
}
.tbl .contents{
	display: none;
}
.tbl #a01 {
  display: block;
}

.tbl .common-cls.dn {
  display: none;
}
.date{
  text-align: right;
}
#ipod_subaru h4{
  margin: 50px auto 30px;
}
#ipod_subaru table{
  width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
  text-align: center;
  margin: 0px auto 20px;
  border: 2px solid #ccc;
}
#ipod_subaru table tr,
#ipod_subaru table th,
#ipod_subaru table td{
  border: 1px solid #9e9e9e;
  padding: 10px 0;
}
#ipod_subaru table th {
  background: #eaeff9;
}
#ipod_subaru table tr:nth-child(2n){
  background: #EBEBEB;
}

/*--------------------------------
SP
----------------------------------*/
@media screen and (max-width: 767px){
.wrapper {
    width: 100%;
  font-size: 13px;
} 
header {
    padding: 24px 0;
}
header h1 {
    font-size: 18px;
    padding: 0 15px;  
} 
header h1 br{
  display: block;
}
.block01 {
    border: 2px solid #be0000;
    padding: 10px;
    margin: 25px auto;
    width: 94%;
}
.block01 h2 {
    font-size: 15px;
    padding: 4px 11px;
    margin: 0 0 15px;
}
.block01 p {
    font-size: 13px;
}
.block02 h3 {
    border: 2px solid #4262ad;
    padding: 15px 0;
}
.block02 .box {
    padding: 15px 12px;
}
.block02 dt {
    font-size: 13px;
}
.block02 dd {
    padding: 8px 15px 10px 0;
    margin-bottom: 10px;
}

.block03 .box {
    padding: 15px;
    font-size: 13px;
    margin: 0 0 15px;
}
.block03 .box ul {

    display: block;
}
.block03 .box li,
.block03 .box li:nth-child(even) {
    width: 100%;
}
.block03 .note {
    font-size: 13px;
    padding: 0 15px;
}
.block03 .btn a br{
  display: block;
}
.block03 .btn a {
    font-size: 15px;
      margin: 30px auto;
    width: 90%;
        padding: 10px 0;
    line-height: 1.3;
}

.tbl .note {
    font-size: 13px;
    margin:20px auto 0;
    width: 94%;
}
.tbl .note dt{
  width: 7%;
  display: inline-block;
  vertical-align: -2px;
}
.tbl .note dd {
  width: 90%;
  vertical-align: top;
  display: inline-block;
    word-wrap: break-word;
    margin-left: 0;
    margin-bottom: 5px;
}

.block04 .box b {
    margin-bottom: 5px;
}
.block04 .box {
    border: 2px solid #be0000;
    padding: 15px;
    margin: 10px auto 25px;
    font-size: 13px;
    width: 94%;
}
.block04 .btn a {
    font-size: 14px;
    width: 70%;
    padding: 8px 0;
    margin: 0 auto 70px;
    position: relative;
}
.block04 .btn span {

    top: 8px;
}
.tbl table{
width:100%;
table-layout: auto;
}
.tbl .block{
  width: 94%;
  margin:auto;
}

.tbl .block div::-webkit-scrollbar{
 height: 5px;
}
.tbl .block div::-webkit-scrollbar-track{ 
  background: #F1F1F1;
}
.tbl .block div::-webkit-scrollbar-thumb {　　
 background: #BCBCBC;
}

.tbl td:first-child br,
.tbl th:first-child br{
  display: block;
}
.block05{
  width: 94%;
  margin: auto;
}
.block05 p {
    padding: 25px 0 0;
}
.block05 .btn a {
font-size: 15px;
    margin: 30px auto;
    padding: 13px 0;
    width: 100%;
    margin: 30px auto;
}
.block06{
  width: 94%;
  margin: auto;
}
.block06 .box {
    margin: 0 0 30px;
}
.block06 img{
  width: 100%;
}
.block06 dl {
    margin-top: 15px;
    width: 48%;
}
.block06 dt {
    margin-bottom: 5px;
}
.tbl td.ipod_bg:first-child,
.tbl td.ipodC_bg:first-child,
.tbl td.ipodT_bg:first-child,
.tbl td.ipodnano_bg:first-child,
.tbl td.iphone_bg:first-child {
    position: relative;
    z-index: 0;

}
.tbl td:first-child,
.tbl th:first-child{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left:0;
  z-index: 1;
  background: #fff;
}
.tbl th {
    width: 65%;
}
.tbl td:first-child, 
.tbl th:first-child{
    width: 35%;
}


.tbl .common-cls{
    margin: 0 auto;
    width: 94%;
}
.tbl .common-cls select{
font-size: 16px;
    padding: 10px 15px;

}

.tbl .common-cls:after {
    content: "";
    background: url(../images/202006/arrow-sp.jpg) no-repeat;
    background-size:15px 15px;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 14px;
}
.tbl .contents-selector {
    border: 1px solid #000;
}

.block03 .box li{
	display:flex;
}
.block03 .note li {
    padding-left: 17px;
    text-indent: -10px;
}
.tbl td {
    padding: 7px;
}
  #ipod_subaru .block{
    width: 94%;
    margin:auto;
  }
}