
.category_wrap {margin-top: 3.8rem;padding: 1rem;}
.category_wrap ul {display: flex;justify-content: space-between;align-items: center;}
.category_wrap ul li {background-color: #2cacf4;text-align: center;padding: 1rem;width: 100%;}
.category_wrap ul li.color {border-right: none;background-color: #003386;}
.category_wrap ul li.color a {color: #fff;}
.category_wrap ul li a {font-size: 1.4rem; font-weight: bold;display: block;width: 100%;height:100%;}


form {
    margin: 0 1rem;
    display: flex;justify-content: space-between;
}
form select {
    width: 20%;
    padding-left: .3rem;
}
form label {
    width: calc(80% - .5rem);
    position: relative;
    display: flex;
}
form label input {
}
form label input[type="text"] {
    display: flex;justify-content: center;align-items: center;
    border: 1px solid #ccc;
    font-size: 1.2rem;
    padding: .5rem 1rem;
    border-radius: .3rem;
    color: #001424;width: 100%;
}
form label input[type="submit"] {
    background: url(../img/search.png) no-repeat 0 center / 60%;
    filter: brightness(0);
    position: absolute;
    width: 2rem;height: 2rem;
    text-indent: -9999px;
    right: .4rem;top: 50%;
    transform: translateY(-50%);
}




.result_wrap {
    padding: 1rem;
    margin-bottom: 6rem;
}
.result_wrap .result_none {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 3rem;
    display: none;
}
.result_wrap ul {}
.result_wrap ul li {
    padding: .8rem;
    margin-bottom: .5rem;
    border: 1px solid #ddd;
    display: flex;justify-content: space-between;align-items: center;
}
.result_wrap ul li span {}
.result_wrap ul li p {word-break: break-all;}
.result_wrap ul li p.category {}
.result_wrap ul li p.bank_name {
    font-size: 1.4rem; font-weight: 500;margin-bottom: .3rem;
}
.result_wrap ul li p em {font-size: inherit;font-weight: bold;color: #003386;}
.result_wrap ul li p.bank_address {}
.result_wrap ul li p.tell {}