@charset "UTF-8";
#syueki {
  scroll-margin-top: 200px;
}

h1 {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
}

h2 {
    font-size: 24px;
    padding: 20px 0;
    font-weight: 600;
}

.content-box {
  padding: 10px 30px;
}

.attention-container {
  padding: 20px 50px;
  border: 1px solid #ccc;
}

.keihi-img {
  width: 600px;
    margin: 0 auto;
    display: block;
}


.doc-table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

/* --- ヘッダー --- */
.doc-table thead th {
  background: #ff9645;      
  color: #fff;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
}

/* --- 本文セル --- */
.doc-table td {
  text-align: left;
  border: 1px solid #ccc;
  padding: 10px;
}

/* 左列（提出者） */
.col-person {
  width: 120px;
  text-align: center;
  font-weight: bold;
  background: #fff2e1;     /* 薄いピンク背景 */
}

/* 提出方法の中央寄せ */
.center {
  text-align: center;
}

/* 備考のスタイル */
.note {
  color: #555;
  font-size: 12px;
}

.note a {
  color: #428bca;
  text-decoration: underline;
}



/* matomekata title */
.step-box {
    margin-top: 50px;
  display: flex;
  align-items: center;
  background: #fff2e1;        /* 右側の薄いピンク背景 */
  border-bottom: 6px solid #ff9645; /* 下の太いピンク線 */
}

.step-label {
    background: #ff9645;
    color: #fff;
    text-align: center;
    padding: 5px 35px 0px;
    line-height: 1.2;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 600;
}

.step-label strong {
  font-size: 20px;
}

.step-title {
  font-size: 22px;
  font-weight: 600;
  color: #555;
}

ol {
  list-style: decimal !important;
  padding-left: 20px;   /* 番号と本文の余白 */
  margin-top: 20px;
  margin-left: 60px;
}

.num-list {
  padding-left: 20px;    /* 左余白 */
  line-height: 1.8;      /* 行間 */
  color: #555;           /* 文字色 */
  font-size: 16px;
}

.num-list li {
  padding-left: 4px;
}

/* li "▶" */
.text-common {
  position: relative;
}
.text-common:before {
  content: "";
  border-left: 7px solid #2f124e;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 0;
}