.disnon {
  display: none;
}

table {
  background-color: #fff;
}
table th {
  padding: 4px 8px;
}
table th {
  line-height: 1.4;
}
table td {
  padding: 8px;
}
table.table--th-left-switch th {
  vertical-align: middle;
}
@media screen and (max-width: 1019px) {
  table.table--th-left-switch td.pb-0 {
    padding-bottom: 0;
  }
}
/* form */
select:hover {
  cursor: pointer;
}
.form-field,
.form-field--has_chars,
.form-fields select {
  border: 1px solid #B0BDCC;
  padding: 6px 10px;
}
.form-field {
  width: 262px;
}
.form-field--has_chars {
  margin-right: 6px;
  width: 180px;
}
@media screen and (max-width: 1019px) {
  .form-field {
    width: 100%;
  }
  .form-field--has_chars {
    margin-right: 6px;
    max-width: 220px;
    width: 100%;
  }
}
/* diagnosis */
.diagnosis__cell--has_badge {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 50px;
  position: relative;
}
.table__cell--has_badge,
table.table--th-left-switch th.table__cell--has_badge {
  padding-right: 50px;
  vertical-align: middle;
  position: relative;
}
.table__cell--has_badge .badge {
  min-width: 40px;
  text-align: center;
  margin-top: 2px;
  padding: 2px 4px;
  position: absolute;
  top: 4px;
  right: 8px;
}
.diagnosis__result-box {
  padding: 40px;
  text-align: center;
  margin-bottom: 20px;
  border: 3px solid #E3215A;
}
.diagnosis__result-box--ng {
  background-color: #FFF2F4;
  padding: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.diagnosis__title {
  font-size: 20px;
  font-weight: 700;
}
.diagnosis__title--ng::before {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background: #E3215A url(/common21/imgs/icon-exclamation.svg) no-repeat center/4.6px;
  border-radius: 50%;
  margin: 0 auto 16px;
}
.diagnosis__title--ng {
  color: #E3215A;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
.diagnosis__value {
  margin-top: 34px;
}
.diagnosis__value-title {
  font-size: 18px;
  margin-bottom: 8px;
}
.diagnosis__value-number-wrap {
  display: inline-block;
  background: linear-gradient(transparent 75%, #e8f1f9 0%);
  font-size: 24px;
  line-height: 1;
}
.diagnosis__value-number {
  font-size: 50px;
  font-weight: 700;
}
.diagnosis__value-text {
  font-size: 16px;
}
.box-group--border-accent {
  border: 3px solid #E3215A;
  text-align: center;
  padding: 40px;
}
.box-group__result-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
}
.box-group__result-title-accent {
  color: #E3215A;
}
.box-group__result-number-accent {
  font-size: 40px;
  color: #E3215A;
}
.box-group__result-text {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
}
.h1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1019px) {
  .diagnosis__result-box {
    padding: 60px 20px;
  }
  .diagnosis__value-number {
    font-size: 40px;
  }
  .diagnosis__cell--has_badge {
    width: 100%;
  }
  .form-year {
    width: 80px;
  }
  .diagnosis__title--ng {
    font-size: 20px;
  }
  .box-group--border-accent {
    padding: 30px 20px;
  }
  .box-group__result-title {
    font-size: 18px;
  }
  .box-group__result-number-accent {
    font-size: 24px;
  }
  .box-group__result-text {
    font-size: 16px;
  }
}
/* 211208 */
div.caution02 {
  margin-top: 10px;
  padding: 15px 20px 15px 40px;
  border: 3px solid #E9D3C8;
  background-color: #FEFFED;
  background-image: url(/common13/imgs/icon/icn_attention02.png);
  background-repeat: no-repeat;
  background-position: 10px 18px;
}


