@charset "UTF-8";
/* -----

   set module

---------------------------------------------------- */
/*-- 採用情報　ページのパーツ
---------------------------------------------------- */
#recruit .content__asnav {
  display: none; }

.application_table {
  width: 100%; }
  @media screen and (max-width: 899px) {
    .application_table {
      display: block; } }
  @media screen and (max-width: 899px) {
    .application_table__tbody {
      display: block; } }
  .application_table__tbody > tr {
    max-height: 100%;
    border-top: solid 1px #c4c4c4;
    border-bottom: solid 1px #c4c4c4; }
    @media screen and (max-width: 899px) {
      .application_table__tbody > tr {
        display: flex;
        flex-direction: column; } }
    .application_table__tbody > tr > th {
      background: #f5f5f5;
      width: 242px;
      padding: 15px 0 16px 20px;
      font-size: 16px;
      font-weight: 500;
      text-align: left;
      line-height: 1.5; }
      @media screen and (max-width: 899px) {
        .application_table__tbody > tr > th {
          display: block;
          width: 100%;
          padding-left: 15px;
          font-size: 15px; } }
    .application_table__tbody > tr > td {
      padding: 15px 0 16px 24px; }
      @media screen and (max-width: 899px) {
        .application_table__tbody > tr > td {
          display: block;
          width: 100%;
          padding: 8px 0 20px 15px; } }
      .application_table__tbody > tr > td > p {
        font-size: 16px;
        line-height: 1.5; }
        @media screen and (max-width: 899px) {
          .application_table__tbody > tr > td > p {
            font-size: 15px; } }
  .application_table__tbody .text_mb {
    margin-bottom: 12px; }
  .application_table__tbody .text_mt {
    margin-top: 12px; }
  .application_table__address {
    font-size: 16px;
    line-height: 1.5; }
    @media screen and (max-width: 899px) {
      .application_table__address {
        font-size: 15px;
        margin-bottom: 12px;
      } }
    .application_table__address > em {
      font-style: normal;
      display: block;
      font-weight: 500; }
    .application_table__address > span {
      font-style: normal; }
      .application_table__address > span > br {
        display: none; }
        @media screen and (max-width: 899px) {
          .application_table__address > span > br {
            display: block; } }

/*# sourceMappingURL=common_recruit.css.map */
