<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 />
/* CONTACT
**************************/
.contact-box {
  padding-top: 66px;
  padding-bottom: 8px;
  background: #e7be41;
  text-align: center;
}
.contact-box .contact-ttl {
  font-size: 170%;
  font-family: "Noto Sans Japanese";
  line-height: 1.7;
  color: #000;
}
.contact-box .col-4 {
  max-width: 100%;
  margin: 49px auto 64px;
}
.contact-box .col-4 div {
  width: 23.4%;
  margin-right: 20px;
  float: left;
  border: #000 solid 1px;
  border-radius: 4px;
  font-size: 85%;
  background-color: #ffffff;
}
.contact-box .col-4 div:last-child {
  margin-right: 0;
}
.contact-box .col-4 div a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 22px 5px;
  font-size: 130%;
}
.contact-box p > span {
  border-top: #000 solid 1px;
  display: block;
  font-size: 105%;
  padding-top: 6px;
  color: #000;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.contact-box .phone {
  margin-left: 1em;
  padding: 0;
  font-size: 128.57%;
  border-top: none;
  font-weight: bold;
  line-height: 1.1;
  vertical-align: middle;
}
.contact-box .phone-num-sp {
	display: none;

}


/* BREAD CRUMB
**************************/
.breadcrumb {
    margin-bottom: 18px;
}

/* FOOTER
**************************/
footer {
  margin-top: 0;
}

@media all and (max-width: 1024px) {
  /* HEADER
  **************************/
  header + section {
    background: none;
  }
  .section-box h2 {
    padding-bottom: 25px;
    padding-top: 30px;
  }

  /* CONTACT
  **************************/
  .contact-box {
    padding-top: 30px;
  }
  .contact-box .col-4 div {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    font-size: 100%;
  }
  .contact-box .col-4 div a {
    font-size: 100%;
  }
  .contact-box .contact-ttl {
    font-size: 125%;
    text-align: left;
    line-height: 1.6;
  }
  .contact-box p > span {
    display: inline-block;
    max-width: 100%;
    font-size: 100%;
  }
  .contact-box .phone {
	  display: none;
  }
  .contact-box .phone-num-sp {
    padding: 0;
    display: inline-block;
    font-size: 115%;
  	margin-left: 1em;
  	font-weight: bold;
  	line-height: 1.1;
  	vertical-align: middle;
  }
}
