<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#sec-main .company-list:after, #sec-main .sitemap-list:after {
  content: "";
  clear: both;
  display: block;
}

#sec-main .title {
  background: url(../img/common/bg-dotted.png) repeat-x left center;
  background-size: 10px;
  text-align: left;
  border-top: none;
  height: auto;
  top: 0;
}
#sec-main .title img {
  padding-right: 10px;
  background: white;
}
#sec-main .title span {
  top: 0;
}
#sec-main .text {
  float: left;
  width: 58%;
}
@media only screen and (max-width: 480px) {
  #sec-main .text {
    width: auto;
    float: none;
  }
}
#sec-main .photo {
  float: right;
  width: 38%;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}
@media only screen and (max-width: 480px) {
  #sec-main .photo {
    width: auto;
    float: none;
  }
}
#sec-main .company-list, #sec-main .sitemap-list {
  list-style: none;
  margin-left: 0;
}
#sec-main .company-list li, #sec-main .sitemap-list li {
  width: 31%;
  float: left;
  margin-left: 2%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  #sec-main .company-list li, #sec-main .sitemap-list li {
    width: auto;
    margin-left: 0;
    float: none;
  }
}
#sec-main .company-list li:nth-child(3n+1), #sec-main .sitemap-list li:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}
#sec-main .company-list li:before, #sec-main .sitemap-list li:before {
  content: '●';
  margin-right: 2px;
  color: #77d8cd;
  position: relative;
  top: 3px;
  font-size: 22px;
  line-height: 1;
}
#sec-main .ul-sponsors-list {
  margin-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sec-main .ul-sponsors-list li {
  list-style: none;
  margin-bottom: 20px;
}
#sec-main .ul-sponsors-list li .s-img {
  line-height: 0;
  width: 40%;
  float: left;
}
@media only screen and (max-width: 480px) {
  #sec-main .ul-sponsors-list li .s-img {
    float: none;
    width: auto;
  }
}
#sec-main .ul-sponsors-list li .s-info {
  width: 56%;
  float: right;
}
@media only screen and (max-width: 480px) {
  #sec-main .ul-sponsors-list li .s-info {
    float: none;
    width: auto;
  }
}
#sec-main .ul-sponsors-list li .s-info .s-name {
  font-size: 20px;
}
#sec-main .ul-sponsors-list li .s-info .s-text {
  font-size: 16px;
}
#sec-main .ul-sponsors-list li .s-info .s-link {
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  #sec-main .ul-sponsors-list li .s-info .s-link {
    text-align: center;
  }
}
#sec-main .sp-event-btn {
  font-size: 16px;
}
</pre></body></html>