@charset "utf-8";
/* CSS Document */
.img-responsive {
  max-width: 100%;
  height: auto;
}

.small_img_banner ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.small_img_banner li {
  width: 19%;
  margin-bottom: 10px;
}

.small_img_banner li img {
  width: 100%;
  height: auto;
}

.btm00{
    margin-top: 0px;
}

h1 {
    font-size: 33px;
    font-weight: bold;
    line-height: 1.15em;
}

.h2, h2 {
    font-size: 24px;
}

p {
  font-family: "Gill Sans MT", serif;
}

span {
  font-family: "Gill Sans MT", serif;
}

.meeting-and-event-page {
    background: #f3f4f4;
    padding: 35px 0px;
     padding-bottom: 35px; 
}

.content-detail {
    padding: 15px;
}

.mar-t-2 {
    padding-top:  15px;
}

@media (min-width: 1200px) {
    h1 {
        font-size: 30px;
        line-height: 1.3em;
    }

    .h2, h2 {
        font-size: 30px;
    }

    .content-detail {
        padding: 30px;
    }

    .mar-t-2 {
        padding-top:  25px;
    }
}