@charset "UTF-8";

/*!
 * 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
}

.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: 100;
    transition: left .4s ease;
    z-index: 3;
}

#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)
}

#support-cont {
    background-color: #00677f;
    position: relative
}


.sp {
    display: block
}

.pc {
    display: none
}

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

    .pc {
        display: block
    }
}


#faq-cont .faq-inner {
    padding: 10vw 0 12vw;
    position: relative;
    width: 100%;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
}

#faq-cont .faq-inner .ttl {
    color: #ff8026;
    font-size: 4vw;
    font-weight: 700;
    letter-spacing: .02em;
    margin: 0 auto 10.6666666667vw;
    position: relative;
    text-align: center;
    line-height: 1.3em;
}

#faq-cont {
    background-color: #00677f
}

@media only screen and (min-width:768px) {
    .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;
        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;
        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.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
    }
    #faq-cont {
        min-width: 1000px
    }
    #faq-cont .faq-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        padding: 70px 0 90px;
        max-width: 1120px;
        width: calc(100% - 80px)
    }
    #faq-cont .faq-inner .ttl {
        font-size: clamp(26px, 2vw, 36px);
        margin: 0 auto 60px;
        width: 100%;
        line-height: 1.3em;
    }
}

.faq .list {
    margin: auto;
}

.faq .list>li {
    width: 100%;
    max-width: 820px;
    border-radius: 10px;
    background: #ffffff;
    margin: 0 auto 20px;
    overflow: hidden;
}

.faq .list>li .label {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    padding: 20px 60px;
    cursor: pointer;
    transition: all .3s ease 0s;
    border-bottom: solid 0px #ede9e7;
    line-height: 1.8em;
}

.faq .list>li .label::before {
    content: "";
    display: block;
}

.faq .list>li .label .icon {
    width: 16px;
    height: 16px;
    background: #ff8026;
    display: inline-block;
    margin-right: -20px;
    position: relative;
    top: 2px;
    left: -40px;
}

@media only screen and (max-width: 768px) {
    .sp {
        display: block
    }
    .faq .list>li .label .icon {
        left: 0;
    }
}

.faq .list>li .label .icon::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(../images/support/icon_plus.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
}

.faq .list>li .label.active {
    background: #262626;
    border-bottom: solid 1px #ede9e7;
    color: #fff;
}

.faq .list>li .label.active .icon::after {
    background-image: url(../images/support/icon_minus.svg);
    background-size: 100% 100%;
}

.faq .list>li .accordion {
    height: 0;
    transition: all .3s ease 0s;
    overflow: hidden;
}

.faq .list>li .accordion .inner {
    padding: 30px 60px;
    font-size: 16px;
    line-height: 22px;
    word-break: break-all;
    font-weight: 500;
}

.faq .list>li .accordion .inner p {
line-height: 1.6em;
}

.faq .list>li .accordion .inner .list_flow {
    margin: 60px auto 0;
}

.faq .list>li .accordion .inner .list_flow>li {
    margin: 0 auto 70px;
}

.faq .list>li .accordion .inner .list_flow>li p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 auto 50px;
}

.faq .list>li .accordion .inner .list_flow>li p .number {
    font-size: 20px;
    font-weight: 500;
}

.faq .list>li .accordion .inner .list_flow>li .list_flow_thumb {
    display: block;
    margin: auto;
}

.faq .list>li .accordion .inner .list_flow>li .list_flow_thumb.icon_mail {
    width: 78px;
    height: 90px;
}

.faq .list>li .accordion .inner .answer {
    font-weight: 500;
}

.add_message {
    max-width: 1120px;
    margin: 0 auto;
    padding: 30px 0;
}

.add_message p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .faq .list>li {
        width: auto;
        margin: 0 10px 10px;
        border-radius: 5px;
    }
    .faq .list>li .label {
        padding: 15px 0;
        font-size: 13px;
    }
    .faq .list>li .label .icon {
        width: 14px;
        height: 14px;
        margin: 0 -24px 0 10px;
        top: 3px;
    }
    .faq .list>li .label span {
        padding: 0 10px 0 34px;
        display: inline-block;
        vertical-align: middle;
    }
    .faq .list>li .accordion .inner .list_flow {
        margin: 20px auto 0;
    }
    .faq .list>li .accordion .inner .list_flow>li {
        margin: 0 auto 40px;
    }
    .faq .list>li .accordion .inner .list_flow>li p {
        font-size: 13px;
        line-height: 22px;
        margin: 0 auto 25px;
    }
    .faq .list>li .accordion .inner .list_flow>li p .number {
        font-size: 15px;
        font-weight: 500;
    }
    .faq .list>li .accordion .inner .list_flow>li .list_flow_thumb {
        display: block;
        margin: auto;
    }
    .faq .list>li .accordion .inner .list_flow>li .list_flow_thumb {
        width: 277px;
    }
    .faq .list>li .accordion .inner .list_flow>li .thumb_app_one {
        width: 130px;
    }
    .faq .list>li .accordion .inner .list_flow>li .thumb_app_two {
        width: 277px;
    }
    .faq .list>li .accordion .inner .list_flow>li .figure_shortcut {
        width: 117px;
    }
    .faq .list>li .accordion .inner .list_flow>li .list_flow_thumb.icon_mail {
        width: 58px;
        height: 67px;
    }
    .faq .list>li .accordion .inner {
        padding: 15px 35px;
        font-size: 13px;
        line-height: 22px;
    }
    .add_message {
        max-width: unset;
        margin: 0 3%;
        padding: 25px 0;
    }
    .add_message p {
        font-size: 10px;
        line-height: 1.5;
    }
}

.mb30 {
    margin-bottom: 30px!important;
}

.sketch .images02 {
    width: 100%;
}

.sketch .images02>li {
    width: 31.5%;
    margin-right: 2%;
    display: inline-block;
    margin-bottom: 20px;
}

.sketch .images02>li img {
    max-width: 100%;
    display: block;
}

.sketch .images02>li:nth-child(3n) {
    margin-right: 0px;
}

@media screen and (max-width: 768px) {
    .sketch .images02>li {
        width: 47.5%;
        margin-right: 3.5%;
        display: inline-block;
        margin-bottom: 10px;
    }
    .sketch .images02>li:nth-child(2n) {
        width: 47.5%;
        margin-right: 0px;
    }
    .sketch .images02>li:nth-child(3n) {
        margin-right: 3.5%;
    }
    .sketch .images02>li img {
        max-width: 100%;
        display: block;
    }
}

.indent01 {
    padding-left: 1em!important;
    text-indent: -1em!important;
}

.indent02 {
    padding-left: 2em!important;
    text-indent: -2em!important;
    margin-bottom: 3px;
}

.table_status_minilink_sp {
    display: none!important;
}

.table_status_minilink_pc {
    text-align: center!important;
    border-collapse: collapse!important;
    margin-bottom: 30px!important;
    width: 98%!important;
    display: table!important;
}

.table_status_minilink_pc th {
    background-color: #6c1d45!important;
    font-weight: bold!important;
    color: #fff!important;
    border-color: #6c1d45;
    border-right: 1px solid #fff!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    text-align: center!important;
    vertical-align: middle!important;
}

.table_status_minilink_pc th:last-child {
    border-right: 1px solid #6c1d45!important;
}

.table_status_minilink_pc td {
    border: 1px solid #6c1d45!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    text-align: center!important;
    vertical-align: middle!important;
    font-weight: 500;
}

.table_status_minilink_pc td.color {
    background-color: #999999!important;
    border: 1px solid #6c1d45!important;
    color: white;
}

@media screen and (max-width: 768px) {
    .table_status_minilink_pc {
        display: none!important;
    }
    table.table_status_minilink_sp {
        text-align: center!important;
        border-collapse: collapse!important;
        margin-bottom: 20px!important;
        width: 100%!important;
        display: table!important;
    }
    .table_status_minilink_sp th {
        background-color: #6c1d45!important;
        font-weight: bold!important;
        color: #fff!important;
        border-right: 1px solid #fff!important;
        padding-top: 5px!important;
        padding-bottom: 5px!important;
        text-align: center!important;
        vertical-align: middle!important;
    }
    .table_status_minilink_sp th:last-child {
        border-right: 1px solid #6c1d45!important;
    }
    .table_status_minilink_sp td {
        border: 1px solid #6c1d45!important;
        padding-top: 10px!important;
        padding-bottom: 10px!important;
        text-align: center!important;
        vertical-align: middle!important;
    }
    .table_status_minilink_sp td.color {
        background-color: #fdecf5!important;
        border: 1px solid #6c1d45!important;
        color: #000;
    }
}

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

.faq_img_list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

p.model_title {
    font-weight: bold;
    margin: 20px 0;
}

.img_box {
    width: calc(50% - 30px);
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.img_box_text {
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.img_box img {
    width: 70%;
    margin: 0 auto;
}

.img_box p {
    font-weight: normal;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .img_box {
        width: 100%;
    }
    .img_box_text {
        height: 80px;
        align-items: flex-end;
    }
    .img_box_text p {
        line-height: 1.2em;
    }
}
