@charset "UTF-8";
/* present */
.present__deadline {
  margin-top: -50px;
  margin-bottom: 80px;
}

.present__title {
  display: flex;
}

.present__deadlineText {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 80px;
  padding: 10px;
  background-color: #cc0000;
  color: #fff;
  font-size: 2.6rem;
}

/*.present__deadlineText::before {
  content: url('/assets/img/present_text.png');
  position: absolute;
  top: -30px;
  right: 50%;
  transform: translate(50%, -50%);
}*/

.present__termsText {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 10px;
  background-color:#b7a264;
  color: #fff;
  font-size: 2.4rem;
}

.present__deadline img {
  display: block;
  width: 100%;
}

.present__list > li {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}

.present__listTitle {
  margin-bottom: 15px;
  color: #003365;
  font-size: 1.8rem;
  font-weight: bold;
}

.present__textList {
  padding-left: 18px;
}

.present__textList li {
  list-style-type: disc;
  font-size: 1.4rem;
}

.present__list p {
  font-size: 1.4rem;
}

.present__privacy {
  margin: 80px 0 100px;
}

.present__privacyTitle {
  color: #b7a264;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.present__privacy p {
  margin-top: 40px;
  font-size: 1.4rem;
  text-align: center;
}

.present__privacy a {
  color: #b7a264;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .present__deadline {
    margin-bottom: 60px;
  }

  .present__deadlineText {
    min-height: 60px;
    font-size: 2rem;
  }

  .present__termsText {
    min-height: 50px;
    font-size: 1.8rem;
  }

  .present__list > li {
    padding: 30px 0;
  }

  .present__listTitle {
    font-size: 1.6rem;
  }
  
  .present__textList li,
  .present__list p {
    font-size: 1.2rem;
  }

  .present__privacy {
    margin: 60px 0 80px;
  }
  
  .present__privacyTitle {
    font-size: 1.8rem;
  }
  
  .present__privacy p {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}