<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
 person�i�l���Љ�j
========================================= */
/*�i��ƃT�C�h�j */
#trial_corp .person_box::before ,
#trial_area article .person_box::before ,
#trial_corp .respondent::before ,
#trial_corp .respondent div:first-child::before
 {
  background: url(img/person_c.jpg) no-repeat center center;
  background-size: cover;
}

/*�i�n��T�C�h�j */
#trial_area .person_box::before ,
#trial_corp article .person_box::before ,
#trial_area .respondent::before ,
#trial_area .respondent div:first-child::before {
  background: url(img/person_a.jpg) no-repeat center center;
  background-size: cover;
}

@media (min-width: 1131px) {
  #trial_corp .trial_ttl .name_corp {
    font-size: 40px;
    display: inline-flex;
    flex-direction: row-reverse;
    width: 500px;
  }
  #trial_corp .trial_ttl .name_corp p {
    padding-left: 0px;
}
  }</pre></body></html>