.cp2_section {
  background-color: #FFDE58;
  z-index: -1;
}

.cp2_section_kv {
  padding: 14rem 9rem 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1280px) {
  .cp2_section_kv {
    padding: 10rem 6rem 0;
  }
}
@media screen and (max-width: 968px) {
  .cp2_section_kv {
    padding: 8rem 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .cp2_section_kv {
    padding: 12vw 2rem 0;
  }
}
@media screen and (max-width: 480px) {
  .cp2_section_kv {
    padding: 5rem 1rem 0;
  }
}

.cp2_section_kv_inner {
  background-color: #fff;
  border-radius: 6em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cp2_section_kv_inner {
    border-radius: 1.6em;
  }
}
.cp2_section_kv_inner::before {
  content: "";
  background: url(../../img/campaign2/cp2_kv_topband.svg);
  width: 100%;
  aspect-ratio: 1720/210;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: calc(100% - 6vw);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .cp2_section_kv_inner::before {
    background: url(../../img/campaign2/cp2_kv_topband_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 371/49;
  }
}
.cp2_section_kv_inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 6vw);
  transform: translateX(-50%);
  background: url(../../img/campaign2/cp2_kv_bottomband.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1464/210;
  width: 80%;
}

.cp2_section_kv__logo {
  position: absolute;
  left: 50%;
  bottom: calc(100% - 5vw);
  transform: translateX(-50%);
  aspect-ratio: 222/187;
  width: 100%;
  max-width: 14%;
}
@media screen and (max-width: 768px) {
  .cp2_section_kv__logo {
    max-width: 22%;
    bottom: calc(100% - 8vw);
  }
}
.cp2_section_kv__logo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cp2_section_kv_cont {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 8em 0;
}
@media screen and (max-width: 1280px) {
  .cp2_section_kv_cont {
    padding: 6em 1em;
  }
}
@media screen and (max-width: 768px) {
  .cp2_section_kv_cont {
    padding: 13vw 1em 28vw;
  }
}
@media screen and (max-width: 480px) {
  .cp2_section_kv_cont {
    padding: 13vw 1em 37vw;
  }
}

.cp2_section_kv_cont--main {
  display: flex;
  margin-bottom: 1.6em;
}
@media screen and (max-width: 768px) {
  .cp2_section_kv_cont--main {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .cp2_section_kv_cont--main {
    margin-bottom: 1em;
  }
}

.cp2_section_kv_cont--img {
  width: 35%;
  display: flex;
  align-items: center;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .cp2_section_kv_cont--img {
    display: none;
  }
}
.cp2_section_kv_cont--img picture {
  display: block;
}
.cp2_section_kv_cont--img img {
  width: 118%;
  padding-left: 3em;
}
@media screen and (max-width: 1280px) {
  .cp2_section_kv_cont--img img {
    width: 115%;
    padding-left: 0;
  }
}

.cp2_section_kv_cont--ttl {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .cp2_section_kv_cont--ttl {
    width: 100%;
  }
}

.cp2_smimg {
  display: none;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .cp2_smimg {
    width: 100%;
    display: block;
  }
  .cp2_smimg picture {
    display: block;
    text-align: center;
    padding-right: 1.5em;
  }
  .cp2_smimg img {
    width: 60%;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .cp2_smimg img {
    width: 85%;
    margin-bottom: 0.8em;
  }
}

.cp2_section_kv_cont--ttl--sub {
  width: 70%;
  margin-bottom: 1em;
  opacity: 0;
}
@media screen and (max-width: 968px) {
  .cp2_section_kv_cont--ttl--sub {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .cp2_section_kv_cont--ttl--sub {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .cp2_section_kv_cont--ttl--sub {
    width: 100%;
  }
}
.cp2_section_kv_cont--ttl--sub img {
  width: 100%;
}

.cp2_section_kv_cont--ttl--main {
  font-size: 6.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
  opacity: 0;
}
@media screen and (max-width: 1416px) {
  .cp2_section_kv_cont--ttl--main {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 1280px) {
  .cp2_section_kv_cont--ttl--main {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 968px) {
  .cp2_section_kv_cont--ttl--main {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cp2_section_kv_cont--ttl--main {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 480px) {
  .cp2_section_kv_cont--ttl--main {
    font-size: clamp(1.8rem, 7.08vw, 3.4rem);
    line-height: 1.2em;
    margin-bottom: 0.8em;
  }
}
.cp2_section_kv_cont--ttl--main .ttl_red {
  color: #E60012;
  font-size: 1.2em;
}
.cp2_section_kv_cont--ttl--main .ttl_small {
  font-size: 0.8em;
}

.cp2_section_kv_cont--ttl--main--top {
  margin-bottom: 0.4em;
}

.cp2_section_kv__items {
  position: absolute;
  top: calc(100% - 5vw);
  left: 50%;
  width: 63%;
  aspect-ratio: 1079/209;
  transform: translate(-50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .cp2_section_kv__items {
    top: calc(100% - 25vw);
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .cp2_section_kv__items {
    top: calc(100% - 31vw);
    width: 80%;
  }
}
.cp2_section_kv__items img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.cp2_section_kv__items_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .cp2_section_kv__items_pc {
    display: none;
  }
}

.cp2_section_kv__items_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .cp2_section_kv__items_sp {
    display: block;
  }
}

.cp2_section_kv_cont--period {
  padding: 0.5em 1.2em 0.5em 1.6em;
  background-color: #FFE7CF;
  border-radius: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.8em;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .cp2_section_kv_cont--period {
    padding: 0.7em 1.2em 0.7em 1.2em;
    flex-direction: column;
    border-radius: 0;
    width: 100%;
    margin-bottom: 1em;
  }
}

.cp2_section_kv_cont--period--txt {
  font-weight: bold;
  margin-right: 1em;
  font-size: 2rem;
}
@media screen and (max-width: 968px) {
  .cp2_section_kv_cont--period--txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .cp2_section_kv_cont--period--txt {
    font-size: 1.8rem;
    margin-right: 0;
    margin-bottom: 0.6em;
  }
}

.cp2_section_kv_cont--period--data {
  background-color: #fff;
  padding: 0.2em 1em 0.5em;
  border-radius: 5em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .cp2_section_kv_cont--period--data {
    width: 100%;
    text-align: center;
    font-size: clamp(1.2rem, 4.16vw, 2rem);
  }
}

.txt_2em {
  font-size: 1.6em;
}
@media screen and (max-width: 968px) {
  .txt_2em {
    font-size: 1.4em;
  }
}

.cp2_section_kv_cont--lead {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8em;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .cp2_section_kv_cont--lead {
    font-size: 1.4rem;
  }
}

.cp2_section_kv_cont--btn {
  display: flex;
  justify-content: center;
}
.cp2_section_kv_cont--btn a {
  max-width: 630px;
  width: 100%;
  padding: 1em;
  color: #562A00;
  border-color: #562A00;
  box-shadow: 3px 3px 0px 0px #562A00;
}
@media screen and (max-width: 968px) {
  .cp2_section_kv_cont--btn a {
    max-width: 480px;
  }
}

.cp_cont_section {
  padding-top: 14vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 968px) {
  .cp_cont_section {
    padding-top: 18vw;
  }
}
@media screen and (max-width: 768px) {
  .cp_cont_section {
    padding-top: 25vw;
  }
}
@media screen and (max-width: 480px) {
  .cp_cont_section {
    padding-top: 35vw;
  }
}

.cp2_sec_inner {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 8em 1em;
  background-color: #fff;
  border: 8px solid #8A5D38;
  border-radius: 6rem;
  position: relative;
}
@media screen and (max-width: 968px) {
  .cp2_sec_inner {
    padding: 5em 1em;
  }
}
@media screen and (max-width: 480px) {
  .cp2_sec_inner {
    padding: 3.5em 1em;
  }
}
@media screen and (max-width: 768px) {
  .cp2_sec_inner {
    border-radius: 1.6rem;
    border: 4px solid #8A5D38;
  }
}

.cp2_number_ttl {
  position: absolute;
  background-color: #E60012;
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
  padding: 0.7em;
  text-align: center;
  border-radius: 7em;
  width: 60%;
  bottom: calc(100% - 1.5vw);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1280px) {
  .cp2_number_ttl {
    font-size: 3.2rem;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .cp2_number_ttl {
    font-size: 2.4rem;
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  .cp2_number_ttl {
    font-size: clamp(1.2rem, 5vw, 2.4rem);
    width: 100%;
    padding: 1em;
  }
}
.cp2_number_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 28px;
  height: 24px;
  background: #e60012;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  top: 100%;
}
@media screen and (max-width: 480px) {
  .cp2_number_ttl::before {
    top: 80%;
  }
}
.cp2_number_ttl .ttl_small {
  font-size: 0.9em;
}

.cp2_sec_ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #8A5D38;
  font-size: 4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
  gap: 1em;
}
@media screen and (max-width: 1280px) {
  .cp2_sec_ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 968px) {
  .cp2_sec_ttl {
    text-align: center;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .cp2_sec_ttl {
    font-size: 2.3rem;
    gap: 0.5em;
    line-height: 1.2em;
    gap: 0.5em;
  }
}
.cp2_sec_ttl .cp2_sec_ttl--inner {
  display: block;
  width: auto;
}
@media screen and (max-width: 480px) {
  .cp2_sec_ttl .cp2_sec_ttl--inner {
    flex-grow: 1;
  }
}
.cp2_sec_ttl::after {
  content: "";
  max-width: 300px;
  width: 100%;
  background-image: url(../../img/campaign2/kome.svg);
  background-repeat: space;
  height: 30px;
}
@media screen and (max-width: 968px) {
  .cp2_sec_ttl::after {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .cp2_sec_ttl::after {
    max-width: 130px;
    background-image: url(../../img/campaign2/kome_sp.svg);
    background-repeat: space;
    height: 18px;
  }
}
@media screen and (max-width: 480px) {
  .cp2_sec_ttl::after {
    max-width: 80px;
  }
}
.cp2_sec_ttl::before {
  content: "";
  max-width: 300px;
  width: 100%;
  background-image: url(../../img/campaign2/kome.svg);
  background-repeat: space;
  height: 30px;
}
@media screen and (max-width: 968px) {
  .cp2_sec_ttl::before {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .cp2_sec_ttl::before {
    max-width: 130px;
    background-image: url(../../img/campaign2/kome_sp.svg);
    background-repeat: space;
    height: 18px;
  }
}
@media screen and (max-width: 480px) {
  .cp2_sec_ttl::before {
    max-width: 80px;
  }
}

@media screen and (max-width: 480px) {
  .cp2_sec_ttl_cp::after {
    max-width: 48px;
  }
  .cp2_sec_ttl_cp::before {
    max-width: 48px;
  }
}

.cp2_prize {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .cp2_prize {
    flex-direction: column;
    align-items: center;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 480px) {
  .cp2_prize {
    margin-bottom: 6rem;
  }
}

.cp2_prize_item {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .cp2_prize_item {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .cp2_prize_item {
    width: 100%;
  }
}

.cp2_prize_item--ttl {
  background-color: #FFDB00;
  padding: 1.2em;
  position: relative;
  display: flex;
  align-items: center;
}

.cp2_prize_item--ttl--main {
  min-height: 155px;
}
@media screen and (max-width: 480px) {
  .cp2_prize_item--ttl--main {
    min-height: 130px;
  }
}

.cp2_prize_item--ttl--flag {
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.7em 1.2em;
}
@media screen and (max-width: 968px) {
  .cp2_prize_item--ttl--flag {
    padding: 0.7em 1em;
  }
}
.cp2_prize_item--ttl--flag::after {
  content: "";
  aspect-ratio: 91/14;
  width: 100%;
  background-image: url(../../img/campaign2/flag.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 100%;
  left: 0;
}

.cp2_prize_item--course--under {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 0.5em;
}

.cp2_prize_item--course {
  color: #8A5D38;
  font-weight: bold;
  font-size: 4.6rem;
}
@media screen and (max-width: 968px) {
  .cp2_prize_item--course {
    font-size: 3.8rem;
  }
}

.cp2_prize_item--ttl--txt {
  margin-left: 4.4em;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6em;
}
@media screen and (max-width: 1280px) {
  .cp2_prize_item--ttl--txt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 968px) {
  .cp2_prize_item--ttl--txt {
    font-size: 1.8rem;
    margin-left: 5em;
  }
}
@media screen and (max-width: 480px) {
  .cp2_prize_item--ttl--txt {
    font-size: 1.6rem;
    margin-left: 6em;
  }
}

.cp2_prize_item_inner {
  padding: 1em;
  background-color: #FFFCCF;
}

.cp2_prize_item--img {
  margin-bottom: 1em;
  background-color: #fff;
  aspect-ratio: 499/273;
  width: 100%;
  padding: 1em;
}
.cp2_prize_item--img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cp2_prize_item--num {
  background-color: #E60012;
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 0.7em;
  text-align: center;
  border-radius: 5em;
  font-size: 1.8rem;
}
.cp2_prize_item--num .txt_2em {
  font-size: 2em;
}
@media screen and (max-width: 968px) {
  .cp2_prize_item--num .txt_2em {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  .cp2_prize_item--num .txt_2em {
    font-size: 1.4em;
  }
}

.cp2_prize_item--course--w .cp2_prize_item--ttl--flag {
  padding: 0.2em 1em;
}
.cp2_prize_item--course--w .cp2_prize_item--course {
  font-size: 3rem;
}
.cp2_prize_item--course--w .cp2_prize_item--course--under {
  font-size: 1.4rem;
}
.cp2_prize_item--course--w .cp2_prize_item--ttl--txt {
  margin-left: 5em;
}
@media screen and (max-width: 968px) {
  .cp2_prize_item--course--w .cp2_prize_item--ttl--txt {
    margin-left: 6em;
  }
}
.cp2_prize_item--course--w .cp2_prize_item_inner {
  padding: 1em 15%;
}
@media screen and (max-width: 968px) {
  .cp2_prize_item--course--w .cp2_prize_item_inner {
    padding: 1em;
  }
}
.cp2_prize_item--course--w .cp2_prize_item_inner .cp2_prize_item--img {
  aspect-ratio: 405/171;
}

.cp2_sec_period {
  background-color: #8A5D38;
  color: #fff;
  text-align: center;
  border-radius: 0.2em;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 0.5em;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1280px) {
  .cp2_sec_period {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .cp2_sec_period {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .cp2_sec_period {
    font-size: 1.8rem;
    margin-bottom: 6rem;
  }
}

.cp2_inner_w {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.cp2_sec_apply {
  margin-bottom: 10rem;
  padding-top: 2em;
}
@media screen and (max-width: 480px) {
  .cp2_sec_apply {
    margin-bottom: 6rem;
  }
}
.cp2_sec_apply ul {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cp2_sec_apply ul {
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }
}
.cp2_sec_apply ul li::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 30px;
  background: #8a5d38;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  left: calc(100% + 9px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .cp2_sec_apply ul li::after {
    display: inline-block;
    width: 30px;
    height: 12px;
    background: #8a5d38;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    left: 50%;
    top: calc(100% + 13px);
    transform: translateX(-50%);
  }
}
.cp2_sec_apply ul li:last-child::after {
  display: none;
}

.cp2_sec_apply--li {
  width: calc(33.3333333333% - 15px);
  background-color: #FFDB00;
  padding: 1em;
  position: relative;
  border-radius: 0.3em;
  display: flex;
}
@media screen and (max-width: 768px) {
  .cp2_sec_apply--li {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .cp2_sec_apply--li {
    width: 100%;
  }
}

.cp2_sec_apply--li--img {
  aspect-ratio: 1/1;
  width: 75px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
@media screen and (max-width: 768px) {
  .cp2_sec_apply--li--img {
    width: 70px;
  }
}
.cp2_sec_apply--li--img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cp2_sec_apply--li--txt {
  width: 100%;
  background-color: #fff;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.6em;
  font-weight: bold;
}
@media screen and (max-width: 968px) {
  .cp2_sec_apply--li--txt {
    padding: 1em;
  }
}

.cp2_sec_apply--cation {
  padding-top: 0.5em;
  line-height: 1.6em;
  font-size: 1.4rem;
}
.cp2_sec_apply--cation p {
  margin-top: 1em;
  text-indent: -1em;
  padding-left: 1em;
}

.cp2_sec_terms {
  max-height: 340px;
  overflow-y: scroll;
  border: 1px solid #949494;
  padding: 1em 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .cp2_sec_terms {
    max-height: 300px;
    margin-bottom: 1em;
  }
}
.cp2_sec_terms p {
  margin-bottom: 1em;
  line-height: 1.6em;
  font-size: 1.4rem;
}
.cp2_sec_terms ul li {
  padding-left: 1em;
  margin-bottom: 1em;
  line-height: 1.6em;
  font-size: 1.4rem;
  position: relative;
}
.cp2_sec_terms ul li::after {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 8px;
  background: #363636;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.cp2_sec_terms--ttl {
  margin: 1.5em 0 1em;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #e4e4e4;
  padding: 1em;
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
}
@media screen and (max-width: 480px) {
  .cp2_sec_terms--ttl {
    font-size: 1.6rem;
  }
}

.cp2_cation_txt {
  line-height: 1.6em;
  margin-bottom: 10rem;
  word-break: break-all;
}
@media screen and (max-width: 480px) {
  .cp2_cation_txt {
    margin-bottom: 6rem;
  }
}

.cp2_ap_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
}
@media screen and (max-width: 480px) {
  .cp2_ap_btn {
    margin-bottom: 2em;
  }
}
.cp2_ap_btn a {
  font-size: 2.4rem;
  max-width: 630px;
  width: 100%;
  padding: 1em;
  color: #562A00;
  border-color: #562A00;
  box-shadow: 3px 3px 0px 0px #562A00;
}
@media screen and (max-width: 480px) {
  .cp2_ap_btn a {
    font-size: 1.8rem;
  }
}

.cp2_shop_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  .cp2_shop_btn {
    margin-bottom: 2em;
  }
}
.cp2_shop_btn a {
  max-width: 630px;
  width: 100%;
  padding: 1em;
  font-size: 1.6rem;
}

.cp2_pdf {
  text-align: center;
}
.cp2_pdf a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 480px) {
  .cp2_pdf a {
    font-size: 1.4rem;
    line-height: 1.6em;
    text-decoration: underline;
  }
}
.cp2_pdf a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 103%;
  left: 0;
}
@media screen and (max-width: 480px) {
  .cp2_pdf a::after {
    display: none;
  }
}
.cp2_pdf a:hover {
  opacity: 0.8;
}
.cp2_pdf a span {
  display: inline-block;
  margin-left: 0.5em;
}

@media screen and (max-width: 768px) {
  .cp_spOnly {
    display: none;
  }
}

.cp_pcOnly {
  display: none;
}
@media screen and (max-width: 480px) {
  .cp_pcOnly {
    display: block;
  }
}/*# sourceMappingURL=campaign2.css.map */