.anygift {
  width: 92%;
  max-width: 1200px;
  margin: 50px auto;
  padding: 50px 50px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eaeaea;
}

@media screen and (max-width: 767px) {
  .anygift {
    margin: 30px auto;
    padding: 30px;
  }
}

@media screen and (max-width: 420px) {
  .anygift {
    margin: 20px auto;
    padding: 30px 15px;
  }
}

.anygift h1 {
  text-align: center;
  font-family: 'M PLUS Rounded 1c' !important;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 50px 0;
}

@media screen and (max-width: 767px) {
  .anygift h1 {
    font-size: 24px;
    padding: 0 0 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .anygift h1 span {
    display: inline-block;
  }
}

.anygift .anygift_inner {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .anygift .anygift_inner {
    padding: 0px 0;
  }
}

.anygift .anygift_inner a {
  text-decoration: underline;
  transition: all 0.5s;
}

.anygift .anygift_inner a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.anygift .anygift_section {
  padding: 20px 0;
  margin: 0;
  color: #222;
}

.anygift .anygift_section h2 {
  width: 100%;
  padding: 15px 0;
  margin: 0 0 30px 0;
  background: #fffbbf;
  font-size: 18px;
  font-family: 'M PLUS Rounded 1c' !important;
  font-weight: 500;
  text-indent: 20px;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .anygift .anygift_section h2 {
    text-indent: 0px;
    padding-right: 1em;
    padding-left: 1em;
  }
}

.anygift .anygift_section h3 {
  padding: 14px 0 15px 20px;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c' !important;
}

@media screen and (max-width: 767px) {
  .anygift .anygift_section h3 {
    padding-left: 0px;
  }
}

.anygift .anygift_section p {
  padding: 0 0 20px 20px;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  font-family: 'M PLUS Rounded 1c' !important;
}

@media screen and (max-width: 767px) {
  .anygift .anygift_section p {
    padding-left: 0px;
  }
}

.anygift .anygift_section ul {
  list-style: disc;
  padding: 0 0 15px 20px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .anygift .anygift_section ul {
    padding-left: 0px;
  }
}

.anygift .anygift_section ul li {
  display: list-item !important;
  padding: 0;
  margin: 0 0 5px 20px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  font-family: 'M PLUS Rounded 1c' !important;
}

.anygift .anygift_section ol {
  padding: 0 0 15px 20px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .anygift .anygift_section ol {
    padding-left: 0px;
  }
}

.anygift .anygift_section ol > li {
  list-style: none;
  padding: 0;
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin: 0 0 5px 0px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  font-family: 'M PLUS Rounded 1c' !important;
}

.anygift .anygift_section ol > li a {
  font-weight: 600;
}

.anygift .anygift_section ol li ul {
  padding: 10px 0 10px 0;
}

.anygift .anygift_section ol li ul li {
  margin: 0 0 5px 15px;
}

.anygift .anygift_section .line_qr_wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.anygift .anygift_section ul.gift_flow {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: start;
  list-style: none;
}

@media screen and (max-width: 900px) {
  .anygift .anygift_section ul.gift_flow {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

.anygift .anygift_section ul.gift_flow li {
  text-align: center;
  display: block;
  list-style: none;
  width: 338px;
}

.anygift .anygift_section ul.gift_flow li h3,
.anygift .anygift_section ul.gift_flow li p {
  text-align: left;
}

.anygift .anygift_section ul.gift_flow li img {
  margin-bottom: 1em;
}

.anygift .anygift_button {
  text-align: center;
  padding-top: 50px;
}

.anygift .anygift_button a {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 1em 0.5em;
  border-radius: 30px;
  background: #ee7759;
  font-size: 20px;
  width: 16em;
  color: #fff;
  font-weight: 700;
  transition: 0.5s;
  text-decoration: none;
}

.anygift .anygift_button a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.anygift .anygift_button a:visited {
  text-decoration: none;
}

.anygift .about_gift_wrapper {
  padding-top: 20px;
}

.anygift .about_gift_wrapper .about_gift {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 630px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .anygift .about_gift_wrapper .about_gift {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
  }
}

.anygift .about_gift_wrapper .about_gift p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.anygift .service_outline_wrapper {
  padding-top: 40px;
  padding-bottom: 10px;
}

.anygift .service_outline_wrapper .service_outline_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  width: 830px;
  margin: 0 auto;
}

@media screen and (max-width: 1114px) {
  .anygift .service_outline_wrapper .service_outline_inner {
    justify-content: flex-start;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .anygift .service_outline_wrapper .service_outline_inner {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

.anygift .service_outline_wrapper .service_outline_inner p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.anygift .service_outline_wrapper .service_outline_inner p img {
  width: 390px;
}

@media screen and (max-width: 1114px) {
  .anygift .service_outline_wrapper .service_outline_inner p img {
    width: 80%;
  }
}

@media screen and (max-width: 1114px) {
  .anygift .service_outline_wrapper .service_outline_inner p:last-child {
    margin: 0 0 0 0em;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .anygift .service_outline_wrapper .service_outline_inner p:last-child {
    margin-top: 2em;
    margin-left: 0em;
  }
}

/*# sourceMappingURL=anygift.min.css.map */
