/*
** import core file
*/
/*==================================================

** flow
==================================================*/
#flowSec .flowlist {
  margin-top: 80px;
}
#flowSec .flowlist > li {
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
#flowSec .flowlist > li + li {
  margin-top: 60px;
}
#flowSec .flowlist .phtbox {
  width: 460px;
}
#flowSec .flowlist .txtbox {
  width: 600px;
}
#flowSec .flowlist .txtbox h4 {
  text-align: left;
}
#flowSec .flowlist .txtbox h4 .en {
  margin-right: 15px;
  font-size: 4rem;
  line-height: 1;
  vertical-align: -3px;
}
#flowSec .flowlist .txtbox h4 + p {
  margin-top: 10px;
}
#flowSec .flowlist .btns {
  margin-top: 25px;
}
#flowSec .flowlist .linkbtn {
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  #flowSec .flowlist {
    margin-top: 90px;
  }
  #flowSec .flowlist > li:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  #flowSec .flowlist .phtbox {
    width: 100%;
  }
  #flowSec .flowlist .txtbox {
    margin-top: 25px;
    width: 100%;
  }
  #flowSec .flowlist .txtbox h4 .en {
    margin-right: 10px;
    font-size: 3.6rem;
  }
  #flowSec .flowlist .linkbtn {
    margin-top: 30px;
    width: 100%;
  }
}
