@charset "UTF-8";

.contentWrap {
     background-color: #fff;
}

.festivalContent .notice {
    margin: 0 auto 20px;
    width: 90%;
    text-align: center;
}

.festivalContent .notice p {
    font-size: 15px;
    line-height: 1.6;
    padding-top: 10px;
}

.bgGray {
    background-color: #F9F9F9;
}

.section,
.selectSet {
    width: 90%;
    margin: 0 auto;
}

.section {
    padding-top: 50px;
    padding-bottom: 30px;
}

.selectSet {
    max-width: 1080px;
}

.setCategory {
    margin-bottom: 20px;
}

.setCategory span {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: #001e55;
    line-height: 1.5;
    padding: 0 16px;
    display: inline-block;
}

.setCategory span::before {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 14px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(/img/frame_03.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.setCategory span::after {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 14px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(/img/frame_04.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.eventTable {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.eventTable tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #B4B4B4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.eventTable tr.title {
    border-bottom: 4px double #B4B4B4;
}

.eventTable tr.mode_450 {
    display: none;
}
.eventTable tr.mode_sp {
    display: flex;
}

.eventTable tr td {
    line-height: 1.6;
}

.eventTable tr.title td {
    font-weight: 700;
}

td.area {
    padding-left: 10px;
}

td.link {
    margin-right: 20px;
}

td.colArea {
    width: 100%;
    color: #001E55;
    font-weight: 600;
    font-size: 15px;
}

.colArea::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #001E55;
  margin-right: 6px;
  vertical-align: middle;
}

td.colDate {
   font-size: 14px;
}

td.colLink {
    width: 40%;
    font-size: 14px;
    text-align: right;
    padding-right: 20px;
    min-width: 140px;
}

.colLink a {
    display: inline-block;
    padding: 0 0 0 20px;
}

.colLink a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background: #ff0028;
}

.colLink a::after {
    content: "";
    position: absolute;
    left: 6px;
    top: calc(50% - 2px);
    width: 4px;
    height: 4px;
    border-top: 1px solid #ff0028;
    transform: rotate(45deg);
}

.colLink p {
    position: relative;
}

.colLink .detailLink p::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 17px;
    background-image: url(/img/browser_icon.png);
    background-repeat: no-repeat;
    right: -20px;
}

.colLink .pdflLink p::after {
    position: absolute;
    content: '';
    width: 24px;
    height: 28px;
    background-image: url(/img/pdf_icon.png);
    background-repeat: no-repeat;
    right: -25px;
    bottom: -8px;
}

@media (min-width: 450px) {
    td.colArea {
        width: 40%;
    }
    .eventTable tr.mode_450 {
    display: flex;
}
    .eventTable tr.mode_sp {
        display: none;
    }
}


@media (min-width: 769px) {
    .festivalContent .notice p {
        font-size: 18px;
    }
     .section {
        padding-top: 80px;
        padding-bottom: 80px;
     }
    .setCategory {
        margin-bottom: 40px;
    }

    .setCategory span {
        font-size: 22px;
        padding: 0 36px;
    }

    .setCategory span:before,
    .setCategory span:after {
        width: 24px;
        height: 41px;
    }
}

    .colArea::before {
        width: 10px;
        height: 10px;
        margin-right: 10px;
    }
    .eventTable tr.title td {
        font-size: 16px;
    }
    td.area {
        padding-left: 20px;
    }
    td.colArea {
        font-size: 16px;
    }
    td.colDate {
        font-size: 15px;
    }
    td.colLink {
        font-size: 15px;
    }
}

@media (min-width: 1100px) {
}
