@charset "UTF-8";

#sanchokugift {
  margin-bottom: 90px;
}
#sanchokugift .LeadWrap {
  margin: 20px auto 0;
}
#sanchokugift .LeadWrap .LeadText {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2em;
}
#sanchokugift .d-inline-b{
  display: inline-block;
}
#sanchokugift .tbOn{
  display: none;
}

@media screen and (max-width: 1024px) {
  #sanchokugift .m-d-inline-b{
    display: inline-block;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #sanchokugift .tbOn{
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #sanchokugift .tbOn{
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #sanchokugift {
    margin-bottom: 45px;
  }
#sanchokugift .LeadWrap .LeadText {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.9em;
}
}

@media screen and (max-width: 440px) {
  #sanchokugift .s-d-block{
    display: block;
  }
}