@charset "utf-8";
/*----- .staff-page -----*/
.staff-page {
}
.staff-page #staff {
}
.staff-page #staff .staff-box {
    border: 1px solid #643200;
    background-color: #f9f6ed;
    padding: 15px 3%;
    margin-bottom: 20px;
}
.staff-page #staff .staff-box .img {
    width: 35%;
    float: left;
    margin-bottom: 20px;
}
.staff-page #staff .staff-box .txt {
    width: 62%;
    float: right;
    margin-bottom: 20px;
}
.staff-page #staff .staff-box .txt tr {
    border-bottom: 1px dashed #643200;
    line-height: 1.4;
}
.staff-page #staff .staff-box .txt tr th {
    padding: 10px 2%;
    width: 77px;
    vertical-align: middle;
    color: #9c3407;
    font-weight: bold;
}
.staff-page #staff .staff-box .txt tr td {
    padding: 10px 2%;
}
.staff-page #staff .staff-box .txt-box {
    clear: both;
}
.staff-page #staff .staff-box .txt-box .hx {
    font-weight: bold;
    color: #9c3407;
    border-bottom: 1px dashed #643200;
    margin-bottom: 10px;
    padding-bottom: 3px;
    font-size: 16px;
}
  .staff-page #staff .staff-box .license-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.staff-page #staff .staff-box .license-box .license-img {
    width: 48%;
  margin-bottom: 10px;
}

/*===============================================
    ■tablet 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {

}

/*===============================================
    ■smart 画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
/*----- .staff-page -----*/
    .staff-page #staff .staff-box .img {
    width: 60%;
    float: none;
    margin: 0 auto 10px;
  }
  .staff-page #staff .staff-box .txt {
    width: 100%;
    float: none;
  }
}