@charset "utf-8";

#ss_stage, #ss_container {
    width: 900px;
}

/* 画面タイトル */
.company_list_title {
    text-align: center;
}

.company_list_title p {
    /* border: 1px solid; */
    padding: 10px;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.company_list_title p span {
    font-size: 13px;
    margin-left: 36px;
}

/* 企業一覧テーブル */
.lavel_color{
    text-align: center;
}

.lavel_color {
    font-size: 18px;
}
#ss_contents .table_company_list {
    margin-bottom: 30px;
}

/* 企業紹介テーブル */
#ss_contents .company_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
#ss_contents .company_data_wrap {
    display: flex;
    margin-bottom: 40px;
}
#ss_contents .company_pr_hp_wrap {
    display: flex;
    gap: 30px;
    flex-direction: column;
    width: 50%;
    min-width: 409px;
}
#ss_contents h2 {
    border-bottom: 4px solid #000000;
    color: #000000;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 0 10px 1px;
    font-size: 24px;
    font-weight: bold;
}
#ss_contents .company_pr, .company_hp {
    width: 100%;
    height: 100%;
}
#ss_contents .company_needs {
    width: 60%;
}
#ss_contents .company_text_header {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}
#ss_contents .company_text {
    border: 1px solid;
    padding: 10px;
    height: calc(100% - 41.2px);
    word-break: break-all;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
}
#ss_contents .company_pr .company_text, .company_hp .company_text {
    margin-right: 10px;
}
#ss_contents .company_pr_hp_wrap .company_hp {
    height: 100px;
    margin-right: 10px;
}

/* システム操作にかかるお問合せ */
.system_reference h3 {
    margin-bottom: 10px;
    margin-top:20px;
    padding: 0px 0px 0px 8px;
    font-size: 18px;
    font-weight: bold;
    border-left: solid 4px #000000;
    color: #000000;
}

/* フッター */
#copyright {
    text-align:center;
    padding: 6px;
}

.text_nowrap {
    white-space: nowrap
}

/* JS無効エラー */
   .alert {
    margin-top: 20px;
      margin-bottom: 20px;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
      background-color: #fcf8e3;
      border: 1px solid #fbeed5;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      padding-top: 8px;
      padding-right: 14px;
      padding-bottom: 8px;
      padding-left: 14px;
      line-height: 150%;
  }
  
  .alert-error h4 {
   color: #b94a48;
  }
  .alert-error {
      color: #b94a48;
      background-color: #f2dede;
      border-color: #eed3d7;
  }