/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

#contact-form .acf-fields.-left > .acf-field::before {
    background: none;
    border: none;
}

#contact-form .acf-fields.-border {
    background: none;
}

#contact-form input,
#contact-form textarea,
#contact-form .acf-input-prepend,
#contact-form .acf-input-append {
    font-size: 125%;
}

#contact-form .acf-input label {
    font-size: 165%;
}

#contact-form .acf-input-wrap {
    overflow: visible;
}

#contact-form .acf-input-prepend + .acf-input-wrap {
    overflow: hidden;
}

#contact-form > .acf-fields > .acf-field {
    display: flex;
    align-items: center;
}

#contact-form > .acf-fields > .acf-field > .acf-label {
    font-size: 125%;
    white-space: nowrap;
}

#contact-form .btn input {
    padding: 15px;
    background-color: #444;
    color: #fff;
    font-size: 125%;
    font-weight: bold;
    cursor: pointer;
}

#contact-form .acf-spinner {
    margin-left: auto;
    margin-right: auto;
}

#contact-form .acf-form-submit {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}