@charset "utf-8";



	.footer_index {
		display: grid;
		grid-template-columns: repeat(4, auto);
		gap: var(--f_index_gap);
		text-align: left;
		margin-left: 18px;
		margin-right: 18px;
	}

	.footer_index_table {
		display: grid;
		grid-template-rows: repeat(5, auto);
		gap: 3px;
	}


	:root {
		--header_width: 100%;
		--header_height: 7.768vw;
		--logo_height: 7.768vw;
		--name_height: 7.768vw;
		--navi_contact_width: 11.651vw;
		--header_fontsize: 1.624vw;
		--header_a_width: 12.201vw;
		--logo: 6.1007vw;
		--name: 32.435vw;
		--name_height: 7.7682vw;
		--name_left: 13.726vw;

		--footer_width: 100%;
		--footer_fontsize: 1.2vw;

		--f_index_gap: 4.661%;

		--footer_index_head_height: 1.6361vw;
	}


@media screen and (max-width: 855.2px) {
	:root {
		--footer_fontsize: 1.63704vw;
		--footer_index_head_height: 2.2615vw;

		.footer_index {
			display: grid;
			grid-template-columns: repeat(2, auto);
			gap: var(--f_index_gap);
			margin: 0 18px;
			text-align: left;
		}

		.footer_index_table {
			display: grid;
			grid-template-rows: repeat(5, auto);
			gap: 3px;
		}
	}
}

/* ヘッダー */
header {
	display: flex;
	position: sticky;
	justify-content: space-between;
	height: var(--header_height);
	top: 0;
	margin: 0px auto;
	font-size: var(--header_fontsize);
	background-color: white;
	z-index: 30;
	font-weight: 500;
}

.header_navigation {
	display: flex;
}

.header_navi_contents {
	display: grid;
	height: 100%;
	margin: 0px;
	text-align: center;
	grid-template-columns: repeat(3, auto);
	list-style: none;
	min-width: 24vw;
}

.header_navi_contents a {
	position: relative;
	width: 9vw;
	white-space: nowrap;
	text-align: center;
	align-items: center;
}

.header_navi_contents .header_content {
	width: var(--header_a_width);
	color: #000 !important;
	text-decoration: none !important;
}

.header_navi_contents a:hover {
	background-color: #9c9c9c;
}

.header_navi_contents li {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header_navi_contact {
	display: flex;
	justify-content: center;
	width: var(--navi_contact_width);
	color: #eeeeee;
	background-color: #0f2682;
	white-space: nowrap;
	text-align: center;
	align-items: center;
}

.header_navi_contact:hover {
	display: flex;
	color: #eeeeee;
	background-color: #334eb8;
	text-align: center;
	align-items: center;
}

.header_navi_contact a {
	color: #000 !important;
	text-decoration: none !important;
}

#logo {
	position: absolute;
	width: auto;
	height: var(--logo);
	top: 1vw;
	left: 1vw;
	z-index: 40;
}

#name {
	position: absolute;
	object-fit: cover;
	width: var(--name);
	height: var(--name_height);
	top: 0vw;
	left: var(--name_left);
	padding-left: 0;
	z-index: 35;
}

/* フッター */
.footer {
	margin: 0 auto;
	font-size: var(--footer_fontsize);
	background-color: #ddd;
}

.footer_table {
	display: grid;
	grid-template-rows: repeat(3, auto);
	gap: 1.3089vw;
}

.footer_index_head {
	display: block;
	height: 25px;
	border-bottom: 0.1vw solid #000;
	font-weight: bold;
	font-size: var(--footer_index_head_font-size);
}
.footer_index_head_r {
	display: block;
	height: var(----footer_index_head_height);
	border-bottom: 0.1vw solid #a33131;
	font-weight: bold;
	font-size: var(--footer_index_head_font-size);
}
.footer_index_head_b {
	display: block;
	height: var(----footer_index_head_height);
	border-bottom: 0.1vw solid #414eb5;
	font-weight: bold;
	font-size: var(--footer_index_head_font-size);
}
.footer_index_head_g {
	display: block;
	height: var(----footer_index_head_height);
	border-bottom: 0.1vw solid #1d7d27;
	font-weight: bold;
	font-size: var(--footer_index_head_font-size);
}
.footer_index_head_p {
	display: block;
	height: var(----footer_index_head_height);
	border-bottom: 0.1vw solid #620343;
	font-weight: bold;
	font-size: var(--footer_index_head_font-size);
}

.footer_index_table2{
	display: grid;
	grid-template-columns: 1.0471vw 1fr;
}

.footer_logo {
	display: grid;
	position: relative;
	grid-template-columns: repeat(4, 1fr);
	margin: 0px 1.1780vw;
}

.footer_icon {
	display: grid;
	grid-template-columns: repeat(3, auto);
	gap: 1vw;
}

.footer_content {
	display: block;
	max-height: var(--footer_content);
	margin: 3px 0;
	color: black !important;
	text-decoration: none !important;
}

.footer_link:hover {
	color: #777 !important;
	text-decoration: underline !important;
}

.privacymark {
	width: 4.9084vw;
	height: 4.9084vw;
	margin-right:0px;
    border:none;
}

.healthmark {
	width: 7.1335vw;
	height: 6.0864vw;
	margin: -5px 0px -10px 0px;
	border:none;
}

.datsutansomark {
	width: 6.0864vw;
	height: 6.0864vw;
	margin: -5px 0px -10px 0px;
    border:none;
}

.footer_foot {
	display: grid;
	position: relative;
	grid-template-columns: auto auto;
	height: 30px;
	margin: 0px 1.1780vw;
	text-align: right;
	align-items: center;
}

.copyright {
	position: absolute;
	bottom: 0;
	text-align: left;
}