.lead-text {
  font-size: 2.1428571429rem;
  font-weight: bold;
  line-height: 1.9;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .lead-text {
      font-size: 1.1428571429rem; } }

.lead-text02 {
  font-size: 1.8571428571rem;
  font-weight: bold;
  line-height: 1.9;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .lead-text02 {
      font-size: 1.1428571429rem; } }

.gift-content-text {
  font-size: 1.4285714286rem;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    .gift-content-text {
      font-size: 1rem;
      padding: 10px; } }

.gift-situation-item {
  width: 100%;
  display: block;
  position: relative;
  text-align: center; }
  .gift-situation-item .gift-situation-img {
    display: block;
    width: calc(100% - 35px);
    z-index: 10;
    position: relative;
    left: 5px; }
    @media screen and (max-width: 767px) {
      .gift-situation-item .gift-situation-img {
        width: 70%;
        left: 10px; } }
  .gift-situation-item .gift-situation-text {
    font-size: 1.4285714286rem;
    line-height: 2;
    width: calc(100% - 35px);
    padding: 50px 20px 20px;
    background-color: #EFEFEF;
    z-index: 1;
    position: relative;
    top: -30px;
    left: 25px; }
    @media screen and (max-width: 991px) {
      .gift-situation-item .gift-situation-text {
        font-size: 1rem;
        padding: 50px 10px 10px; } }
    @media screen and (max-width: 767px) {
      .gift-situation-item .gift-situation-text {
        width: calc(70% - 10px);
        left: calc(30% - 10px); } }

.message-card-wrap {
  margin: 0 -15px; }
  @media screen and (max-width: 767px) {
    .message-card-wrap {
      margin: auto; } }

.message-card-img {
  margin: 15px;
  border: solid 1px #707070; }
  @media screen and (max-width: 767px) {
    .message-card-img {
      margin: 5px; } }

.message-card-name {
  font-size: 1.4285714286rem; }
  @media screen and (max-width: 767px) {
    .message-card-name {
      font-size: 1rem; } }
