@charset "utf-8";

.co-item-title h3{
    font-size: 23px;
    line-height: 160%;
    font-weight: bold;
    color: #4D4D4D;
}
.co-item-introtext{
    font-size: 16px;
    color: #4D4D4D;
    line-height: 180%;
    padding-top: 2px;
}
span.note{
    color: #FF0000;
}
.co-item-form table{
    width: 100%;
}
.co-item-form table tr td{
    font-size: 14px;
    line-height: 160%;
    color: #4D4D4D;
    border-bottom: 1px solid #C7B299;
    padding-top: 15px;
    padding-bottom: 15px;
}
.co-item-form table tr:last-child td{
    border-bottom: none;
}
.co-item-form table tr td:first-child{
    width: 23.521%;
}
.form-control{
    border-radius: 0;
    border: 1px solid #006837;
    height: 22px;
    font-size: 14px;
}
textarea.form-control{
    resize: none;
    height: 152px;
}
.co-item-form{
    padding-top: 35px;
}
.ct-btn{
    text-align: center;
    padding-top: 35px;
}
.ct-btn button{
    max-width: 160px;
    width: 100%;
    background: #8CC63F;
    border-radius: 5px;
    border: none;
    font-size: 24px;
    color: #fff;
    height: 48px;
    line-height: 48px;
}
.co-item:last-child{
    padding-top: 100px;
    padding-bottom: 100px;
}
.po-text{
    font-size: 14px;
    line-height: 200%;
    color: #4D4D4D;
    padding-top: 28px;
}
.po-text h4{
    font-size: 16px;
    color: #4D4D4D;
    line-height: 160%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
}
br.br-sp{
    display: none;
}
.co-item02{
    padding-bottom: 60px;
}

@media screen and (max-width:1000px) {
    .co-item-title h3{
        font-size: 18px;
    }
    .co-item-introtext{
        font-size: 14px;
    }
    .co-item-form table tr td{
        font-size: 13px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .form-control{
        height: 22px;
        font-size: 14px;
    }
    .co-item-form {
        padding-top: 20px;
    }
    textarea.form-control{
        height: 120px;
    }
    .ct-btn button{
        font-size: 19px;
        max-width: 128px;
        height: 38px;
        line-height: 38px;
    }
    .ct-btn {
        padding-top: 25px;
    }
    .co-item:last-child{
        padding-top: 55px;
        padding-bottom: 60px;
    }
    .po-text {
        padding-top: 25px;
        font-size: 12px;
    }
    .po-text h4{
        font-size: 14px;
    }
    .co-item-form table tr td:first-child{
        width: 18.472%;
        padding-right: 5px;
    }
}
@media screen and (max-width:650px) {
    .co-item-form table tr td{
        float: left;
        width: 100% !important;
        
        border: none;
    }
    .co-item-form table tr td:first-child{
        background: #8CC63F;
        color: #fff;
        padding-left: 15px;
        padding-right: 15px;
    }
    .co-item02{
        padding-bottom: 50px;
    }
}