@charset "utf-8";

@media print,screen and (min-width : 501px) {

#business {
  text-align: center;
}
#business section{
  margin-top: 60px;
}
#business section .inner p{
  margin: 10px 0;
}

#business .fb1{
  margin-top: 20px;
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;
}
#business .fb1 .fb_txt{
  width: 600px;
  position: relative;
  z-index: 100;
}
#business .fb1 .fb_img{
  width: 600px;
}
#business .fb1 .fb_txt .inner{
  width: 680px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 20px;
  border-radius:10px;
  border:solid 1px #8c8c8c;
}


#business .fb2{
  margin-top: 20px;
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
#business .fb2 .fb_txt{
  width: 600px;
  position: relative;
  z-index: 100;
}
#business .fb2 .fb_img{
  width: 600px;
}
#business .fb2 .fb_txt .inner{
  width: 680px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 20px;
  box-sizing: border-box;
  border-radius:10px;
  border:solid 1px #8c8c8c;
  margin-left: -80px;
}



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

#business {
  text-align: center;
}
#business section{
  margin-top: 40px;
}
#business .fb1{
  margin-top: 10px;
}
#business .fb1 .fb_txt .inner{
  margin-top: 10px;
}


#business .fb2{
  margin-top: 10px;
}
#business .fb2 .fb_txt .inner{
  margin-top: 10px;
}


}
