@charset "UTF-8";
.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: 40px;
}
.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 #ff0000;
    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: flex-start;
    justify-content: space-between;
}
.form-group.is-ver2 {
    justify-content: flex-start;
}
.form-group.col2 .form-control {
    width: 240px;
}
.form-group.col3 .form-control {
    width: 140px;
}
.form-group.btntxt.is-top {
    margin-bottom: 20px;
}
.form-group.btntxt .form-control {
    width: 530px;
    align-self: center;
}
.form-group.btntxt .custom-checkbox {
    align-self: center;
}
.form-group .line {
    background-color: #d2d2d3;
    height: 1px;
    margin: 0 5px;
    width: 12px;
}
.tbl-form td ul {
    display: block;
}
.tbl-form td ul li {
    margin-bottom: 20px;
}
.tbl-form td ul li:first-child:last-child{
    margin-bottom: 0;
}
.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: #fff;
}
.form-wrap-1 .tbl-form td {
    padding-left: 50px;
}
.form-wrap-1 .tbl-form .colum_chk_now {
    width: 50%;
}
.form-wrap-1 .tbl-form .form-group.is-ver2 .colum_chk_now {
    width: 100px;
}
.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 #ff0000;
    text-align: left;
    margin-bottom: 12px;
}
.form-wrap_bottom-inner {
    max-width: 585px;
    margin: 15px auto;
    text-align: center;
    padding: 30px 15px;
}
.form-wrap_bottom-inner h2 {
    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;
}
.form-group-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 25px;
}
.form-group-col {
    min-width: 33.3%;
}
.form-group-col .custom-checkbox:not(:last-child) {
    margin-bottom: 20px;
}
.form-group-txt {
    font-weight: bold;
    margin-bottom: 15px;
}
.tel_txt {
    padding: 35px 0 0;
    text-align: center;
    width: 910px;
    margin: 0 auto;
}
.tel-txt {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 11px 0;
    border-radius: 40px;
    background-color: #ff3d4c;
    color: #fff;
}
.formFlw_wrap {
    width: 910px;
    margin: 0 auto;
    padding: 75px 0 0;
}
.formFlw_ttl {
    display: table;
    width: 100%;
    height: 40px;
    font-weight: bold;
    color: #fff;
    background-color: #ff3d4c;
    text-align: left;
    margin: 0 0 36px;
}
.formFlw-ttl {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    padding: 0 40px;
}
.flwCnt_in {
    position: relative;
    margin: 0 0 90px;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
    box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
}
.flwCnt_in:before {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -22px;
    border-style: solid;
    border-width: 20px 22px 0 22px;
    border-color: #ff3d4c transparent transparent transparent;
}
.flwCnt_in:last-child {
    margin: 0;
}
.flwCnt_in:last-child::before {
    content: none;
}
.flwCnt_ttl {
    display: table;
    width: 100%;
    height: 40px;
    font-weight: bold;
    color: #fff;
    background-color: #ffa800;
    text-align: left;
}
.flwCnt-ttl {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    padding: 0 40px;
}
.flwCnt_dtl {
    background: #fff;
    padding: 30px 40px;
}
.flwCnt_dtl-txt{
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    text-align: left;
}
.flwCnt_in-txt{
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    text-align: left;
}
.flwCnt_btn {
    padding: 60px 0;
}
.c-btn.c-btn-rgst  {
    position: relative;
    border: none;
    display: table;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    border-color: rgb(255, 90, 0);
    background: rgb(255, 90, 0);
    background: linear-gradient(0deg, rgba(255, 90, 0, 1) 0%, rgba(255, 125, 54, 1) 100%);
    border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    min-width: 294px;
    height: 50px;
    padding: 0;
    margin: 0 auto;
}
.c-btn.c-btn-rgst a{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
}
.c-btn.c-btn-rgst a span {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.375;
    color: #fff;
    background-color: #ff3d4c;
    margin-right: 4px;
    width: 47px;
    vertical-align: middle;
    display: inline-block;
}
.c-btn.c-btn-rgst a span.is-yel{
    background-color: #ffa800;
}
.flwDtl_box1 {
    padding: 30px 0 0;
}
.flwDtl_entr {
    margin: 0 0 20px;
}
.flwDtl_entr:last-child {
    margin: 0;
}
.entr_ttl {
    float: left;
    border: 1px solid #d2d2d3;
    width: 210px;
    line-height: 1;
    padding: 15px 14px;
    margin: 0 30px 0 0;
}
.entr_ttl span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 40px 0 0;
}
.entr_ttl.is-tel span {
    color: #399c95;
    background: url(../images/form/icn_tel.png) no-repeat top center;
    background-size: 32px auto;
    -ms-background-size: 32px auto;
    -moz-background-size: 32px auto;
    -webkit-background-size: 32px auto;
}
.entr_ttl.is-web span {
    color: #2e77ab;
    background: url(../images/form/icn_web.png) no-repeat top center;
    background-size: 38px auto;
    -ms-background-size: 38px auto;
    -moz-background-size: 38px auto;
    -webkit-background-size: 38px auto;
}
.entr-ttl {
    text-align: left;
    font-size: 16px;
    color: #ff3d4c;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 10px 0;
}
.entr_txt {
    /*
    float: left;
    */
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}
.flwDtl_box2 {
    margin: 30px 0 0;
    border: 1px solid #d2d2d3;
    width: 100%;
    padding: 30px 25px;
    background: url(../images/form/form_pc_img01.jpg) no-repeat top 30px right 25px ;
}
.flwDtl_lst {
    margin: 0 0 25px;
}
.flwDtl_lst:last-child{
    margin: 0;
}
.flwDtl_lst  dt {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #2e77ab;
    text-align: left;
    margin: 0 0 15px;
}
.flwDtl_in li {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    text-align: left;
}
.flwLsr_wrap {
    -webkit-box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
    box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
}
.flwLsr_ttl {
    display: table;
    width: 100%;
    height: 60px;
    font-weight: bold;
    color: #fff;
    background-color: #ff3d4c;
    text-align: left;
}
.flwLsr-ttl {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    padding: 0 40px;
}
.flwLsr_dtl {
    background: #fff;
    padding: 30px 40px;
}
.flwLsr-txt {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    text-align: left;
}
.flwLsr-txt span{
    color: #ff3d4c;
}
.c-btn.c-btn-tertiary {
    min-width: 300px;
    padding: 17px 0;
    margin-bottom: 0;
    border-color: rgb(255, 90, 0);
    border-width: 1px;
    color: #ffffff;
    background: rgb(255, 90, 0);
    background: linear-gradient(0deg, rgba(255, 90, 0, 1) 0%, rgba(255, 125, 54, 1) 100%);
    border-radius: 50px;
}
.formEnd-ttl {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 40px 0;
}
.formEnd-txt {
  text-align: left;
  font-size: 16px;
  margin: 0 60px 40px 60px;
}
@media screen and (max-width: 896px) {
    .form-wrap-1 .form-label.c-pc {
        display: none;
    }
    .tbl-form td ul li:nth-child(2n+1) {
        width: 100%;
    }
    .form-wrap-1 .tbl-form .colum_chk_now {
        width: 50%;
    }
    .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: 30px;
    }
    .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;
    }
    .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 {
/*        display: block;*/
    }
    .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%;
    }
    .form-group.btntxt .form-control {
        width: 70%;
    }
    .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;
    }
    .tel_txt {
        padding: 30px 0 0;
        width: auto;
    }
    .tel_txt dl {
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
        box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
    }
    .tel_txt dt {
        background: #ff3d4c;
        color: #fff;
        font-size: 15px;
        line-height: 1;
        font-weight: bold;
        padding: 20px 0;
    }
    .tel_txt dd {
        padding: 15px;
    }
    .c-btn.is-tel {
        display: table;
        width: 100%;
        height: 45px;
        border: 1px solid #d2d2d3;
        font-size: 12px;
        line-height: 1;
        font-weight: bold;
        background-color: #ffffff;
        -webkit-transition: all .5s;
        transition: all .5s;
        cursor: pointer;
        padding: 0;
        border-radius: 45px;
        -ms-border-radius: 45px;
        -moz-border-radius: 45px;
        -webkit-border-radius: 45px;
    }
    .c-btn.is-tel a{
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    .formFlw_wrap {
        width: auto;
        padding: 15px 0 0;
    }
    .formFlw_ttl {
        height: 45px;
        margin: 0 0 30px;
    }
    .formFlw-ttl {
        text-align: center;
        font-size: 14px;
        padding: 0;
    }
    .flwCnt_wrap {
        padding: 0 15px 30px;
    }
    .flwCnt_in {
        margin: 0 0 70px;
    }
    .flwCnt_in:before {
        bottom: -40px;
        margin-left: -11px;
        border-width: 10px 11px 0 11px;
    }
    .flwCnt_ttl {
        height: 45px;
    }
    .flwCnt-ttl {
        font-size: 16px;
        padding: 0 15px;
    }
    .flwCnt-ttl span{
        font-size: 14px;
    }
    .flwCnt_dtl {
        padding: 0;
    }
    .flwCnt_dtl-txt{
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding: 30px 14px;
    }
    .flwCnt_in-txt{
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        padding: 15px 14px;
    }
    .flwCnt_btn {
        padding: 30px 0;
    }
    .flwCnt_btn dt {
        display: table;
        width: 100%;
        height: 50px;
        font-weight: bold;
        color: #fff;
        background-color: #ff3d4c;
        text-align: left;
    }
    .flwCnt_btn dt span{
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-size: 15px;
        line-height: 1;
        color: #fff;
        font-weight: bold;
        padding: 0 40px;
    }
    .flwCnt_btn dd {
        background: #fff297;
        padding: 20px 15px;
    }
    .c-btn.c-btn-rgst  {
        border-color: rgb(255, 90, 0);
        background: rgb(255, 90, 0);
        background: linear-gradient(0deg, rgba(255, 90, 0, 1) 0%, rgba(255, 125, 54, 1) 100%);
        min-width: 100%;
        height: 45px;
        margin: 0 0 20px;
    }
    .c-btn.c-btn-rgst a{
        font-size: 14px;
    }
    .c-btn.c-btn-rgst a span {
        font-size: 14px;
        margin-right: 10px;
        width: 42px;
    }
    .c-btn.c-btn-rgst a span.is-yel{
        background-color: #ffa800;
    }
    .c-btn.c-btn-att {
        border: 1px solid #d2d2d3;
        padding: 0;
        display: table;
        width: 100%;
        height: 45px;
        background-color: #ffffff;
        -webkit-transition: all .5s;
        transition: all .5s;
        cursor: pointer;
        border-radius: 45px;
        -ms-border-radius: 45px;
        -moz-border-radius: 45px;
        -webkit-border-radius: 45px;
    }
    .c-btn.c-btn-att a {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
    }
    .flwCnt_btn .is-txt {
        background: #fff;
        padding: 20px 15px;
        -webkit-box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
        box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
        font-size: 14px;
        line-height: 1.6;
        font-weight: bold;
        text-align: center;
    }
    .flwDtl_box1 {
        padding: 0 15px 20px;
    }
    .flwDtl_entr {
        margin: 0 0 30px;
    }
    .entr_ttl {
        float: none;
        border: 2px solid #d2d2d3;
        width: 100%;
        line-height: 1;
        padding: 20px 0;
        margin: 0 0 20px;
    }
    .entr_ttl span {
        font-size: 16px;
        padding: 40px 0 0;
    }
    .entr_ttl.is-tel span {
        background: url(../images/form/icn_tel.png) no-repeat top center;
        background-size: 30px auto;
        -ms-background-size: 30px auto;
        -moz-background-size: 30px auto;
        -webkit-background-size: 30px auto;
    }
    .entr_ttl.is-web span {
        background: url(../images/form/icn_web.png) no-repeat top center;
        background-size: 38px auto;
        -ms-background-size: 38px auto;
        -moz-background-size: 38px auto;
        -webkit-background-size: 38px auto;
    }
    .entr-ttl {
        text-align: center;
        font-size: 14px;
        background: #ff3d4c;
        color: #ffffff;
        font-weight: bold;
        line-height: 1;
        padding: 7px 0;
        margin: 0 0 10px 0;
    }
    .entr_txt {
        float: none;
        font-size: 14px;
    }
    .c-btn.c-btn-tel{
        border: 1px solid #d6d6d6;
        padding: 0;
        display: table;
        width: 100%;
        height: 45px;
        -webkit-transition: all .5s;
        transition: all .5s;
        cursor: pointer;
        border-radius: 45px;
        -ms-border-radius: 45px;
        -moz-border-radius: 45px;
        -webkit-border-radius: 45px;
        margin: 15px 0 0;
    }
    .c-btn.c-btn-tel a {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #000000;
    }
    .flwDtl_box2 {
        margin: 0;
        border: none;
        width: 100%;
        padding: 0 15px 15px;
        background: none;
    }
    .flwDtl_lst {
        border: 2px solid #d2d2d3;
        padding: 20px 15px 15px;
        margin: 0 0 15px;
    }
    .flwDtl_lst  dt {
        font-size: 16px;
        text-align: center;
        margin: 0 0 20px;
    }
    .flwDtl_img {
        padding: 0 15px 30px;
    }
    .flwLsr_ttl {
        height: 45px;
    }
    .flwLsr-ttl {
        padding: 0;
        text-align: center;
    }
    .flwLsr_dtl {
        padding: 30px 15px;
    }
    .flwLsr-txt {
        font-size: 14px;
        font-weight: 600;
    }
    .c-btn.c-btn-tertiary {
        min-width: 100%;
        padding: 10px 0;
    }
    .formEnd-ttl {
      text-align: center;
      line-height: 1.6;
      font-weight: bold;
      font-size: 16px;
      margin: 0 0 20px 0;
    }
    .formEnd-txt {
      text-align: left;
      font-size: 12px;
      margin: 0 0 30px 0;
    }
}
@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%;
    }
    .width-160 {
        width: 160px;
    }
}

.fielderbg {
    background:#ffd5d5 !important;
}
select.fielderbg {
    background: #ffd5d5 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>") no-repeat left 99% center !important;
}
div.form-group.checkbox{
	padding: 8px 5px 8px 5px;
}
div.form-group.checkbox_top{
	padding: 8px 5px 0 5px;
}
div.form-group.checkbox_bottom{
	padding: 0px 5px 8px 5px;
}
div.form-group.checkbox_middle{
	padding: 0px 5px 0px 5px;
}
