<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

footer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* inquiry */

footer #inquiry * {
	text-align: center;
}

footer #inquiry #inquiry_ttl p {
	font-size: 2.0rem;
	font-weight: 700;
}

footer #inquiry #inquiry_ttl h2 {
	font-size: 3.0rem;
	font-weight: 700;
	margin-bottom: 30px;
}


footer #inquiry #inquiry_box {
	display: flex;
	position: relative;
}

footer #inquiry #inquiry_box:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #FFF transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}

footer #inquiry #inquiry_box * {
	color: #FFF;
}

footer #inquiry #inquiry_box h3 {
	font-size: 3.2rem;
	margin-bottom: 10px;
}

footer #inquiry #inquiry_box #phone,
footer #inquiry #inquiry_box #form {
	width: 50%;
	padding: 30px 0;
}

footer #inquiry #inquiry_box #phone {
	background: #1ea0ae;
}

footer #inquiry #inquiry_box #phone p {
	margin-bottom: 10px;
}

footer #inquiry #inquiry_box #phone p * {
	font-size: 5.0rem;
}

footer #inquiry #inquiry_box #phone p a {
	position: relative;
	padding-left: 50px;
}

footer #inquiry #inquiry_box #phone p a:before {
	content: '';
	width: 40px;
	height: 40px;
	background: url(/img/top/icon_phone_wh.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}

footer #inquiry #inquiry_box #form {
	background: #0c3391;
}

footer #inquiry #inquiry_box #form p a {
	display: block;
	width: 70%;
	margin: auto;
	padding: 20px 0;
	border: #FFF solid 2px;
	position: relative;
	font-size: 2.5rem;
	text-align: center;
}

footer #inquiry #inquiry_box #form p a:before {
	content: '';
	width: 40px;
	height: 40px;
	background: url(/img/top/icon_mail_wh.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 20px;
}

footer #inquiry #inquiry_box #form p a:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: #FFF solid 2px;
	border-right: #FFF solid 2px;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

@media screen and (max-width: 1200px) {

	footer #inquiry * {
		text-align: center;
	}

	footer #inquiry #ttl_txt {
		font-size: 2.0rem;
	}

	footer #inquiry #inquiry_box {
		display: block;
	}

	footer #inquiry #inquiry_box:before {
		display: none;
	}

	footer #inquiry #inquiry_box * {
		color: #FFF;
	}

	footer #inquiry #inquiry_box h3 {
		font-size: 3.2rem;
		margin-bottom: 10px;
	}

	footer #inquiry #inquiry_box #phone,
	footer #inquiry #inquiry_box #form {
		width: 100%;
		padding: 30px 0;
	}

	footer #inquiry #inquiry_box #phone {
		background: #1ea0ae;
	}

	footer #inquiry #inquiry_box #phone p a {
		padding-left: 40px;
	}

	footer #inquiry #inquiry_box #phone p a:before {
		width: 30px;
		height: 30px;
	}

	footer #inquiry #inquiry_box #form {
		background: #0c3391;
	}

	footer #inquiry #inquiry_box #form p a {
		display: block;
		width: 80%;
		margin: auto;
		padding: 20px 0;
		border: #FFF solid 2px;
		position: relative;
		font-size: 2.5rem;
		text-align: center;
	}

	footer #inquiry #inquiry_box #form p a:before {
		content: '';
		width: 40px;
		height: 40px;
		background: url(/img/top/icon_mail_wh.svg) no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 20px;
	}

	footer #inquiry #inquiry_box #form p a:after {
		content: '';
		width: 10px;
		height: 10px;
		border-top: #FFF solid 2px;
		border-right: #FFF solid 2px;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 20px;
	}

}



footer #pc_fotter_contents {
	background: #F1F2F6;
}

footer #pc_fotter_contents * {
	font-size: 1.4rem;
}

footer #pc_fotter_contents .inner {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
	position: relative;
}

footer #pc_fotter_contents li {
	margin-bottom: 10px;
}

footer #pc_fotter_contents li:last-child {
	margin-bottom: 0;
}

footer #pc_fotter_contents .footer_box dt {
	margin-bottom: 10px;
}

footer #pc_fotter_contents .footer_box dt a {
	color: #072f93;
	font-size: 1.6rem;
}

footer #pc_fotter_contents .footer_box a {
	position: relative;
	line-height: 0;
	padding-left: 16px;
}

footer #pc_fotter_contents .footer_box a:before {
	content: '';
	width: 4px;
	height: 4px;
	border-top: #323232 solid 1px;
	border-right: #323232 solid 1px;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}

footer #pc_fotter_contents .footer_box dt a:before {
	border-top: #072f93 solid 1px;
	border-right: #072f93 solid 1px;
}

footer #pc_fotter_contents .footer_box a.outside:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: none;
	border-right: none;
	transform: none;
	background: url(/_common/img/icon_window.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: auto;
	right: -20px;
}

footer #pc_fotter_contents #mark_list {
	display: flex;
	position: absolute;
	right: 0;
	bottom: 50px;
}

footer #pc_fotter_contents #mark_list li {
	margin-right: 10px;
}

footer #pc_fotter_contents #mark_list li img {
	height: 50px;
}

footer #pc_fotter_contents #mark_list li:last-child {
	margin-right: 0;
}

footer #pc_fotter_contents #mark_list li a {
	padding: 0;
}

footer #pc_fotter_contents #mark_list li a:before {
	display: none;
}

footer #pc_fotter_contents+p {
	text-align: center;
	padding: 15px 0;
	font-size: 1.4rem;
	background: #FFF;
}


@media screen and (max-width: 959px) {
	footer #sp_fotter_contents {
		padding: 15px 15px 0 15px;
	}

	footer .sp_only {
		display: block;
	}

	footer .pc_only {
		display: none;
	}

	footer #sp_fotter_contents ul {
		display: flex;
		flex-flow: wrap;
		margin-bottom: 10px;
	}

	footer #sp_fotter_contents ul:last-child {
		margin-bottom: 0;
	}

	footer #sp_fotter_contents ul#mark_list {
		justify-content: center;
	}

	footer #sp_fotter_contents ul#mark_list li {
		margin-right: 10px;
	}

	footer #sp_fotter_contents ul#mark_list li a img {
		height: 30px;
	}

	footer #sp_fotter_contents ul#mark_list li:last-child {
		margin-right: 0;
	}

	footer #sp_fotter_contents ul#info_list {
		justify-content: space-between;
	}

	footer #sp_fotter_contents ul#info_list li {
		width: 46%;
	}

	footer #sp_fotter_contents ul#info_list li {
		margin-bottom: 5px;
	}

	footer #sp_fotter_contents ul#info_list li a {
		font-size: 1.6rem;
		position: relative;
		padding-left: 12px;
	}

	footer #sp_fotter_contents ul#info_list li a:before {
		content: '';
		width: 5px;
		height: 5px;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 0;
	}

	footer #sp_fotter_contents+p {
		text-align: center;
		padding: 10px 0;
	}

}</pre></body></html>