:root{

  --keycolor:#004BB1;
  --keyColor:#004BB1;
  --bgOrange:#ee6e00;
}

a.underline{
  text-decoration: underline;
}

a.contact-btn {
  background: var(--keycolor);
  border-color: var(--keycolor);
  max-width: 95%;
  width: 100%;
  border-radius: 5px;
  display: flex;
  column-gap: 5px;
  align-items: center;
  font-size: clamp(17px, 24px, 26px);
  padding: .75em;
  justify-content: center;
  margin-top: 5vh;
  color:#fff;
  font-size: 0.7rem;
  line-height: 1.4;
}

a.contact-btn:hover{
  opacity: 0.8;
}

.min_square {
  background: #fff;
  padding: 4px;
  line-height: 1.0;
  text-align: center;
  font-size: 0.85rem;
  border-radius: 1.46em;
  color: var(--keycolor);
}

.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
	margin-left:.5em;
}

.dli-caret-circle-fill-right::before {
  content: '';
  color: var(--keycolor);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top_caption a.contact-btn {
      margin-top: .5em;
  }
}
.branch__wrap {
  width: 940px;
  margin: 0 auto;
  position: relative;
}

.branch_btn {
  display: flex;
  width: 160px;
  height: 40px;
  justify-content:space-between;
  align-items:center;
  position: absolute;
	padding:0 10px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
  background-color: var(--keyColor);
  border-radius: 20px;
}

.branch_btn:hover, .branch_btn:focus, .branch_btn:active{
  background: #000;
  color:#fff;
}

.branch_btn.-a01 {
  left: 345px;
  top: 470px;
}

.branch_btn.-a02 {
  left: 435px;
  top: 400px;
}

.branch_btn.-a03 {
  right: 80px;
  top: 460px;
}

.branch_btn.-a04 {
  right: 50px;
  top: 560px;
}

.branch_btn.-a05 {
  right: 80px;
  top: 660px;
}

.branch_btn.-a06 {
  right: 160px;
  top: 720px;
}

.branch_btn.-a07 {
  right: 230px;
  top: 770px;
}

.branch_btn.-a07 {
  right: 230px;
  top: 770px;
}

.branch_btn.-a08 {
  right: 400px;
  top: 770px;
}

.branch_btn.-a09 {
  left: 275px;
  top: 540px;
}

.branch_btn.-a10 {
  left: 220px;
  bottom: 180px;
}

.branch_btn.-a11 {
  left: 0px;
  bottom: 320px;
}

.branch_btn.-a12 {
  right: 320px;
  top: 160px;
}
.branch_btn.-a13 {
  left: 110px;
  top: 570px;
}
.branch_btn.-a14 {
  left: 160px;
  top: 650px;
}
.branch_btn.-a15 {
  left: 0px;
  bottom: 130px;
}


@media screen and (max-width: 767px) {
	.branch__btn__wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
  .branch__wrap{
    margin-bottom: 1em;
    width: 100%;
  }
  .branch_btn {
    width: calc(98% / 2);
    margin: .5em auto 0;
    position: relative;
    font-size: 0.9rem;
  }
  .company__contents li dl dd iframe{
    max-height: 220px !important;
  }
  .company__contents li dl dd {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 768px) {

  #sapporo, #takasaki, #omiya, #ibaraki, #chiba, #tokyo, #yokohama, #takasaki, #utsunomiya, #shizuoka, #sapporo, #nagoya, #osaka, #hakata{
    margin-top: -90px;
    padding-top: 90px;
  }
  a.contact-btn br{
    display: none;
  }
	.branch_btn{
		justify-content:center;
	}
}