
.sme-bg-color {
  padding: 0.3em 0.1em;
}

.c-jc-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-site-branding__title {
	line-height: 1;
}
.c-site-branding__title a {
	display: inline-block;
}
body.tres-tools .c-site-branding__title .custom-logo,
body.page-template-page-tool .c-site-branding__title .custom-logo {
	padding-bottom: 0.1rem;
	width: 80px;
}
.c-site-branding__title .tools-logo-text {
	margin-bottom: 0.1rem;
	padding-left: 0.6rem;
	font-size: var(--wp--preset--font-size--sm-xl);
	line-height: 1;
}

/* CTA */
.p-CTA {
	/*display: block;*/
	/*
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: var(--_color-white);
	z-index: 999;
	*/
}

/* footer CTA */
.p-footer-cta__close-btn {
	display: none!important;
}
.p-footer-cta__primary-btn {
	font-weight: bold;
}

/* HOME ver202509 */
@media (min-width: 640px) {
.p_homeHeaderCTA {
	display: inline-block;
}
}
.c_homePlan .smb-items__item {
	border-radius: 10px;
}
.c_homePlan .smb-items__item__figure img {
	border-radius: 10px 10px 0 0;
}
.c_homePlan .smb-items__item__body {
	padding: var(--_padding-1) !important;
}
.c_homePlan .smb-items__item__body .sme-badge {
	padding: 0.25em 0.5em 0.2em 0.6em;
	color: var(--_color-text);
	font-size: 0.7rem;
	line-height: 1;
	border: 1px solid var(--_color-text);
	border-radius: 0;
}
.c_homePlan .smb-items__item__btn {
	padding: var(--_padding0) !important;
	padding-bottom: 0.15rem !important;
}
.c_homeStep {
	min-width: 200px;
}

/* Contact */
.p-contact {
	padding: 0.5em 1em 1em;
	font-size: var(--wp--preset--font-size--sm-s);
	color: var(--_color-white);
	text-align: center;
	background-color: var(--sub-accent-color);
	border-radius: 4px;
}
.p-contact a {
	color: var(--_color-white);
	text-decoration: none;
}
.p-contact__number {
	font-size: var(--wp--preset--font-size--sm-xl);
	font-weight: bold;
}
.p-contact__note {
	margin-top: 0.5em;
	line-height: 1.3;
}
@media screen and (min-width: 1024px) {
	.p-contact__note {
		text-align: left;
	}
}

/* Contents */
/*.l-contents__inner:last-child {
	padding-bottom: 0;
}*/

/* Footer */
.l-footer {
	color: var(--_color-white);
	background-color: var(--_darker-color-gray);
	border-top: none;
}
.l-footer a {
	color: var(--_color-white);
}
.l-footer .widget_nav_menu {
	font-weight: bold;
}
.l-footer svg {
	fill: var(--_color-white);
	max-width: 200px;
}

/* reCAPTCHA */
.grecaptcha-badge {
  visibility: hidden;
}

/* iOS */
.tel-number a[href^="tel:"] {
  /*pointer-events: none;*/
  text-decoration: none;
  color: var(--wp--preset--color--sm-text) !important;
}
