<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.c-badge_head_list {
  display: none;
}
.c-member_list .member_box {
  margin-top: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
}
.c-member_list .top_box {
  display: flex;
  margin-bottom: 1.6rem;
  align-items: center;
}
.c-member_list figure.logo_box {
  display: flex;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 1.6rem;
}
.c-member_list figure.logo_box img {
  display: block;
  margin: auto;
}
.c-member_list .title {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.c-member_list .termslist li {
  display: inline-block;
  color: #666;
  font-size: 1.2rem;
  margin-top: .8rem;
}
.c-member_list .termslist li:not(:last-child):after {
  content: "/";
  margin-left: .4rem;
}
.c-member_list .address {
  font-size: 1.4rem;
  line-height: 1.4;
}
.c-member_list .address a {
  margin-top: .8rem;
}

.c-member_list .badge_list {
  margin-top: 1.6rem;
  display: flex;
}
.c-member_list .badge_media {
  margin-top: 1.6rem;
}
.c-member_list .badge_list li {
  margin-top: auto;
}
.c-member_list .badge_list li:not(:last-child) {
  margin-right: 1.6rem;
}
@media only screen and (min-width: 883px) {
  .c-badge_head_list {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 11px;
    padding-bottom: .8rem;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
  }
  .c-badge_head_list li {
    width: 70px;
    height: 20px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
  }
  .js-sticky.is-sticked {
    padding: 1rem 0 0.8rem;
    position: sticky;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: all .2s ease-out;
  }
  .c-member_list .member_box {
    display: flex;
  }
  .c-member_list .top_box {
    flex: 2;
    margin-bottom: 0;
  }
  .c-member_list .top_box .u-block {
    flex: 1;
    margin-right: 3.2rem;
  }
  .c-member_list .logo_box {
    width: 100px;
    height: auto;
    margin-right: 3.2rem;
  }
  .c-member_list .title {
    font-size: 1.8rem;
  }
  .c-member_list .address {
    flex: 1;
  }
  .c-member_list .badge_list {
    position: relative;
    display: block;
    width: 222px;
    height: 50px;
    margin-top: 0;
    margin-left: 3.2rem;
  }
  .c-member_list .badge_media {
    width: 70px;
    margin-left: 3.2rem;
  }
  .c-member_list .badge_list li:not(:last-child) {
    margin-right: 0;
  }
  .c-member_list .badge_list li:not(:last-child) img {
    margin-right: 1.6rem;
  }
  .badge_list .nintei {
    position: absolute;
    width: 50px;
    height: 50px;
  }
  .badge_list .kanshu_model {
    position: absolute;
    margin-top: auto;
    left: 46%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    width: 70px;
    height: 40.77px;
  }
  .badge_list .kanshu_website {
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 70px;
    height: 40.77px;
  }
}

.c-logomark_section {
  margin-bottom: 5.6rem;
}

.c-logomark_section p {
  font-size: 1.6rem;
  line-height: 2;
}
.c-logomark_section a.c-btn_primary {
  margin-top: 3.2rem;
}

.c-logomark_section figure.nintei_badge img {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto 2.4rem;
}
.c-logomark_section figure.nintei_badge img {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 auto 2.4rem;
}
.c-logomark_section figure.kanshu_badge img {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 auto 2.4rem;
}
@media only screen and (min-width: 883px) {
  .c-logomark_section figure {
    margin-right: 3.2rem;
  }
  .c-logomark_section figure.nintei_badge img {
    max-width: 100px;
    width: 100px;
    height: auto;
  }
  .c-logomark_section figure.kanshu_badge {
    margin-top: auto;
    margin-bottom: auto;
    flex: 1;
  }
  .c-logomark_section figure.kanshu_badge img {
    max-width: 100px;
    width: 100px;
    height: auto;
    margin-bottom: 0;
  }
}

.c-certif_list li figure {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 1.6rem;
}
.c-certif_list li h3 {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 883px) {
  .c-certif_list {
    display: flex;
    justify-content: space-between;
    gap: 4.8rem;
  }
  .c-certif_list li {
    flex: 1;
  }
  .c-certif_list li figure {
    margin-bottom: 1.6rem;
  }
  .c-certif_list li h3 {
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: bold;
    height: 68px;
    margin-bottom: 1.6rem;
  }
  .c-certif_list li h3 span {
    text-align: center;
    margin: 0 auto;
  }
  .c-certif_list li p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
}
</pre></body></html>