@charset "UTF-8";
.other_warp {
    padding: 80px 0 100px;
}
.other_warp dl {
    margin: 0 0 60px 0;
}
.other_warp dl:last-child {
    margin: 0 0 0 0;
}
.other_warp dl dt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    color: #1c2a73;
    margin-bottom: 40px;
}
.err-txt {
    text-align: center;
    line-height: 2;
    font-size: 20px;
}
.err_btn {
    width: 200px;
    margin: 50px auto 0;
}
@media (min-width: 896px) {

}
@media only screen and (max-width: 896px) {
    .pageMv_warp {
        height: 120px;
    }
    .other_warp {
        padding: 40px 20px;
    }
    .other_warp dl {
        margin: 0 0 40px 0;
    }
    .other_warp dl dt {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .err-txt {
        text-align: left;
        line-height: 1.8;
        font-size: 16px;
    }
    .err_btn {
        width: auto;
        margin: 30px auto 0;
    }
}
@media only screen and (max-width: 340px) {
    
}