@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

#head {
    position: fixed;
    top: 0;
    z-index: 999;
}

@media only screen and (min-width: 330px) {

    /* Menu mobile */

    #img-top{
        margin-left: 55px;
    }
    
    #menu-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        overflow-y: auto;
    }

    #menu-mobile.visible {
        transform: translateX(0);
    }

    .menu-header {
        display: flex;
        justify-content: flex-end;
        padding: 10px;
        background-color: #f5f5f5;
        border-bottom: 1px solid #ddd;
    }

    .menu-header #close-menu {
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }

    #menu-mobile ul {
        padding: 20px;
        list-style: none;
    }

    #menu-mobile li {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    #menu-mobile a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        color: #333;
        font-size: 18px;
    }

    #menu-mobile li span{
        font-weight: bold;
    }

    .hidden {
        display: none;
    }

    .visible {
        display: block;
    }

    #head {
        border: none;
        background-image: url("../../img/mobile/custom/banner-bk-top-mb.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        height: 80px;
        padding: 10px 10px 0px 10px;
        position: fixed;
        top: 55px;
        z-index: 99999;
    }

    .qj-head {
        width: 100%;
    }

    #menu>ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
        background: #fff;
        border-radius: 12px;
        margin: 0 10px;
        box-shadow: 0 3px 0px rgba(0, 0, 0, 0.2);
        transition: transform 0.2s;
        width: 1024px;
    }

    .easySearchForm {
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -120px);
        left: 50%;
        border-radius: 5px;
        width: 80%;
        height: 110px;
        background: #FFF;
        margin: -20px 0 15px;
    }

    .easySearchForm__ {
        padding: 10px 10px;
        width: 100%;
        height: 110px;
        box-sizing: border-box;
    }

    .easySearchForm__submit {
        margin: 0 0 0 10px;
    }

    .qj-topimage {
        width: 100%;
        min-width: 100%;
        height: 380px;
        background-image: url("../../img/mobile/custom/banner-top-mb.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        margin: -20px auto 0;
    }
    
    .nobody .cmn-stylishSelect select {
        background-color: #ffedf2 !important;
    }

    .nobody .cmn-stylishSelect select option {
        background-color: white !important;
        color: #333 !important;
    }

    .nobody .formGrid__col .easySearchForm__submit .cmn-stylishBtn {
        font-size: 16px !important;
    }

    .easySearchForm .cmn-stylishSelect select {
        width: 100%;
        height: 40px;
        border-color: #e7e4e3;
        color: #9f9f9f;
        border-radius: 5px;
        background-color: #fcf6f2;
    }

    .cmn-stylishBtn {
        width: 100%;
        height: 40px;
        background-color: #77e697;
        border: none;
        border-radius: 35px;
        text-align: left;
        padding-left: 10px;
    }

    .formGrid__col.formGrid__col--3:nth-child(1) {
        padding: 0 10px 10px 0;
        width: 60%;
    }

    .formGrid__col.formGrid__col--3:nth-child(3) {
        width: 40%;
    }

    .formGrid__col.formGrid__col--3:nth-child(5) {
        width: 70%;
    }

    .formGrid__col.formGrid__col--free {
        width: 30%;
    }

    .formGrid__col--05 {
        display: none;
    }

    .cmn-stylishSelect .fa {
        color: #ff4778;
        border: 1px solid #dad8d6;
        padding: 1px 3px;
        border-radius: 25%;
        font-weight: bold;
        font-size: 8px;
        transform: translate(90%, -50%);
        background-color: #fff;
    }

    .easySearchForm__crossIcon .fa {
        padding-top: 8px;
        font-size: 30px;
        color: #d9d8d4;
    }

    .ic-more-green {
        position: absolute;
        top: 66%;
        right: 22px;
        transform: translateY(0%);
    }

    .qj-head__set {
        padding: 0;
    }

    .qj-head__set__slogan {
        display: flex;
        flex-direction: column;
        /* margin-right: 15px; */
        transform: translateY(-3px);
        font-family: "Kiwi Maru", serif;
    }

    .qj-head__set__slogan_top {
        /* margin-right: 35px; */
        font-size: 8px;
        color: #606060;
        font-weight: bold;
        transform: translateY(3px);
    }

    .qj-head__set__slogan_bottom {
        /* margin-right: 35px; */
        font-size: 12px;
        font-weight: 500;
        color: #000;
    }

    .qj-head__set__logo {
        margin: 0 5px 0 0;
    }

    .qj-head__set__logo a img {
        height: 25px;
    }

    .qj-head__panel {
        /* align-items: end; */
        justify-content: right;
    }

    .qj-head__panel__free__hello {
        font-size: 16px;
    }

    .qj-head__panel__free__link__item {
        font-size: 16px;
        font-weight: bold;
    }

    .qj-head__panel__free__link__item a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 800;
    }

    .qj-head__panel__free {
        display: none;
        padding: 0;
    }

    .qj-topimage__ {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }

    .qj-topimage__text img{
        display: none;
    }

    .show_menu {
        display: block;
    }

    .show_menu>img {
        width: 40px;
        height: 40px;
    }

    .qjMyMenuList {
        /* gap: 10px; */
    }

    .qjMyMenuList__item {
        width: auto;
    }

    .qjMyMenuList__item>a {
        border-left: none !important;
        border-right: none !important;
        padding-left: 0;
    }

    .qjMyMenuList__item__name>span {
        font-size: 16px;
    }

    .qjMyMenuList__item__name>p {
        font-size: 8px;
        font-weight: bold;
        margin-top: 0;
        text-align: center;
    }

    .clearfix-custom {
        margin: 0px !important;
    }

    .qjMyMenuList__item__icon {
        position: relative;
        display: block;
        height: 28px;
        width: 25px;
        text-align: center;
        margin: 0 auto;
        background-color: #F5F5F5;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 50%;
    }

    .qjMyMenuList__item__icon>img {
        width: 25px;
        height: 28px;
    }

    #menu {
        display: none;
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        border-radius: 12px;
    }


    #menu>ul>li {
        background-color: #FFF;
        border-radius: 12px;
        float: left;
        font-size: 14px;
        position: relative;
        width: 25%;
        height: 60px;
    }

    #menu>ul>li>a {
        padding: 5px 15px 0px 15px;
        font-weight: 600;
        color: #837168;
        display: flex;
        align-items: center;
        gap: 25px;
    }

    #menu>ul>li>a .ic-more {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-40%);
    }

    .border-after::after {
        content: "";
        position: absolute;
        top: 17%;
        bottom: 17%;
        right: 0;
        width: 0;
        border-right: 2px dotted rgb(250, 208, 93);
    }

    #menu>ul>li>a>span {
        vertical-align: 18px;
        font-size: 14px;
    }

    #menu>ul>li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 0;
        width: 0px;
        background: #DDD;
    }

    #menu>ul>li:last-child::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 0;
        width: 0px;
        background: #DDD;
    }
}

@media only screen and (min-width: 1024px) {
    #wrapper {
        border-top: none;
    }

    #head {
        border: none;
        background-image: url("../../img/custom/banner-top.png");
        background-repeat: no-repeat;
        /* background-size: auto; */
        background-position: center top;
        background-size: 1400px;
        height: 155px;
        padding: 10px 0px;
    }

    .qj-head {
        width: 1024px;
        min-height: 105px;
        padding-bottom: 42px;
        margin-top: 10px;
    }

    #menu>ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
        background: #fff;
        border-radius: 12px;
        margin: 0 10px;
        box-shadow: 0 3px 0px rgba(0, 0, 0, 0.2);
        transition: transform 0.2s;
        width: 1024px;
    }

    .easySearchForm {
        position: relative;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -140px);
        left: 50%;
        border-radius: 12px;
        width: 1024px;
        height: 120px;
        background: #FFF;
        margin: -20px 0 15px;
    }

    .easySearchForm__ {
        padding: 30px 30px;
        width: 1024px;
        height: 120px;
        box-sizing: border-box;
    }

    .easySearchForm__submit {
        margin: 0 0 0 20px;
    }

    .formGrid__col.formGrid__col--3:nth-child(1) {
        width: auto;
        padding: 0;
    }

    .formGrid__col.formGrid__col--3:nth-child(3) {
        width: auto;
    }

    .formGrid__col.formGrid__col--3:nth-child(5) {
        width: auto;
    }

    .formGrid__col.formGrid__col--free {
        width: auto;
    }

    .qj-topimage {
        width: 100%;
        min-width: 1020px;
        height: 660px;
        background-image: url("../../img/custom/banner-no-text.png");
        background-repeat: no-repeat;
        /* background-size: 100% 100%; */
        background-position: center top;
        margin: -20px auto 0;
        position: relative;
    }
    
    .qj-topimage__text {
        position: absolute;
        bottom: 210px;
        left: 25px;
        width: 100%;
    }

    .qj-topimage__text img{
        display: block;
        width: 45%;
    }

    .easySearchForm .cmn-stylishSelect select {
        height: 60px;
        border-radius: 10px;
    }
 
    .cmn-stylishBtn {
        width: 100%;
        height: 60px;
        background-color: #77e697;
        border: none;
        border-radius: 35px;
        text-align: center;
        padding-left: 0;
    }

    .cmn-stylishSelect--w100 {
        width: 204px;
    }

    .formGrid__col--3 {
        width: 204px;
    }

    .formGrid__col--05 {
        display: block;
    }

    .cmn-stylishSelect .fa {
        color: #ff4778;
        border: 1px solid #dad8d6;
        padding: 3px 5px 3px 5px;
        border-radius: 25%;
        font-weight: bold;
        transform: translate(-50%, -50%);
    }

    .easySearchForm__crossIcon .fa {
        padding-top: 8px;
        font-size: 30px;
        color: #d9d8d4;
    }

    .ic-more-green {
        position: absolute;
        top: 50%;
        right: 50px;
        transform: translateY(-50%);
    }

    .qj-head__set {
        padding: 0 20px 0 0;
    }

    .qj-head__set__slogan {
        display: flex;
        flex-direction: column;
        margin-right: 15px;
        font-family: "Kiwi Maru", serif;
        transform: translateY(0px);
    }

    .qj-head__set__slogan_top {
        margin-right: 35px;
        font-size: 16px;
        color: #606060;
        font-weight: bold;
    }

    .qj-head__set__slogan_bottom {
        margin-right: 35px;
        font-size: 30px;
        font-weight: 500;
        color: #000;
    }

    .qj-head__set__logo {
        margin: 0 20px 0 0;
    }

    .qj-head__set__logo a img {
        min-height: 60px;
    }

    .qj-head__panel {
        align-items: end;
        gap: 25px;
    }

    .qj-head__panel__free__hello {
        font-size: 16px;
    }

    .qj-head__panel__free__link__item {
        font-size: 16px;
        font-weight: bold;
    }

    .qj-head__panel__free__link__item a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 800;
    }

    .qj-head__panel__free {
        display: block;
        padding: 0;
    }

    .qj-topimage__ {
        width: 1020px;
        height: 660px;
        margin: 0 auto;
        position: relative;
    }

    .qjMyMenuList {
        gap: 10px;
    }

    .show_menu {
        display: none;
    }

    .qjMyMenuList__item {
        width: auto;
    }

    .qjMyMenuList__item>a {
        border-left: none !important;
        border-right: none !important;
        padding-left: 10px;
    }

    .qjMyMenuList__item__name>span {
        font-size: 16px;
    }

    .qjMyMenuList__item__name>p {
        font-size: 18px;
        font-weight: bold;
        margin-top: 2px;
        text-align: center;
    }

    .clearfix-custom {
        margin: 0px !important;
    }

    .qjMyMenuList__item__icon {
        position: relative;
        display: block;
        height: 43px;
        width: 40px;
        text-align: center;
        margin: 0 auto;
        background-color: #F5F5F5;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 50%;
    }

    .qjMyMenuList__item__icon>img {
        width: 40px;
        height: 43px;
    }

    #menu {
        display: block;
        position: absolute;
        -ms-transform: translate(-50%, -65%);
        transform: translate(-50%, -65%);
        left: 50%;
        border-radius: 12px;
        -webkit-transform: translate(-50%, -65%);
        -moz-transform: translate(-50%, -65%);
        -o-transform: translate(-50%, -65%);
    }


    #menu>ul>li {
        background-color: #FFF;
        border-radius: 12px;
        float: left;
        font-size: 14px;
        position: relative;
        width: 25%;
        height: 60px;
    }

    #menu>ul>li>a {
        padding: 5px 15px 0px 15px;
        font-weight: 600;
        color: #837168;
        display: flex;
        align-items: center;
        gap: 25px;
    }

    #menu>ul>li>a .ic-more {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-40%);
    }

    .border-after::after {
        content: "";
        position: absolute;
        top: 17%;
        bottom: 17%;
        right: 0;
        width: 0;
        border-right: 2px dotted rgb(250, 208, 93);
    }

    #menu>ul>li>a>span {
        vertical-align: 18px;
        font-size: 14px;
    }

    #menu>ul>li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 0;
        width: 0px;
        background: #DDD;
    }

    #menu>ul>li:last-child::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 0;
        width: 0px;
        background: #DDD;
    }
}

@media only screen and (min-width: 1400px) {
    #head {
        width: 100vw;
        border: none;
        background-image: url("../../img/custom/banner-top.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        height: 145px;
        padding: 10px 0px;
    }

    .qj-head {
        width: 1400px;
        min-height: 105px;
        padding-bottom: 42px;
        margin-top: 10px;
    }

    #menu>ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
        background: #fff;
        border-radius: 12px;
        margin: 0 10px;
        box-shadow: 0 3px 0px rgba(0, 0, 0, 0.2);
        transition: transform 0.2s;
        width: 1400px;
    }

    .easySearchForm {
        position: relative;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -140px);
        left: 50%;
        border-radius: 12px;
        width: 1400px;
        height: 120px;
        background: #FFF;
        margin: -20px 0 15px;
    }

    .easySearchForm__ {
        padding: 30px 30px;
        width: 1400px;
        height: 120px;
        box-sizing: border-box;
    }

    .easySearchForm__submit {
        margin: 0 0 0 10px;
    }

    .qj-topimage {
        width: 100%;
        min-width: 1020px;
        height: 560px;
        background-image: url("../../img/custom/banner-no-text.png");
        background-repeat: no-repeat;
        /* background-size: 100% auto; */
        background-position: center top;
        margin: -20px auto 0;
        position: relative;
        object-fit: cover;
    }
    
    .qj-topimage__text {
        position: absolute;
        bottom: 220px;
        left: -165px;
        width: 100%;
    }

    .cmn-stylishBtn {
        width: 100%;
        height: 60px;
        background-color: #77e697;
        border: none;
        border-radius: 35px;
        text-align: center;
        padding-left: 0;
    }

    .cmn-stylishSelect--w100 {
        width: 290px;
    }

    .formGrid__col--3 {
        width: 290px;
    }

    .formGrid__col--05 {
        display: block;
    }

    .cmn-stylishSelect .fa {
        color: #ff4778;
        border: 1px solid #dad8d6;
        padding: 3px 5px 3px 5px;
        border-radius: 25%;
        font-weight: bold;
        transform: translate(-50%, -50%);
    }

    .easySearchForm__crossIcon .fa {
        padding-top: 8px;
        font-size: 40px;
        color: #d9d8d4;
    }

    .ic-more-green {
        position: absolute;
        top: 50%;
        right: 50px;
        transform: translateY(-50%);
    }

    .qj-head__set {
        padding: 0 20px 0 0;
    }

    .qj-head__set__logo {
        margin: 0 20px 0 0;
    }

    .qj-head__set__slogan {
        display: flex;
        flex-direction: column;
        margin-right: 15px;
        font-family: "Kiwi Maru", serif;
        transform: translateY(0px);
    }

    .qj-head__set__slogan_top {
        margin-right: 35px;
        font-size: 16px;
        color: #606060;
        font-weight: bold;
    }

    .qj-head__set__slogan_bottom {
        margin-right: 35px;
        font-size: 30px;
        color: #000;
        font-weight: 500;
    }

    .qj-head__set__logo a img {
        min-height: 60px;
    }

    .qj-head__panel {
        align-items: end;
        gap: 25px;
    }

    .qj-head__panel__free__hello {
        font-size: 16px;
    }

    .qj-head__panel__free__link__item {
        font-size: 16px;
        font-weight: bold;
    }

    .qj-head__panel__free__link__item a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 800;
    }

    .qj-head__panel__free {
        display: block;
        padding: 0;
    }

    .qj-topimage__ {
        width: 1020px;
        height: 560px;
        margin: 0 auto;
        position: relative;
    }

    .show_menu {
        display: none;
    }

    .qjMyMenuList {
        gap: 10px;
    }

    .qjMyMenuList__item {
        width: auto;
    }

    .qjMyMenuList__item>a {
        border-left: none !important;
        border-right: none !important;
        padding-left: 10px;
    }

    .qjMyMenuList__item__name>span {
        font-size: 16px;
    }

    .qjMyMenuList__item__name>p {
        font-size: 18px;
        font-weight: bold;
        margin-top: 2px;
        text-align: center;
    }

    .clearfix-custom {
        margin: 0px !important;
    }

    .qjMyMenuList__item__icon {
        position: relative;
        display: block;
        height: 43px;
        width: 40px;
        text-align: center;
        margin: 0 auto;
        background-color: #F5F5F5;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 50%;
    }

    .qjMyMenuList__item__icon>img {
        width: 40px;
        height: 43px;
    }

    #menu {
        display: block;
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        border-radius: 12px;
    }


    #menu>ul>li {
        background-color: #FFF;
        border-radius: 12px;
        float: left;
        font-size: 14px;
        position: relative;
        width: 25%;
        height: 60px;
    }

    #menu>ul>li>a {
        padding: 5px 15px 0px 15px;
        font-weight: 600;
        color: #837168;
        display: flex;
        align-items: center;
        gap: 25px;
    }

    #menu>ul>li>a .ic-more {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-40%);
    }

    .border-after::after {
        content: "";
        position: absolute;
        top: 17%;
        bottom: 17%;
        right: 0;
        width: 0;
        border-right: 2px dotted rgb(250, 208, 93);
    }

    #menu>ul>li>a>span {
        vertical-align: 18px;
        font-size: 16px;
    }

    #menu>ul>li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 0;
        width: 0px;
        background: #DDD;
    }

    #menu>ul>li:last-child::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 0;
        width: 0px;
        background: #DDD;
    }

    /* page_inner */
    .page_inner .ic-more-green {
        right: 20px;
    }

    .page_inner .qj-topimage {
        position: relative;
        height: 132px;
        background-image: none;
        background-color: #ffedf2;
    }

    .page_inner .qj-topimage__ {
        height: 132px;
    }

    /* .page_inner .qj-head__set__logo a img {
		min-height: 46px;
	} */
    .page_inner .easySearchForm {
        height: auto;
        background-color: transparent;
        transform: translate(-50%, -80px);
        -webkit-transform: translate(-50%, -80px);
        -moz-transform: translate(-50%, -80px);
        -ms-transform: translate(-50%, -80px);
        -o-transform: translate(-50%, -80px);
    }

    .page_inner .easySearchForm__ {
        padding: 0;
        height: auto;
    }

    .page_inner .cmn-stylishSelect select {
        padding: 0 20px;
        background-color: #fff;
    }

    .page_inner #menu>ul>li>a {
        /* justify-content: center; */
        padding-top: 0;
        height: 60px;
    }

    .page_inner .qjMyMenuList #message p {
        font-size: 12px;
    }
}

/* .qj-head__set__slogan {
        display: flex;
        flex-direction: column;
        margin-right: 15px;
    }

    .qj-head__set__slogan_top {
        margin-right: 35px;
        font-size: 16px;
        color: #837168;
        font-weight: bold;
    }

    .qj-head__set__slogan_bottom {
        margin-right: 35px;
        font-size: 30px;
        font-weight: bold;
    }

    .qj-head__set__logo a img {
        min-height: 80px !important;
    }

    .qj-head__panel {
        align-items: end;
        gap: 25px;
    }

    .qj-head__panel__free__hello {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .qj-head__panel__free__link__item {
        font-size: 16px;
        font-weight: bold;
    }

    .qj-head__panel__free__link__item a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 800;
    }

    .qj-head__panel__free {
        padding: 0;
    }

    .qj-topimage__ {
        width: 1020px;
        height: 660px;
        margin: 0 auto;
        position: relative;
    }

    .qjMyMenuList {
        gap: 10px;
    }

    .qjMyMenuList__item {
        width: auto;
    }

    .qjMyMenuList__item > a {
        border-left: none !important;
        border-right: none !important;
    }

    .qjMyMenuList__item__name > span{
        font-size: 16px;
    }

    .qjMyMenuList__item__name > p{
        font-size: 18px;
        font-weight: bold;
        margin-top: 2px;
        text-align: center;
    }

    .clearfix-custom {
        margin: 0px !important;
    }

    .qjMyMenuList__item__icon {
        position: relative;
        display: block;
        height: 43px;
        width: 40px;
        text-align: center;
        margin: 0 auto;
        background-color: #F5F5F5;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 50%;
    }

    .qjMyMenuList__item__icon > img {
        width: 40px;
        height: 43px;
    }

    #menu{
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        border-radius: 12px;
    }


    #menu > ul > li{
        background-color: #FFF;
        border-radius: 12px;
        float:left;
        font-size:14px;
        position:relative;
        width: 25%;
        height: 60px;
    }

    #menu > ul > li > a{
        padding: 5px 15px 0px 15px;
        font-weight: 600;
        color: #837168;
        display: flex;
        align-items: center;
        gap: 25px;
    }

    #menu > ul > li > a .ic-more {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-40%);
    }

    .border-after::after {
        content: "";
        position: absolute;
        top: 17%;
        bottom: 17%;
        right: 0;
        width: 0;
        border-right: 2px dotted rgb(250, 208, 93);
    }

    #menu > ul > li > a > span{
        vertical-align: 18px;
        font-size: 14px;
    }

    #menu > ul > li::before{
        content:"";
        position:absolute;
        left:0;
        top:50%;
        transform:translateY(-50%);
        height:0;
        width:0px;
        background:#DDD;
    }

    #menu > ul > li:last-child::after{
        content:"";
        position:absolute;
        right:0;
        top:50%;
        transform:translateY(-50%);
        height:0;
        width:0px;
        background:#DDD;
    } */