/*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).
 */
.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;
  }
}

.slidedown_list > li {
  margin-bottom: 3rem;
}

.slidedown_title {
  border: 1px solid #666;
  font-size: 2rem;
  font-weight: bold;
  padding: 15px 50px 15px 15px;
  position: relative;
  padding-left: 35px;
  border-radius: 10px;
  transition: 0.5s;
}
.slidedown_title.on:before {
  rotate: 180deg;
  transition: 0.5s;
  transform-origin: 9px 0px;
}
.slidedown_title.on:after {
  content: "-";
  right: 20px;
  top: 45%;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
}
.slidedown_title:before {
  border-top: 9px solid #151e75;
  border-bottom: 9px solid #ecac30;
  width: 18px;
  rotate: 45deg;
  content: "";
  height: 0;
  border-radius: 50%;
  margin-right: 7px;
  position: absolute;
  left: 10px;
  top: calc(50% );
  transform: translateY(-50%);
  transform-origin: 9px 0px;
}
.slidedown_title:after {
  content: "+";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
}

.slidedown_ctn {
  display: none;
}

.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 */
