@charset "UTF-8";

.txt_b {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

/*------ title ------*/
.policy_title{
  margin-top: 1.5em;
  margin-bottom: 0.2em;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

/*------ link ------*/
.policy_link,
.policy_link:visited {
  text-decoration: underline;
}

.list_arrow li {
  list-style: none;
  padding-left: 15px;
  background: url(../../../common/images/arrow05.png) no-repeat left 6px;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
}

.policy_note {
  font-size: 0.9em;
}

.policy_table th,
.policy_table td {
  vertical-align: top;
}

/*-------------------------------------------------
---- media screen for index page
------------------------------------------------- */
@media screen and (max-width:414px){




} /* End Media 414px */
