@charset "UTF-8";
html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
  font-size: 1.3333333333vw;
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 0.7936507937vw;
  }
}
@media only screen and (min-width: 1260px) {
  html {
    font-size: 10px;
  }
}

body {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, div, p, ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
}

a:hover img {
  filter: brightness(1.2);
  opacity: 0.9;
}

.pcOnly {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pcOnly {
    display: inline;
  }
}

.spOnly {
  display: inline;
}
@media only screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
}

@media only screen and (min-width: 420px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/******* キービジュアル *******/
.kv {
  position: relative;
  background-color: #fff;
  background: url("../img/kv_bk_sp.png") no-repeat center top;
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .kv {
    background: url("../img/kv_bk_tb.png") no-repeat center top;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1260px) {
  .kv {
    background: url("../img/kv_bk_pc.png") no-repeat center top;
    background-size: auto;
  }
}
.kv .kv--inner {
  position: relative;
  width: 100%;
  max-width: 126rem;
  margin: 0 auto;
  padding: 7.7rem 0 2.9rem;
}
@media only screen and (min-width: 769px) {
  .kv .kv--inner {
    padding: 9.4rem 0 2.1rem;
  }
}
.kv .logo--maruchan {
  position: absolute;
  width: 8.5rem;
  top: 3.2rem;
  left: 3.2rem;
}
@media only screen and (min-width: 769px) {
  .kv .logo--maruchan {
    width: 10rem;
    top: 5.1rem;
    left: 20.5rem;
  }
}
.kv .kv--title {
  width: 63.8rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .kv .kv--title {
    width: 85.8rem;
    margin: 0 auto 0 26.4rem;
  }
}
.kv .kv--catch {
  display: none;
}
@media only screen and (min-width: 769px) {
  .kv .kv--catch {
    position: absolute;
    top: 19.6rem;
    left: 2.9rem;
    display: block;
    width: 21.5rem;
  }
}
.kv .kv--50th {
  width: 57.7rem;
  margin: 3.7rem auto 0;
}
@media only screen and (min-width: 769px) {
  .kv .kv--50th {
    width: 57.6rem;
    margin: 0.9rem auto 0;
  }
}
.kv .kv--lead {
  width: 45.7rem;
  margin: 3.2rem auto 0;
}
@media only screen and (min-width: 769px) {
  .kv .kv--lead {
    width: 65rem;
    margin: 2.4rem auto 0;
  }
}

/******* キャンペーン期間 *******/
.period {
  width: 100%;
  padding: 3.3rem 0 3.5rem;
  background-color: #0079bd;
}
@media only screen and (min-width: 769px) {
  .period {
    padding: 3.5rem 0 3.3rem;
  }
}
.period .period--inner {
  position: relative;
  width: 100%;
  max-width: 126rem;
  margin: 0 auto;
}
.period .period--date {
  width: 51rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .period .period--date {
    width: 51.1rem;
  }
}

/******* ありがとう冷し生ラーメン50周年 *******/
.thanks {
  width: 100%;
  height: 69.6rem;
  background: url("../img/thanks_bk_sp.png") no-repeat center top;
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .thanks {
    height: 93rem;
    background-image: url("../img/thanks_bk02_pc.png"), url("../img/thanks_bk01_pc.png");
    background-size: auto 100%;
    background-position: top center;
    background-repeat: repeat-x;
  }
}
.thanks .thanks--inner {
  position: relative;
  width: 100%;
  max-width: 126rem;
  margin: 0 auto;
  padding: 4.8rem 0 0;
}
@media only screen and (min-width: 769px) {
  .thanks .thanks--inner {
    padding: 11rem 0 0;
    height: 100%;
  }
}
.thanks .thanks--cont {
  width: 70rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .thanks .thanks--cont {
    width: 99.7rem;
  }
}
.thanks .thanks--chara {
  display: none;
}
@media only screen and (min-width: 769px) {
  .thanks .thanks--chara {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 34.8rem;
  }
}

/******* コース *******/
.course {
  width: 100%;
  background-image: url("../img/course_chara_sp.png"), url("../img/course_bk01_sp.png");
  background-size: 100% auto, 100% auto;
  background-position: bottom center, top center;
  background-repeat: no-repeat, repeat-y;
}
@media only screen and (min-width: 769px) {
  .course {
    background-image: url("../img/course_chara_pc.png"), url("../img/course_bk02_pc.png"), url("../img/course_bk01_pc.png");
    background-size: 200rem auto, 1.8rem auto, 7.6rem auto;
    background-position: bottom center, bottom center, top center;
    background-repeat: no-repeat, repeat-x, repeat;
  }
}
.course .course--inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 7rem 0 31rem;
}
@media only screen and (min-width: 769px) {
  .course .course--inner {
    max-width: 126rem;
    padding: 4.3rem 0 38.7rem;
  }
}
@media only screen and (min-width: 769px) {
  .course .course--wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90.6rem;
    margin: 0 auto;
  }
}
.course .course--wrap li {
  width: 63.8rem;
  margin: 8rem auto 0;
}
@media only screen and (min-width: 769px) {
  .course .course--wrap li {
    width: 43.7rem;
    margin: 5.3rem 0 0;
  }
}
.course .course--wrap li:nth-child(1) {
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .course .course--wrap li:nth-child(1) {
    margin: 5.3rem 0 0;
  }
}
.course .course--wrap li:nth-child(4) {
  width: 68.2rem;
  margin: 8rem 1.2rem 0 auto;
}
@media only screen and (min-width: 769px) {
  .course .course--wrap li:nth-child(4) {
    width: 46.7rem;
    margin: 5.3rem -3rem 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  .course .course--wrap li:nth-child(5) {
    width: 90.6rem;
  }
}
.course .course--note {
  width: 46.2em;
  margin: 6rem auto 0;
}
@media only screen and (min-width: 769px) {
  .course .course--note {
    width: 85.2rem;
    margin: 5.9rem auto 0;
  }
}

/******* 応募方法 *******/
.method {
  width: 100%;
  background-image: url("../img/method_chara_sp.png"), url("../img/method_bk01_sp.png");
  background-size: 100% auto, 100% auto;
  background-position: bottom center, top center;
  background-repeat: no-repeat, repeat-y;
}
@media only screen and (min-width: 769px) {
  .method {
    background-image: url("../img/method_chara_pc.png"), url("../img/method_bk02_pc.png"), url("../img/method_bk03_pc.png"), url("../img/method_bk01_pc.png");
    background-size: 80rem auto, 2.48rem auto, 200rem auto, 100% auto;
    background-position: bottom center, bottom center, top center, top center;
    background-repeat: no-repeat, repeat-x, repeat-y, repeat-y;
  }
}
.method .method--inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 6.3rem 0 41rem;
}
@media only screen and (min-width: 769px) {
  .method .method--inner {
    max-width: 126rem;
    padding: 9.8rem 0 38.7rem;
  }
}
.method .method--wrap {
  width: 63.8rem;
  margin: 0 auto;
  padding: 6.3rem 0 5.2rem;
  background-image: url("../img/method_wrap_top_sp.png"), url("../img/method_wrap_btm_sp.png"), url("../img/method_wrap_rep_sp.png");
  background-size: 100% auto, 100% auto, 100% auto;
  background-position: top center, bottom center, top center;
  background-repeat: no-repeat, no-repeat, repeat-y;
}
@media only screen and (min-width: 769px) {
  .method .method--wrap {
    width: 90.7rem;
    padding: 7.9rem 0 5.5rem;
    background-image: url("../img/method_wrap_top_pc.png"), url("../img/method_wrap_btm_pc.png"), url("../img/method_wrap_rep_pc.png");
  }
}
.method .method--title {
  width: 27.6rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .method .method--title {
    width: 31.3rem;
    margin: 0 auto;
  }
}
.method .method--period {
  width: 55.2rem;
  margin: 2.4rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method .method--period {
    width: 73rem;
    margin: 3.1rem auto 0;
  }
}
.method .method--hagaki--title {
  width: 55rem;
  margin: 5.9rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method .method--hagaki--title {
    width: 73rem;
    margin: 7.8rem auto 0;
  }
}
.method .method--hagaki--period {
  width: 55rem;
  margin: 1.8rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method .method--hagaki--period {
    width: 73rem;
    margin: 2.9rem auto 0;
  }
}
.method .method--hagaki--text {
  width: 55rem;
  margin: 1.8rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method .method--hagaki--text {
    width: 73rem;
    margin: 2.9rem auto 0;
  }
}
.method .method--hagaki--address {
  width: 55rem;
  margin: 3rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method .method--hagaki--address {
    width: 73rem;
    margin: 3.1rem auto 0;
  }
}
.method .method--hagaki--step {
  width: 55.4rem;
  margin: 3rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method .method--hagaki--step {
    width: 61.6rem;
    margin: 3.7rem auto 0;
  }
}
.method .method--hagaki--note {
  width: 54.7rem;
  margin: 3.5rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method .method--hagaki--note {
    width: 72.5rem;
    margin: 3.5rem auto 0;
  }
}
.method .method--hagaki--btn {
  width: 55.2rem;
  margin: 3.5rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method .method--hagaki--btn {
    width: 72.8rem;
    margin: 3.9rem auto 0;
  }
}
.method .method--line--title {
  width: 55.2rem;
  margin: 7.5rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method .method--line--title {
    width: 73rem;
    margin: 9.8rem auto 0;
  }
}
.method .method--line--period {
  width: 55.1rem;
  margin: 1.9rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method .method--line--period {
    width: 73rem;
    margin: 3rem auto 0;
  }
}
.method .method--line--lead {
  width: 54.2rem;
  margin: 3.2rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method .method--line--lead {
    width: 55.7rem;
    margin: 3.3rem auto 0;
  }
}
.method .method--line--step {
  position: relative;
  width: 38.3rem;
  margin: 2.6rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method .method--line--step {
    width: 80.1rem;
    margin: 3.6rem auto 0 1.8rem;
  }
}
.method .method--line--step--btn {
  position: absolute;
  width: 35.2rem;
  top: 12.9rem;
  left: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .method .method--line--step--btn {
    display: none;
  }
}
.method .method--line--note {
  width: 54.8rem;
  margin: 3.4rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method .method--line--note {
    width: 72.5rem;
    margin: 2.1rem auto 0;
  }
}
.method .method--kiyaku {
  width: 17.1rem;
  margin: 3.4rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method .method--kiyaku {
    width: 24.9rem;
    margin: 4.4rem auto 0;
  }
}
.method .receipt {
  width: 63rem;
  margin: 4.5rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method .receipt {
    width: 89.8rem;
    margin: 6.3rem auto 0;
  }
}
.method .receipt--btn {
  width: 63rem;
  height: 7.2rem;
  margin: 0 auto;
  background-image: url("../img/receipt_btn_off_sp.svg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .method .receipt--btn {
    width: 89.8rem;
    height: 11.4rem;
    background-image: url("../img/receipt_btn_off_pc.svg");
  }
}
.method .receipt--btn.active {
  background-image: url("../img/receipt_btn_on_sp.svg");
}
@media only screen and (min-width: 769px) {
  .method .receipt--btn.active {
    background-image: url("../img/receipt_btn_on_pc.svg");
  }
}
.method .receipt--btn:hover {
  opacity: 0.8;
}
.method .receipt--cont {
  display: none;
  width: 63rem;
  margin: 0 auto;
  padding: 3rem 0;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .method .receipt--cont {
    width: 89.8rem;
    padding: 4rem 0;
  }
}
.method .receipt--cont--list {
  width: 55.2rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .method .receipt--cont--list {
    width: 81rem;
  }
}
.method .receipt--cont--list li {
  position: relative;
  width: 100%;
  font-size: 2.1rem;
  line-height: 1.4;
  padding-left: 2.4rem;
  margin-bottom: 0.1rem;
}
.method .receipt--cont--list li::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-color: #000;
  border-radius: 50%;
}
.method .receipt--note--list {
  width: 55.2rem;
  margin: 1.5rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method .receipt--note--list {
    width: 81rem;
  }
}
.method .receipt--note--list li {
  position: relative;
  width: 100%;
  font-size: 2rem;
  line-height: 1.4;
  padding-left: 2.4rem;
  margin-bottom: 0.1rem;
}
.method .receipt--note--list li::before {
  content: "※";
  position: absolute;
  top: 0.2rem;
  left: 0;
  font-size: 2.2rem;
}
.method .receipt--good,
.method .receipt--bad {
  width: 54.8rem;
  margin: 5rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method .receipt--good,
  .method .receipt--bad {
    width: 80.8rem;
    margin: 5.6rem auto 0;
  }
}

/******* 対象商品 *******/
.prod {
  width: 100%;
  background-image: url("../img/prod_bk01_sp.png");
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .prod {
    background-image: url("../img/prod_chara_pc.png"), url("../img/prod_bk02_pc.png"), url("../img/prod_bk01_pc.png");
    background-size: 90rem auto, auto 14rem, 7.6rem auto;
    background-position: bottom center, bottom center, top center;
    background-repeat: no-repeat, repeat-x, repeat;
  }
}
.prod .prod--inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 5.8rem 0 29rem;
}
@media only screen and (min-width: 769px) {
  .prod .prod--inner {
    max-width: 126rem;
    padding: 9.9rem 0 42.7rem;
  }
}
.prod .prod--wrap {
  width: 63.8rem;
  height: 75.7rem;
  margin: 0 auto;
  padding: 6.6rem 0 3.3rem;
  background-image: url("../img/prod_wrap_sp.png");
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .prod .prod--wrap {
    width: 90.5rem;
    height: 73.4rem;
    background-image: url("../img/prod_wrap_pc.png");
  }
}
.prod .prod--title {
  width: 27.5rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .prod .prod--title {
    width: 31.5rem;
  }
}
.prod .prod--series {
  width: 42.1rem;
  margin: 3.7rem auto 0;
}
@media only screen and (min-width: 769px) {
  .prod .prod--series {
    width: 65.8rem;
    margin: 6.3rem auto 0;
  }
}
.prod .prod--cont {
  width: 54.8rem;
  margin: 3.7rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .prod .prod--cont {
    width: 84rem;
    margin: 4.3rem auto 0;
    flex-wrap: nowrap;
  }
}
.prod .prod--cont li:nth-child(1) {
  width: 26.2rem;
}
@media only screen and (min-width: 769px) {
  .prod .prod--cont li:nth-child(1) {
    width: 26.4rem;
  }
}
.prod .prod--cont li:nth-child(2) {
  width: 28.5rem;
}
@media only screen and (min-width: 769px) {
  .prod .prod--cont li:nth-child(2) {
    width: 30.8rem;
  }
}
.prod .prod--cont li:nth-child(3) {
  width: 25rem;
  margin-top: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .prod .prod--cont li:nth-child(3) {
    width: 26.7rem;
    margin-top: 0;
  }
}
.prod .prod--note {
  width: 47.5rem;
  margin: 4rem auto 0;
}
@media only screen and (min-width: 769px) {
  .prod .prod--note {
    width: 70rem;
    margin: 6.9rem auto 0;
  }
}

/******* お問合せ *******/
.contact {
  width: 100%;
  background-image: url("../img/contact_bk01_sp.png");
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .contact {
    background-image: url("../img/contact_bk01_pc.png");
  }
}
.contact .contact--inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 5.8rem 0 6rem;
}
@media only screen and (min-width: 769px) {
  .contact .contact--inner {
    max-width: 126rem;
    padding: 9.9rem 0 9.2rem;
  }
}
.contact .contact--wrap {
  width: 63.8rem;
  height: 104.2rem;
  margin: 0 auto;
  padding: 5.5rem 0 0;
  background-image: url("../img/contact_wrap_sp.png");
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .contact .contact--wrap {
    width: 90.5rem;
    height: 129.8rem;
    background-image: url("../img/contact_wrap_pc.png");
  }
}
.contact .contact--title {
  width: 55.3rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .contact .contact--title {
    width: 73rem;
  }
}
.contact .contact--name {
  width: 54.2rem;
  margin: 2.8rem auto 0;
}
@media only screen and (min-width: 769px) {
  .contact .contact--name {
    width: 72.9rem;
    margin: 4.3rem auto 0;
  }
}
.contact .contact--tel {
  width: 49.9rem;
  margin: 2.9rem auto 0;
}
@media only screen and (min-width: 769px) {
  .contact .contact--tel {
    width: 52.3rem;
    margin: 3.3rem auto 0;
  }
}
.contact .contact--time {
  width: 48rem;
  margin: 3.8rem auto 0;
}
@media only screen and (min-width: 769px) {
  .contact .contact--time {
    width: 60.6rem;
    margin: 4.2rem auto 0;
  }
}
.contact .terms--title {
  width: 55.3rem;
  margin: 5.7rem auto 0;
}
@media only screen and (min-width: 769px) {
  .contact .terms--title {
    width: 73rem;
    margin: 8.4rem auto 0;
  }
}
.contact .terms--wrap {
  width: 54.8rem;
  height: 48rem;
  margin: 1.9rem auto 0;
  padding: 3.3rem 2.8rem;
  border: 0.1rem solid #929292;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 769px) {
  .contact .terms--wrap {
    width: 73rem;
    height: 64rem;
    margin: 4rem auto 0;
    padding: 3.8rem 3.6rem;
  }
}

/******* 固定ボタン *******/
.fixdbtn {
  position: fixed;
  bottom: -30rem;
  right: 2.8rem;
  width: 12.3rem;
  z-index: 10;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .fixdbtn {
    width: 18.5rem;
    bottom: -40rem;
  }
}
.fixdbtn .line--btn {
  width: 12.3rem;
}
@media only screen and (min-width: 769px) {
  .fixdbtn .line--btn {
    width: 18.5rem;
  }
}
.fixdbtn .top--btn {
  width: 12.3rem;
  margin-top: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .fixdbtn .top--btn {
    width: 18.5rem;
  }
}
.fixdbtn.active {
  bottom: 2.8rem;
}

/******* フッター *******/
.footer {
  width: 100%;
  background: #FFF;
  padding: 4rem 6rem 5rem;
}
@media only screen and (min-width: 769px) {
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: left;
    width: 90rem;
    padding: 4.4rem 3.4rem 4.4rem;
    margin: 0 auto;
  }
}
.footer .first {
  display: flex;
  flex-wrap: wrap;
  width: 63.5rem;
}
@media only screen and (min-width: 769px) {
  .footer .first {
    width: 52rem;
  }
}
.footer .first p {
  font-size: 2rem;
  margin-right: 1.5em;
  line-height: 1.5em;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .footer .first p {
    font-size: 1.3rem;
    line-height: 1.8em;
    text-align: left;
  }
}
.footer .first p a,
.footer .first p a:hover {
  color: #000;
  text-decoration: none;
}
.footer .first p a:hover {
  color: #000;
  text-decoration: underline;
}
.footer .first .copy {
  width: 100%;
  font-size: 1.6rem;
  margin-top: 0.5em;
}
@media only screen and (min-width: 769px) {
  .footer .first .copy {
    font-size: 1.4rem;
  }
}
.footer .third {
  width: 22.9rem;
  margin: 4.7rem auto 0;
}
@media only screen and (min-width: 769px) {
  .footer .third {
    width: 15.2rem;
    margin: 0;
  }
}

/******* 応募要項 *******/
.terms--cont {
  height: 100%;
  overflow-y: scroll;
  padding-right: 1em;
}
.terms--cont h3 {
  margin-top: 1.5em;
  font-size: 1.8rem;
}
.terms--cont h3:nth-child(1) {
  margin-top: 0;
}
@media only screen and (min-width: 1260px) {
  .terms--cont h3 {
    font-size: 1.8rem;
  }
}
.terms--cont h4 {
  font-size: 1.6rem;
  margin-top: 0.85em;
}
@media only screen and (min-width: 769px) {
  .terms--cont h4 {
    font-size: 1.6rem;
  }
}
.terms--cont p, .terms--cont ul {
  font-size: 1.6rem;
  margin-top: 0.5em;
}
@media only screen and (min-width: 769px) {
  .terms--cont p, .terms--cont ul {
    font-size: 1.5rem;
  }
}
.terms--cont ul li {
  font-size: 1.6rem;
  list-style: disc;
  margin-left: 1.5em;
}
@media only screen and (min-width: 769px) {
  .terms--cont ul li {
    font-size: 1.5rem;
  }
}
.terms--cont ul.none li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  margin-left: 0;
}