.title-setting {
  background: rgb(240, 240, 240);
  /* height: 100vh; */
}

.title-setting-contents {
  display: flex;
  flex-direction: column;
}

.title-contents {
  height: 200px;
  margin-top: 10px;
  background: white;
  padding: 10px;
  display: flex;
  flex-direction: row;
  border: 2px solid black;
  gap: 15px;
}


.print-desc {
  margin-left: 100px;
}

.company-telephone-email {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.title-settin-form {
  margin-top: 10px;
  background-color: white;
  border: 2px solid black;
}
.title-setting-table {
  background-color: white;
  padding: 10px;
  margin-top: 10px;
}

