@charset "UTF-8";

/*============================
#entry
============================*/
div#entry {
    margin-top: 50px;
    margin-bottom: 50px;
}
div#entry form section.text-center div.input p.inputNum {
    margin: 2em;
}
div#entry form section.text-center div.input p.inputNum input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    width: 180px;
    padding: 0 10px;
    border: 1px solid #a9a9a9;
    background: #fff;
    font-size: 2em;
    text-align: center;
}
div#entry form section.text-center div.input div.start {
    margin: 2em;
}
div#entry form section.text-center div.input div.err {
    display: none;
}
div#entry form section.text-center div.input div.err p {
    color: #CC0000;
    font-weight: bold;
}
/*============================
#result
============================*/
div#entry form section.text-center section#result.result {
    display: none;/*  */
    padding: 1em;
    background: #f6f6f6;
    margin-top: 40px;
}
div#entry form section.text-center section#result.result h3.result_ttl {
    font-size: 1.3em;
    color: #333333;
    font-family: 'Arial', 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Osaka', sans-serif;
    text-align: center;
    font-weight: bold;
}
div#entry form section.text-center section#result.result .result_text {
    font-size: 2.143em;
    color: #CC0000;
    padding: 0.5em 0 0;
}

/* リザルトパターン */
.result_pattern.is-excluded {
    display: none;
}
.result_pattern.is-included.is-updated {
    display: none;
}
.result_pattern.is-included.is-needs-update {
    display: none;/*  */
}

.result .result__note {
    display: block;
    color: #333333;
    margin-top: 35px;
    font-size: 0.46em;
    font-weight: normal;
}

/* 対象/対象外 */
.result_text__status {
    font-weight: bold;
}

/* ファームウェア */
.firmware {
    font-size: 0.6em;
}
.firmware .firmware__txt {
    font-weight: bold;
    color: #CC0000;
    display: block;
    font-size: 1.2em;
}
.firmware .firmware__note {
    color: #333333;
    margin-top: 1em;
    font-size: 1em;
}
.firmware .firmware__materials {
    color: #333333;
    margin-top: 1.5em;
    font-size: 0.8em;
}

div#entry form section.text-center section#result.result div.reset a.btn_link {
    margin-top: 1em;
    background: #fff;
    font-size: 1.25em;
}

/*============================
#loading
============================*/
#loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
}
#loading::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
#loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
}

/* btn_link */
div#entry a.btn_link {
    font-size: 1.5em;
    padding: 1.1em 2em;
    width: 250px;
}
div#entry a.btn_link  p{
    background: no-repeat;
    padding: 0;
}
/* is- */
.is-active {
    display: block !important;
}

@media screen and (max-width: 768px) {
    /*============================
    #entry
    ============================*/
    div#entry form section.text-center div.input p.inputNum span {display: block;}
}