@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
*/

/**
 * Foundation
 */
body {
	font-family: "M PLUS 1", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

/**
 * Component
 */
.c-form-group {
}

.c-form-label {
	display: block;
	margin-top: 16px;
	margin-bottom: 4px;
	cursor: pointer;
}

.c-form-label.-required::after {
	content: "必須";
	display: inline-block;
	margin-left: .5em;
	padding: 4px 6px;
	border-radius: 4px;
    background: red;
	color: white;
	font-size: .75rem;
	font-weight: 700;
	line-height: 1;
}

.c-form-input input,
.c-form-input textarea {
	width: 100%;
}

.c-form-recaptcha {
	margin-top: 20px;
}

.c-form-recaptcha .cf7sr-g-recaptcha > div {
	margin-left: auto;
	margin-right: auto;
}

.c-form-recaptcha .wpcf7-not-valid-tip {
	text-align: center;
}

.c-form-action {
	margin-top: 20px;
	text-align: center;
}

.c-form-action .wpcf7-submit {
	min-width: 200px;
	padding: var(--the-padding);
	background: var(--the-btn-bg);
	border-radius: var(--the-btn-radius, 0);
	color: white;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.c-form-action .wpcf7-spinner {
	display: block;
	margin: 8px auto 0;
}

@media not all and (max-width: 959.9px) {
	.c-form-group {
		margin-top: 20px;
	    display: flex;
	    justify-content: space-between;
	}
	
	.c-form-group > p {
		width: 200px;
	}

	.c-form-group .c-form-label {
		margin-top: 4px;
	}

	.c-form-group .c-form-input {
		width: calc(100% - 200px);
	}

}
@media not all and (min-width: 960px) {
}

/**
 * Utility
 */
.u-display-none {
	display: none;
}

.u-pt-0 {
	padding-top: 0 !important;
}




.c-pageTitle__subTitle {
	display: none;
}