body {
  background-color: #fff;
}

.modal-style,
.exa-modal {
  background-color: #fff;
}

.modal-wrap {
  font-size: 10px;
  padding: 40px 20px 30px;
}

.modal-header {
  color: #5d5d5d;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.modal-ttl01 {
  border-bottom: 1px solid #d0d0d0;
  color: #5d5d5d;
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.modal-txt {
  font-size: 12px;
}

.tag-list {
  margin-bottom: 10px;
}

.tag-important {
  background-color: #fde4e4;
  border: 1px solid #ff4b3c;
  border-radius: 999px;
  color: #ff4b3c !important;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  margin-right: 10px;
  min-width: 50px;
  padding: 0 10px 1px;
  line-height: 1.2;
  text-align: center;
}

.tag-lastday,
.tag-event {
  background-color: #fde4e4;
  border: 1px solid #ff4b3c;
  border-radius: 999px;
  color: #ff4b3c;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  margin-right: 10px;
  min-width: 50px;
  padding: 0 10px 1px;
  line-height: 1.2;
  text-align: center;
  background-color: #fff;
  border-color: #a5a9b5;
  color: #737784;
}

.modal-border {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.modal-border-pdnone {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 20px;
  width: 100%;
}

.modal-infolist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 11px;
}
.modal-infolist dt {
  background-color: #ebebeb;
  padding: 10px 8px;
  color: #888;
  width: 70px;
}
.modal-infolist dt.radius {
  border-radius: 5px;
}
.modal-infolist dt.top-radius {
  border-radius: 5px 5px 0 0;
}
.modal-infolist dt.bottom-radius {
  border-radius: 0 0 5px 5px;
}
.modal-infolist dd {
  color: #5d5d5d;
  padding: 10px 0;
  width: calc(100% - 80px);
}
.modal-infolist dd a {
  text-decoration: underline;
}

.event-join {
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
  border-radius: 999px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.event-join a {
  background-color: #3eadf0;
  border: 1px solid transparent;
  border-radius: 999px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}

.event-qr {
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
  border-radius: 999px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.event-qr a {
  background-color: #3eadf0;
  border: 1px solid transparent;
  border-radius: 999px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}

.event-cancel {
  margin: 10px auto 0;
  max-width: 250px;
  width: 100%;
}
.event-cancel a,
.event-cancel span {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 999px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}
.event-cancel a {
  border-color: #a5a9b5;
  color: #a5a9b5;
}
.event-cancel span {
  background-color: #d1d6de;
}

.exa-status dl {
  display: block;
  font-size: 12px;
  margin-top: 0;
  padding: 0;
}
.exa-status dl dt {
  border-bottom: 1px solid #ccc;
  color: #222;
  padding-bottom: 10px;
  width: 100%;
}
.exa-status dl dd {
  color: #5d5d5d;
  font-weight: 400;
  padding-top: 10px;
  width: 100%;
}

.list-unstyle li,
.list-circle li {
  color: #5d5d5d;
  font-size: 12px;
}
.list-unstyle li + li,
.list-circle li + li {
  margin-top: 10px;
}

/*.important.lastday*/
.sch-modal.important .modal-wrap ul,
.sch-modal.lastday .modal-wrap ul,
.sch-modal.important.lastday .modal-wrap ul {
  display: flex;
  margin-bottom: 8px;
}

.sch-modal.important .modal-wrap ul li,
.sch-modal.lastday .modal-wrap ul li,
.sch-modal.important.lastday .modal-wrap ul li {
  background-color: #fde4e4;
  border: 1px solid #ff4b3c;
  border-radius: 999px;
  color: #ff4b3c;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  margin-right: 10px;
  min-width: 50px;
  padding: 0 10px 1px;
  line-height: 1.2;
  text-align: center;
}

.sch-modal.lastday .modal-wrap ul li:nth-of-type(2),
.sch-modal.important.lastday .modal-wrap ul li:nth-of-type(2) {
  background-color: #fff;
  border-color: #a5a9b5;
  color: #737784;
}

.sch-modal.lastday .modal-wrap ul li:last-child,
.sch-modal.important.lastday .modal-wrap ul li:last-child {
  background-color: #fff;
  border-color: #a5a9b5;
  color: #737784;
}

.sch-modal.sch-only .modal-wrap h1 {
  overflow: auto !important;
  height: auto !important;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}
/*# sourceMappingURL=modal.css.map */