@charset "UTF-8";

@-webkit-keyframes crossfader_2 {
    0% {
        opacity: 0;
        z-index: 0
    }

    20% {
        opacity: 1;
        z-index: 1
    }

    50% {
        opacity: 1;
        z-index: 1
    }

    70% {
        opacity: 0;
        z-index: 0
    }

    100% {
        opacity: 0;
        z-index: 0
    }
}

@keyframes crossfader_2 {
    0% {
        opacity: 0;
        z-index: 0
    }

    20% {
        opacity: 1;
        z-index: 1
    }

    50% {
        opacity: 1;
        z-index: 1
    }

    70% {
        opacity: 0;
        z-index: 0
    }

    100% {
        opacity: 0;
        z-index: 0
    }
}

@-webkit-keyframes crossfader_3 {
    0% {
        opacity: 0;
        z-index: 0
    }

    13.33% {
        opacity: 1;
        z-index: 1
    }

    33.33% {
        opacity: 1;
        z-index: 1
    }

    42.85% {
        opacity: 0;
        z-index: 0
    }

    100% {
        opacity: 0;
        z-index: 0
    }
}

@keyframes crossfader_3 {
    0% {
        opacity: 0;
        z-index: 0
    }

    13.33% {
        opacity: 1;
        z-index: 1
    }

    33.33% {
        opacity: 1;
        z-index: 1
    }

    42.85% {
        opacity: 0;
        z-index: 0
    }

    100% {
        opacity: 0;
        z-index: 0
    }
}

/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */


*,
::after,
::before {
    background-repeat: no-repeat;
    box-sizing: inherit
}

::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

hr {
    overflow: visible;
    height: 0;
    color: inherit
}

details,
main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

pre {
    font-size: 1em
}

b,
strong {
    font-weight: bolder
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

input {
    border-radius: 0
}

[disabled] {
    cursor: default
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[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
}

button,
select {
    text-transform: none
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
    color: inherit
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    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,
input,
select,
textarea {
    background-color: transparent;
    border-style: none
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-width: 0
}

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;
    max-width: 100%
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true] {
    cursor: default
}

@font-face {
    font-family: "Noto Sans JP";
    font-weight: 500;
    src: url(../../common/fonts/NotoSansJP-Medium.otf) format("opentype")
}

@font-face {
    font-family: "Noto Sans JP";
    font-weight: 700;
    src: url(../../common/fonts/NotoSansJP-Bold.otf) format("opentype")
}

@font-face {
    font-family: "Noto Sans SC";
    font-weight: 500;
    src: url(../../common/fonts/NotoSansSC-Medium.otf) format("opentype")
}

@font-face {
    font-family: "Noto Sans SC";
    font-weight: 700;
    src: url(../../common/fonts/NotoSansSC-Bold.otf) format("opentype")
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 500;
    src: url(../../common/fonts/NotoSansKR-Medium.otf) format("opentype")
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 700;
    src: url(../../common/fonts/NotoSansKR-Bold.otf) format("opentype")
}

dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
ol,
p,
ul {
    font-weight: 400;
    margin: 0;
    padding: 0
}

html {
    font-size: 62.5%;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%
}

body {
    background-color: #fff;
    color: #000;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bold,
b,
strong {
    font-weight: 700
}

li,
ul {
    list-style-position: inside;
    list-style: none
}

img {
    border: 0;
    vertical-align: top
}

a {
    color: #000;
    text-decoration: none
}

a:visited {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: none
}

a:active {
    color: #000;
    text-decoration: none
}

:focus,
a:focus {
    outline: 0
}

.sp {
    display: block
}

.pc {
    display: none
}

.container {
    box-sizing: border-box;
    min-height: 100vh;
    position: relative;
    width: 100%
}

.contents-box {
    background-color: #262626;
    padding: 2.6666666667vw 0 16.4vw;
    position: relative;
    width: 100%
}

.contents-box .content {
    background-color: #00677f;
    box-shadow: 0 0 2.6666666667vw;
    border-radius: 1.3333333333vw;
    margin: 4vw auto 0;
    position: relative;
    width: 94.6666666667vw
}

#localnav {
    background-color: #00677f;
    top: 0;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 100%;
    width: 100%;
    z-index: 99;
    transition: left .4s ease
}

#localnav.active {
    left: 0
}

#localnav .default-box,
#localnav .feature-box,
#localnav .lang-box,
#localnav .support-box {
    left: 0;
    padding: 100px 0 0;
    position: absolute;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    top: 0;
    width: 100%;
    z-index: 2
}

#localnav .default-box.active,
#localnav .feature-box.active,
#localnav .lang-box.active,
#localnav .support-box.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#localnav .default-box>ul,
#localnav .feature-box>ul,
#localnav .lang-box>ul,
#localnav .support-box>ul {
    position: relative;
    width: 100%
}

#localnav .default-box>ul li,
#localnav .feature-box>ul li,
#localnav .lang-box>ul li,
#localnav .support-box>ul li {
    margin: 0 auto 6vw;
    position: relative;
    text-align: center;
    width: 80vw;
    cursor: pointer;
    color: #fff;
    font-size: 36px;
    font-size: 4.8vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1em
}

#localnav .default-box>ul li.lang,
#localnav .feature-box>ul li.lang,
#localnav .lang-box>ul li.lang,
#localnav .support-box>ul li.lang {
    align-items: center;
    background-color: #fff;
    border-radius: 6.6666666667vw;
    color: #00677f;
    display: flex;
    letter-spacing: .04em;
    justify-content: center;
    height: 13.3333333333vw;
    margin: 0 auto 13.3333333333vw
}

#localnav .default-box>ul li.lang::after,
#localnav .feature-box>ul li.lang::after,
#localnav .lang-box>ul li.lang::after,
#localnav .support-box>ul li.lang::after {
    border-top: .4vw solid #00677f;
    border-right: .4vw solid #00677f;
    content: "";
    height: 3.7333333333vw;
    position: absolute;
    right: 7.2vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 3.7333333333vw
}

#localnav .default-box>ul li.return,
#localnav .feature-box>ul li.return,
#localnav .lang-box>ul li.return,
#localnav .support-box>ul li.return {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 13.3333333333vw;
    margin: 0 auto 13.3333333333vw
}

#localnav .default-box>ul li.return>img,
#localnav .feature-box>ul li.return>img,
#localnav .lang-box>ul li.return>img,
#localnav .support-box>ul li.return>img {
    height: 9.4666666667vw;
    margin-left: 2vw;
    margin-top: 2.6666666667vw;
    width: 9.7333333333vw
}

#localnav .default-box>ul li>a,
#localnav .feature-box>ul li>a,
#localnav .lang-box>ul li>a,
#localnav .support-box>ul li>a {
    color: #fff;
    font-size: 36px;
    font-size: 4.8vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1em
}

#localnav .default-box>ul li .inactive,
#localnav .default-box>ul li.inactive,
#localnav .feature-box>ul li .inactive,
#localnav .feature-box>ul li.inactive,
#localnav .lang-box>ul li .inactive,
#localnav .lang-box>ul li.inactive,
#localnav .support-box>ul li .inactive,
#localnav .support-box>ul li.inactive {
    cursor: default;
    opacity: .3
}

#localnav .default-box>ul li .comingsoon,
#localnav .feature-box>ul li .comingsoon,
#localnav .lang-box>ul li .comingsoon,
#localnav .support-box>ul li .comingsoon {
    font-size: 26px;
    font-size: 3.4666666667vw
}

#localnav .default-box {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

#localnav .menu-trigger,
#localnav .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box
}

#localnav .menu-trigger {
    background-color: #ff8026;
    bottom: 13.3333333333vw;
    height: 16vw;
    position: fixed;
    right: 0;
    width: 16vw;
    z-index: 3;
    cursor: pointer
}

#localnav .menu-trigger span {
    position: absolute;
    left: 2.4vw;
    width: 11.2vw;
    height: 3px;
    background-color: #00677f;
    border-radius: .2666666667vw
}

#localnav .menu-trigger span:nth-of-type(1) {
    top: 6.2666666667vw
}

#localnav .menu-trigger span:nth-of-type(2) {
    top: 9.3333333333vw
}

#localnav .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(1.6vw) rotate(-45deg);
    transform: translateY(1.6vw) rotate(-45deg)
}

#localnav .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(-1.6vw) rotate(45deg);
    transform: translateY(-1.6vw) rotate(45deg)
}



.el_btn_pageTop{
    background: #6c1d45!important;
}

.el_btn_pageTop:before{
    border-top: 3px solid #ff8026!important;
    border-left: 3px solid #ff8026!important;
}



#drivers-cont {
    background-color: #262626;
    text-align: center;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
}

.drivers_kv img{
    width: 100%;
    max-width: 2480px;
    background-color: #00677f;
}

.driver_discription{
    max-width: 1100px;
    padding: 5vw 5vw 3vw;
    margin: 0 auto;
    text-align: center;
    }
.driver_discription h2{
    font-size: clamp(16px, 2vw, 22px);
    font-weight: bold;
    color: #ff8026;
    line-height: 1.6em;
}

.driver_discription p{
    color: #fff;
    font-size: clamp(10px, 1vw, 12px);
    text-align: right;
    margin-top: 10px;
    margin-bottom: 5vw;
}

.driver_discription img{
    width: 100%;
    max-width: 900px;
    margin: 5vw 0 1vw;
    filter: drop-shadow(15px 15px 30px rgba(0, 0, 0, .4));
}


.driver_menu{
    margin: -20px auto -30px;
    max-width: 1100px;
    display: flex;
    flex-direction: row;
    gap:20px;
    justify-content: space-around;
    padding: 0 20px;
}

.driver_menu_btn{
    width: 33%;
    background-color: #6c1d45;
    height: 80px;
    display: table;
    border-radius: 15px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .4);
    transition:  all .3s;
}

.driver_menu_btn span{
    display: table-cell;
    vertical-align: middle;
    font-size: clamp(15px, 1.5vw, 18px);
    font-weight: bold;
    color: #ff8026;
    line-height: 1.2em;
    position: relative;
}

span.menu_btn_first{
    text-indent:1em;
}

.driver_menu_btn span::after{
    position: absolute;
    content: '';
width: 30px;
height: 30px;
top: 40%;
  right: 10px;
    background-image: url(../images/support/arrow.svg);
}


.driver_menu_btn:hover{
    box-shadow: 7px 7px 10px rgba(0, 0, 0, .5);
transform: translate(1px, 2px);
background-color: #802a55;
}


@media only screen and (max-width:769px) {

    .driver_menu{
        flex-direction: column;
        gap:20px;
        padding: 0 20px;
    }

    .driver_menu_btn{
        width: 100%;
        height: 50px;
        margin: 0 auto;
    }


}


#drivers_download{
    padding: 50px 30px 0;
}

.drivers_download_inner{
    margin: 3vw auto 0;
    max-width: 1050px;
    background-color: #00677f;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .4);
    border-radius: 15px;
    padding: 30px;
}


.drivers_download_inner h2{
    font-size: clamp(17px, 2vw, 26px);
    color: #ff8026;
    font-weight: bold;
    background-color: #005063;
    padding: 15px 0;
}



.drivers_tabs {
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 40px auto 10px;}


  .tab_item {
    width: 50%;
    height: 50px;
    background-color: #005063;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: #ff8026;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;
  }


  .tab_item:hover {
    opacity: 0.75;
  }



  input[name="tab_item"] {
    display: none;
  }

  .tab_content {
    display: none;
    padding: 40px 20px;
    clear: both;
    overflow: hidden;
    position: relative;
  }


  #drivers_windows:checked ~ #windows_content,
  #drivers_mac:checked ~ #mac_content {
    display: block;
  }

  .drivers_tabs input:checked + .tab_item {
    background-color: #fff;
    color: #ff8026;
  }

  .tab_content h3{
    text-align: left;
    font-size: clamp(15px, 2vw, 18px);
    color: #ff8026;
    font-weight: bold;
    border-bottom: #ff8026 solid 2px;
    padding-left: 10px;
    padding-bottom: 5px;
  }


  .install_method{
margin-top: 20px;
padding: 0 10px;
  }

  .install_method ul {
    text-align: left;
    list-style:none;
  }
  .install_method ul li {
    color: #00677f;
    font-size: clamp(14px, 2vw, 16px);
    margin-bottom:8px;
    text-indent:-1em;
    padding-left:1em;
    line-height: 1.5em;
  }

  .install_method p{
    text-align: left;
    color: #00677f;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.5em;
  }

  .install_schedule{
    position: absolute;
    bottom: 10px;
left:50%;
transform: translateX(-50%);
  }

  .install_schedule p{
    font-size: clamp(15px, 2vw, 18px);
    color: #ff8026;
  }

.install_download{
    display: flex;
    flex-direction: row;
    gap:40px;
    justify-content: center;
    margin-top: 30px;
}


.install_btn{
    width: 30%;
    background-color: #005063;
    height: 50px;
    display: table;
    transition:  all .3s;
}

.install_btn:hover{
    background-color: #00677f;
}

.install_btn span{
    display: table-cell;
    vertical-align: middle;
    font-size: clamp(15px, 1.5vw, 18px);
    font-weight: bold;
    color: #fff;
    line-height: 1.2em;
    position: relative;
}

.install_btn span::after{
    position: absolute;
    content: '';
width: 30px;
height: 30px;
top: 30%;
  right: 10px;
    background-image: url(../images/support/download_btn.svg);
    transition:  all .3s;
}

.install_btn span:hover::after{
top: 35%;
}

@media only screen and (max-width:769px) {

    #drivers_download {
        padding: 30px 0 0;
    }

    .driver_menu{
        margin: 0 auto -20px;
    }

    .drivers_download_inner{
        margin: 5vw 20px 0;
        padding: 20px;
    }


    .drivers_tabs {
        margin: 30px auto;}

        .tab_content {
            padding: 30px 10px 10px;
            position: static;
          }

.install_download{
    flex-direction: column;
    gap:20px;
    justify-content: center;
    margin-top: 30px;
}

.install_btn{
    width: 100%;
    height: 50px;
}

.install_schedule{
position: static;
transform: translateX(0);
  }

}

#print_control{
    padding: 50px 30px 0;
    margin-top: -20px;
}

.print_control_inner{
    margin: 3vw auto 0;
    max-width: 1050px;
    background-color: #00677f;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .4);
    border-radius: 15px;
    padding: 30px;
}

.print_control_inner h3{
    font-size: clamp(17px, 2vw, 26px);
    color: #ff8026;
    font-weight: bold;
    background-color: #005063;
    padding: 12px 0;
}

.print_control_inner ul {
    text-align: left;
    list-style:none;
    margin-top: 30px;
    padding:0 10px;
  }
  .print_control_inner ul li {
    color: #fff;
    font-size: clamp(14px, 2vw, 16px);
    margin-bottom:8px;
    text-indent:-1em;
    padding-left:1em;
    margin-top: 30px;
    line-height: 1.5em;
  }

  .print_control_inner .print_caution{
    text-align: left;
    color: #fff;
    line-height: 1.6em;
    font-size: 13px;
    text-indent:-1.3em;
    padding:0 1em;
    margin-left:10px;
    margin-top: 10px;
    margin-bottom: 10px;
    }

.control_image{
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}

.cont_img_box{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 400px;
}

.cont_img_box:first-child{
    position: relative;
    display: inline-block;
}

.cont_img_box:first-child::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 22px;
    border-color: transparent transparent transparent #ff8026;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.cont_img_box img{
    width: 70%;
}

.cont_img_box p{
    color: #ff8026;
    font-size: clamp(14px, 2vw, 16px);
    margin-bottom: 10px;
}

span.number{
    font-size: large;
}

p.title_first{
    padding:2px 0;
}


@media only screen and (max-width:769px) {

    #print_control{
        padding: 30px 0;
    }

    .print_control_inner{
        margin: 5vw 20px 0;
        padding: 20px;
    }

    .print_control_inner ul {
        padding:0;
      }

    .control_image{
        flex-direction: column;
        margin-top: 40px;
        gap:70px;
    }
    .cont_img_box{
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }

    .cont_img_box:first-child::after{
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 12px;
        border-color: transparent transparent transparent #ff8026;
        transform: rotate(90deg);
        position: absolute;
        right: 50%;
        bottom: -120%;
        margin: auto;
    }
}

@media only screen and (max-width:549px) {
    .cont_img_box:first-child::after{
        bottom: -130%;
    }

}


.setting-area{
    margin: 10px 10px 40px;
    padding: 20px 40px;
}

.setting-area h2{
    font-size: clamp(14px, 2vw, 16px);
    color: #ff8026;
    font-weight: bold;
    margin-bottom: 10px;
text-align: left;
}

.inner_box{
    text-align: left;
}

.first_box{
    margin-bottom: 30px;
}

.inner_box p{
    text-align: left;
    color: #fff;
    font-size: clamp(14px, 2vw, 16px);
}

.inner_box ul {
    list-style:none;
    margin-top: 10px;
  }
  .inner_box ul li {
    color: #fff;
    font-size: clamp(14px, 2vw, 16px);
    text-indent:-1em;
    padding-left:1em;
    margin-top: 10px;
  }

  .inner_box img{
    width: 40%;
    margin: 15px auto;
  }

  .inner_image{
    margin-top: 20px;
    text-align: left;
    padding: 0 10px;
  }

  .inner_image img{
    width: 30%;
  }


  @media only screen and (max-width:769px) {

    .setting-area{
        margin: 10px 0 50px;
        padding: 15px;
    }

    .inner_box{
        text-align: center;
        padding: 5px;
    }

    .inner_box img{
        width: 90%;
        margin: 30px auto;
      }

      .inner_image{
        text-align: center;
        padding: 0;
      }

      .inner_image img{
        width: 80%;
      }
  }



#drivers_faq-cont {
    position: relative;
    padding:0 20px;
    margin-top: -70px;
}

#drivers_faq-cont .drivers_faq-inner {
    padding-top: 120px;
    position: relative;
    width: 100%
}


#drivers_faq-cont .drivers_faq_link {
    background-color: #6c1d45;
    border-radius: 15px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .4);
    margin: 0 auto 4vw;
    position: relative;
    width: 100%;
    max-width: 1050px;
}

#drivers_faq-cont .drivers_faq_link>.link_inner {
    border-radius: 15px;
    display: block;
    overflow: hidden;
    padding: 20px;
    position: relative;
    width: 100%;
}


#drivers_faq-cont .drivers_faq_link>.link_inner:hover .more {
    background-position: 0 100%;
    color: #6c1d45;
}


#drivers_faq-cont .drivers_faq_link .head {
    color: #ff8026;
    font-size: clamp(17px, 2vw, 24px);
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.3em;
    padding: 20px;
    position: relative;
    text-align: center
}

#drivers_faq-cont .drivers_faq_link .more {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #ff8026 50%);
    background-position: 0 0;
    background-size: auto 200%;
    box-sizing: border-box;
    color: #ff8026;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -.06em;
    display: inline-block;
    position: absolute;
    padding: 0 .6666666667vw 3px ;
    right: 30px;
    bottom:20px;
    z-index: 2;
    transition: all .3s ease
}

#drivers_faq-cont .drivers_faq_link .more::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 2.5px;
    background-color: #ff8026;
    transition: all .3s ease;
    z-index: 1
}

#drivers_faq-cont .drivers_faq_link.inactive .head{
    opacity: .3
}


@media only screen and (max-width:769px) {

    #drivers_faq-cont {
        padding:0;
        margin-top: -20px;
    }

    #drivers_faq-cont .drivers_faq-inner {
        padding: 5vw 20px 1vw;
    }

    #drivers_faq-cont .drivers_faq_link .head {
        padding: 4vw 20px 8vw;
    }

    #drivers_faq-cont .drivers_faq_link .more {
        background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #ff8026 50%);
        background-position: 0 0;
        background-size: auto 200%;
        box-sizing: border-box;
        color: #ff8026;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: -.06em;
        display: inline-block;
        position: absolute;
        padding: 0 .6666666667vw ;
        right: 40%;
        transform: translateX(-40%);
        bottom:20px;
        z-index: 2;
        transition: all .3s ease
    }

}


.caution-cont{
    margin: -10px auto 0;
    max-width: 1050px;
    padding: 0 30px 30px;
}


.caution-cont ul {
    text-align: left;
    list-style:none;
  }
  .caution-cont ul li {
    color: #fff;
    font-size: 11px;
    text-indent:-0.5em;
    padding-left:1em;
    margin-bottom: 0.5vw;
    line-height: 1.8em;
  }

  @media only screen and (max-width:769px) {
    .caution-cont{
        padding: 5vw 20px 10vw;
    }

    .caution-cont ul li {
        font-size: 10px;
      }
  }


@media only screen and (min-width:768px) {
    .sp {
        display: none
    }

    .pc {
        display: block
    }

    .contents-box {
        overflow: hidden;
        min-width: 1000px;
        padding: 50px 0 100px
    }

    .contents-box .content {
        box-shadow: 0 0 30px;
        border-radius: 10px;
        min-width: 900px;
        margin: 50px auto 0;
        max-width: 1300px;
        width: calc(100% - 100px)
    }

    #localnav {
        background-color: #005063;
        bottom: auto;
        height: 70px;
        left: 0;
        overflow: visible;
        position: relative;
        right: auto;
        top: 0;
        min-width: 1000px;
        width: 100%;
        transition: none
    }

    #localnav .default-box,
    #localnav .feature-box {
        height: 70px;
        padding: 0 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition: none;
        transition: top .6s ease
    }

    #localnav .default-box>ul,
    #localnav .feature-box>ul {
        align-items: center;
        display: flex;
        height: 70px;
        justify-content: center;
        margin: 0 auto;
        max-width: 950px;
        position: relative;
        width: 100%
    }

    #localnav .default-box>ul li,
    #localnav .feature-box>ul li {
        margin: 0 auto;
        padding: 0 10px;
        position: relative;
        text-align: center;
        width: auto;
        font-size: 16px;
        font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
        font-weight: 700;
        letter-spacing: .01em;
        line-height: 1em
    }

    #localnav .default-box>ul li.lang,
    #localnav .feature-box>ul li.lang {
        display: none
    }

    #localnav .default-box>ul li.return,
    #localnav .feature-box>ul li.return {
        display: none
    }

    #localnav .default-box>ul li>a,
    #localnav .feature-box>ul li>a {
        font-size: 16px
    }

    #localnav .default-box>ul li::after,
    #localnav .feature-box>ul li::after {
        background-color: #fff;
        bottom: -4px;
        content: "";
        height: 1px;
        left: 0;
        margin: 0 10px;
        position: absolute;
        width: 0;
        transition: width .2s ease
    }

    #localnav .default-box>ul li:hover::after,
    #localnav .feature-box>ul li:hover::after {
        width: calc(100% - 20px)
    }

    #localnav .default-box>ul li.active::after,
    #localnav .feature-box>ul li.active::after {
        width: calc(100% - 20px)
    }

    #localnav .default-box>ul li .inactive,
    #localnav .feature-box>ul li .inactive {
        opacity: .3
    }

    #localnav .default-box>ul li .comingsoon,
    #localnav .feature-box>ul li .comingsoon {
        font-size: 26px;
        font-size: 3.4666666667vw
    }

    #localnav .default-box {
        background-color: #005063;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 2
    }

    #localnav .default-box.it-drivers-navi{
        justify-content: end!important;
    }

    #localnav .default-box.fix {
        top: 121px;
        position: fixed
    }

    #localnav .default-box.fix .lang-box-pc {
        display: block
    }

    #localnav .default-box>ul {
        margin: 0;
        max-width: 950px;
        width: auto
    }

    #localnav .default-box .lang-box-pc {
        display: block;
        margin: 0 10px 0 30px;
        position: relative;
        width: 130px;
        z-index: 99
    }

    #localnav .default-box .lang-box-pc .lang-trigger {
        align-items: center;
        background-color: #005063;
        color: #fff;
        cursor: pointer;
        display: flex;
        font-size: 12px;
        font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
        font-weight: 700;
        letter-spacing: .01em;
        line-height: 1em;
        letter-spacing: .1em;
        justify-content: center;
        height: 30px;
        margin: 20px 0 0;
        position: relative;
        width: 100%;
        z-index: 2
    }

    #localnav .default-box .lang-box-pc .lang-trigger::after {
        content: "";
        width: 0;
        display: inline-block;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #fff;
        margin-left: 10px;
        position: relative
    }

    #localnav .default-box .lang-box-pc .lang-lists {
        background-color: #005063;
        display: block;
        height: 0;
        opacity: .5;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 20px;
        width: 130px;
        z-index: 1;
        transition: all .3s ease
    }

    #localnav .default-box .lang-box-pc .lang-lists li {
        align-items: center;
        display: flex;
        justify-content: center;
        height: 35px;
        text-align: center;
        width: 100%
    }

    #localnav .default-box .lang-box-pc .lang-lists li>a {
        color: #fff;
        font-size: 12px;
        font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
        font-weight: 700;
        letter-spacing: .01em;
        line-height: 1em;
        letter-spacing: .04em
    }

    #localnav .default-box .lang-box-pc.active .lang-lists {
        opacity: 1;
        height: auto;
        padding: 60px 0 20px
    }

    #localnav .feature-box {
        background-color: #6c1d45;
        position: absolute;
        top: 0;
        z-index: 1
    }

    #localnav .feature-box>ul {
        max-width: 890px
    }

    #localnav .feature-box>ul li {
        font-weight: 500
    }

    #localnav .feature-box>ul li>a {
        font-weight: 500
    }

    #localnav .feature-box.fix {
        top: 0;
        position: fixed
    }

    #localnav .feature-box.active {
        top: 70px
    }

    #localnav .lang-box,
    #localnav .menu-trigger,
    #localnav .support-box {
        display: none
    }

    #index #localnav {
        position: absolute;
        top: 600px
    }

    #index #localnav .default-box {
        position: relative
    }

    #index #localnav .default-box.fix {
        top: 0;
        position: fixed
    }

    #index #localnav .default-box.fix .lang-box-pc {
        display: block
    }

    #index #localnav .default-box .lang-box-pc {
        display: none
    }

    #index #localnav .feature-box {
        position: absolute
    }

    #index #localnav .feature-box.fix {
        top: 0;
        position: fixed
    }

    #index #localnav .feature-box.active {
        top: 70px
    }

}
