#footer,#header{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 93%;
	line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  table th, table td {
    padding: 0;
  }
}
#footer .con_pickup .box_list .list .item .txt{
	line-height: 1.7em;
}
@media only screen and (max-width: 767px){
	#footer .con_pickup .box_list .list .item .txt{
		font-size: 66%;
		line-height: 1.7em;
	}
	#footer .con_copyright .box_copyright {
		margin-bottom: -10px;
	}
}
@media only screen and (min-width: 768px) {
	.res-image-type-01{
		display: block;
	}
	.sp{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.res-image-type-01{
		display: none;
	}
	.sp{
		display: block;
	}
}