@charset "UTF-8";
.breadcrumb-common.is-form {
  background-color: #f4f8ee;
}

.list-event-news .list-wrapper, .list-event-news .list-item {
  margin: 0;
  padding: 0;
  display: block;
}
.list-event-news .item-wrapper {
  border: 1px solid #ccc;
  display: block;
  text-decoration: none;
}
.list-event-news .item-wrapper:hover .item-thumbnail {
  filter: brightness(1.1);
}
.list-event-news .item-thumbnail {
  width: 100%;
  padding-top: 72.765%;
  border: 1px solid #ccc;
  display: block;
  position: relative;
  filter: brightness(1);
  transition: filter 0.3s ease;
}
.list-event-news .item-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.list-event-news .item-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.list-event-news .info-date {
  -ms-flex: 1 1 0;
      flex: 1 1 0;
  display: block;
  position: relative;
  font-size: 0.15rem;
  line-height: 1.3333333333;
  color: #565454;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.wf-active .list-event-news .info-date {
  opacity: 1;
}
.list-event-news .info-genre {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.list-event-news .info-title, .list-event-news .info-detail {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  position: relative;
  font-weight: 700;
  color: #000;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-box-orient: vertical;
}
.wf-active .list-event-news .info-title, .wf-active .list-event-news .info-detail {
  opacity: 1;
}
.list-event-news .info-title {
  -webkit-line-clamp: 2;
}
.list-event-news .info-detail {
  -webkit-line-clamp: 4;
}
@media print, (min-width: 768px) {
  .list-event-news .list-wrapper {
    margin: -0.26rem -0.14rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-event-news .list-item {
    width: 50%;
    padding: 0.26rem 0.14rem;
  }
  .list-event-news .item-wrapper {
    height: 100%;
    padding: 0.2rem 0.18rem;
  }
  .list-event-news .item-thumbnail {
    margin-bottom: 0.09rem;
  }
  .list-event-news .info-date {
    width: calc(100% - 32px);
  }
  .list-event-news .info-genre {
    width: 20px;
    margin: 0 2px 0 10px;
  }
  .list-event-news .icon-common-genre {
    width: 20px;
    height: 20px;
    font-size: 17px;
    line-height: 1.0588235294;
  }
  .list-event-news .info-title {
    margin: 0.09rem 0 0.03rem;
    font-size: 0.2rem;
    line-height: 1.45;
  }
  .list-event-news .info-detail {
    min-height: 0.42rem;
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
}
@media print, (min-width: 1860px) {
  .list-event-news .info-date {
    width: calc(100% - 48px);
  }
  .list-event-news .info-genre {
    width: 28px;
    margin-left: 18px;
  }
  .list-event-news .icon-common-genre {
    width: 28px;
    height: 28px;
    font-size: 21px;
    line-height: 1.2380952381;
  }
}
@media print, (min-width: 1366px) and (max-width: 1859.98px) {
  .list-event-news .info-date {
    width: calc(100% - 40px);
  }
  .list-event-news .info-genre {
    width: 24px;
    margin-left: 14px;
  }
  .list-event-news .icon-common-genre {
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: 1.1578947368;
  }
}
@media print, (min-width: 768px) and (max-width: 1259.98px) {
  .list-event-news .item-thumbnail {
    margin-bottom: 9px;
  }
  .list-event-news .info-date {
    font-size: 12px;
  }
  .list-event-news .info-title {
    margin-top: 9px;
    font-size: 19px;
  }
  .list-event-news .info-detail {
    font-size: 13px;
  }
  .list-event-news .info-detail:last-child {
    margin-bottom: -6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-event-news .list-item:not(:last-child) {
    margin-bottom: 0.33rem;
  }
  .list-event-news .item-wrapper {
    padding: 0.2rem 0.18rem;
  }
  .list-event-news .item-thumbnail {
    margin-bottom: 0.09rem;
  }
  .list-event-news .item-info {
    padding: 0 2px;
  }
  .list-event-news .info-date {
    width: calc(100% - 0.3rem);
    top: 0;
  }
  .list-event-news .info-genre {
    width: 0.2rem;
    margin-left: 0.1rem;
  }
  .list-event-news .icon-common-genre {
    width: 0.2rem;
    height: 0.2rem;
    font-size: 0.17rem;
  }
  .list-event-news .info-title {
    margin: 0.07rem 0;
    font-size: 0.19rem;
    line-height: 1.3157894737;
  }
  .list-event-news .info-detail {
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .list-event-news .info-detail:last-child {
    margin-bottom: -2px;
  }
}

.list-event-description {
  color: #565454;
}
.list-event-description .list-item.is-basic {
  display: -ms-flexbox;
  display: flex;
  font-size: 0.15rem;
  line-height: 1.3333333333;
}
.list-event-description .list-item.is-basic dt {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.list-event-description .list-item.is-basic dd {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.list-event-description .list-item.is-date {
  display: -ms-flexbox;
  display: flex;
  font-size: 0.15rem;
  line-height: 1.3333333333;
}
.list-event-description .list-item.is-date dt {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.list-event-description .list-item.is-date dd {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.list-event-description .list-item.is-date dd span.date {
  letter-spacing: 0.07em;
}

.list-event-description .list-item.is-detailed {
  font-size: 0.12rem;
  line-height: 1.5833333333;
}
.list-event-description .list-item.is-detailed dt, .list-event-description .list-item.is-detailed dd {
  display: inline;
}
.list-event-description .list-item dd {
  word-break: break-all;
}
.list-event-description .list-item strong {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .list-event-description .list-item.is-basic {
    margin-bottom: 0.1rem;
  }
  .list-event-description .list-item.is-date {
    margin-bottom: 0.1rem;
  }
  .list-event-description .list-item.is-detailed {
    margin-top: 0.16rem;
  }
}
@media print, (min-width: 768px) and (max-width: 1259.98px) {
  .list-event-description .list-item.is-basic {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .list-event-description .list-item.is-date {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .list-event-description .list-item.is-detailed {
    margin-top: 16px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-event-description .list-item.is-basic {
    margin-bottom: 0.05rem;
    line-height: 1.6666666667;
  }
  .list-event-description .list-item.is-date {
    margin-bottom: 0.05rem;
    line-height: 1.6666666667;
  }
  .list-event-description .list-item.is-detailed {
    margin-top: 0.1rem;
  }
}

.billboard-event-basic {
  display: block;
}
.billboard-event-basic img {
  width: 100%;
  height: auto;
}
@media print, (min-width: 768px) {
  .billboard-event-basic {
    margin: 0;
  }
}

.table-event-profile .table-description {
  margin: 0;
  padding: 0;
  font-size: 0.15rem;
  line-height: 2;
  color: #565454;
  word-break: break-all;
}
.table-event-profile .table-description strong {
  display: inline;
  font-weight: 700;
}
.table-event-profile .table-thumbnail {
  position: relative;
}
.table-event-profile .table-thumbnail img {
  width: 100%;
  height: auto;
}
@media print, (min-width: 768px) {
  .table-event-profile .table-description {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .table-event-profile .table-wrapper {
    margin-bottom: -0.2rem;
    display: inline-block;
  }
  .table-event-profile .table-thumbnail {
    width: 57.5%;
    margin: 0 0.25rem 0.2rem 0;
    float: left;
  }
  .table-event-profile .table-info {
    margin: -2px 0 -0.2rem;
  }
}
@media print, (min-width: 768px) and (max-width: 1259.98px) {
  .table-event-profile .table-description {
    font-size: 15px;
  }
  .table-event-profile .table-thumbnail {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-event-profile .table-description {
    margin-bottom: 0.12rem;
    letter-spacing: -0.06em;
  }
  .table-event-profile .table-thumbnail {
    margin-bottom: 0.2rem;
  }
}

.sidebar-event-news {
  position: relative;
  z-index: 1;
}
@media print, (min-width: 768px) {
  .sidebar-event-news .modal-common-schedule {
    margin-bottom: 0.48rem;
  }
  .sidebar-event-news .modal-common-schedule .modal-frame:not(:last-child) {
    margin-bottom: 0.53rem;
  }
  .sidebar-event-news .sidebar-inner {
    position: sticky;
    top: 0.1rem;
  }
}
@media print, (min-width: 768px) and (max-width: 1259.98px) {
  .sidebar-event-news .sidebar-inner {
    position: sticky;
    top: 1.9rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .sidebar-event-news .modal-common-schedule .modal-frame {
    padding-right: 0.225rem;
    padding-left: 0.225rem;
    right: -0.225rem;
    left: -0.225rem;
  }
}

.post-event-home {
  position: relative;
  z-index: 0;
}
@media print, (min-width: 768px) {
  .post-event-home .title-common-simple {
    margin-bottom: 0.24rem;
  }
}
@media print, (min-width: 768px) and (max-width: 1259.98px) {
  .post-event-home .title-common-simple {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-event-home .title-common-simple {
    margin-bottom: 0.1rem;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
}

.post-event-single {
  position: relative;
  z-index: 0;
}
.post-event-single .post-heading {
  border-bottom: 1px solid #ccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.post-event-single .post-heading .heading-date {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: block;
  position: relative;
  font-size: 0.15rem;
  line-height: 1.3333333333;
  color: #565454;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.wf-active .post-event-single .post-heading .heading-date {
  opacity: 1;
}
.post-event-single .post-heading .heading-genre {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.post-event-single .post-heading .icon-common-genre {
  line-height: 1.0588235294;
}
.post-event-single .post-heading .heading-title {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 700;
  color: #699356;
}
@media print, (min-width: 768px) {
  .post-event-single .post-heading {
    margin-bottom: 0.12rem;
    padding: 0.07rem 0.2rem 0.13rem;
  }
  .post-event-single .post-heading .heading-date {
    max-width: calc(100% - 30px);
    padding: 0 0.06rem;
  }
  .post-event-single .post-heading .heading-title {
    margin-top: 0.13rem;
    font-size: 0.3rem;
    line-height: 1.3333333333;
  }
  .post-event-single .post-heading .heading-genre {
    width: 20px;
    margin-left: 10px;
  }
  .post-event-single .post-heading .icon-common-genre {
    width: 20px;
    height: 20px;
    font-size: 17px;
    line-height: 1.0588235294;
  }
  .post-event-single .table-event-profile {
    margin-bottom: 0.85rem;
    padding: 0 0.2rem;
  }
  .post-event-single .post-content {
    padding: 0 0.2rem;
  }
}
@media print, (min-width: 1860px) {
  .post-event-single .post-heading .heading-date {
    max-width: calc(100% - 46px);
  }
  .post-event-single .post-heading .heading-genre {
    width: 28px;
    margin-left: 18px;
  }
  .post-event-single .post-heading .icon-common-genre {
    width: 28px;
    height: 28px;
    font-size: 21px;
    line-height: 1.2380952381;
  }
}
@media print, (min-width: 1366px) and (max-width: 1859.98px) {
  .post-event-single .post-heading .heading-date {
    max-width: calc(100% - 38px);
  }
  .post-event-single .post-heading .heading-genre {
    width: 24px;
    margin-left: 14px;
  }
  .post-event-single .post-heading .icon-common-genre {
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: 1.1578947368;
  }
}
@media print, (min-width: 768px) and (max-width: 1259.98px) {
  .post-event-single .post-heading {
    padding: 7px 0 13px;
  }
  .post-event-single .post-heading .heading-date {
    padding: 0;
    font-size: 15px;
  }
  .post-event-single .post-heading .heading-title {
    margin-top: 13px;
    font-size: 30px;
  }
  .post-event-single .table-event-profile {
    padding: 0;
  }
  .post-event-single .post-content {
    padding: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-event-single .post-heading {
    margin: 0 -0.05rem 0.11rem;
    padding: 0 2px 0.07rem;
  }
  .post-event-single .post-heading .heading-date {
    max-width: calc(100% - 0.3rem);
    top: -1px;
  }
  .post-event-single .post-heading .heading-title {
    margin-top: 0.08rem;
    font-size: 0.23rem;
    line-height: 1.2765957447;
    letter-spacing: 0.025em;
  }
  .post-event-single .post-heading .heading-genre {
    width: 0.2rem;
    margin-left: 0.1rem;
  }
  .post-event-single .post-heading .icon-common-genre {
    width: 0.2rem;
    height: 0.2rem;
    font-size: 0.17rem;
  }
  .post-event-single .table-event-profile {
    margin-bottom: 0.27rem;
  }
}

.post-event-single .post-content {
  font-size: 0.15rem;
  line-height: 2;
  overflow-wrap: break-word;
  color: #565454;
}
.post-event-single .post-content p:not(:last-child) {
  margin-bottom: 0;
}
.post-event-single .post-content p:last-child {
  margin-bottom: 0;
}
.post-event-single .post-content img {
  display: block;
}
.post-event-single .post-content p img { margin-bottom: 1em; }
.post-event-single .post-content p:last-child img {
  margin-bottom: 0;
}
.post-event-single .post-content blockquote {
  background: #f8f8f8;
  margin-bottom: 1.5em;
  padding: 1.5em 2em;
  position: relative;
}
.post-event-single .post-content blockquote p:not(:last-child) {
  margin-bottom: 1em;
}
.post-event-single .post-content blockquote p:last-child {
  margin-bottom: 0;
}
.post-event-single .post-content blockquote:before, .post-event-single .post-content blockquote:after {
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.post-event-single .post-content blockquote:before {
  content: "“";
  top: 0.3em;
  left: 0.3em;
}
.post-event-single .post-content blockquote:after {
  content: "„";
  right: 0.3em;
  bottom: 0.4em;
}
.post-event-single .post-content ul:not(:last-child), .post-event-single .post-content ol:not(:last-child) {
  margin-bottom: 0;
}
.post-event-single .post-content ul:last-child, .post-event-single .post-content ol:last-child {
  margin-bottom: 0;
}
.post-event-single .post-content ol {
  padding-left: 0.4rem;
  list-style: decimal;
}
.post-event-single .post-content ul {
  margin: 0;
  padding: 0;
  display: block;
}
.post-event-single .post-content ul li {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
.post-event-single .post-content ul li::before {
  content: "○";
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.post-event-single .post-content h2 {
  font-size: 1.4em;
  font-weight: 700;
}
.post-event-single .post-content h2:not(:last-child) {
  margin-bottom: 2em;
}
.post-event-single .post-content h2:last-child {
  margin-bottom: 0;
}
.post-event-single .post-content h3 {
  font-size: 1.2em;
  font-weight: 700;
}
.post-event-single .post-content h3:not(:last-child) {
  margin-bottom: 2em;
}
.post-event-single .post-content h3:last-child {
  margin-bottom: 0;
}
.post-event-single .post-content h4, .post-event-single .post-content h5, .post-event-single .post-content h6 {
  font-size: 1em;
  font-weight: 700;
}
.post-event-single .post-content h4:not(:last-child), .post-event-single .post-content h5:not(:last-child), .post-event-single .post-content h6:not(:last-child) {
  margin-bottom: 2em;
}
.post-event-single .post-content h4:last-child, .post-event-single .post-content h5:last-child, .post-event-single .post-content h6:last-child {
  margin-bottom: 0;
}
.post-event-single .post-content b, .post-event-single .post-content strong {
  font-weight: 700;
}
.post-event-single .post-content i, .post-event-single .post-content em {
  font-style: italic;
}
.post-event-single .post-content a {
  text-decoration: underline;
  color: inherit;
}
.post-event-single .post-content a:hover {
  text-decoration: none;
}
.post-event-single .post-content table {
  border-width: 1px;
}
.post-event-single .post-content tbody, .post-event-single .post-content thead, .post-event-single .post-content tr, .post-event-single .post-content th, .post-event-single .post-content td {
  border-color: inherit;
}
.post-event-single .post-content th, .post-event-single .post-content td {
  padding: 0.05rem;
  border-width: 1px;
  border-style: solid;
}
.post-event-single .post-content figure, .post-event-single .post-content picture {
  max-width: 100%;
}
.post-event-single .post-content figure:not(:last-child), .post-event-single .post-content picture:not(:last-child) {
  margin-bottom: 2em;
}
.post-event-single .post-content figure:last-child, .post-event-single .post-content picture:last-child {
  margin-bottom: 0;
}
.post-event-single .post-content .alignleft, .post-event-single .post-content .alignright, .post-event-single .post-content .aligncenter {
  display: block;
}
.post-event-single .post-content .aligncenter, .post-event-single .post-content .alignright {
  margin-left: auto;
}
.post-event-single .post-content .alignleft, .post-event-single .post-content .aligncenter {
  margin-right: auto;
}
.post-event-single .post-content .alignright {
  margin-right: 0;
}
.post-event-single .post-content .alignleft {
  margin-left: 0;
}
.post-event-single .post-content iframe {
	max-width: 100%;
}
@media print, (min-width: 768px) {
  .post-event-single .post-content img:not(:last-child) {
    margin-bottom: 0.32rem;
  }
  .post-event-single .post-content img + p {
    margin-top: 0.3rem;
  }
}
@media print, (min-width: 768px) and (max-width: 1259.98px) {
  .post-event-single .post-content {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-event-single .post-content img:not(:last-child) {
    margin-bottom: 0.23rem;
  }
  .post-event-single .post-content img + p {
    margin-top: 0.2rem;
  }
  .post-event-single .post-content ol, .post-event-single .post-content ul {
    margin-right: -0.1rem;
  }
}

@media print, (min-width: 768px) {
  .section-event-overall {
    padding: 0.23rem 0 1.04rem;
  }
  .section-event-overall.is-detail {
    padding: 0.17rem 0 1.38rem;
  }
  .section-event-overall.is-detail .sidebar-event-news {
    padding-top: 0.42rem;
  }
  .section-event-overall .wrapper {
    max-width: 9.72rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-event-overall .sidebar-event-news, .section-event-overall .post-event-home, .section-event-overall .post-event-single {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .section-event-overall .sidebar-event-news {
    width: 2.88rem;
    margin-left: 0.44rem;
    -ms-flex-order: 2;
        order: 2;
  }
  .section-event-overall .post-event-home, .section-event-overall .post-event-single {
    width: calc(100% - 3.32rem);
    -ms-flex-order: 1;
        order: 1;
  }
  .section-event-overall .pagination-common, .section-event-overall .navigation-common {
    width: 100%;
    -ms-flex-order: 3;
        order: 3;
  }
  .section-event-overall .pagination-common {
    margin-top: 0.77rem;
  }
  .section-event-overall .navigation-common {
    margin-top: 0.72rem;
  }
}
@media print, (min-width: 768px) and (max-width: 1259.98px) {
  .section-event-overall .wrapper {
    max-width: 972px;
  }
  .section-event-overall .sidebar-event-news {
    width: 29.6296%;
  }
  .section-event-overall .post-event-home, .section-event-overall .post-event-single {
    width: calc(70.3704% - 0.44rem);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-event-overall {
    padding: 0.23rem 0 0.6rem;
  }
  .section-event-overall.is-detail {
    padding: 0.29rem 0 0.42rem;
  }
  .section-event-overall .wrapper {
    padding-right: 0.225rem;
    padding-left: 0.225rem;
  }
  .section-event-overall .sidebar-event-news, .section-event-overall .post-event-home, .section-event-overall .post-event-single {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .section-event-overall .sidebar-event-news {
    margin-bottom: 0.39rem;
  }
  .section-event-overall .post-event-home {
    padding: 0 2px;
  }
  .section-event-overall .pagination-common {
    margin-top: 0.7rem;
    padding: 0 2px;
  }
  .section-event-overall .navigation-common {
    margin-top: 0.22rem;
    padding: 0 2px;
  }
  .section-event-overall .billboard-event-basic {
    margin: 0.6rem 0.015rem 0;
  }
}

.block-event-application.is-basic .block-title {
  font-size: 0.18rem;
  line-height: 1.6666666667;
}
.block-event-application.is-agreement .block-title {
  font-size: 0.19rem;
  line-height: 1.5789473684;
  text-align: center;
}
.block-event-application.is-agreement .block-policy, .block-event-application.is-agreement .block-detail {
  margin: 0;
  padding: 0;
  font-size: 0.15rem;
}
.block-event-application.is-agreement .block-detail {
  text-align: center;
}
.block-event-application.is-agreement .checkbox-common {
  -ms-flex-pack: center;
      justify-content: center;
}
.block-event-application.is-agreement .block-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.block-event-application .block-title, .block-event-application .block-policy {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 400;
  color: #000;
}
.block-event-application .block-content, .block-event-application .block-policy {
  background-color: #fff;
}
@media print, (min-width: 768px) {
  .block-event-application.is-basic .block-title {
    margin-bottom: 0.08rem;
    padding: 0 4px;
  }
  .block-event-application.is-basic .block-content {
    padding: 0.35rem 0.45rem;
  }
  .block-event-application.is-agreement .block-title {
    margin-bottom: 0.17rem;
  }
  .block-event-application.is-agreement .block-policy {
    margin-bottom: 0.44rem;
    padding: 0.47rem 1.36rem;
    line-height: 2;
    letter-spacing: -0.045em;
  }
  .block-event-application.is-agreement .block-detail {
    margin-bottom: 0.1rem;
    line-height: 2;
  }
  .block-event-application.is-agreement .checkbox-common {
    margin-bottom: 0.39rem;
  }
  input[type="submit"] {
    min-width: 33.333333%;
  }
}
@media print, (min-width: 768px) and (max-width: 1259.98px) {
  .block-event-application.is-basic .block-title {
    font-size: 18px;
  }
  .block-event-application.is-agreement .block-title {
    font-size: 19px;
  }
  .block-event-application.is-agreement .block-policy, .block-event-application.is-agreement .block-detail {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-event-application.is-basic .block-title {
    margin-bottom: 0.09rem;
    padding: 0 0.15rem;
  }
  .block-event-application.is-basic .block-content {
    padding: 0.17rem 0.15rem 0.24rem;
  }
  .block-event-application.is-basic .radio-common {
    padding-top: 0.12rem;
  }
  .block-event-application.is-basic .radio-common.is-item-type .mwform-radio-field {
    width: 100%;
  }
  .block-event-application.is-agreement .block-title {
    margin-bottom: 0.15rem;
  }
  .block-event-application.is-agreement .block-policy {
    margin-bottom: 0.3rem;
    padding: 0.18rem 0.12rem;
    line-height: 1.55;
    letter-spacing: -0.03em;
  }
  .block-event-application.is-agreement .block-detail {
    margin-bottom: 0.26rem;
    line-height: 1.55;
  }
  .block-event-application.is-agreement .checkbox-common {
    margin-bottom: 0.32rem;
  }
  input[type="submit"] {
    width: calc(100% - 0.28rem);
  }
}

.section-event-application {
  background-color: #f4f8ee;
}
.section-event-application .section-detail, .section-event-application .section-note {
  margin: 0;
  padding: 0;
  color: #606060;
  text-align: center;
}
.section-event-application .section-note span {
  color: #e65a24;
}
.section-event-application .section-list-status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
.section-event-application .section-list-status .list-item {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 0;
      flex: 1 1 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  color: #c1c1c1;
}
.section-event-application .section-list-status .list-item:first-child::before {
  right: -1px;
  left: 50%;
}
.section-event-application .section-list-status .list-item:last-child::before {
  right: 50%;
  left: -1px;
}
.section-event-application .section-list-status .list-item::before, .section-event-application .section-list-status .list-item::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
}
.section-event-application .section-list-status .list-item::before {
  background-color: #c1c1c1;
  z-index: 0;
}
.section-event-application .section-list-status .list-item::after {
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.section-event-application .section-list-status .list-item.is-active {
  color: #578544;
}
.section-event-application .section-list-status .list-item.is-active::after {
  border-color: #578544;
  background-color: #578544;
}
@media print, (min-width: 768px) {
  .section-event-application {
    padding: 0.26rem 0 0.81rem;
  }
  .section-event-application .wrapper {
    max-width: 9rem;
  }
  .section-event-application .title-common-highlight {
    margin-bottom: 0.43rem;
  }
  .section-event-application .section-detail {
    margin-bottom: 0.14rem;
    font-size: 0.15rem;
    line-height: 1.3333333333;
  }
  .section-event-application .section-note {
    margin-bottom: 0.46rem;
    font-size: 0.12rem;
    line-height: 1.25;
  }
  .section-event-application .section-list-status {
    margin-bottom: 0.64rem;
    padding: 0 0.72rem;
    font-size: 0.15rem;
    line-height: 1.3333333333;
  }
  .section-event-application .section-list-status .list-item {
    padding: 0 0.1rem;
  }
  .section-event-application .section-list-status .list-item::before, .section-event-application .section-list-status .list-item::after {
    height: 2px;
    margin-top: -1px;
    top: calc(100% + 0.15rem);
  }
  .section-event-application .section-list-status .list-item::after {
    width: 0.17rem;
    height: 0.17rem;
    border: 2px solid #c1c1c1;
  }
  .section-event-application .block-event-application:not(:last-child) {
    margin-bottom: 0.59rem;
  }
  .section-event-application .block-event-application.is-agreement {
    margin-top: 0.74rem;
  }
}
@media print, (min-width: 768px) and (max-width: 1259.98px) {
  .section-event-application .wrapper {
    max-width: 900px;
  }
  .section-event-application .section-detail {
    font-size: 15px;
  }
  .section-event-application .section-note {
    font-size: 12px;
  }
  .section-event-application .section-list-status {
    font-size: 15px;
  }
  .section-event-application .section-list-status .list-item::before, .section-event-application .section-list-status .list-item::after {
    top: calc(100% + 15px);
  }
  .section-event-application .section-list-status .list-item::after {
    width: 17px;
    height: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-event-application {
    padding: 0.25rem 0 0.5rem;
  }
  .section-event-application .title-common-highlight {
    margin-bottom: 0.21rem;
  }
  .section-event-application .section-detail {
    margin-bottom: 0.08rem;
    font-size: 0.1125rem;
    line-height: 2;
  }
  .section-event-application .section-note {
    margin-bottom: 0.29rem;
    font-size: 0.09rem;
    line-height: 1.1111111111;
  }
  .section-event-application .section-list-status {
    margin-bottom: 0.35rem;
    padding: 0 0.25rem;
    font-size: 0.1125rem;
    line-height: 2;
  }
  .section-event-application .section-list-status .list-item {
    padding: 0 0.1rem;
  }
  .section-event-application .section-list-status .list-item::before, .section-event-application .section-list-status .list-item::after {
    top: calc(100% + 0.07rem);
  }
  .section-event-application .section-list-status .list-item::before {
    height: 2px;
  }
  .section-event-application .section-list-status .list-item::after {
    width: 0.13rem;
    height: 0.13rem;
    border: 2px solid #c1c1c1;
  }
  .section-event-application .block-event-application:not(:last-child) {
    margin-bottom: 0.28rem;
  }
  .section-event-application .block-event-application.is-agreement {
    margin-top: 0.42rem;
  }
}

.txt_err {
  margin: 0;
  padding: 0;
  color: #FF0000;
  text-align: center;
}
@media print, (min-width: 768px) {
  .txt_err {
    margin-bottom: 0.46rem;
    font-size: 0.12rem;
    line-height: 1.25;
  }
}
@media print, (min-width: 768px) and (max-width: 1259.98px) {
  .txt_err {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .txt_err {
    margin-bottom: 0.29rem;
    font-size: 0.09rem;
    line-height: 1.1111111111;
  }
}

.note_event {
  width: 90%;
  margin: 0.5rem auto 0;
  padding: 0.2rem 0.2rem;
  color: #E60012;
  text-align: center;
  border: 2px solid #E60012;
}
@media only screen and (max-width: 767.98px) {
  .note_event {
    width: 100%;
    margin: 0.3rem auto 0;
    text-align: left;
  }
}

.note_event h4 {
  margin: 0 0 0.1rem 0;
  padding: 0;
  font-size: 1.3em;
}
@media only screen and (max-width: 767.98px) {
  .note_event h4 {
    text-align: center;
  }
}

.input-common select {
  width: 100%;
  height: 3.4em;
  padding: 0 0.18rem 1px;
  border: 1px solid #bababa;
  border-radius: 0.05rem;
  background-color: #f7f8f8;
  font-size: 1em;
  color: #000;
}

.block-event-application .form-part-timepicker {
  align-items: flex-start;
}
















/*# sourceMappingURL=event.css.map */