@charset "utf-8";

.box_gift {
  padding: 20px;
  margin-bottom: 30px;
}

.gift_h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
  border-bottom: 2px solid #000;
}

.gift_sec {
  padding: 5px;
}

.gift_sec p {
	font-size: 20px;
  color:#ff6000;
  margin-left: 100px;
  font-weight: bold;
}

.gift_img {
  text-align: center;
  width: 100%;
}

.gift_caution {
  background-color: #e1e1e1;
  padding: 10px 20px;
}

.gift_caution p {
  color: #ff6000;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 10px;
}




@media (max-width: 767px) {

  .box_gift {
    padding: 10px;
    margin-bottom: 30px;
  }

  .gift_h1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    border-bottom: 1px solid #000;
  }

  .gift_sec p {
    font-size: 12px;
    color:#ff6000;
    margin-left: 10px;
    line-height: 12px;
  }  

  .gift_caution p {
    color: #ff6000;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    margin: 5px;
  }
}

