@charset "UTF-8";
body {
    background-color: #e5f1fd;
}
/* ボタン */
.btns li:not(:first-child) {
    margin: 20px 0 0 0;
}
.btn {
    font-size: 18px;
}
.layout_main_wrap .layout_main {
    padding: 25px 20px 0px 20px;
}
.result_section {
    min-height: 100svh;
}
.result_section .error {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0 100px 0;
}
.result_section .error a {
    font-size: 22px;
    text-decoration: revert;
    color: revert;
}
.btn__step,
a.btn__step {
    padding: 7px 40px 7px 20px;
    min-height: 80px;
    height: auto;
    text-align: left;
}
.btn__step span:last-child,
a.btn__step span:last-child {
    text-align: left;
}
@media (min-width: 767px) {
    main {
        max-width: 800px;
        margin-inline: auto;
    }
    .btns li:not(:first-child) {
        margin: 0 0 0 0;
    }
    .btns li {
        width: 46%;
        max-width: 46%;
        flex: revert;
    }
    .layout_main_wrap .btns {
        display: flex;
        justify-content: space-between;
        column-gap: 55px;
        row-gap: 50px;
        flex-wrap: wrap;
    }
}