@charset "Shift_JIS";


/* style */
.txt_title {
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight:bold; */
}

@media screen and (min-width: 641px) {
	.only-sp {
	  display: none;
	}
  }
  @media screen and (max-width: 640px) {
	.only-pc {
	  display: none;
	}
  }
