/* 調整用CSS 
 *
 * 調整する場合はこのCSSに記載すること 
 * 調整用CSSは頭に 'adjust-' をつけること
 */
.adjust-reskilling-annotation {
    font-size: 1.0rem !important;
    line-height: 1.5rem !important;
    margin-top: 1.0rem !important;
}

.adjust-thanks-bg {
    background-color: #fff !important;
}

.adjust-thanks-box {
    background-color: #fff !important;
    box-shadow: 0px 0px 20px -6px #b3b3b3 !important;
    border-radius: 5px !important;
    font-size: 1.8rem !important;
    padding: 20px 10px !important;
}

.adjust-mail-link {
    color: blue;
    text-decoration: underline;
}

.adjust-container {
    position: relative;
    padding-bottom: 54px;
    min-height: 100vh;
}

.adjust-container footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.adjust-link-top {
    margin-top: 100px;
}

.adjust-link-btn {
    font-size: 1.5rem !important;
    color: #fff;
    background-color: #fc6200;
    padding: 20px 30px;
}