/*====================================================================
    
====================================================================*/
.box.kyubo {
  position: relative;
  width: 680px;
  height: 230px;
  margin-bottom: 40px;
}
.box.kyubo p {
  width: 620px;
  text-align: center;
}
.box.kyubo p.hd {
  position: absolute;
  left: 30px;
  top: 40px;
  color: #FFFFFF;
  font-size: 30px;
}
.box.kyubo p.t {
  position: absolute;
  left: 30px;
  top: 140px;
}
.box.kyubo p.t strong {
  color: #e6568c;
  font-size: 16px;
}

/*====================================================================
    SP
====================================================================*/
@media only screen and (max-width: 660px), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .box.kyubo {
    width: 560px;
    height: 300px;
    margin: 0 auto 40px;
  }
  .box.kyubo p {
    width: 500px;
    text-align: center;
  }
  .box.kyubo p.hd {
    position: absolute;
    left: 30px;
    top: 40px;
    font-size: 30px;
  }
  .box.kyubo p.t {
    position: absolute;
    left: 30px;
    top: 155px;
    font-size: 15px;
  }
  .box.kyubo p.t strong {
    color: #e6568c;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
/*====================================================================
    
====================================================================*/
