/* sub_form */
.sub_form {
    position: relative;
    color: #fff;
}
.sub_form_con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 103px 82px 121px;
}
.sub_form_con h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 21px;
    text-align: center;
}
.sub_form_con p {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 79px;
    text-align: center;
}
.sub_form01,
.sub_form02 {
    display: flex;
    justify-content: space-between;
}
.sub_form02 {
    margin: 18px 0px;
}
.sub_form01 > label,
.sub_form02 > label {
    width: 48%;
    font-size: 22px;
    font-weight: 400;
}
.sub_form01 input,
.sub_form02 input {
    width: 100%;
    height: 78px;
    margin-top: 18px;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 20px;
}
.sub_form02 select {
    width: 100%;
    height: 78px;
    margin-top: 18px;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 20px;
}
.sub_form02 option {
    color: #333;
}
.sub_form03 {
    position: relative;
}
.sub_form03 > label {
    font-size: 22px;
    font-weight: 400;
}
.sub_form03 input {
    position: absolute;
    right: 0px;
    bottom: 5px;
    line-height: 80px;
    width: 260px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    background-color: #263f93;
    border: none;
    cursor: pointer;
}
.sub_form03 textarea {
    background-color: rgba(255, 255, 255, 0.3);
    margin-top: 18px;
    height: 188px;
    width: 100%;
    border: none;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 20px;
}
.input05 {
    text-align: center;
    margin-top: 17px;
}
.input05 span {
    font-size: 14px;
    font-weight: 400;
    margin-left: 7px;
}
.input05_wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.input05_wrap > span {
    margin-left: 7px;
}
