@charset "UTF-8";
body {
  background: linear-gradient(to right, #ffdddd, 20%, white); }

.mainMenu select {
  font-size: 1.5rem; }

.mainMenu button {
  height: auto; }
  .mainMenu button > i {
    font-size: 3rem; }

table.userList tr {
  height: 40px; }

table.userList td:has(button) {
  width: 100px; }

@media print {
  body {
    -webkit-print-color-adjust: exact;
    /* 印刷時でも背景色や背景画像を表示 */
    print-color-adjust: exact;
    /* 印刷時でも背景色や背景画像を表示 */
    /*width: 100%;*/
    /* 印刷時の全ページ幅を統一（px数値はお好みで） */
    zoom: 0.75;
    /* なるべく多くのブラウザで切れないようにするため */ }
  .no-print {
    display: none; }
  /*.table {}*/
  /* #chartBase { 
		zoom: 0.8;
		width: 50%;
	} */
  .pageBreak {
    break-before: page; } }

.hosp-tag {
  background-color: #4285F4;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 5px 5px;
  position: relative; }

[class$=api-load-alpha-banner] {
  display: none; }

.bg-title {
  background-color: #a3006e; }

.bg-subtitle {
  background-color: #c3006e; }

.bg-button {
  background: linear-gradient(to right, #e4007f, 80%, #ffdddd);
  border: none;
  color: white; }

input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
select {
  padding: 5 5px;
  border-radius: 3.5px;
  border: none;
  box-shadow: 0 0 0 0.25px #e4007f inset; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  select:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #e4007f inset; }

input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  color: #e4007f;
  accent-color: #a3006e; }

.paper {
  width: 720px;
  margin: 0 auto;
  padding: 30px;
  /* box-shadow: 横方向 縦方向 ぼかし 広がり 影色 */
  /* 広がりをマイナスにすると、浮いた感じになる */
  box-shadow: 5px 5px 6px -6px #777;
  background-color: white; }

table.userdata td {
  width: 200px;
  font-size: 1.00rem;
  font-weight: bolder; }

table.userdata td:nth-child(odd) {
  text-align: left;
  width: 120px; }

table.userdata input[type="text"],
table.userdata input[type="date"] {
  width: 90%;
  height: 100%; }

table.userdata input[type="radio"],
table.userdata input[type="checkbox"] {
  margin-right: 5px; }

table.enquete {
  list-style-type: upper-alpha;
  counter-reset: question; }
  table.enquete td {
    width: 85px;
    text-align: center;
    font-size: 0.90rem;
    padding-left: 0; }
  table.enquete td:nth-child(1) {
    text-align: left;
    width: 420px;
    padding-left: 15px; }
  table.enquete td.q::before {
    list-style-type: upper-alpha;
    counter-increment: question;
    content: counter(question) "."; }

table.medicalhistory td {
  font-size: 1.00rem;
  padding-left: 20px; }

table.medicalhistory td:nth-child(1) {
  padding-left: 30px; }

table.medicalhistory input[type="checkbox"] {
  margin-right: 5px; }

table.userdata tr,
table.enquete tr,
table.medicalhistory tr {
  height: 35px; }

table.userdata td.title-1,
table.enquete td.title-1,
table.medicalhistory td.title-1 {
  font-size: 1.00rem;
  font-weight: bolder;
  padding-left: 0; }

table.userdata td.title-2,
table.enquete td.title-2,
table.medicalhistory td.title-2 {
  font-size: 1.00rem;
  padding-left: 10px; }

.matrix {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
  margin: auto;
  margin-top: 20px;
  width: 300px;
  height: 200px;
  border: 2px solid #999; }

.quadrant {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #aaa;
  font-size: 0.9em;
  text-align: center;
  padding: 10px;
  position: relative; }

.highlight {
  background-color: #ffcccb !important;
  font-weight: bold; }
