#mainvis {
  background-image: url("../img/service/store-reform/mv.jpg");
}

#mf-about .cbox {
  margin: 0 auto;
}
#mf-about .chklist li:nth-of-type(1){
  background: url("../img/service/store-reform/ic1.png") left center/2.18em no-repeat;
}
#mf-about .chklist li:nth-of-type(2){
  background: url("../img/service/store-reform/ic2.png") left center/2.18em no-repeat;
}
#mf-about .chklist li:nth-of-type(3){
  background: url("../img/service/store-reform/ic3.png") left center/2.18em no-repeat;
}



#point1 .clist {
  border: none;
}
#point1 .cboxs {
  border: none;
  width: 100px;
  flex-shrink: 1;
}
#point1 .cboxs-inner {
  display: flex;
  flex-direction: column;
}
#point1 h4 {
  line-height: 1.21em;
  height: 78px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#point1 .plus {
  width: 100px;
  flex-shrink: 0;
  position: relative;
}
#point1 .plus:before, #point1 .plus:after {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 53px;
  top: 73px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #00469b;
}
#point1 .plus:after {
  transform: rotate(90deg);
}
#point1 .gr {
  background: #f3f4f5;
  border: solid 1px #00469b;
  padding: 30px 29px;
  color: #00469b;
  font-size: 1.06rem;
  line-height: 1.65em;
  text-align: left;
  height: 198px;
}
#point1 .ul2 {
  overflow: hidden;
}
#point1 .ul2 li {
  white-space: nowrap;
}
#point1 .ul2 li:nth-child(odd) {
  float: left;
  clear: both;
}
#point1 .ul2 li:nth-child(even) {
  width: 7em;
  float: right;
}

@media screen and (max-width: 850px) {
  #mainvis {
    background-image: url("../img/service/store-reform/mvs.jpg");
  }

  #point1 h3 {
    margin-bottom: 4.27vw;
  }
  #point1 .clist {
    display: block;
  }
  #point1 .cboxs {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #point1 h4 {
    height: auto;
    margin-bottom: 2.13vw;
  }
  #point1 .plus {
    width: 100%;
    height: 14.93vw;
  }
  #point1 .plus:before, #point1 .plus:after {
    width: 0.4vw;
    height: 7.07vw;
    top: 0;
  }
  #point1 .gr {
    padding: 6.67vw 6.4vw;
    font-size: 1rem;
    height: 43.47vw;
  }
  #point1 .ul2 {
    overflow: hidden;
  }
  #point1 .ul2 li {
    white-space: nowrap;
  }
  #point1 .ul2 li:nth-child(odd) {
    float: left;
    clear: both;
  }
  #point1 .ul2 li:nth-child(even) {
    width: 7em;
    float: right;
  }
}
