<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* -----------------------------------------------------------------
   form
   ----------------------------------------------------------------- */
  ::placeholder {
     color: #bbb;
     font-style: italic;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  #EditForm td{
    position:relative;
  }

  #EditForm tr {
      border-top: 1px solid #c4c6d5;
      border-bottom: 1px solid #c4c6d5;
  }

  #EditForm td:nth-child(1) {
    width: 29.999999%;
  }

  #EditForm td:nth-child(2) {
    width: 59.999999%;
  }
  #EditForm .check td:nth-child(2) {
    margin-left: 10%;
    color:#333;
  }

  #EditForm td {
    line-height: 1.5;
    padding: 20px 0 20px 20px;
    vertical-align: top;
  }

  #EditForm input,#EditForm select,#EditForm textarea {
    padding: 6px 12px;
    border: 1px solid #333;
    color: #555;
    background-color: #eeefff;
    background-image: none;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
  }
  #EditForm textarea {
      overflow-y: scroll;
  }

  #EditForm input {
      height: 30px;
  }

  #EditForm select {
      height: 40px;
  }

  #EditForm .help-inline {
      display: inline-block;
      color: #a3a3a3;
      margin: 10px auto;
      font-size:0.9rem;
  }


  #EditForm input[type=checkbox],
  #EditForm input[type=radio] {
      display: inline-block;
      margin-right: 6px;
  }
  #EditForm input[type=checkbox] + label,
  #EditForm input[type=radio] + label {
      position: relative;
      display: inline-block;
      margin-right: 2rem;
      cursor: pointer;
  }

  #EditForm input[type=checkbox],
  #EditForm input[type=radio] {
      display: none;
      margin: 0;
  }
  #EditForm input[type=checkbox] + label,
  #EditForm input[type=radio] + label {
      padding: 0 0 0 24px;
  }
  #EditForm input[type=checkbox] + label::before,
  #EditForm input[type=radio] + label::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      width: 18px;
      height: 18px;
      margin-top: -9px;
      background: #FFF;
  }
  #EditForm input[type=radio] + label::before {
    border-radius: 9px;
  }

  #EditForm input[type=checkbox] + label::before,
  #EditForm input[type=radio] + label::before {
      border: 2px solid #ccc;
  }

  #EditForm input[type=checkbox]:checked + label::after,
  #EditForm input[type=radio]:checked + label::after {
      content: "";
      position: absolute;
      top: 50%;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
  }
  #EditForm input[type=checkbox]:checked + label::after,
  #EditForm input[type=radio]:checked + label::after {
      left: 3px;
      width: 16px;
      height: 8px;
      margin-top: -8px;
      border-left: 3px solid #E71063;
      border-bottom: 3px solid #E71063;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }

.file_icon {
    height:40px;
    padding:10px 0px 10px 20px;
}

#lockscreen{
  display:none;
  position: fixed; /* å¿…é&nbsp;ˆã€ãƒ­ãƒ¼ãƒ‡ã‚£ãƒ³ã‚°ç”»é¢ã‚’ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ã‚’ä¸å¯ã«ã™ã‚‹ */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background:rgba(255,255,255,0.8);
  z-index: 9998;
}

#lockscreen p {
  font-size:2rem;
  position: absolute;
  top: 50%;
  left: 45%;
  margin: auto;
  color: #000;
  z-index: 9999;
}


/* -----------------------------------------------------------------
   ã‚«ãƒ¬ãƒ³ãƒ€ãƒ¼
   ----------------------------------------------------------------- */

.ui-datepicker {
width: 12rem;
line-height: 160%;
}
.ui-datepicker td span,
.ui-datepicker td a {
   padding: .1rem;
   font-size: .9rem;
}
.ui-datepicker td span,
.ui-datepicker td a {
   padding: .1rem;
   font-size:.9rem;
}
.ui-datepicker th {
    padding: .3rem;
}

.ui-datepicker-trigger{
    margin:3px;
}

.ui-datepicker-title {
    white-space: nowrap;
    font-size:.6em;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 39%;font-size:.9rem;
}


/* -----------------------------------------------------------------
   commonç³»
   ----------------------------------------------------------------- */

form .err{
    background-color: #FFE3E3 !important
}

p{
  letter-spacing: 0.02rem;
}

.impro::before {
  content:"â˜…";
  position:absolute;
  font-size:1em;
  color:red;
  left:0;
  top:0;
  z-index:999;
}

.small{
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
}

.center{
  text-align: center !important;
  align-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.left{
  text-align: left !important;
  align-content: left !important;
  margin-left: 0 !important;
}

.text-right{
  text-align: right !important;
}

.text-left{
  text-align: left !important;
}

.flex{
  display: flex;
}

.bold{
  font-weight:bold;
}


/* -----------------------------------------------------------------
   inputé•·
   ----------------------------------------------------------------- */
.col-0{
  width: 2%;
}
.col-d{
  width: 50px;
}
.col-1{
  width: 80px;
}
.col-2{
  width: 160px;
}
.col-3{
  width: 240px;
}
.col-4{
  width: 320px;
}
.col-5{
  width: 400px;
}
.col-6{
  width: 480px;
  max-width:100%;
}
.col-7{
  width: 560px;
  max-width:100%;
}

.mt-1{
  margin-top:1rem !important;
}
.my-2{
  margin-top:2rem !important;
  margin-bottom:2rem !important;
}
.mb-1{
  margin-bottom:1rem !important;
}
.ml-1{
  margin-left:1rem !important;
}
.py-1{
  padding-top:1rem !important;
  padding-bottom:1rem !important;
}


@media (max-width: 768px){
  #EditForm table {
      width:100%;
  }
  #EditForm td:nth-child(1) {
      padding: 10px 0 10px 10px;
      font-weight: bold;
  }
  #EditForm td:nth-child(2),#EditForm .check td:nth-child(2) {
      padding-top: 10px;
      margin-left: 0;
  }
  #EditForm td {
      display: block;
      padding-right: 0;
      padding-left: 0;
      width: 100% !important;
  }
  #EditForm td textarea,#EditForm td input[type="text"]:not(.not),#EditForm td input[type="email"] {
      width: 100%;
  }
  #EditForm .help-inline {
      margin-left: 0;
      margin-top: 10px;
  }
  .impro::before {
    left:-4px;
    top:-14px;
  }
}



/* ã‚«ãƒ¬ãƒ³ãƒ€ãƒ¼ï¼’
------------------------------------------------------------*/

.table {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, auto);
}

.tr {
  grid-column: span 3;
  display: grid;
  grid-template-columns: subgrid;
}

.td {
  background: #eee;
  padding: 4px;
}



.cal-contents {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width:1000px;
}

.cal_box {
    line-height: 1.6;
    margin-bottom: 2em;
    background: #fff;
    padding: 20px 1.5em 15px;
}

.selector-hide{
  display:none;
}
.selector-disp{
  display:inline;
}

#kibouday {
  border-radius: 10px;
  border: 1px solid #d2cdcd;
  background: #fff;
  min-width: 230px;
  cursor: pointer;
  padding: 3px 50px;
  //font-size:1.5em;
  margin-bottom: 10px;
}

#kibouday.active:first-child {
  background: #2aa6e2;
  color:#fff;
}

.ecalendar_head{
  border-bottom:1px solid #ccc;
  background:#222;
  padding:15px;
  position:relative;
  color:white;
  font-size:1.5em;
  text-align: center;
}

.cal-contents .table .active{
    background: #eee;
}
.cal-contents .table{
  width:100%;
  table-layout:fixed;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 auto 10px;

  display: table !important;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  unicode-bidi: isolate;
}
.cal-contents .tr{
  display: table-row !important;
  unicode-bidi: isolate;
}
.cal-contents .table .th{
  padding:10px;
  font-weight:normal;
  text-align:center;
  display: table-cell !important;
  text-align: -internal-center;
  unicode-bidi: isolate;
}
.cal-contents .table .td{
  height:100px;
  vertical-align:middle;
  border:1px solid #ccc;
  background:#fff;
  padding:0;
  text-align:center;
  display: table-cell !important;
  vertical-align: middle;
  unicode-bidi: isolate;
}
.cal-contents .table .td .popup{
  width:100%;
  height:100%;
  padding:0;
  text-align:center;
  display: block;
  text-decoration: none;
  vertical-align: middle;
  color:#000;
  cursor: pointer;
  pointer-events : auto;
  padding-top: 35px;
  font-weight:bold;
}
.cal-contents input[type=radio] + label::before {
  display:none !important;
  height:0 !important;
}
.cal-contents input[type=radio] + label::after {
  display:none !important;
}
.cal-contents input[type=radio] + label {
  margin-right: 0 !important;
  padding-left:0 !important;
}

.cal-contents .table .is-gray{
  background:#f5f5f5;
}
.cal-contents .table .is-block{
  display:block;
  font-weight:bold;
  font-size:20px;
}

.cal-contents .table a.is-selected{
  background:#e73939;
}
.cal-contents .table .date-icon{
  color:#2aa6e2;
  font-size:18px;
  display:block;
  font-weight:bold;
}
.cal-contents .table .date-icon.phone{
  font-size:20px;
  padding-top:3px;
}
.cal-contents .table-sat{
  background-color:#ecf9ff !important;
}
.cal-contents .table-sun{
  background-color:#ffeff5 !important;
}

.cal-contents .table{
    width: 100%;
    height:100%;
    margin-top:-17px;
    line-height:35px;
}

.radio{opacity: 0;width:0;}
.cal-contents .table .date-link{
  background:#2aa6e2;
  text-decoration:none;
  color:#fff;
  border-radius:50%;
  width:35px;
  height:35px;
  display:inline-block;
  text-align:center;
  cursor: pointer;
}
.radio:checked + label.date-link{
  background:#e73939;
}

#js-calendar-year{
  margin: 0 25%;
}
.ecalendar_head .round_arrow,
.ecalendar_head .round_arrow_p {
  position: relative;
  cursor: pointer;
}

.ecalendar_head .round_arrow::before,
.ecalendar_head .round_arrow_p::before { /* èƒŒæ™¯ã®è¡¨ç¤ºè¨­å®š */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 32px; /* æ¨ªå¹… */
  height: 32px; /* é«˜ã• */
  border-radius: 10%; /* è§’ã®ä¸¸ã¿ */
  background: #2aa6e2;
}
.ecalendar_head .round_arrow::after { /* ãã®å­—ã®è¡¨ç¤ºè¨­å®š */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 12px;
  height: 12px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(45deg);
}
.ecalendar_head .round_arrow_p:after { /* ãã®å­—ã®è¡¨ç¤ºè¨­å®š */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 12px;
  height: 12px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(-135deg);
}

#calendar_next{
    display:none;
}

@media screen and (max-width: 768px){
  .cal-contents .table .td{height:40px}
  .cal-contents .table .is-block{
    font-size:14px;
    margin-top:10px;
  }
  .cal-contents .table .date-icon{font-size:14px}
  .cal-contents .table a{
    width:30px;
    height:30px;
    line-height:30px;
  }
  .ecalendar__hint{margin:0px 20px}
  .cal_box {
    padding: 20px 0 15px;
  }
  .cal-contents {
    margin-bottom: 3.25em;
    padding: 0 4vw;
    width: 100%;
  }

  .ecalendar_head{
    font-size:1.0em;
  }

  #kibouday {
    padding: 3px 30px;
  }

  .c-title-page__secondary h1 {
    letter-spacing: 0;
    text-indent: 0;
    margin-top: 50px;
  }
}

@media screen and (max-width: 576px){
  .cal-contents {
      font-size: 4.26667vw;
  }
  .ecalendar-table table{
    line-height:1;
  }
}</pre></body></html>