.page_main2 {
    margin-top: 5%;
}

.con_top {
    justify-content: space-between;
    width: 100%;
}

.con_top_left {
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 56px;
    color: #082643;
    width: 47%;
}

.con_top_right {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    width: 41%;
}

.con_map {
    margin: 5% auto;
    position: relative;
}

.con_map iframe {
    width: 100% !important;
    height: 705px !important;
}

.con_link_div {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 382px;
    background: rgba(255, 255, 255, .96);
    padding: 5% 3%;
}

.con_link {
    align-items: flex-start;
    margin-bottom: 18%;
}

.con_link:last-child {
    margin-bottom: 0;
}

.con_link_img {
    width: 43px;
    justify-content: center;
    margin-right: 25px;
    flex-shrink: 0;
}

.con_link_img img {
    max-width: 100%;
    height: auto;
}

.con_link_text {
    flex: 1;
}

.con_link_tit {
    font-family: Roboto-Bold;
    font-weight: normal;
    font-size: 24px;
    color: #333333;
    line-height: 1;
    margin-bottom: 10px;
}

.con_link_tet,
.con_link_tet a {
    display: block;
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
}

.con_link_tet a:hover {
    color: #10B1B4;
}

.con_request {
    justify-content: space-between;
}

.con_request_left {
    width: 40%;
}

.con_request_right {
    width: 53.5%;
}

.con_request_right .imgBox {
    padding-bottom: 72.5%;
}

.con_request_tit {
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 56px;
    margin-bottom: 20px;
    color: #082643;
}


.con_request_form.form .ch_form_wrap ul input,
.con_request_form.form .ch_form_wrap ul textarea,
.con_request_form.form .ch_form_wrap ul select {
    border: 0 !important;
    border-bottom: 1px solid #DCDCDC !important;
    height: 60px !important;
    font-family: Roboto-Regular !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
}

.con_request_form.form .ch_form_wrap ul li:nth-child(1),
.con_request_form.form .ch_form_wrap ul li:nth-child(2) {
    width: 45%;
}

.con_request_form.form .ch_form_wrap ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.con_request_form.form .ch_form_wrap .item_submit input {
    width: 163px !important;
    border: 0 !important;
    height: 51px !important;
    background: #273A60 !important;
    margin-top: 10px !important;
}

.con_request_form.form .ch_form_wrap .item_submit {
    padding: 0 !important;
}

.con_request_form.form .ch_form_wrap ul {
    padding: 0 !important;
}

@media only screen and (max-width: 950px) {
    .con_top_left {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .con_request_tit{
        font-size: 30px;
    }
    .con_top_left,
    .con_top_right,.con_request_left,.con_request_right {
        width: 100%;
    }

    .con_top,.con_request  {
        flex-wrap: wrap;
    }

    .con_link_div{
        position: relative;
        transform: none;
        top: auto;
        right: auto;
        width: 100%;
        margin-top: 20px;
    }
}