@charset "utf-8";

html {
    font-size: 100%;
}

body {
    background-color: white;
    color: #333;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
}

.wrap {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.u-supple {
    font-size: 85%;
}

header {
    height: auto;

    & .company_logo {
        margin: .5rem 0 0 .5rem;
        width: 15%;
        height: auto;
        float: left;
    }
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

.u-supple {
    font-size: 85%;
}

.footer_wrap {
    position: fixed;
    bottom: 0;
    width: 100%;

    padding: 3px;
    font-size: 10px;
    color: white;
    background-color: #3B3B3B;
}

/* プライバシーポリシーリンク */

.pp_txt a {
    color: rgb(5, 33, 88, .7);
    text-decoration: underline;
}

.prpolicy {
    justify-content: center;
}

.btn_confirm {
    background-color: #00ae83;
    padding: 0.6rem 4rem;
    color: white;
    font-weight: bold;
    appearance: none;
    border: none;
    cursor: pointer;
    box-shadow: 2px 2px 1px 1px #33333354;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;

    &:hover {
        box-shadow: none;
        transform: translateY(2px);
        -webkit-transform: translateY(2px);
        -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
        -o-transform: translateY(2px);
    }
}

.btn_back {
    background-color: #ffffff;
    padding: 0.6rem 4rem;
    color: rgb(33, 33, 33);
    font-weight: bold;
    appearance: none;
    border: 1px solid #333;
    cursor: pointer;
    box-shadow: 2px 2px 1px 1px #33333354;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;

    &:hover {
        box-shadow: none;
        transform: translateY(2px);
        -webkit-transform: translateY(2px);
        -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
        -o-transform: translateY(2px);
    }
}