<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.breadcrumb {
  padding-bottom: 5px;
}

.contents {
  padding-bottom: 0;
}

.main {
  width: 70%;
  background: rgba(252, 252, 252, 1);
  padding: 20px 5% 80px;
}

.company_brand,
.company_brand * {
  box-sizing: border-box;
}

/*==================================
company_top部分
===================================*/
.company_top {
  text-align: center;
  padding: 45px 6% 40px;
}

.company_logo {
  width: 20%;
  display: inline-block;
  margin-bottom: 20px;
  min-width: 200px;
}

.company_logo:empty {
  display: none;
}

.company_name {
  font-size: 27px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: bold;
}

.company_type&gt;h3 {
  font-size: 14px;
  color: #616161;
  font-weight: bold;
  margin-bottom: 5px;
}

/*==================================
brand_item部分
===================================*/
.brand_wrap {
  background: #efefef;
  padding: 50px 4%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.brand_item {
  background: #fff;
  padding: 22px 2% 30px;
  width: 32%;
  min-width: 200px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  margin: 0px 0.665% 40px;
}

.brand_item_top {
  display: block;
}

.brand_img {
  margin: 0 auto 10px;
  overflow: hidden;
  aspect-ratio: 5/3;
  max-height: 120px;
}

.brand_img&gt;a {
  display: block;
}

.brand_img img {
  max-width: 100%;
  width: 200px;
  display: block;
  margin: 0 auto;
}

.brand_detail {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}


.brand_detail&gt;dt {
  background-color: #ffe4da;
  font-size: 11px;
  padding: 2px;
  width: 62px;
  text-align: center;
  margin-right: 2%;
}

.brand_detail&gt;dd {
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.company_link {
  text-align: right;
  margin-top: 20px;

}

.company_link a {
  color: rgb(55, 78, 207);
  font-weight: bold;
  font-size: 14px;
}

/* ブランド情報無い場合 */
.event_complete {
  width: 100%;
  margin: 0 auto;
  padding: 45px 20px;
}

.event_complete&gt;h2 {
  font-weight: bold;
  text-align: center;
  font-size: 27px;
  margin-bottom: 20px;
}

.event_complete&gt;h3 {
  border-left: #f15a24 solid 4px;
  padding: 0 5px;
  font-size: 17px;
  margin: 0 auto 20px;
  width: 90%;
}

.event_complete&gt;p {
  text-align: center;
}

.complete_text {
  font-size: 16px;
  margin-bottom: 30px;
}

.event_btn {
  width: 50%;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
  background-color: #f15a24;
  color: #fff;
  border: none;
  margin: 0 auto;
}

@media screen and (min-width: 1141px) {
  .main {
    width: 64%;
    padding: 22px 0 80px 10%;
  }

  /*==================================
left部分
===================================*/
  .left {
    width: 79%;
  }
}

@media screen and (max-width: 1280px) {
  /*==================================
company_top部分
===================================*/

  .company_name {
    font-size: 22px;
  }

  .company_type&gt;h3 {
    font-size: 13px;
  }

  /*==================================
brand_item部分
===================================*/

  .brand_wrap {
    padding: 40px 4%;
  }

  .brand_item {
    width: 48%;
    min-width: auto;
    margin: 0px 1% 40px;
  }

  .brand_detail {
    width: 100%;
    padding-left: 0%;
  }

  .brand_img {
    width: 180px;
    margin: 0 auto 20px;
  }

  .brand_name {
    text-align: center;
  }
}


@media screen and (min-width: 769px) {
  .left {
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 2px 5px 1px rgb(0 0 0 / 0%),
      1px 2px 8px 1px rgb(0 0 0 / 13%);
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 15px 0 10px 3%;
  }

  .main {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 5px 3% 30px;
  }

  .left {
    background-color: #fff;
  }

  /*==================================
company_top部分
===================================*/

  .company_top {
    padding: 20px 4%;
  }

  .company_name {
    font-size: 17px;
  }

  .company_type&gt;p {
    font-size: 12px;
  }



  /* ブランド情報無い場合 */
  .event_complete {
    width: 95%;
    margin: 30px auto;
    padding: 0;
  }

  .event_complete&gt;h2 {
    font-weight: bold;
    text-align: center;
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .event_complete&gt;h3 {
    font-size: 14px;
  }

  .event_complete&gt;p {
    text-align: center;
    font-size: 14px;
  }

  .complete_text {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 481px) {
  .contents {
    width: 100%;
  }

}

@media screen and (max-width: 480px) {

  /*==================================
company_top部分
===================================*/
  .company_top {
    text-align: center;
    padding: 20px 4% 20px;
  }

  .company_name {
    font-size: 18px;
  }

  .company_logo {
    width: 40%;
    margin-bottom: 16px;
    min-width: 100px;
  }

  /*==================================
brand_item部分
===================================*/
  .brand_item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
    padding: 22px 4% 26px;
  }



}</pre></body></html>