span.ui-button-icon-left.ui-icon.ui-c.fa.fa-fw.fa-user {
    left: 1.3em;
}
.button.button-login {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    font-weight: normal;
    min-height: 36px;
    width: auto;
    cursor: pointer;
    font-size: 16px;
    min-width: 232px;
    margin: auto;
    display: block;
    padding: 1px 2.2em;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
}
.button.button-login.colorBlack {
    width: inherit;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.btn-search-top.ui-button.ui-button-text-icon-left .ui-icon {
    left: 0.5em;
}
.button.button-login.colorWhite {
    border:1px solid #000;
    width: inherit;
    font-size: 14px;
    font-weight: 600;
}
body button.use-arrow.button-login.colorBlack::after, body .button.use-arrow.button-login.colorBlack::after, body .ui-button.use-arrow.button-login.colorBlack::after {
    content: "";
    display: block;
    background-image: url(/resources/shashusho/img/arrow-white.png);
    position: absolute;
    transform: rotate(360deg)translateY(50%);
    top: 0%;
    width: 23px;
    background-size: contain;
    height: 16px;
    right: 10%;
}
.purchase-text {
    font-size: 16px;
    font-weight: normal;
}
.bg-login-linier {
    position: absolute;
    width: 900px;
    max-width: 94%;
    height: auto;
    background: linear-gradient(0deg, #F9D94E, #F9D94E), linear-gradient(0deg, #EB5640, #EB5640), #489EA9;
    box-shadow: inset 0px 0px 20px #ECC000;
    -webkit-clip-path: polygon(0% 0%, 65% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 65% 0%, 75% 100%, 0% 100%);
    margin: 40px 0;
    padding: 40px 40px;
    z-index: 0
}
.disBlock {
    display: block;
}
.disflex-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 300px;
}
.bg-wrapper-image {
    padding: 20px;
}
.bg-image-wanted {
    /*position: absolute;*/
    width: 72%;
    height: 245px;
    z-index: -1;
    object-fit: cover;
}
.fit-image {
    display: flex;
    float: inline-end;
    justify-content: flex-end;
    padding-right: 0;
}
.text-login-wanted {
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 182%;
}
.button.button-wanted {
    border: 1px solid #000;
    color: #000;
    font-weight: normal;
    min-height: 51px;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    min-width: auto;
    display: block;
    padding: 1px 1.2em;
    max-width: 100%;
}
.button.button-wanted.colorTransparent {
    background: transparent;
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
}
.button.button-wanted.colorTransparent:hover {
    background: #000;
    color: #fff;
}
.textColorRed {
    color: #EB5640;
}
disflex-start {
    display: flex;
    justify-content: flex-start;
}
.img-wanted {
    width: 20px;
    height: 20px;
}
body .ui-button.ui-button-text-icon-left .ui-icon {
    left: 1.5em;
}
@media screen and (max-width: 1024px){
    /*    .bg-login-linier {
            width: 88%;
        }*/
}
@media screen and (max-width: 892px){
    .bg-login-linier {
        width: 93.5%;
    }
    .bg-image-wanted {
        width: 320px;
        height: 290px;
        z-index: -1;
    }
}
@media screen and (max-width: 40.063em){
    .fit-image {
        width: 0%
    }
    .text-login-wanted {
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 180%;
    }
    .bg-login-linier {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(0deg, #F9D94E, #F9D94E), linear-gradient(0deg, #EB5640, #EB5640), #489EA9;
        box-shadow: inset 0px 0px 20px #ECC000;
        -webkit-clip-path: polygon(0% 0%, 65% 0%, 75% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        margin: 40px 0;
        padding: 30px 20px;
        z-index: 0
    }
    .bg-image-wanted {
        display: none;
    }
    .wanted-banner.disflex-end{
        flex-direction: column;
    }
    .wanted-banner.disflex-end .bg-login-linier{
        max-width: 100%;
    }
}