.agent_user .c-main {
    max-width: 910px;
    width: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
}
.c-heading-page {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 60px;
}
.c-btn-group {
    position: relative;
    max-width: 630px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    margin-bottom: 30px;
}
.c-btn-group:before {
    content: '';
    width: 500px;
    height: 2px;
    background-color: #ff3d4c;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.c-btn-group .c-btn {
    font-size: 14px;
    padding: 11px 15px;
    min-width: 170px;
    cursor: auto;
    opacity: 1;
    border-radius: 42px;
    -ms-border-radius: 42px;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
}
.c-btn-group .c-btn.active {
    background-color: #ff3d4c;
    color: #fff;
}
.agent_user .form-wrap {
    margin-top: 30px;
}
.form-wrap {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
    -ms-box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
    box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
    border-top: 4px solid #ff3d4c;
    margin-top: 56px;
    padding: 60px 0 40px;
}
.form-wrap-second .tbl-form {
    max-width: 100%;
}
.form-wrap h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 44px;
}
.form-wrap_bottom {
    padding-top: 50px;
}
.form-wrap_bottom.is-ver2 {
    padding-top: 0;
    margin: 36px 0 0 0;
}
.form-wrap dl {
    display: flex;
    justify-content: center;
    color: #ff0014;
    font-size: 12px;
    margin-bottom: 36px;
}
.form-wrap dl dt {
    font-weight: bold;
    margin-right: 20px;
}
.form-wrap .message-txt {
    color: #4f4f4f;
    font-size: 12px;
    margin-bottom: 38px;
    text-align: center;
    line-height: 2.2;
}
.tbl-form {
    margin: auto;
    max-width: 756px;
    width: 100%;
}
.tbl-form th,
.tbl-form td {
    padding: 15px 0;
    font-size: 12px;
}
.tbl-form th.th_special {
    padding: 37px 0 15px;
}
.tbl-form th {
    font-weight: bold;
    position: relative;
    width: 215px;
}
.tbl-form th span {
    position: absolute;
}
.tbl-form td {
    padding-left: 35px;
    text-align: left;
}
.tbl-form .form-control {
    border: 1px solid #d2d2d3;
    /*color: #c0c0c0;*/
    color: #000;
    height: 40px;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 19px;
    width: 100%;
}
.tbl-form select.form-control {
    max-width: 300px;
}
.tbl-form textarea.form-control {
    max-width: 620px;
    height: 160px;
}
.tbl-form .form-control::-webkit-input-placeholder {
    color: #c0c0c0;
}
.tbl-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #c0c0c0;
}
.tbl-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #c0c0c0;
}
.tbl-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #c0c0c0;
}
.form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-group.col2 .form-control {
    width: 240px;
}
.form-group.col3 .form-control {
    width: 140px;
}
.form-group .line {
    background-color: #d2d2d3;
    height: 1px;
    margin: 0 5px;
    width: 12px;
}
.tbl-form td ul {
    display: flex;
    flex-wrap: wrap;
}
.tbl-form td ul li {
    margin-bottom: 20px;
}
.tbl-form td ul li:nth-child(2n+1) {
    width: 290px;
}
.form-wrap-1 {
    border: 0;
    padding: 40px 40px 25px;
}
.form-wrap-1 .tbl-form {
    max-width: 100%;
}
.form-wrap-1 .tbl-form th {
    width: 160px;
}
.form-wrap-1 .form-group.col2 .form-control {
    width: 300px;
}
.form-wrap-1 .form-group.col3 .form-control {
    width: 160px;
}
.form-wrap-1 .form-group.col3 .form-control.form-select.medium {
    width: 260px;
}
.form-wrap-1 .tbl-form .form-control.form-select {
    /*color: #c0c0c0;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 99%;
    background-color: #ffffff;
}
.form-wrap-1 .tbl-form td {
    padding-left: 50px;
}
.form-wrap-1 .tbl-form .colum_chk_now {
    float: left;
    width: 50%;
}
.form-wrap-1 .tbl-form .colum_chk_now_last {
    clear: both;
    display: block;
}
.form-wrap-1 .label {
    font-size: 10px;
    padding: 0 9px;
    border-radius: 12px;
    background-color: #ff3d4c;
    color: #fff;
    float: right;
    font-weight: bold;
}
.form-wrap-1 .form-label {
    font-size: 12px;
    font-weight: 700;
    display: block;
    width: 100%;
    order: -1;
    flex: 1;
}
.form-wrap-1 .form-label_font_normal {
    font-weight: normal !important;
}
.form-wrap-1 .w100 {
    width: 100% !important;
}
.form-wrap-1 .va-top {
    vertical-align: top;
}
.form-wrap-1 .heading-form {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.125;
    display: block;
    padding: 0 15px;
    border-left: 4px solid #ff3d4c;
    text-align: left;
    margin-bottom: 12px;
}
.form-wrap_bottom-inner {
    max-width: 585px;
    margin: 15px auto;
    text-align: center;
    padding: 30px 15px 10px;
}
.form-wrap_bottom-inner h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
}
.form-wrap_bottom-inner h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
}
.formPrivacy_wrap {
  border: 1px solid #d2d2d3;
  padding: 10px;
  height: 200px;
  overflow-y: scroll;
  text-align: left;
  margin: 0 0 30px 0;
}
.formPrivacy-txt {
  font-size: 12px;
  line-height: 1.6;
}
.formPrivacy-txt span {
  font-weight: bold;
}
.formPrivacy-txt a {
  text-decoration: underline;
}
.formPrivacy-txt a:hover {
  text-decoration: none;
}
.form-wrap_bottom-inner .fb-checkbox .custom-checkbox {
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
}
.form-wrap_bottom-inner .fb-checkbox {
    margin-bottom: 30px;
}
.c-security {
    padding: 0;
    margin-top: 60px;
    margin-bottom: 185px;
    text-align: left;
}
.c-security .c-security-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.c-security .c-security-box {
    width: 50px;
    height: 50px;
    background-color: #fff;
    margin-right: 30px;
}
.fixed_button-wrap {
    display: none;
}
.letter_spacing5 {
    letter-spacing: 1px;
}
.agent_user .br-xs {
    display: none;
}
@media screen and (max-width: 896px) {
    .form-wrap-1 .form-label.c-pc {
        display: none;
    }
    .form-wrap-1 .tbl-form .colum_chk_now {
        width: 100%;
    }
    .tbl-form td ul {
        display: block;
    }
    .agent_user .c-main {
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
    }
    .agent_user .c-txt {
        text-align: left;
        font-size: 3.4vw;
    }
    .agent_user .c-txt span.span_br {
        display: block;
    }
    .agent_user .form-wrap {
        padding: 20px 15px 10px;
        margin-top: 15px;
    }
    .c-heading-page {
        font-size: 14px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .c-btn-group {
        margin-bottom: 15px;
        overflow: hidden;
    }
    .c-btn-group .c-btn {
        min-width: 26.6%;
        padding: 0;
        font-size: 3.2vw;
        height: 6vw;
        line-height: 6vw;
    }
    .form-wrap-1 .tbl-form th {
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        padding: 0;
    }
    .tbl-form th span {
        position: initial;
    }
    .form-wrap-1 .tbl-form td {
        padding: 10px 0 20px;
    }
    .form-wrap-1 .tbl-form tr {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .form-wrap_bottom {
        padding-top: 15px;
    }
    .form-wrap_bottom.is-ver2 {
        padding-top: 0;
        margin: 30px 0 0 0;
    }
    .tbl-form .form-control {
        padding: 5px 15px;
    }
    .form-wrap-1 .label {
        display: inline-block;
        float: none;
        margin: 0 10px;
    }
    .form-wrap-1 .heading-form {
        margin-bottom: 30px;
    }
    .form-group .form-control {
        width: 100%;
    }
    .form-wrap-1 .form-group.col2 .form-control {
        width: 48%;
    }
    .form-wrap-1 .form-group.col3 .form-control {
        width: 25%;
    }
    .form-wrap-1 .form-group.col3 .form-control.form-select.medium {
        width: 42%;
    }
    .agent_user .tbl-form.sp-checkbox th {
        margin-bottom: 20px;
    }
    .agent_user .tbl-form.sp-checkbox td {
        padding: 0 0 10px;
    }
    .c-security {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .c-security .c-security-inner {
        justify-content: center;
    }
    .c-security .c-security-inner .c-txt {
        order: -1;
        width: 100%;
        margin-bottom: 30px;
    }
    .c-security .c-security-inner .c-security-box {
        margin: 0 20px;
    }
    .form-wrap_bottom-inner .c-txt {
        font-size: 3.7vw;
    }
    .formPrivacy_wrap {
        height: 150px;
        margin: 0 0 20px 0;
    }
    .formPrivacy-txt {
        font-size: 12px;
    }
    .formPrivacy-txt a:hover {
        text-decoration: underline;
    }
    .form-group-inner {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 25px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 320px) {
    .agent_user .ag-ct-form {
        width: 260px;
    }
    .agent_user .br-xs {
        display: block;
    }
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .p-agentUser1 .form-group {
        display: inline-block;
    }
    .form-wrap-1 .tbl-form .colum_chk_now,
    .tbl-form td ul {
        width: 100%;
    }
    .tbl-form td ul li {
        width: 40% !important;
    }
    .width-160 {
        width: 160px;
    }
}
