@charset "UTF-8";

footer {
	background: var(--bg_color);
}

.message_bg {
	position: relative;
	margin-bottom: 80px;
}

.message_bg:before {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 30%;
	height: 50%;
	background: var(--bg_color);
}

.inner {
	padding-bottom: 20px;
}

.table_wrap {
	text-align: center;
}

.normal_table {
	width: auto;
	display: inline-table;
	text-align: left;
}

.con_box {
	align-items: flex-start;
	margin-bottom: 0;
}

.c_ph {
	width: 40%;
	margin: 0 30px 0 auto;
}

	.c_ph img {
		width: 100%;
	}

.p_name {
	font: 400 3rem/1.5 var(--font_ja);
	white-space: nowrap;
	font-feature-settings: "palt";
	color: var(--main_color);
}











