body {
    background-color: #fff;
    font-family: 'SuzukiPRORegular';
    visibility: hidden;
}

.header {
    padding: 0px 0px 20px 0;
    position: relative;
    background-color: #fff;
    width: 100%;
}

.main,
.footer {
    padding: 20px 0px;
    position: relative;
    background-color: #fff;
    width: 100%;
}

.main-content {
    width: auto;
    padding: 20px 10px;
}


/* Common Fonts */

@font-face {
    font-family: 'SuzukiPROHeadline';
    src: url("../fonts/suzukiproheadline.eot");
}

@font-face {
    font-family: 'SuzukiPROBold';
    src: url("../fonts/suzukiprobold.eot");
}

@font-face {
    font-family: 'SuzukiPRORegular';
    src: url("../fonts/suzukiproregular.eot");
}

@font-face {
    font-family: 'SuzukiPROHeadline';
    src: url("../fonts/suzukiproheadline.ttf") format('truetype');
}

@font-face {
    font-family: 'SuzukiPROBold';
    src: url("../fonts/suzukiprobold.ttf") format('truetype');
}

@font-face {
    font-family: 'SuzukiPRORegular';
    src: url("../fonts/suzukiproregular.ttf") format('truetype');
}

@font-face {
    font-family: 'SuzukiPROHeadline';
    src: url("../fonts/SuzukiPROHeadline.otf") format("opentype");
}

@font-face {
    font-family: 'SuzukiPROBold';
    src: url("../fonts/SuzukiPROBold.otf") format("opentype");
}

@font-face {
    font-family: 'SuzukiPRORegular';
    src: url('../fonts/SuzukiPRORegular.otf') format("opentype");
}


/* header */

.header-table-top {
    width: 100%;
    vertical-align: middle;
}

.header-table-top .logo {
    width: 27%;
    min-width: 100px;
}

.header-table-top h1 {
    margin: 0;
    font-size: 4.2vw;
    margin-left: 15px;
}

.header-table-top .title a {
    text-decoration: none;
    color: #000;
}

.header-table-top tr {
    display: block;
}

.header-table-top td.links {
    display: block;
    margin-top: 7px;
}

td.title {
    width: 100%;
}

.header-logo img {
    width: 116px;
    border: none;
    vertical-align: middle;
}

#humburger_menu_button {
    padding-right: 20px;
}

#menutab-img {
    cursor: pointer;
    vertical-align: middle;
}

@media all and (-ms-high-contrast:none) {
    /* IE11 */
    *::-ms-backdrop,
    .header-bottom a {
        padding: 10px 20px;
    }
}

@media all and (-ms-high-contrast:none) {
    .header-bottom a {
        padding: 10px 20px;
    }
}

.header-bottom .pulldown {
    background-color: #f2f2f2;
}

.header-bottom {
    width: 100%;
    background-color: #f2f2f2;
    text-align: center;
    word-break: normal;
}

.header-bottom td {
    display: block;
    margin: 10px;
    border: 1px solid #f2f2f2;
}

.header-bottom a {
    border: 1px solid #f2f2f2;
    color: #333333;
    padding: 7px 20px;
    text-decoration: none;
    display: block;
    font-size: 18px;
    font-family: 'SuzukiPROBold';
    text-align: left;
    padding-left: 25px;
}

.header-bottom a:hover {
    color: #999999;
}


/* invert */

.header-bottom .invert a {
    color: #999999;
}

td.switch-menu-sp {
    display: block;
    margin: 10px;
}

td.switch-menu {
    display: none;
}

@media all and (-ms-high-contrast:none) {
    /* IE11 */
    *::-ms-backdrop,
    .header-bottom .pulldown {
        padding: 9px 0;
    }
}

@media all and (-ms-high-contrast:none) {
    .header-bottom .pulldown {
        padding: 9px 0;
    }
}


/* pulldown */

.pulldown select {
    font-family: 'SuzukiPRORegular';
    font-size: 16px;
}

div.lang-dropdown-select-element {
    width: 100% !important;
}

div.lang-dropdown-select-element select.form-select {
    width: 100% !important;
}


/* 灰色矢印 */

.arrow_box {
    position: relative;
}

.humburger.arrow_box::after {
    bottom: 100%;
    left: 85%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-bottom-color: #f2f2f2;
    border-width: 12px;
    margin-left: -15px;
}

nav.humburger {
    display: none;
}


/* footer */

.custom-footer-block {
    text-align: center;
    margin: 0px 20px;
}

.custom-footer-block a {
    display: block;
    color: #333333;
    font-size: 11px;
    font-family: 'SuzukiPRORegular';
}

.footer {
    background-color: #F2F2F2;
    color: #333333;
}

.custom-footer-block p {
    font-size: 11px;
    font-family: 'SuzukiPRORegular';
    border-top: 1px solid #333333;
    padding-top: 15px;
    margin: 15px 0;
}


/* provision, /service/provision */

.provTitle {
    border-spacing: 0;
    font-size: 20px;
    font-weight: bold;
    color: black;
    margin: 20px 0px;
    cursor: pointer;
    position: relative;
    line-height: 1.5em;
}

.provTitle:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/accordion_close_foreign.png) no-repeat 0 0;
    background-size: 100%;
    position: relative;
    top: 3px;
    left: -6px;
}

.provTitle.open:before {
    content: "";
    background: url(../images/accordion_open_foreign.png) no-repeat 0 0;
    background-size: 100% !important;
}

.provText {
    font-size: 14px;
    margin: 5px 0;
}


/* font */

body h1 {
    font-size: 34px;
    font-weight: bold;
    font-family: 'SuzukiPROHeadline';
}

body h2 {
    font-size: 24px;
    font-weight: normal;
    font-family: 'SuzukiPROBold';
}

body h3 {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    font-family: 'SuzukiPRORegular';
    background-color: #F2F2F2;
    padding: 2px 10px;
}

.text-bold {
    font-weight: bold;
}


/* link */

.link-mark {
    color: #000;
    text-decoration: none;
    margin-left: 10px;
}

.link-mark:hover {
    text-decoration: underline;
}

.link-mark::before {
    display: inline-block;
    content: "";
    width: 7px;
    height: 15px;
    position: relative;
    top: 3px;
    left: -6px;
}

/* button */

.button {
    text-decoration: none;
    border: solid 1px #666666;
    color: #404040;
    background-color: #FFFFFF;
    padding: 10px 30px;
    display: inline-block;
    max-width: 250px;
    min-width: 150px;
    border-radius: 0px;
    font-family: 'SuzukiPROBold', sans-serif;
}

.button:hover {
    border: solid 1px #949494;
    color: #848484;
}

a.button {
    width: auto;
}

input.button {
    width: 100%;
}

.button:disabled {
    background-color: #F2F2F2;
    background-image: none;
    color: #999999;
}

.button.disabled {
    background-color: #F2F2F2;
    background-image: none;
    color: #999999;
    pointer-events: none;
}


/* table */

.table-scroll {
    overflow-y: scroll;
}


/* center */

.to-center {
    text-align: center;
}


/* border */

.hr-dashed {
    border: none;
    margin: 20px 15px;
}

.information-table td {
    border-bottom: unset;
}


/* サービスの境界線 */

fieldset {
    border-style: none !important;
}


/* サービス説明タイトル */

.servicechoice-servicelist h2,
h3 {
    margin: 10px 0 20px 0;
}


/* ご利用にあたってタイトル */


/* 適合宣言書ページタイトル */


/* 個人情報取り扱いページタイトル */


/* プライバシーポリシーページタイトル */

.terms .pageTitle,
.compliance .pageTitle,
.privacy .pageTitle,
.privacypolicy .pageTitle {
    clear: both;
    font-weight: 400;
    font-size: 2.000em;
    line-height: 1.167em;
    margin-top: 60px;
    padding-top: 10px;
    padding-bottom: 12px;
}


/* progress meter */

.step {
    display: none;
}


/* error message */

.messages.messages--error {
    background-image: none;
    box-shadow: none;
    margin: 10px;
    padding: 20px;
    border: 1px solid #e62600;
}

.nowInProcess {
    pointer-events: none;
}


/* PDFテーブル*/

.pdf-table {
    width: 100%;
    height: auto;
}

.td_display {
    display: block;
    margin-bottom: 10px;
}


/* PDFの画像非表示 */

div.dl-pdf-link-area>img {
    display: none;
}


/* PDFリンク共通 */

.cell_link {
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto 0 0;
    padding: 5px 0;
    background-color: #84A9D9;
    text-align: center;
}

.cell_link:hover {
    background-color: #a5cbfd;
}


/* アプリDLリンクのアイコン */

.file-icon {
    vertical-align: middle;
}


/* PDFテーブル リンク共通 */

.dl-pdf-link-area {
    width: 100%;
    height: 100%;
    padding: 5px 0;
}


/* PDFテーブル空白部分 */

.tr_blank {
    display: none;
}

.td_blank {
    display: none;
}


/* ガイド画像タイトル改行削除 */

.br::before {
    content: "";
}


/* 各種情報エリア */

td.info-area {
    background: url(../../../../themes/custom/szgl/images/supportTop_global.png) no-repeat;
    background-size: cover;
}


/* 各種サービスエリア */

td.service-area {
    background: url(../../../../themes/custom/szgl/images/supportTop_global.png) no-repeat;
    position: relative;
    background-size: cover;
}


/* 各種サービス事前準備 */

.list-premise,
.list-premise-inside {
    margin-top: -1em !important;
}


/* 各種サービス事前準備 1段目リスト */

.list-premise>li:before {
    content: '■';
    width: 0.5em;
    height: 0.5em;
    display: inline-block;
    position: relative;
    left: -1em;
    top: 17px;
}


/* 各種サービス事前準備 2段目リスト */

.list-premise-inside>li:before {
    content: '—';
    width: 0.5em;
    height: 0.5em;
    display: inline-block;
    position: relative;
    left: -1em;
    top: 17px;
}


/* 各種サービス事前準備 2段目リスト（USB） */

.list-premise-usb>li:before {
    content: '—';
    width: 0em;
    display: inline-block;
    position: relative;
    left: -1em;
}


/* 各種サービス：ご注意 */

ul.note {
    word-break: normal;
    color: black;
}


/* 約款系の行頭文字 */

ol {
    padding-left: 1.5em;
}


/* 約款系括弧なしOL */

ol.ol-non-bracket {
    padding-left: 1em;
    margin: 0;
}

ol.ol-bracket {
    padding-left: 1.0em;
}

ol.ol-bracket>li {
    list-style-type: none;
    counter-increment: cnt;
    padding-left: 0;
    text-indent: -1.2em;
}

ol.ol-bracket>li:before {
    content: "(" counter(cnt) ")";
}


/* 個人情報取り扱い画面テキスト */

div[class^="privacyText"] {
    padding-left: 0.5em;
}


/* サポートトップ：リンクエリア */

.link-area {
    color: #333333;
}

.link-area .link-button {
    color: #333333;
    border: 1px solid #333333;
    background-color: #f2f2f2;
    font-family: 'SuzukiPROBold', sans-serif;
}

.link-area .link-button:hover {
    color: #999999;
    border: 1px solid #999999;
}


/* その他DL：注意書き */

div.other-note-block p.text-note {
    text-indent: -0.5em;
}


/* 車載機の更新手順：画像説明リスト */

form.process .top-text1-image-desc {
    list-style-type: none;
    display: block;
    width: 90%;
    margin: 0 0 0 2.5em !important;
}

form.process .top-text1-image-desc>li {
    text-indent: -1.4em;
}


/* 車載機の更新手順：手順2 ソフトウェア更新事前説明 */

form.process .top-text2 {
    padding-left: 1.5em;
    text-indent: -0.5em;
}


/* その他の方法でダウンロード：ダウンロードリンク */

.dl-table button {
    text-align: left;
}


/* ダウンロード系画面：ダウンロード手順説明インデント */

form.dl-process-form p.text-indent-1 {
    padding-left: 1em;
    text-indent: -0.5em;
}

.exe-dl-button.nowInProcess{
    border: solid 1px #949494 !important;
    color: #848484 !important;
}

/* その他DL：車種名表示位置 */

ul.carmodel-list {
    margin: 0;
    padding: 0 0 0 2em;
}

ul.carmodel-list2 {
    margin: 5px 0 0 0;
    padding: 0 0 0 2em;
}