@charset "utf-8";
/* CSS Document */

#subpage_ttl {
  background-image: url("../images/aboutus/subpage_img.png");
}

/*-- #sec01 ----------------------------------------------------------*/
#contents #sec01 .contents_inner { padding-bottom: 0; }
#sec01 { text-align: center; }

#sec01 p { margin-top: 30px; }
#sec01 p:first-of-type { margin-top: 15px; }

#sec01 dl,
#sec01 dt,
#sec01 dd {
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
}

#sec01 dl {
  width: 740px;
  max-width: 90%;
  margin-top: 50px;
  display: inline-block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#sec01 dl dt {
  float: left ;
  width: 240px;
  padding: 10px 0 0;
  font-weight: bold;
  text-align: center;
  border-top: 1px dashed #000;
}
#sec01 dl dt:first-of-type { border: none; }

#sec01 dl dd {
  padding: 10px 0;
  margin-left: 240px;
  border-top: 1px dashed #000;
}
#sec01 dl dd:first-of-type { border: none; }

#sec01 dl dd:after {
  content: '';
  display: block;
  clear: both;
}

/*--Retina--*/
@media screen and (max-width: 1000px) {
  #sec01 dl { margin-top: 30px; }
  #sec01 dl dt { width: 30%; }
  #sec01 dl dd { margin-left: 30%; }
}


/*-- #contact ----------------------------------------------------------*/
#contact { text-align: center; }

#contact p { margin-top: 15px; }
#contact p.btn_red { margin-top: 40px; }


