/* sub4 common */
/* sub__visual_topimg_4 */
.sub__visual_topimg_4 {
    width: 100%;
    height: 380px;
    background: url(../img/sub4/sub4_topimg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
/* sub__visual_topimg_4 End */

/* sub__tab */
.sub__tab li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
    text-align: center;
    cursor: pointer;
}
/* sub__tab End */
/* sub4 common End */




/* write__module */
.write__module {
    width: 1200px;
    margin: 0 auto 80px;
    border-top: 1px solid #c2c2c2;
}
.form_row {
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 0 0 12rem;
    font-size: 0;
}
.form_row_border_bottom {
    border-bottom: 1px solid #c2c2c2;
}
.tit__form {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 12rem;
    background: #f4f4f4;
    border-right: 1px solid #c2c2c2;
}
.tit__form .txt{
    position: absolute;
    width: 100%;
    white-space: nowrap;
    font-size: 15px;
    font-weight: bold;
    padding: 0 4rem;
    text-align: center;
}
.ctn__form {
    padding: 0.4rem 0.4rem;;
}
.ctn__form .input {
    width: 100%;
    line-height: 1.6rem;
    border: 1px solid #e1e1e1;
    padding: 0.8rem 0 0.8rem 0.4rem;
}
.ctn__form .input.is_find {
    width: calc(100% - 9rem);
}
.ctn__form .upload_btn {
    display: inline-block;
    vertical-align: middle;
    width: 8rem;
    color: #ffffff;
    font-size: 1rem;
    line-height: 3.2rem;
    font-weight: bold;
    background: #7a7a7a;
    text-align: center;
    margin: 0 0 0 1rem;
    cursor: pointer;
}
.ctn__form .textarea {
    width: 100%;
    height: 400px;
    color: #959595;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #d7d7d7;
    padding: 0.8rem 0.8rem;
}
.info__form {
    display: block;
    color: dodgerblue;
    font-size: 1rem;
    padding: 0.4rem 0 0 0.8rem;
}
.request_btn_box {
    text-align: center;
    padding: 4rem 0;
}
.request_btn_box .request_btn {
    display: inline-block;
    vertical-align: middle;
    width: 450px;
    color: #000000;
    font-size: 16px;
    line-height: 56px;
    background: #ffffff;
    border: 2px solid #7f7f7f;
    border-radius: 60px;
    white-space: nowrap;
}
.request_btn_box .request_btn:hover {
    color: #ffffff;
    background: #56a1d5;
}
/* write__module End */

/* agreement */
.agreement__module {
    position: relative;
    width: 1200px;
}
.agreement__tit {
    font-size: 16px;
    line-height: 56px;
    font-weight: bold;
}
.agreement__tit_stress {
    color: #ed1c24;
}
.agreement__ctn {
    height: 300px;
    border: 1px solid #d7d7d7;
    padding: 28px 26px;
    overflow-y: scroll;
}
.agreement__ctn_txt {
    font-size: 14px;
    line-height: 1.5;
}
.agreement__checkbox {
    padding: 16px 0 64px;
}
.agreement__check_btn, .agreement__check_txt {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.agreement__check_txt {
    font-size: 14px;
    padding-left: 10px;
}
/* agreement End */


.sub__write_padding {
    padding-bottom: 140px;
}
