.dpc *,
.dpc *::before,
.dpc *::after {
  box-sizing: border-box;
}

.dpcMain {
  position: relative;
  width: 100%;
  margin: 0 auto;
  line-height: 0;
  z-index: 0;
}

.dpcMain .campaign_close{
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    font-size: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-shadow: 0 0 30px #000;
    letter-spacing: 3px;
    line-height: 1.3;
}

.dpcMainImgBg {
  position: relative;
  display: block;
  width: calc(100% + 6%);
  height: auto;
}

.dpcMainInner {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin: 0;
  line-height: 0;
}

.dpcMainImg {
  display: block;
  width: 100%;
  height: auto;
}

.close_alert{
  background: #fcf0f2;
  border: 1px solid #df6177;
  border-radius: 5px;
  color: #c70014;
  padding: 16px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  margin: 16px;
}

.dpcEntry {
  padding: 12% 0;
  background: #fff;
}

.dpcEntryInner {
  padding: 0 3.2%;
}

.dpcHeading01 {
  padding: 0 3.2%;
  font-size: 4.4vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.dpcBtn,
.dpcBtn:link {
  display: block;
  width: 100%;
  margin: 6% auto 0;
  padding: 15px 10px;
  background: #EF3127;
  border-radius: 32px;
  color: #fff;
  font-size: 5.2vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
}

.dpcBtn.entered,
.dpcBtn.logged_in{
  background: #efefef;
  color: #999;
}

.dpcBtn.spaceT {
  margin-top: 8%;
}

.dpcBtn.tNone {
  margin-top: 0;
}

.dpcBtn.h01 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.dpcList {
  list-style: none;
  margin-top: 7%;
}

.dpcListLi {
  position: relative;
  margin-top: 2%;
  list-style: none;
  padding-left: 1.5em;
  font-size: 4vw;
}

.dpcListLi:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0.6em;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
}

.dpcListLi:first-of-type {
  margin-top: 0;
}

.dpcListLi .strong {
  font-weight: bold;
}

.dpcConditions {
  padding: 12% 0;
  background: #E3EFD9;
}

.dpcConditionsInner {
  padding: 0 3.2%;
}

.dpcHeading02 {
  position: relative;
  margin-bottom: 7%;
  padding-bottom: 4.5%;
  font-size: 6.5vw;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

.dpcHeading02:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 50px;
  height: 4px;
  border-radius: 2px;
  background: #63A631;
  transform: translateX(-50%);
}

.dpcHeading02 .sub {
  display: block;
  font-size: 5.2vw;
}

.dpcLeading {
  font-size: 4.8vw;
}

.dpcCard {
  margin-top: 7%;
}

.dpcCardLi {
  position: relative;
  width: 100%;
  margin-bottom: 16%;
}

.dpcCardLi:last-of-type {
  margin-bottom: 0;
}

.dpcCardLi:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -51px;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid #91D336;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dpcCardLi:last-of-type:after {
  display: none;
}

.dpcCardTitle {
  margin: 0;
  padding: 10px 5px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 4.4vw;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background: linear-gradient(90deg, #4A7C25 0%, #63A631 47.3%, #91D336 100%);
}

.dpcCardBox {
  padding: 4.5%;
  background: #fff;
  border-radius: 0 0 5px 5px;
  text-align: center;
}

.dpcCardBox.today {
  padding-top: 13%;
  padding-bottom: 6%;
}

.dpcCardBox.point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10%;
  padding-bottom: 10%;
}

.dpcCardImg {
  display: block;
  width: 56%;
  height: auto;
  margin: 0 auto;
}

.dpcCardBox.today .dpcCardImg {
  width: 73%;
}

.dpcCardBox.point .dpcCardImg {
  width: 52px;
  margin: 0 4% 0 0;
}

.dpcCardLink {
  display: inline-block;
  margin-top: 4%;
  color: #2786F0;
  font-size: 16x;
  font-weight: bold;
  text-decoration: underline;
}

.dpcCardTxt {
  font-size: 5.2vw;
  font-weight: bold;
  line-height: 1.4;
}

.dpcTac {
  margin-top: 6%;
  text-align: center;
}

.dpcLink {
  font-size: 4.4vw;
  font-weight: bold;
  color: #2786F0;
  text-decoration: underline;
}

.dpcFlow {
  padding: 12% 0;
  background: #fff;
}

.dpcFlowInner {
  padding: 0 3.2%;
}

.dpcNumCard {
  margin-top: 7%;
}

.dpcNumCardLi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 7%;
  padding: 5.5%;
  background: #E3EFD9;
  text-align: center;
  z-index: 0;
}

.dpcNumCardLi.goo-d {
  /*  */
}

.dpcNumCardLi.entry {
  position: relative;
}

.dpcNumCardLi.entry:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -55px;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid #91D336;
  border-right: 30px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dpcNumCardLi.search {
  position: relative;
  display: block;
  margin-top: 55px;
  padding: 0 0 5.5%;
}

.dpcNumCardLi.search:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -55px;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid #91D336;
  border-right: 30px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dpcNumCardLi.click {
  display: block;
  margin-top: 55px;
  padding: 0 0 5.5%;
}

.dpcNumCardNum {
  position: absolute;
  top: -8px;
  left: 15px;
  display: block;
  width: 34px;
  height: 40px;
  padding-top: 8px;
  background: #63A631;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.dpcNumCardNum:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -4px;
  display: block;
  width: 8px;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #333;
  border-left: 4px solid transparent;
  z-index: -1;
}

.dpcNumCardNum:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  display: block;
  width: 100%;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 17px solid #63A631;
  border-bottom: 8px solid transparent;
  border-left:  17px solid #63A631;
}

.dpcNumCardImg {
  display: block;
  width: 35%;
  height: auto;
  margin: 0;
}

.dpcNumCardLi.entry .dpcNumCardImg {
  display: block;
  width: 37%;
  height: auto;
  margin: 0;
}

.dpcNumCardLi.click .dpcNumCardImg {
  display: block;
  width: 51%;
  height: auto;
  margin: 6% auto 0;
}

.dpcNumCardWrap {
  width: 60%;
}

.dpcNumCardTxt {
  font-size: 4.4vw;
  font-weight: bold;
  line-height: 1.5;
  font-weight: bold;
}

.dpcNumCardTxtLink {
  text-decoration: underline;
}

.dpcNumCardBtn {
  position: relative;
  display: inline-block;
  margin: 8% auto 0;
  width: 100%;
  padding: 7px 10px;
  background: #fff;
  border: solid 1px #EF3127;
  border-radius: 32px;
  color: #EF3127;
  font-size: 3.6vw;
  font-weight: bold;
  transition: 0.4s;
}

.dpcNumCardBtn.entered,
.dpcNumCardBtn.logged_in{
  background: #efefef;
  border: solid 1px #efefef;
  color: #999;
}

.dpcNumCardBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin: 0;
  border-right: 1px solid #EF3127;
  border-bottom: 1px solid #EF3127;
  -webkit-transform: translateY(-60%) rotate(-45deg);
      -ms-transform: translateY(-60%) rotate(-45deg);
          transform: translateY(-60%) rotate(-45deg);
  width: 8px;
  height: 8px;
}

.dpcNumCardBtn.entered:after,
.dpcNumCardBtn.logged_in:after{
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.dpcNumCardBtn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.dpcNumCardLink {
  display: block;
  margin: 3% auto 0;
  font-size: 3.2vw;
  font-weight: bold;
  text-decoration: underline;
}

.dpcNumCardTitle {
  margin-bottom: 0;
  padding: 5px 5px 5px 65px;
  background: linear-gradient(90deg, #4A7C25 0%, #63A631 47.3%, #91D336 100%);
  color: #fff;
  font-size: 4.0vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.dpcNumCardLeading {
  display: block;
  margin-top: 6%;
  color: #4A7C25;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.dpcInCard {
  margin-top: 10%;
}

.dpcInCardLi {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
}

.dpcInCardLi:last-of-type {
  margin-bottom: 0;
}

.dpcInCardLi:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -70px;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid #91D336;
  border-right: 30px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dpcInCardLi:last-of-type:after {
  display: none;
}

.dpcInCardTitle {
  position: relative;
  margin: 0;
  font-size: 4.4vw;
  font-weight: bold;
  line-height: 1.4;
}

.dpcInCardTitle:before,
.dpcInCardTitle:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 23%;
  display: block;
  width: 1px;
  height: 37px;
  background: #333;
  transform: rotate(-20deg);
}

.dpcInCardTitle:after {
  left: auto;
  right: 23%;
  transform: rotate(20deg);
}

.dpcInCardImg {
  display: block;
  width: 51%;
  height: auto;
  margin: 4% auto 0;
}

.dpcInCardLink {
  display: block;
  margin-top: 3%;
  font-size: 4.4vw;
  font-weight: bold;
  text-decoration: underline;
}

.dpcSup {
  margin-top: 7%;
}

.dpcSupLi {
  font-size: 4.0vw;
  line-height: 1.5;
}

.dpcSupLi a {
  text-decoration: underline;
}

.dpcTerms {
  padding: 12% 3.2%;
  background: #E3EFD9;
}

.dpcTermsInner {
  padding: 4% 4% 10%;
  background: #FFF;
  border-radius: 6px;
  font-size: 4.0vw;
  line-height: 1.7;
}

.dpcTermsBlock {
  margin-top: 6%;
}

.dpcTermsBlock:first-of-type {
  margin-top: 0;
}

.dpcTermsTitle {
  margin: 0;
  font-weight: bold;
}

.dpcTermsSup {
  font-size: 4.0vw;
}

.dpcTerms .strong {
  font-weight: bold;
}

.dpcTerms a {
  text-decoration: underline;
}

.dpcTermsList {
  list-style-type: decimal;
  padding-left: 1.5em;
}

.dpcTermsList li {
  list-style-type: decimal;
}

.dpcFix {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 12px 4.3%;
  background: rgba(153, 153, 153, 0.7);
  text-align: center;
  z-index: 100;
}

