.thepage .p-head {
  background-image: url(../img/company/hero@2x.jpg);
}
.row-menu {
  text-align: center;
  margin:0 -10px -20px;
}
.row-menu>div {
  padding:0 10px;
  margin-bottom: 20px;
}

.sec-comp {
  padding-top: 120px;
}
.sec-comp h2 {
  text-align: center;
  font-weight: normal;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 45px;
}
.c-prof {
  display: flex;
  flex-wrap: wrap;
  max-width: 780px;
  margin:auto;
}
.c-prof dt, .c-prof dd,
.b-hist dl dt, .b-hist dl dd {
  flex: 0 0 auto;
  font-weight: normal;
  margin-bottom: 0;
  border-top:1px solid #BABABA;
}
.c-prof dt {
  width: 20%;
  padding:24px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F8F8F8;
}
.c-prof dd {
  width: 80%;
  padding:24px 12px 24px 40px;
}
.c-prof .last {
  border-bottom: 1px solid #BABABA;
}
.b-hist {
  max-width: 780px;
  margin:auto;
}
.b-hist dl {
  display: flex;
  flex-wrap: wrap;
}
.b-hist dl dt, .b-hist dl dd {
  border:none;
  margin-bottom: 30px;
}
.b-hist dl dt {
  width: 18%;
  position: relative;
  z-index: 5;
}
.b-hist dl dd {
  width: 82%;
}
.b-hist .ycc {
  position: relative;
  z-index: 5;
  background: #D3BE7A;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#fff;
}
.b-hist .ycc:before {
  position: absolute;
  content:"";
  z-index: 1;
  left: 0;
  right: 0;
  margin:auto;
  width: 1px;
  height: 40px;
  background: #D3BE7A;
  top: 95px;
}
.b-hist .y2017 .ycc:before,
.b-hist .y2024 .ycc:before
 {
  height: 170px;
}
.b-hist .last .ycc:before {
  content:none;
}
.hist-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.hist-cont .row {
  width: 100%;
}
.hist-cont>.row {
  margin-bottom: 16px;
}
.hist-cont>.row:last-child {
  margin-bottom: 0;
}
.hist-cont .col-month {
  padding-left: 0;
  font-weight: bold;
  text-align: right;

}
.hist-cont .col-txt {
}

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
  .sec-comp h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .b-hist .ycc:before {
    height: 70px;
  }
  .b-hist .y2017 .ycc:before {
    height: 182px;
  }

  .row-menu {
    margin:0 -6px -12px;
  }
  .row-menu>div {
    padding:0 6px;
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .sec-comp h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .c-prof dt {
    width: 30%;
    padding:15px 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .c-prof dd {
    width: 70%;
    padding:15px 8px 15px 15px;
  }
  .hist-cont .col-month {
    text-align: left;
    padding-left: 12px;
  }
  .b-hist {
    margin-right: -12px;
  }
  .b-hist .ycc {
    width: 60px;
    height: 60px;
    font-size: 14px;
    line-height: 20px;
  }
  .b-hist .ycc:before {
    top:58px;
    height: 240px;
  }
  .b-hist .y2017 .ycc:before {
    height: 520px;
  }
  .b-hist .y2024 .ycc:before {
    height: 320px;
  }
  .hist-cont {
    margin-left: 8px;
    width: 100%;
  }
  .hist-cont .col-txt {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 480px) {
  .b-hist .y2024 .ycc:before {
    height: 370px;
  }
}
