@charset "UTF-8";
.text_bold {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}
.color_red {
	color: #dd0b20!important;
}

.container .title_section_sky span{
  font-size: 12px;
  padding-left: 20px;
}

@media screen and (max-width: 414px){
  .container .title_section_sky span{
    padding-left: 0;
  }
}

.container .title_section_sky .pd0{
  padding-left: 0;
}

.underlind_dots {
  border-bottom: 1px dotted #000;
}

#content .underlind_dots:hover {
  border-bottom: 1px solid #CC0000;
  text-decoration: none !important;
}

.icon_diamond {
	position: relative;
  list-style-type: none;
	padding-left: 1.5em;
	margin-bottom: 5px;
}
.icon_diamond:before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  background-color: #555;
  position: absolute;
  left: 0.2em;
  top: 0.5em;
  transform: rotate(45deg);
}

/*-------------------------------------------------
---- media screen for index page
------------------------------------------------- */

 /* End Media 414px */