body {
	font-family: Helvetica, "sans-serif";	
}

.c-site-branding__title {
	letter-spacing: -1px;
}

.smb-section__title::after,
.c-page-header__title::after {
	display: none !important;
}

.smb-section__title {
	font-weight: lighter;
	letter-spacing: -1px;
	margin-bottom: 20px;
	line-height: 1.2em !important;
}

.futoji {
	font-weight: bold !important;
}

h3.smb-section__title {
	margin-bottom: 15px;
}

.video-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.l-footer {
	border-top: none !important;
}

.l-footer .p-footer-sub-nav {
	padding-top: 20px !important;
	background-color: #000 !important;
}

.l-footer .p-footer-sub-nav a {
	color: #fff !important;
}

.c-sub-nav .c-navbar {
	justify-content: center !important;
}

.c-copyright {
	padding-top: 0 !important;
}

.c-copyright--inverse {
	background-color: #000;
}

/* サービス */
.smb-section__header>*+.smb-section__lede, .smb-section__header>*+.smb-section__lede-wrapper {
    margin-top: 0 !important;
}

/* Turnstile */

@media screen and (max-width: 1279px) {
	/* 1279px以下をここにかく */
}

@media screen and (max-width: 1023px) { 
	/* 1023px以下をここにかく */
}

@media screen and (max-width: 639px) {
	/* 639px以下をここにかく */
	
	.home .wp-block-snow-monkey-blocks-box {
		padding: 20px !important;
	}
	
	/* Webデザイン */
	.page-id-241 .smb-section-break-the-grid__title {
		padding-top: 20px !important;
	}
	
	/* 段落調整 */
	.sp-p-align-left {
		text-align: left !important;
	}
	
	/* イメージの微調整 */
	.sp-img-shrink {
		max-width: 300px !important;
		height: auto;
		margin: 0 auto;
		text-align: center !important;
	}
	
	.smb-section__title {
		font-size: 2em !important;
	}
	
	.c-copyright {
		font-size: 12px !important;
	}
	
	.contact_cta {
		font-size: 80% !important;
		padding-left: 30px;
		padding-right: 30px;
	}
}