@charset "utf-8";




.container_offer_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}




.midashi_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}




.material-symbols-outlined {
	vertical-align: sub;
	font-variation-settings:
	'FILL' 0,
	'wght' 400,
	'GRAD' 0,
	'opsz' 24
}




@media only screen and (max-width:754px) {
.material-symbols-outlined {
		vertical-align: bottom;
	}
}




.indent {
  text-indent: -1em;
  padding-left: 2em;
}

.indent_b {
  text-indent: -4em;
  padding-left: 4em;
}




.italic_txt {
	font-style: italic;
}