@charset "urd-8";


@layer legacy{


[data-static-html] .fa-prodlist {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 25px 0;
}
[data-static-html] .fa-prodlist img {
	width: 100%;
	height: auto;
}
[data-static-html] .fa-prodlist li {
	display: flex;
	flex: 0 0 48.5%;
	margin-bottom: 10px;
}
[data-static-html] .fa-prodlist li a {
	display: flex;
	align-items: center;
	width: 100%;
	background: #f2f2f2;
	padding: 10px 7px;
	border-radius: 9px;
	border-bottom: 5px solid #707070;
}
[data-static-html] .fa-prodlist li.fa-prodlist-bgy a {
	background: #fdeacc;
}
[data-static-html] .fa-prodlist li a:hover {
	color: #fff;
	background: rgb(3,110,183);
	background: linear-gradient(90deg, rgba(3,110,183,1) 0%, rgba(44,166,224,1) 100%);
}
[data-static-html] .fa-prodlist li a:hover img {
	opacity: 1.0;
}
[data-static-html] .fa-prodlist-img {
	flex: 0 0 30%;
	padding-right: 5px;
}
[data-static-html] .fa-prodlist-text {
	flex: 0 1 auto;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
}

@media screen and (min-width: 768px) {
	[data-static-html] .fa-prodlist li {
		flex: 0 0 24%;
		margin-bottom: 15px;
		min-height: 120px;
	}
	[data-static-html] .fa-prodlist-img {
		flex: 0 1 86px;
		padding-right: 5px;
	}
	[data-static-html] .fa-prodlist-text {
		font-size: 20px;
	}
}
[data-static-html] .fa-prodh4 {
	font-size: 14px;
	line-height: 1.0;
	color: #fff;
	background: rgb(3,110,183);
	background: linear-gradient(90deg, rgba(3,110,183,1) 0%, rgba(44,166,224,1) 100%);
	padding: 15px 20px 13px;
}
[data-static-html] .fa-prodimg img {
	width: 100%;
	height: auto;
}
[data-static-html] .fa-prodimg {
	padding: 15px 0 50px;
}
@media screen and (min-width: 768px) {
	[data-static-html] .fa-prodimg {
		max-width: 944px;
		margin: 0 auto;
		padding: 25px 0 50px;
	}
}

[data-static-html] .fa-use {
	display: flex;
	flex-flow: column;
	padding: 25px 0 50px;
}
[data-static-html] .fa-useimg {
	order: 2;
}
[data-static-html] .fa-useimg img {
	width: 100%;
	height: auto;
}
[data-static-html] .fa-uselist {
	order: 1;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
[data-static-html] .fa-uselist > li {
	flex: 0 0 48.5%;
	display: flex;
	margin-bottom: 11px;
}
[data-static-html] .fa-uselist > li a {
	display: flex;
	flex-flow: column;
	font-size: 12px;
	width: 100%;
	background: #f2f2f2;
	padding: 12px 15px;
	border-radius: 9px;
	border-bottom: 5px solid #707070;
}
[data-static-html] .fa-uselist-h {
	font-size: 17px;
	font-weight: bold;
	color: #036eb7;
	padding-bottom: 3px;
}
[data-static-html] .fa-uselist-yoto {
	margin-left: -6px;
}
[data-static-html] .fa-uselist-item {
	display: flex;
	flex-flow: row wrap;
}
[data-static-html] .fa-uselist-item span {
	flex: 0 0 auto;
	padding-right: 1rem;
}
[data-static-html] .fa-uselist > li a:hover {
	color: #fff;
	background: rgb(3,110,183);
	background: linear-gradient(90deg, rgba(3,110,183,1) 0%, rgba(44,166,224,1) 100%);
}
[data-static-html] .fa-uselist > li a:hover .fa-uselist-h {
	color: #fff;
}
@media screen and (min-width: 768px) {
	[data-static-html] .fa-use {
		flex-flow: row;
		justify-content: space-between;
	}
	[data-static-html] .fa-useimg {
		order: 1;
		max-width: 690px;
		padding-right: 10px;
	}
	[data-static-html] .fa-uselist {
		order: 2;
		flex-flow: column;
		width: 240px;
	}
	[data-static-html] .fa-uselist > li {
		flex: 0 0 auto;
	}
	[data-static-html] .fa-uselist > li a {
		padding: 13px 10px 12px 20px;
	}
	[data-static-html] .fa-uselist > li:last-child {
		margin-bottom: 0;
	}
}

/* ====== fixedな要素 ====== */
[data-static-html] .fa-fixarea {
	position: fixed;
	right: 15px;
	bottom: 15px;
	margin: 0;
	padding: 0;
	z-index: 999;
}
[data-static-html] .fa-fixarea img {
	width: 100%;
	height: auto;
}
[data-static-html] .fa-form {
	font-size: 0;
	background: #fff;
	width: 100px;
	margin-bottom: 7px;
	border-radius: 6px;
}
[data-static-html] .fa-call-sp, [data-static-html] .fa-call-pc {
	font-size: 0;
	background: #fff;
	width: 100px;
	margin-bottom: 10px;
	border-radius: 6px;
}
[data-static-html] .fa-call-sp {
	display: block;
}
[data-static-html] .fa-call-pc {
	display: none;
}
[data-static-html] .fa-form a:hover, [data-static-html] .fa-call-sp a:hover, [data-static-html] .fa-call-pc a:hover {
	opacity: 0.8;
}
@media screen and (min-width: 768px) {
	[data-static-html] .fa-fixarea {
		bottom: 85px;
	}
	[data-static-html] .fa-form, [data-static-html] .fa-call-sp, [data-static-html] .fa-call-pc {
		width: 134px;
	}
	[data-static-html] .fa-call-sp {
		display: none;
	}
	[data-static-html] .fa-call-pc {
		display: block;
	}
}
}