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

/* ==========================================================================//
//
//　PC
//
// ========================================================================== */

/* area_mainimg
---------------------------------------------------------- */
.area_mainimg {
  background:url(/company/img/img_main.jpg) center top no-repeat;
}



/* area_company
---------------------------------------------------------- */
.area_company {
  padding: 100px 0 0;
}
.area_company .txt_01 {
  font-size: 28px;
  text-align: center;
  margin: 0 0 95px;
}


/* box_sec
---------------------------------------------------------- */
.box_sec {
  width:640px ;
  margin: 0 auto;
  padding: 0 0 100px;
}
.box_sec img {
}
.box_sec h2 {
  font-size: 22px;
  text-align: center;
  margin: 0 0 25px;
}
.box_sec .txt_02 {
  margin: 0 0 50px;
}
.box_sec .txt_02 span {
  display: block;
  text-align: right;
  margin: 5px 0 0;
}
.box_sec dl {
  display: flex;
  flex-wrap: wrap;
  width: 640px;
  margin: 0 0 50px;
}
.box_sec dl dt,
.box_sec dl dd {
  border-bottom:1px solid #CACACA;
  padding: 15px 0;
}
.box_sec dl dt {
  width: 110px;
}
.box_sec dl dd {
  width: 530px;
}




