<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.title {
  background: url("/dir/daimansai2020/img/event/title_event.jpg") center center/cover no-repeat; }

@media only screen and (max-width: 767px) {
  .wrap {
    margin-bottom: 60px; } }

h2 {
  margin: 0 0 25px;
  position: relative;
  text-align: left; }
  h2::before {
    position: absolute;
    top: 45%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    background-color: #231815; }
  h2 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    background-color: #fff;
    color: #231815;
    text-align: left;
    letter-spacing: 0.07em; }
    @media only screen and (max-width: 767px) {
      h2 span {
        font-size: 1.05rem;
        padding: 0 15px 0 0; } }
    @media only screen and (min-width: 768px) {
      h2 span {
        font-size: 1.45rem;
        padding: 0 28px 0 0; } }

@media only screen and (max-width: 767px) {
  .container {
    margin: 0 0 30px; } }
@media only screen and (min-width: 768px) {
  .container {
    margin: 0 0 55px; } }
.container:last-child {
  margin: 0; }

.event_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .event_list {
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    .event_list {
      justify-content: space-between; } }
  .event_list .box {
    position: relative;
    text-align: left;
    background: #f1f1f1;
    color: #333;
    box-sizing: border-box;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .event_list .box {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        margin: 0 0 15px;
        width: 100%;
        height: 120px; }
        .event_list .box:last-of-type {
          margin: 0; } }
    @media only screen and (min-width: 768px) {
      .event_list .box {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        margin: 0 0 30px;
        width: 48.8%;
        height: 180px; }
        .event_list .box:hover {
          cursor: pointer; } }
    .event_list .box .pic {
      background: #f1f1f1;
      color: #8e8e8e;
      text-align: center;
      display: flex;
      align-items: center;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .event_list .box .pic {
          width: 120px;
          height: 120px;
          line-height: 120px; } }
      @media only screen and (min-width: 768px) {
        .event_list .box .pic {
          width: 180px;
          height: 180px;
          line-height: 180px;
          overflow: hidden; }
          .event_list .box .pic img {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out; }
          .event_list .box .pic:hover::after {
            content: '';
            background-color: rgba(0, 0, 0, 0.4);
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            height: 180px; }
          .event_list .box .pic:hover img {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
            transition-duration: 0.5s; } }
    .event_list .box .text {
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .event_list .box .text {
          width: 225px;
          height: 120px;
          padding: 10px 10px 0 10px; } }
      @media only screen and (min-width: 768px) {
        .event_list .box .text {
          width: 405px;
          padding: 20px 20px 0 15px; } }
      .event_list .box .text .date {
        padding: 0;
        border-left: #ccc solid 5px;
        padding-left: 7px; }
        @media only screen and (max-width: 767px) {
          .event_list .box .text .date {
            font-size: 0.8rem;
            line-height: 0.8rem;
            margin: 0 0 7px; } }
        @media only screen and (min-width: 768px) {
          .event_list .box .text .date {
            font-size: 1.05rem;
            line-height: 1.05rem;
            margin: 0 0 9px; } }
      .event_list .box .text .comment {
        margin: 0;
        padding: 0; }
        @media only screen and (max-width: 767px) {
          .event_list .box .text .comment {
            font-size: 0.75rem;
            line-height: 1.0rem;
            height: 35px;
            overflow: hidden;
            text-overflow: ellipsis; } }
        @media only screen and (min-width: 768px) {
          .event_list .box .text .comment {
            font-size: 0.9rem;
            line-height: 1.2rem; } }
  .event_list h3 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .event_list h3 {
        margin: 0 0 12px;
        font-size: 0.95rem;
        line-height: 0.95rem; } }
    @media only screen and (min-width: 768px) {
      .event_list h3 {
        margin: 0 0 13px;
        font-size: 1.25rem;
        line-height: 1.25rem; } }
    .event_list h3 a {
      text-decoration: none;
      color: #333; }
  .event_list .long h3 {
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .event_list .long h3 {
        margin: 0 0 6px;
        font-size: 0.85rem;
        line-height: 1.1rem; } }
    @media only screen and (min-width: 768px) {
      .event_list .long h3 {
        margin: 0 0 9px;
        font-size: 1.1rem;
        line-height: 1.4rem; } }
    .event_list .long h3 a {
      text-decoration: none;
      color: #333; }
</pre></body></html>