section.other-first{
  padding-top: 65px;
}
ul.List{
  padding-top: 30px;
}
li.List-Item:first-of-type a.List-Item-Link::before{
  margin-right: 4px;
}
/* title */
div.section-heading p {
  width: 490px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin: auto;
  padding: 0 1.5em 0.5em;
  border-bottom: 3px solid #037e82;
  line-height: 3rem;
  color: #037e82;
  font-style: italic;
  letter-spacing: 0.2rem;
}

div.section-heading h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #000000;
  margin: 0;
  padding: 0.5em 1.5em 0;
  line-height: 1.3em;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 767px) {
  div.section-heading p {
    width: 100%;
    box-sizing: border-box;
    font-size: 2.2rem;
    padding-bottom: 10px;
  }

  div.section-heading h2 {
    width: 100%;
    font-size: 2.4rem;
    padding: 0.5em 0;
    margin-bottom: 20px;
  }
  section.other-first{
    padding-top: 30px;
  }
  
}

div.info-content {
  position: relative;
}

div.info-content div.info-date::after {
  content: "";
  background-color: #037e82;
  position: absolute;
  top: 35px;
  left: 245px;
  width: 4px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  div.info-content div.info-date::after {
    content: "";
    background-color: #037e82;
    position: absolute;
    top: 37px;
    left: 16px;
    width: 20px;
    height: 4px;
  }
}

.campaign-link .info-title {
  color: #000;
  transition: 0.2s linear;
}

.campaign-link:hover .info-title {
  color: #ff003c;
  transition: 0.2s linear;
}

/* content */
div.info-content {
  display: flex;
  background-color: #FFFFFF;
  border-radius: 0px;
  border: 1px solid #037e82;
  box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 15px;
}

div.debut-description div.blue-box {
  text-align: center;
  background-color: #68d8d5;
  width: 150px;
  height: 40px;
  color: #000;
  font-size: 1.3rem;
}

div.debut-description div.blue-box p {
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  div.info-content {
    display: block;
    padding: 15px;
    margin-bottom: 15px;
  }
}

div.campaign-archive-description {
  display: block;
  justify-content: none;
  align-items: none;
  height: auto;
  position: relative;
}

/* popup background */
div.firstadvantage-notion-black-background,
div.cashback2-notion-black-background,
div.cashback-notion-black-background,
div.supportonecoin-notion-black-background,
div.wsixmonth-notion-black-background {
  position: fixed;
  background-color: #000000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000000001;
}

/* popup */
div.white-content-box-firstadvantage-notion,
div.white-content-box-cashback2-notion,
div.white-content-box-cashback-notion,
div.white-content-box-supportonecoin-notion,
div.white-content-box-wsixmonth-notion {
  position: fixed;
  max-width: 1100px;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 50px 0;
  margin: auto;
  z-index: 1000000000002;
  background-color: #F3F3F3;
}

@media screen and (max-width: 767px) {
  div.white-content-box-firstadvantage-notion,
  div.white-content-box-cashback2-notion,
  div.white-content-box-cashback-notion,
  div.white-content-box-supportonecoin-notion,
  div.white-content-box-wsixmonth-notion {
    width: 90%;
    height: 75%;
    margin: 0 5%;
    max-height: initial;
  }
}

@media screen and (max-width: 1440px) {
  div.white-content-box-debutcampaign-notion {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 5%;
    padding: 50px;
    z-index: 1000000000002;
    background-color: #F3F3F3;
  }
}

/* スクロール対応 */
div.white-content-box-firstadvantage-notion,
div.white-content-box-cashback2-notion,
div.white-content-box-cashback-notion,
div.white-content-box-supportonecoin-notion,
div.white-content-box-wsixmonth-notion {
  max-height: initial;
  height: 70%;
  width: 90%;
}

@media screen and (max-width: 767px) {

  div.white-content-box-firstadvantage-notion,
  div.white-content-box-cashback2-notion,
  div.white-content-box-cashback-notion,
  div.white-content-box-supportonecoin-notion,
  div.white-content-box-wsixmonth-notion {
    margin: 0 5%;
    height: 75%;
    max-height: initial;
  }
}

div.white-content-box-firstadvantage-notion div.white-content-box-inner-firstadvantage,
div.white-content-box-cashback2-notion div.white-content-box-inner-cashback2,
div.white-content-box-cashback-notion div.white-content-box-inner-cashback,
div.white-content-box-supportonecoin-notion div.white-content-box-inner-supportonecoin,
div.white-content-box-wsixmonth-notion div.white-content-box-inner-wsixmonth {
  width: 85%;
  height: 85%;
  overflow-x: hidden;
  margin: 30px auto 0;
}

div.white-content-box-firstadvantage-notion div.white-content-box-title-notion,
div.white-content-box-cashback2-notion div.white-content-box-title-notion,
div.white-content-box-cashback-notion div.white-content-box-title-notion,
div.white-content-box-supportonecoin-notion div.white-content-box-title-notion,
div.white-content-box-wsixmonth-notion div.white-content-box-title-notion {
  padding: 0;
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 1280px) {
  div.white-content-box-firstadvantage-notion div.white-content-box-inner-firstadvantage,
  div.white-content-box-cashback2-notion div.white-content-box-inner-cashback2,
  div.white-content-box-cashback-notion div.white-content-box-inner-cashback,
  div.white-content-box-supportonecoin-notion div.white-content-box-inner-supportonecoin,
  div.white-content-box-wsixmonth-notion div.white-content-box-inner-wsixmonth {
    min-width: 670px;
  }
  div.debut-description-period-title {
    min-width: 150px;
  }
  div.debut-description-body-title {
    min-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  div.white-content-box-firstadvantage-notion div.white-content-box-inner-firstadvantage,
  div.white-content-box-cashback2-notion div.white-content-box-inner-cashback2,
  div.white-content-box-cashback-notion div.white-content-box-inner-cashback,
  div.white-content-box-supportonecoin-notion div.white-content-box-inner-supportonecoin,
  div.white-content-box-wsixmonth-notion div.white-content-box-inner-wsixmonth {
    width: 90%;
    height: 75%;
  }
  div.white-content-box-inner.campaign {
    padding-bottom: 0;
  }
}

/* ポップアップ閉じるボタン */
div.firstadvantage-popup-close-button,
div.cashback2-popup-close-button,
div.cashback-popup-close-button,
div.supportonecoin-popup-close-button,
div.wsixmonth-popup-close-button {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  background-color: #000000;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

div.firstadvantage-popup-close-button img,
div.cashback2-popup-close-button img,
div.cashback-popup-close-button img,
div.supportonecoin-popup-close-button img,
div.wsixmonth-popup-close-button img {
  width: 18px;
  height: 18px;
}

div.summercampaign-popup-close-button img {
  width: 50%;
}

div.debut-description-body-desciption p.remark-text {
  font-size: 1.1rem;
}