@charset "utf-8";
.cont_img h1 {
  background-image: url(../images/title.png);
}

#company h3{
	display: inline-block;
	width: 100px;
	border-bottom: 2px solid #004098;
	margin-bottom: 10px;
}

#company table{
	margin-top: 40px;
}


#company .info2{
  width: 70%;
  border-spacing: 0;
   margin-top: 0px;
}

#company .info2 th{
  border-bottom: solid 2px #004098;
  padding:10px 0;
}

#company .info2 td{
  border-bottom: solid 2px #ddd;
  padding:10px 0 10px 20px;
}
@media only screen and (max-width: 768px) {
.cont_img h1 {
  background-image: url(../images/title_sp.png);
}
#message .img01 {
  width: 100%;
  padding-top: 50.75%;
  height: 0;
  overflow: hidden;
  background: url(../images/01_sp.jpg) no-repeat left top;
  background-size: 100%;
  margin-bottom: 20px;
}
	#company .info2{
  width: 100%;
}
#company .info2 th {
    width: 33%;
}
}
