.block-h3 h3 {
  border-bottom: 2px solid #707070;
}

.block-h3 {
  /* margin-left: -30px; */
}
.icon_block {
  height: 30px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.float-left {
  float: left;
  margin-top: 11px;
}
.icon_list {
  display: flex;
  gap: 30px;
  position: absolute;
  margin-bottom: 30px;
}
.icon_list_child {
  display: flex;
  gap: 5px;
  align-items: center;
}
.divide {
  margin-top: 20px;
  margin-left: 30px;
  position: relative;
}

@media screen and (max-width: 1020px) {
  .float-left {
    float: none;
  }
  .divide {
    margin-left: 0;
  }
  .divide__nav, .divide__content {
    margin-left: 30px;
  }
  .icon_block {
    margin-left: -30px;
    height: 70px;
    margin-bottom: 70px;
  }
  .icon_list {
    display: block;
    right: 0;
    left: 0;
  }
  .icon_list_child {
    gap: 10px;
    margin-bottom: 10px;
  }
}


/* SRE専用 .segment の定義 */
.sre.segment .segment__nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.sre.segment .segment__nav .segment__item {
  flex-basis: inherit;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  width: 20%;
  -webkit-box-shadow: 0 0 0 0.5px #2076c7;
  box-shadow: 0 0 0 0.5px #2076c7;
  border: solid 0.5px #2076c7;
}
.fontColorWhite {
  color: #fff;
}
@media screen and (max-width: 1019px) {
  .sre.segment .segment__nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}

.sre.segment .segment__nav .spacer {
  width: 50%;
}

/* プルダウンの定義 */
div.divide {
  margin-bottom: 30px;
}

div.divide:last-child {
  margin-bottom: 0;
}

.divide .divide__nav {
  min-height: 40px;
  position: relative;
  width: 30%;
  margin-bottom: 33px;
  margin-left: 60px;
}
@media screen and (max-width: 1019px) {
  .divide {
    margin-top: 10px;
  }
  .divide .divide__nav {
    min-height: 40px;
    width: 100%;
    margin-left: 0px;
    /* right: 30px; */
  }
}

.divide .divide__nav::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}

.divide .divide__nav select {
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  font-weight: bold;
  text-align: center;
  min-height: 40px;
  -webkit-box-shadow: 0 0 0 1px #2076c7;
  box-shadow: 0 0 0 1px #2076c7;
}

.divide .divide__nav option {
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  background: #fff;
  /* color: #2076c7; */
  font-weight: bold;
  text-align: center;
  min-height: 40px;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}

.divide .divide__content .divide__panel {
  display: none;
}

.divide .divide__content .divide__panel.show {
  display: block;
}

.divide .divide__nav .divide__item--hidden {
  position: relative;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px #2076c7;
  box-shadow: 0 0 0 1px #2076c7;
  width: 100%;
}

.divide .divide__nav .divide__item--hidden button {
  min-height: 40px;
  border: none;
  outline: none;
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  padding: 11px 8px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  background: #2076c7;
  position: relative;
  height: 100%;
  cursor: pointer;
}

.divide__item--wrapper {
  position: absolute;
  right: 0;
  left: 0;
}

.divide .divide__nav .divide__item {
  font-weight: bold;
  text-align: center;
  min-height: 40px;
  -webkit-box-shadow: 0 0 0 1px #D2D4D8;
  box-shadow: 0 0 0 1px #D2D4D8;
  width: 100%;
  display: none;
  border-top: #D2D4D8 solid 1px;
}

.divide .divide__nav .divide__item:first-child {
  border-top: none;
}

.divide .divide__nav.active .divide__item {
  display: inline-block;
}

.divide .divide__nav .divide__item button {
  min-height: 40px;
  border: none;
  outline: none;
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #222222;
  padding: 11px 8px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  background: #fff;
  position: relative;
  height: 100%;
  cursor: pointer;
}

.divide .divide__nav .divide__item button:hover {
  opacity: 1 !important;
  color: rgba(22, 22, 22, 0.7);
}

.divide .divide__content .divide__panel {
  display: none;
}

.divide .divide__content .divide__panel.show {
  display: block;
}

.divide .divide__nav .divide__item--hidden button {
  position: relative;
}

.divide .divide__nav .divide__item--hidden .icon-arrow--up {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 7px;
  font-weight: normal;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.2s 0s all ease-in-out;
  -o-transition: 0.2s 0s all ease-in-out;
  transition: 0.2s 0s all ease-in-out;
}

.divide .divide__nav.active .divide__item--hidden .icon-arrow--up {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.divide .divide__nav .divide__item--hidden .icon-arrow--up::before {
  color: #fff;
}

.divide .divide__nav.active .divide__item--wrapper {
  z-index: 2;
}

.divide .divide__content .divide__nav.active .divide__item--wrapper {
  z-index: 1;
}

.nav__sub-menu .icon-arrow--down{
  min-width: auto;
}

.mb-25 {
  margin-bottom: 25px;
}

/* START tempoエリア */
.h3.tempo {
  margin-bottom: 35px;
}

.tempo__div {
  display: flex;
  gap: 0 40px;
}

.tempo__column {
  width: 440px;
  height: auto;
  display: flex;
  gap: 0 15px;
  border-bottom: #D2D6D9 1px solid;
  margin-bottom: 40px;
  line-height: 1.5;
}


.tempo__img {
  width: 233px;
  min-width: 233px;
}
/* 銀座 新宿 渋谷 横浜 名古屋 */
/* .tempo__img.ginza, .tempo__img.shinjyuku, .tempo__img.shibuya, .tempo__img.yokohama, .tempo__img.nagoya{
  width: 297.94px;
} */

/* サテライトオフィス用（京橋、岐阜、仙台、松山） */
/* .tempo__img.satellite-kyobashi {
  width: 180.54px;
}
.tempo__img.satellite-gifu {
  width: 302.4px;
}
.tempo__img.satellite-sendai {
  width: 279.4px;
}
.tempo__img.satellite-matsuyama {
  width: 358.9px;
} */

.tempo__textlink {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #2076C7;
  margin-bottom: 9px;
}
ul.tempo__list {
  margin-bottom: 6px;
}
li.tempo__location {
  margin-bottom: 9px;
}
li.tempo__time {
  margin-bottom: 9px;
}
.tempo__list > li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
}
li.tempo__location::before {
  content: url(/tempo/imgs/icon_map.svg);
  position: absolute;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.8;
  left: 0;
  top: 2px;
}
li.tempo__time::before {
  content: url(/tempo/imgs/icon_time.svg);
  position: absolute;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.8;
  left: 0;
  top: 2px;
}
.tempo__icon {
  margin-bottom: 40px;
}
.tempo__textlink-inner {
  display: flex;
  justify-content: space-between;
}

/* 各都道府県の末尾に適用 */

.last-div .tempo__column {
  border-bottom: none;
  margin-bottom: 0;
}
.last-div .tempo__column .tempo__detail .tempo__icon {
  margin-bottom: 18px;
}


@media screen and (max-width: 1020px) {
  .h3.tempo {
    margin-bottom: 35px;
  }

  .tempo__div {
    display: flex;
    gap: 0 11px;
  }

  .tempo__column {
    min-width: 162px;
    height: auto;
    display: flex;
    flex-direction: column;
    border-bottom: #D2D6D9 1px solid;
    margin-bottom: 40px;
  }


  .tempo__img {
    width: 228.65px;
    min-width: auto;
  }

  .tempo__textlink {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: #2076C7;
    margin-top: 9.7px;
    margin-bottom: 9px;
  }
  ul.tempo__list {
    margin-bottom: 6px;
  }
  li.tempo__location {
    margin-bottom: 9px;
  }
  li.tempo__time {
    margin-bottom: 9px;
  }
  .tempo__list > li {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
  }
  li.tempo__location::before {
    content: url(/tempo/imgs/icon_map.svg);
    position: absolute;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.8;
    left: 0;
    top: 2px;
  }
  li.tempo__time::before {
    content: url(/tempo/imgs/icon_time.svg);
    position: absolute;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.8;
    left: 0;
    top: 2px;
  }
  .tempo__textlink-inner {
    display: flex;
    justify-content: space-between;
  }

  .last-div .tempo__column {
    border-bottom: none;
    margin-bottom: 0px;
  }
}
/* END tempoエリア */

/* アコーディオンアンカーリンク用css start */
.accordionAndAnchorBoxParent {
  border-top: 1px solid #B0BDCC;
}
.accordionAndAnchorBoxParent:last-child {
  border-bottom: 1px solid #B0BDCC;
}

.accordionAndAnchorBoxChild {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.accordionAndAnchorBoxParent .accordion__body {
  display: none;
}
.ariaTitle {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-right: 15px;
  min-width: 110px;
}
.ariaTitle::before {
  content: "【";
  margin-right: 10px;
}
.ariaTitle::after {
  content: "】";
  margin-left: 10px;
}
.ariaDetails {
  max-width: 590px;
  display: inline-block;
}
.ariaDetails span {
  border-right: 2px solid #707070;
  padding: 0 10px;
  font-size: 14px;
}
.ariaDetails span:first-child {
  border-left: 2px solid #707070;
}
.ariaDetails span.leftLine {
  border-left: 2px solid #707070;
}
.link--down::after {
  display: none;
}
.toggleButton {
  margin-left: auto;
  margin-right: 20px;
}
/* トグルボタン start */
.toggleButton {
  position: relative;
  background-color: transparent;
  color: none;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  width: 30px;
  height: 30px;
}
.toggleButton::before {
  content: "";
  width: 3px;
  height: 20px;
  background: #2076c7;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
  /* transition: .6s ease; */
}
.toggleButton::after {
  content: "";
  width: 20px;
  height: 3px;
  background: #2076c7;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
  /* transition: .6s ease; */
}
.toggleButton.isOpen::before {
  transform: rotate(90deg);
}
.toggleButton.isOpen::after {
  transform: rotate(-180deg);
}
/* トグルボタン end */

@media screen and (max-width: 1020px) {
  .accordionAndAnchorBoxChild {
    display: block;
  }
  .ariaDetails {
    margin-left: 10px;
  }
  .toggleButton {
    float: right;
    margin-top: -27px;
    vertical-align: middle;
  }
  .spAriaTitleBtnBlock {
    display: flex;
  }
  .spLeftLine {
    border-left: 2px solid #707070;
  }
}

@media screen and (min-width: 1021px) {
  .pcLeftLine {
    border-left: 2px solid #707070;
  }
}

/* アコーディオンアンカーリンク用css end */


