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

/**
 * profile.css
 *
 * 所属弁護士
 */

/* index */
#pageProfile.index #contents {
  width: 660px;
}
#pageProfile.index #contents .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#pageProfile.index #contents .represent ul,
#pageProfile.index #contents .partner ul {
  padding: 20px 0 0;
}
#pageProfile.index #contents .represent ul {
  padding-left: 10px;
}
#pageProfile.index #contents .partner ul {
  padding-right: 10px;
}
.profileList h3 {
  margin: 0;
  font-size: 1.8rem;
  color: #335181;
  border-bottom: 1px solid #335181;
}
.profileList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 20px 10px 0;
  /* width: 640px; */
}
.profileList li {
  -ms-flex:0 1 auto;
  position: relative;
  margin-bottom: 20px;
  width: 310px;
  background: #fff;
	line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.profileList li::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 6px solid #335181;
}
.profileList li a {
  display: block;
  padding: 30px;
}
.profileList li a:hover {
  opacity: 1;
	background: #f8f6ef;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.profileList .name {
  display: block;
  margin: 0;
  font-size: 3rem;
	letter-spacing: 0.2rem;
  color: #333;
}
.profileList .enName {
  margin: 0;
  font-size: 1.6rem;
  color: #888;
  letter-spacing: .05em;
}

/* 詳細ページ */
#pageProfile.detail #contents {
  width: 900px;
}
.profileLink {
  margin: 0 auto 40px;
  font-size: 1.6rem;
  text-align: center;
}
.profileLink li {
  display: inline-block;
  position: relative;
  margin: 0 30px 0 0;
  line-height: 1;
}
.profileLink li::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 6px solid #335181;
}
.profileLink li a {
  color: #333;
}
.profileLink li a:hover {
  opacity: 0.7;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.nameBox {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 20px 30px;
  font-size: 1.6rem;
  border-bottom: 2px solid #335181;
}
.nameBox::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #335181;
}
.nameBox .position {
  display: block;
  margin: 0 0 10px;
  color: #335181;
}
.nameBox .name {
  margin: 0;
  font-size: 4rem;
  letter-spacing: .1em;
  line-height: 1;
}
.nameBox .enName {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 1.6rem;
  color: #888;
  letter-spacing: .05em;
}
#pageProfile.detail dl {
  margin: 0;
}
#pageProfile.detail dt {
  margin: 0 auto 30px;
  padding: 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #335181;
}
#pageProfile.detail dd {
  margin: 0 0 40px;
  padding: 0 30px;
  line-height: 1.8;
}
#pageProfile.detail dd ul {
  padding: 0;
}
#pageProfile.detail tr {
  margin: 0 0 .3em;
}
#pageProfile.detail th {
  margin: 0 20px 0 0;
  width: 7em;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
#pageProfile.detail .koen th {
  width: 10em;
}
#pageProfile.detail .book li {
  padding: 0 0 0 2em;
}
#pageProfile.detail .book li::before {
  content: '・';
  margin: 0 0 0 -2em;
}
#pageProfile.detail .mainChosho li:last-of-type {
  padding: 0;
  text-align: right;
}
#pageProfile.detail .mainChosho .choshoOther::before {
  content: '';
}</pre></body></html>