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

/* header */
.c-headLogo__link {
	display: flex !important;
	align-items: center;
}
.c-headLogo__img {
	display: block;
}
.c-logo__title {
	display: block;
	margin-left: .5em;
	font-size: 1.5em;
	font-weight: 700;
}

/* contact form 7 */
form:has(.contact-field) {
	margin-bottom: 0;
}
::placeholder {
	color: #CBCBCA;
}
.contact-field {
	max-width: 640px;
	margin: 0 auto;
}
.field-head {
	margin-bottom: 1em;
}
.input-field {
	margin-bottom: 1.5em;
}
.contact-field :is(.required, .option) {
	display: inline-block;
	margin-right: 0.5rem;
	padding: 0 0.5rem;
	border-radius: 4px;
}
.contact-field .required {
	background-color: var(--color_main);
	color: #fff;
}
.contact-field .option {
	border: 1px solid var(--color_main);
	color: var(--color_main);
}
.contact-field :is(input, textarea) {
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
}
.contact-field .wpcf7-form-control:not(.wpcf7-radio, .wpcf7-acceptance) :is(input, textarea, select):focus {
	border: 1px solid transparent;
	outline: 2px solid var(--color_main) !important;
}
.contact-field .privacy-policy-check {
	margin-top: 1rem;
	text-align: center;
}
.contact-field .privacy-policy-check .wpcf7-list-item {
	margin: 0;
}
.contact-field .privacy-policy-check input {
	width: auto;
}
.contact-field .submit-btn {
	margin: 2rem auto 0;
}
.contact-field .submit-btn p {
	position: relative;
	margin-bottom: 0;
}
.contact-field .submit-btn input[type="submit"] {
	border: 1px solid var(--color_main);
	border-radius: 80px;
	color: var(--color_main);
	letter-spacing: 2px;
	text-indent: 2px;
	transition: background-color .25s;
}
.contact-field .submit-btn .wpcf7-spinner {
	position: absolute;
}
.contact-field .submit-btn input:hover {
	background-color: var(--color_main);
	border-color: transparent;
	color: #fff;
}
.wpcf7 form .wpcf7-response-output {
	max-width: 640px;
	margin: 2em auto 0;
}

/* privacy policy */
.pp-container .wp-block-list li::marker {
	color: var(--color_main);
	font-weight: 700;
}
.pp-container .wp-block-list li::marker {
	color: var(--color_main);
	font-weight: 700;
}
.pp-container .wp-block-list ol {
	margin-top: 1em;
}

/* footer */
.l-footer .custom-copyright {
	margin: 0;
	font-size: 0.75em;
	text-align: center;
}
.l-footer__foot .copyright {
	display: none;
}

/* SP&TB */
@media (max-width:959px) {
	.contact-field .submit-btn {
		max-width: 240px;
	}
}

/* PC */
@media (min-width:960px) {
	.c-logo__title {
		padding-top: .25em;
	}
	
	.contact-field .submit-btn {
		width: 240px;
	}
}