﻿.c-inlineBlock {
    display: inline-block;
}

.warranty {
    position: relative;
    display: block;
    width: 100%;
    margin: 50px auto 0 auto;
}

.warranty[data-lang="cn"] {
    font-family: 'Noto Sans SC';
}

.warranty[data-lang="jp"] {
    font-family: 'Noto Sans JP';
}

.warranty[data-lang="ko"] {
    font-family: 'Noto Sans KR';
}

.warranty[data-lang="tw"] {
    font-family: 'Noto Sans TC';
}

.p-title01 {
    display: block;
    width: 100%;
    font-size: 2.3em;
    line-height: 1.2;
    color: #343434;
    font-family: inherit;
    font-weight: 700;
}

.p-bt {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: .8em;
    line-height: 1;
    color: #fff;
    font-family: inherit;
    font-weight: 400;
    text-align: center;
    background: #18acc4;
    box-sizing: border-box;
    border-radius: 25px;
    overflow: hidden;
    flex: 0 0 auto;
}

.p-bt::after {
    content: '';
    position: relative;
    display: block;
    width: 4px;
    height: 4px;
    margin: 0 0 0 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform-origin: center;
    transform: rotate(45deg);
    flex: 0 0 auto;
}

.p-bt span {
    display: block;
    width: auto;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    flex: 0 0 auto;
}

.p-bt:hover span {
    text-decoration: underline;
}

/****申請RMA維修****/
.warranty__contact {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 70px auto;
    background: linear-gradient(to top, #c5cad0 calc(100% - 110px), #fff calc(100% - 110px)) bottom center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.warranty__contact__inner {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}

.warranty__contact__inner__pic {
    display: block;
    width: 40%;
    margin: 0 20px 0 0;
    flex: 0 0 auto;
}

.warranty__contact__inner__pic img {
    display: block;
    width: 100%;
    height: auto;
}

.warranty__contact__inner__content {
    display: block;
    width: 100%;
    max-width: 655px;
    padding: 30px 0 0 0;
    text-align: left;
    flex: 0 1 auto;
}

.warranty__contact__inner__content__title {
    position: relative;
    margin: 0 0 70px 0;
}

.warranty__contact__inner__content__text {
    position: relative;
    display: block;
    width: 100%;
    font-size: .95em;
    line-height: 1.8;
    color: #474747;
    font-family: inherit;
    font-weight: 400;
}

.warranty__contact__inner__content__text i {
    font-weight: 500;
    font-style: inherit;
}

.warranty__contact__inner__content__btGroup {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 20px 0 0 0;
}

.warranty__contact__inner__content__btGroup__bt {
    width: calc(50% - 10px);
    max-width: 265px;
    margin: 10px 10px 0 0;
}

.warranty__contact__inner__content__btGroup__bt:nth-child(odd) {
    color: #3f3f3f;
    background: none;
    border: 1px solid #3f3f3f;
}

.warranty__contact__inner__content__btGroup__bt:nth-child(odd)::after {
    border-color: #3f3f3f;
}

/****售後服務指南****/
.warranty__guide {
    position: relative;
    display: block;
    width: 87.5%;
    max-width: 1060px;
    margin: 70px auto;
    overflow: hidden;
}

.warranty__guide__title {
    margin: 0 auto 25px auto;
}

.warranty__guide__list {
    display: block;
    width: 100%;
    margin: 0 0 60px 0;
    font-size: 1em;
    line-height: 1.3;
    color: #000;
    font-family: inherit;
    text-align: left;
    counter-reset: item;
}

.warranty__guide__list li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0 0 0 2em;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    counter-increment: item;
}

.warranty__guide__list li::before {
    content: counter(item, decimal)'.';
    position: absolute;
    top: 0;
    left: 0.25em;
    display: block;
    width: auto;
    max-width: 100%;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
}

.warranty__guide__contact {
    display: block;
    width: 100%;
}

.warranty__guide__contact__title {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    font-size: 1.25em;
    line-height: 1.2;
    color: #343434;
    font-family: inherit;
    text-align: left;
    font-weight: 700;
}

.warranty__guide__contact__table {
    width: 100%;
}

.warranty__guide__contact__table thead {
    background: #afafaf;
    border-top: 2px solid #343434;
}

.warranty__guide__contact__table thead th {
    width: 50%;
    padding: 20px 10px;
    font-size: 1em;
    line-height: 1.2;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    border-right: 1px solid #e0e0e0;
}

.warranty__guide__contact__table thead th:last-child {
    border: none;
}

.warranty__guide__contact__table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.warranty__guide__contact__table tbody tr td {
    padding: 25px 5px;
    font-size: .875em;
    line-height: 1.5;
    color: #343434;
    font-family: inherit;
    font-weight: 400;
    text-align: center;
    word-wrap: break-word;
    border-right: 1px solid #e0e0e0;
}

.warranty__guide__contact__table tbody tr td:nth-child(1) img {
    width: 100%;
    max-width: 128px;
    height: auto;
}

.warranty__guide__contact__table tbody tr td:nth-child(2) {
    font-size: 1em;
    font-weight: 700;
}

.warranty__guide__contact__table tbody tr td:last-child {
    border: none;
}

/****保修限制****/
.warranty__limit {
    position: relative;
    display: block;
    width: 100%;
    margin: 50px auto 100px auto;
    overflow: hidden;
}

.warranty__limit__inner {
    display: block;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto;
}

.warranty__limit__inner__head {
    display: block;
    width: 100%;
    margin: 0 auto 90px auto;
    text-align: center;
}

.warranty__limit__inner__head__title {
    margin: 0 auto 40px auto;
}

.warranty__limit__inner__head__text {
    display: block;
    width: 100%;
    font-size: .95em;
    line-height: 1.55;
    color: #343434;
    font-family: inherit;
    font-weight: 100;
}

.warranty__limit__inner__scope {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.warranty__limit__inner__scope__item {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 25%;
    margin: 0 0 70px 0;
    padding: 0 10px 0 0;
    text-align: left;
}

.warranty__limit__inner__scope__item:nth-child(n+5):nth-child(-n+7) {
    width: 30%;
}

.warranty__limit__inner__scope__item__icon {
    display: block;
    width: 59px;
    margin: 0 20px 0 0;
    flex: 0 0 auto;
}

.warranty__limit__inner__scope__item__content {
    display: block;
    width: 100%;
    padding: 7px 0 0 0;
    flex: 0 1 auto;
}

.warranty__limit__inner__scope__item__content__title {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 1.1em;
    line-height: 1.2;
    color: #000;
    font-family: inherit;
    font-weight: 700;
}

.warranty__limit__inner__scope__item__content__text {
    display: block;
    width: 100%;
    font-size: .75em;
    line-height: 1.2;
    color: #000;
    font-family: inherit;
}

.warranty__limit__inner__notice {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto 65px auto;
    overflow: hidden;
}

.warranty__limit__inner__notice__title {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 35px 0;
    font-size: 1.1em;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: 700;
    text-align: left;
}

.warranty__limit__inner__notice__list {
    display: block;
    width: 100%;
    font-size: 1em;
    line-height: 1.3;
    color: #000;
    font-family: inherit;
    text-align: left;
    counter-reset: item;
}

.warranty__limit__inner__notice__list li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0 0 0 2em;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    counter-increment: item;
}

.warranty__limit__inner__notice__list li:last-child {
    margin: 0;
}

.warranty__limit__inner__notice__list li::before {
    content: counter(item, decimal)'.';
    position: absolute;
    top: 0;
    left: .25em;
    display: block;
    width: auto;
    max-width: 100%;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
}

.warranty__limit__inner__exception {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding: 30px 20px;
    border: 10px solid #dbdbdb;
    box-sizing: border-box;
    overflow: hidden;
}

.warranty__limit__inner__exception__text {
    display: block;
    width: 100%;
    font-size: .8em;
    line-height: 1.9;
    color: #000;
    font-family: inherit;
    font-weight: 300;
    text-align: left;
    flex: 0 1 auto;
}

.warranty__limit__inner__exception__bt {
    max-width: 295px;
    margin: 0 0 0 20px;
}

/****保固期限****/
.warranty__term {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

/**背景**/
.warranty__term__bg {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.warranty__term__bg img {
    position: relative;
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
}

/**文案**/
.warranty__term__inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 45px 0 60px 0;
    color: #fff;
}

.warranty__term__inner__content {
    display: block;
    width: 50%;
    padding: 40px 0 0 0;
    text-align: left;
    flex: 0 0 auto;
}

.warranty__term__inner__content__title {
    margin: 0 0 60px 0;
    color: inherit;
}

.warranty__term__inner__content__text {
    display: block;
    width: 100%;
    font-size: .95em;
    line-height: 1.75;
    color: inherit;
    font-family: inherit;
    font-weight: 100;
}

.warranty__term__inner__form {
    display: block;
    width: calc(50% - 30px);
}

.warranty__term__inner__form__head {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    background: rgba(162, 162, 162, 0.3);
    border-bottom: 1px solid #8f8f8f;
}

.warranty__term__inner__form__head__text {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 10px;
    font-size: 1em;
    line-height: 1;
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    border-right: 1px solid #8f8f8f;
    flex: 0 1 auto;
}

.warranty__term__inner__form__head__text:nth-child(1) {
    width: 45%;
    flex: 0 0 auto;
}

.warranty__term__inner__form__head__text:last-child {
    border: none;
}

.warranty__term__inner__form__body {
    display: block;
    width: 100%;
}

.warranty__term__inner__form__body__box {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #8f8f8f;
}

.warranty__term__inner__form__body__box__text {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 10px;
    font-size: .8em;
    line-height: 1.5;
    color: inherit;
    font-family: inherit;
    font-weight: 100;
    border-right: 1px solid #8f8f8f;
    flex: 0 1 auto;
}

.warranty__term__inner__form__body__box__text:nth-child(1) {
    width: 45%;
    flex: 0 0 auto;
}

.warranty__term__inner__form__body__box__text:last-child {
    border: none;
}

/****免責聲明****/
.warranty__disclaimer {
    position: relative;
    display: block;
    width: 80%;
    max-width: 1200px;
    margin: 80px auto;
    overflow: hidden;
}

.warranty__disclaimer__title {
    margin: 0 auto 40px auto;
}

.warranty__disclaimer__text {
    display: block;
    width: 100%;
    font-size: .95em;
    line-height: 1.85;
    color: #000;
    font-family: inherit;
    font-weight: 100;
}

.warranty__disclaimer__text::after {
    content: '';
    position: relative;
    display: block;
    width: 48px;
    height: 5px;
    margin: 40px auto;
    background: #989898;
}

.warranty__disclaimer__text:last-child:after {
    display: none;
}

/****注意事項****/
.warranty__notice {
    position: relative;
    display: block;
    width: 100%;
    padding: 80px 0 100px 0;
    overflow: hidden;
}

/**背景**/
.warranty__notice__bg {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.warranty__notice__bg img {
    position: relative;
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
}

/**文案**/
.warranty__notice__content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
}

.warranty__notice__content__item {
    position: relative;
    display: block;
    width: calc(33.33% - 20px);
    max-width: 350px;
}

.warranty__notice__content__item::before {
    content: '';
    position: relative;
    display: block;
    width: 68px;
    height: 6px;
    margin: 0 0 18px 0;
    border-radius: 5px;
    background: #41c2c0;
    overflow: hidden;
}

.warranty__notice__content__item:nth-child(3n + 2):before {
    background: #41a5c2;
}

.warranty__notice__content__item:nth-child(3n):before {
    background: #416fc2;
}

.warranty__notice__content__item__text {
    display: block;
    width: 100%;
    font-size: .8em;
    line-height: 2;
    color: #fff;
    font-family: inherit;
    font-weight: 100;
    text-align: left;
}

@media(max-width:1400px) {

    /****免責聲明****/
    .warranty__disclaimer__text br {
        display: none;
    }
}

@media(max-width:768px) {
    .p-bt {
        height: 40px;
    }

    .warranty {
        margin: 60px auto 0 auto;
    }

    /****申請RMA維修****/
    .warranty__contact {
        background: linear-gradient(to top, #c5cad0 calc(100% - 80px), #fff calc(100% - 80px)) bottom center no-repeat;
    }

    .warranty__contact__inner {
        display: block;
    }

    .warranty__contact__inner__pic {
        display: none;
    }

    .warranty__contact__inner__content {
        max-width: 580px;
        margin: 0 auto;
        padding: 0;
    }

    .warranty__contact__inner__content__title {
        left: -20px;
        width: calc(100% + 40px);
        text-align: center;
    }

    .warranty__contact__inner__content__btGroup {
        justify-content: space-between;
    }

    .warranty__contact__inner__content__btGroup__bt {
        width: calc(50% - 5px);
        max-width: none;
        margin: 10px 0 0 0;
    }

    /****售後服務指南****/
    .warranty__guide__list {
        font-size: .85em;
    }

    .warranty__guide__list li {
        margin: 0 0 15px 0;
    }

    .warranty__guide__contact__table thead th {
        padding: 12px 10px;
        font-size: .8em;
    }

    .warranty__guide__contact__table tbody tr td {
        font-size: .8em;
    }

    .warranty__guide__contact__table tbody tr td:nth-child(2) {
        font-size: .9em;
    }

    /****保修限制****/
    .warranty__limit {
        margin: 65px auto;
    }

    .warranty__limit__inner__head {
        margin: 0 auto 50px auto;
    }

    .warranty__limit__inner__head__text br {
        display: none;
    }

    .warranty__limit__inner__scope {
        max-width: 550px;
        justify-content: space-between;
    }

    .warranty__limit__inner__scope__item {
        width: calc(50% - 10px);
        padding: 0;
    }

    .warranty__limit__inner__scope__item:nth-child(n+5):nth-child(-n+7) {
        width: calc(50% - 10px);
    }

    .warranty__limit__inner__scope__item__icon {
        margin: 0 10px 0 0;
    }

    .warranty__limit__inner__scope__item__content__text br {
        display: none;
    }

    .warranty__limit__inner__notice {
        width: 100%;
        margin: 0 auto 35px auto;
    }

    .warranty__limit__inner__notice__title {
        margin: 0 0 15px 0;
    }

    .warranty__limit__inner__notice__list {
        font-size: .85em;
    }

    .warranty__limit__inner__notice__list li {
        margin: 0 0 15px 0;
    }

    .warranty__limit__inner__exception {
        display: block;
        width: 100%;
    }

    .warranty__limit__inner__exception__text {
        font-size: .8em;
    }

    .warranty__limit__inner__exception__text br {
        display: none;
    }

    .warranty__limit__inner__exception__bt {
        max-width: 210px;
        margin: 30px auto 0 auto;
    }

    /****保固期限****/
    /**文案**/
    .warranty__term__inner {
        display: block;
        padding: 110px 0 60px 0;
    }

    .warranty__term__inner__content {
        width: 100%;
        margin: 0 auto 50px auto;
        padding: 0;
        text-align: center;
    }

    .warranty__term__inner__content__title {
        margin: 0 auto 40px auto;
    }

    .warranty__term__inner__content__text {
        text-align: left;
    }

    .warranty__term__inner__form {
        width: 100%;
    }

    /****注意事項****/
    .warranty__notice {
        padding: 70px 0;
    }

    /**文案**/
    .warranty__notice__content {
        display: block;
        width: 80%;
    }

    .warranty__notice__content__item {
        width: 100%;
        max-width: none;
        margin: 0 auto 70px auto;
    }

    .warranty__notice__content__item::before {
        margin: 0 auto 30px auto;
    }

    .warranty__notice__content__item:last-child {
        margin: 0 auto;
    }

    .warranty__notice__content__item__text {
        font-size: .95em;
        text-align: center;
    }

    .warranty__notice__content__item__text br {
        display: none;
    }

}

@media(max-width:640px) {
    .p-title01 {
        font-size: 1.93em;
    }

    /****申請RMA維修****/
    .warranty__contact {
        margin: 0 auto 50px auto;
        background: linear-gradient(to top, #c5cad0 calc(100% - 60px), #fff calc(100% - 60px)) bottom center no-repeat;
    }

    .warranty__contact__inner__content__title {
        margin: 0 auto 40px auto;
    }

    /****售後服務指南****/
    .warranty__guide {
        width: calc(100% - 40px);
        margin: 50px auto;
    }

    .warranty__guide__contact__title {
        margin: 0 0 15px 0;
        font-size: .9em;
    }

    /****保修限制****/
    .warranty__limit {
        margin: 55px auto;
    }

    .warranty__limit__inner__head__title {
        margin: 0 auto 30px auto;
    }

    .warranty__limit__inner__head__text {
        font-size: .85em;
    }

    .warranty__limit__inner__scope {
        display: block;
    }

    .warranty__limit__inner__scope__item {
        width: 100%;
        margin: 0 0 50px 0;
    }

    .warranty__limit__inner__scope__item:nth-child(n+5):nth-child(-n+7) {
        width: 100%;
    }

    /****保固期限****/
    /**文案**/
    .warranty__term__inner {
        width: calc(100% - 40px);
        padding: 60px 0;
    }

    .warranty__term__inner__content {
        margin: 0 auto 25px auto;
    }

    .warranty__term__inner__content__title {
        margin: 0 auto 30px auto;
    }

    .warranty__term__inner__content__text {
        font-size: .85em;
    }

    /****免責聲明****/
    .warranty__disclaimer {
        width: calc(100% - 40px);
        margin: 60px auto;
    }

    .warranty__disclaimer__title {
        margin: 0 auto 30px auto;
    }

    .warranty__disclaimer__text {
        font-size: .85em;
    }

    .warranty__disclaimer__text::after {
        margin: 30px auto;
    }

    /****注意事項****/
    .warranty__notice__content {
        width: calc(100% - 40px);
    }

    .warranty__notice__content__item__text {
        font-size: .85em;
    }

}