@charset "utf-8";



div#mw_wp_form_mw-wp-form-18 {
    padding: 80px 0 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#mw_wp_form_mw-wp-form-18 h2 {
    font-family: "Noto Sans JP", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    color: #003975;
    margin-bottom: 40px;
}

div#mw_wp_form_mw-wp-form-18 p {
    font-family: "Noto Sans JP", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.1em;

}


#to_top_page {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

#to_top_page a {
    display: inline-block;
    width: 300px;
    height: 80px;
    background: #047CFD;
    border-radius: 40px;
    font-family: "Noto Sans JP", serif;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    line-height: 80px;
}