<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



/******************************

contact

******************************/
.area_half{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.area_half &gt; *{
    width: 48% !important;
}
.in_text &gt; div, .end_label{
    margin-top: 1rem;
    display: flex;
    align-items: center;
}
.in_text input{
    width: calc(100% - 16rem) !important;
}
.in_text &gt; div:first-child{
    margin-top: 0;
}
.in_text__label{
    display: inline-block;
    width: 12rem;
    color: #0a422a;
}
.end_label input{
    width: calc(100% - 4rem) !important;
}
.end_label span{
    display: inline-block;
    width: 4rem;
    color: #0a422a;
}
.in_text__label_unit{
    display: inline-block;
    width: 4rem;
    text-align: right;
    color: #0a422a;
}



.est_era{
    width: auto !important;
}
.est_year{
    width: 10rem !important;
}
.est_month{
    width: auto !important;
    margin-left: 1rem;
}
.est_day{
    width: auto !important;
    margin-left: 1rem;
}


@media (max-width: 749px){
    .ctrl--agree{
        text-align: center;
    }

    .kind--form .input__label{
        width: 100%;
    }

    .area_half &gt; *{
        width: 100% !important;
    }
    .area_half &gt; *:nth-child(2){
        margin-top: 2rem;
    }
    .in_text__label_unit{
        display: inline;
        margin-left: 2rem;
    }

    .in_text__label{
        width: 25rem;
    }
}</pre></body></html>