body.body.company-category-page .common-company-title {
  color: #1e277e;
  line-height: 1.4;
}
body.body.company-category-page .common-company-title .en {
  font-size: 2.375rem;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.1em;
}
body.body.company-category-page .common-company-title .jp {
  font-size: 1.375rem;
  letter-spacing: 0.2em;
  display: block;
  margin-top: 0.5555555556vh;
  font-weight: 500;
}

@media (max-width: 768px) {
  body.body.company-category-page .common-company-title .en {
    font-size: 1.75rem;
  }
  body.body.company-category-page .common-company-title .jp {
    font-size: 1.125rem;
  }
}
body.body .office-list-page {
  margin-top: 3.3333333333vh;
}
body.body .office-list-page .top-box .inner .common-company-title {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
}
body.body .office-list-page .top-box .inner .common-company-title .en {
  font-weight: bold;
  font-size: 2.375rem;
}
body.body .office-list-page .top-box .inner .common-company-title .jp {
  font-size: 1.375rem;
  font-weight: 500;
}
body.body .office-list-page .top-box .inner .double-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.3333333333vh;
}
body.body .office-list-page .top-box .inner .double-box .left-box {
  width: 47.5%;
}
body.body .office-list-page .top-box .inner .double-box .left-box .main-image img {
  display: block;
  width: 100%;
}
body.body .office-list-page .top-box .inner .double-box .right-box {
  width: 410px;
  max-width: 29.2857142857%;
  margin-left: 115px;
  margin-top: 1.7857142857%;
}
body.body .office-list-page .top-box .inner .double-box .right-box .text-box .catch {
  font-size: 1.375rem;
  letter-spacing: 0.2em;
  line-height: 1.5909090909em;
  color: #00afec;
  font-weight: 500;
}
body.body .office-list-page .top-box .inner .double-box .right-box .text-box .common-text {
  margin-top: 1.3333333333vh;
}
body.body .office-list-page .top-box .inner .double-box .right-box .text-box .common-nav {
  margin-top: 3.3333333333vh;
}
body.body .office-list-page .top-box .inner .double-box .right-box .text-box .common-nav .pc-nav ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 285px;
  max-width: 100%;
}
body.body .office-list-page .top-box .inner .double-box .right-box .text-box .common-nav .pc-nav ul li {
  margin-left: 0;
  margin-right: 0;
  width: 128px;
  min-width: 0;
}
@media (max-width: 1400px) {
  body.body .office-list-page .top-box .inner .double-box .right-box {
    margin-left: 8.2142857143%;
  }
}
body.body .office-list-page .list-contents {
  margin-top: 13.8888888889vh;
}
body.body .office-list-page .list-contents .inner {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
}
body.body .office-list-page .list-contents .inner section {
  width: 890px;
  margin: 0 auto;
  max-width: 100%;
}
body.body .office-list-page .list-contents .inner section + section {
  margin-top: 9.4444444444vh;
}
body.body .office-list-page .list-contents .inner section .common-title {
  text-align: left;
  border-bottom: 1px solid #1e277e;
}
body.body .office-list-page .list-contents .inner section .common-title .jp {
  display: inline-block;
  margin-right: 9px;
}
body.body .office-list-page .list-contents .inner section .common-title .en {
  display: inline-block;
}
body.body .office-list-page .list-contents .inner section .office-inner {
  margin-top: 4vh;
  border-top: 1px solid #cbcbcb;
}
body.body .office-list-page .list-contents .inner section .office-inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid #cbcbcb;
}
body.body .office-list-page .list-contents .inner section .office-inner dl dt {
  width: 210px;
  text-align: center;
  color: #1e277e;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.body .office-list-page .list-contents .inner section .office-inner dl dd {
  padding: 2.2222222222vh 52px 2.2222222222vh 3.3707865169%;
  min-height: 64px;
}
body.body .office-list-page .list-contents .inner section .office-inner dl dd address {
  font-size: 0.9375rem;
  line-height: 1.4em;
  letter-spacing: 0.0253333333em;
}
body.body .office-list-page .list-contents .inner section .office-inner dl dd .info-box {
  color: #1e277e;
  font-family: "Roboto Slab", serif;
  margin-top: 6px;
}
body.body .office-list-page .list-contents .inner section .office-inner dl dd .info-box .tel {
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  margin-right: 10px;
}
body.body .office-list-page .list-contents .inner section .office-inner dl dd .info-box .fax {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
body.body .office-list-page .list-contents .inner section .office-inner dl dd > a {
  display: block;
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body.body .office-list-page .list-contents .inner section .office-inner dl dd > a img {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body.body .office-list-page .list-contents .inner section .office-inner dl dd > a img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
body.body .office-list-page .list-contents .inner section .office-inner dl dd > a:hover img {
  opacity: 0;
}
body.body .office-list-page .list-contents .inner section .office-inner dl dd > a:hover img:nth-of-type(2) {
  opacity: 1;
}
body.body .office-list-page .list-contents .inner section .office-inner dl:nth-of-type(odd) dt {
  background: rgba(0, 175, 236, 0.12);
}
body.body .office-list-page .list-contents .inner section .office-inner dl:nth-of-type(even) dt {
  background: #f0f5f5;
}

@media (max-width: 768px) {
  body.body .office-list-page .top-box .inner .double-box {
    display: block;
  }
  body.body .office-list-page .top-box .inner .double-box .left-box {
    width: 90%;
    margin-top: 28px;
  }
  body.body .office-list-page .top-box .inner .double-box .right-box {
    width: 80%;
    margin: 3.8888888889vh auto 0;
    max-width: none;
  }
  body.body .office-list-page .top-box .inner .double-box .right-box .text-box .common-nav .sp-nav {
    width: 100%;
  }
  body.body .office-list-page .list-contents .inner section .office-inner dl {
    display: block;
  }
  body.body .office-list-page .list-contents .inner section .office-inner dl dt {
    padding: 6px 0;
    width: 100%;
  }
  body.body .office-list-page .list-contents .inner section .office-inner dl dd {
    padding: 12px 0 15px;
  }
  body.body .office-list-page .list-contents .inner section .office-inner dl dd address:not(:has(+ .info-box .d.fax)) {
    padding-right: 35px;
  }
  body.body .office-list-page .list-contents .inner section .office-inner dl dd .info-box {
    padding-right: 35px;
  }
  body.body .office-list-page .list-contents .inner section .office-inner dl dd > a {
    right: 0;
    bottom: 16px;
    top: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}