@charset "UTF-8";
/**
* JR西日本グループにおける内部通報制度
*/


/* ==========================================================================
レイアウト
========================================================================== */

#index-company-action-whistleblowing .full-box {
  width: 1024px;
  margin-bottom: -25px;
}
@media screen and (max-width: 767px) {
  #index-company-action-whistleblowing .full-box {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
  }
}

/* テキストカラー */
.-red {
  color: red;
}

/* テキスト太さ */
.-bold {
  font-weight: bold;
}

/* 下線 */
.-underline {
  text-decoration: underline;
  text-decoration-color: #333;
}

/* ドット付きのリスト */
.dot-list {
	list-style: disc;
}

/* ナンバー付きのリスト */
.number-list {
  list-style-type: decimal;
}

/* テーブルレイアウト */
.side-scroll-wrap {
  overflow-x: auto;
}
.side-scroll {
  width: 900px;
}

.table-layout {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin: 0 auto;
  border: 1px solid #d9d9d9;
  width: 100%;
}
.table-layout th {
  padding: 10px;
  background: #f2f2f2;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  color: #333;
  width: 210px;
  text-align: center;
  font-weight: bold;
}
.table-layout td {
  font-size: 100%;
  padding: 10px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.table-layout .-center {
  text-align: center;
}

.qr-wrap {
  display: flex;
}

.qr-wrap__text {
  flex: 1;
}

.qr-wrap__image {
  max-width: 80px;
  margin-right: 40px;
}