.privacy_mv{
  background-image: url(../../images/privacy/privacy_mv.jpg);
  background-position: center;
}
.business_concept_text{
  color: #00851B;
  font-size: 22px;
  letter-spacing: 4px;
  text-align: center;
  font-family: 'EB Garamond', serif;
}
.business_concept_text::before{
  content: url(../../lib/cmn_img/flag02.svg);
  background-position: center 85%;
  background-repeat: no-repeat;
  display: block;
}
.telZone{
  font-size: 16px;
}
.telZone::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(../../images/privacy/tel.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.bdr_btm {
    margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .privacy_mv{
  background-image: url(../../images/privacy/privacy_mv-pc.jpg);
}
  }


@media screen and (max-width: 1025px) {

.basic_midashi_h3_03 {
color: #00851B;
font-size: 4.5vw!important;
border-bottom: 1px solid #00851B;
}
.telZone {
font-size: 4.5vw;
}
.telZone::before {
content: "";
display: inline-block;
width: 4vw;
height: 4vw;
margin-right: 2vw;
background: url(../../images/privacy/tel.svg) no-repeat;
background-size: contain;
vertical-align: middle;
}
.mv {
padding-top: 0;
}

.bdr_btm {
margin-bottom: 10vw;
}

}



.inner01{
      margin-top: 100px;
}