<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&amp;subset=japanese");
body {
  background: #E6E6E6;
}

#Contents p, #Contents span, #Contents dl, h1, h2, h3, h4, h5, h6, ul, ul li, a, input[type=text], select, select option, b, label, textarea, .errorUnit, button, .conftxt, .endHead, .ui-datepicker-title {
  transform: rotate(0.03deg);
  font-family: "Kosugi Maru", sans-serif;
  color: #333;
  box-sizing: border-box;
  line-height: 1;
}

hr {
  border: none;
  border-top: 3px double #ddd;
}

#Contents {
  box-sizing: border-box;
  padding: 5rem 3rem;
}
@media screen and (max-width: 1248px) {
  #Contents {
    padding: 2rem 0 0;
  }
}
#Contents.admin {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1248px) {
  #Contents.admin {
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  #Contents.admin {
    width: 100%;
  }
}

#formArea {
  box-sizing: border-box;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 1248px) {
  #formArea {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
}

.desingUnitA {
  background: #f2f6fc;
  padding: 2.25rem;
}
@media screen and (max-width: 1248px) {
  .desingUnitA {
    padding: 1.25rem;
  }
}

.desingUnitB {
  background: #fff;
  padding: 2.25rem;
}
@media screen and (max-width: 1248px) {
  .desingUnitB {
    padding: 1.25rem;
  }
}

h1 {
  text-align: center;
  font-size: 60px;
  margin-bottom: 5rem;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

.headline {
  border: none;
  border-top: 1px #1a61d3 solid;
  margin: 2rem auto;
  width: 210px;
}

hr {
  border: none;
  border-top: 3px double #722a2a;
  margin: 1rem 0 3rem 0;
}

.unit {
  display: flex;
  width: 100%;
  padding: 0.5rem;
}
.unit:not(:last-of-type) {
  margin-bottom: 1.85rem;
}
@media screen and (max-width: 1248px) {
  .unit {
    display: block;
  }
}

.unit h2 {
  font-size: 28px;
  padding: 0.5rem;
  width: 260px;
}
@media screen and (max-width: 1248px) {
  .unit h2 {
    font-size: 24px;
    width: 200px;
  }
}
.unit h2.required {
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 3.5rem;
}
.unit h2.required::before {
  font-size: 15px;
  background: #ed3f2c;
  color: #fff;
  content: "必須";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.5rem;
  left: 0;
  height: 1.85rem;
  width: 2.85rem;
  border-radius: 4px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1248px) {
  .unit h2.required::before {
    top: 0.35rem;
  }
}
.unit h2.centerPosi {
  display: flex;
  align-items: center;
}
.unit h2.centerPosi.required::before {
  position: absolute;
  top: 0.65rem;
}
@media screen and (max-width: 1248px) {
  .unit h2.centerPosi.required::before {
    top: 0.35rem;
  }
}

.subUnit {
  display: flex;
  width: 100%;
}
.subUnit.setSingle {
  display: block;
}
.subUnit.mbA {
  margin-bottom: 1.5rem;
}
.subUnit.mtA {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1248px) {
  .subUnit {
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
  }
  .subUnit .mobileCode {
    flex-grow: 1;
    width: 50%;
    box-sizing: border-box;
  }
  .subUnit .mobileCode.lastBox {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .subUnit {
    display: block;
  }
  .subUnit .mobileCode {
    width: 100%;
  }
}

.singleUnit {
  display: block;
  width: 100%;
}
.singleUnit.mbA {
  margin-bottom: 1.5rem;
}
.singleUnit.mtA {
  margin-bottom: 1rem;
}

.komidashi {
  font-size: 28px;
  padding: 0.5rem;
  width: 260px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1248px) {
  .komidashi {
    font-size: 24px;
  }
}

input[type=text] {
  font-size: 28px;
  background: #fff;
  padding: 0.85rem calc(0.8rem + 30px) 0.85rem 0.8rem;
  width: 100%;
  border-bottom: 1px #a8b3e3 solid;
}
input[type=text]::-moz-placeholder {
  font-size: 26px;
  font-family: "Kosugi Maru", sans-serif;
  transform: rotate(0.03deg);
  color: #999;
}
input[type=text]::placeholder {
  font-size: 26px;
  font-family: "Kosugi Maru", sans-serif;
  transform: rotate(0.03deg);
  color: #999;
}
@media screen and (max-width: 1248px) {
  input[type=text] {
    font-size: 24px;
  }
  input[type=text].bkcolorA {
    background: #F2F6FC;
  }
}
textarea {
  width: 100%;
  min-height: 300px;
  border: 1px #a8b3e3 solid;
  padding: 0.5rem 0.85rem;
  box-sizing: border-box;
  font-size: 24px;
  background: #fff;
}
@media screen and (max-width: 1248px) {
  textarea {
    font-size: 24px;
  }
}

select, select option {
  font-size: 25px;
}
@media screen and (max-width: 1248px) {
  select, select option {
    font-size: 22px;
  }
}

.selectbox-005 {
  display: inline-flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1248px) {
  .selectbox-005::before {
    font-family: "Kosugi Maru", sans-serif;
    transform: rotate(0.03deg);
    color: #333;
    box-sizing: border-box;
    content: "検査の種類";
    display: block;
    width: 200px;
    position: absolute;
    top: -1.75rem;
    left: 0.2rem;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .selectbox-005 {
    width: 100%;
  }
}
.selectbox-005.notitle::before {
  content: none;
}
.selectbox-005.shortBoxA {
  width: 160px;
}
.selectbox-005.shortBoxA select {
  min-width: 160px;
}
.selectbox-005.shortBoxB {
  width: 230px;
}
.selectbox-005.shortBoxB select {
  min-width: 230px;
}

.selectbox-005::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #8698b2;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.selectbox-005 select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 230px;
  padding: 0.85rem calc(0.8rem + 22px) 0.85rem 0.8rem;
  border: none;
  background: #d3dded;
  border-bottom: 1px #a8b3e3 solid;
  color: #333;
  cursor: pointer;
}
@media screen and (max-width: 1248px) {
  .selectbox-005 select {
    width: 100%;
  }
}

.selectbox-005 select:focus {
  outline: none;
}

.selectbox-005 select:disabled {
  cursor: default;
}

.selectbox-005 {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .selectbox-005 {
    margin-right: 0;
  }
  .selectbox-005:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}

.checkbox-002 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2em;
  border: none;
}

.checkbox-002 .checklabel {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  position: relative;
  cursor: pointer;
  font-size: 28px;
}

.checkbox-002 .checklabel::before {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 2px solid #d6dde3;
  background: #fff;
  content: "";
}

.checkbox-002 .checklabel:has(:checked)::after {
  position: absolute;
  top: 20px;
  left: 8px;
  transform: rotate(45deg);
  width: 8px;
  height: 12px;
  border: solid #5874c6;
  border-width: 0 3px 3px 0;
  content: "";
}
@media screen and (max-width: 1248px) {
  .checkbox-002 .checklabel:has(:checked)::after {
    top: 18.5px;
  }
}
@media screen and (max-width: 767px) {
  .checkbox-002 .checklabel:has(:checked)::after {
    top: 7px;
  }
}

.checkbox-002 .checklabel.iconSet::after {
  position: absolute;
  top: 20px;
  left: 8px;
  transform: rotate(45deg);
  width: 8px;
  height: 12px;
  border: solid #5874c6;
  border-width: 0 3px 3px 0;
  content: "";
}
@media screen and (max-width: 1248px) {
  .checkbox-002 .checklabel.iconSet::after {
    top: 18.5px;
  }
}
@media screen and (max-width: 767px) {
  .checkbox-002 .checklabel.iconSet::after {
    top: 7px;
  }
}

.checkbox-002 .checkstyle {
  display: none;
}

legend {
  display: flex;
  font-size: 23px;
  margin-bottom: 0.25rem;
  padding-top: 0.75rem;
}
@media screen and (max-width: 1248px) {
  legend {
    display: none;
  }
}
legend b {
  display: block;
}
legend b.designCodeA {
  margin: 0 138px 0 318px;
}

.kensaUnit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 250px, 1fr));
  gap: 40px;
}

.kensaBox {
  width: 100%;
  display: grid;
  grid-template-columns: 300px 240px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  margin-bottom: 1.85rem;
}
@media screen and (max-width: 1248px) {
  .kensaBox {
    font-size: 24px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 28px;
    border: 1px #a2b8d8 solid;
    box-sizing: border-box;
    padding: 0.5rem;
    border-radius: 4px;
    position: relative;
  }
  .kensaBox .checkboxCode {
    grid-area: 1/1/2/3;
  }
  .kensaBox .textBox {
    position: relative;
    font-size: 24px;
  }
  .kensaBox .textBox::before {
    font-family: "Kosugi Maru", sans-serif;
    transform: rotate(0.03deg);
    color: #333;
    box-sizing: border-box;
    content: "確認済証番号・受付番号";
    display: block;
    width: 300px;
    height: 1.5rem;
    position: absolute;
    top: -1.75rem;
    left: 0.2rem;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .kensaBox {
    display: block;
  }
  .kensaBox .checkboxCode {
    margin-bottom: 2.5rem;
  }
  .kensaBox .textBox {
    position: relative;
    font-size: 24px;
    margin-top: 42px;
  }
}
.kensaBox .default {
  opacity: 0.3;
  background: #e3ebff;
}

.kensaBoxTypeA {
  width: 100%;
  display: grid;
  grid-template-columns: 300px 160px 230px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  margin-bottom: 1.85rem;
}
@media screen and (max-width: 1248px) {
  .kensaBoxTypeA {
    font-size: 24px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 28px;
    margin-bottom: 1.85rem;
    border: 1px #a2b8d8 solid;
    box-sizing: border-box;
    padding: 0.5rem;
    border-radius: 4px;
    position: relative;
  }
  .kensaBoxTypeA .checkboxCode {
    grid-area: 1/1/2/3;
  }
  .kensaBoxTypeA .textBox {
    position: relative;
    font-size: 24px;
    margin-top: 1.85rem;
  }
  .kensaBoxTypeA .textBox::before {
    font-family: "Kosugi Maru", sans-serif;
    transform: rotate(0.03deg);
    color: #333;
    box-sizing: border-box;
    content: "確認済証番号・受付番号";
    display: block;
    width: 300px;
    height: 1.5rem;
    position: absolute;
    top: -1.75rem;
    left: 0.2rem;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .kensaBoxTypeA {
    display: block;
  }
  .kensaBoxTypeA .checkboxCode {
    margin-bottom: 2.5rem;
  }
  .kensaBoxTypeA .shortBoxB {
    margin-top: 1.85rem;
  }
  .kensaBoxTypeA .textBox {
    position: relative;
    font-size: 24px;
    margin-top: 42px;
  }
}
.kensaBoxTypeA .default {
  opacity: 0.3;
  background: #e3ebff;
}

.errorUnit {
  background: #ed3f2c;
  color: #fff;
  font-size: 20px;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  position: relative;
  margin-bottom: 1rem;
  display: none;
}
.errorUnit::after {
  content: " ";
  position: absolute;
  bottom: -14px;
  left: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #ed3f2c transparent transparent transparent;
}
.errorUnit.Ac {
  display: block;
}
.errorUnit + .unit {
  background: transparent;
}

.btnArea {
  position: relative;
  height: 200px;
  background: #fff;
  border-top: 1px #5874c6 solid;
  width: 100%;
}
.btnArea.noborder {
  border: none;
}

.button-004 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 85px;
  margin: auto;
  border: none;
  border-bottom: solid 5px #3b4d84;
  border-radius: 5px;
  background-color: #5874c6;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  transition: 0.5s ease;
  cursor: pointer;
  transform: rotate(0.03deg);
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
}

.button-004:hover {
  transform: translateY(3px);
  border-bottom-width: 2px;
}

@media screen and (max-width: 767px) {
  .twobtn {
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.twobtn .button-004 {
  margin-bottom: 2rem;
}
.twobtn .button-004.back {
  position: absolute;
  top: 0;
  right: auto;
  left: 15%;
  bottom: 0;
  background-color: #dc3544;
  border-bottom: solid 5px #83242c;
}
@media screen and (max-width: 1248px) {
  .twobtn .button-004.back {
    left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .twobtn .button-004.back {
    position: static;
    left: 0;
  }
}
.twobtn .button-004.back:hover {
  transform: translateY(3px);
  border-bottom-width: 2px;
}
.twobtn .button-004.next {
  position: absolute;
  top: 0;
  right: 15%;
  left: auto;
  bottom: 0;
}
@media screen and (max-width: 1248px) {
  .twobtn .button-004.next {
    right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .twobtn .button-004.next {
    right: 0;
    position: static;
  }
}
.twobtn .button-004.next:hover {
  transform: translateY(3px);
  border-bottom-width: 2px;
}
.twobtn .button-004.dl {
  background-color: #26ae2b;
  border-bottom: solid 5px #1d7520;
  width: 400px;
}
.twobtn .button-004.dl:nth-child(1) {
  left: 5%;
}
.twobtn .button-004.dl:nth-child(2) {
  right: 5%;
}

#calendar {
  width: 50%;
  min-width: 360px;
}
@media screen and (max-width: 1248px) {
  #calendar {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #calendar {
    width: 100%;
    min-width: auto;
  }
}

.ui-datepicker .ui-datepicker-title {
  font-size: 18px;
}

.ui-datepicker {
  width: auto;
  min-width: 360px;
}
@media screen and (max-width: 767px) {
  .ui-datepicker {
    width: 100%;
    min-width: auto;
  }
}

.ui-datepicker th {
  font-size: 18px;
}

.ui-datepicker td span, .ui-datepicker td a {
  padding: 1rem 0.25rem;
  box-sizing: border-box;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .ui-datepicker td span, .ui-datepicker td a {
    padding: 0.7rem 0.25rem;
    font-size: 16px;
  }
}

.sunday {
  background-Color: red;
}

.saturday {
  background-Color: blue;
}

.confimation .unit {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #ddd solid;
}
@media screen and (max-width: 1248px) {
  .confimation .unit {
    display: block;
  }
}
.confimation .unit:not(:last-of-type) {
  margin-bottom: 1rem;
  padding-bottom: 1.25rem;
}

@media screen and (max-width: 1248px) {
  .confimation .unit h2 {
    font-size: 28px;
    font-weight: bold;
  }
}

.confimation .unit .conftxt {
  font-size: 28px;
  padding: 0.5rem;
}
@media screen and (max-width: 1248px) {
  .confimation .unit .conftxt {
    font-size: 24px;
    padding: 0 0.5rem;
  }
}

.confimation .desingUnitA {
  background: #fff;
}

.confimation .unit .kensa {
  display: block;
}

.confimation .unit .kensa dl {
  width: 100%;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
}
.confimation .unit .kensa dl:first-child {
  margin-top: 0.55rem;
}
@media screen and (max-width: 1248px) {
  .confimation .unit .kensa dl {
    padding: 0 0 0 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .confimation .unit .kensa dl {
    padding-bottom: 0.75rem;
  }
}
.confimation .unit .kensa dl dt {
  font-size: 28px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1248px) {
  .confimation .unit .kensa dl dt {
    font-size: 24px;
  }
}
.confimation .unit .kensa dl dd {
  font-size: 28px;
  padding-left: 1.5rem;
  margin-left: 0.75rem;
  border-left: 3px #8698b2 solid;
}
@media screen and (max-width: 1248px) {
  .confimation .unit .kensa dl dd {
    font-size: 24px;
  }
}
.confimation .unit .kensa dl dd:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.confimation .unit .kensa dl.gray {
  display: flex;
}
@media screen and (max-width: 767px) {
  .confimation .unit .kensa dl.gray {
    display: block;
  }
}
.confimation .unit .kensa dl.gray dt {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .confimation .unit .kensa dl.gray dt {
    width: auto;
  }
}
.confimation .unit .kensa dl.gray dd {
  border: none;
  display: block;
  width: 100%;
  margin-left: 0rem;
  padding-left: 1rem;
  text-indent: -1.5rem;
}
.confimation .unit .kensa dl.gray dd::before {
  content: "：";
}
@media screen and (max-width: 767px) {
  .confimation .unit .kensa dl.gray dd {
    margin: 0.75rem 0 0 0;
    background: #f1f3f4;
    padding: 0.5rem 1rem;
    text-indent: 0;
    word-break: break-all;
  }
  .confimation .unit .kensa dl.gray dd::before {
    content: none;
  }
}

.endHead {
  font-size: 30px;
  box-sizing: border-box;
  background: #5874c6;
  color: #fff;
  padding: 1rem 0.5rem 1rem 1.5rem;
}
@media screen and (max-width: 1248px) {
  .endHead {
    font-size: 24px;
  }
}

.adminHead {
  font-size: 30px;
  box-sizing: border-box;
  background: #1d7520;
  color: #fff;
  padding: 1rem 0.5rem 1rem 1.5rem;
}
@media screen and (max-width: 1248px) {
  .adminHead {
    font-size: 24px;
  }
}

.textStyle {
  font-size: 28px;
}
@media screen and (max-width: 1248px) {
  .textStyle {
    font-size: 24px;
  }
}
.textStyle.colorA {
  color: #3b4d84 !important;
}/*# sourceMappingURL=style.css.map */</pre></body></html>