#sec_page {
  padding-top: 76px;
  background: var(--blue);
}
#sec_page h1 {
  color: #fff;
  text-align: center;
  padding: 80px 15px 40px;
}
#sec_page .wave {
  position: relative;
  bottom: -7px;
}
.pagebg {
  background: url(../img/links/bg1.jpg) no-repeat top,
    url(../img/links/bg2.jpg) no-repeat bottom;
}

#sec1 {
  margin-top: -10px;
}

.pagebg .box {
  background: #fff;
  padding: 50px 60px;
  border: solid 1px var(--blue);
}
.box li {
  border-bottom: solid 1px var(--blue);
  padding: 10px 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.box li .col1 {
  width: 25%;
  font-size: 100%;
}
.box li .col2 {
  width: 35%;
}
.box li .col3 {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.box .sub {
  display: flex;
  justify-content: flex-end;
}
.box .sub ul {
  width: 75%;
}
.box .sub ul li:last-child {
  border: none;
}
.box .sub ul li .scol1 {
  width: 45%;
}
.box .sub ul li .scol2 {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.empty {
  min-width: 190px;
  height: 0px;
  overflow: hidden;
}
.btnTel,
.btnLink {
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  background: var(--blue);
  padding: 10px 20px;
  min-width: 190px;
  text-align: center;
  position: relative;
  transition: 0.5s;
  box-sizing: border-box;
}
.btnTel:hover,
.btnLink:hover {
  opacity: 0.7;
}
.btnTel::before {
  position: absolute;
  content: "";
  display: block;
  top: calc(50% - 8px);
  left: 15px;
  width: 18px;
  height: 18px;
  background: url(../img/icon_tel.png) no-repeat center center;
  background-size: cover;
}
.btnLink::before {
  position: absolute;
  content: "";
  display: block;
  top: calc(50% - 9px);
  right: 15px;
  width: 18px;
  height: 18px;
  background: url(../img/icon_link.png) no-repeat center center;
}
.btnTel > span{
  margin-left: 1rem;
}
/*
===================================================
	tb
===================================================
*/
@media screen and (max-width: 1100px) {
  #sec_page {
    padding-top: 60px;
  }
  .pagebg .box{
    padding: 50px 30px;
  }
  .box li {
    flex-wrap: wrap;
    padding: 20px 10px;
  }
  .box li .col1 {
    width: 100%;
    text-align: center;
  }
  .box li .col2 {
    width: 100%;
    text-align: center;
  }
  .box li .col3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .box .sub ul {
    width: 100%;
    text-align: center;
  }
  .box .sub ul li .scol1,
  .box .sub ul li .scol2 {
    width: 100%;
  }
  .box .sub ul li .scol2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .empty{
    display: none;
  }
}

/*
===================================================
	sp
===================================================
*/
@media screen and (max-width: 640px) {
  #sec_page {
    padding-top: 50px;
  }
}

/*
===================================================
	sp
===================================================
*/
@media screen and (max-width: 510px) {
  .btnTel,
  .btnLink {
    max-width: 300px;
    width: 80%;
  }
}
