@charset "utf-8";
/* ------------------------------------------------------------
	bmf style
------------------------------------------------------------ */
/* ---------- font ---------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
#product #contents.bmf {
	color: #222;
	font-size: 14px;
	font-weight: 400;
}
.txt_serif {
	font-family: "Noto Serif JP", serif;
}
.sp_bmf_h1 {
	display: none;
}
@media screen and (max-width: 919px) {
	.act-lm-product-04-1 .category_ttl, .act-lm-product-04-2 .category_ttl {
		display: none;
	}
	.act-lm-product-04-1 .category_ttl.sp_bmf_h1, .act-lm-product-04-2 .category_ttl.sp_bmf_h1 {
		display: block;
	}
}
/* ---------- section ---------- */
#product #contents.bmf section {
	margin-top: 40px;
}
@media screen and (max-width: 742px) {
	#product #contents.bmf section {
		margin-top: 30px;
	}
}
/* ---------- heading ---------- */
.bmf_head1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #fde7d3;
	border-left: 9.5px solid #fd8d29;
	margin-bottom: 12px;
	padding-left: 13px;
	font-size: 22px;
	font-weight: 700;
	box-sizing: border-box;
}
.bmf_head1 > .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 80px;
	height: 25px;
	background-color: #fd8d29;
	border-radius: 5px;
	margin-right: 13px;
	color: #fde7d3;
	font-size: 14px;
}
.bmf_head1 > .txt_en {
	display: flex;
	align-items: flex-end;
	margin-left: 10px;
	font-size: 18px;
}
@media screen and (max-width: 600px) {
	.bmf_head1 {
		display: block;
		height: auto;
		padding: 10px 10px 10px 15px;
	}
	.bmf_head1 > span {
		display: block;
	}
	.bmf_head1 > span.icon {
		display: flex;
		width: 80px;
	}
	.bmf_head1 > .txt_en {
		margin-left: 0;
		line-height: 1.2;
	}
}
/* ---------- bmf top ---------- */
/* bmf_column1 */
.bmf_column1 {
	width: 100%;
	margin-top: 15px;
	box-sizing: border-box;
}
.bmf_column1 figure img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #cfdce4;
	border-radius: 20px;
	box-sizing: border-box;
}
/* bmf_column2 */
.bmf_column2 {
	display: flex;
	justify-content: space-between;
	margin-top: 1em;
}
.bmf_column2 > div {
	flex-basis: 356px;
	background-image: linear-gradient(331.29deg, #f0f8fb, #ffffff);
	border: 1px solid #cfdce4;
	border-radius: 20px;
	padding: 30px;
	box-sizing: border-box;
}
.bmf_column2 > div > figure {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bmf_column2 > div > figure > img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #cfdce4;
	border-radius: 10px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.bmf_column2 > div > figure.noborder > img {
	border-style: none;
}
.bmf_column2 > div > dl {
	margin-top: 10px;
}
.bmf_column2 > div > dl > dt {
	color: #005a78;
	font-size: 18px;
	font-weight: 700;
}
.bmf_column2 > div > dl > dd {
	display: flex;
	justify-content: flex-end;
}
.bmf_column2 > div > dl > dd a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 40.5px;
	background: url("../../product/bmf/img/icon_link_arrow_white.svg") no-repeat center right 18px #005a78;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
	.bmf_column2 > div > dl > dd a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 600px) {
	.bmf_column2 {
		display: block;
	}
	.bmf_column2 > div {
		width: 100%;
		padding: 25px;
	}
	.bmf_column2 > div:last-child {
		margin-top: 10px;
	}
	.bmf_column2 > div > dl {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%
	}
	.bmf_column2 > div > dl > dd a {
		width: 128px;
	}
}
/* bmf_column3 */
.bmf_column3 {
	display: flex;
	justify-content: space-between;
	margin-top: 1em;
}
.bmf_column3 > div {
	flex-basis: 230px;
	background-image: linear-gradient(334.5deg, #f0f8fb, #ffffff);
	border: 1px solid #cfdce4;
	border-radius: 20px;
	padding: 25px;
	text-align: center;
	box-sizing: border-box;
}
.bmf_column3 > div > figure {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bmf_column3 > div > dl {
	margin-top: 10px;
}
.bmf_column3 > div > dl > dt {
	color: #005a78;
	font-size: 16px;
	font-weight: 700;
}
.bmf_column3 > div > dl > dd {
	margin-top: 10px;
}
@media screen and (max-width: 742px) {
	.bmf_column3 {
		display: block;
		margin-top: 1em;
	}
	.bmf_column3 > div {
		display: flex;
		align-items: center;
		width: 100%;
		background-image: linear-gradient(319.4deg, #f0f8fb, #ffffff);
		padding-right: 28px;
		padding-left: 28px;
		text-align: left;
	}
	.bmf_column3 > div:not(:first-child) {
		margin-top: 10px;
	}
	.bmf_column3 > div > dl {
		margin-top: 0;
		margin-left: 40px;
	}
}
/* ---------- bmf common ---------- */
/* bmf_catch */
.bmf_catch {
	margin-bottom: 40px;
	font-family: "Noto Serif JP", serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
}
@media screen and (max-width: 742px) {
	.bmf_catch {
		margin-bottom: 10px;
		font-size: 30px;
	}
}
/* bmf_lead */
.bmf_lead {
	font-size: 16px;
}
/* bmf_anchor */
.bmf_anchor {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
	margin-bottom: 50px;
}
.bmf_anchor > li {
	margin-right: 10px;
}
.bmf_anchor > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	background: url("../../product/bmf/img/icon_arrow_down white.svg") no-repeat center right 16px #005a78;
	padding-right: 40px;
	padding-left: 13px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
	.bmf_anchor > li > a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 742px) {
	.bmf_anchor {
		display: block;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.bmf_anchor > li {
		margin-top: 10px;
		margin-right: 0;
	}
	.bmf_anchor > li > a {
		justify-content: flex-start;
	}
}
/* ---------- bmf sheet ---------- */
/* bmf_sheet_catch */
.bmf_sheet_catch {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 116px;
	background: url("../../product/bmf/img/sheet_catch_bg.jpg") no-repeat top -135px left -135px;
	background-size: 960px 673px;
	margin-bottom: 28px;
}
.bmf_sheet_catch > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 435px;
	height: 62px;
	background-color: #fff;
	border-radius: 36px;
	opacity: 0.9;
	box-shadow: 0 3px 6px #1f4c6d;
}
.bmf_sheet_catch > span em {
	color: #1f4c6d;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	font-feature-settings: "palt";
}
@media screen and (max-width: 742px) {
	.bmf_sheet_catch {
		height: 135px;
		background-size: 110%;
		background-position: top -10px left -30px;
		margin-bottom: 15px;
	}
	.bmf_sheet_catch > span {
		width: auto;
		border-radius: 20px;
		padding-right: 45px;
		padding-left: 45px;
	}
	.bmf_sheet_catch > span em {
		font-size: 18px;
		text-align: center;
		line-height: 1.2;
	}
}
/* sheet_examples_column */
.sheet_examples_column {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 24px;
	align-items: stretch;
	margin-top: 24px;
	margin-bottom: 40px;
}
.sheet_examples_column > div {
	display: flex;
	flex-basis: 356px;
	background-image: linear-gradient(325.55deg, #f0f8fb, #ffffff);
	border: 1px solid #cfdce4;
	border-radius: 20px;
	padding: 27px 23px 21px 28px;
	box-sizing: border-box;
}
.sheet_examples_column > div > figure {
	flex-basis: 55px;
	padding-top: 10px;
}
.sheet_examples_column > div > figure > img {
	width: auto !important;
}
.sheet_examples_column > div > dl {
	flex-basis: calc(100% - 55px);
}
.sheet_examples_column > div > dl dt {
	color: #005a78;
	font-size: 16px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.sheet_examples_column {
		display: block;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.sheet_examples_column > div {
		display: flex;
		width: 100%;
	}
	.sheet_examples_column > div:not(:first-child) {
		margin-top: 10px;
	}
}
/* sheet_field_layout */
.sheet_field_layout {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	grid-row-gap: 38px;
	width: 100%;
	margin-top: 30px;
}
.sheet_field_layout > div {
	display: flex;
	flex-basis: 361px;
	align-items: center;
	column-gap: 15px;
}
.sheet_field_layout > div > figure {
	flex-basis: 175px;
}
.sheet_field_layout > div > dl {
	flex-basis: calc(100% - 190px);
}
.sheet_field_layout > div > dl > dt {
	flex-basis: 175px;
	color: #005a78;
	font-size: 16px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.sheet_field_layout {
		display: block;
		margin-top: 10px;
	}
	.sheet_field_layout > div {
		display: flex;
		align-items: flex-start;
		width: 100%;
	}
	.sheet_field_layout > div:not(:first-child) {
		margin-top: 10px;
	}
}
/* sheet_flow_column */
.sheet_flow_column {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	grid-row-gap: 38px;
	position: relative;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.sheet_flow_column > div {
	display: flex;
	flex-direction: column;
	flex-basis: 215px;
	background-image: linear-gradient(339.88deg, #f0f8fb, #ffffff);
	border: 1px solid #cfdce4;
	border-radius: 20px;
	padding: 20px 22px;
	box-sizing: border-box;
}
.sheet_flow_column > div > div > figure.flow_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70px;
}
.sheet_flow_column > div > div > figure.flow_icon img {
	width: auto !important;
}
.sheet_flow_column > div > div > figure.flow_img {
	margin-top: auto;
}
.sheet_flow_column > div > figure.flow_img img {
	width: 170px !important;
	border-radius: 10px;
}
.sheet_flow_column > div > div > dl {
	margin-bottom: 10px;
	text-align: center;
}
.sheet_flow_column > div > div > dl > dt {
	color: #005a78;
	font-size: 16px;
	font-weight: 700;
}
.sheet_flow_column > figure {
	flex-basis: 47px;
	align-self: center;
}
.sheet_flow_column > figure img {
	width: auto !important;
}
.sheet_flow_column > figure.icon_arrow_lower_left {
	position: absolute;
	top: 285px;
	right: 200px;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	.sheet_flow_column {
		display: block;
	}
	.sheet_flow_column > div > div {
		display: flex;
		justify-content: center;
		order: 1;
		width: auto;
		margin-top: 10px;
	}
	.sheet_flow_column > div > div > figure.flow_icon {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 110px;
		height: 70px;
	}
	.sheet_flow_column > div > div > dl {
		margin-bottom: 0;
		margin-left: 10px;
		text-align: left;
	}
	.sheet_flow_column > div > figure.flow_img {
		margin-top: 0;
	}
	.sheet_flow_column > div > figure.flow_img img {
		margin: 0 auto;
	}
	.sheet_flow_column > figure img {
		display: block;
		margin: 0 auto;
	}
}
/* ---------- bmf machine ---------- */
/* bmf_machine_main */
.bmf_machine_main {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.bmf_machine_main > div:first-child {
	flex-basis: 216px;
}
.bmf_machine_main > div:last-child {
	flex-basis: 486px;
}
@media screen and (max-width: 768px) {
	.bmf_machine_main > div:first-child {
		flex-basis: 30%;
	}
	.bmf_machine_main > div:last-child {
		flex-basis: 65%;
	}
}
@media screen and (max-width: 742px) {
	.bmf_machine_main {
		display: block;
	}
	.bmf_machine_main > div:first-child {
		width: 216px;
		margin: 0 auto;
	}
	.bmf_machine_main > div:last-child {
		width: 100%;
		margin-top: 10px;
	}
}
/* bmf_machine_column */
.bmf_machine_column {
	margin-top: 30px;
}
.bmf_machine_column > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	background-image: linear-gradient(331deg, #f0f8fb, #ffffff);
	border: 1px solid #cfdce4;
	border-radius: 20px;
	padding: 10px 10px 10px 18px;
	box-sizing: border-box;
}
.bmf_machine_column > div:not(:first-child) {
	margin-top: 17px;
}
.bmf_machine_column > div > dl {
	flex-basis: 445px;
	padding-top: 9px;
}
.bmf_machine_column > div > dl.fullsize {
	flex-basis: 100%;
}
.bmf_machine_column > div > dl > dt {
	color: #1f4c6d;
	font-size: 28px;
	font-weight: 700;
	line-height: 50px;
}
.bmf_machine_column > div > dl > dt span {
	display: inline-block;
	width: 52px;
	height: 52px;
	background-color: #1f4c6d;
	border-radius: 26px;
	margin-right: 14px;
	color: #fff;
	font-size: 31px;
	text-align: center;
}
.bmf_machine_column > div > dl > dd {
	margin-left: 70px;
}
.bmf_machine_column > div > dl > dd .column_catch {
	display: inline-block;
	height: 56px;
	background-color: #ffffcc;
	border: 2px dashed #1f4c6d;
	border-radius: 28px;
	margin-top: 10px;
	padding: 0 27px;
	color: #1f4c6d;
	font-size: 26px;
	font-weight: 700;
	line-height: 54px;
}
.bmf_machine_column > div > dl > dd .column_catch span {
	font-size: 19px;
}
.bmf_machine_column > div > dl > dd .column_catch + p {
	margin-top: 10px;
}
.bmf_machine_column > div > figure {
	flex-basis: 240px;
}
.bmf_machine_column > div > figure > img {
	width: 240px !important;
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.bmf_machine_column > div > dl {
		flex-basis: 62%;
	}
	.bmf_machine_column > div > figure {
		flex-basis: 33.6%;
	}
	.bmf_machine_column > div > figure > img {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 720px) {
	.bmf_machine_column {
		margin-top: 20px;
	}
	.bmf_machine_column > div {
		display: block;
		padding: 17px 17px 27px;
	}
	.bmf_machine_column > div:not(:first-child) {
		margin-top: 10px;
	}
	.bmf_machine_column > div > dl {
		padding-top: 0;
	}
	.bmf_machine_column > div > dl > dt {
		font-size: 20px;
		line-height: 32px;
	}
	.bmf_machine_column > div > dl > dt span {
		width: 35px;
		height: 35px;
		border-radius: 17.5px;
		margin-right: 8px;
		color: #fff;
		font-size: 21px;
	}
	.bmf_machine_column > div > dl > dd {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
	.bmf_machine_column > div > dl > dd ul {
		width: 100%;
		box-sizing: border-box;
	}
	.bmf_machine_column > div > dl > dd .column_catch {
		height: 47px;
		border-radius: 23.5px;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 42px;
	}
	.bmf_machine_column > div > dl > dd .column_catch span {
		font-size: 16px;
	}
	.bmf_machine_column > div > dl > dd .column_catch + p {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.bmf_machine_column > div > figure {
		width: 240px;
		margin: 0 auto;
	}
}
/* bmf_machine_head */
.bmf_machine_head {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 100%;
}
#performance .bmf_machine_head {
	height: 153px;
	background: url("../../product/bmf/img/machine_catch_bg.jpg") no-repeat top -84px left 0;
	background-size: 753px 498px;
	margin-bottom: 100px;
}
#processing .bmf_machine_head {
	height: 93px;
	background: url("../../product/bmf/img/machine_catch_bg2.jpg") no-repeat top -66px left -38px;
	background-size: 874px 575px;
	margin-bottom: 63px;
}
.bmf_machine_head > figure {
	margin-top: 34px;
}
.bmf_machine_head > span {
	display: inline-block;
	position: absolute;
	bottom: -31px;
	height: 62px;
	background-color: #ffffcc;
	border: 2px dashed #1f4c6d;
	border-radius: 31px;
	margin-top: 15px;
	padding: 0 70px;
	color: #1f4c6d;
	font-size: 26px;
	font-weight: 700;
	line-height: 60px;
	z-index: 1;
}
#processing .bmf_machine_head > span {
	margin-top: 0;
}
@media screen and (max-width: 742px) {
	#performance .bmf_machine_head {
		background-size: 101%;
		background-position: top -3% left -5%;
		margin-bottom: 54px;
	}
	#processing .bmf_machine_head {
		background-size: 110%;
		background-position: top -1% center;
		margin-bottom: 63px;
	}
	.bmf_machine_head > figure {
		margin-top: 24px;
	}
	.bmf_machine_head > span {
		padding: 0 18px;
		font-size: 20px;
		line-height: 56px;
	}
}
@media screen and (max-width: 374px) {
	.bmf_machine_head > span {
		font-size: 18px;
	}
}
.bmf_machine_head2 {
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: 700;
}
/* bmf_machine_graph */
.bmf_machine_graph {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	box-sizing: border-box;
}
.bmf_machine_graph > div {
	flex-basis: 49%;
	box-sizing: border-box;
}
.bmf_machine_graph > div:first-child {
	border-right: 2px solid #d0d0d0;
}
.bmf_machine_graph > div > h4 {
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
}
.bmf_machine_graph > div > figure img {
	width: 94.8% !important;
}
@media screen and (max-width: 640px) {
	.bmf_machine_graph {
		display: block;
		padding-right: 0;
		padding-left: 0;
	}
	.bmf_machine_graph > div {
		width: 100%
	}
	.bmf_machine_graph > div:first-child {
		border-right-style: none;
		margin-bottom: 15px;
	}
}
/* bmf_machine_layout1 */
.bmf_machine_layout1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.bmf_machine_layout1 > figure {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 240px;
	order: 1;
}
.bmf_machine_layout1 > figure img {
	width: 160px !important;
}
.bmf_machine_layout1 > div {
	flex-basis: calc(100% - 240px);
}
.bmf_machine_layout1 > div p {
	font-size: 16px;
}
@media screen and (max-width: 742px) {
	.bmf_machine_layout1 {
		display: block;
	}
	.bmf_machine_layout1 > figure {
		width: 160px;
		margin: 0 auto;
	}
	.bmf_machine_layout1 > div {
		flex-basis: 100%;
		margin-bottom: 20px;
	}
	.bmf_machine_layout1 > div p {
		text-align: center;
	}
}
/* bmf_machine_layout2 */
.bmf_machine_layout2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.bmf_machine_layout2 > figure {
	flex-basis: 240px;
}
.bmf_machine_layout2 > figure figcaption {
	display: block;
	width: 100%;
	background-color: #444444;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}
.bmf_machine_layout2 > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-basis: 240px;
	background-color: #edf4f8;
	padding: 20px;
	box-sizing: border-box;
}
.bmf_machine_layout2 > div > p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.bmf_machine_layout2 > figure {
		flex-basis: 32%;
	}
	.bmf_machine_layout2 > div {
		flex-basis: 32%;
		padding: 15px;
	}
}
@media screen and (max-width: 742px) {
	.bmf_machine_layout2 {
		display: block;
	}
	.bmf_machine_layout2 > figure {
		width: 240px;
		margin: 0 auto 10px;
	}
	.bmf_machine_layout2 > div {
		width: 240px;
		margin-right: auto;
		margin-left: auto;
	}
}
/* ---------- bmf buttons ---------- */
/* layout */
.bmf_btn_center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 15px;
	row-gap: 10px;
	width: 100%;
	margin-top: 10px;
}
.bmf_btn_center.section_bottom {
	margin-top: 30px;
}
@media screen and (max-width: 742px) {
	.bmf_btn_center.section_bottom {
		margin-top: 20px;
	}
}
/* bmf_btn_contact */
a.bmf_btn_contact {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 309px;
	height: 60px;
	background: url("../../product/bmf/img/icon_link_arrow.svg") no-repeat center right 16px;
	border: 2px solid #005a78;
	border-radius: 10px;
	margin: 0 auto;
	color: #005a78;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	box-sizing: border-box;
}
@media (hover: hover) and (pointer: fine) {
	a.bmf_btn_contact:hover {
		opacity: 0.7;
	}
}
/* btn_patent */
a.btn_patent, div.btn_patent {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 250px;
	height: 76px;
	background: url("../../product/bmf/img/icon_patent.svg") no-repeat center left 19px #fff;
	border: 1px solid #d0d8dd;
	border-radius: 10px;
	padding-left: 55px;
	color: #005a78;
	font-size: 19px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.5;
	box-sizing: border-box;
}
a.btn_patent span:last-child, div.btn_patent span:last-child {
	color: #334444;
	font-size: 16px;
}
@media (hover: hover) and (pointer: fine) {
	a.btn_patent:hover {
		opacity: 0.7;
	}
}
/* bmf_btn_download */
a.bmf_btn_download {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 60px;
	background: url("../../product/bmf/img/icon_download_white.svg") no-repeat center right 10px #005a78;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	box-sizing: border-box;
}
a.bmf_btn_download span:last-child {
	color: #334444;
	font-size: 16px;
}
@media (hover: hover) and (pointer: fine) {
	a.bmf_btn_download:hover {
		opacity: 0.7;
	}
}
/* bmf_btn_map */
a.bmf_btn_map {
	display: flex;
	align-items: center;
	position: relative;
	width: 142px;
	height: 52px;
	background-image: linear-gradient(323deg, #f0f8fb, #ffffff);
	border: 1px solid #cfdce4;
	border-radius: 20px;
	padding-left: 45px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	box-sizing: border-box;
}
a.bmf_btn_map:visited {
	color: #222;
}
a.bmf_btn_map::before {
	position: absolute;
	top: 16px;
	left: 15px;
	content: "";
	width: 18px;
	height: 21px;
	background: url("../../product/bmf/img/icon_map_pin.svg") no-repeat top center;
}
@media (hover: hover) and (pointer: fine) {
	a.bmf_btn_map:hover {
		opacity: 0.7;
	}
}