/*weight*/
/*
 * Font Set
 */
/*
 * Convert pixels to rems
 * eg. for a relational value of 12px write f-rem(12)
 * Assumes $em-base is the font-size of 10px
 */
/*
 * Convert pixels to line-height
 * eg. When the font size is 18 px and the line feed is 28 px write f-line-height( 18, 28 )
 */
/*
 * Convert letter-spacing
 * eg. When tracking = 50 on Photoshop, write f-letter-spacing(50).
 */
.campaign_title {
  font-size: 2.8rem;
  line-height: 1.28571;
  text-align: center;
  padding-bottom: 1.6rem;
  border-bottom: 0.2rem solid var(--black);
}
.campaign_title span {
  font-size: 2.4rem;
  line-height: 1.41667;
}
@media only screen and (max-width:768px) {
  .campaign_title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .campaign_title span {
    font-size: 1.4rem;
    line-height: 1.28571;
  }
}

.slidedown_list h4 {
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: 1px dotted #bebfbf;
  padding-bottom: 0.3rem;
}
@media only screen and (max-width:768px) {
  .slidedown_list h4 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
}

@media only screen and (max-width:768px) {
  .access_list .c-clm2 > div {
    margin-bottom: 4rem;
  }
}

.tx-request {
  width: 80vw;
  margin: 2rem auto;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media only screen and (max-width:768px) {
  .tx-request {
    width: 90vw;
  }
}

/* legacy */
/*--=== SP ONLY max-width: 767px ===-- / */
/*--=== / SP ONLY max-width: 767px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
/*--=== / PC ONLY min-width: 768px ===-- */

/*# sourceMappingURL=campaign.css.map */
