<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
/*clearfix*/
/*flex*/
/*flex*/
.pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

.pc_inline {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .pc_inline {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_inline {
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {
  .none_pad section:nth-child(n+2) {
    padding: 40px 6vw;
  }
}

.location_setsumei_dl {
  margin-top: 20px;
  border: solid 1px #3f2021;
  border-bottom: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .location_setsumei_dl {
    display: block;
  }
}
.location_setsumei_dl dt, .location_setsumei_dl dd {
  box-sizing: border-box;
  border-bottom: solid 1px #3f2021;
  padding: 1.18em 1.46em;
  letter-spacing: 0.04em;
}
.location_setsumei_dl dt {
  width: 27.35%;
  border-right: solid 1px #3f2021;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .location_setsumei_dl dt {
    width: 100%;
    background-color: #e5e1dc;
    border-right: none;
  }
}
.location_setsumei_dl dd {
  width: 72.64%;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .location_setsumei_dl dd {
    width: 100%;
  }
}

.loaction_lifeinfo_menu {
  padding-top: 0px;
}
.loaction_lifeinfo_menu .tpl-tab-menu__item {
  min-width: auto;
}
@media screen and (max-width: 768px) {
  .loaction_lifeinfo_menu .tpl-tab-menu__item {
    min-width: max(22.5vw, 100px);
  }
}
.loaction_lifeinfo_menu .tpl-tab-menu__link {
  padding-left: 0px;
  padding-right: 0px;
}

.lifeinfo_content {
  padding-top: 0px;
}

.lifeinfo_list_box {
  counter-reset: num;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .lifeinfo_list_box {
    gap: 0.74em 0px;
  }
}

.lifeinfo_dl {
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0.74em 10px;
  align-self: flex-start;
}
@media screen and (max-width: 600px) {
  .lifeinfo_dl {
    display: block;
    width: 100%;
  }
}
.lifeinfo_dl dt {
  padding-left: 2.11em;
  box-sizing: border-box;
  position: relative;
  counter-increment: num;
  font-weight: 500;
  width: calc(100% - 10em - 10px);
}
@media screen and (max-width: 600px) {
  .lifeinfo_dl dt {
    width: 100%;
  }
}
.lifeinfo_dl dt::before {
  display: block;
  position: absolute;
  content: counter(num);
  font-size: 0.74em;
  height: 1.5em;
  width: 1.5em;
  line-height: 1.5em;
  background-color: #3f2021;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  left: 0px;
  top: 0px;
  letter-spacing: 0em;
}
.lifeinfo_dl dd {
  font-weight: 500;
  text-align: right;
  width: 10em;
}
@media screen and (max-width: 600px) {
  .lifeinfo_dl dd {
    width: 100%;
    margin-bottom: 1em;
  }
}