.pageNum {
  font-weight: bold;
}

.pageName {
  font-size: 12px;
}

nput {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 24px;
}

.orderInputBox {
  flex: 1;
  flex-basis: 100%;
}

.orderInputBox.wide {
  display: flex;
  gap: 16px;
  align-items: center;
}

.inputArea {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

.inputArea .inputTitle01 {
  background-color: #2d333c;
  color: #ffffff;
  padding: 8px;
  margin-bottom: 12px;
}

.inputArea .inputItemList input:disabled {
  border-color: #b6b6b6;
}

.inputItemList input {
  margin-top: 4px;
}

.inputItemList {
  flex-direction: inherit;
  margin-top: 0;
}

select {
  width: 100%;
}

.inputTitle01 {
  font-weight: bold;
  margin-bottom: 4px;
}

.inputItemArea {
  margin-bottom: 4px;
}

.inputItemArea input {
  font-size: 14px;
}

.itemTitle {
  width: 600px;
}

.itemNum {
  width: 100px;
}

.startCheckList {
  display: flex;
  gap: 24px;
}

.registButton {
  width: 200px;
  height: 40px;
}

.orderList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.orderList li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  flex-basis: 100%;
  background-color: #ffffff;
  border-radius: 2px;
  color: #5f6368;
  padding: 8px 16px;
}

.orderList li:nth-child(odd) {
  background-color: #ebecee;
}

.orderList li.orderListHeader {
  background-color: #2d333c;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

.orderListCheck {
  width: 100%;
}

.orderListNum {
  width: 150px;
}

.commentName {
  width: 100%;
  font-size: 14px;
  padding: 2px 8px;
}

.orderListTitle {
  width: calc(100% - 550px);
}

.commentTitle {
  width: 100%;
  font-size: 14px;
  padding: 2px 8px;
}

.orderListName {
  width: auto;
}

.orderListName input[type="file"] {
  font-size: 14px;
  background-color: #ebecee;
  border: none;
  cursor: pointer;
  padding: 0;
}

.orderList li:nth-child(odd) .orderListName input[type="file"] {
  background-color: #ffffff;
}

.commentName {
  width: 100%;
  font-size: 14px;
  padding: 2px 8px;
}

.textInputArea {
  width: 100%;
}

.textInputArea .inputTitle01 {
  background-color: #2d333c;
  color: #ffffff;
  padding: 8px;
  margin-bottom: 12px;
}

.inputForm {
  display: block;
  width: 100%;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  height: 158px;
  line-height: 1.4;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.dlList {
  display: flex;
  gap: 24px;
  margin: 24px 0 48px;
}

.dlList a {
  display: block;
  position: relative;
  background-color: #d81b60;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 16px 10px 32px;
}

.dlList a::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #ffffff;
  width: 8px;
  height: calc(tan(60deg) * 16px / 2);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.createList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.sampleList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sampleList img {
  width: 100%;
}



@media screen and (max-width: 768px) {
  .dlList {
    flex-direction: column;
  }

  .inputArea {
    display: flex;
    flex-direction: column;
  }

  .registButton {
    width: 100%;
  }

  .orderList {
    width: 100%;
  }

  .orderInput {
    width: 100%;
  }

  .startCheckList {
    flex-wrap: wrap;
    gap: 12px 24px;
  }

  .itemTitle {
    width: calc(100% - 108px);
  }

  .inputMenu {
    flex-shrink: 0;
  }

  .createList {
    gap: 8px;
  }

  .createList li {
    width: 100%;
  }

  .dlList {
    gap: 16px;
  }

  .orderListTitle {
    width: calc(100% - 166px);
  }

  .orderList.pagemaker li {
    padding: 16px;
  }

  .orderList.pagemaker .orderListHeader {
    padding: 8px 16px;
  }

  .orderListHeader .orderListNum, .orderListHeader .orderListTitle, .orderListHeader .orderListName {
    width: auto;
  }
}
