@charset "utf-8";



.checker{
    position: relative;
}

.checker::before{
    content: '';
    display: inline-block;
    width: 140px;
    height: 148px;
    background: url('/images/inshu_new_img_01.png')no-repeat center;
    background-size: 100%;
    position: absolute;
    right: -10px;
    top: -10px;
}

#alcoholChecker .chBlock{
    display: flex;
    overflow: hidden;
}

#alcoholChecker .chBlock .chTit{
    display: table;
    width: 20%;
    height: 54px;
    background-color: #eee;
    border: 1px solid #333;
    border-right: none;
    border-bottom: none;
    text-align: center;
}

#alcoholChecker .chBlock:last-child .chTit{
    border-bottom: 1px solid #333;
}

#alcoholChecker .chBlock .chTit span{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5;
}

#alcoholChecker .chBlock .alcoholCount{
    border-collapse: collapse;
    width: 80%;
}

#alcoholChecker .chBlock .alcoholCount table th,
#alcoholChecker .chBlock .alcoholCount table td{
    padding: 5px;
    border: 1px solid #333;
    border-bottom: none;
    text-align: center;
}

#alcoholChecker .chBlock:last-child .alcoholCount table th,
#alcoholChecker .chBlock:last-child .alcoholCount table td{
    border-bottom: 1px solid #333;
}

#alcoholChecker .chBlock .alcoholCount .alcoholCountInner{
    border-collapse: collapse;
    border-top: none;
    display: flex;
}

#alcoholChecker .chBlock .alcoholCount table{
    height: 54px;
    table-layout: fixed;
}

#alcoholChecker .chBlock .alcoholCount table:nth-child(1){
    width: 25%;
}

#alcoholChecker .chBlock .alcoholCount table:nth-child(3){
    width: 26%;
}

#alcoholChecker .chBlock .alcoholCount table:nth-child(5){
    width: 20%;
}

#alcoholChecker .chBlock .alcoholCount table:nth-child(7){
    width: 20%;
}

#alcoholChecker .chBlock .alcoholCount table th{
    font-size: 14px;
    line-height: 1.5;
    background-color: #eee;
}

#alcoholChecker .chBlock .alcoholCount table td{
    font-size: 14px;
    line-height: 1.5;
}

#alcoholChecker .chBlock .alcoholCount .alcoholCountInner > span{
    display: inline-block;
    vertical-align: middle;
    width: 3%;
    text-align: center;
    font-size: 13px;
    line-height: 54px;
}

#alcoholChecker .chBlock .alcoholCount table td input{
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
}

#alcoholChecker .chBlock .alcoholCount table:nth-child(1) td input{
    width: 90%;
}

#alcoholChecker .chBlock .alcoholCount table:nth-child(3) td input{
    width: 40%;
}

#alcoholChecker .chBlock .alcoholCount table td input.outputTxt{
    width: 90%;
    background: none;
    border: none;
}

#alcoholChecker .chBlock .alcoholCount table td input[type="number"],
.alcoholCheckerResult span input[type="number"]{
    -moz-appearance: textfield;
}

.alcoholCheckerResult{
    display: table;
    width: 100%;
    background-color: #fff;
    border: 2px solid #39944a;
    margin: 50px 0;
    position: relative;
}

.alcoholCheckerResult::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #39944a;
    border-right: 2px solid #39944a;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 0;
    right: 0;
    top: -42px;
    margin: auto;
}

.alcoholCheckerResult span{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center;
    font-size: 150%;
    line-height: 1;
    padding: 20px;
    border-right: 2px solid #39944a;
}

.alcoholCheckerResult span:first-child{
    color: #fff;
    background-color: #39944a;
}

.alcoholCheckerResult span input.outputTxt{
    width: 90%;
    background: none;
    border: none;
    text-align: center;
}

.alcoholCheckerResult span:nth-child(2){
    border: none;
}

.resetBtn{
    margin-bottom: 15px;
    text-align: right;
}

.resetBtn button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.resetBtn button{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 150%;
    line-height: 1;
    padding: .75em 1.25em;
    color: #fff;
    background-color: #333;
    border-radius: 50px;
}

.resetBtn button::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url("/images/icon_reload.png")no-repeat center;
    background-size: 100%;
    margin-left: 5px;
    margin-top: -3px;
}





.auditCheckerBlock{
    border: 2px solid #ccc;
    border-bottom: none;
}

.auditCheckerBlock:last-child{
    border-bottom: 2px solid #ccc;
}

.auditCheckerBlock .QuestionTit{
    padding: 15px;
    background-color: #fff;
    border-bottom: 2px dotted #ccc;
}

.auditCheckerBlock .QuestionTit p{
    position: relative;
    padding-left: 2em;
    margin: 0;
}

.auditCheckerBlock .QuestionTit p span.num{
    color: #39944A;
    position: absolute;
    left: 0;
    top: 0;
}

.auditCheckerBlock .QuestionTit .note{
    display: block;
    font-size: 86.666667%;
    line-height: 1.5;
    margin-top: .25em;
}

.auditCheckerBlock .QuestionBody{
    padding: 15px;
}

.auditCheckerBlock .QuestionBody ul li{
    float: left;
    width: 33.333%;
    font-size: 140%;
    margin: .5em 0;
}

.auditCheckerBlock .QuestionBody p{
    font-size: 120%;
    margin: .5em 0 0;
}

.formBtn{
    margin-top: 30px;
    text-align: center;
}

.formBtn a{
    display: inline-block;
    width: 300px;
    font-size: 160%;
    font-weight: 700;
    line-height: 1;
    padding: 1.25em 1.5em;
    color: #fff;
    background-color: #39944A;
    border-radius: 50px;
    cursor: pointer;
}

.formBtn a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("/images/icon_document.png")no-repeat center;
    background-size: 100%;
    margin-left: 5px;
    margin-top: -3px;
}

.checkFormSect{
    padding: 30px;
    background-color: #fff;
    border: 2px solid #39944A;
    border-radius: 10px;
    margin-top: 30px;
}

#cautionBlockInner li{
    text-align: center;
    font-size: 150%;
    font-weight: 700;
    line-height: 1.5;
    color: #df1614;
}

#resultBlockInner h6{
    text-align: center;
    font-size: 180%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    padding: .75em 1em;
    background-color: #39944A;
}

.mainMsg{
    text-align: center;
    font-size: 150%;
    font-weight: 700;
    line-height: 1.8;
    margin: 1.5em 0;
}

.mainMsg strong{
    font-size: 150%;
    color: #df1614;
}

.resultChart ul li{
    display: table;
    width: 100%;
    margin-bottom: 5px;
}

.resultChart ul li span.chartNum{
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    text-align: center;
    font-size: 150%;
    font-weight: 700;
    padding-top: 1em;
    background-color: #f7e097;
    position: relative;
}

.resultChart ul li:nth-child(2) span.chartNum{
    color: #fff;
    background-color: #b45621;
}

.resultChart ul li:nth-child(3) span.chartNum{
    color: #fff;
    background-color: #df1614;
}

.resultChart ul li span.chartNum::after{
    content: '';
    display: block;
    width: 100px;
    height: 25px;
    background: url("../images/chart_arrow_01.png")no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: -25px;
    z-index: 5;
}

.resultChart ul li:nth-child(2) span.chartNum::after{
    background-image: url("/images/chart_arrow_02.png");
}

.resultChart ul li:nth-child(3) span.chartNum::after{
    content: none;
}

.resultChart ul li .txtContents{
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    border: 1px solid #f7e097;
}

.resultChart ul li:nth-child(2) .txtContents{
    border-color: #b45621;
}

.resultChart ul li:nth-child(3) .txtContents{
    border-color: #df1614;
}

.resultChart ul li .txtContents p{
    margin: 0;
}

.resultChart ul li .txtContents p strong{
    display: block;
    margin-bottom: .5em;
}

.inshuStep li{
    margin-bottom: 20px;
}

.inshuStep li:last-child{
    margin: 0;
}

.inshuStep li .num{
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    padding-top: 11px;
    background-color: #39944A;
    border-radius: 50%;
}

.inshuStep li .num span{
    display: block;
    font-size: 180%;
    margin-top: .15em;
}

.inshuStep li .txtContents{
    float: left;
    margin-left: 20px;
}

.inshuStep li .txtContents span{
    display: block;
    font-size: 180%;
    font-weight: 700;
    line-height: 1.5;
    color: #39944A;
}

.inshuStep li .txtContents p{
    margin: 0;
}








/* tab/sp
--------------------------------------------------------------- */
@media only screen and (max-width:810px){
    .checker::before{
        width: 120px;
        height: 127px;
        top: -25px;
    }
    
    #alcoholChecker .chBlock{
        display: block;
    }
    
    #alcoholChecker .chBlock .chTit{
        display: block;
        width: 100%;
        height: 48px;
        padding: 0 15px;
        border: none;
        border-top: 2px solid #ccc;
        position: relative;
    }
    
    #alcoholChecker .chBlock:last-child .chTit{
        border-bottom: 2px solid #ccc;
    }
    
     #alcoholChecker .chBlock .chTit::before{
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        content: "";
        width: 12px;
        height: 2px;
        background-color: #39944A;
        margin-top: -1px;
    }
    
     #alcoholChecker .chBlock .chTit::after{
        position: absolute;
        top: 50%;
        right: 15px;
        display: block;
        content: "";
        width: 2px;
        height: 12px;
        background-color: #39944A;
        margin-top: -6px;
    }
    
    #alcoholChecker .chBlock .chTit.closeT::after{
        content: none;
    }
    
    #alcoholChecker .chBlock .chTit span{
        line-height: 48px;
    }
    
    #alcoholChecker .chBlock .alcoholCount{
        display: none;
        width: 100%;
        padding: 15px 15px 5px;
        background-color: #fff;
    }
    
    #alcoholChecker .chBlock .alcoholCount .alcoholCountInner{
        flex-wrap: wrap;
    }
    
    #alcoholChecker .chBlock .alcoholCount table{
        width: auto !important;
        border: 1px solid #333;
        margin-bottom: 10px;
    }
    
    #alcoholChecker .chBlock .alcoholCount table tr.dispSp{
        display: table-row !important;
    }
    
    #alcoholChecker .chBlock .alcoholCount table th{
        font-size: 10px;
        border: none;
        border-right: 1px solid #333;
    }
    
    #alcoholChecker .chBlock .alcoholCount table th:last-child{
        border: none;
    }
    
    #alcoholChecker .chBlock .alcoholCount table td{
        height: 47px;
        font-size: 12px;
        border: none;
        border-right: 1px solid #333;
    }
    
    #alcoholChecker .chBlock .alcoholCount table td:last-child{
        border: none;
    }
    
    #alcoholChecker .chBlock .alcoholCount table td input{
        width: 58px !important;
    }
    
    #alcoholChecker .chBlock .alcoholCount .alcoholCountInner > span{
        width: 8%;
        line-height: 73px;
    }
    
    .resetBtn button{
        font-size: 140%;
        padding: .75em 1em;
    }
    
    .resultChart ul li span.chartNum{
        font-size: 140%;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}



@media only screen and (max-width:670px){
    .checker::before{
        width: 85px;
        height: 90px;
        top: -20px;
    }
    
    .alcoholCheckerResult span{
        padding: 10px;
    }
    
    .auditCheckerBlock .QuestionTit{
        padding: 10px;
    }
    
    .auditCheckerBlock .QuestionTit p{
        line-height: 1.5;
    }
    
    .auditCheckerBlock .QuestionBody{
        padding: 10px;
    }
    
    .auditCheckerBlock .QuestionBody ul li{
        float: none;
        width: 100%;
    }
    
    .formBtn{
        margin: 20px 0;
    }
    
    .checkFormSect{
        padding: 15px;
    }
    
    #resultBlockInner h6{
        font-size: 160%;
    }
    
    .resultChart ul li{
        margin-bottom: 10px;
    }
    
    .resultChart ul li:last-child{
        margin: 0;
    }
    
    .resultChart ul li span.chartNum{
        display: block;
        width: 100%;
        padding: .5em;
        border-radius: 5px 5px 0 0;
    }
    
    .resultChart ul li span.chartNum::after{
        content: none;
    }
    
    .resultChart ul li .txtContents{
        display: block;
        padding: 15px;
        border-radius: 0 0 5px 5px;
    }
    
    .inshuStep li{
        position: relative;
    }
    
    .inshuStep li .num{
        float: none;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .inshuStep li .txtContents{
        float: none;
        padding-left: 60px;
        margin: 0;
    }
    
    
    
    
    
    
    
}



















