/*----------------------------------------------------------

共通

----------------------------------------------------------*/

.btn1,
.btn1.return {
    margin: 1em auto;
    text-align: center;
    justify-content: center;
}

/*------------------------------------------------------------

index.php

------------------------------------------------------------*/

.fv {
    background: linear-gradient(rgb(0 0 0 / .2), rgb(0 0 0 / .2) 75%, rgb(0 43 49 / 1) 100%), url(fv.jpg);
    background-size: cover;
    background-position: center;
}

#top p.intro {
    display: block;
    padding: 0 20px;
    margin: 1em auto;
    width: fit-content;
}

#top dl {
    color: var(--color-main);
}

#top dl dd {
    margin-left: 16px;
}

#top dl input,
#top dl textarea {
    margin: 0 0 8px;
    width: 100%;
    border-radius: 6px;
    border: solid 1px var(--color-main);
    padding: 16px;
}

#top dl span.l_required {
    background: rgb(193, 61, 61);
    color: white;
    padding: 2px 8px;
    margin: 0 8px;
    font-size: .8em;
}


/*-------------------------------------------------------------

confirm

--------------------------------------------------------------*/

#confirm .intro {
    display: block;
    width: fit-content;
    margin: 1em auto;
}

#confirm .form_list {
    max-width: 800px;
    margin: 0 auto;
}

#confirm .form_list dt {
    width: 100%;
}

#confirm .form_list dd {
    flex-grow: 1;
}

@media (min-width: 600px) {
    #confirm .form_list {
        justify-content: center;
    }

    #confirm .form_list dt {
        flex-basis: 30%;
        text-align: right;
    }
}


/*-----------------------------------------------------------------------

submit

-----------------------------------------------------------------------*/

