body.au-ad-point .tel-apply{
  display: none!important;
}
.optionservices.container{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.optionservices.tac{
  text-align: center;
}
.optionservices img{
  width: auto;
  max-width: 100%;
  height: auto;
}
.fbox_wrap_title {
  text-align: center;
  padding: 20px 0 34px;
  margin-right: auto;
  margin-left: auto;
}
.fbox_wrap_in {
display:flex;
width:1000px;
max-width: 100%;
flex-wrap:wrap;
margin:0 auto;
justify-content:space-between;
}
.fbox_wrap_in.center {
  justify-content: center;
}
.fbox_banner {
  width: calc((100% - (15px * 1)) / 2);
  position: relative;
}
.fbox_banner img {
width:100%;
align-content: center;
}

.fbox_banner img {
  width: 100%;
  height: auto;
}

.fbox_banner.new::before {
  content: '';
  background-image: url(/access/hikari/collaboration/ad_simpleapply/images/images2/icon_new.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 71px;
  height: 71px;
}

.fbox_banner.new::before img {
  width: 100%;
  height: 100%;
}

.option-service-root p {
  margin: 0;
}
.option-service-root a.btn01 {
  display: block;
  text-decoration: none;
  height: 38px;
  width: 90%;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border: solid 1px #23A1B6;
  border-radius: 20px;
  transition: 0.3s;
  margin: 0 auto 1.5em;
  background: #23A1B6;
  clear: both;
}
.option-service-root a.btn02 {
  display: block;
  text-decoration: none;
  height: 38px;
  width: 90%;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border: solid 1px #eb5505;
  border-radius: 20px;
  transition: 0.3s;
  margin: 0 auto 1.5em;
  background: #eb5505;
  clear: both;
}
.option-service-root a.btn01 img,
.option-service-root a.btn02 img {
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  .fbox_wrap_title {
    padding: 10px 50px 18px;
  }
  .fbox_wrap_title img {
    width: 100%;
    height: auto;
  }
  .fbox_wrap_in {
  display:flex;
  width:100%;
  flex-wrap:wrap;
  margin:0 auto;
  justify-content:space-between;
  }
  .fbox_banner {
  flex-basis: 96%;
  flex-grow:2;
    padding:0 .5em;
  }
  .fbox_banner img {
  width:100%;
  height: auto;
  align-content: center;
  }
  .fbox_banner.new::before {
    top: -12px;
    left: -7.5px;
    width: 13vw;
  }
}
.option-service-root .mt2{
  margin-top: 2rem;
}
