@charset "UTF-8";

.main {
}

.pagehd {
}

.pagehd_ttl {
}

.pagehd_ttl::before {
	background: url(../img/menu/general/pagehd-icon@2x.png) center / 100% 100%;
}

.pagehd_catch {
	margin-bottom: 40px;
}

.pagehd_mi {
}

.pagehd_mi_fig {
	margin-bottom: 45px;
}

.pagehd_mi_fig figcaption {
	color: #a57165;
	font-size: 24px;
	line-height: 1;
}

.pagehd_mi_fig img {
}

.pagehd_mi_txt {
}

.pagehd_mi_st {
	margin-top: 45px;
	color: #d05d5d;
	font-size: 20px;
}

.fn {
}

.fn_hd {
}

.fn_wrap {
}

.fn_cnt {
}

.fn_ttl {
}

.fn_txt {
}

.fn_comparison {
	margin-top: 40px;
}

.fn_comparison_cnt {
	position: relative;
	padding: 40px;
	border: #d9d2c3 1px solid;
	border-radius: 10px;
}

.fn_comparison_cnt.compsf {
	margin-bottom: 60px;
}

.fn_comparison_cnt.compsf::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% + 30px);
	right: 50%;
	border-top: 14px solid #a57165;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	transform: translate(50%, -50%);
}

.fn_comparison_imgtxt {
	display: flex;
	gap: 30px;
}

.compfn .fn_comparison_imgtxt {
	padding-bottom: 30px;
	border-bottom: #d9d2c3 1px solid;
}

.fn_comparison_imgtxt_img {
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 10px;
}

.fn_comparison_imgtxt_txt {
	padding-top: 5px;
}

.fn_comparison_imgtxt_txt_ttl {
	margin-bottom: 18px;
	font-size: 20px;
}

.compsf .fn_comparison_imgtxt_txt_ttl {
	color: #d05d5d;
}

.compfn .fn_comparison_imgtxt_txt_ttl {
	color: #6ba333;
}

.fn_comparison_imgtxt_txt_cnt {
	font-size: 14px;
}

.fn_comparison_row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-top: 35px;
}

.fn_comparison_row_cnt {
	padding: 0 20px;
}

.fn_comparison_row_cnt:last-child {
	border-left: 1px #d9d2c3 solid;
}

.painless {
	padding-top: 70px;
}

.scanner {
	padding-top: 70px;
}

.scanner_wrap {
	padding: 40px;
	border-radius: 10px;
	background: #f1efeb;
}

.scanner_ttl {
	margin-bottom: 28px;
	color: #d05d5d;
	font-size: 24px;
}

.scanner_cnt {
}

.scanner_cnt > p {
}

.scanner_cnt > p > span {
	font-size: 14px;
}

.scanner_txt {
}

.scanner_img {
	position: relative;
	z-index: 10;
	float: right;
	margin: 0 0 0 30px;
}

.scanner_img_cnt {
	overflow: hidden;
	border-radius: 10px;
}

.scanner_img_item {
	position: absolute;
	top: -133px;
	right: 15px;
	z-index: -3;
}

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

@media screen and (max-width:768px) {
	.main {
	}

	.pagehd {
	}

	.pagehd_ttl {
	}

	.pagehd_ttl::before {
	}

	.pagehd_catch {
		margin-bottom: 20px;
	}

	.pagehd_mi {
	}

	.pagehd_mi_fig {
		margin-bottom: 20px;
	}

	.pagehd_mi_fig figcaption {
		margin-bottom: 5px;
		font-size: 19px;
	}

	.pagehd_mi_fig img {
	}

	.pagehd_mi_txt {
	}

	.pagehd_mi_st {
		margin-top: 20px;
		font-size: 18px;
	}

	.fn {
	}

	.fn_hd {
	}

	.fn_wrap {
	}

	.fn_cnt {
		padding-top: 30px;
	}

	.fn_cnt:first-child {
		padding-top: 0;
	}

	.fn_ttl {
	}

	.fn_txt {
	}

	.fn_comparison {
	}

	.fn_comparison_cnt {
		padding: 40px 20px;
	}

	.fn_comparison_cnt.compsf {
	}

	.fn_comparison_cnt.compsf::after {
	}

	.fn_comparison_imgtxt {
		flex-flow: column;
		align-items: center;
		gap: 10px;
	}

	.compfn .fn_comparison_imgtxt {
		padding-bottom: 20px;
	}

	.fn_comparison_imgtxt_img {
	}

	.fn_comparison_imgtxt_txt {
		width: 100%;
	}

	.fn_comparison_imgtxt_txt_ttl {
		margin-bottom: 7px;
		font-size: 17px;
	}

	.compsf .fn_comparison_imgtxt_txt_ttl {
	}

	.compfn .fn_comparison_imgtxt_txt_ttl {
	}

	.fn_comparison_imgtxt_txt_cnt {
	}

	.fn_comparison_row {
		grid-template-columns: 1fr;
		padding-top: 20px;
	}

	.fn_comparison_row_cnt {
		padding: 0;
	}

	.fn_comparison_row_cnt:last-child {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px #d9d2c3 solid;
		border-left: unset;
	}

	.painless {
	}

	.scanner {
		padding-top: 31px;
	}

	.scanner_wrap {
		padding: 30px 20px;
	}

	.scanner_ttl {
		margin-bottom: 15px;
		font-size: 20px;
	}

	.scanner_cnt {
		display: flex;
		flex-flow: column-reverse;
		gap: 160px;
	}

	.scanner_cnt > p {
	}

	.scanner_cnt > p > span {
	}

	.scanner_txt {
	}

	.scanner_img {
		float: unset;
		margin: 0;
	}

	.scanner_img_cnt {
	}

	.scanner_img_item {
		right: 18%;
		width: 150px;
	}
}
