.navigation,
.calendar_tbl {
  font-family: "M PLUS Rounded 1c", ���S�V�b�N��, "Yu Gothic", YuGothic,
    "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
table {
  border-collapse: collapse;
}
.date_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cal_date {
  align-self: center;
}
.cal_next {
}
.cal_prev {
  transform: rotate(180deg);
}
.cal_info {
  text-align: right;
  font-size: 0.9em;
}
.cal_info img {
  display: inline;
  width: 1.5em;
  vertical-align: bottom;
}
.calendar_tbl {
  width: 100%;
  margin: auto;
}
.calendar_tbl th,
.calendar_tbl td {
  font-weight: normal;
  text-align: left;
  border: solid 1px #ccc;
  width: 141px;
}
.calendar_tbl th {
  padding: 5px;
  padding-left: 10px;
  background: #c9dfff;
  font-weight: bold;
}
.cal_box {
  min-height: 80px;
  display: flex;
  flex-flow: column;
  /* align-items: center; */
  justify-content: flex-start;
}

.cal_box img {
  max-width: 40px;
  margin: auto;
  display: block;
}

.calendar_tbl td:nth-last-child(1) .cal_day,
.calendar_tbl th:nth-last-child(1) {
  color: blue;
}
.calendar_tbl td:nth-last-child(7) .cal_day,
.calendar_tbl th:nth-last-child(7) {
  color: red;
}
.today {
  background: #ccc;
}
.date_box {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 2%;
  text-align: center;
  background: #f8dcc0;
  padding: 0.5%;
  border-radius: 100px;
}
.date_box img {
  display: block;
  width: 100%;
}
.yotei {
  /*    background: #5d82b9;
    color: #fff;
*/
  font-size: 0.9em;
  padding: 2% 5%;
  border-radius: 6px;
  margin: 0 5%;
  margin-bottom: 3%;
  position: relative;
}
.yotei_ttl {
  word-break: break-all;
  font-weight: bold;
  margin: 1%;
  display: block;
  padding: 0% 3%;
}
.yotei_time {
  display: block;
  font-weight: bold;
}
.cal_day {
  font-size: 1.4em;
  margin-left: 5%;
}
.popup {
  font-family: "Kosugi Maru", ���S�V�b�N��, "Yu Gothic", YuGothic,
    "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  display: none;
  position: absolute;
  left: 95%;
  top: -10%;
  background: #fff;
  padding: 3px 7px;
  box-shadow: 1px 1px 2px 1px #000;
  color: #000;
  max-width: 300px;
  width: max-content;
  word-break: break-all;
  z-index: 1;
}
.yotei:hover .popup {
  display: block;
}

.file_icon,
.file_icon_ {
  display: block;
  color: #000;
  font-size: 0.9em;
  font-weight: bold;
  clear: both;
  cursor: pointer;
}

.file_icon:hover,
.file_icon_:hover {
  text-decoration: underline;
}
.file_icon img,
.file_icon_ img {
  width: 11%;
  margin: 2%;
  margin-bottom: 1%;
  margin-top: 2%;
  float: left;
}
.files {
  background: #fff;
  margin: 1%;
  border-radius: 0 0 3px 3px;
}
.pop_form {
  position: absolute;
  background: #fff;
  width: 100%;
  box-shadow: 1px 1px 1px 1px #999;
  z-index: 1;
  left: -15%;
  font-size: 0.9em;
  text-align: center;
  padding: 5%;
}
.pass_form {
  height: 1.3em;
  width: 100%;
}
.pass_submit {
  padding-top: 0;
  margin-top: 3%;
  width: 100%;
}
.pop_txt {
  color: #000;
}
.cal_small {
  font-size: 0.8em;
}
.col0,
.col1,
.col2,
.col3,
.col4,
.col5 {
  padding: 0.5%;
  border-radius: 5px;
}
.col0 {
  background: #797979;
  color: #fff;
}
.col1 {
  background: #ff7272;
  color: #fff;
}
.col2 {
  background: #3e60d8;
  color: #fff;
}
.col3 {
  background: #70922d;
  color: #fff;
}
.col4 {
  background: #ffc645;
}
.col5 {
  background: #e0beff;
}
.err_msg {
  text-align: center;
  margin: 3%;
}
.err_link {
  display: block;
  margin: auto;
  width: fit-content;
}
@media screen and (max-width: 780px), print {
  .calendar_tbl th {
    display: none;
  }
  .calendar_tbl td {
    display: block;
    width: 100%;
    border: 0;
  }
  .cal_next {
    flex-basis: 8%;
    padding: 1.2%;
  }
  .cal_prev {
    flex-basis: 8%;
    padding: 1.2%;
  }
  .cal_box {
    border: solid 1px #ccc;
    padding-bottom: 0;
    flex-flow: unset;
    align-items: center;
    justify-content: space-between;
  }
  .cal_day {
    font-weight: bold;
  }
  .pop_form {
    position: static;
    /*	display: block !important;*/
    padding: 2%;
    padding-top: 0;
    box-shadow: none;
    text-align: left;
  }
  .popup {
    position: static;
    display: block;
    box-shadow: none;
    width: 98%;
    max-width: none;
    margin: 1%;
    padding: 3%;
    order: 2;
  }
  .file_icon,
  .file_icon_ {
    height: 12vw;
    padding: 2vw 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    /*	border-top: solid 1px #999;*/
  }
  .file_icon img,
  .file_icon_ img {
    width: auto;
    height: 8vw;
    margin: 0 2vw;
  }
  .yotei {
    display: flex;
    flex-direction: column;
  }
  .yotei_ttl {
    order: 1;
    font-size: 1.3em;
  }
  .files {
    order: 3;
  }
}

@media screen and (max-width: 650px), print {
  .cal_prev,
  .cal_next {
    flex-basis: 10%;
    padding: 1.5%;
  }
  .cal_info {
    text-align: left;
    padding: 1% 2%;
  }
}
@media screen and (max-width: 425px), print {
  .cal_prev,
  .cal_next {
    flex-basis: 12%;
  }
}
