@charset "UTF-8";

.flow-miniarrow img {
  width:20px;
}

.flow-miniarrow {

  position: absolute;
  top: 70px;
  right: 0px;
}

.co {
  background-color: #fff;
}

.co-title {
  font-weight:700;
  font-size:1.5rem;
  line-height:160%;
  padding:1rem 1rem;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  margin-bottom:1.5rem;
}

.co-con img {
  width:250px;
}

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

  .co-title {
  font-size:1.1rem;
}
}


@media screen and (max-width: 599px) {
  .flow-miniarrow {
  position: absolute;
  top: 200px;
  left: 70%;
  transform: translateX(-70%);
  -webkit-transform: translateX(-70%);
  -ms-transform: translateX(-70%);
}

.co-con img {
  width:100%;
}
}