@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_acc {
  overflow: hidden;
  margin-top: 70px;
}
.con_acc h3 {
  text-align: center;
  border-bottom: 1px solid #afab68;
  padding-bottom: 20px;
  width: 320px;
  margin: 0 auto 40px;
  padding-top: 10px;
}
.con_acc .txt_map {
  text-align: center;
}
.con_acc .box_acc {
  background-color: #FFF;
  padding: 30px;
  margin-top: 40px;
}
.con_acc .box_acc ul {
  margin-top: 65px;
}
.con_acc .box_acc ul li {
  margin-top: 45px;
}
.con_acc .box_acc ul li:first-child {
  margin-top: 0;
}
.con_acc .box_acc ul li h4 {
  position: relative;
  text-align: center;
}
.con_acc .box_acc ul li h4 img {
  position: relative;
  z-index: 1;
}
.con_acc .box_acc ul li h4:before {
  content: "";
  display: block;
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}
.con_acc .box_acc ul li p {
  margin-top: 20px;
}
