/* Contact page CSS. Page-specific styles only. */

.company-section-head__label {
	display: inline-flex;
	align-items: center;
	margin-bottom: 10px;
	color: var(--tsuku-coral);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.company-page-hero__label {
	display: inline-flex;
	align-items: center;
	margin-bottom: 16px;
	color: var(--tsuku-coral);
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: uppercase;
}

.company-page-section {
	padding: 56px 0;
	border-top: 1px solid rgba(234, 223, 206, 0.72);
}

.company-page-hero h1 {
	margin: 0;
	padding: 0;
	background: none;
	border-radius: 0;
	color: var(--tsuku-ink);
	font-size: 32px;
	font-weight: bold;
	line-height: 1.45;
	letter-spacing: 0;
}

.company-page-hero p {
	color: var(--tsuku-text);
	font-size: 16px;
	line-height: 1.9;
	max-width: 820px;
	margin-top: 18px;
}

.company-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	min-height: 62px;
	padding: 0 28px;
	border: 0;
	border-radius: 999px;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.company-btn:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

.company-btn--primary {
	background: linear-gradient(135deg, var(--tsuku-coral), #f29a4c);
	box-shadow: 0 18px 34px rgba(231, 119, 53, 0.18);
	color: #fff;
}

.company-contact-panel li {
	color: var(--tsuku-text);
	font-size: 15px;
	line-height: 1.9;
	position: relative;
	padding-left: 20px;
}

.company-page-hero {
	margin: 34px 0 36px;
	padding: 52px;
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 246, 232, 0.88));
}

.company-contact-panel {
	display: grid;
	grid-template-columns: 0.72fr 1fr;
	gap: 28px;
	align-items: start;
	margin-bottom: 64px;
}

.company-contact-panel__intro {
	padding: 30px;
	border: 1px solid var(--tsuku-border);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 16px 38px rgba(98, 73, 42, 0.07);
	border-color: rgba(234, 223, 206, 0.92);
}

.company-contact-panel__form {
	padding: 30px;
	border: 1px solid var(--tsuku-border);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 16px 38px rgba(98, 73, 42, 0.07);
	border-color: rgba(234, 223, 206, 0.92);
}

.company-contact-panel h2 {
	margin: 0 0 16px;
	padding: 0;
	background: none;
	color: var(--tsuku-ink);
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
}

.company-contact-panel li + li {
	margin-top: 10px;
}

.company-contact-panel li:before {
	content: "";
	position: absolute;
	top: 0.78em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--tsuku-yellow);
}

.company-form {
	padding: 0;
	background: transparent;
}

.company-form .form-item {
	margin-bottom: 22px;
}

.company-form label {
	display: block;
	margin-bottom: 8px;
	color: var(--tsuku-ink);
	font-size: 14px;
	font-weight: bold;
}

.company-form input {
	width: 100%;
	padding: 15px 16px;
	border: 1px solid #e3d7c7;
	border-radius: 14px;
	background: #fffdf8;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.6;
}

.company-form textarea {
	width: 100%;
	padding: 15px 16px;
	border: 1px solid #e3d7c7;
	border-radius: 14px;
	background: #fffdf8;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.6;
	min-height: 190px;
	resize: vertical;
}

.company-form select {
	width: 100%;
	padding: 15px 16px;
	border: 1px solid #e3d7c7;
	border-radius: 14px;
	background: #fffdf8;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.6;
}

.company-form input:focus {
	outline: 3px solid rgba(47, 125, 115, 0.16);
	border-color: var(--tsuku-green);
}

.company-form textarea:focus {
	outline: 3px solid rgba(47, 125, 115, 0.16);
	border-color: var(--tsuku-green);
}

.page .company-contact {
	max-width: 980px;
}

.company-contact-v2 .company-contact-v2-main {
	display: block;
	grid-template-columns: none;
	width: min(820px, calc(100% - 80px));
	padding: 12px 0 96px;
	padding-top: 18px;
}

.company-contact-v2 .company-contact-v2-form {
	width: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.company-contact-v2 .company-contact-form {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 44px 52px 48px;
	border: 1px solid rgba(35, 49, 54, 0.08);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 22px 52px rgba(103, 75, 43, 0.09);
}

.company-contact-v2 .company-contact-form__flow {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 32px;
}

.company-contact-v2 .company-contact-form__section {
	padding: 30px 0;
	border-top: 1px solid rgba(35, 49, 54, 0.08);
}

.company-contact-v2 .company-contact-form__section:first-of-type {
	border-top: 0;
	padding-top: 4px;
}

.company-contact-v2 .company-contact-form__section h3 {
	margin: 0 0 20px;
	padding: 0;
	background: none;
	border: 0;
	box-shadow: none;
	color: var(--tsuku-ink);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0;
}

.company-contact-v2 .company-contact-form__section h3:before {
	display: none;
}

.company-contact-v2 .company-contact-form__section h3:after {
	display: none;
}

.company-contact-v2 .company-contact-form__grid {
	display: block;
	grid-template-columns: none;
}

.company-contact-v2 .company-contact-form__item {
	margin: 0 0 22px;
}

.company-contact-v2 .company-contact-form__item:last-child {
	margin-bottom: 0;
}

.company-contact-v2 .company-contact-v2-hero {
	min-height: 430px;
	padding-top: 0;
	padding-bottom: 28px;
}

.company-contact-v2 .company-contact-v2-hero__visual {
	min-height: 340px;
}

.company-contact-v2-hero {
	grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
	min-height: 430px;
	padding-bottom: 34px;
	width: min(1120px, calc(100% - 80px));
	margin: 0 auto;
	display: grid;
	gap: 56px;
	align-items: center;
	padding: 0 0 28px;
}

.company-contact-v2-hero h1 {
	max-width: 760px;
	font-size: 40px;
	line-height: 1.36;
	margin: 14px 0 28px;
	color: var(--tsuku-ink);
	font-weight: 900;
	letter-spacing: 0;
	text-shadow: none;
}

.company-contact-v2-hero__body > p:not(.company-page-hero__label) {
	max-width: 620px;
	color: #4b5b5f;
	font-size: 17px;
	font-weight: 500;
	line-height: 2;
}

.company-contact-v2-main {
	display: grid;
	width: min(1120px, calc(100% - 80px));
	padding: 0 0 92px;
	margin: 0 auto;
	grid-template-columns: minmax(300px, 0.78fr) minmax(520px, 1.22fr);
	gap: 36px;
	align-items: start;
}

.company-contact-v2-form {
	width: 100%;
	padding: 38px 40px 42px;
	border: 1px solid rgba(35, 49, 54, 0.08);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(103, 75, 43, 0.08);
}

.company-contact-form {
	padding: 44px 52px 48px;
	border: 1px solid rgba(35, 49, 54, 0.08);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 22px 52px rgba(103, 75, 43, 0.09);
}

.company-contact-form__head {
	margin-bottom: 28px;
}

.company-contact-form__head h2 {
	font-size: 28px;
	margin: 8px 0 14px;
	padding: 0;
	background: none;
	border: 0;
	box-shadow: none;
	color: var(--tsuku-ink);
	font-weight: 900;
	line-height: 1.42;
	letter-spacing: 0;
}

.company-contact-form__flow {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 32px;
}

.company-contact-form__flow div {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 48px;
	padding: 12px 14px;
	border-radius: 8px;
	background: #f6faf8;
	color: #425257;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.45;
}

.company-contact-form__flow span {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #2f7d73;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	flex: 0 0 auto;
}

.company-contact-form__section {
	padding: 30px 0;
	border-top: 1px solid rgba(35, 49, 54, 0.08);
}

.company-contact-form__section:first-of-type {
	border-top: 0;
	padding-top: 4px;
}

.company-contact-form__section h3 {
	margin: 0 0 20px;
	color: var(--tsuku-ink);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0;
}

.company-contact-form__section h3:before {
	display: none;
}

.company-contact-form__section h3:after {
	display: none;
}

.company-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 20px;
}

.company-contact-form__item {
	margin: 0 0 22px;
}

.company-contact-form__item:last-child {
	margin-bottom: 0;
}

.company-contact-form input[type="text"] {
	background: #fbfbf8;
	width: 100%;
	border: 1px solid rgba(35, 49, 54, 0.12);
	border-radius: 8px;
	color: var(--tsuku-ink);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.company-contact-form input[type="email"] {
	background: #fbfbf8;
	width: 100%;
	border: 1px solid rgba(35, 49, 54, 0.12);
	border-radius: 8px;
	color: var(--tsuku-ink);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.company-contact-form input[type="url"] {
	background: #fbfbf8;
	width: 100%;
	border: 1px solid rgba(35, 49, 54, 0.12);
	border-radius: 8px;
	color: var(--tsuku-ink);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.company-contact-form select {
	background: #fbfbf8;
	width: 100%;
	border: 1px solid rgba(35, 49, 54, 0.12);
	border-radius: 8px;
	color: var(--tsuku-ink);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	height: 54px;
	padding: 0 16px;
}

.company-contact-form textarea {
	background: #fbfbf8;
	min-height: 190px;
	width: 100%;
	border: 1px solid rgba(35, 49, 54, 0.12);
	border-radius: 8px;
	color: var(--tsuku-ink);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	padding: 16px;
	resize: vertical;
}

.company-contact-form__hint {
	margin: 9px 0 0;
	color: #7a8588;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
}

.company-contact-form__privacy {
	margin-top: 24px;
	padding: 18px 20px;
	border-radius: 8px;
	background: #f2faf7;
}

.company-contact-form__submit {
	justify-content: center;
	padding-top: 24px;
	border-top: 1px solid rgba(35, 49, 54, 0.08);
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}

.page .article.company-contact-v2 {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: #fbf7ef;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--tsuku-ink);
	overflow: hidden;
}

.company-contact-v2-hero__visual {
	position: relative;
	min-height: 340px;
}

.company-contact-v2-hero__visual:before {
	content: "";
	position: absolute;
	inset: 12% -4% 10% 8%;
	background: linear-gradient(135deg, rgba(231, 119, 53, 0.12), rgba(47, 125, 115, 0.13));
	border-radius: 34px;
	transform: rotate(-2deg);
}

.company-contact-v2-hero__screen {
	position: relative;
	z-index: 1;
	margin-top: 34px;
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 30px 68px rgba(103, 75, 43, 0.14);
}

.company-contact-v2-hero__screen img {
	display: block;
	width: 100%;
	height: auto;
}

.company-contact-v2-hero__note {
	position: absolute;
	z-index: 2;
	right: 24px;
	bottom: 10px;
	width: 260px;
	padding: 22px 24px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 20px 46px rgba(103, 75, 43, 0.13);
}

.company-contact-v2-hero__note span {
	display: block;
	margin-bottom: 8px;
	color: #e77735;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.company-contact-v2-hero__note p {
	margin: 0;
	color: #425257;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.75;
}

.company-contact-v2-guide {
	background: #fff;
	border: 1px solid rgba(35, 49, 54, 0.08);
	border-radius: 12px;
	box-shadow: 0 18px 42px rgba(103, 75, 43, 0.08);
	position: sticky;
	top: 24px;
	padding: 34px 32px;
}

.company-contact-v2-guide__head h2 {
	margin: 8px 0 14px;
	padding: 0;
	background: none;
	border: 0;
	box-shadow: none;
	color: var(--tsuku-ink);
	font-size: 28px;
	font-weight: 900;
	line-height: 1.42;
	letter-spacing: 0;
}

.company-contact-v2-guide__head h2:before {
	display: none;
}

.company-contact-v2-guide__head h2:after {
	display: none;
}

.company-contact-form__head h2:before {
	display: none;
}

.company-contact-form__head h2:after {
	display: none;
}

.company-contact-v2-guide__list {
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.company-contact-v2-guide__list li {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 16px;
	margin: 0;
	padding: 22px 0;
	border-top: 1px solid rgba(35, 49, 54, 0.08);
}

.company-contact-v2-guide__list li:before {
	display: none;
}

.company-contact-v2-guide__icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 16px;
	background: #fff7ef;
	color: #e77735;
	box-shadow: inset 0 0 0 1px rgba(231, 119, 53, 0.18);
}

.company-contact-v2-guide__icon:before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background: currentColor;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.company-contact-v2-guide__icon--service:before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='14' rx='3'/%3E%3Cpath d='M8 21h8M12 18v3M8 11h3l2-3 3 6h2'/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='14' rx='3'/%3E%3Cpath d='M8 21h8M12 18v3M8 11h3l2-3 3 6h2'/%3E%3C/g%3E%3C/svg%3E");
}

.company-contact-v2-guide__icon--operation {
	background: #f2faf7;
	color: #2f7d73;
	box-shadow: inset 0 0 0 1px rgba(47, 125, 115, 0.18);
}

.company-contact-v2-guide__icon--operation:before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16M7 4v6M17 4v6M6 14h5M13 14h5M6 18h3M13 18h5'/%3E%3Crect x='3' y='5' width='18' height='16' rx='3'/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16M7 4v6M17 4v6M6 14h5M13 14h5M6 18h3M13 18h5'/%3E%3Crect x='3' y='5' width='18' height='16' rx='3'/%3E%3C/g%3E%3C/svg%3E");
}

.company-contact-v2-guide__icon--limited {
	background: #fff3f7;
	color: #d94372;
	box-shadow: inset 0 0 0 1px rgba(217, 67, 114, 0.18);
}

.company-contact-v2-guide__icon--limited:before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 5-3 8-7 10-4-2-7-5-7-10V6l7-3z'/%3E%3Cpath d='M9 12l2 2 4-5'/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 5-3 8-7 10-4-2-7-5-7-10V6l7-3z'/%3E%3Cpath d='M9 12l2 2 4-5'/%3E%3C/g%3E%3C/svg%3E");
}

.company-contact-v2-guide__list strong {
	display: block;
	color: var(--tsuku-ink);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
}

.company-contact-v2-guide__list p {
	margin: 7px 0 0;
	color: #5b696d;
	font-size: 14px;
	line-height: 1.85;
}

.company-contact-v2-guide__caution {
	margin-top: 28px;
	padding: 22px 24px;
	border-radius: 10px;
	background: #fff3f7;
}

.company-contact-v2-guide__caution span {
	display: block;
	margin-bottom: 8px;
	color: #d94372;
	font-size: 13px;
	font-weight: 900;
}

.company-contact-v2-guide__caution p {
	margin: 0;
	color: #5b4a52;
	font-size: 14px;
	line-height: 1.85;
}

.company-contact-form__head p:not(.company-section-head__label) {
	margin: 0;
	color: #5b696d;
	font-size: 15px;
	line-height: 1.8;
}

.company-contact-form__errors {
	margin: 0 0 24px;
	padding: 16px 18px;
	border-radius: 8px;
	background: #fff3f7;
	color: #b8335e;
	font-weight: 700;
	line-height: 1.7;
}

.company-contact-form__errors p {
	margin: 0;
}

.company-contact-form__errors p + p {
	margin-top: 6px;
}

.company-contact-form__item--full {
	grid-column: 1 / -1;
}

.company-contact-form label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 9px;
	color: var(--tsuku-ink);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
}

.company-contact-form label span {
	display: inline-flex;
	align-items: center;
	height: 20px;
	padding: 0 8px;
	border-radius: 999px;
	background: #fff0e5;
	color: #e77735;
	font-size: 11px;
	font-weight: 900;
}

.company-contact-form input::placeholder {
	color: rgba(85, 95, 99, 0.58);
	font-weight: 400;
}

.company-contact-form textarea::placeholder {
	color: rgba(85, 95, 99, 0.58);
	font-weight: 400;
}

.company-contact-form input {
	height: 54px;
	padding: 0 16px;
}

.company-contact-form input:focus {
	border-color: #e77735;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(231, 119, 53, 0.12);
	outline: 0;
}

.company-contact-form select:focus {
	border-color: #e77735;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(231, 119, 53, 0.12);
	outline: 0;
}

.company-contact-form textarea:focus {
	border-color: #e77735;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(231, 119, 53, 0.12);
	outline: 0;
}

.company-contact-form__privacy label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	color: #425257;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.7;
}

.company-contact-form__privacy input {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	accent-color: #2f7d73;
	flex: 0 0 auto;
}

.company-contact-form__privacy label span {
	display: inline;
	height: auto;
	padding: 0;
	border-radius: 0;
	background: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.company-contact-form__trap {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.company-contact-form__submit .company-btn {
	min-width: 220px;
	border: 0;
	cursor: pointer;
}

.company-contact-form__submit p {
	margin: 0;
	color: #69777a;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
}

@media screen and (max-width: 600px) {
	.company-page-section {
		padding: 38px 0;
		border-top: 1px solid rgba(234, 223, 206, 0.72);
	}

	.company-page-hero h1 {
		font-size: 24px;
		overflow-wrap: anywhere;
		word-break: break-all;
		margin: 0;
		padding: 0;
		background: none;
		border-radius: 0;
		color: var(--tsuku-ink);
		font-weight: bold;
		line-height: 1.45;
		letter-spacing: 0;
	}

	.company-contact-panel {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 48px;
	}

	.company-form .company-btn {
		width: 100%;
	}

	.company-page-hero {
		margin: 24px 0 26px;
		padding: 30px 24px;
		border-radius: 24px;
		background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 246, 232, 0.88));
	}

	.company-page-hero__label {
		display: inline-flex;
		margin-bottom: 12px;
		color: var(--tsuku-coral);
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0;
		text-transform: uppercase;
	}

	.company-page-hero p {
		color: var(--tsuku-text);
		font-size: 14px;
		line-height: 1.85;
		margin-top: 14px;
	}

	.company-contact-panel li {
		color: var(--tsuku-text);
		font-size: 14px;
		line-height: 1.85;
		position: relative;
		padding-left: 18px;
	}

	.company-contact-panel__intro {
		padding: 22px;
		border: 1px solid var(--tsuku-border);
		border-radius: 22px;
		background: rgba(255, 255, 255, 0.76);
		box-shadow: 0 14px 34px rgba(98, 73, 42, 0.07);
		border-color: rgba(234, 223, 206, 0.92);
	}

	.company-contact-panel__form {
		padding: 22px;
		border: 1px solid var(--tsuku-border);
		border-radius: 22px;
		background: rgba(255, 255, 255, 0.76);
		box-shadow: 0 14px 34px rgba(98, 73, 42, 0.07);
		border-color: rgba(234, 223, 206, 0.92);
	}

	.company-contact-panel h2 {
		margin: 0 0 14px;
		padding: 0;
		background: none;
		color: var(--tsuku-ink);
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 0;
	}

	.company-contact-panel li + li {
		margin-top: 9px;
	}

	.company-contact-panel li:before {
		content: "";
		position: absolute;
		top: 0.78em;
		left: 0;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background: var(--tsuku-yellow);
	}

	.company-form {
		padding: 0;
		background: transparent;
	}

	.company-form .form-item {
		margin-bottom: 20px;
	}

	.company-form label {
		display: block;
		margin-bottom: 8px;
		color: var(--tsuku-ink);
		font-size: 14px;
		font-weight: bold;
	}

	.company-form input {
		width: 100%;
		padding: 14px 15px;
		border: 1px solid #e3d7c7;
		border-radius: 14px;
		background: #fffdf8;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 1.6;
	}

	.company-form textarea {
		width: 100%;
		padding: 14px 15px;
		border: 1px solid #e3d7c7;
		border-radius: 14px;
		background: #fffdf8;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 1.6;
		min-height: 180px;
		resize: vertical;
	}

	.company-form select {
		width: 100%;
		padding: 14px 15px;
		border: 1px solid #e3d7c7;
		border-radius: 14px;
		background: #fffdf8;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 1.6;
	}

	.page .company-contact {
		max-width: 100%;
	}

	.page .article.company-contact-v2 {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
		background: #fbf7ef;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		color: var(--tsuku-ink);
		overflow: visible;
		margin-right: 0;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
	}

	.company-contact-v2-hero {
		width: 100%;
		margin: 0 auto;
		display: grid;
		gap: 24px;
		padding: 54px 0 34px;
		position: relative;
		left: auto;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 34px;
		padding-bottom: 30px;
	}

	.company-contact-v2-main {
		width: 100%;
		margin: 0 auto;
		display: block;
		gap: 20px;
		padding: 0 0 58px;
		position: relative;
		left: auto;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 0;
		padding-bottom: 56px;
	}

	.company-contact-v2-hero h1 {
		margin: 10px 0 20px;
		color: var(--tsuku-ink);
		font-size: 26px;
		font-weight: 900;
		line-height: 1.5;
		letter-spacing: 0;
		text-shadow: none;
	}

	.company-contact-v2-hero__body > p:not(.company-page-hero__label) {
		color: #4b5b5f;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.9;
	}

	.company-contact-v2-hero__visual {
		position: relative;
		min-height: 300px;
		width: min(100%, 320px);
		max-width: 320px;
		margin-right: auto;
		margin-left: auto;
	}

	.company-contact-v2-hero__visual:before {
		content: "";
		position: absolute;
		inset: 10% 0 10% 6%;
		background: linear-gradient(135deg, rgba(231, 119, 53, 0.12), rgba(47, 125, 115, 0.13));
		border-radius: 24px;
		transform: rotate(-2deg);
	}

	.company-contact-v2-hero__screen {
		position: relative;
		z-index: 1;
		overflow: hidden;
		border-radius: 10px;
		background: #fff;
		box-shadow: 0 18px 42px rgba(103, 75, 43, 0.14);
	}

	.company-contact-v2-hero__screen img {
		display: block;
		width: 100%;
		height: auto;
	}

	.company-contact-v2-hero__note {
		position: relative;
		z-index: 2;
		width: calc(100% - 28px);
		margin: -18px auto 0;
		padding: 16px 18px;
		border-radius: 8px;
		background: #fff;
		box-shadow: 0 14px 34px rgba(103, 75, 43, 0.13);
	}

	.company-contact-v2-hero__note span {
		display: block;
		margin-bottom: 6px;
		color: #e77735;
		font-size: 11px;
		font-weight: 900;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.company-contact-v2-hero__note p {
		margin: 0;
		color: #425257;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.7;
	}

	.company-contact-v2-guide {
		background: #fff;
		border: 1px solid rgba(35, 49, 54, 0.08);
		border-radius: 10px;
		box-shadow: 0 14px 32px rgba(103, 75, 43, 0.08);
		padding: 26px 22px;
	}

	.company-contact-v2-form {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
		width: min(100%, 320px);
		max-width: 320px;
		margin-right: auto;
		margin-left: auto;
	}

	.company-contact-v2-guide__head h2 {
		margin: 8px 0 12px;
		padding: 0;
		background: none;
		border: 0;
		box-shadow: none;
		color: var(--tsuku-ink);
		font-size: 24px;
		font-weight: 900;
		line-height: 1.42;
		letter-spacing: 0;
	}

	.company-contact-form__head h2 {
		margin: 8px 0 12px;
		padding: 0;
		background: none;
		border: 0;
		box-shadow: none;
		color: var(--tsuku-ink);
		font-size: 23px;
		font-weight: 900;
		line-height: 1.42;
		letter-spacing: 0;
	}

	.company-contact-v2-guide__head h2:before {
		display: none;
	}

	.company-contact-v2-guide__head h2:after {
		display: none;
	}

	.company-contact-form__head h2:before {
		display: none;
	}

	.company-contact-form__head h2:after {
		display: none;
	}

	.company-contact-v2-guide__list {
		margin: 22px 0 0;
		padding: 0;
		list-style: none;
	}

	.company-contact-v2-guide__list li {
		display: grid;
		grid-template-columns: 42px 1fr;
		gap: 14px;
		margin: 0;
		padding: 18px 0;
		border-top: 1px solid rgba(35, 49, 54, 0.08);
	}

	.company-contact-v2-guide__list li:before {
		display: none;
	}

	.company-contact-v2-guide__icon {
		display: grid;
		place-items: center;
		width: 42px;
		height: 42px;
		border-radius: 14px;
		background: #fff7ef;
		color: #e77735;
		box-shadow: inset 0 0 0 1px rgba(231, 119, 53, 0.18);
	}

	.company-contact-v2-guide__icon:before {
		content: "";
		display: block;
		width: 23px;
		height: 23px;
		background: currentColor;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
	}

	.company-contact-v2-guide__icon--service:before {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='14' rx='3'/%3E%3Cpath d='M8 21h8M12 18v3M8 11h3l2-3 3 6h2'/%3E%3C/g%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='14' rx='3'/%3E%3Cpath d='M8 21h8M12 18v3M8 11h3l2-3 3 6h2'/%3E%3C/g%3E%3C/svg%3E");
	}

	.company-contact-v2-guide__icon--operation {
		background: #f2faf7;
		color: #2f7d73;
		box-shadow: inset 0 0 0 1px rgba(47, 125, 115, 0.18);
	}

	.company-contact-v2-guide__icon--operation:before {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16M7 4v6M17 4v6M6 14h5M13 14h5M6 18h3M13 18h5'/%3E%3Crect x='3' y='5' width='18' height='16' rx='3'/%3E%3C/g%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16M7 4v6M17 4v6M6 14h5M13 14h5M6 18h3M13 18h5'/%3E%3Crect x='3' y='5' width='18' height='16' rx='3'/%3E%3C/g%3E%3C/svg%3E");
	}

	.company-contact-v2-guide__icon--limited {
		background: #fff3f7;
		color: #d94372;
		box-shadow: inset 0 0 0 1px rgba(217, 67, 114, 0.18);
	}

	.company-contact-v2-guide__icon--limited:before {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 5-3 8-7 10-4-2-7-5-7-10V6l7-3z'/%3E%3Cpath d='M9 12l2 2 4-5'/%3E%3C/g%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 5-3 8-7 10-4-2-7-5-7-10V6l7-3z'/%3E%3Cpath d='M9 12l2 2 4-5'/%3E%3C/g%3E%3C/svg%3E");
	}

	.company-contact-v2-guide__list strong {
		display: block;
		color: var(--tsuku-ink);
		font-size: 15px;
		font-weight: 900;
		line-height: 1.5;
	}

	.company-contact-v2-guide__list p {
		margin: 6px 0 0;
		color: #5b696d;
		font-size: 13px;
		line-height: 1.8;
	}

	.company-contact-v2-guide__caution {
		margin-top: 22px;
		padding: 18px 20px;
		border-radius: 8px;
		background: #fff3f7;
	}

	.company-contact-v2-guide__caution span {
		display: block;
		margin-bottom: 6px;
		color: #d94372;
		font-size: 12px;
		font-weight: 900;
	}

	.company-contact-v2-guide__caution p {
		margin: 0;
		color: #5b4a52;
		font-size: 13px;
		line-height: 1.8;
	}

	.company-contact-form__head {
		margin-bottom: 22px;
	}

	.company-contact-form__head p:not(.company-section-head__label) {
		margin: 0;
		color: #5b696d;
		font-size: 13px;
		line-height: 1.75;
	}

	.company-contact-form__errors {
		margin: 0 0 20px;
		padding: 14px 16px;
		border-radius: 8px;
		background: #fff3f7;
		color: #b8335e;
		font-weight: 700;
		line-height: 1.7;
	}

	.company-contact-form__errors p {
		margin: 0;
	}

	.company-contact-form__grid {
		display: block;
		gap: 18px;
	}

	.company-contact-form label {
		display: flex;
		align-items: center;
		gap: 8px;
		margin-bottom: 8px;
		color: var(--tsuku-ink);
		font-size: 13px;
		font-weight: 900;
		line-height: 1.4;
	}

	.company-contact-form label span {
		display: inline-flex;
		align-items: center;
		height: 19px;
		padding: 0 8px;
		border-radius: 999px;
		background: #fff0e5;
		color: #e77735;
		font-size: 10px;
		font-weight: 900;
	}

	.company-contact-form input[type="text"] {
		width: 100%;
		border: 1px solid rgba(35, 49, 54, 0.12);
		border-radius: 8px;
		background: #fff;
		color: var(--tsuku-ink);
		font-size: 13px;
		font-weight: 400;
		line-height: 1.5;
	}

	.company-contact-form input[type="email"] {
		width: 100%;
		border: 1px solid rgba(35, 49, 54, 0.12);
		border-radius: 8px;
		background: #fff;
		color: var(--tsuku-ink);
		font-size: 13px;
		font-weight: 400;
		line-height: 1.5;
	}

	.company-contact-form input[type="url"] {
		width: 100%;
		border: 1px solid rgba(35, 49, 54, 0.12);
		border-radius: 8px;
		background: #fff;
		color: var(--tsuku-ink);
		font-size: 13px;
		font-weight: 400;
		line-height: 1.5;
	}

	.company-contact-form select {
		width: 100%;
		border: 1px solid rgba(35, 49, 54, 0.12);
		border-radius: 8px;
		background: #fff;
		color: var(--tsuku-ink);
		font-size: 13px;
		font-weight: 400;
		line-height: 1.5;
		height: 52px;
		padding: 0 14px;
	}

	.company-contact-form textarea {
		width: 100%;
		border: 1px solid rgba(35, 49, 54, 0.12);
		border-radius: 8px;
		background: #fff;
		color: var(--tsuku-ink);
		font-size: 13px;
		font-weight: 400;
		line-height: 1.5;
		min-height: 190px;
		padding: 14px;
		resize: vertical;
	}

	.company-contact-form input::placeholder {
		color: rgba(85, 95, 99, 0.58);
		font-weight: 400;
	}

	.company-contact-form textarea::placeholder {
		color: rgba(85, 95, 99, 0.58);
		font-weight: 400;
	}

	.company-contact-form input {
		height: 52px;
		padding: 0 14px;
	}

	.company-contact-form input:focus {
		border-color: #e77735;
		background: #fff;
		box-shadow: 0 0 0 4px rgba(231, 119, 53, 0.12);
		outline: 0;
	}

	.company-contact-form select:focus {
		border-color: #e77735;
		background: #fff;
		box-shadow: 0 0 0 4px rgba(231, 119, 53, 0.12);
		outline: 0;
	}

	.company-contact-form textarea:focus {
		border-color: #e77735;
		background: #fff;
		box-shadow: 0 0 0 4px rgba(231, 119, 53, 0.12);
		outline: 0;
	}

	.company-contact-form__privacy {
		margin-top: 2px;
		padding: 16px;
		border-radius: 8px;
		background: #f2faf7;
	}

	.company-contact-form__privacy label {
		display: flex;
		align-items: flex-start;
		gap: 10px;
		margin: 0;
		color: #425257;
		font-size: 13px;
		font-weight: 800;
		line-height: 1.7;
	}

	.company-contact-form__privacy input {
		width: 18px;
		height: 18px;
		margin-top: 2px;
		accent-color: #2f7d73;
		flex: 0 0 auto;
	}

	.company-contact-form__privacy label span {
		display: inline;
		height: auto;
		padding: 0;
		border-radius: 0;
		background: none;
		color: inherit;
		font-size: inherit;
		font-weight: inherit;
	}

	.company-contact-form__submit {
		display: grid;
		gap: 12px;
		margin-top: 24px;
		padding-top: 22px;
		border-top: 1px solid rgba(35, 49, 54, 0.08);
	}

	.company-contact-form__submit .company-btn {
		width: 100%;
		border: 0;
		cursor: pointer;
	}

	.company-contact-form__submit p {
		margin: 0;
		color: #69777a;
		font-size: 12px;
		font-weight: 700;
		line-height: 1.6;
		text-align: center;
	}

	.company-contact-form {
		padding: 28px 18px 30px;
		border: 1px solid rgba(35, 49, 54, 0.08);
		border-radius: 12px;
		background: #fff;
		box-shadow: 0 14px 32px rgba(103, 75, 43, 0.08);
		width: min(100%, 320px);
		max-width: 320px;
		margin-right: auto;
		margin-left: auto;
	}

	.company-contact-form__flow {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		margin: 0 0 24px;
	}

	.company-contact-form__flow div {
		display: flex;
		align-items: center;
		gap: 9px;
		min-height: 46px;
		padding: 12px 14px;
		border-radius: 8px;
		background: #f6faf8;
		color: #425257;
		font-size: 13px;
		font-weight: 900;
		line-height: 1.45;
	}

	.company-contact-form__flow span {
		display: grid;
		place-items: center;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		background: #2f7d73;
		color: #fff;
		font-size: 12px;
		font-weight: 900;
		flex: 0 0 auto;
	}

	.company-contact-form__section {
		padding: 22px 0;
		border-top: 1px solid rgba(35, 49, 54, 0.08);
	}

	.company-contact-form__section:first-of-type {
		border-top: 0;
		padding-top: 2px;
	}

	.company-contact-form__section h3 {
		margin: 0 0 18px;
		color: var(--tsuku-ink);
		font-size: 17px;
		font-weight: 900;
		line-height: 1.45;
		letter-spacing: 0;
	}

	.company-contact-form__section h3:before {
		display: none;
	}

	.company-contact-form__section h3:after {
		display: none;
	}

	.company-contact-form__item {
		margin: 0 0 18px;
	}

	.company-contact-form__item:last-child {
		margin-bottom: 0;
	}

	.company-contact-form__hint {
		margin: 8px 0 0;
		color: #7a8588;
		font-size: 12px;
		font-weight: 700;
		line-height: 1.6;
	}

	.company-contact-v2 .company-contact-v2-hero {
		min-height: 0;
		padding-top: 0;
		padding-bottom: 22px;
	}

	.company-contact-v2 .company-contact-v2-hero__visual {
		min-height: 230px;
	}

	.company-contact-v2 .company-contact-v2-main {
		padding-top: 18px;
		padding-bottom: 58px;
	}

	.company-contact-v2 {
		width: 100%;
		max-width: 100%;
	}

	.company-contact-v2-hero__body {
		width: min(100%, 320px);
		max-width: 320px;
		margin-right: auto;
		margin-left: auto;
	}

	.page .article.company-contact-v2 .company-contact-v2-main {
		left: auto;
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		padding-right: 20px;
		padding-left: 20px;
	}

	.page .article.company-contact-v2 .company-contact-v2-form {
		width: 100%;
		max-width: 320px;
		margin-right: auto;
		margin-left: auto;
	}

	.page .article.company-contact-v2 .company-contact-form {
		width: 100%;
		max-width: 320px;
		margin-right: auto;
		margin-left: auto;
		padding: 28px 18px 30px;
	}

	body.page-contact .article.company-contact-v2 {
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		overflow: hidden;
	}

	body.page-contact .company-contact-v2-hero {
		position: relative;
		left: auto;
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		padding-right: 20px;
		padding-left: 20px;
		clip-path: none;
		background: #fbf7ef;
	}

	body.page-contact .company-contact-v2-main {
		position: relative;
		left: auto;
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		padding-right: 20px;
		padding-left: 20px;
		clip-path: none;
		background: #fbf7ef;
	}

	body.page-contact .article.company-contact-v2 .company-contact-v2-main {
		position: relative;
		left: auto;
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		padding-right: 20px;
		padding-left: 20px;
		clip-path: none;
	}

	body.page-about .company-page-hero__label {
		margin-bottom: 14px;
		font-size: 13px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 900px) {
	.company-contact-v2 .company-contact-v2-main {
		width: calc(100% - 40px);
		padding: 0 0 58px;
		padding-top: 18px;
	}

	.company-contact-v2 .company-contact-form {
		padding: 30px 22px 32px;
		border-radius: 10px;
	}

	.company-contact-v2 .company-contact-form__flow {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-bottom: 24px;
	}

	.company-contact-v2 .company-contact-form__section {
		padding: 24px 0;
	}

	.company-contact-v2 .company-contact-form__section h3 {
		font-size: 18px;
	}

	.company-contact-v2 .company-contact-form__item {
		margin-bottom: 18px;
	}

	.company-contact-v2 .company-contact-v2-hero {
		min-height: 0;
		padding-top: 34px;
		padding-bottom: 24px;
	}

	.company-contact-v2 .company-contact-v2-hero__visual {
		min-height: 230px;
	}

	.company-contact-v2-hero {
		grid-template-columns: 1fr;
		min-height: 0;
		width: calc(100% - 40px);
		display: grid;
		gap: 28px;
		padding: 54px 0 34px;
	}

	.company-contact-v2-main {
		width: calc(100% - 40px);
		padding: 0 0 56px;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.company-contact-form {
		padding: 30px 22px 32px;
		border-radius: 10px;
	}

	.company-contact-form__flow {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-bottom: 24px;
	}

	.company-contact-form__section {
		padding: 24px 0;
	}

	.company-contact-form__section h3 {
		font-size: 18px;
	}

	.company-contact-form__item {
		margin-bottom: 18px;
	}

	.company-contact-form textarea {
		min-height: 190px;
	}

	.page .article.company-contact-v2 {
		width: 100%;
		max-width: none;
		margin: 0;
	}

	.company-contact-v2-hero h1 {
		max-width: 100%;
		margin: 10px 0 20px;
		font-size: 28px;
		line-height: 1.48;
		overflow-wrap: anywhere;
	}

	.company-contact-v2-hero__body > p:not(.company-page-hero__label) {
		font-size: 15px;
		line-height: 1.95;
	}

	.company-contact-v2-hero__visual {
		min-height: 250px;
	}

	.company-contact-v2-hero__note {
		position: relative;
		right: auto;
		bottom: auto;
		width: calc(100% - 32px);
		margin: -18px auto 0;
		padding: 18px 20px;
	}

	.company-contact-v2-guide {
		position: static;
		padding: 26px 22px;
	}

	.company-contact-v2-form {
		padding: 28px 22px 30px;
	}

	.company-contact-form__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.company-contact-form__submit {
		display: grid;
		gap: 12px;
	}

	.company-contact-form__submit .company-btn {
		width: 100%;
	}

	.company-contact-form__submit p {
		font-size: 12px;
		text-align: center;
	}
}
