.patentattorney#index {
  color: #3b5ca9;
}
.patentattorney#index .p-mainTitle {
  padding: 190px 0 50px;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .p-mainTitle {
    padding: 120px 0 40px;
  }
}
.patentattorney#index .viewtype {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .viewtype {
    margin-bottom: 40px;
  }
}
.patentattorney#index .viewtype__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.patentattorney#index .viewtype__title {
  font-size: 22px;
  font-size: 2.2rem;
  color: #3b5ca9;
  margin-right: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .viewtype__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 20px;
  }
}
.patentattorney#index .viewtype ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.patentattorney#index .viewtype ul li {
  width: 40px;
  border-radius: 3px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .viewtype ul li {
    width: 30px;
  }
}
.patentattorney#index .viewtype ul li:first-child {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .viewtype ul li:first-child {
    margin-right: 7px;
  }
}
.patentattorney#index .viewtype ul li a {
  position: relative;
  display: block;
  border: 1px solid #3b5ca9;
  width: 40px;
  height: 40px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .viewtype ul li a {
    width: 30px;
    height: 30px;
  }
}
.patentattorney#index .viewtype ul li a span {
  display: none;
}
.patentattorney#index .viewtype ul li.thumb {
  background-color: #3b5ca9;
}
.patentattorney#index .viewtype ul li.thumb a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 18px;
  height: 18px;
  background: url(/assets/images/patent-attorney/btn-thumb.svg) center top;
  background-size: 18px 36px;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .viewtype ul li.thumb a:after {
    top: 7px;
    left: 7px;
    width: 14px;
    height: 14px;
    background-size: cover !important;
  }
}
.patentattorney#index .viewtype ul li.thumb.current {
  background-color: #fff;
}
.patentattorney#index .viewtype ul li.thumb.current a {
  border-radius: 3px;
}
.patentattorney#index .viewtype ul li.thumb.current a:after {
  background: url(/assets/images/patent-attorney/btn-thumb.svg) center bottom;
  background-size: 18px 36px;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .viewtype ul li.thumb.current a:after {
    top: 7px;
    left: 7px;
    width: 14px;
    height: 14px;
    background-size: cover !important;
  }
}
.patentattorney#index .viewtype ul li.list {
  background-color: #3b5ca9;
}
.patentattorney#index .viewtype ul li.list a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 18px;
  height: 18px;
  background: url(/assets/images/patent-attorney/btn-list.svg) center top;
  background-size: 18px 36px;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .viewtype ul li.list a:after {
    top: 7px;
    left: 7px;
    width: 14px;
    height: 14px;
    background-size: cover !important;
  }
}
.patentattorney#index .viewtype ul li.list.current {
  background-color: #fff;
}
.patentattorney#index .viewtype ul li.list.current a {
  border: 1px solid #3b5ca9;
  border-radius: 3px;
}
.patentattorney#index .viewtype ul li.list.current a:after {
  background: url(/assets/images/patent-attorney/btn-list.svg) center bottom;
  background-size: 18px 36px;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .viewtype ul li.list.current a:after {
    top: 7px;
    left: 7px;
    width: 14px;
    height: 14px;
    background-size: cover !important;
  }
}
.patentattorney#index .category {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .category {
    margin-bottom: 20px;
  }
}
.patentattorney#index .category__title {
  font-size: 22px;
  font-size: 2.2rem;
  color: #3b5ca9;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .category__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.patentattorney#index .category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.patentattorney#index .category__list > li {
  margin-right: 20px;
  margin-bottom: 29px;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .category__list > li {
    margin-bottom: 20px;
  }
}
.patentattorney#index .category__list > li > a {
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
  color: #3b5ca9;
  border-radius: 20px;
  border: 1px solid #f4f4f9;
  background-color: #f4f5f9;
}
.patentattorney#index .category__list > li > a:hover {
  text-decoration: none;
}
.patentattorney#index .category__list > li > a.is-active {
  pointer-events: none;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #3b5ca9;
  text-decoration: none;
}
.patentattorney#index .detailSearch {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .detailSearch {
    margin-bottom: 40px;
  }
}
.patentattorney#index .detailSearch__headContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .detailSearch__headContainer {
    margin-bottom: 15px;
  }
}
.patentattorney#index .detailSearch__headContainer__title {
  font-size: 22px;
  font-size: 2.2rem;
  color: #3b5ca9;
  margin-right: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .detailSearch__headContainer__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 20px;
  }
}
.patentattorney#index .detailSearch__headContainer__openBtn {
  display: inline-block;
  padding: 5px 60px 5px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #f4f4f9;
  background-color: #3b5ca9;
  position: relative;
}
.patentattorney#index .detailSearch__headContainer__openBtn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #f4f5f9;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.patentattorney#index .detailSearch__headContainer__openBtn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #f4f5f9;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.patentattorney#index .detailSearch__headContainer__openBtn:hover {
  text-decoration: none;
}
.patentattorney#index .detailSearch__headContainer__openBtn.is-open {
  background-color: #f4f5f9;
  color: #3b5ca9;
}
.patentattorney#index .detailSearch__headContainer__openBtn.is-open::before {
  background-color: #3b5ca9;
  width: 20px;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.patentattorney#index .detailSearch__headContainer__openBtn.is-open::after {
  background-color: #3b5ca9;
  width: 20px;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.patentattorney#index .detailSearch__contents {
  background-color: #f4f5f9;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.patentattorney#index .detailSearch__contents__inner {
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .detailSearch__contents__inner {
    padding: 20px 20px 30px;
    display: block;
  }
}
.patentattorney#index .detailSearch__contents__item__label {
  color: #3b5ca9;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  display: inline-block;
}
.patentattorney#index .detailSearch__contents__item__subItem {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .detailSearch__contents__item__subItem {
    width: 100%;
  }
}
.patentattorney#index .detailSearch__contents__item__subItem__title {
  color: #3b5ca9;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  display: inline-block;
}
.patentattorney#index .detailSearch__contents__item__subItem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.patentattorney#index .detailSearch__contents__item__subItem__list > li {
  margin-right: 15px;
  margin-bottom: 10px;
}
.patentattorney#index .detailSearch__contents__item__subItem__list > li > a {
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
  color: #3b5ca9;
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: #fff;
}
.patentattorney#index .detailSearch__contents__item__subItem__list > li > a:hover {
  text-decoration: none;
}
.patentattorney#index .detailSearch__contents__item__subItem__list > li > a.is-active {
  pointer-events: none;
  border: 1px solid #3b5ca9;
}
.patentattorney#index .detailSearch__contents__item__wrapper .searchform__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  width: 100%;
}
.patentattorney#index .detailSearch__contents__item__wrapper .searchform__wrapper input[type=text] {
  background-color: #fff;
  width: calc(100% - 100px);
  border: 1px solid #3b5ca9;
  border-radius: 10px 0 0 10px;
  padding: 10px;
}
.patentattorney#index .detailSearch__contents__item__wrapper .searchform__wrapper button {
  width: 100px;
  background-color: #3b5ca9;
  border: 1px solid #3b5ca9;
  color: #fff;
  border-radius: 0 10px 10px 0;
  text-decoration: underline;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.patentattorney#index .detailSearch__contents__item__wrapper .searchform__wrapper button:hover {
  text-decoration: none;
}
.patentattorney#index .detailSearch__contents__item__wrapper .searchform__wrapper button::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("/assets/images/common/search.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.patentattorney#index .detailSearch__contents__item__wrapper__select {
  max-width: 230px;
  position: relative;
}
.patentattorney#index .detailSearch__contents__item__wrapper__select::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #3b5ca9;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.patentattorney#index .detailSearch__contents__item__wrapper__select::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #3b5ca9;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.patentattorney#index .detailSearch__contents__item__wrapper__select > select {
  padding: 12px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #3b5ca9;
  color: #3b5ca9;
}
.patentattorney#index .detailSearch__contents__item__wrapper__initialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.patentattorney#index .detailSearch__contents__item__wrapper__initialList > li {
  line-height: 1;
}
.patentattorney#index .detailSearch__contents__item__wrapper__initialList > li > a {
  text-decoration: underline;
  color: #3b5ca9;
}
.patentattorney#index .detailSearch__contents__item__wrapper__initialList > li > a:hover {
  text-decoration: none;
}
.patentattorney#index .detailSearch__contents__item__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.patentattorney#index .detailSearch__contents__item__tagList > li {
  margin-right: 15px;
  margin-bottom: 10px;
}
.patentattorney#index .detailSearch__contents__item__tagList > li > a {
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
  color: #3b5ca9;
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: #fff;
}
.patentattorney#index .detailSearch__contents__item__tagList > li > a:hover {
  text-decoration: none;
}
.patentattorney#index .detailSearch__contents__item__tagList > li > a.is-active {
  pointer-events: none;
  border: 1px solid #3b5ca9;
}
.patentattorney#index .detailSearch__contents__item__reset {
  font-size: 16px;
  font-size: 1.6rem;
  color: #3b5ca9;
  text-decoration: underline;
  cursor: pointer;
}
.patentattorney#index .detailSearch__contents__item__reset:hover {
  text-decoration: none;
}
.patentattorney#index .detailSearch__contents__item--keyword {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .detailSearch__contents__item--keyword {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.patentattorney#index .detailSearch__contents__item--initial {
  width: 50%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .detailSearch__contents__item--initial {
    width: 100%;
    margin-bottom: 20px;
  }
}
.patentattorney#index .detailSearch__contents__item--initial .detailSearch__contents__item__label {
  margin-bottom: 25px;
}
.patentattorney#index .detailSearch__contents__item--year {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .detailSearch__contents__item--year {
    width: 100%;
    margin-bottom: 20px;
  }
}
.patentattorney#index .detailSearch__contents__item--tag {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .detailSearch__contents__item--tag {
    margin-bottom: 20px;
  }
}
.patentattorney#index .detailSearch__contents__item--reset {
  width: 100%;
  text-align: center;
}
.patentattorney#index .thumbIndex {
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .thumbIndex {
    padding-bottom: 100px;
  }
}
.patentattorney#index .thumbIndex__title {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .thumbIndex__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.patentattorney#index .thumbIndex__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .thumbIndex__list {
    gap: 10px;
  }
}
.patentattorney#index .thumbIndex__list__item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: calc(25% - 18.75px);
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1000px) {
  .patentattorney#index .thumbIndex__list__item {
    width: calc(33.3333333333% - 16.6666666667px);
  }
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .thumbIndex__list__item {
    width: calc(50% - 5px);
    aspect-ratio: 170/190;
  }
}
.patentattorney#index .thumbIndex__list__item a {
  display: block;
  width: 100%;
}
.patentattorney#index .thumbIndex__list__item a .thumbIndex__list__item__thumb {
  display: block;
  width: 100%;
}
.patentattorney#index .thumbIndex__list__item a .thumbIndex__list__item__info {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  color: #fff;
  padding: 90px 20px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .thumbIndex__list__item a .thumbIndex__list__item__info {
    padding: 10px;
    letter-spacing: 0;
    width: 100%;
  }
}
.patentattorney#index .thumbIndex__list__item a .thumbIndex__list__item__info .thumbIndex__list__item__info__title {
  display: block;
  font-size: 14px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .thumbIndex__list__item a .thumbIndex__list__item__info .thumbIndex__list__item__info__title {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.patentattorney#index .thumbIndex__list__item a .thumbIndex__list__item__info .thumbIndex__list__item__info__name {
  display: block;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .thumbIndex__list__item a .thumbIndex__list__item__info .thumbIndex__list__item__info__name {
    font-size: 16px;
  }
}
.patentattorney#index .thumbIndex__list__item a .thumbIndex__list__item__info .thumbIndex__list__item__info__en {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: "Barlow Condensed", sans-serif;
}
.patentattorney#index .thumbIndex__list__item a:hover .thumb img {
  opacity: 0.8;
}
.patentattorney#index .listIndex {
  padding-bottom: 130px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .listIndex {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 900px) {
  .patentattorney#index .listIndex__inner {
    padding: 0 20px;
  }
}
.patentattorney#index .listIndex__title {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .patentattorney#index .listIndex__title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .patentattorney#index .listIndex__table {
    width: 100%;
    overflow-x: scroll;
    position: relative;
    padding-bottom: 20px;
  }
  .patentattorney#index .listIndex__table.is-scroll::before {
    opacity: 0;
  }
  .patentattorney#index .listIndex__table::before {
    content: "";
    position: absolute;
    top: 0.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 170px;
    height: 122px;
    z-index: 1;
    pointer-events: none;
    background-image: url("/assets/images/common/scroll.svg");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }
}
@media only screen and (max-width: 900px) and (max-width: 900px) {
  .patentattorney#index .listIndex__table::before {
    display: block;
  }
}
.patentattorney#index .listIndex__table__listHeader {
  width: 1156px;
  padding: 0 0 20px 110px;
  border-bottom: 1px solid #3b5ca9;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .patentattorney#index .listIndex__table__listHeader {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 0 20px 50px;
    width: 820px;
  }
}
.patentattorney#index .listIndex__table__listHeader__name {
  width: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .patentattorney#index .listIndex__table__listHeader__name {
    width: 170px;
    padding-right: 10px;
    display: block;
  }
}
.patentattorney#index .listIndex__table__listHeader__name__ja {
  display: inline-block;
  width: 120px;
}
@media only screen and (max-width: 900px) {
  .patentattorney#index .listIndex__table__listHeader__name__ja {
    width: 100%;
    display: block;
  }
}
.patentattorney#index .listIndex__table__listHeader__name__en {
  display: inline-block;
  width: 195px;
}
@media only screen and (max-width: 900px) {
  .patentattorney#index .listIndex__table__listHeader__name__en {
    width: 100%;
    display: block;
  }
}
.patentattorney#index .listIndex__table__listHeader__belong {
  display: inline-block;
  width: 70px;
}
@media only screen and (max-width: 900px) {
  .patentattorney#index .listIndex__table__listHeader__belong {
    width: 60px;
  }
}
.patentattorney#index .listIndex__table__listHeader__title {
  display: inline-block;
  width: 230px;
}
@media only screen and (max-width: 900px) {
  .patentattorney#index .listIndex__table__listHeader__title {
    width: 210px;
  }
}
.patentattorney#index .listIndex__table__listHeader__field {
  display: inline-block;
  width: 140px;
  padding-right: 10px;
}
.patentattorney#index .listIndex__table__listHeader__tech {
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  .patentattorney#index .listIndex__table__listHeader__tech {
    width: 240px;
  }
}
.patentattorney#index .listIndex__table__listRow {
  width: 1156px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 900px) {
  .patentattorney#index .listIndex__table__listRow {
    width: 820px;
  }
}
.patentattorney#index .listIndex__table__listRow__firstletter {
  width: 100px;
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  padding: 20px 0 20px 30px;
  line-height: 1;
}
@media only screen and (max-width: 900px) {
  .patentattorney#index .listIndex__table__listRow__firstletter {
    width: 50px;
    padding: 20px 10px 20px 10px;
  }
}
.patentattorney#index .listIndex__table__listRow__listDetail {
  width: calc(100% - 100px);
}
@media only screen and (max-width: 900px) {
  .patentattorney#index .listIndex__table__listRow__listDetail {
    width: calc(100% - 50px);
  }
}
.patentattorney#index .listIndex__table__listRow__listDetail__list {
  width: 100%;
}
.patentattorney#index .listIndex__table__listRow__listDetail__list__item {
  width: 100%;
  padding: 20px 0 20px 10px;
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 900px) {
  .patentattorney#index .listIndex__table__listRow__listDetail__list__item {
    padding: 20px 0;
  }
}
.patentattorney#index .listIndex__table__listRow__listDetail__list__item:last-child {
  border-bottom: none;
}
.patentattorney#index .listIndex__table__listRow__listDetail__list__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3b5ca9;
}
.patentattorney#index .listIndex__table__listRow__listDetail__list__item__link__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 315px;
}
@media only screen and (max-width: 900px) {
  .patentattorney#index .listIndex__table__listRow__listDetail__list__item__link__name {
    width: 170px;
    display: block;
  }
}
.patentattorney#index .listIndex__table__listRow__listDetail__list__item__link__name__ja {
  display: inline-block;
  width: 120px;
  font-size: 18px;
  font-size: 1.8rem;
  padding-right: 5px;
}
@media only screen and (max-width: 900px) {
  .patentattorney#index .listIndex__table__listRow__listDetail__list__item__link__name__ja {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
.patentattorney#index .listIndex__table__listRow__listDetail__list__item__link__name__en {
  display: inline-block;
  width: 195px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
  padding-right: 5px;
  font-family: "Barlow Condensed", sans-serif;
}
@media only screen and (max-width: 900px) {
  .patentattorney#index .listIndex__table__listRow__listDetail__list__item__link__name__en {
    width: 100%;
    display: block;
  }
}
.patentattorney#index .listIndex__table__listRow__listDetail__list__item__link__belong {
  display: inline-block;
  width: 70px;
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 5px;
  word-break: break-all;
}
@media only screen and (max-width: 900px) {
  .patentattorney#index .listIndex__table__listRow__listDetail__list__item__link__belong {
    width: 60px;
  }
}
.patentattorney#index .listIndex__table__listRow__listDetail__list__item__link__title {
  display: inline-block;
  width: 230px;
  font-size: 16px;
  font-size: 1.6rem;
  word-break: break-all;
  padding-right: 5px;
}
@media only screen and (max-width: 900px) {
  .patentattorney#index .listIndex__table__listRow__listDetail__list__item__link__title {
    width: 210px;
    padding-right: 10px;
  }
}
.patentattorney#index .listIndex__table__listRow__listDetail__list__item__link__field {
  display: inline-block;
  width: 140px;
  padding-right: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  word-break: break-all;
}
.patentattorney#index .listIndex__table__listRow__listDetail__list__item__link__tech {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  word-break: break-all;
  width: 291px;
}
@media only screen and (max-width: 900px) {
  .patentattorney#index .listIndex__table__listRow__listDetail__list__item__link__tech {
    width: 240px;
  }
}

html[lang=ja] .officialPosition > li:nth-child(2) {
  margin-right: 107px !important;
}
@media only screen and (max-width: 1045px) {
  html[lang=ja] .officialPosition > li:nth-child(2) {
    margin-right: 15px !important;
  }
}

html[lang=zh-cn] .c-inner {
  height: auto !important;
}
html[lang=zh-cn] .listIndex__table__listHeader__belong {
  width: 100px !important;
}
html[lang=zh-cn] .listIndex__table__listHeader__title {
  width: 200px !important;
}
html[lang=zh-cn] .listIndex__table__listRow__listDetail__list__item__link__belong {
  width: 100px !important;
}
html[lang=zh-cn] .listIndex__table__listRow__listDetail__list__item__link__title {
  width: 200px !important;
}

html[lang=en] .patentattorney#index .listIndex__table__listRow__listDetail__list__item__link__name {
  width: 220px;
}
html[lang=en] .patentattorney#index .listIndex__table__listRow__listDetail__list__item__link__title {
  width: 290px;
}
html[lang=en] .patentattorney#index .listIndex__table__listRow__listDetail__list__item__link__belong {
  width: 100px;
}
html[lang=en] .patentattorney#index .listIndex__table__listRow__listDetail__list__item__link__field {
  width: 175px;
}
html[lang=en] .patentattorney#index .listIndex__table__listHeader__name {
  width: 214px;
}
@media only screen and (max-width: 900px) {
  html[lang=en] .patentattorney#index .listIndex__table__listHeader__name {
    width: 180px !important;
  }
}
html[lang=en] .patentattorney#index .listIndex__table__listHeader__title {
  padding-left: 25px;
}
html[lang=en] .patentattorney#index .listIndex__table__listHeader__field {
  padding-left: 79px;
}
@media only screen and (max-width: 900px) {
  html[lang=en] .patentattorney#index .listIndex__table__listHeader__field {
    padding-left: 47px;
  }
}
html[lang=en] .patentattorney#index .listIndex__table__listHeader__tech {
  padding-left: 108px;
}
@media only screen and (max-width: 900px) {
  html[lang=en] .patentattorney#index .listIndex__table__listHeader__tech {
    padding-left: 47px;
  }
}
@media only screen and (max-width: 767px) {
  html[lang=en] .patentattorney#index .listIndex__title {
    text-align: left;
  }
}
@media only screen and (max-width: 900px) {
  html[lang=en] .listIndex__table__listRow__listDetail__list__item__link {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}