#star{ 
  position:absolute;
  z-index:-2;
  width: 100%;
  height: 312px;
  background: linear-gradient(to bottom, #f0b586, #f0c5a3, #fff);
  top: 0;
  left: 0;
}
h3{
  display: inline;
  animation-name:fadeUp1;
  animation-delay: 0.3s;
  animation-duration:0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}
.title img{
  position: relative;
  width: 84px;
  height: auto;
  animation-name:fadeUp2;
  animation-delay: 0.5s;
  animation-duration:0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
  margin-left: 31px;
  margin-right: -115px;
  z-index: 10;
}
.wrap_title{
  margin-top: -76px;
}
@keyframes fadeUp1{
  from {
    opacity: 0;
  transform: translateY(10px);
  }
  to {
    opacity: 1;
  transform: translateY(-10px);
  }
}
@keyframes fadeUp2{
  from {
    opacity: 0;
  transform: translateY(36px);
  }
  to {
    opacity: 1;
  transform: translateY(16px);
  }
}
.title p{
  margin-top: -120px;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: bold;
}
.satei{
  padding: 0 4rem;
}
.flow{
  margin: 3rem auto;
  text-align: center;
}
.wrap_flow{
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.wrap_flow article{
  width: 43%;
  max-width: 450px;
  height: 230px;
  border: solid 3px #494949;
  border-radius: 20px;
  background-color: #fff;
  background-position: center 70%;
  background-size: 30%;
  background-repeat: no-repeat;
  margin: 2rem;
  padding: 1rem 2rem;
}
@media (max-width:913px) {
  .wrap_flow article{
    width: 100%;
  }
}
.wrap_flow article:first-child{
  background-image: url(../images/sell/musimegane.png);
}
.wrap_flow article:nth-child(2){
  background-image: url(../images/sell/money.png);
}
.wrap_flow article:nth-child(3){
  background-image: url(../images/sell/uchiawase.png);
}
.wrap_flow article:last-child{
  background-image: url(../images/sell/home.png);
}
.flow_list{
  display: flex;
  align-items: center;
  border-bottom: dotted 2px #494949;
  margin-bottom: 1rem;
  padding-bottom: 0.2rem;
  flex: 0 0 82px;
}
.flow_title{
  font-size: 32px;
  flex: 0 0 75%;
}
.flow_cont{
  text-align: left;
}
article:nth-child(2) .flow_cont,article:nth-child(3) .flow_cont{
  margin-top: 2rem;
}
.flow_list .number1,.flow_list .number2,.flow_list .number3,.flow_list .number4{
  width: 80px;
  height: 80px;
  border-radius: 40px;
  padding-top: 20px;
  font-size: 26px;
  color: #fff;
  flex: 0 0 80px;
  margin-left: 12px;
}
.number1{
  background: #F6BAB9;
}
.number2{
  background: #EFCD93;
}
.number3{
  background: #B9D3F6;
}
.number4{
  background: #ABCAB5;
}
.paper{
  display: flex;
  justify-content: center;
}
.paper a {
  width:50%;
  max-width: 380px;
  margin-bottom: 4rem;
  margin-right: 5%;
}
.fukidasi{
  width: 50%;
  max-width: 335px;
  height: auto;
  min-height: 180px;
  background-image: url(../images/paper_fukidasi.png);
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media(max-width:480px){
  .title img{
  width: 74px;
  margin-left: 0;
  margin-right: -73px;
}
.wrap_title {
  margin-top: -78px;
}
.title p {
  margin-top: -58px;
}
}