.admin_topsec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.admin_listbox {
    max-width: 49%;
    margin-top: 40px;
    width: 100%;
}
.listbox_head {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.listbox_headTtl {
    font-size: 20px;
    font-weight: bold;
    color: #004d6a;
    padding: 0 0 0 20px;
}
.listbox_headTtl img {
    vertical-align: bottom;
    margin: 0 10px 0 0;
}
.listbox_headright {
    display: flex;
    align-items: center;
}
.listbox_link {
    padding: 22px 0;
    background: #00a5e6;
    color: #fff;
    position: relative;
    width: 150px;
    text-align: center;
}
.listbox_link img {
    margin: -1px 0 0 7px;
}
.listbox_total {
    color: #001f2c;
    font-size: 19px;
    margin: 0 18px 0 0;
}
.listbox_body {
    border-top: 2px solid #ddd;
    background: #fff;
}
.listbox_table tr:last-child {
    border-bottom: none;
}
.listbox_table {
    width: 100%;
}
.listbox_table tr {
    padding: 3px 0;
    display: block;
    border-bottom: 1px solid #ccc;
}
.listbox_table_id {
    width: 50px;
    border-right: 1px solid #ccc;
    padding: 19px 0;
    text-align: center;
    color: #001f2c;
    font-size: 17px;
}
.listbox_table_name {
    width: 215px;
    border-right: 1px solid #ccc;
    padding: 0 10px;
    color: #001f2c;
    font-size: 18px;
    font-weight: 550;
}
.listbox_table_dateTime {
    display: block;
    color: #777777;
    font-size: 16px;
}
.listbox_contact {
    width: 115px;
    border-right: 1px solid #ccc;
    color: #001f2c;
    font-size: 15px;
    padding: 0 12px;
    font-weight: 550;
}
.listbox_table tr .center{
    text-align: center;
}
.listbox_contact-icn img {
    margin: 0 5px 0 0;
}
.listbox_table_address {
    padding: 0 10px;
    font-size: 14px;
    width: 116px;
    border-right: 1px solid #ccc;
    color: #001f2c;
    line-height: 1.5;
    font-weight: bold;
}
.listbox_condition {
    text-align: center;
    width: 115px;
    font-weight: 550;
    font-size: 17px;
}
.condition_yellow {
    color: #ffbf00;
}
.condition_red {
    color: #ff3f00;
}
.condition_green {
    color: #228c00;
}
.condition_gray {
    color: #666666;
}
.listbox_detail {
    width: 65px;
}
.listbox_detail a {
    background: #333333;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 13px 0;
    border-radius: 5px;
}
.customermanagement_list li {
    padding: 10px 0;
    margin: 0 13px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
}
.managment_button {
    width: 130px;
}
.managment_button a {
    width: 100%;
    display: block;
    background: #333333;
    color: #fff;
    text-align: center;
    padding: 20px 5px;
    box-sizing: border-box;
    font-size: 17px;
    border-radius: 5px;
    line-height: 1.5;
}
.managment_ttl {
    font-size: 20px;
    color: #001f2c;
    line-height: 1.5;
    font-weight: 600;
}
.managment_txt {
    color: #777777;
    font-size: 15px;
    line-height: 1.4;
}

/* 現地調査依頼 */
.adminitem_listWrap {
    background: #fff;
    box-shadow: 0 0px 9px 1px #dddddd;
        margin: 35px 0 0;
}
.adminitem_head {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    align-items: center;
}
.adminitem_ttl {
    color: #004d6a;
    font-weight: bold;
    font-size: 21px;
    width: 235px;
}
.adminitem_ttl img {
    vertical-align: text-bottom;
    margin-right: 10px;
}
.adminitem_pagination {
    margin: 0 auto;
    padding: 6px 0 15px;
}
.adminitem_pagination ul {
    display: flex;
    font-size: 22px;
    display: flex;
    justify-content: center;
}
.adminitem_pagination ul li {
    margin: 0 6px;
}
.adminitem_pagination ul li a {
    color: #063c58;
    text-decoration: underline;
    text-underline-offset: 9px;
    text-decoration-color: #6c868f;
    text-decoration-thickness: 2px;
}
.adminitem_pagination ul .active,
.adminitem_pagination ul .active a {
    color: #adadad;
    text-decoration: none;
}
.adminitem_pagination ul li.noactive {
    color: #adadad;
}
.adminitem_total {
    font-size: 19px;
    color: #001f2c;
    font-weight: 550;
    width: 160px;
    text-align: right;
}
.adminitem_body {
    overflow-x: auto;
    overflow-y: hidden;
}
.adminitem_body .list_no_data {
    margin-top: 20px;
    margin-left: 10px;
    font-size: 16px;
}
.adminitem_body .list_no_data i {
    margin-right: 5px;
}
.adminitem_table {
    width: 100%;
    border-spacing: 0;
    min-width: 1260px;
}
.adminitem_table tr {
    display: block;
    padding: 5px 0;
    width: 100%;
}
.adminitem_table tbody tr {
    border-bottom: 1px solid #ddd;
}
.adminitem_table tbody tr:hover {
    background: #efefef;
}
.adminitem_table .itemtr_head {
    background: #dddddd;
}
.adminitem_table th {
    padding: 10px 10px;
    font-size: 16px;
    color: #001f2c;
    border-right: 1px solid #898989;
    text-align: left;
    font-weight: 500;
}
.adminitem_table td {
    padding: 2px 10px;
    font-size: 16px;
    color: #001f2c;
    border-right: 1px solid #898989;
    text-align: left;
    word-break: break-all;
}
.adminitem_table .itemtb_id {
    text-align: center;
    width: 2%;
    min-width: 40px;
    max-width: 40px;
    padding: 10px 0;
}
.adminitem_table .itemtb_name_date {
    max-width: 100%;
    width: 15%;
    min-width: 120px;
}
.adminitem_table .itemtb_address{
    max-width: 100%;
    width: 15%;
    min-width: 120px;
}
.adminitem_table th:last-child ,
.adminitem_table td:last-child {
    border-right: 0;
}
.adminitem_table .itemtb_pdtype {
    max-width: 11%;
    width: 100%;
}
.adminitem_table .itemtb_contact {
    max-width: 100%;
    width: 14%;
    min-width: 120px;
    word-break: break-word;
}
.adminitem_table .itemtb_status {
    text-align: center;
    max-width: 100%;
    width: 5%;
    min-width: 120px;
}
.adminitem_table .itemtb_web {
    max-width: 6%;
    width: 100%;
    padding: 0;
}
.adminitem_table .itemtb_details {
    max-width: 100%;
    width: 1%;
    min-width: 70px;
}
.itemtb_companyname {
    display: block;
    color: #001f2c;
    font-size: 17px;
}
.itemtb_datetime {
    color: #777777;
    font-size: 17px;
    line-height: 1.3;
}
.adminitem_table tbody .itemtb_address{
    line-height: 1.3;
    font-size: 14px;
}
.adminitem_table tbody .itemtb_pdtype{
    font-size: 14px;
}
.adminitem_table tbody .itemtb_contact img {
    margin-right: 10px;
}
.adminitem_table tbody .itemtb_contact {
    font-size: 14px;
}
.adminitem_table tbody .itemtb_status {
    text-align: center;
}
/* .adminitem_table tbody .itemtb_web {
    border: none;
} */
.adminitem_table tbody .itemtb_web .button_weburl {
    display: block;
    width: 97%;
    color: #fff;
    background: #ff8000;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    line-height: 1.3;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin: 0 auto;
}
.adminitem_table tbody .itemtb_web .button_weburl:hover {
    opacity: 0.8;
    transition: .3s;
}
.adminitem_table .itemtb_details a {
    width: 100%;
    color: #fff;
    background: #333333;
    display: block;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 3;
}
.adminitem_table .itemstatus_yellow {
    color: #ffbf00;
}
.adminitem_table .itemstatus_red {
    color: #ff3f00;
}
.adminitem_table .itemstatus_gray {
    color: #555555;
}
.adminitem_table .itemstatus_green {
    color: #228c00;
}
.adminitem_pagination_bottom {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 25px 20px 35px;
}
.pagination_bottom_left {
   width: 235px;
}
.pagination_bottom_right {
   width: 160px;
}
.admin_alert{
    color: #13603e;
    background-color: #d3f1e4;
    border-color: #c2ebd9;
    padding: 15px 10px;
    margin-bottom: 15px;
}
.admin_alert i {
    padding-right: 10px;
}
.admin_breadcrumbs {
    display: flex;
    align-items: center;
    gap: 100px;
}
.admin_breadcrumbs li, .admin_breadcrumbs li a {
    color: #003e54;
    font-size: 20px;
}
.admin_breadcrumbs li a {
    color: #003e54;
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.admin_breadcrumbs li a::after {
    content: url(/common/images/common/arw_breadcrumbs.png);
    margin: 0 0 0;
    position: relative;
    top: 0;
    left: 65px;
}
.adminitem_detailsWrap {
    background: #fff;
    box-shadow: 0 0px 9px 1px #dddddd;
    margin: 20px 0 0;
    padding-bottom: 20px;
}
.admindetails_head {
    display: flex;
    padding: 15px 3px 15px 30px;
    border-bottom: 2px solid #dddddd;
    gap: 50px;
    align-items: center;
}
.admindetails_head02 {
    padding: 3px 3px 3px 30px;
}
.admindetails_head .admindetails_ttl {
    font-size: 20px;
    color: #003e54;
}
.admindetails_ID {
    font-size: 28px;
    font-weight: 400;
    color: #003e54;
}
.admindetails_status span {
    color: #001f2c;
    font-size: 16px;
}
.admindetails_status select {
    border: 2px solid #ccc;
    padding: 12px;
    width: 250px;
    text-align: center;
    font-size: 17px;
    appearance: none;
    background: url(/common/images/common/select_darw.png) no-repeat top 17px right 21px;
    margin: 0 0 0 10px;
    color: #001f2c;
}
.admindetails_status .status_update_btn{
    padding: 10px;
    background: #333333;
    color: #fff;
    cursor: pointer;
}
.customeredit_btn {
    display: block;
    margin: 0 0 0 auto;
    background: #dddddd;
    padding: 23px 18px;
    color: #000000;
}
.admindetails_body {
    display: flex;
    justify-content: space-between;
    padding: 30px 20px 0;
}
.detailInfo_left {
    width: 49%;
}
.detailInfo_right {
    width: 49%;
}
.detailInfo_table {
    border-spacing: 0;
    width: 95%;
}
.detailInfo_table01 th {
    width: 30%;
    min-width: 175px;
}
.detailInfo_table th {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    color: #004c6a;
    font-size: 18px;
}
.detailInfo_table th span{
    font-size: 12px;
    background: #B20000;
    color: #fff;
    padding: 3px 6px;
    margin-left: 5px;
}
.detailInfo_table01 td {
    width: 70%;
}
.detailInfo_table td {
    border-bottom: 1px solid #ddd;
    color: #001f2c;
    line-height: 1.8;
    font-size: 18px;
    padding: 3px 7px;
    word-break: break-all;
}
.detailInfo_table .bgcol_telmail {
    background: #ffefbf;
}
.detailInfo_table td img {
    margin: 0 7px 0 0;
}
.detailInfo_table02 th {
    width: 100%;
    display: block;
    border: none;
}
.detailInfo_table02 td {
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 0 0 35px 0;
}
.detailInfo_table02 .detailInfo_websec {
    display: block;
    padding: 30px 0 0;
}
.detailInfo_table02 .detailInfo_websec td {
    border: none;
}
.detailInfo_table02 .detailInfo_webBtn {
    background: #ff8000;
    color: #fff;
    display: block;
    text-align: center;
    padding: 12px 0;
    font-size: 22px;
    font-weight: 500;
    border-radius: 5px;
    max-width: 550px;
    margin: 7px 0 0 0;
    border: none;
    line-height: 1.5;
    width: 100%;
    cursor: pointer;
}
.detailInfo_table02 .detailInfo_webBtn:hover {
    opacity: 0.8;
    transition: .3s;
}
.detailInfo_gmoBtn {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    font-size: 20px;
    color: #005aac;
    font-weight: bold;
    border: 2px solid #aaa;
    border-radius: 10px;
    max-width: 550px;
    gap: 30px;
    box-sizing: border-box;
}
.detailInfo_table02 .detailInfo_kanricomment {
    display: block;
    width: 100%;
    background: #fafbfb;
    padding: 20px 20px 5px;
    box-sizing: border-box;
}
.detailInfo_table02 .detailInfo_kanricomment td {
    border: none;
    position: relative;
}
.detailInfo_table02 .detailInfo_kanricomment .kanricmt_area {
    width: 100%;
    border: 2px solid #bbb;
    height: 170px;
    margin: 10px 0 0 0;
    resize: none;
}
.detailInfo_table02 .detailInfo_kanricomment .detailBtn_comment {
    position: absolute;
    bottom: 43px;
    right: 0;
    background: #333333;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    cursor: pointer;
}
.estimate_figlist {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}
.estimate_figlist li {
    width: 100px;
    height: 100px;
}
.estimate_figlist li img {
    margin: 0 0 0 0;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* お問合せ管理 */
.adminitem_table .itemtb_contdetails {
    max-width: 100%;
    width: 10%;
    min-width: 120px;
}
.adminitem_table tbody .itemtb_contdetails {
    font-size: 14px;
}

/* 写真で見積り */
.adminitem_table .itemtb_estimate {
    min-width: 115px;
    max-width: 115px;
    padding: 0;
}
.adminitem_table tbody .itemtb_estimate {
    border: none;
}
.adminitem_table .itemtb_estimate a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    line-height: 1.3;
}
.adminitem_table .itemtb_estimate .itemtb_estimate_green {
    background: #00b2b2;
}
.adminitem_table .itemtb_estimate .itemtb_estimate_gray {
    background: #ddd;
    color: #333333;
}
.lightbox {
    top: 6% !important;
}
.lb-container {
    position: relative;
}
.lb-closeContainer {
    position: absolute;
    top: -20px;
    right: 30px;
}
.lb-nav a.lb-prev {
    width: 50px;
    opacity: 1;
}
.lb-nav a.lb-next {
    width: 50px;
    opacity: 1;
}
.lb-data .lb-number {
    display: none !important;
}
.lb-outerContainer {
    width: 800px !important;
    height: 800px !important;
    background: transparent;
}
.lightbox .lb-image {
    height: 800px !important;
    max-width: 100%;
    max-height: none;
    width: 800px !important;
    object-fit: contain;
    border: none;
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
}
/* 顧客管理 */
.adminmain_gmopayment {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customer_gmopayment_btn {
    min-width: 400px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0;
    font-size: 20px;
    color: #005aac;
    font-weight: bold;
    border: 2px solid #aaa;
    border-radius: 10px;
}
.admin_new_customer_button{
    padding: 15px 10px;
    color: #fff;
    background: #333333;
    border-radius: 5px;
    text-align: center;
}
.adminitem_table .itemtb_web_issue {
    max-width: 13%;
    width: 100%;
}
.adminitem_table tbody .itemtb_web_issue {
    padding: 2px 5px;
}

.admincustomer_itemTb .itemtb_details {
    max-width: 6%;
}
.adminitem_table .itemtb_web_issue form {
    display: inline-block;
    width: 44%;
}
.adminitem_table .itemtb_web_issue .webbutton {
    color: #fff;
    background: #ff8000;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    line-height: 1.3;
    border: none;
    cursor: pointer;
}
.adminitem_table .itemtb_web_issue .webbutton:hover {
    opacity: 0.8;
    transition: .3s;
}
.adminitem_table .itemtb_web_issue span {
    display: inline-block;
    width: 50%;
    text-align: center;
}
.detailNewinfo_table td {
    padding: 10px 7px;
    word-break: break-all;
}
.detailInfo_table td .tb_forminput {
    width: 100%;
    padding: 7px 10px;
    box-sizing: border-box;
    font-size: 15px;
}
.detailInfo_table td .p-postal-code {
    min-width: 240px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 15px;
}
.detailInfo_table td .p-region-id {
    min-width: 240px;
    text-align: center;
    font-size: 15px;
    color: #001f2c;
    appearance: none;
    padding: 15px 15px;
    position: relative;
    background: url(/common/images/common/select_darw.png) no-repeat top 19px right 10px;
    cursor: pointer;
}
.detailInfo_table tr td .payment_issue span{
    color: red;
    background: yellow;
}
.tb_formselect {
    min-width: 240px;
    text-align: center;
    font-size: 15px;
    color: #001f2c;
    appearance: none;
    padding: 15px 15px;
    position: relative;
    background: url(/common/images/common/select_darw.png) no-repeat top 19px right 10px;
    cursor: pointer;
}
.summitsave_Btn {
    background: #333333;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 15px 30px;
    cursor: pointer;
    display: block;
    margin: 25px 55px 0 auto;
}
.err_message {
    font-size: 14px;
    color: #ff0000;
}



/* WEB決済URL発行・確認 */
.adminweb_detailsec {
    background: #fff;
    margin: 20px 0;
    padding: 30px 25px;
}
.Weburl_title {
    color: #004d6a;
    border-left: 5px solid;
    line-height: 1.6;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0 12px;
}
.weburl_detailRow {
    display: flex;
    margin: 25px 20px;
    position: relative;
}
.weburl_detailRow::after {
    content: url(/common/images/common/down_arw.png);
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translate(-50%, 0);
}
.weburl_issue {
    background: #dddddd;
    width: 100%;
    text-align: center;
    max-width: 185px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003e53;
    font-size: 20px;
}
.weburl_detailList {
    display: flex;
    background: #f3f5f5;
    padding: 10px 0;
    align-items: center;
    max-width: 1225px;
    width: 100%;
}
.weburl_detailList li {
    padding: 0 13px;
    border-right: 1px solid #cccccc;
    line-height: 1.3;
    color: #001f2c;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    word-break: break-all;
}
.weburl_detailList .weburl_id {
    max-width: 40px;
    text-align: center;
    width: 100%;
}
.weburl_detailList .weburl_date_name {
    width: 100%;
    max-width: 265px;
}
.weburl_detailList .weburl_date {
    display: block;
    color: #777777;
    font-size: 16px;
}
.weburl_detailList .weburl_phone {
    width: 100%;
    max-width: 125px;
}
.weburl_detailList .weburl_mail {
    width: 100%;
    max-width: 230px;
}
.weburl_detailList .weburl_address {
    font-size: 14px;
    border-right: none;
    width: 100%;
    max-width: 500px;
}
.web_payment_sec {
    margin: 40px 65px;
    box-sizing: border-box;
}
.web_payment_tb tr {
    display: block;
    margin-bottom: 20px;
}
.web_payment_tb th {
    color: #003e52;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    max-width: 100%;
    width: 190px;
}
.web_payment_tb td {
    max-width: 100%;
    width: 1025px;
}
.web_billing_input {
    width: 80%;
    border: 2px solid #bbb;
    text-align: center;
    font-size: 30px;
    padding: 5px 0;
    line-height: 1.5;
    color: #444444;
}
.web_price_input {
    width: 48%;
    border: 2px solid #bbb;
    text-align: center;
    font-size: 30px;
    padding: 5px 0;
    line-height: 1.5;
    color: #444444;
    margin-right: 25px;
}
.web_payment_tb td span {
    display: inline-block;
    color: #202020;
}
.web_payment_tb .web_price_total {
    width: 48%;
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    color: #b20000;
}
.weburl_issbue {
    margin: 0 auto;
    display: block;
    background: #ff8000;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 15px 0;
    border-radius: 8px;
    max-width: 530px;
    width: 100%;
    line-height: 1.5;
    font-weight: bold;
    cursor: pointer;
}
.weburl_issbue:hover {
    opacity: 0.8;
    transition: .3s;
}
.weburl_confirmTtl {
    color: #1e393f;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 18px;
    margin: 20px 0 13px 15px;
}
.weburlconfirm_wrap {
    display: flex;
    justify-content: space-between;
}
.webconfirm_mail {
    width: 100%;
    max-width: 645px;
    box-sizing: border-box;
    margin-left: 20px;
}
.webconfirm_inputTtl {
    background: #f3f5f5;
    padding: 20px 30px;
    margin: 0 0 25px 0;
}
.webconfirm_textbody {
    background: #f3f5f5;
    padding: 30px;
}
.webconfirm_mail_ttl {
    display: block;
    border: none;
    background: transparent;
    width: 100%;
    font-size: 16px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    color: #1e393f;
    font-weight: bold;
}

.webconfirm_mail_txtarea {
    width: 100%;
    height: 655px;
    text-align: left;
    display: block;
    border: none;
    background: transparent;
    font-size: 15px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    color: #1e393f;
    font-weight: bold;
    overflow-y: hidden;
}
.webconfirm_detail {
    width: 100%;
    max-width: 600px;
    margin: 0 8%;
}
.webconfirm_payment {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.webconfirm_payment dt {
    width: 30%;
    background: #ddd;
    margin: 0 0 20px 0;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.5;
    color: #003e52;
    border: 2px solid #ddd;
    border-right: none;
}
.webconfirm_payment dd {
    width: 70%;
    font-size: 28px;
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
    border: 2px solid #bbb;
    border-left: none;
    margin: 0 0 20px 0;
    color: #1e393f;
}
.webconfirm_payment dd span {
    font-size: 16px;
}
.confirmurl_btn {
    background: #ff8000;
    width: 100%;
    color: #fff;
    border: none;
    font-size: 22px;
    border-radius: 8px;
    padding: 12px 0;
    cursor: pointer;
}
.confirmurl_btn:hover {
    opacity: 0.8;
    transition: .3s;
}
.webconfirm_paymentNote {
    color: #202020;
    padding-top: 50px;
    line-height: 1.5;
}
.webconfirm_paymentNote span {
    color: #b20000;
}
.payment_backBtn {
    display: block;
    margin: 19px auto 0 20px;
    padding: 20px 35px;
    color: #202020;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.payment_backBtn:hover {
    opacity: 0.8;
    transition: .3s;
}
@media only screen and (max-width: 1280px) {
    .admin_listbox {
        max-width: 761px;
    }
}
@media only screen and (max-width: 1000px) {
    .admin_listbox {
        max-width: 761px;
    }
    .weburlconfirm_wrap {
        flex-wrap: wrap;
        gap: 50px;
    }
    .admindetails_body {
        flex-wrap: wrap;
    }
    .detailInfo_left {
        width: 100%;
    }
    .detailInfo_right {
        width: 100%;
    }
}