@charset "UTF-8";

/*==================================================
  幸せの黄色いレシートキャンペーン
==================================================*/
#yellowreceipt {
  padding-inline: 20px;
}

#yellowreceipt .yellowreceipt__top-image{
  text-align: center;
  margin-bottom: 10px;
}

#yellowreceipt .yellowreceipt__tittle-txt{
  padding-top: 30px;
  border-top: 2px solid #CCCCCC;
  margin-bottom: 10px;
}

#yellowreceipt .yellowreceipt__flow{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#yellowreceipt .yellowreceipt__flow-area{
  width: 200px;
  padding: 5px;
}

#yellowreceipt .yellowreceipt__flow-area:nth-of-type(2n){
  width: 128px;
}

#yellowreceipt .yellowreceipt__flow-image{
  text-align: center;
  margin-block-end: 10px;
}

#yellowreceipt .yellowreceipt__flow-txt {
  padding-left: 0; 
}

#yellowreceipt .yellowreceipt__flow-area:nth-of-type(2n) .yellowreceipt__flow-txt {
  display: none;
}

#yellowreceipt .yellowreceipt__bottom-image {
  text-align: center;
}

#yellowreceipt .yellowreceipt__top-image--title-txt {
  display: none;
}

#yellowreceipt .yellowreceipt__top-image--sub-txt {
  display: none;
}

@media screen and (max-width: 767px) {
  #yellowreceipt {
    padding: 20px 10px;
  }

  #yellowreceipt .yellowreceipt__flow{
    display: block;
  }

  #yellowreceipt .yellowreceipt__flow-area{
    width: 100%;
    margin-bottom: 5px;
  }

  #yellowreceipt .yellowreceipt__flow-area:nth-of-type(2n){
    width: 100%;
  }

  #yellowreceipt .yellowreceipt__top-image img{
    display: none;
  }

  #yellowreceipt .yellowreceipt__top-image--title-txt {
    display: inline-block;
    color: #069;
    font-weight: bold;
    padding-inline-start: 0;
  }

  #yellowreceipt .yellowreceipt__top-image--sub-txt {
    display: inline-block;
    padding-inline-start: 0;
  }

  #yellowreceipt .yellowreceipt__flow-area:nth-of-type(2n + 1) .yellowreceipt__flow-txt {
    font-weight: bold;
    text-align: center;
  }

  #yellowreceipt .yellowreceipt__flow-area:nth-of-type(2n) .yellowreceipt__flow-image{
    display: none;
  }

  #yellowreceipt .yellowreceipt__flow-area:nth-of-type(2n) .yellowreceipt__flow-txt {
    display: inline-block;
}

}