@charset "utf-8";

/*|||||||||||||| Common ||||||||||||||*/
html{
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

*{
    box-sizing: border-box;
}

img{
    max-width: 100%;
    vertical-align: bottom;
}

video{
    width: 100%;
    display: block;
}

b{
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    body{
        line-height: 1.7;
        font-size: 16px;
    }

    .sp{
        display: none;
    }

    section{
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 768px) {
    body{
        line-height: 1.5;
        font-size: 14px;
    }

    .pc{
        display: none !important;
    }

    section{
        margin-bottom: 30px;
    }
}

.warranty-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 8px;
    font-size: 16px;
    table-layout: fixed;
}

/*|||||||||||||| Warranty ||||||||||||||*/

/* Warranty Period table */
.warranty-table{
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 16px;
    table-layout: fixed;
}

.warranty-table th{
    width: 60%;
    background: #333333;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding: 10px 13px;
    border: 1px solid #333333;
    line-height: 1.4;
}

.warranty-table th:last-child{
    width: 40%;
}

.warranty-table td{
    background: #fff;
    color: #000;
    font-weight: normal;
    text-align: left;
    padding: 10px 13px;
    border: 1px solid #333333;
    line-height: 1.4;
}

.warranty-table td:last-child{
    font-weight: bold;
}

/* Warranty Procedure */
.warranty-procedure{
    box-sizing: border-box;
}

.warranty-procedure p{
    margin: 0 0 15px;
    padding: 0;
    text-indent: 0;
}

.warranty-procedure p:last-child{
    margin-bottom: 0;
}

.warranty-procedure .repair-box{
    width: 75%;
    margin: 20px auto;
    padding: 10px 12px;
    border: 1px solid #333333;
    box-sizing: border-box;
}

.warranty-procedure .repair-box p{
    margin: 0 0 10px;
    padding: 0;
}

.warranty-procedure .repair-box p:last-child{
    margin-bottom: 0;
}

.warranty-procedure .repair-title{
    color: #333333;
    font-weight: bold;
}

.warranty-procedure .text-red,
.warranty-procedure .text-red strong{
    color: #cb0027;
}

@media only screen and (max-width: 768px) {
    .warranty-table{
        font-size: 14px;
    }

    .warranty-table th,
    .warranty-table td{
        padding: 8px 10px;
    }

    .warranty-procedure .repair-box{
        width: 100%;
        margin: 15px auto;
        padding: 8px 10px;
    }
}
.warranty-procedure .repair-link {
    color: #333333 !important;
    font-weight: 700 !important;
    text-decoration: underline;
}

/*|||||||||||||| Header ||||||||||||||*/
header{
    padding: 20px 35px;
}

header h1 img{
    width: 140px;
}

@media only screen and (max-width: 768px) {
    header{
        padding: 10px 15px;
    }

    header h1 img{
        width: 100px;
    }
}


/*|||||||||||||| MainImage ||||||||||||||*/
#main{
    position: relative;
}

#main .main_img{
    width: 100%;
}

#main .lead{
    position: absolute;
    text-align: center;
    top: 10%;
    right: 0;
    left: 0;
}

@media only screen and (max-width: 768px) {
    #main .main_img{
        width: 100%;
    }

    #main .lead{
        top: 5%;
    }

    #main .lead img{
        width: 75%;
    }
}


/*|||||||||||||| Contents ||||||||||||||*/
.contents{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

strong{
    color: #333333;
}

h3{
    width: 80%;
    margin: 0 auto 30px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 11px;
    color: #fff;
    background: #333333;
    line-height: 1;
}

h4{
    width: 100%;
    margin: 0;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    padding: 8px 12px;
    color: #fff;
    background: #333333;
    line-height: 1;
}

.out_line{
    border: 1px solid #333333;
    padding: 11px 13px 17px 13px;
    box-sizing: border-box;
}

/* Warranty Policy heading + print button */
.policy-heading{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0 0 30px;
}

.policy-heading h3{
    margin: 0;
}

.print-btn{
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.print-btn svg{
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #333333;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.print-btn:hover svg{
    opacity: 0.7;
}

.print-btn:focus-visible{
    outline: 2px solid #333333;
    outline-offset: 2px;
}

/* Force "Warranty Procedure" onto its own page when printing */
@media print{
    .print-btn{
        display: none;
    }

    .page-break-before{
        page-break-before: always;
        break-before: page;
    }
}

@media only screen and (max-width: 1020px) {
    .contents{
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 768px) {
    h3{
        width: 90%;
        margin: 0 auto 15px;
        font-size: 20px;
        padding: 8px;
        line-height: 1;
    }

    .policy-heading{
        margin: 0 0 15px;
        gap: 8px;
    }

    .policy-heading h3{
        width: 90%;
        margin: 0;
    }

    .print-btn{
        width: 30px;
        height: 30px;
    }

    .print-btn svg{
        width: 22px;
        height: 22px;
    }

    h4{
        font-size: 16px;
        padding: 6px 10px;
        line-height: 1;
    }

    .out_line{
        padding: 10px 10px 12px 10px;
    }
}


/*|||||||||||||| How to use the 220USB (overview) ||||||||||||||*/
#howtouse p{
    margin-bottom: 10px;
}

#howtouse .m6{
    color: #333333;
    margin: 0 auto;
    width: 75%;
    font-weight: bold;
    padding-bottom: 15px;
}

#howtouse .m6 .f_normal{
    font-weight: normal;
}

#howtouse .howtouse_item p{
    text-indent: -2em;
    padding-left: 2em;
    margin-bottom: 23px;
}

#howtouse .howtouse_item p.onegai{
    margin-bottom: 0;
    text-indent: -0.5em;
    padding-left: 0;
}

.howtouse_item dl{
    display: flex;
    justify-content: space-between;
}

.howtouse_item dl dt{
    width: 60%;
}

.howtouse_item dl dd{
    width: 35%;
}

.howtouse_item dl dd img:nth-of-type(2){
    margin-top: 5px;
}

@media only screen and (max-width: 768px) {
    #howtouse p{
        margin-bottom: 10px;
    }

    #howtouse .m6{
        width: 90%;
        padding: 6px;
    }

    #howtouse .m6 span{
        display: inline-block;
        margin-left: 0.5em;
    }

    #howtouse .howtouse_item p{
        margin-bottom: 13px;
    }

    .howtouse_item dl{
        display: flex;
        justify-content: space-between;
    }

    .howtouse_item dl dt img{
        margin-top: 10px;
    }

    .howtouse_item dl dt{
        width: 100%;
    }
}


/*|||||||||||||| FAQ (Frequently Asked Questions) ||||||||||||||*/
#qa tr:first-of-type td{
    padding-top: 5px;
    padding-bottom: 5px;
}

#qa td{
    border: 1px solid #333333;
    padding: 11px 13px 17px 13px;
}

#qa td:first-of-type{
    width: 18%;
}

#qa th{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 8px 12px;
    color: #fff;
    background: #333333;
    line-height: 1;
    border: 1px solid #333333;
}

#qa td p{
    text-indent: -1.2em;
    padding-left: 1.2em;
    display: block;
}

#qa td dl{
    display: flex;
    justify-content: space-between;
}

#qa td dl dt{
    width: 70%;
}

#qa td dl dd{
    width: 28%;
}

#qa td p.tx_indent{
    text-indent: -1.5em;
    padding-left: 2.7em;
    margin-top: 15px;
}

#qa td .indent02{
    text-indent: -1em;
    padding-left: 3.7em;
}

@media only screen and (max-width: 768px) {
    #qa table,
    #qa tbody,
    #qa tr,
    #qa th,
    #qa td{
        display: block;
    }

    #qa td{
        border: 1px solid #333333;
        padding: 10px 10px 12px 10px;
        border-top: none;
    }

    #qa td:first-of-type{
        width: 100%;
        background: #facfd7;
        padding: 8px 10px 8px 10px;
    }

    #qa th{
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        padding: 6px 10px !important;
        line-height: 1;
        border: 1px solid #333333;
        margin-top: 15px;
    }

    #qa td p{
        text-indent: -1.2em;
        padding-left: 1.2em;
    }

    #qa td dl{
        display: block;
    }

    #qa td dl dt{
        width: 100%;
    }

    #qa td dl dd{
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}


/*|||||||||||||| Safety Instruction ||||||||||||||*/
#attention p{
    text-indent: -5.7em;
    padding-left: 5.7em;
}


/*|||||||||||||| Footer ||||||||||||||*/
footer{
    padding: 20px;
    text-align: center;
    font-size: 11px;
    background: #c4c4c4;
    color: #4c4c4c;
}

@media only screen and (max-width: 768px) {
    footer{
        padding: 12px;
        font-size: 11px;
    }
}
