@charset "UTF-8";
.sm\:justify-center {
    justify-content: flex-start;
}

.inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 60px;
}

.user-bg {
    background: url(/images/login_bg.jpeg)no-repeat top left/cover ;
    background-color:rgba(49, 106, 162, 0.7);
    background-blend-mode:darken;
}
.bg-white {
    background-color: transparent;
}
.shadow-md {
    box-shadow: none;
}

.border-transparent {
    border-color: #fff;
}

.text-xs {
    font-size: 0.95rem;
    line-height: 1.5rem;
}
.text-sm {
    font-size: 1.15rem;
}

.mt-1 {
    margin-top: 0.6rem;
}

.mt-4 {
    margin-top: 2rem;
}

.block.mt-4 {
    text-align: center;
}

.ml-3 {
    margin-left: 0;
}

.px-4 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.text-gray-600 {
    font-size: 0.85rem;
    font-weight: normal;
}

.top-item::before {
    content: url(/images/logo.svg);
    display: inline-block;
    height: 150px;
    width: 150px;
    padding-right: 20px;
}
.top-item p br.no-pc {
    display: none;
}
.top-item {
    display: flex;
    align-items: center;
    font-size: 3.5rem;
    font-family: 'Toppan Bunkyu Mincho', serif;
    letter-spacing: 0.25rem;
}
.justify-end {
    justify-content: center;
    flex-direction: column-reverse;
}

button {
    margin-top: 30px;
}
button.rounded-md {
    border-radius: calc(Infinity * 1px);
}
label.block, .text-gray-600 {
    font-family: "Noto Sans JP" , "Hiragino Kaku Gothic ProN" , Meiryo , sans-serif;
    font-weight:bold;
}

label.block, .text-gray-600, .top-item {
    color: #fff;
}
label.block .label-item {
    font-family: Avenir, 'Avenir Next LT Pro', Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
    padding-right: 10px;
}

.underline {
    padding-top: 10px;
}
@media screen and (max-width: 1000px) {

    .top-item::before {
        content: url(/images/logo.svg);
        display: inline-block;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .top-item p br.no-pc{
        display: block;
    }
    .top-item {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 2.5rem;
    }
}

