#view5 {
  padding:4px;
}

.fgnp-data-table th:first-child, .fgnp-data-table td:first-child {
    border-left: 2px solid #e5e5e5;
}

.detail-input-table th,
.detail-input-table td {
  padding: 4px;
}

.detail-input-table th a.fgnp-flat-button img {
  vertical-align: middle;
}
.detail-input-table td {
  white-space: nowrap;
  border-bottom: 2px solid #e5e5e5 !important;
}
.detail-input-table th > div > div,
.detail-input-table td > div > div {
  flex: 0 0 auto;
}

.detail-input-table .noborder {
  border: 0 !important;
  background-color: transparent !important;
}

background-color: transparent !important;

.detail-input-table th.noborder {
  padding: 4px 8px;
  background-color: transparent !important;
}
.detail-input-table .noborder button{
  width: 100%;
  min-width: 100px;
}

.detail-input-table td.number {
  text-align: right;
}

.detail-input-table td.unit {
  background-color: #f0f0f0;
}

.detail-input-table input.fgnp-input {
  width: 64px;
}
.detail-input-table input.fgnp-input + input.fgnp-input {
  margin-left: 4px;
}
.detail-input-table input.fgnp-input.max {
  width: 100%;
}

.response.middle-position {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 8px;
 }

 .response.middle-position>ul {
   flex: 0 0 auto;
   align-items: center;
 }

  .response.middle-position>ul>li {
   height: 32px;
 }

 .treatment-outcome {
  font-size: 18px;
 }

.comment>div.textarea {
  flex: 1 1 auto;
}


.comment.treatment-outcome {
  display: flex;
  flex-direction: row;
}

.comment.treatment-outcome>div {
  flex: 0 0 auto;
}

.comment.treatment-outcome>div.textarea {
  flex: 1 1 auto;
  margin-right:48px;
}

.comment.treatment-outcome>div.textarea textarea {
  border: 2px solid #c8c8c8;
}

.comment-title {
  white-space: nowrap;
  margin: 0;
  margin-right: 24px;
  font-size: 18px;
}

/* カラーバリエーション追記分 */
.container {
  background-color: #f9f9f9;
}
.container > div.fgnp-scrollable {
  position: relative;
}
.container > .fgnp-scrollable > .fgnp-margin-bottom-small:first-child {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
  margin: -5px -20px 0 0;
}
.title-1::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: 0    ;
  bottom: 0;
  background-color: #e3e3e3;
  margin-bottom: -9px;
  z-index: -1;
}
.container > .fgnp-scrollable > .fgnp-margin-bottom-small:first-child + .fgnp-tabs-content {
  position: relative;
  background: #ffffff;
  margin-right: -20px;
  margin-left: -20px;
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
}
.fgnp-button {
  background: #d6d6d6;
}
.fgnp-data-table {
  background-color: transparent;
}
.fgnp-data-table th {
  background-color: #d3e8f6;
}
.fgnp-data-table tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}
.fgnp-data-table tbody tr:nth-child(even) td {
  background-color: #F9F9F9;
}