@charset "UTF-8";

/* =====================================
   download
===================================== */
/* list-download */
.list-download {
	display: grid;
	gap: 30px;
	margin: 1.5em 0 !important;
}
.list-download dt {
	font-size: 1.8rem;
}
.list-download dd {
	margin: 0;
}
.list-download__tel {
	font-size: 2.4rem;
	font-weight: var(--weight-bold);
}
.list-download__tel a {
	text-decoration: none;
	color: inherit;
}
@media (hover: hover) {
	.list-download__tel a:hover {
		text-decoration: underline;
	}
}
@media (min-width: 768px) {
	.list-download {
		grid-template-columns: 1fr 1fr;
	}
}

/* cognitoforms */
.cognitoforms:not(:first-child) {
	margin-top: 40px;
}


/* =====================================
   cognitoforms
===================================== */
:root .cog-cognito {
	--color: #4d4d4d;
	--font-family: "Noto Sans JP", sans-serif;
	--font-size: 1.6rem;
	--font-weight: 300;
	--line-height: 1.75;
}
:root .cog-form__container {
	--form__margins--responsive: 0;
}
:root .cog-wrapper {
	--form__margins--responsive: 0;
	--form__margins--responsive: 0;
}
:root .cog-header.cog-wrapper {
	--form__margins--responsive: 0;
	--header__padding-bottom: 0;
}
:root .cog-cognito--styled .cog-header {
	--header__color: #4d4d4d;
}
:root .cog-cognito--styled .cog-header h1 {
	--header__font-family: "Noto Sans JP", sans-serif;
	--header__font-size: 2.0rem;
	--header__font-weight: 500;
}
#cognitoforms h1 {
	margin-bottom: 0.5em;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--color-navy);
}
:root .cog-body:not(:first-child) {
	--gutter: 1em;
}
#cognitoforms .cog-row {
	margin-top: 1em;
}
:root .cog-col.is-error:not(.cog-hidden-validation)::before,
:root .cog-col.is-error:not(.cog-hidden-validation)::after {
	--border-radius: 0;
}
#cognitoforms .cog-content {
	padding-top: 0;
}
:root .cog-label {
	--gutter: 0;
	--label__color: #4d4d4d;
	--label__font-family: "Noto Sans JP", sans-serif;
	--label__font-size: 1.6rem;
	--label__font-weight: 500;
}
:root .cog-error-message--container-footer {
	--border-radius: 0;
}
#cognitoforms .cog-page__navigation {
	gap: 20px;
	flex-wrap: initial;
	justify-content: center;
	margin-top: 1em;
}
:root .cog-cognito--styled .cog-button {
	--button-primary__font-size: 2.2rem;
	--button-primary__font-weight: 500;
}
#cognitoforms .cog-button {
	width: 290px;
	padding: 0.25em 1em;
	transition: color 0.5s, background 0.5s;
	line-height: 1.5;
}
:root .cog-cognito--styled .cog-button--primary {
	--button-primary__background-color: #808080;
	--button-primary__border-color: #808080;
	--button-primary__border-radius: 0;
	--button-primary__font-family: "Noto Sans JP", sans-serif;
}
@media (hover: hover) {
	:root .cog-cognito--styled .cog-button--primary:hover {
		--button-primary__color: #808080;
	}
	#cognitoforms .cog-button--primary:hover {
		background-color: var(--color-white);
	}
}
