@charset "utf-8";
/* 共同研究公募 */
.develop .lower_linebox {
    margin:2rem auto 3rem;
}
.develop .lower_linebox:last-child {
    margin-bottom: 2rem;
}

.offer_list {
    text-align: left;
    border-top: 1px solid #145686;
}

.offer_list_item {
    display: flex;
    padding: 35px 0;
    border-bottom: 1px solid #145686;
}

.offer_list_title {
    width: 15%;
    color: #145686;
}

.offer_list_text {
    width: 85%;
    color: #0A344A;
}


.apply_area {
    text-align: left;
    border-top: 1px solid #145686;
}

.apply_item {
    padding: 35px 0;
    border-bottom: 1px solid #145686;
}


.apply_title {
    color: #145686;
}

.apply_input_item {
    display: flex;
    margin-bottom: 30px;
}
.apply_input_item:last-child {
    margin-bottom: 0;
}

.apply_input_title {
    width: 250px;
    margin-right: 20px;
    overflow: hidden;
}

.apply_input_title_require {
    background: #C37B28;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5rem;
    margin: .35em 0 0;
    padding: 0 .75em;
    float: right;
}

.apply_input_element {
    flex: 1;
}
.apply_input_element label {
    display: flex;
    align-items: center;
}
.apply_input_element input[type="text"] ,
.apply_input_element textarea {
    background: #F4F4F4;
    border: 1px solid #ADADAD;
    border-radius: 4px;
    padding: 8px;
    width: 100%;
}
.apply_input_element textarea {
    resize: vertical;
}
.apply_input_element input[type="checkbox"] {
    display: none;
}
.apply_input_element input[type="checkbox"] + .checkbox {
    display: inline-block;
    background: #F4F4F4;
    border: 1px solid #ADADAD;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    margin: 0 11px 0 0;
}
.apply_input_element input[type="checkbox"]:checked + .checkbox {
    background: #145686 url(/asset/img/icon_check.svg) no-repeat center / 22px 16px;
    border-color: #145686;
}


.apply_proclaim_method {
    margin-bottom: 30px;
}
.apply_proclaim_method label {
    margin-bottom: 10px;
}

.apply_proclaim_method_last {
    margin-top: 70px;
}

.apply_research_name {
    height: 100px;
}
.apply_research_why {
    height: 213px;
}
.apply_detail {
    height: 550px;
}

.apply_terms {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 65px 0 35px;
}
.apply_terms_text {
    border: 1px solid #ADADAD;
    border-radius: 4px;
    text-align: left;
    margin-bottom: 35px;
    padding: 35px;
    height: 309px;
    overflow: auto;
}

.apply_terms p {
    margin-bottom: 1.5em;
}


.button_submit{
    margin: 20px auto;
    padding: 10px 10px 10px;
    width: 262px;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #fff;
    background-image: url(/asset/img/button.png);
    background-size: 100% 100%;
}
.button_submit span{
    width: 91%;
    text-align: center;
    display: block;
    font-size: 0.9rem;
}


@media screen and (max-width: 822px) {
    .develop .lower_linebox {
        margin:0 auto 2rem;
    }
    .develop .lower_linebox:last-child {
        margin-bottom: 1rem;
    }
    .offer_list_item {
        display: block;
        padding: 15px 0 11px;
    }

    .apply_item {
        display: block;
        padding: 15px 0;
    }

    .apply_input_item {
        display: block;
        margin-bottom: 25px;
    }

    .apply_input_title {
        width: auto;
        margin: 0 0 .25em;
    }

    .apply_input_title_require {
        float: none;
        margin: 0 0 0 .5em;
    }

    .apply_proclaim_method {
        margin-bottom: 15px;
    }

    .apply_proclaim_method_last {
        margin-top: 35px;
    }

    .apply_terms_text {
        padding: 15px;
    }
    .offer_list_title{
        width: 100%;
    }
    .offer_list_text{
        width: 100%;
    }

    .lower_mainsec .lower_mainsec_box .lower_title .line_02 img{
        left: 31%;
    }
    .lower_mainsec .lower_mainsec_box .lower_title .lower_lain.line_02::before{
        left: -41px;
    }
    .lower_mainsec .lower_mainsec_box .lower_title .lower_lain.line_02::after{
        width: calc(50% + 5px);
       right: 20px;
    }
}
