@charset "UTF-8";
/*/////////////////
 Top Page 
 //////////////////*/
.top-kv {
  width: 100%;
}

.point-title {
  position: absolute;
  top: 0;
  left: 49%;
  transform: translate(-50%, -50%);
  background-color: #0184dc;
  color: #fff;
  padding: 2.66% 4%;
  border-radius: 50px;
}

.point-area {
  position: relative;
}

.point {
  text-align: center;
  width: 100%;
  background-color: rgb(255, 255, 255);
  margin-top: 8%;
  padding: 4% 0;
  font-size: 24px;
}

.point-num {
  font-size: 50px;
}

.button-wrapper {
  display: flex;
  gap: 1.6%;
  justify-content: center;
  padding: 5.33%;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}
.button-wrapper a{
  text-decoration: none;
}

.button {
  width: 42.6%;
  border-radius: 8px;
  padding: 3.2% 0;
}

.button__red {
  color: #fff;
  background-color: #e60039;
  border: solid 2px #fff;
  box-shadow: 0px 3px 0px 0px #0285dd40;
}

/*/ ////////////////////
参加方法 コンテンツ
 ////////////////////*/
.join-guide {
  background-color: #fffee9;
  border-radius: 8px;
  width: 91.2%;
  margin: 0 auto;
  padding-top: 6.13%;
  padding-bottom: 6.13%;
}

.join-title {
  width: 90%;
  margin: 0 auto;
}

.join-step-wrapper {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding-top: 4%;
  padding-bottom: 5%;
  width: 90%;
  margin: 0 auto;
}

.join-step {
  display: flex;
  gap: 3.46%;
  align-items: center;
}

.join-step p {
  flex-grow: 2;
  width: 70%;
  font-size: 13px;
  font-weight: normal;
  line-height: 2;
}

.join-step img {
  width: 33%;
}

.join-icon {
  display: flex;
  flex-direction: column;
  gap: 4%;
}

/* クイズ部分 */
.more {
  margin-top: 46px;
  padding: 8% 7.5% 7%;
  background-color: #fffee9;
  position: relative;
}
.more-subttl {
  width: 190px;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0px 3px #0085dd);
}
.more-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.more-large {
  padding: 10px 0 5px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #e60039;
}
.more-num {
  font-size: 36px;
}
.marker {
  padding-bottom: 3px;
  background: linear-gradient(transparent 60%, #fff300 0%);
}
.more-bubble {
  max-width: 294px;
  width: 100%;
  margin: 12px auto 0;
}

.apply-history-btn {
  display: block;
  background-color: #fff;
  border: solid 2px #0184dc;
  color: #0184dc;
  padding: 4% 18.6%;
  margin: 0 auto;
  margin-top: 6.66%;
  border-radius: 8px;
  box-shadow: 0px 3px 0px 0px #0285dd40;
  font-size: 18px;
  width: fit-content;
}

.campaign-detail-btn {
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 6.66%;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 13px;
}
/************ modal contents ****************/
.modal-container {
  max-width: 500px;
  width: 86%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-content {
  position: relative;
  border-radius: 12px;
  padding: 6.13% 10% 6.13% 10.6%;
  background-color: #fff;
  padding-bottom: 12.55%;
}

.modal-text {
  color: #0184dc;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 16px;
  text-align: center;
  padding-top: 6.3%;
}
.modal-text-smail{
  font-size: 10px;
  padding-top: 9.3%;
}

.modal {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 0;
  overflow: auto;
  box-sizing: border-box;
}

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #0184dc;
  border: solid 2px #fff;
  border-radius: 50%;
  cursor: pointer;
}

.accordion-btn {
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  background-color: #e60039;
  color: #fff;
  border: solid 2px #fff;
  box-shadow: 0px 3px 0px 0px #0285dd40;
  white-space: nowrap;
}

.accordion-title {
  padding-top: 0;
}
