@charset "UTF-8";

.tb_style{
	margin:0;
}
.txt_title{
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight:bold; */
}
.title_section_sky{
	margin-bottom:20px;
}

.pdf {
	display: inline-block;
	background: url(../../common/images/ico_pdf.gif) no-repeat right center;
	padding-right: 28px;
}


/*-------------------------------------------------
---- media screen for index page
------------------------------------------------- */
@media screen and (max-width:414px){

.sec_p p{ margin-bottom: 2%; }
.title_section_sky{
	margin-bottom:15px;
}
/*.tb_style td,
.tb_style th{
	padding:15px;
}*/

.pdf {
	display: unset;
	padding-right: 20px;
	background-size: 15px auto;
}

} /* End Media 414px */