
:root {
    --primary: #f99f56;
    --primary-50: #e5e6f1;
    --primary-100: #fef1e7;
    --secondary: #56aff9;
    --secondary-50: #253088;
    --secondary-600: #56aff9;
    accent-color: var(--primary);
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input,
select:focus,
input:focus,
textarea {
  font-size: 16px!important;
}

#header_wrap {
    position: sticky;
    z-index: 5;
    top: 0;
    left: 0;
    border-bottom: 1px solid var(--primary);
    background-color: var(--primary-100);
}
#header {
    padding: 0 20px;
    min-height: 60px;
}
#header #logo_area {
    width: 300px;
}

.shopBox {
    margin-top: 10px;
}
.shopBox:not(:first-child) {
    margin-top: 40px;
}
.attention2 {
    font-size: 12px;
    margin-left: 5px;
    color:blue;
}
.shopBox .heading{
    height: 80px;
    background-color: var(--primary) !important;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heading{
    background-color: var(--primary) !important;
}

.shopBox .heading .tenpo_title {
    font-size: 20px;
    color: #fff;
    text-align: left;
}
.shopBox .shopCont {
    border: 1px solid var(--primary);
    padding: 20px 15px;
}
.shopBox .shopCont table {
    margin: 0;
}

.shopBox .shopBox_Footer {
    display: flex;
    justify-content: flex-end;
}
.shopBox_Footer .btnDelete {
    min-width: 180px;
    padding: 0 15px 15px;
    border: 1px solid var(--primary);
    transform: translateY(-1px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.shopBox_Footer .btnDelete::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}
.shopBox .btnDelete button,
.coperationNo,
.backBtn,
.sendBtn {
    cursor: pointer;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 34px;
    border-radius: 2px;
    background-color: #fdd;
    color: var(--secondary-50);
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
    border: 1px solid var(--secondary-50);
    transition: all .3s ease;
}
.backBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
}
.sendBtn {
    background-color: var(--primary-50);
    height: 42px;
}
.coperationNo {
    width: 120px;
    height: 32px;
    font-size: 12px;
    background: var(--primary-50);
}
.shopBox .btnDelete button:hover,
.backBtn:hover,
.sendBtn:hover {
    
}
.coperationNo:hover {
    
}
.btnAdd {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnAdd button,
.btnPlus {
    cursor: pointer;
    min-width: 200px;
    height: 42px;
    border-radius: 4px;
    background-color: #ddf;
    color: var(--secondary-50);
    font-size: 14px;
    font-weight: 600;
    border: 1px solid var(--secondary-50);
    transition: all .3s ease;
}
.btnPlus {
    background-color: var(--secondary-600);
    color: var(--primary-50);
    
}
table tr td,
table tr th {
    border: 1px solid var(--primary)!important;
}
table tr:last-child td {
    border: var(--primary)!important;
}
table {
    border: 1px solid var(--primary)!important;
    background: #fff;
}
table select {
    padding: 8px;
    position: relative;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.select-label {
    position: relative;
}
.select-label::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #999;
    top: 35%;
    right: 8px;
}
body.LC_Page_Entry #form1 th {
    background: var(--primary-100);
    border-bottom-color: var(--primary) !important;
}
body.LC_Page_Entry h2.title {
    color: var(--key-base);
}
body.LC_Page_Entry h3.small_guide {
    color: var(--key-blue);
}
body.LC_Page_Entry h3.small_guide::after {
    background: var(--secondary);
}
body.LC_Page_Entry #form1 h2,
.heading-2 {
    border-left: none!important;
    padding: 10px 0;
    border-bottom: 2px solid var(--primary);
}
.houzin_table {
    border: none;
}
.houzinkaku label {
    display: inline-flex;
    gap: 5px;
}
.separator {
    display: inline-block;
    width: 20px;
}
.pBox300 {
    width: 300px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pBox300 input,
.pBox300 .select-label {
    flex: 1;
}
.pBox300 .select-label select {
    width: 100%;
}
.pBox300,
.box300 {
    max-width: 100%;
}
#header, #breadcrumb, #footer, .l-container {
    min-width: 0;
}
#header_utility,
#headerInternalColumn {
    display: none;
}
body {
    width: 100%;
}
#undercolumn_entry .inners {
    padding: 0 20px;
}
#footer_wrap {
    position: relative;
    height: auto;
    border-top: 1px solid var(--primary);
}
#footer {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-width: 0;
    padding: 20px;
}
#pagetop {
    width: auto;
    flex: 1;
    float: none;
}

#footer.clearfix:after {
    display: none;
}
.NFC-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* box-shadow: inset 0 0 0 9px #fff, inset 0 0 0 10px var(--primary); */
}
.NFC-container img {
    width: 100%;
}
.NFC-container p {
    font-weight: 600;
}
a[target=_blank] {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background-color: #fdd;
    color: #f44;
    font-size: 14px;
    padding: 0 15px;
    border: 1px solid #d44;
    transition: all .3s ease;
    height: 30px;
    font-size: 12px;
    margin: 8px 2px 2px;
}
a[target=_blank]:hover {
    color: #d44;
    text-decoration: none;
}
.nfc_copy {
    margin-left: 10px;
    width: auto;
    color: var(--primary);
}
@media only screen and (min-width: 769px) {
    .shopCont table {
        box-shadow: 0 0 0 1px #fff;
    }
    .NFC-container {
        margin: 0 auto;
        max-width: 500px;
        border: 1px solid #ccc;
        display: grid;
        grid-template-columns: minmax(200px, 1fr) minmax(0, 2fr);
        grid-template-rows: minmax(150px, 1fr);
    }
    .NFC-container img {
        object-fit: cover;
    }
    .NFC-container p {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        padding: 20px;
    }
}
@media only screen and (max-width: 768px){
    table tr {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    #undercolumn_entry .inners {
        padding: 0 15px;
    }
    colgroup {
        display: none;
    }
    table tr td,
    table tr th {
        border-bottom: none!important;
    }
    table {
        border: none!important;
        border-bottom: 1px solid var(--primary)!important;
        box-shadow: none;
    }
    .mobile_title {
        background-color: var(--primary)!important;
        color: #fff;
    }
    .shopBox_Footer .btnDelete {
        width: 100%;
        padding: 5px 10px 10px;
    }
    .shopBox .btnDelete button {
        width: 140px;
    }
    #footer {
        flex-direction: column-reverse;
        gap: 10px;
    }
    #copyright,
    #pagetop {
        text-align: center;
    }
    .shopBox .shopCont {
        padding: 2px;
    }
}

input.error:focus,
input.error {
    border-color: #f44;
    background-color: #f442;
    box-shadow: 0 0 0 1px #f44;
}
/* BANK SEARCH */
.bank_search {
    position: fixed;
    z-index: 9;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background-color: rgba(0,0,0,.3);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: all .3s ease;
}
.bank_search.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.bank_search__container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 60px 90px minmax(0, 1fr) 60px;
    background-color: #fff;
    border: 2px solid var(--primary);
    transition: all .3s ease;
    transform: scale(.6);
}
.bank_search.show .bank_search__container {
  transform: scale(1);
}
.bank_search__header {
    border-bottom: 2px solid var(--primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.bank_search__header h3 {
    font-size: 1.8rem;
}
.btn_close {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid var(--primary);
    transition: all .3s ease;
    transform: translateY(0);
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--primary);
    background-image: url(../img/icon/close_icon.png);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.btn_close:hover {
    transform: translateY(0);
    box-shadow: 0 0 0 0 #fff, 0 0 0 2px var(--primary);
}
.bank_search_bar {
  display: flex;
  justify-content: space-evenly;
  padding: 0 20px;
  flex-direction: column;
  gap: 5px;
}
.bank_search_box {
    width: 100%;
    height: 40px;
    position: relative;
}
.bank_search_box::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/icon/search_icon.png);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.bank_search_box input {
    width: 100%;
    height: 100%;
    border: 1px solid var(--primary);
    padding: 0 10px 0 40px;
}
.bank_search_view {
    overflow-y: auto;
    padding: 20px;
}
.bank_search_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 10px;
}
.bank_search_list button {
    width: 100%;
    height: 46px;
    font-weight: 600;
    border: 1px solid var(--primary);
    /* background-color: transparent; */
    transition: all .3s ease;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 var(--primary);
}
.bank_search_list .active {
    background-color: #dfd;
    color: var(--primary);
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--primary);
}
.bank_search_loading {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bank_loading_icon {
    width: 30px;
    height: 30px;
    border: 2px solid var(--primary);
    border-radius: 100%;
    border-left-color: transparent;
    animation: Loading .7s linear infinite;
}
.search_box__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-top: 1px solid var(--primary);
}

.footer_btn {
    cursor: pointer;
    position: relative;
    z-index: 2;
    width: 160px;
    max-width: 45%;
    height: 32px;
    font-size: 12px;
    background: #dfd;
    border-radius: 2px;
    color: var(--primary);
    font-weight: 600;
    padding: 0 15px;
    border: 1px solid var(--primary);
    transition: all .3s ease;
    transform: translateY(0);
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--primary);
}
.footer_btn__back {
    background: #fff;
}
.footer_btn:hover {
    background-color: #fff;
    color: var(--primary);
    transform: translateY(0);
    box-shadow: 0 0 0 0 #fff, 0 0 0 2px var(--primary);
}
.footer_btn:disabled {
    opacity: .5;
    pointer-events: none;
}
@keyframes Loading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media (min-width: 768px) {
    .bank_search__container {
        max-width: 620px;
        max-height: 740px;
    }
}