.single-ec-column {
  width: 940px !important;
  margin: 0 auto 100px;
}

#friend_campaign {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #friend_campaign {
    width: 100%;
  }
}

#friend_campaign .cont * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 2px;
}

#friend_campaign .cont *:focus {
  outline: none;
}

#friend_campaign .cont a {
  display: block;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#friend_campaign .cont a:hover {
  opacity: 0.7;
}

#friend_campaign .cont picture {
  display: block;
}

#friend_campaign .cont img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  #friend_campaign .pcn {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  #friend_campaign .spn {
    display: none !important;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #friend_campaign .cont * {
    min-height: 0%;
  }
}

#friend_campaign .cont .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (min-width: 768px) {
  #friend_campaign .cont .flex.cent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 30px;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: none) {
  #friend_campaign .cont .flex.cent > * {
    padding: 0 15px;
  }
}

#friend_campaign .cont .flex-list {
  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;
}

#friend_campaign .cont .flex-ps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  #friend_campaign .cont .flex-ps {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  #friend_campaign .cont .flex-ps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#friend_campaign .cont .flex-center {
  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;
}

#friend_campaign .cont .flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

#friend_campaign h3 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #friend_campaign h3 {
    font-size: 5vw;
  }
}

#friend_campaign h3 + * {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #friend_campaign h3 + * {
    margin-top: 13px;
  }
}

#friend_campaign button.btnA,
#friend_campaign a.btnA {
  width: 100%;
  max-width: 582px;
  border-radius: 32px;
  color: #fff;
  background: #e94d5d;
  display: block;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 1.375;
  padding: 15px 0;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  #friend_campaign button.btnA,
  #friend_campaign a.btnA {
    padding: 15px 0;
    border-radius: 45px;
    font-size: 4vw;
    line-height: 1.2;
  }
}

@media screen and (max-width: 350px) {
  #friend_campaign button.btnA,
  #friend_campaign a.btnA {
    padding: 10px 0 12px;
    font-size: 12px;
  }
}

#friend_campaign button.btnA::after,
#friend_campaign a.btnA::after {
  content: "";
  display: block;
  position: absolute;
  right: 6%;
  top: 50%;
  width: 13px;
  height: 13px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#friend_campaign #read {
  margin-top: 60px;
  background: #fffdf4;
  padding: 35px 28px 33px;
}

@media screen and (max-width: 767px) {
  #friend_campaign #read {
    margin-top: 40px;
    padding: 15px 10px 16px;
  }
}

#friend_campaign #read dl {
  padding: 24px 40px;
  background: #fff;
  border: 3px solid #b9d353;
  color: #e84f4f;
}

@media screen and (max-width: 767px) {
  #friend_campaign #read dl {
    padding: 18px 30px;
  }
}

#friend_campaign #read dl dt {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  #friend_campaign #read dl dt {
    font-size: 4vw;
  }
}

#friend_campaign #read dl dd:nth-of-type(1) {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.3;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
  #friend_campaign #read dl dd:nth-of-type(1) {
    font-size: 3.8vw;
  }
}

#friend_campaign #read dl dd:nth-of-type(2) {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  #friend_campaign #read dl dd:nth-of-type(2) {
    font-size: 3.5vw;
    text-indent: -4vw;
    margin-left: 4vw;
  }
}

#friend_campaign #cont1 {
  margin-top: 60px;
  background: #fffdf4;
  padding: 35px 28px 33px;
}

@media screen and (max-width: 767px) {
  #friend_campaign #cont1 {
    margin-top: 40px;
    padding: 15px 10px 16px;
  }
}

#friend_campaign #cont2 {
  margin-top: 60px;
  padding: 35px 28px 33px;
}

@media screen and (max-width: 767px) {
  #friend_campaign #cont2 {
    margin-top: 40px;
    padding: 15px 10px 16px;
  }
}

#friend_campaign #cont2 h3 + div {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #friend_campaign #cont2 h3 + div {
    margin-top: 13px;
  }
}

#friend_campaign #cont2 h3 + div p {
  text-align: center;
}

#friend_campaign #cont2 h3 + div p:nth-of-type(1) {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  #friend_campaign #cont2 h3 + div p:nth-of-type(1) {
    font-size: 4.5vw;
  }
}

#friend_campaign #cont2 h3 + div p:nth-of-type(1) span {
  font-size: 150%;
}

#friend_campaign #cont2 h3 + div p:nth-of-type(1) span:nth-of-type(1) {
  color: #37bc4e;
}

#friend_campaign #cont2 h3 + div p:nth-of-type(1) span:nth-of-type(2) {
  color: #68adf4;
}

#friend_campaign #cont2 h3 + div p:nth-of-type(2) {
  margin-top: 14px;
  font-size: 18px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  #friend_campaign #cont2 h3 + div p:nth-of-type(2) {
    font-size: 3vw;
  }
}

#friend_campaign #cont2 h3 + div .btnA {
  margin-top: 20px;
}

#friend_campaign #about {
  margin-top: 30px;
  background: #eeeeee;
  padding: 20px 20px;
}

@media screen and (max-width: 767px) {
  #friend_campaign #about {
    margin-top: 30px;
    padding: 20px 10px;
  }
}

#friend_campaign #about section {
  background: #fff;
  padding: 20px 20px;
}

@media screen and (max-width: 767px) {
  #friend_campaign #about section {
    padding: 25px 15px;
  }
}

#friend_campaign #about section h4 {
  font-weight: bold;
  font-size: 18px;
  padding-left: 13px;
  border-left: 5px solid #e23d17;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  #friend_campaign #about section h4 {
    font-size: 4.5vw;
  }
}

#friend_campaign #about section dl {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  #friend_campaign #about section dl {
    margin-top: 15px;
  }
}

#friend_campaign #about section dt {
  font-weight: bold;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  #friend_campaign #about section dt {
    font-size: 4.5vw;
  }
}

#friend_campaign #about section dt {
  margin-top: 20px;
}

#friend_campaign #about section dd {
  line-height: 2;
}

#friend_campaign #about section#about_note {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #friend_campaign #about section#about_note {
    margin-top: 15px;
  }
}

#friend_campaign #about section#about_note ul {
  margin-top: 20px;
  list-style: disc;
  padding-left: 15px;
}

#friend_campaign #about section#about_note li {
  line-height: 2;
}
