@charset "utf-8";

html, body {
    min-width: 100%;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 62.5%;
}
header {
    position: static;
    overflow: auto;
    width: 100%;
    border-top: none;
    overflow: hidden;
}
header .header-in {
    margin: 15px 30px;
    border: none;
}
.header-in h1 {
    padding: 0;
}
.header-in h1 img.logo {
    width: auto;
    height: 24px;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
main {
    padding-top: 0;
    margin-top: 1em;
}
.inp,
.agree,
.select_event .inp {
    background: #fff;
}
.inp {
    padding: 10px;
}
.inp input {
    height: 2.2em;
}
/* .inp input,
.inp textarea {
    width: 100%;
} */
div.theme > label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 0.7em;
    line-height: 2em;
    text-indent: 0;
    margin-bottom: 0.5em;
}
div.inp.theme input {
    margin-right: .5em;
}
select {
    width: 100%;
    height: 2.5em;
    font-size: 16px;
    background-color: #fff;
}
body.f_fix {
    position: relative;
    min-height: 100vh;
    padding-bottom: 100px;
    box-sizing: border-box;
}
body.f_fix footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}
/* header {
    padding-top: 0 !important;
} */
form.appli {
    font-size: 16px;
}
.form_step {
    max-width: max-content;
    margin: 0 auto 2em;
}
.form_step .pc {
    display: block;
}
.form_step .sp {
    display: none;
}
.form_step img {
    margin: 0 auto;
}
.small_lbl {
    margin-top: 7px;
    display: inline-block;
    line-height: 1.2em;
}
/* div#info #footer {
    color: #333;
    position: relative;
    background: #fff;
    box-shadow: none;
    width: 100%;
    max-width: 1200px;
    margin: 1em auto;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    text-align: center;
    z-index: 100;
}
#footer .ft a { */
    /* background: url(../images/lp/tel.png) 0.2em 0.5em no-repeat;
    background-size: 5em; */
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #000;
    text-decoration: none;
    /* padding-left: 7em; */
    text-align: left;
    line-height: 1.25;
    cursor: default;
}
#footer .ft>a>span {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}
#footer .ft>a>address {
    font: bold 3em/1 Helvetica,"sans-serif";
}
#footer .ft {
    width: 50%;
    max-width: 320px;
    padding: 0.5em 0;
    margin: auto;
    line-height: 0;
    font-size: 12px;
    font-size: .75rem;
    font-size: 1.5vw;
}
#copyright {
    background: none;
    color: #000;
    position: absolute;
    left: 120%;
    top: 0;
    z-index: -1;
}
#footer .ft {
    max-width: 500px;
}
#footer h3 {
    position: relative;
    left: auto;
    top: auto;
    color: #000;
    font-size: 10px;
    padding: 0.5em;
    font-weight: normal;
    clear: none;
    margin: auto auto 0 auto;
    display: flex;
    align-self: flex-end;
}
#footer>a {
    left: 120%;
}
.inp > label.theme_l.bc_red {
    border: 1px solid #fa5f49;
}
@media (min-width: 61em) {
    #footer h3 {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 960px) {
    #footer .ft {
        width: 64%;
    }
}
/* @media (min-width: 48em) {
    div#info #footer {
        flex-direction: row;
        height: 85px;
        margin: 0 auto;
    }
    #footer>a {
        position: relative;
        left: auto;
        top: auto;
        display: inline-block;
        margin: auto;
        max-width: 35%;
    }
    #footer .ft {
        font-size: 12px;
        font-size: .75rem;
        padding: 0;
    }
    #footer .ft {
        font-size: .65rem;
    }
} */
  @media (max-width: 400px) {
    body.f_fix {
      padding-bottom: 0;
      min-height: 0;
    }
    body.f_fix footer {
      position: static;
    }
}
@media screen and (min-width: 768px) {
    .scd .application h2 {
        font-size: 30px;
        text-align: center;
        padding: 40px 0 30px;
        font-weight: normal;
    }
    form.appli {
        max-width: 620px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .header-in h1 {
        width: 50%;
        margin-left: 0;
        padding: 0;
    }
    .form_step .sp {
        display: block;
        max-width: 350px;
    }
    .form_step .pc {
        display: none;
    }
    .form_step img {
        width: 94%;
    }
    body#i-lpform #lpform .form_step {
        width: 80%;
        margin: 3em auto 0;
    }
    #footer>a {
        /* display: none; */
        left: 0;
        margin-left: 2%;
    }
    /* div#info #footer {
        flex-direction: row;
    } */
    #footer h3 {
        position: static;
        margin: auto;
    }
    #footer .ft {
        font-size: 1.1vw;
    }
    #footer {
        flex-direction: row;
    }
    #footer>a {
        position: static;
    }
    #footer>a img {
        height: 5vw;
        width: auto;
        margin: 0 1em;
        padding: 0.5em 0;
    }
    #footer .ft>a>address {
        font-size: 2.5em;
    }
}
@media screen and (max-width: 500px) {
    #lpform>dl>dt .big {
        font-size: 1.7em;
    }
    #footer .ft>a>address {
        font-size: 3.5em;
    }
}

/* ヘッダーフッター非表示の調整_220107 */
main {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    #section06 {
        margin: 40px auto 0 !important;
    }
    .sec6_w>div>#lp_form {
        padding: 25px 0 !important;
    }
}
