@charset "UTF-8";

.layout_corporate_corp-office-content h2 {
  color: #aaa;
}

.layout_global-pc .layout_corporate_corp-office-content h1 {
  border-bottom: 2px solid #aaa;
}

.layout_global-pc .layout_corporate_corp-office-content .section_inner {
  width: 788px;
  margin: 0 auto;
}

.layout_global-pc .layout_corporate_corp-office-content .anchor {
  font-size: 113%;
  letter-spacing: 0.05em;
}

.layout_global-pc .layout_corporate_corp-office-content .anchor li {
  display: inline-block;
  margin: 0 30px;
}

.layout_global-pc .layout_corporate_corp-office-content .anchor a {
  color: #444;
}

.layout_global-pc .layout_corporate_corp-office-content .anchor a::before {
  content: '';
  background:
    url('../../../common/corporate/images/icon_arrow-black-bottom1.png')
    no-repeat center;
  background-size: 100%;
  display: inline-block;
  width: 15px;
  height: 8px;
  margin-right: 0.7em;
}

.layout_global-pc .layout_corporate_corp-office-content .map {
  width: 100%;
  max-width: 1600px;
  height: 400px;
  margin: 0 auto;
  text-align: left;
}

.layout_global-pc .layout_corporate_corp-office-content .map .title {
  font-weight: bold;
}

.layout_global-pc .layout_corporate_corp-office-content .detail,
.layout_global-pc .layout_corporate_corp-office-content .definition {
  font-size: 100%;
  line-height: 2.1;
  text-align: left;
  margin-top: 35px;
}

.layout_global-pc .layout_corporate_corp-office-content .definition dt {
  font-weight: bold;
}

.support-contact_wrapper {
  margin-top: 16px;
  text-align: left;
}

.support-contact {
  background:
    url('../../../common/corporate/images/icon_blank.png') no-repeat center
    right;
  background-size: 12px;
  display: inline;
  padding-right: 1.2em;
  text-align: left;
}

.layout_global-pc .layout_corporate_corp-office-content .office-section1 {
  margin-top: 65px;
  padding-top: 30px;
}

.layout_global-pc .layout_corporate_corp-office-content .office-section2 {
  margin-top: 145px;
  padding-top: 30px;
}

.layout_global-pc .layout_corporate_corp-office-content .office-section3 {
  margin-top: 145px;
  padding-top: 30px;
}

.layout_global-sp .layout_corporate_corp-office-content h1 {
  border-bottom: 2px solid #aaa;
}

.layout_global-sp .layout_corporate_corp-office-content .section_inner {
  margin: 0 6.510416666666667%;
}

.layout_global-sp .layout_corporate_corp-office-content .anchor {
  margin: 0 6.510416666666667%;
  text-align: left;
}

.layout_global-sp .layout_corporate_corp-office-content .anchor li {
  margin-top: 6.510416666666667%;
}

.layout_global-sp .layout_corporate_corp-office-content .anchor li:first-child {
  margin-top: 0;
}

.layout_global-sp .layout_corporate_corp-office-content .anchor a {
  color: #444;
}

.layout_global-sp .layout_corporate_corp-office-content .anchor a::before {
  content: '';
  background:
    url('../../../common/corporate/images/icon_arrow-black-bottom1.png')
    no-repeat center;
  background-size: 100%;
  display: inline-block;
  padding: 1.5%;
  margin-right: 0.7em;
}

.layout_global-sp .layout_corporate_corp-office-content .map {
  position: relative;
  padding-bottom: 70.57291666666666%;
  height: 0;
  overflow: hidden;
}

.layout_global-sp .layout_corporate_corp-office-content .detail,
.layout_global-sp .layout_corporate_corp-office-content .definition {
  line-height: 2.1;
  text-align: left;
}

.layout_global-sp .layout_corporate_corp-office-content .detail {
  margin-top: 9.73053892215569%;
}

.layout_global-sp .layout_corporate_corp-office-content .definition {
  margin-top: 14.221556886227546%;
}

.layout_global-sp .layout_corporate_corp-office-content .definition dt {
  font-weight: bold;
}

.layout_global-sp .layout_corporate_corp-office-content .office-section1 {
  margin-top: 7.161458333333333%;
  padding-top: 3.90625%;
}

.layout_global-sp .layout_corporate_corp-office-content .office-section2 {
  margin-top: 11.71875%;
  padding-top: 3.90625%;
}

.layout_global-sp .layout_corporate_corp-office-content .office-section3 {
  margin-top: 11.71875%;
  padding-top: 3.90625%;
}

.map_download a {
  margin: 50px auto 0;
  padding: 20px 0;
  border: 1px solid #aaa;
  width: 300px;
  display: block;
  text-decoration: none;
  color: #444;
}

.map_download a:hover {
  opacity: 0.7;
}

/* コロナ情報の追記 */

.office-section_add-news {
  background-color: #fcf0f2; /* #e46c82の明度+80% */
  margin: 0 auto;
  padding: 32px 24px;
  font-size: 13px;
  text-align: left;
}

.office-section_add-news .title {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 16px;
}

.office-section_add-news .lead {
  margin-bottom: 0.5rem;
}

.office-section_add-news a {
  padding-right: 0.9rem;
  background: url(../../../common/corporate/images/icon_blank.png) no-repeat top right;
  background-size: 0.7rem auto;
  text-decoration: underline;
}
.office-section_add-news .inquiry-list {
  margin-bottom: 1rem;
}
.office-section_add-news .inquiry-list li{
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 768px) {
  .office-section_add-news {
    width: 60%;
    padding: 40px;
  }
}