@charset "utf-8";

#mf1 .cbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 3em;
  position: relative;
}
#mf1 .cbox:last-child {
  margin: 5vw auto 8vw;
  padding-top: 5vw;
}
#mf1 .cbox:last-child:after {
  display: none;
}
#mf1 .cbox:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #e43c5c;
  position: absolute;
  bottom: -5vw;
  left: 0;
}
#mf1 .cbox figure {
  width: 45%;
  margin-right: 3%;
}
#mf1 .cbox figure img{
  width: 100%;
}
#mf1 .cbox .tbox {
  width: 52%;
}
#mf1 .cbox .tbox h4 {
  margin: 2em 0 .5em;
  color: #e43c5c;
  font-size: 1.2em;
}
#mf1 .cbox .tbox h4:first-child {
  margin-top: 0;
}
#mf1 .cbox .tbox p,
#mf1 .cbox .tbox li{
  font-size: 85%;
}
#mf1 .cbox .tbox ul {
  margin: 1em 0;
}
#mf1 h5 {
  margin: 2em 0 .5em;
}
#mf1 .tboxs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mf1 .tboxs figure {
  width: 30%;
}
#mf1 .rbox {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
#mf1 .link a {
  color: #9babb9;
}
#mf1 .link a:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url("../img/service/si4.png") center center / contain no-repeat;
  vertical-align: text-top;
  margin: 0 7px 0 0;
}
#mf1 .rboxs {
  width: 70%;
}
#mf1 .qr {
  width: 30%;
}
#mf1 .qr img {
  width: 70%;
}

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

  #mf1 .cbox {
    display: block;
    padding: 0;
  }
  #mf1 .cbox h3,
  #mf1 .cbox .tbox{
    width: 100%;
  }
  #mf1 .cbox h3 {
    font-size: 6vw;
  }
  #mf1 .cbox .tbox h4 {
    font-size: 1.2em;
  }
  #mf1 .cbox:after {
    bottom: -10vw;
  }
  #mf1 .cbox:last-child {
    margin: 15vw auto 8vw;
  }
  #mf1 .cbox .tbox p, #mf1 .cbox .tbox li {
    font-size: 100%;
  }
  #mf1 .cbox figure,
    #mf1 .cbox .tbox{
    width: 100%;
    margin-right: 0;
  }
  #mf1 .cbox .tbox {
    margin-top: 3vw;
  }
  #mf1 .tboxs {
    display: flex;
    flex-direction: column;
  }
  #mf1 .rbox {
    width: 100%;
  }
}