@charset "utf-8";

.co-item-tb{
    margin-top: 30px;
}
.co-item-tb table{
    width: 100%;
}
.co-item-tb table tr td{
    border-top: 1px solid #999999;
    font-size: 16px;
    line-height: 160%;
    color: #4D4D4D;
    border-left: 1px solid #999999;
    padding-top: 15px;
    padding-bottom: 12px;
    padding-left: 30px;
}
.co-item-tb table tr td:last-child{
    border-right: 1px solid #999999;
}
.co-item-tb table tr:last-child td{
    border-bottom: 1px solid #999999;
}
.co-item-tb table tr td:first-child{
    padding-left: 40px;
    width: 29.5%;
}
.co-item01-info{
    margin-top: 20px;
}
.co-item-01{
    margin-top: 100px;
}
.co-item01-info table{
    width: 100%;
}
.co-item01-info table tr td{
    font-size: 16px;
    line-height: 160%;
    color: #4D4D4D;
    padding-top: 8px;
    padding-bottom: 8px;
}
.co-item01-info table tr td:first-child{
    width: 29.5%;
    padding-left: 40px;
}
.co-item-02{
    margin-top: 100px;
    margin-bottom: 100px;
}
.co-item02-info{
    margin-top: 20px;
}
.item02-child{
    font-size: 16px;
    line-height: 210%;
    color: #006837;    
    font-weight: bold;
    padding-left: 20px;
}
.item02-child strong{
    color: #4D4D4D;
}
.item02-child01 ul li{
    float: left;
    width: 48.591%;
    margin-right: 2.818%;
}
.item02-child01 ul li:nth-child(2n){
    margin-right: 0;
}
.item02-child01{
    margin-top: 40px;
}
br.br-sp{
    display: none;
}
@media screen and (max-width:1000px) {
    .co-item-tb table tr td{
        font-size: 14px;
    }
    .co-item-01{
        margin-top: 55px;
    }
    .co-item-02{
        margin-top: 55px;
        margin-bottom: 60px;
    }
    .co-item01-info table tr td{
        font-size: 14px;
        line-height: 180%;
    }
    .item02-child{
        font-size: 14px;
    }
    .item02-child01{
        margin-top: 38px;
    }
}
@media screen and (max-width:767px) {
    .co-item-tb table tr td:first-child,
    .co-item01-info table tr td:first-child{
        width: 23.194%;
        padding-left: 35px;
    }
    .co-item-tb table tr td{
        padding-left: 25px;
    }
}
@media screen and (max-width:580px) {
    .co-item-tb table tr td:first-child, 
    .co-item01-info table tr td:first-child{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width:520px) {
    .co-item-tb table tr td{
        float: left;
        width: 100% !important;
        border: none !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .co-item-tb table tr td:first-child{
        background: #8CC63F;
        color: #fff;
    }
    .co-item01-info table tr td{
        float: left;
        width: 100% !important;
        padding-left: 15px;
    }
    .co-item01-info table tr td:first-child{
        background: #8CC63F;
        color: #fff;
    }
    br.br-sp{
        display: block;
    }
}