<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.p-hero-personnel{
  height: 380px;
    margin: -40px 0 95px;
  background: url("/img/personnel/main-visual.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-personnel .c-hero {
    margin: 60px 0 40px;
  }
}

.p-list {
  margin: 1em 0;
}
.p-list-plan {
    margin: -65px 0;
}
@media (max-width: 767px) {
  .p-list-plan {
    margin: 0;
  }
}

.p-btn {
  width: 100%;
}
.p-btn a:after {
    content: '';
    display: inline-block;
    background: url("/common/img/ic_btn_cv.png") no-repeat;
    width: 16px;
    height: 18px;
    position: absolute;
    right: 55px;
    top: 50%;
    margin-top: -9px;
}
.p-btn a{
  width: 100%;
}
@media (max-width: 767px){
  .p-btn a{
    display: inline-block;
  }
  .p-btn a:after {
      background: url("/common/img/sp_ic_btn_cv.png") no-repeat;
      -webkit-background-size: 11px 18px;
      background-size: 11px 18px;
      vertical-align: -3px;
      position: static;
      margin: 0 0 0 18px;
      width: 11px;
      height: 18px;
      margin-top: -9px;
      right: 15px;
  }
  .p-btn.top{
    margin-bottom: 8px;
  }
}

.p-table-wrapper{
  padding-bottom: 30px;
}
.p-table {
  width: 265px;
  font-size: 14px;
  font-family: initial;
  margin-bottom: 54px;
}
.p-table table{
  table-layout: fixed;
  width: 100%;
}
.p-table.left{
  float: left;
}
.p-table.right{
  float: right;
}
.p-table p{
  font-weight: bold;
  margin-bottom: 9px;
}
.p-table tr{
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  height: 41px;
  /*border-top: 5px solid transparent;*/

}
.p-table th{
  width: 80%;
  /*vertical-align: middle;*/
}
.p-table td{
  text-align: right;
  font-weight: bold;
  padding-top: 14px;
}

@media screen and (max-width:767px){
  .p-table-wrapper{
    padding-bottom: 10px;
  }
  .p-table{
    float: none !important;
    width: 100%;
    font-size: 12px;
    margin-bottom: 35px;
  }
  .p-table p{
    margin-bottom: 2px;
  }
  .p-table tr{
    height: 37px;
  }
  .p-table td{
    padding-top: 14px;
  }
}

.c-btn-submit {
    background: #36b36e;
}</pre></body></html>