@media screen and (min-width: 1081px), print {
  .events {
    padding: 70px 30px 100px;
  }
  .events .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
  }
  .events .title .lf {
    width: -webkit-calc(100% - 324px);
    width: -moz-calc(100% - 324px);
    width: calc(100% - 324px);
    padding-right: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .events .title .lf .ym {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
  }
  .events .title .lf .ym .y {
    font-size: 2.2rem;
    line-height: 22px;
    letter-spacing: 1.4px;
  }
  .events .title .lf .ym .m {
    font-size: 5rem;
    line-height: 40px;
    letter-spacing: 3px;
    margin-left: 4px;
    position: relative;
    top: -1px;
  }
  .events .title .lf a.tmonth {
    display: block;
    font-size: 1.5rem;
    line-height: 22px;
    position: relative;
    padding-right: 23px;
    margin-bottom: 11px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .events .title .lf a.tmonth::before {
    content: "";
    display: block;
    width: 52px;
    height: 1px;
    background: #626262;
    position: absolute;
    right: 0;
    bottom: -5px;
  }
  .events .title .lf a.tmonth::after {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background: url("/eventcalendar/img/arrow.png") no-repeat;
    position: absolute;
    right: 0;
    top: 4px;
  }
  .events .title .lf a.tmonth:hover {
    opacity: 0.8;
  }
  .events .title .rg {
    width: 324px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .events .title .rg .btn_black a {
    width: 160px;
    height: 40px;
    padding-right: 20px;
  }
  .events .title .rg .btn_black a.active::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
       -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .events .title .rg .btn_black a::after {
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .events .title .rg .btn_red a {
    width: 160px;
    height: 40px;
    padding-right: 20px;
  }
  .events .title .rg .btn_red a::after {
    right: 15px;
  }
  .events .title .cld {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #c8c8c8;
    padding: 34px 25px 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .3s, opacity .3s, top .5s;
    -moz-transition: visibility .3s, opacity .3s, top .5s;
    transition: visibility .3s, opacity .3s, top .5s;
  }
  .events .title .cld.active {
    top: 40px;
    visibility: visible;
    opacity: 1;
  }
  .events .title .cld .box {
    width: 290px;
    background: #fff;
    border-bottom: 3px solid #b6b6b6;
    text-align: center;
    padding: 29px 20px 13px;
  }
  .events .title .cld .box > span {
    display: inline-block;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 22px;
    letter-spacing: 2px;
    border-bottom: 2px solid #c8c8c8;
    padding: 0 1px 9px;
    margin-bottom: 18px;
  }
  .events .title .cld .box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .events .title .cld .box ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 55px;
    height: 28px;
    padding-right: 5px;
    margin: 0 3.5px 15px;
  }
  .events .title .cld .box ul li:nth-of-type(4n+4) {
    margin-right: 0;
  }
  .events .title .cld .box ul li.active {
    background: #ab1b1b;
    color: #fff;
  }
  .events .title .cld .box ul li.active a {
    color: #fff;
  }
  .events .title .cld .box ul li span {
    width: 24px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 28px;
  }
}

@media screen and (min-width: 1081px) and (-ms-high-contrast: active), screen and (min-width: 1081px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .events .title .cld .box ul li span {
    position: relative;
    top: -1px;
  }
}

@media screen and (min-width: 1081px), print {
  .events .title .cld .box ul li small {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 27px;
  }
  .events .title .cld .box ul li a:hover {
    opacity: 0.7;
  }
  .events .table {
    border: 1px solid #bebebe;
  }
  .events .table dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .events .table dl:not(:last-of-type) {
    border-bottom: 1px solid #bebebe;
  }
  .events .table dl dt {
    width: 106px;
    background: #f3f3f3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .events .table dl dt.sa {
    background: #e7f7fd;
  }
  .events .table dl dt.sa span {
    color: #31a4fd;
  }
  .events .table dl dt.su {
    background: #fcf0fa;
  }
  .events .table dl dt.su span {
    color: #ff6bb4;
  }
  .events .table dl dt span {
    width: 53px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #646464;
    border-right: 1px solid #bebebe;
    padding: 15px 0;
  }
  .events .table dl dt span.nb {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 22px;
  }
  .events .table dl dt span.wk {
    font-size: 1.4rem;
    line-height: 22px;
  }
  .events .table dl dd {
    width: -webkit-calc(100% - 106px);
    width: -moz-calc(100% - 106px);
    width: calc(100% - 106px);
    background: #fff;
    padding: 13px 18px;
  }
  .events .table dl dd p {
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 1px;
  }
  .events .table dl dd p:not(:last-of-type) {
    margin-bottom: 6px;
  }
  .events .table dl dd p a {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .events .table dl dd p a:hover {
    opacity: 0.7;
  }
  .events .table dl dd .box:not(:last-of-type) {
    margin-bottom: 11px;
  }
  .events .table dl dd .box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .events .table dl dd .box ul li {
    min-width: 70px;
    height: 18px;
    background: #626262;
    padding: 0 10px;
    font-size: 1rem;
    line-height: 18px;
    color: #fff;
    text-align: center;
    margin-right: 4px;
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .events {
    padding-top: 6.48148vw;
    padding-bottom: 9.25926vw;
  }
  .events .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin-bottom: 1.85185vw;
  }
  .events .title .lf {
    width: -webkit-calc(100% - 30vw);
    width: -moz-calc(100% - 30vw);
    width: calc(100% - 30vw);
    padding-right: 2.03704vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .events .title .lf .ym {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
  }
  .events .title .lf .ym .y {
    font-size: 2.03704vw;
    line-height: 2.03704vw;
    letter-spacing: 0.12963vw;
  }
  .events .title .lf .ym .m {
    font-size: 4.62963vw;
    line-height: 3.7037vw;
    letter-spacing: 0.27778vw;
    margin-left: 0.37037vw;
    position: relative;
    top: -0.09259vw;
  }
  .events .title .lf a.tmonth {
    display: block;
    font-size: 1.38889vw;
    line-height: 2.03704vw;
    position: relative;
    padding-right: 2.12963vw;
    margin-bottom: 1.01852vw;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .events .title .lf a.tmonth::before {
    content: "";
    display: block;
    width: 4.81481vw;
    height: 1px;
    background: #626262;
    position: absolute;
    right: 0;
    bottom: -0.46296vw;
  }
  .events .title .lf a.tmonth::after {
    content: "";
    display: block;
    width: 0.74074vw;
    height: 1.2963vw;
    background: url("/eventcalendar/img/arrow.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    right: 0;
    top: 0.37037vw;
  }
  .events .title .lf a.tmonth:hover {
    opacity: 0.8;
  }
  .events .title .rg {
    width: 30vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .events .title .rg .btn_black a {
    width: 14.81481vw;
    height: 3.7037vw;
    padding-right: 1.85185vw;
  }
  .events .title .rg .btn_black a.active::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
       -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .events .title .rg .btn_black a::after {
    right: 1.38889vw;
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .events .title .rg .btn_red a {
    width: 14.81481vw;
    height: 3.7037vw;
    padding-right: 1.85185vw;
  }
  .events .title .rg .btn_red a::after {
    right: 1.38889vw;
  }
  .events .title .cld {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #c8c8c8;
    padding: 3.14815vw 2.31481vw 2.77778vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .3s, opacity .3s, top .5s;
    -moz-transition: visibility .3s, opacity .3s, top .5s;
    transition: visibility .3s, opacity .3s, top .5s;
  }
  .events .title .cld.active {
    top: 3.7037vw;
    visibility: visible;
    opacity: 1;
  }
  .events .title .cld .box {
    width: 26.85185vw;
    background: #fff;
    border-bottom: 3px solid #b6b6b6;
    text-align: center;
    padding: 2.68519vw 1.85185vw 1.2037vw;
  }
  .events .title .cld .box > span {
    display: inline-block;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 2.03704vw;
    line-height: 2.03704vw;
    letter-spacing: 0.18519vw;
    border-bottom: 2px solid #c8c8c8;
    padding: 0 0.09259vw 0.83333vw;
    margin-bottom: 1.66667vw;
  }
  .events .title .cld .box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .events .title .cld .box ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 5.09259vw;
    height: 2.59259vw;
    padding-right: 0.46296vw;
    margin: 0 0.32407vw 1.38889vw;
    cursor: pointer;
  }
  .events .title .cld .box ul li:nth-of-type(4n+4) {
    margin-right: 0;
  }
  .events .title .cld .box ul li.active {
    background: #ab1b1b;
    color: #fff;
  }
  .events .title .cld .box ul li.active a {
    color: #fff;
  }
  .events .title .cld .box ul li span {
    width: 2.22222vw;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 2.03704vw;
    line-height: 2.59259vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 1080px) and (-ms-high-contrast: none) {
  .events .title .cld .box ul li span {
    position: relative;
    top: -0.09259vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .events .title .cld .box ul li small {
    font-weight: bold;
    font-size: 1.48148vw;
    line-height: 2.5vw;
  }
  .events .table {
    border: 1px solid #bebebe;
  }
  .events .table dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .events .table dl:not(:last-of-type) {
    border-bottom: 1px solid #bebebe;
  }
  .events .table dl dt {
    width: 9.81481vw;
    background: #f3f3f3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .events .table dl dt.sa {
    background: #e7f7fd;
  }
  .events .table dl dt.sa span {
    color: #31a4fd;
  }
  .events .table dl dt.su {
    background: #fcf0fa;
  }
  .events .table dl dt.su span {
    color: #ff6bb4;
  }
  .events .table dl dt span {
    width: 4.90741vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #646464;
    border-right: 1px solid #bebebe;
    padding: 1.38889vw 0;
  }
  .events .table dl dt span.nb {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.48148vw;
    line-height: 2.03704vw;
  }
  .events .table dl dt span.wk {
    font-size: 1.2963vw;
    line-height: 2.03704vw;
  }
  .events .table dl dd {
    width: -webkit-calc(100% - 9.81481vw);
    width: -moz-calc(100% - 9.81481vw);
    width: calc(100% - 9.81481vw);
    background: #fff;
    padding: 1.2037vw 1.66667vw;
  }
  .events .table dl dd p {
    font-size: 1.48148vw;
    line-height: 2.40741vw;
    letter-spacing: 0.09259vw;
  }
  .events .table dl dd p:not(:last-of-type) {
    margin-bottom: 0.55556vw;
  }
  .events .table dl dd p a {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .events .table dl dd p a:hover {
    opacity: 0.8;
  }
  .events .table dl dd .box:not(:last-of-type) {
    margin-bottom: 1.01852vw;
  }
  .events .table dl dd .box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .events .table dl dd .box ul li {
    min-width: 6.48148vw;
    height: 1.66667vw;
    background: #626262;
    padding: 0 0.92593vw;
    font-size: 0.92593vw;
    line-height: 1.66667vw;
    color: #fff;
    text-align: center;
    margin-right: 0.37037vw;
    margin-bottom: 0.37037vw;
  }
}

@media screen and (max-width: 767px) {
  .events {
    padding: 7.8125vw 3.90625vw 13.02083vw;
  }
  .events .title {
    position: relative;
    margin-bottom: 3.90625vw;
  }
  .events .title .lf {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.95312vw;
  }
  .events .title .lf .ym {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
  }
  .events .title .lf .ym .y {
    font-size: 3.90625vw;
    line-height: 4.42708vw;
    letter-spacing: 0.19531vw;
  }
  .events .title .lf .ym .m {
    font-size: 6.51042vw;
    line-height: 6.51042vw;
    letter-spacing: 0.39062vw;
    margin-left: 0.65104vw;
  }
  .events .title .lf a.tmonth {
    display: block;
    font-size: 3.38542vw;
    line-height: 3.38542vw;
    position: relative;
    padding-right: 2.99479vw;
  }
  .events .title .lf a.tmonth::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #626262;
    position: absolute;
    right: 0;
    bottom: -0.65104vw;
  }
  .events .title .lf a.tmonth::after {
    content: "";
    display: block;
    width: 1.04167vw;
    height: 1.82292vw;
    background: url("/eventcalendar/img/arrow.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    right: 0;
    top: 0.65104vw;
  }
  .events .title .rg {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .events .title .rg .btn_black a {
    width: 44.27083vw;
    height: 10.41667vw;
  }
  .events .title .rg .btn_black a.active::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
       -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .events .title .rg .btn_black a::after {
    right: 2.60417vw;
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .events .title .rg .btn_red a {
    width: 44.27083vw;
    height: 10.41667vw;
  }
  .events .title .cld {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #c8c8c8;
    padding: 3.90625vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .3s, opacity .3s, top .5s;
    -moz-transition: visibility .3s, opacity .3s, top .5s;
    transition: visibility .3s, opacity .3s, top .5s;
  }
  .events .title .cld.active {
    top: 18.75vw;
    visibility: visible;
    opacity: 1;
  }
  .events .title .cld .box {
    width: 41.66667vw;
    background: #fff;
    text-align: center;
    border-bottom: 0.65104vw solid #b6b6b6;
    padding: 3.90625vw 1.95312vw 2.60417vw;
    margin-bottom: 1.30208vw;
  }
  .events .title .cld .box.crt {
    width: 100%;
  }
  .events .title .cld .box > span {
    display: inline-block;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 4.55729vw;
    line-height: 4.55729vw;
    letter-spacing: 0.39062vw;
    border-bottom: 2px solid #c8c8c8;
    padding: 0 0 1.30208vw;
    margin-bottom: 2.60417vw;
  }
  .events .title .cld .box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 1.30208vw;
  }
  .events .title .cld .box ul li {
    width: 25%;
    height: 5.20833vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0.26042vw;
  }
  .events .title .cld .box ul li.active {
    background: #ab1b1b;
    color: #fff;
  }
  .events .title .cld .box ul li.active a {
    color: #fff;
  }
  .events .title .cld .box ul li span {
    width: 4.55729vw;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 3.38542vw;
    line-height: 5.20833vw;
    position: relative;
    top: -0.26042vw;
  }
  .events .title .cld .box ul li small {
    font-weight: bold;
    font-size: 2.60417vw;
    line-height: 5.20833vw;
  }
  .events .table {
    border: 1px solid #bebebe;
  }
  .events .table dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .events .table dl:not(:last-of-type) {
    border-bottom: 1px solid #bebebe;
  }
  .events .table dl dt {
    width: 19.53125vw;
    background: #f3f3f3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .events .table dl dt.sa {
    background: #e7f7fd;
  }
  .events .table dl dt.sa span {
    color: #31a4fd;
  }
  .events .table dl dt.su {
    background: #fcf0fa;
  }
  .events .table dl dt.su span {
    color: #ff6bb4;
  }
  .events .table dl dt span {
    width: 9.76562vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #646464;
    border-right: 1px solid #bebebe;
    padding: 2.60417vw 0;
  }
  .events .table dl dt span.nb {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 3.64583vw;
    line-height: 3.64583vw;
  }
  .events .table dl dt span.wk {
    font-size: 3.125vw;
    line-height: 3.64583vw;
  }
  .events .table dl dd {
    width: -webkit-calc(100% - 19.53125vw);
    width: -moz-calc(100% - 19.53125vw);
    width: calc(100% - 19.53125vw);
    background: #fff;
    padding: 2.60417vw 1.95312vw;
  }
  .events .table dl dd p {
    font-size: 3.125vw;
    line-height: 4.42708vw;
    letter-spacing: 0.13021vw;
  }
  .events .table dl dd p:not(:last-of-type) {
    margin-bottom: 1.95312vw;
  }
  .events .table dl dd .box:not(:last-of-type) {
    margin-bottom: 1.95312vw;
  }
  .events .table dl dd .box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .events .table dl dd .box ul li {
    min-width: 13.02083vw;
    height: 4.55729vw;
    background: #626262;
    padding: 0 1.95312vw;
    font-size: 2.60417vw;
    line-height: 4.55729vw;
    color: #fff;
    text-align: center;
    margin-right: 1.30208vw;
    margin-bottom: 0.65104vw;
  }
}
