/* common */
.bizbuddy-header-ef-common {
    cursor: pointer;
}

body {
    margin: 0;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* top */
.bizbuddy-header-ef-container-top {
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 66px;
    border-bottom: 5px solid #e60000;
}

.bizbuddy-header-ef-logomufg {
    position: relative;
    width: 157px;
    margin-top: 15px;
    margin-left: 20px;
}

.bizbuddy-header-ef-logomufg img {
    vertical-align: baseline;
}

.bizbuddy-header-ef-logobank {
    position: relative;
    width: 125px;
    margin-top: 15px;
    margin-right: 20px;
}

.bizbuddy-header-ef-logobank img {
    vertical-align: baseline;
}

/* bottom */
.bizbuddy-header-ef-container-bottom {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 36px;
    align-items: flex-start;
    position: relative;
    z-index: 1000;
    box-sizing: unset;
}

.bizbuddy-header-ef-container-bottom.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 0;
    padding-top: 8px;
    z-index: 1004;
}

.bizbuddy-header-ef-container-bottom.fixed.hidden {
    transform: translateY(-100%);
}

.bizbuddy-header-ef-container-bottom-left {
    margin-left: 15px;
    flex: 1;
    display: block;
}

.bizbuddy-header-ef-container-bottom-left img {
    width: 157px;
    max-width: 157px;
}

.bizbuddy-header-ef-container-bottom-left-mufg {
    margin-left: 20px;
    flex: 1;
    display: none;
}

.bizbuddy-header-ef-container-bottom-left-mufg img {
    width: 110.81px;
}

.bizbuddy-header-ef-container-bottom-mid {
    margin-right: 15px;
    flex: 3;
    display: flex;
    justify-content: center;
    height: 30px;
}

.bizbuddy-header-ef-container-bottom-right {
    margin-right: 25px;
    flex: 1;
    justify-content: end;
    display: flex;
    position: relative;
}

.bizbuddy-header-ef-container-bottom-mid-search {
    display: flex;
    height: 30px;
    align-items: center;
}

.bizbuddy-header-ef-container-bottom-mid-search input {
    cursor: text;
    height: 31px;
    width: 380px;
    border: 1px solid red;
    border-radius: 5px;
    transition: border-width 0.1s ease, border-color 0.1s ease;
    box-sizing: border-box;
    outline: none;
}

.bizbuddy-header-ef-container-bottom-mid-search input:hover,
.bizbuddy-header-ef-container-bottom-mid-search input:focus {
    border: 2px solid #e60000;
}

.bizbuddy-header-ef-container-bottom-mid-search input::placeholder {
    text-align: center;
    font-size: 13px;
}

.bizbuddy-header-ef-container-bottom-mid-search img {
    height: 30px;
    padding: 2px 5px;
}

.bizbuddy-header-ef-container-bottom-mid-search div {
    margin-left: 10px;
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}

.bizbuddy-header-ef-container-bottom-mid-search div a {
    white-space: nowrap;
}

.bizbuddy-header-ef-container-bottom-mid-search img:hover {
    opacity: 0.6;
}

.bizbuddy-header-ef-container-bottom-mid-search div a {
    display: inline-block;
    font-size: 15px;
}

.bizbuddy-header-ef-container-bottom-mid-search div a:hover {
    font-weight: bold;
}

.bizbuddy-header-ef-container-bottom-mid-search-smallicon img {
    height: 30px;
}

.bizbuddy-header-ef-container-bottom-mid-subleft {
    display: block;
}

.bizbuddy-header-ef-container-bottom-right-subright-afterlogin {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.bizbuddy-header-ef-container-bottom-right-subright-afterlogin img {
    width: 30px;
    height: 30px;
}

.bizbuddy-header-ef-container-bottom-right-subright-afterlogin img:hover {
    opacity: 0.6;
}

.bizbuddy-header-ef-logout-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(90deg, #e60000 0%, #a50082 100%);
    color: white;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-image 0.2s ease;
    border-radius: 20px;
    height: 33px;
    width: 33px;
}

.bizbuddy-header-ef-logout-button:hover {
    background-image: none;
    background-color: #e60000;
}

.bizbuddy-header-ef-logout-button img {
    width: 18px;
    height: auto;
}

/* menu button*/
.bizbuddy-header-ef-g-header-nav-menu-btn-inr {
    margin: 1px 0 0 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.bizbuddy-header-ef-last-login {
    color: rgb(51, 51, 51);
    white-space: nowrap;
    font-size: 14px;
}

.bizbuddy-header-ef-g-header-nav-menu-btn-a {
    background: #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.bizbuddy-header-ef-g-header-nav-menu-btn-a:hover {
    font-weight: bold;
}

.bizbuddy-header-ef-g-header-nav-menu-btn-a:hover .bizbuddy-header-ef-g-header-nav-menu-btn-line {
    height: 3px;
}

.bizbuddy-header-ef-g-header-nav-menu-btn-elm {
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.bizbuddy-header-ef-g-header-nav-menu-btn-lines {
    width: 100%;
    height: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bizbuddy-header-ef-g-header-nav-menu-btn-line {
    width: 100%;
    height: 2px;
    background: #000000;
}

.bizbuddy-header-ef-g-header-nav-menu-btn-txt {
    color: #000000;
    font-size: 10px;
}

.bizbuddy-header-ef-g-header-nav-menu-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    width: 150px;
    z-index: 1000;
}

.bizbuddy-header-ef-g-header-nav-menu-dropdown.active {
    max-height: 300px;
    gap: 5px;
    width: 150px;
}

.bizbuddy-header-ef-g-header-nav-menu-dropdown a {
    color: #333;
    text-decoration: none;
    gap: 5px;
}

.bizbuddy-header-ef-g-header-nav-menu-dropdown {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 30px;
}

.bizbuddy-header-ef-g-header-nav-menu-dropdown a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    text-decoration: none;
    color: #333;
}

.bizbuddy-header-ef-g-header-nav-menu-dropdown a img {
    width: 33px;
    height: 33px;
}

.bizbuddy-header-ef-g-header-nav-menu-dropdown a img:hover {
    opacity: 0.6;
}

.bizbuddy-header-ef-g-header-nav-menu-dropdown a span:hover {
    font-weight: bold;
}

.bizbuddy-header-ef-g-header-nav-menu-dropdown .icon {
    margin-right: 10px;
}

.bizbuddy-header-ef-g-header-nav-menu-dropdown span {
    font-size: 14px;
}

/* small bottom */
.bizbuddy-header-ef-container-bottom-mid-search-small,
.bizbuddy-header-ef-container-bottom-mid-search-small-condition,
.bizbuddy-header-ef-container-bottom-last-login-small,
.bizbuddy-header-ef-last-login-small {
    display: none;
}

.biz-header-phone-serach {
    display: block;
}

.bizbuddy-header-ef-container-bottom-mid-search-small input {
    cursor: text;
    height: 31px;
    border: 1px solid red;
    border-radius: 5px;
    transition: border-width 0.1s ease, border-color 0.1s ease;
    box-sizing: border-box;
    outline: none;
}

.bizbuddy-header-ef-container-bottom-mid-search-small input:hover,
.bizbuddy-header-ef-container-bottom-mid-search-small input:focus {
    border: 2px solid #e60000;
}

.bizbuddy-header-ef-container-bottom-mid-search-small input::placeholder {
    text-align: center;
    font-size: 13px;
}

.bizbuddy-header-ef-container-bottom-mid-search-small img {
    height: 30px;
    width: 30px;
    padding: 2px 5px;
    box-sizing: unset;
}

.bizbuddy-header-ef-container-bottom-mid-search-small div {
    margin-left: 10px;
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}

.bizbuddy-header-ef-container-bottom-mid-search-small div a {
    white-space: nowrap;
}

.bizbuddy-header-ef-container-bottom-mid-search-small img:hover {
    opacity: 0.6;
}

.bizbuddy-header-ef-container-bottom-mid-search-small div a {
    display: inline-block;
    font-size: 15px;
}

.bizbuddy-header-ef-container-bottom-mid-search-small div a:hover {
    font-weight: bold;
}

.bizbuddy-header-ef-container-bottom-mid-search-small-smallicon img {
    height: 30px;
}


.bizbuddy-header-ef-container-bottom,
.bizbuddy-header-ef-container-bottom-last-login-small,
.bizbuddy-header-ef-container-bottom-mid-search-small,
.bizbuddy-header-ef-container-bottom-mid-search-small-condition {
    transition: transform 0.3s ease;
}

.bizbuddy-header-ef-header-container {
    position: relative;
    z-index: 1000;
}

.bizbuddy-header-ef-header-container.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

.bizbuddy-header-ef-header-container.fixed.hidden {
    transform: translateY(-100%);
}

.bizbuddy-header-ef-header-element {
    transition: transform 0.3s ease;
}

.bizbuddy-header-ef-header-element.fixed {
    position: fixed;
    left: 0;
    right: 0;
}

.bizbuddy-header-ef-container-bottom-last-login-small.fixed {
    top: 45px;
    z-index: 1003;
}

.bizbuddy-header-ef-container-bottom-mid-search-small.fixed {
    top: 55px;
    background-color: #fff;
    z-index: 1002;
    padding: 3px;
}

.bizbuddy-header-ef-container-bottom-mid-search-small-condition.fixed {
    top: 105px;
    background-color: #fff;
    z-index: 1001;
    width: 100%;
    border-bottom: 1px solid #dddddd;
}

.biz-header-mufg-search-content.fixed {
    top: 50px;
    background-color: #fff;
    z-index: 1001;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}

.header-element.fixed.hidden {
    transform: translateY(-100%);
}

/* #絞り込み　詳細検索リンク */
.bizbuddy-header-ef-container-bottom-mid-search div a,
.bizbuddy-header-ef-container-bottom-mid-search-small-condition a {
    display: inline-block;
    font-size: 15px;
    color: #0000FF;
    text-decoration: none;
}

.bizbuddy-header-ef-container-bottom-mid-search div a:hover,
.bizbuddy-header-ef-container-bottom-mid-search-small-condition a:hover {
    font-weight: bold;
    color: #0000FF;
    text-decoration: none;
}

.bizbuddy-header-ef-container-bottom-mid-search div a:visited,
.bizbuddy-header-ef-container-bottom-mid-search-small-condition a:visited {
    color: #0000FF;
    text-decoration: none;
}

.bizbuddy-header-ef-container-bottom-mid-search div a,
.bizbuddy-header-ef-container-bottom-mid-search div a:hover,
.bizbuddy-header-ef-container-bottom-mid-search div a:visited,
.bizbuddy-header-ef-container-bottom-mid-search div a:active,
.bizbuddy-header-ef-container-bottom-mid-search-small-condition a,
.bizbuddy-header-ef-container-bottom-mid-search-small-condition a:hover,
.bizbuddy-header-ef-container-bottom-mid-search-small-condition a:visited,
.bizbuddy-header-ef-container-bottom-mid-search-small-condition a:active {
    text-decoration: none !important;
}

.bizbuddy-header-ef-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bizbuddy-header-ef-overlay.active {
    opacity: 1;
}

.bizbuddy-header-ef-popup {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    width: 80%;
    max-width: 600px;
    background-color: white;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 2001;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.bizbuddy-header-ef-popup.active {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.biz-header-ef-popup-contentarea {
    overflow-y: auto;
    max-height: 40vh;
}

.biz-header-ef-popup-bottomarea {
    display: flex;
    justify-content: center;
}

.biz-header-ef-popup-closebtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border: 1px solid #5a5a5a;
    border-radius: 50%;
    cursor: pointer;
}

.biz-header-ef-popup-closebtn:hover {
    background: rgba(90, 90, 90, 1);
}

.biz-header-ef-popup-closebtn:hover img {
    filter: brightness(0) saturate(100%) invert(100%);
}

.bizbuddy-header-ef-popup-content {
    display: flex;
    flex-direction: column;
}

.first-level-checkbox:checked {
    accent-color: #e60000;
}

.bizbuddy-header-ef-popup-bottom {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.bizbuddy-header-ef-popup-closebtn {
    background-color: #f5f5f5;
    width: 200px;
    height: 50px;
    box-shadow: 1px 2px 1px 1px rgba(51, 51, 51, 0.3);
    color: #333;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

.bizbuddy-header-ef-popup-closebtn img {
    width: 15px;
    height: 15px;
}

.bizbuddy-header-ef-popup-closebtn:hover {
    opacity: 0.6;
}

.bizbuddy-header-ef-popup-searchbtn {
    background-color: #e60000;
    width: 200px;
    height: 50px;
    box-shadow: 1px 2px 1px 1px rgba(51, 51, 51, 0.3);
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

.bizbuddy-header-ef-popup-searchbtn img {
    width: 15px;
    height: 15px;
    transform: rotate(-90deg);
}

.bizbuddy-header-ef-popup-searchbtn:hover {
    opacity: 0.6;
}

.bizbuddy-header-ef-accordion-item {
    margin-bottom: 30px;
}

.bizbuddy-header-ef-accordion-content {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bizbuddy-header-ef-accordion-header {
    line-height: 1.5;
    padding: 8px 30px 8px 20px;
    background: rgba(90, 90, 90, 1);
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.bizbuddy-header-ef-accordion-icon img {
    width: 12.5px;
    height: 8px;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
    vertical-align: baseline;
}

.bizbuddy-header-ef-accordion-header.active .bizbuddy-header-ef-accordion-icon img {
    transform: rotate(0deg);
}

.first-level {
    margin-bottom: 10px;
}

.second-level-container {
    margin-left: 20px;
}

.second-level-tag {
    display: inline-block;
    padding: 5px 10px;
    margin: 2px;
    background-color: #f0f0f0;
    color: #333;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.second-level-tag.selected {
    background-color: #e60000;
    color: white;
}

.hash-tag {
    display: inline-block;
    padding: 5px 10px;
    margin: 2px;
    background-color: #f0f0f0;
    color: #333;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.hash-tag.selected {
    background-color: #e60000;
    color: white;
}

@media (max-width:750px) {
    .bizbuddy-header-ef-logomufg {
        width: 125px;
    }

    .bizbuddy-header-ef-logobank {
        width: 100px;
    }

    .bizbuddy-header-ef-container-bottom-left-mufg img {
        width: 100.73px;
    }
}

@media (max-width:1130px) {
    .bizbuddy-header-ef-container-bottom-mid input {
        width: 145px;
    }

    .bizbuddy-header-ef-container-bottom-mid-search div span {
        font-size: 13px;
    }

    .bizbuddy-header-ef-last-login {
        font-size: 13px;
    }
}

@media (max-width:950px) {
    .bizbuddy-header-ef-last-login {
        display: none;
    }

    .bizbuddy-header-ef-container-bottom-last-login-small {
        display: block;
        text-align: center;
        background-color: rgba(90, 90, 90, 1);
    }

    .bizbuddy-header-ef-last-login-small {
        display: block;
        font-size: 13px;
        color: #fff;
    }

}

@media (max-width:825px) {
    .bizbuddy-header-ef-container-bottom-mid-search {
        display: none;
    }

    .bizbuddy-header-ef-container-bottom-mid-search-small {
        display: block;
        display: flex;
        margin-top: 10px;
        align-items: center;
        justify-content: center;
    }

    .bizbuddy-header-ef-container-bottom-mid-search-small-condition {
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
        font-size: 13px;
    }
}

/* MUFG会員向けのヘッダーフッター */
.biz-header-mufgbiz-logo {
    margin-left: 20px;
}

.biz-header-mufgbiz-logo img {
    width: 110.81px;
}

.biz-header-mufg-nav {
    display: flex;
    gap: 20px;
    align-items: center;
}

.biz-header-mufg-nav>a>img:hover {
    opacity: 0.6;
}

.biz-header-mufg-nav>a>span:hover {
    opacity: 0.6;
}

.biz-header-mufg-logouticon {
    border-radius: 100%;
    background-image: linear-gradient(90deg, #e60000 0%, #a50082 100%);
    width: 33px;
    min-width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -6px;
}

.biz-header-mufg-logouticon:hover {
    background-image: none;
    background-color: #e60000;
}

.biz-header-mufg-logouticon a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.biz-header-mufg-info {
    vertical-align: super;
    line-height: 1.2;
}

.biz-header-mufg {
    display: flex;
    flex-direction: column;
}

.biz-header-mufg-navbar {
    display: flex;
    margin-top: 10px;
    border-bottom: 1px solid #c3c3c3;
}

.biz-header-mufg-search {
    display: none;
    justify-content: center;
    border-top: 1px solid #c3c3c3;
    padding: 10px 0px 10px 0px;
}

.biz-header-mufg-search-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.biz-header-mufg-search-content input {
    cursor: text;
    height: 31px;
    border: 1px solid red;
    border-radius: 5px;
    transition: border-width 0.1s ease, border-color 0.1s ease;
    box-sizing: border-box;
    outline: none;
}

.biz-header-mufg-search-content input:hover,
.biz-header-mufg-search-content input:focus {
    border: 2px solid #e60000;
}

.biz-header-mufg-search-content input::placeholder {
    text-align: center;
    font-size: 13px;
}

.biz-header-mufg-search-content img {
    height: 30px;
    padding: 2px 5px;
}

.biz-header-mufg-search-content div a {
    white-space: nowrap;
}

.biz-header-mufg-search-content img:hover {
    opacity: 0.6;
}

.biz-header-mufg-search-content div a {
    display: inline-block;
    font-size: 15px;
}

.biz-header-mufg-search-content div a:hover {
    font-weight: bold;
}

.biz-header-mufg-nav>a {
    text-decoration: none;
    color: inherit;
}

.biz-header-mufg-search-input {
    display: flex;
    align-items: center;
}

.biz-header-mufg-search-link {
    display: flex;
    gap: 20px;
}

.biz-header-mufg-nav-menu {
    display: none;
}

.biz-header-mufg-nav-menu-btn-a {
    background: #e60000;
    padding: 10px;
    margin-top: -10px;
}

.biz-header-mufg-nav-menu-btn-elm {
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    line-height: 1px;
}

.biz-header-mufg-nav-menu-btn-line {
    width: 80%;
    height: 2px;
    background: #fff;
}

.biz-header-mufg-nav-menu-btn-txt {
    color: #fff;
    font-size: 10px;
}

.bizbuddy-header-ef-container-bottom-right-mufg {
    margin-right: 25px;
    flex: 1;
    justify-content: end;
    display: none;
    position: relative;
}

.biz-header-mufg-nav-menu-dropdown {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(90deg, #e60000 0%, #a50082 100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
    transform: translateY(-100%);
    visibility: hidden;
}

.biz-header-mufg-nav-menu-dropdown.topNoFixed {
    top: 72px;
    transform: translateY(calc(-100% - 72px));
    height: calc(100vh - 72px);
}

.biz-header-mufg-nav-menu-dropdown.topFixed {
    top: 0;
    transform: translateY(-100%);
}

.biz-header-mufg-nav-menu-dropdown.siteSearchFixed {
    top: 0;
    transform: translateY(-100%);
}

.biz-header-mufg-nav-menu-dropdown.show {
    transform: translateY(0);
    visibility: visible;
}

.biz-header-mufg-nav-menu-content {
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
}

.biz-header-mufg-dropdown-top {
    padding: 20px 0px 30px 0px;
    box-sizing: border-box;
}

.biz-header-mufg-dropdown-closebtn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border: 1px solid #5a5a5a;
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: -10px;
    margin-right: 10px;
    cursor: pointer;
}

.biz-header-mufg-dropdown-closebtn1:hover {
    background: rgba(90, 90, 90, 1);
}

.biz-header-mufg-dropdown-closebtn1:hover img {
    filter: brightness(0) saturate(100%) invert(100%);
}

.biz-header-mufg-dropdown-top-logoaerea {
    display: flex;
    justify-content: right;
}

.biz-header-mufg-dropdown-infoarea {
    display: flex;
    padding: 15px;
    font-size: 14px;
    column-gap: 10px;
}

.biz-header-mufg-dropdown-infoarea a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    column-gap: 10px;
}

.biz-header-mufg-dropdown-infoarea a div {
    flex: 1;
    word-wrap: break-word;
}

.biz-header-mufg-dropdown-logoutbtnarea {
    display: flex;
    justify-content: center;
    width: 100%;
}

.biz-header-mufg-dropdown-logoutbtn {
    border-radius: 1.9rem;
    width: 198px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(90deg, #e60000 0%, #a50082 100%);
    padding: 1px;
    background-clip: padding-box;
    position: relative;
}

.biz-header-mufg-dropdown-logoutbtn a {
    background-color: #fff;
    border-radius: 1.9rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    column-gap: 10px;
}

.biz-header-mufg-dropdown-logoutbtn a img {
    filter: invert(31%) sepia(100%) saturate(5000%) hue-rotate(326deg) brightness(90%) contrast(100%);
}

.biz-header-mufg-dropdown-logoutbtn a div {
    background: linear-gradient(90deg, #e60000 0%, #a50082 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.biz-header-mufg-dropdown-logoutbtn:hover {
    background-clip: border-box;
    background-image: linear-gradient(90deg, #e60000 0%, #a50082 100%);
}

.biz-header-mufg-dropdown-logoutbtn:hover a {
    background-color: transparent;
}

.biz-header-mufg-dropdown-logoutbtn:hover a div {
    color: #fff;
}

.biz-header-mufg-dropdown-logoutbtn:hover a img {
    filter: brightness(150%);
}

/* Accordion */
.biz-header-mufg-drawer-accordion-summary {
    cursor: pointer;
    padding: 10px;
    background-color: #f2f2f2;
    color: #333;
    border-top: 1px solid #d6d6d6;
    margin-top: -1px;
}

.biz-header-mufg-drawer-accordion-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.1s ease-in-out, padding 0.1s ease-in-out;
    border-top: 1px solid #d6d6d6;
}

.biz-header-mufg-drawer-accordion-details.open {
    max-height: 500px;
    padding-left: 50px;
}

.biz-header-mufg-drawer-accordion-details-muti {
    transition: max-height 0.1s ease-in-out, padding 0.1s ease-in-out;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #d6d6d6;
}

.biz-header-mufg-drawer-accordion-details-muti img {
    cursor: pointer;
}

.biz-header-mufg-drawer-expand-icon {
    float: right;
    transition: transform 0.3s ease-in-out;
}

.biz-header-mufg-drawer-expand-icon.down {
    transform: rotate(180deg);
}

.biz-header-mufg-drawer-bottom {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
    padding-left: 15px;
}

/* drawer bottom */
.biz-header-mufg-drawer-bottom-a {
    text-decoration: none;
    color: inherit;
    display: flex;
    gap: 10px;
}

.biz-header-mufg-drawer-bottom-btn {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 10px;
}

/* Side Menu Accordion */
.biz-header-mufg-sidemenu {
    flex: 1;
    display: none;
    min-width: 130px;
}

.new-bizbuddy-main-container {
    flex: 6;
    width: 70vw;
}

.biz-sidemenu-accordion-summary {
    cursor: pointer;
    padding: 10px;
    background-color: #e60000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.biz-sidemenu-accordion-summary:hover {
    opacity: 0.6;
}

.biz-sidemenu-accordion-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.1s ease-in-out, padding 0.1s ease-in-out;
    border-top: 1px solid #d6d6d6;
    color: #333;
    font-size: 14px;
}

.biz-sidemenu-accordion-details.open {
    max-height: 500px;
    padding: 8px 10px 8px 20px;
}

.biz-sidemenu-accordion-details-muti {
    transition: max-height 0.1s ease-in-out, padding 0.1s ease-in-out;
    padding: 1px 10px;
}

.biz-sidemenu-accordion-details-muti img {
    cursor: pointer;
}

.biz-sidemenu-expand-icon {
    float: right;
    transition: transform 0.3s ease-in-out;
}

.biz-sidemenu-expand-icon.down {
    transform: rotate(180deg);
}

.biz-header-mufg-drawer-bottom {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
    padding-left: 15px;
}

@media (max-width:750px) {
    .biz-header-mufgbiz-logo img {
        width: 100.73px;
    }

    .biz-header-mufg-nav,
    .bizbuddysidemenu {
        display: none;
    }

    .biz-header-mufg-nav-menu {
        display: block;
    }

    .bizbuddy-header-ef-container-bottom-right-mufg {
        margin-right: 0px;
    }

    .bizbuddy-header-ef-container-bottom-left-mufg {
        margin-top: 3px;
    }
}

@media (min-width:751px) and (max-width:900px) {
    .biz-header-mufg-info {
        font-size: 13px;
    }
}

@media (min-width:750px) {
    .biz-header-mufg-search-content.fixed {
        position: fixed;
        top: 46px;
        left: 0;
        right: 0;
        background-color: #fff;
        border-bottom: 1px solid #d6d6d6;
        transform: translateY(0);
        margin-top: 0;
        padding-top: 8px;
        z-index: 1004;
        padding-bottom: 10px;
    }

    .biz-header-mufg-search-content.fixed.hidden {
        transform: translateY(-100%);
    }

    .biz-header-mufg-search-content input {
        width: 380px;
    }
}

@media (max-width:567px) {
    .biz-header-mufg-search {
        padding: 10px 0px 30px 0px;
    }
}

@media (max-width:1600px) {
    .biz-sidemenu-accordion-summary {
        font-size: 13px;
    }

    .biz-sidemenu-accordion-details {
        font-size: 12px;
    }

    .biz-sidemenu-accordion-details-muti a img {
        width: 12px !important;
        height: 12px !important;
    }

    .biz-sidemenu-accordion-details.open {
        padding: 8px 0px 8px 0px;
    }
}