/* line 1, ../sass/renew2022_my/_reset.scss */
#site-body {
  display: block !important;
}
/* line 3, ../sass/renew2022_my/_reset.scss */
#site-body #my_main_content {
  margin: 0 auto;
}
/* line 5, ../sass/renew2022_my/_reset.scss */
#site-body #my_main_content h1 {
  text-align: center;
}
/* line 7, ../sass/renew2022_my/_reset.scss */
#site-body #my_main_content h1.align_left {
  text-align: left;
}
/* line 11, ../sass/renew2022_my/_reset.scss */
#site-body #my_main_content .align_left {
  text-align: left;
}
/* line 15, ../sass/renew2022_my/_reset.scss */
#site-body .message {
  text-align: center;
}

/* line 21, ../sass/renew2022_my/_reset.scss */
section h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 540px) {
  /* line 21, ../sass/renew2022_my/_reset.scss */
  section h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

/* line 33, ../sass/renew2022_my/_reset.scss */
.special_offer {
  /*
  margin-top:25px;
  border:2px solid $second-color;
  padding:25px;
  position:relative;
  @media screen and (max-width:$newbreak-tb) {
      margin-top:20px;
      padding:20px;
  }
  */
}
/* line 44, ../sass/renew2022_my/_reset.scss */
.special_offer .sobox {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  /* line 44, ../sass/renew2022_my/_reset.scss */
  .special_offer .sobox {
    flex-direction: column;
  }
}
/* line 50, ../sass/renew2022_my/_reset.scss */
.special_offer .sobox .soholder {
  flex: 1;
}
/* line 55, ../sass/renew2022_my/_reset.scss */
.special_offer .valign .present {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 50px;
  height: 50px;
}
/* line 59, ../sass/renew2022_my/_reset.scss */
.special_offer .valign .present > img {
  display: block;
  width: 100%;
}
/* line 64, ../sass/renew2022_my/_reset.scss */
.special_offer .valign strong {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 50px;
  color: #005194;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  /* line 64, ../sass/renew2022_my/_reset.scss */
  .special_offer .valign strong {
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3;
  }
}
/* line 76, ../sass/renew2022_my/_reset.scss */
.special_offer .phrase {
  margin-top: 20px;
  color: #005194;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  display: block;
}
/* line 82, ../sass/renew2022_my/_reset.scss */
.special_offer .phrase br {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 76, ../sass/renew2022_my/_reset.scss */
  .special_offer .phrase {
    margin-top: 7px;
  }
}
/* line 87, ../sass/renew2022_my/_reset.scss */
.special_offer .note {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #757575;
}
/* line 93, ../sass/renew2022_my/_reset.scss */
.special_offer .white_tong {
  position: static;
  top: auto;
  right: auto;
  width: 300px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  /* line 93, ../sass/renew2022_my/_reset.scss */
  .special_offer .white_tong {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
/* line 107, ../sass/renew2022_my/_reset.scss */
.special_offer .white_tong > img {
  display: block;
  width: 100%;
}
/* line 112, ../sass/renew2022_my/_reset.scss */
.special_offer .signin {
  text-align: center;
}
/* line 117, ../sass/renew2022_my/_reset.scss */
.special_offer .signin > strong {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
/* line 121, ../sass/renew2022_my/_reset.scss */
.special_offer .signin .btn_signin {
  margin: 20px auto 0;
  width: 220px;
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
/* line 128, ../sass/renew2022_my/_reset.scss */
.special_offer .signin .btn_signin > i {
  margin-right: 7px;
}

/* line 135, ../sass/renew2022_my/_reset.scss */
#present_desc {
  text-align: left;
}

/* line 138, ../sass/renew2022_my/_reset.scss */
#present_box {
  margin: 0 auto;
}
