/* CSS Document */

.icon_box {
    border:  2px #00a4a8 solid;
    border-radius:  10px;
    padding:  10px;
    text-align: center;
    color: #00a4a8;
    font: 13px;
}

span.mm {
    display: inline-block;
    text-align: center;
    color:  #FFF;
    background-color: #7FCC7F;
    margin-right: 1em;
    width: 90px;
}

span.sub6 {
    display: inline-block;
    text-align: center;
    color:  #FFF;
    background-color: #FF7F7F;
    margin-right: 1em;
    width: 90px;
}

span.nr {
    display: inline-block;
    text-align: center;
    color:  #FFF;
    background-color: #E5B2E5;
    margin-right: 1em;
    width: 90px;
}

span.block1 {
    width: 200px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}

table.m-tbl.fq {
    border: 1px #666 solid !important;
    margin:  0 !important;
}
table.m-tb.fq th,
table.m-tb.fq td {
    text-align:  left!important;
    border: 1px #666 solid !important;
}

th.mm {
    color: #7FCC7F;
}
th.sub6 {
    color: #FF7F7F;
}
th.nr {
    color: #E5B2E5;
}

@media screen  and (min-width : 768px) {
    .m-grid-col[data-col="3S"] {
        -ms-flex: 0 0 20.90%;
        flex: 0 0 20.90%;
        max-width: 20.90%;
        }
    .m-mb-20-pc {
        margin-bottom: 20px;
    }
    .m-mb-40-pc {
        margin-bottom: 40px;
    }
}

@media screen  and (max-width : 767px) {
    
    table.m-tb.fq {
        
    }
    
    table.m-tb.fq th, 
    table.m-tb.fq td{
        
    }
    
    
    
    
}