@charset "UTF-8";
* {
	word-break: break-all;
}

*:not(html) {
	font-size: 0.875rem;
	color: #000000;
	line-height: 1.75;
	font-family: 'YuGothic','游ゴシック', '游ゴシック体', YuGothic, sans-serif;
	font-weight: bold;
}

a[href^="tel:"] {
	pointer-events: none;
}

.container {
	text-align: center;
	padding: 5rem 1.5rem;
	margin-left: auto;
	margin-right: auto;
}

.title_background {
	background: url(../images/title_img.png) center center/cover no-repeat;
	width: 100%;
	padding: 10.25rem 0 3.5rem;
}

@media (max-width: 960px) {
	.title_background {
		padding-top: 6.625rem;
	}
}

.section_title {
	text-align: center;
}

.section_title .section_title_sub {
	font-size: 0.875rem;
	color: #E5001B;
	letter-spacing: 10px;
	margin-bottom: 0.5rem;
	line-height: 1.35;
}

.section_title .section_title_main {
	font-size: 1.875rem;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 9px;
}

.common_title {
	display: inline;
	font-size: 1.875rem;
	color: #000000;
	letter-spacing: 9px;
	line-height: 1.2;
	border-bottom: 3px solid #E5001B;
}

@media (max-width: 768px) {
	.common_title {
		font-size: 1.25rem;
		letter-spacing: 5px;
	}
}
