@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/*  */
.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 1.2em;
}

.wpcf7-submit-btn {
    text-align: center;
}

.wpcf7-submit {
	color: white;
	font-weight: bold;
    background: #da6868;
    border-radius: 80px;
    display: inline-block;
    letter-spacing: var(--swl-letter_spacing, 1px);
    line-height: 1.5;
    margin: 0;
    min-width: 80px;
    padding: .75em 1.5em;
    position: relative;
    text-decoration: none;
    width: auto;
}

.wpcf7-spinner{
	position: absolute;
	margin: 12px 24px;
}


.wpcf7_table th,
.wpcf7_table td {
    background-color: unset;
	border: unset !important;
}
.wpcf7_table th {
    padding: 0 .5em !important;
}
.wpcf7_table td {
    padding: .2em .5em 1.2em !important;
}
.wpcf7_table tr {
    display: flex;
    flex-direction: column;
}

.wpcf7-kiyaku-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wpcf7-kiyaku-btn {
    display: block;
    border: #da6868 solid 1px;
    padding: 0.4em 1.2em;
    border-radius: 4px;
    color: #da6868;
}
.wpcf7-kiyaku-btn:hover {
    background-color: #da6868;
    color: white;
	transform: .6s;
}