@charset "utf-8";
/* CSS Document */
/*����*/
/* =======================================

	 CSS BrowserReset BaseElements
	
	 (C)BLACKFLAG.NET ALL RIGHTS RESERVED.
	 http://black-flag.net/

 ======================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-style: inherit;
	font-weight: inherit;
  font-size: 100%;
}
html {
	-webkit-text-size-adjust: none;
}
img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}
a {
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
	color: #28539C;
}
a:hover{
	color: #FD87B0;
}
ol, ul {
	list-style: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table a{
	color: #000;
}
header, article, aside, section, footer, nav, menu, details, hgroup, summary {
	display: block;
}
body {
	background-color: #ffffff;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/*�R���e���c*/
/*����*/
.sp {
	display: none;
}
.pc {
  display: block;
}
#page {
	min-width: 980px;
	margin: 0 auto 50px;
	background: #ffffff;
	overflow: hidden;
}
#main {
  width: 1200px;
	font-family: "���C���I", "Meiryo", "verdana", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "�l�r �o�S�V�b�N", "MS PGothic", Sans-Serif;
	line-height: 1.2;
	margin: 0 auto;
	position: relative;
}
#page h1 {
	width:100%;
	color: #ffffff;
	background-color: #4262ad;
	font-size: 143%;
	font-weight: bold;
	padding: 34px 0;
  line-height: 1.6;
}
#page h1.h1_2lines {
  padding: 20px 0;
  line-height: 1.4;
}
#page h1 p {
  width: 1200px;
  margin: 0 auto;
}
#page section {
  background: #ebeffa;
  padding-bottom: 50px;
}
/*index�y�[�W*/
#index h2 {
  display: flex;
	align-items: center;
  color: #04305f;
  font-size: 200%;
  margin: 50px 0 30px;
}
#index h2:after {
  content: "";
  flex-grow: 1;
	margin-left: 5px;
  border-top: 1px solid #04305f;
}
#index ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
}
#index ul li {
  width: 237px;
  padding-bottom: 10px;
}
#index ul li a {
  position: relative;
  display: block;
  background-color: #ececed;
  color: #04305f;
  font-weight: bold;
  padding: 35px 10px 35px 25px;
}
#index ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #04305f;
  border-right: 1px solid #04305f;
  transform: rotate(45deg);
  margin-top: -5px;
}
#index ul li a:hover{
  opacity:.75;
}
#index .corporations_list {
  display: flex;
  flex-wrap: wrap;
}
#index .corporations_list dl{
  width: 237px;
  padding-bottom: 10px;
  padding-right: 10px;
}
#index .corporations_list dl dt {
  color: #000000;
  margin-bottom: 10px;
}
#index .corporations_list dl dt:before {
  content: "\025a0";
  color: #4262ad;
}
#index .corporations_list dl dd a {
  position: relative;
  display: block;
  background-color: #ececed;
  color: #04305f;
  font-weight: bold;
  padding: 35px 10px 35px 25px;
}
#index .corporations_list dl dd.list_3lines a {
  padding: 16px 10px 16px 25px;
}
#index .corporations_list dl dd a:after {
  content:"";
  position:absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #04305f;
  border-right: 1px solid #04305f;
  transform: rotate(45deg);
  margin-top: -5px;
}
#index .corporations_list dl dd a:hover{
    opacity:.75;
}
/*�e���[�J�[�y�[�W*/
/*����*/
.mr30_pc {
  margin-right: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.ml15{
  margin-left: 15px !important;
}
.text_Re {
    color: #ff0000;
  }
.content_box {
  width: 976px;
  margin: 0 auto;
}
.notes {
  font-size: 80%;
  line-height: 1.5;
  margin-bottom: 15px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.btn,
.btn_2lines{
  width: 427px;
  text-align: center;
  margin: 0 auto;
  font-size: 120%;
}
.btn_s {
  width: 160px;
  text-align: center;
  margin: 0 auto;
  font-size: 90%;
  display: inline-block;
}
.btn a,
.btn_2lines a,
.btn_s a{
  position: relative;
  display: block;
  background-color: #042a72;
  color: #fff;
  font-weight: bold;
}
.btn a{
  padding: 20px;
}
.btn_2lines a,
.btn_s a {
  padding: 10px 20px;
}
.btn a:after,
.btn_2lines a:after,
.btn_s a:after{
  content:"";
  position:absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}
.btn a:hover,
.btn_2lines a:hover,
.btn_s a:hover{
  opacity:.75;
}
.btn_2lines span {
  font-size: 85%;
}
.underline a{
  text-decoration: underline;
}
.attention_txt {
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  font-size: 140%;
}
.txt_red{
  color: #d30000;
}
.attention_box {
  background: #fcf4f4;
  border: 3px solid #be0000;
  padding: 20px;
  margin: 20px 0 40px;
  font-size: 14px;
}
.attention_box dl dt {
  margin-top: 1em;
}
#container{
  font-size: 88%;
  line-height: 1.8;
}
img {
  flex-shrink: 0;
}
/*�p���������X�g*/
#container #bread_list {
  font-size: 80%;
  margin: 10px 0 20px;
}
/*�y�[�W�������N���X�g*/
#container #link_list{
  width: 976px;
  margin: 0 auto;
}
#container #link_list ul {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  padding: 0;
  margin: 0 auto;
  line-height: 1.2;
}
#container #link_list ul li{
  padding-bottom: 10px;
  padding-right: 8px;
  width: 320px;
}
#container #link_list ul li:nth-child(3n) {
  padding-right: 0;
}
#container #link_list ul li a {
  position: relative;
  display: flex;
  /*flex-wrap: wrap;*/
  background-color: #042a72;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  height: 90px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 130%;
  flex-direction: column;
}
#container #link_list ul li a:after {
  content: "";
  position: absolute;
  top: 80%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(255, 255, 255);
  transform: rotate(135deg);
  margin-top: -5px;
  right: 50%;
}
#container #link_list ul li a:hover{
  opacity:.75;
}
#container #link_list ul li a span {
  font-size: 65%;
  font-weight: normal;
  align-self: normal;
  margin: 3px 0;
}
#container #link_list p {
  font-weight: bold;
  margin: 50px auto 0;
  line-height: 1.8;
}
/*h2*/
#container section h2 {
	color: #ffffff;
	background-color: #4262ad;
	font-size: 120%;
	font-weight: bold;
	padding: 20px;
  line-height: 1.6;
  margin: 40px auto;
}

/*���[�U�[�o�^*/
#section_navicafe {
  
}
/*�����n�}�X�V*/
#section_map_update .explanation_map_update {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 112px;
}
#section_map_update .explanation_map_update dl {
  width: 466px;
}
#section_map_update .explanation_map_update dl dt {
  color: #04305f;
  margin-bottom: 10px;
  font-size: 120%;
  font-weight: bold;
}
#section_map_update .explanation_map_update dl dt:before {
  content: "\025a0";
}
#section_map_update .explanation_map_update dl dd {
  margin: 0 auto;
  text-align: center;
}
#section_map_update .explanation_map_update dl dd p {
  text-align: left;
  padding-top: 20px;
}
#section_map_update h3 {
  width: 100%;
  background-color: #ffffdf;
  border: 1px solid #4262ad;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  margin: 30px auto;
}
#section_map_update table.provide_table {
  font-size: 87%;
  text-align: center;
  margin: 30px auto 20px;
}
#section_map_update table.provide_table tr,
#section_map_update table.provide_table th,
#section_map_update table.provide_table td{
  border: 1px solid #9e9e9e;
}
#section_map_update table.provide_table th,
#section_map_update table.provide_table td{
  vertical-align: middle;
}
#section_map_update table.provide_table th {
  background-color: #e3e3e3;
  height: 70px;
  font-weight: bold;
}
#section_map_update table.provide_table.table_nissan th {
  height: 40px;
}
#section_map_update table.provide_table td{
  padding: 10px;
}
#section_map_update table.provide_table td.end{
  background-color: #e3e3e3;
}
#section_map_update table.provide_table td.txt_vertical{
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  white-space: nowrap;
  margin: 0;
  line-height: 1em;
}
#section_map_update table.provide_table td a:hover{
  opacity: 0.75;
}
#section_map_update #flow_naviup,
#section_map_update #flow_naviup_s,
#section_map_update #flow{
  margin-top: 30px;
}
#section_map_update .flow_title {
  background-color: #fff;
  border: 1px solid #4262ad;
  text-align: center;
  padding: 20px 0;
  font-size: 130%;
  font-weight: bold;
}
#section_map_update .flow_box {
  background-color: #fbfbfb;
  padding: 10px;
}
#section_map_update .flow_txt_box{
  padding-left: 10px;
  margin-bottom: 20px;
}
#section_map_update .flow_txt_box p{
  text-indent: -1em;
  padding-left: 1em;
}
#section_map_update ol.flow_list {
  
}
#section_map_update ol.flow_list li {
  display: flex;
  margin-bottom: 40px;
}
#section_map_update ol.flow_list li .flow_number {
  background-color: #4262ad;
  color: #fff;
  padding: 5px 23px;
  margin-right: 20px;
  font-size: 150%;
  font-weight: bold;
  position: relative;
}
#section_map_update ol.flow_list li .flow_number:after {
  content: "";
  border-top: 30px solid #4262ad;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  position: absolute;
  bottom: -30px;
  left: 0;
}
#section_map_update ol.flow_list li:last-child .flow_number:after {
    border: none;
}
#section_map_update ol.flow_list li .flow_icon_pc {
  align-self: baseline;
  background-color: #04891d;
  color: #fff;
  padding: 5px 15px;
  font-size: 150%;
  font-weight: bold;
  margin-right: 20px;
  margin: 0 10px;
}
#section_map_update ol.flow_list li .flow_icon_navi{
  align-self: baseline;
  background-color: #ff7800;
  color: #fff;
  padding: 5px 10px;
  font-size: 140%;
  font-weight: bold;
  margin-right: 20px;
  margin: 0 10px;
}
#section_map_update ol.flow_list li .flow_icon_sp{
  align-self: baseline;
  background-color: #cc66ff;
  color: #fff;
  padding: 10px;
  font-size: 100%;
  font-weight: bold;
  margin-right: 20px;
  margin: 0 10px;
}
#section_map_update ol.flow_list li .btn_box02 {
  display: flex;
}
#section_map_update ol.flow_list li .btn_box02 .btn_2lines,
#section_map_update ol.flow_list li .btn_box02 .btn{
  width: 337px;
  margin-right: 15px;
}
#section_map_update ol.flow_list li .btn_box03 {
  display: flex;
  padding: 10px;
}
#section_map_update ol.flow_list li .btn_box03 p{
  padding-right: 15px;
}
#section_map_update ol.flow_list li .btn_box03 p a:hover{
  opacity: 0.75;
}
#section_map_update ol.flow_list li .btn_box02 .btn_2lines a {
  padding: 6px 20px;
}
#section_map_update ol.flow_list li div > p {
  font-weight: bold;
}
#section_map_update ol.flow_list li .flow_txt {
  font-weight: normal;
  margin-top: 10px;
}
#section_map_update ol.flow_list li .flow_txt span {
  display: inline-block;
  background-color: #4262ad;
  color: #fff;
  font-weight: bold;
  padding: 1px 5px;
  margin: 0 3px;
}
#section_map_update .detail {
  background-color: #fff;
  padding: 20px 30px;
  margin: 10px;
}
#section_map_update .detail .detail_title {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 15px;
}
#section_map_update .detail .btn_box01 {
  margin-bottom: 15px;
}
#section_map_update .detail .btn_box01 .btn {
  margin: 0;
}
#section_map_update #flow_naviup .detail .btn_box01 .btn,
#section_map_update #flow_naviup_s .detail .btn_box01 .btn {
  margin: 0 auto;
}
#section_map_update .detail .btn_box02 {
  display: flex;
  justify-content: space-between;
}
#section_map_update .detail .btn_box02 .btn {
  margin-bottom: 10px;
}
.btn_video {
  width: 427px;
  text-align: center;
  font-size: 120%;
  margin: 0;
}
.btn_video a {
  position: relative;
  display: block;
  background-color: #ececed;
  color: #04305f;
  font-weight: bold;
  padding: 20px;
}
.btn_video a:before {
  content:"\025b6";
  color: #fff;
  background-color: #d30000;
  border-radius: 8px;
  top: 50%;
  width: 30px;
  padding: 2px 15px;
  margin-right: 10px;
}
.btn_video a:after {
  content:"";
  position:absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #04305f;
  border-right: 1px solid #04305f;
  transform: rotate(45deg);
  margin-top: -5px;
}
.btn_video a:hover {
  opacity:.75;
}
#section_map_update #model_02 .notes {
  text-align: center;
}
#section_map_update #model_02 .btn_box_dl {
  display: flex;
  margin: 0 auto;
}
#section_map_update #model_02 .btn_box_dl div {
  margin: 0 auto;
}
#section_map_update #model_02 .btn_box_dl .btn a {
  padding: 25px 20px;
}
#section_map_update #navi_ichiran h4 {
  width: 100%;
  background-color: #e3e3e3;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  margin: 30px auto;
}
#section_map_update #navi_ichiran table {
  width: 80%;
  margin: 0 auto;
}
#section_map_update #navi_ichiran table tr,
#section_map_update #navi_ichiran table th,
#section_map_update #navi_ichiran table td{
  border: 1px solid #9e9e9e;
}
#section_map_update #navi_ichiran table th {
  background-color: #e3e3e3;
  font-weight: bold;
  text-align: left;
  padding: 10px 0px 10px 30px;
}
#section_map_update #navi_ichiran table th span {
  font-weight: normal;
}
#section_map_update #navi_ichiran table td {
  padding: 10px 0px 10px 30px;
}
/*�f�[�^�_�E�����[�h*/
#section_download h3 {
  background-color: #e9f3ff;
  border: 1px solid #4262ad;
  font-size: 110%;
	padding: 15px 20px;
  line-height: 1.6;
  margin: 20px auto;
}
#section_download .pulldownset {
  width: 634px;
  margin:50px auto;
}
#section_download .pulldownset:after {
  content: "";
  display: block;
  clear:both
}
#section_download .pulldownset .mainselect {
  float: left;
}
#section_download .pulldownset .right{
  float: right;
}
#section_download select {
  font-size: 16px;
  transform: scale(0.8);
}

/*BLUETOOTH�@�ڑ��Ή��ꗗ�\*/
#section_bluetooth ul {
  width: 976px;
  margin: 0 auto;
}
#section_bluetooth ul li {
  border-top: 1px solid #979797;
  padding: 25px 0;
}
#section_bluetooth ul li:last-child {
  border-top: 1px solid #979797;
}
#section_bluetooth ul li > p{
  font-weight: bold;
  margin-bottom: 10px;
}
#section_bluetooth ul li > p span {
  font-size: 80%;
}
#section_bluetooth ul li div {
  display: flex;
}
#section_bluetooth ul li div .btn{
  width: 320px;
  margin: 0 10px;
  font-size: 100%;
}
#section_bluetooth ul li div .btn a{
  padding: 15px;
}
#section_bluetooth ul li .btn span {
  font-size: 80%;
  text-align: left;
  display: block;
  margin-top: 8px;
}
/*iPod / iPhone�@�ڑ����*/
#section_iPod_iPhone h3 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 20px;
}
/*#section_iPod_iPhone h3:last-of-type {
  padding-top: 15px;
  border-top: 1px solid #979797;
}*/
#section_iPod_iPhone h3{
  padding-top: 15px;
  border-top: 1px solid #979797;
}
#section_iPod_iPhone div {
  margin: 0 auto;
}
#section_iPod_iPhone table.product_number_table {
  font-size: 100%;
  text-align: center;
  margin: 30px auto 20px;
}
#section_iPod_iPhone table.product_number_table tr,
#section_iPod_iPhone table.product_number_table th,
#section_iPod_iPhone table.product_number_table td{
  border: 1px solid #9e9e9e;
  background: #fff;
}
#section_iPod_iPhone table.product_number_table th,
#section_iPod_iPhone table.product_number_table td{
  vertical-align: middle;
}
#section_iPod_iPhone table.product_number_table th {
  background-color: #e3e3e3;
  height: 70px;
  font-weight: bold;
}
#section_iPod_iPhone table.product_number_table th:nth-child(1) {
  min-width: 306px;
}
#section_iPod_iPhone table.product_number_table td{
  padding: 10px 0px 10px 30px;
  text-align: left;
}
#section_iPod_iPhone table.product_number_table td:nth-child(2n) {
  width: 40px;
  text-align: center;
  padding: 10px;
}
/*���C�Z���X���*/
#section_license p {
  margin-bottom: 30px;
  font-weight: bold;
}
/*���R�[�_�[�����N*/
#section_recorder p {
  margin-bottom: 30px;
  font-weight: bold;
}
#section_recorder_link p {
  margin-bottom: 30px;
  font-weight: bold;
}
#section_recorder table,
#section_recorder_link table {
  border: 1px solid #dee2e6;
  background-color: #fff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#section_recorder table td,
#section_recorder_link table td {
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: middle;
}
#section_recorder table td p,
#section_recorder_link table td p{
  margin-bottom: 0;
  text-align: center;
}
#section_recorder table td.banner_td,
#section_recorder_link table td.banner_td {
  width: 70%;
}
#section_recorder table td.banner_td p a:hover,
#section_recorder_link table td.banner_td p a:hover{
  opacity:.75;
}

/*�Ԏ�ʃI�[�v�j���O���*/
#section_pening_screen dl {
  font-weight: bold;
  margin: 15px 0 30px;
}
/*�A�R�[�f�B�I��*/
#section_pening_screen .accbox {
  width: 90%;
  margin: 20px auto;
}
#section_pening_screen .accbox input {
  display: none; /*�`�F�b�N�{�b�N�X���B��*/
}
#section_pening_screen .accbox label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  line-height: 1;
  position: relative;
  padding: 10px;
  background-color: #e3e3e3;
  border: 1px solid #979797;
  transition: all 0.5s;
}
#section_pening_screen .accbox label:hover {
  opacity: .75;
}
#section_pening_screen .accbox label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #7c7c7c 2px solid;
  border-right: #7c7c7c 2px solid;
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin:auto;
}
#section_pening_screen .accbox input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #7c7c7c 2px solid;
  border-right: #7c7c7c 2px solid;
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin:auto;
}
#section_pening_screen .accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
#section_pening_screen .cssacc:checked + label + .accshow {
  height: auto;
  opacity: 1;
}
#section_pening_screen .accbox .accshow ul {
  display: flex;
  flex-wrap: wrap;
}
#section_pening_screen .accbox .accshow ul li {
  width: 25%;
  text-align: center;
  border: 1px solid #979797;
  box-sizing: border-box;
  padding: 10px 0;
}
#section_pening_screen .accbox .accshow ul li img {
  padding: 5px;
  box-sizing: border-box;
}
/*Drive P@ss*/
#section_drivepass dl {
  font-weight: bold;
  margin: 15px 0 30px;
}
/*20200930_�X�}�z�A�v���I�����m_�p�i�E����*/
.notice {
  border: solid 1px #ff0004;
  padding: 10px;
  width: 976px;
  margin: 0 auto 40px;
  box-sizing: border-box;
  background: #fff;
}
.notice dl{
  margin-bottom: 1em;
}
.notice dl dd{
  padding-left: 1em;
}
/*20210818_���ی����h�����R*/
.TOS_box{
  width:560px;
  background-color:#FFFFFF;
  border-radius:8px;
	padding-top: 1em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
  color: #000;
  font-weight: bold;
}
.TOStitle {
  text-align: center;
  margin-bottom: 10px;
}
.box_line{
	border: 1px solid #CCC;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
}
.tos_title{
	font-weight:bold;
	font-size:110%;
	text-align:center;
  margin-bottom: 20px;
}
.text_tos p{
	font-size:90%;
	line-height:1.4em;
	margin-bottom:1em;
}
#section_teaser p{
  background-color: #fff;
  border: 1px solid #4262ad;
  text-align: center;
  padding: 20px 0;
  font-size: 130%;
  font-weight: bold;
}
/*220908_�i�r�A�b�vS�Ή��@��*/
#page_naviupS {
	min-width: 980px;
	margin: 0 auto 50px;
	background: #ffffff;
	overflow: hidden;
}
#page_naviupS a:hover{
  opacity: 0.7;
}
#page_naviupS h1{
  display: flex;
  align-items: center;
  color: #04305f;
  font-size: 200%;
  margin: 50px 0 30px;
}
#page_naviupS h1:after {
  content: "";
  flex-grow: 1;
  margin-left: 5px;
  border-top: 1px solid #04305f;
}
#page_naviupS h2{
  color: #ffffff;
  background-color: #4262ad;
  font-size: 120%;
  font-weight: bold;
  padding: 20px;
  line-height: 1.6;
  margin: 40px auto;
}
#page_naviupS .link_btn_genuine ul,
#page_naviupS .link_btn_strada ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0 auto;
  line-height: 1.2;
}
#page_naviupS .link_btn_genuine ul li,
#page_naviupS .link_btn_strada ul li{
  padding-bottom: 10px;
  width: 24%;
}
#page_naviupS .link_btn_genuine ul li a,
#page_naviupS .link_btn_strada ul li a{
  position: relative;
  display: flex;
  /* flex-wrap: wrap; */
  background-color: #042a72;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  height: 70px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 120%;
  flex-direction: column;
}
#page_naviupS .link_btn_genuine ul li a:after,
#page_naviupS .link_btn_strada ul li a:after{
  content: "";
  position: absolute;
  top: 80%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(255, 255, 255);
  transform: rotate(135deg);
  margin-top: -5px;
  right: 50%;
}
#page_naviupS .table{
  margin: 80px auto 0;
}
#page_naviupS .table ul{
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
}
#page_naviupS .table ul li{
  box-sizing: border-box;
  width: 25%;
  border-bottom: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
  padding: 20px;
}
#page_naviupS .table ul.line_4 li{
  width: 25%;
}
#page_naviupS .table ul.line_1 li {
  width: 100%;
}
#page_naviupS .table ul li:first-child{
  width: 100%;
  text-align: center;
  background: #e3e3e3;
  font-weight: bold;
}

/*230628_�����n�}�X�V �X�P�W���[���ꗗ*/
#container .map_area h2 {
  display: flex;
  align-items: center;
  color: #04305f;
  font-size: 200%;
  margin: 50px 0 30px;
  background: none;
  font-weight: unset;
  padding: 0;
}
#container .map_area h2:after {
  content: "";
  flex-grow: 1;
  margin-left: 5px;
  border-top: 1px solid #04305f;
}
#container .map_area .map_box{
  margin-top: 40px;
}

/*231120_DTS�T�|�[�g�y�[�W���C*/
#section_mapsoft p.underline {
  margin-bottom: 30px;
  font-weight: bold;
}
.fw_b {
  font-weight: bold;
}

/*250530_�_�C�n�c_�X�o��_�g���^_�T�|�[�g�y�[�W�X�V�֘A*/
#container #link_list ul li.list_net-douga a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}
#section_carplay p.underline,
#section_androidauto p.underline{
  margin-bottom: 30px;
  font-weight: bold;
}
#section_carplay dl,
#section_androidauto dl{
  font-weight: bold;
  margin: 15px 0 30px;
}
#section_carplay div .btn,
#section_androidauto div .btn{
  width: 320px;
  margin: 0 10px;
  font-size: 100%;
}
#section_carplay div .btn a,
#section_androidauto div .btn a {
  padding: 15px;
}
#section_carplay div.btn_box_cpaa,
#section_androidauto div.btn_box_cpaa{
  display: flex;
  justify-content: left;
}
.notice h5{
  color: #ff0004;
  text-align: center;
}

/*250821_���Y�T�|�[�g�y�[�W�X�V�֘A*/
#container #link_list ul li.list_net-douga a:after{
  border-top: 1px solid #042a72;
  border-right: 1px solid #042a72;
}
#section_wifi dl {
  font-weight: bold;
  margin: 15px 0 30px;
}
#section_wifi .detail {
  background-color: #fff;
  padding: 20px 30px;
  margin: 10px;
}
#section_wifi .detail .btn_box02 {
  display: flex;
  justify-content: space-between;
}

/*260218_���YFAQ���*/
.faq{
  padding-top: 50px;
}

/*260407_�p�i�����y�[�W�\�L�ύX*/
#section_map_update .attention_box{
  background: unset;
  border: none;
  width: 52em;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
}
#section_map_update .attention_box dl{
  display: flex;
  align-items: baseline;
}
#section_map_update .attention_box dl dt{
  font-weight: bold;
  margin-top: 0.5em;
}



/*---------------------------
  SP�p
---------------------------*/
@media screen and (max-width:767px) {
  #page {
    min-width: 320px;
    min-height: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #page h1,
  #page h1.h1_2lines {
    font-size: 100%;
    font-weight: normal;
    padding: 13px 10px;
    box-sizing: border-box;
  }
  #page h1.h1_2lines {
    font-size: 90%;
  }
  #page h1 p {
    width: auto;
  }
  #main {
    width: auto;
  }
  /*index�y�[�W*/
  #index h2 {
    font-size: 100%;
    margin: 25px 0 15px;
  }
  #index ul li {
    width: 100%;
    padding-bottom: 5px;
  }
  #index ul li a {
    padding: 15px 10px 15px 15px;
    font-size: 90%;
  }
  #index .corporations_list dl {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  #index .corporations_list dl dt {
    font-size: 80%;
  }
  #index .corporations_list dl dd a {
    padding: 30px 10px 30px 15px;
    font-size: 90%;
  }
  #index .corporations_list dl dd.list_3lines a {
    padding: 16px 10px 16px 15px;
  }
  /*�e���[�J�[�y�[�W*/
  /*����*/
  .content_box {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .flex {
    flex-wrap: wrap;
  }
  .mr30_pc {
    margin-right: 0px !important;
  }
  .btn,
  .btn_2lines {
    width: 100%;
    font-size: 100%;
  }
  .btn a{
    padding: 12px;
  }
  .btn_s {
    width: 60px;
  }
  .btn_s a {
    padding: 5px;
  }
  .btn_s a:after {
    content: none;
  }
  /*�p���������X�g*/
  #container #bread_list {
    padding: 0 10px;
  }
  /*�y�[�W�������N���X�g*/
  #container #link_list {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }
  #container #link_list ul li {
    padding-bottom: 5px;
    padding-right: 0;
    width: 100%;
  }
  #container #link_list ul li a {
    flex-direction: column;
    font-size: 100%;
    height: 30px;
    align-items: baseline;
  }
  #container #link_list ul li a:after {
    top: 50%;
    right: 15px
  }
  #container #link_list ul li a span {
    text-align: left;
  }
  #container #link_list p {
    margin: 40px auto 0;
  }
  /*h2*/
  #container section h2 {
    font-size: 100%;
    padding: 10px;
  }
  /*�����n�}�X�V*/
  #section_map_update .explanation_map_update {
    padding: 0 10px;
  }
  #section_map_update h3 {
    padding: 10px 0;
  }
  #section_map_update h3 span {
    display: inline-block;
    font-size: 70%;
  }
  #section_map_update .provide_table_box{
    overflow: scroll;
  }
  #section_map_update table.provide_table {
    font-size: 80%;
  }
  #section_map_update table.provide_table th {
    width: 3em;
  }
  #section_map_update table.provide_table th span {
    writing-mode: tb-rl;
    height: max-content;
    line-height: 1.2;
    padding: 5px 0;
  }
  #section_map_update table.provide_table td{
    padding: 5px;
    text-align: left;
  }
  #section_map_update table.provide_table.table_subaru,
  #section_map_update table.provide_table.table_nissan {
    width: 767px;
    font-size: 80%;
  }
  #section_map_update table.provide_table.table_subaru th,
  #section_map_update table.provide_table.table_nissan th {
    width: auto;
  }
  #section_map_update .flow_title {
    padding: 12px 0;
    font-size: 100%;
  }
  #section_map_update ol.flow_list li .flow_number {
    padding: 5px 10px;
    margin-right: 5px;
    font-size: 120%;
  }
 #section_map_update ol.flow_list li .flow_number:after {
    border-top: 15px solid #4262ad;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    bottom: -15px;
  }
  #section_map_update ol.flow_list li .flow_icon_pc {
    padding: 5px;
    font-size: 100%;
    margin-right: 5px;
  }
  #section_map_update ol.flow_list li .flow_icon_navi{
    padding: 5px 3px;
    font-size: 80%;
    margin-right: 5px;
    width: 35px;
    text-align: center;
  }
  #section_map_update ol.flow_list li .flow_icon_sp{
    padding: 5px;
    font-size: 80%;
    margin-right: 5px;
    width: 101px;
    text-align: center;
  }
  #section_map_update ol.flow_list li .btn_box02 {
    flex-wrap: wrap;
  }
  #section_map_update ol.flow_list li .btn_box02 .btn_2lines,
  #section_map_update ol.flow_list li .btn_box02 .btn{
    width: 100%;
    margin-right: 0;
  }
  #section_map_update ol.flow_list li .btn_box03 {
    flex-wrap: wrap;
  }
  #section_map_update .detail {
    padding: 20px 15px;
  }
  #section_map_update .detail .detail_title {
    font-size: 100%;
  }
  #section_map_update .detail .btn_box01 .btn {
    font-size: 90%;
  }
  #section_map_update .detail .btn_box02 {
    flex-wrap: wrap;
  }
  .btn_video {
    width: 100%;
    text-align: left;
    font-size: 100%;
    margin-bottom: 10px;
  }
  #section_map_update #model_02 {
    padding: 0 10px;
  }
  #section_map_update #model_02.model_03_subaru {
    padding: 0;
  }
  #section_map_update #model_02 .notes {
    text-align: left;
  }
  #section_map_update #model_02 .btn_box_dl {
    display: block;
  }
  #section_map_update #model_03 {
    padding: 0 10px;
  }
  #section_map_update #navi_ichiran {
    margin: 0 10px;
  }
  #section_map_update #navi_ichiran table {
    width: 100%;
  }
  #section_map_update #navi_ichiran table th,
  #section_map_update #navi_ichiran table td {
    padding: 10px;
  }
  #section_map_update #navi_ichiran table th span {
    font-size: 90%;
  }
  /*BLUETOOTH�@�ڑ��Ή��ꗗ�\*/
  #section_bluetooth ul {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }
  #section_bluetooth ul li {
    padding: 15px 0;
  }
  #section_bluetooth ul li .btn {
    margin: 0 5px;
    font-size: 90%;
  }
  #section_bluetooth ul li:first-child {
    border-top: none;
    padding-top: 0;
  }
  #section_bluetooth ul li > p span {
    display: inline-block;
    font-weight: normal;
  }
  /*iPod / iPhone�@�ڑ����*/
  #section_iPod_iPhone table.product_number_table th:nth-child(1) {
    min-width: 151px;
  }
  #section_iPod_iPhone table.product_number_table td{
    padding: 10px;
  }
  #section_iPod_iPhone .flex {
    display: block;
  }
  /*�Ԏ�ʃI�[�v�j���O���*/
  /*�A�R�[�f�B�I��*/
  #section_pening_screen .accbox {
    width: 100%;
  }
  #section_pening_screen .accbox .accshow ul li {
    width: calc(100%/3);
  }
  /*�f�[�^�_�E�����[�h*/
  #section_download .pulldownset {
    width: 100%;
    margin: 20px 10px;
    box-sizing: border-box;
  }
  #section_download .pulldownset .mainselect {
    float: none;
    width: 80%;
  }
  #section_download .pulldownset select.subbox {
    width: 80%;
  }
  #section_download .pulldownset .right{
    float: none;
  }

  #main img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  
  /*20200930_�X�}�z�A�v���I�����m_�p�i�E����*/
  .notice {
    width: 90%;
  }
  /*20210818_���ی����h�����R*/
  .TOS_box{
    width:100%;
  }
  /*220908_�i�r�A�b�vS�Ή��@��*/
  #page_naviupS {
    min-width: 320px;
    min-height: 0;
  }
  #page_naviupS h1 {
    font-size: 100%;
    margin: 25px 0 15px;
  }
  #page_naviupS h2 {
    font-size: 100%;
    padding: 10px;
  }
  #page_naviupS .link_btn_genuine ul,
  #page_naviupS .link_btn_strada ul {
    padding: 0 10px;
  }
  #page_naviupS .link_btn_genuine ul li,
  #page_naviupS .link_btn_strada ul li {
    width: 100%;
  }
  #page_naviupS .link_btn_genuine ul li a,
  #page_naviupS .link_btn_strada ul li a {
    height: 50px;
    font-size: 100%;
    padding: 0 10px;
  }
  #page_naviupS .link_btn_genuine ul li a:after,
  #page_naviupS .link_btn_strada ul li a:after{
    top: 50%;
    right: 15px;
  }
  #page_naviupS .table {
    margin: 50px auto 0;
    padding: 0 10px;
    font-size: 80%;
  }
  #page_naviupS .table ul.line_1 li {
    padding: 10px;
  }
  #page_naviupS .table ul.line_4 li{
    width: 50%;
    padding: 10px;
  }
  #page_naviupS .table ul li:first-child{
  width: 100%;
  }
  /*���R�[�_�[�����N*/
  #section_recorder table td.banner_td,
  #section_recorder_link table td.banner_td {
    width: 60%;
  }
  #section_recorder table td.banner_td img,
  #section_recorder_link table td.banner_td img {
    width: 100%;
  }
  /*230628_�����n�}�X�V �X�P�W���[���ꗗ*/
  #container .map_area h2 {
    font-size: 100%;
    margin: 25px 0 15px;
    display: flex;
    align-items: center;
    color: #04305f
  }
  /*250530_�_�C�n�c_�X�o��_�g���^_�T�|�[�g�y�[�W�X�V�֘A*/
  #section_carplay div.btn_box_cpaa,
  #section_androidauto div.btn_box_cpaa{
    justify-content: center;
    flex-wrap: wrap;
  }
  #section_carplay div .btn,
  #section_androidauto div .btn{
    margin: 0 10px 15px;
  }
  /*250821_���Y�T�|�[�g�y�[�W�X�V�֘A*/
  #section_wifi .detail {
    padding: 20px 15px;
  }
  #section_wifi .detail .btn_box02 {
    flex-wrap: wrap;
  }
  #section_wifi .detail .btn_box02 .btn {
    margin-bottom: 10px;
  }
  /*260407_�p�i�����y�[�W�\�L�ύX*/
  #section_map_update .attention_box {
    width: 100%;
    padding: 20px;
  }
  #section_map_update .attention_box dl {
    align-items: unset;
    flex-wrap: wrap;
  }
  
}
