@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img, svg {
  width: 100%;
  vertical-align: bottom;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

label {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p, a, label, dt, dd, th, td, time, li, span, input, textarea, div {
  color: #fff;
  font-weight: 500;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@font-face {
  font-family: "mplus-1p-heavy";
  src: url("../fonts/mplus-1p-heavy.otf") format("otf");
  src: url("../fonts/mplus-1p-heavy.ttf") format("truetype");
}
.l-footer {
  background-color: #000;
}

.l-footer__text {
  text-align: center;
  color: #fff;
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
  height: 72px;
  line-height: 72px;
  font-weight: bold;
}

.p-fv {
  padding: 75px 3% 81px;
  background-image: url(../images/bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.p-fv__container {
  width: 100%;
  max-width: 879px;
  margin: 0 auto;
}

.p-fv__header {
  position: relative;
}

.p-fv__figure {
  margin-bottom: 16px;
}

.fv-figure-pc__copy-img {
  width: 100%;
  max-width: 607px;
  aspect-ratio: 607/181;
}

.fv-figure-pc__man-img {
  position: absolute;
  z-index: 1;
  bottom: -35px;
  right: -53px;
  width: 38.5185185185vw;
  height: 30.9259259259vw;
  max-width: 416px;
  max-height: 334px;
}

.p-fv__summary {
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 15px;
}

.p-fv__body {
  position: relative;
  z-index: 5;
  padding: 21px 2% 50px;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  background-image: url(../images/content-bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.fv-body__title {
  font-family: "mplus-1p-heavy", sans-serif;
  text-align: center;
  font-size: 30px; /*IE9以下で反映されるよう記述*/
  font-size: 1.875rem;
  font-size: 30px;
  line-height: 1.6666666667;
  margin-bottom: 20px;
}

.fv-body-title__br {
  display: none;
}

.fv-body__container {
  width: 100%;
  max-width: 780px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin: 0 auto;
}

.fv-body__box {
  padding: 21px 23px;
  background-color: #fff;
}

.fv-body__box:last-of-type {
  padding: 8px 21px;
}

.fv-body-content__headline {
  position: relative;
  border-bottom: 1px solid #006934;
  padding-bottom: 22px;
  margin-bottom: 14px;
}

.fv-body__box:last-of-type .fv-body-content__headline {
  position: relative;
  border-bottom: 1px solid #006934;
  padding-bottom: 16px;
  margin-bottom: 14px;
}

.fv-body-content-headline__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fv-body-content__title {
  font-family: "Kaisho MCBK1", "楷書MCBK1", sans-serif;
  font-size: 30px; /*IE9以下で反映されるよう記述*/
  font-size: 1.875rem;
  font-size: 30px;
  line-height: 1.7333333333;
  color: #006934;
}

.fv-body-content__sub-text {
  font-family: "Kaisho MCBK1", "楷書MCBK1", sans-serif;
  font-size: 18px; /*IE9以下で反映されるよう記述*/
  font-size: 1.125rem;
  font-size: 18px;
  line-height: 1.1111111111;
  color: #006934;
  text-align: center;
}

.fv-body-content__logo {
  width: 31px;
  height: 57px;
  margin-right: 14px;
  margin-left: 14px;
}

.fv-body-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  margin-bottom: 9px;
}

.fv-body-content__item span:first-of-type {
  margin-right: 4px;
}

.fv-body-content__item:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000000;
}

.fv-body-content__text {
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  font-weight: bold;
}

.fv-body-content-item__logo {
  width: 21px;
  height: 20px;
  margin-top: 4px;
}

.fv-body-content__accent {
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1.05;
  color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFED00));
  background: linear-gradient(transparent 60%, #FFED00 60%);
  font-weight: bold;
}

.p-support__header {
  padding: 55px 3% 77px;
  background-image: url(../images/bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.p-support__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 37px;
}

.p-support__title-img {
  width: 100%;
  max-width: 330px;
  aspect-ratio: 330/120;
}

.p-support__logo {
  width: 100%;
  max-width: 84px;
  aspect-ratio: 84/106;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 6px;
  margin-left: 4px;
}

.support-header__summary {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.support-header__text {
  color: #000;
  font-size: 25px; /*IE9以下で反映されるよう記述*/
  font-size: 1.5625rem;
  font-size: 25px;
  line-height: 2.2;
  font-weight: bold;
}

.support-header-text__bg {
  color: #fff;
  padding: 5px;
  background-color: #000;
  font-size: 25px; /*IE9以下で反映されるよう記述*/
  font-size: 1.5625rem;
  font-weight: bold;
}

.p-support__body {
  padding: 80px 3% 84px;
  background-image: url(../images/bg03.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.support-box__label {
  width: 100%;
  max-width: 787px;
  height: 42px;
  margin-bottom: 4px;
}

.support-box__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}

.p-support__box {
  width: 100%;
  max-width: 787px;
  margin: 0 auto 51px;
}

.p-support__box:last-of-type {
  margin-bottom: 0;
}

.support-box__inner {
  width: 100%;
  max-width: 762px;
  padding: 24px 6% 43px;
  margin: 0 auto;
  border-bottom: 3px solid #B1B1B2;
  border-left: 3px solid #B1B1B2;
  border-right: 3px solid #B1B1B2;
}

.p-support__box:last-of-type .support-box__inner {
  padding: 24px 5.1% 43px;
}

.support-box__title {
  font-family: "mplus-1p-heavy", sans-serif;
  font-size: 30px; /*IE9以下で反映されるよう記述*/
  font-size: 1.875rem;
  font-size: 30px;
  line-height: 1.6666666667;
}

.support-box__logo {
  width: 92px;
  height: 92px;
  margin-right: 18px;
}

.support-box__text {
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1.75;
  font-weight: bold;
}

.p-menu {
  padding: 88px 0 123px;
  background-image: url(../images/bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.p-menu__body {
  padding: 0 3%;
  margin-bottom: 54px;
}

.p-menu__table {
  width: 100%;
  max-width: 762px;
  margin: 0 auto;
  border: 3px solid #000;
  background-color: #fff;
}

.p-menu__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
}

.p-menu__flex:nth-of-type(3) {
  height: 110px;
}

.p-menu__flex dt {
  width: 225px;
  font-family: "mplus-1p-heavy", sans-serif;
  background-color: #D8D9D9;
  color: #000;
  padding: 0 15px 0 25px;
  font-size: 25px; /*IE9以下で反映されるよう記述*/
  font-size: 1.5625rem;
  font-size: 25px;
  line-height: 1.52;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-menu__flex dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  padding: 0 15px 0 25px;
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1.8;
  border-bottom: 3px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.p-menu__flex:nth-of-type(3) dd {
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1.5;
}

.p-menu__flex:last-of-type dt {
  border-bottom: none;
}

.p-menu__flex:last-of-type dd {
  border-bottom: none;
}

.p-menu__flex:first-of-type dd span:last-of-type {
  color: #000;
  font-family: "mplus-1p-heavy", sans-serif;
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
}

.p-menu__accent {
  font-family: "mplus-1p-heavy", sans-serif;
  color: #C00D23;
  font-size: 30px; /*IE9以下で反映されるよう記述*/
  font-size: 1.875rem;
}

.p-menu__link {
  padding: 0 3%;
  display: block;
  text-align: center;
}

.p-menu__btn {
  width: 100%;
  max-width: 762px;
  aspect-ratio: 762/117;
}
.font-weight__bold {
  font-weight: bold;
}
@media (max-width: 600px) {
  .p-fv {
    padding: 18px 7.8% 30px;
    background-image: url(../images/bg04.png);
  }
  .p-fv__figure {
    margin-bottom: 6px;
    text-align: center;
  }
  .fv-figure-sp__img {
    width: 100%;
    max-width: 100%;
    margin-left: 10px;
  }
  .p-fv__body {
    padding: 16px 7% 21px;
  }
  .fv-body__title {
    font-size: 25px; /*IE9以下で反映されるよう記述*/
    font-size: 1.5625rem;
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 14px;
  }
  .fv-body-title__br {
    display: block;
  }
  .fv-body-content__headline {
    padding-bottom: 11px;
  }
  .fv-body__box:last-of-type .fv-body-content__headline {
    padding-bottom: 20px;
  }
  .fv-body-content__title {
    font-size: 25px; /*IE9以下で反映されるよう記述*/
    font-size: 1.5625rem;
    font-size: 25px;
    line-height: 1.4;
  }
  .fv-body-content__sub-text {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    font-size: 16px;
    line-height: 1.125;
  }
  .fv-body-content__logo {
    width: 27px;
    height: 42px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .fv-body-content__item {
    margin-bottom: 3px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fv-body-content__item span:first-of-type {
    margin-right: 9px;
  }
  .fv-body-content__text {
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.125rem;
    font-size: 18px;
    line-height: 1.5555555556;
  }
  .fv-body-content__accent {
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.125rem;
    font-size: 18px;
    line-height: 1.5555555556;
  }
  .p-support__header {
    padding: 29px 7.4% 13px;
  }
  .p-support__title {
    margin-bottom: 16px;
  }
  .p-support__title-img {
    width: 100%;
    max-width: 180px;
    aspect-ratio: 180/65;
  }
  .p-support__logo {
    width: 100%;
    max-width: 46px;
    aspect-ratio: 46/58;
    margin-right: 0;
    margin-left: 0;
  }
  .support-header__summary {
    text-align: left;
  }
  .support-header__text.Android {
    font-size: 20px; /*IE9以下で反映されるよう記述*/
    font-size: 1.25rem;
    font-size: 20px;
    line-height: 2.35;
  }
  .p-support__body {
    background-image: url(../images/bg05.png);
    padding: 33px 9% 29px;
  }
  .support-box__label {
    width: 100%;
    height: 24px;
  }
  .p-support__box {
    margin-bottom: 30px;
  }
  .support-box__inner {
    padding: 14px 5.1% 15px;
  }
  .p-support__box:last-of-type .support-box__inner {
    padding: 24px 5.1% 15px;
  }
  .support-box__title {
    font-size: 22px; /*IE9以下で反映されるよう記述*/
    font-size: 1.375rem;
    font-size: 22px;
    line-height: 1.3636363636;
  }
  .p-support__box:nth-of-type(2) .support-box__title,
.p-support__box:nth-of-type(3) .support-box__title {
    font-size: 20px; /*IE9以下で反映されるよう記述*/
    font-size: 1.25rem;
    font-size: 20px;
    line-height: 1.4;
  }
  .support-box__logo {
    width: 56px;
    height: 56px;
  }
  .p-support__box:nth-of-type(2) .support-box__logo,
.p-support__box:nth-of-type(3) .support-box__logo {
    margin-right: 5px;
  }
  .support-box__text {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    font-size: 16px;
    line-height: 1.625;
  }
  .p-menu {
    padding: 33px 0 30px;
  }
  .p-menu__body {
    padding: 0 8%;
    margin-bottom: 23px;
  }
  .p-menu__flex:nth-of-type(3) dd {
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.125rem;
    font-size: 18px;
    line-height: 1.4444444444;
  }
  .p-menu__flex:first-of-type dd span:last-of-type {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
  }
  .p-menu__accent {
    font-size: 22px; /*IE9以下で反映されるよう記述*/
    font-size: 1.375rem;
  }
  .p-menu__btn {
    max-width: 315px;
    aspect-ratio: 315/98;
  }
  .u-sm-none {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .fv-figure-pc__man-img {
    width: 34.2741935484vw;
    height: 26.2096774194vw;
    max-width: 340px;
    max-height: 260px;
  }
  .p-fv__summary {
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.125rem;
    font-size: 18px;
    line-height: 1.5555555556;
  }
  .fv-body__container {
    display: block;
  }
  .fv-body__box {
    margin-bottom: 30px;
  }
  .fv-body__box:last-of-type {
    margin-bottom: 0;
  }
  .u-rl-none {
    display: none !important;
  }
}
@media (max-width: 992px) and (max-width: 600px) {
  .p-fv__summary {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    font-size: 16px;
    line-height: 1.5625;
    margin-bottom: 11px;
  }
  .fv-body__box {
    padding: 21px 17px 17px;
    margin-bottom: 19px;
  }
  .fv-body__box:last-of-type {
    padding: 21px 17px 19px;
  }
}
@media (max-width: 600px) and (max-width: 374px) {
  .fv-body__title {
    font-size: 20px; /*IE9以下で反映されるよう記述*/
    font-size: 1.25rem;
    font-size: 20px;
    line-height: 1.4;
  }
  .fv-body__box:last-of-type .fv-body-content__headline {
    padding-bottom: 10px;
  }
  .fv-body-content__title {
    font-size: 20px; /*IE9以下で反映されるよう記述*/
    font-size: 1.25rem;
    font-size: 20px;
    line-height: 1.5;
  }
  .fv-body-content__sub-text {
    font-size: 12px; /*IE9以下で反映されるよう記述*/
    font-size: 0.75rem;
    font-size: 12px;
    line-height: 1.25;
  }
  .fv-body-content__logo {
    width: 23px;
    height: 38px;
    margin-right: 3px;
    margin-left: 3px;
  }
  .fv-body-content__text {
    font-size: 15px; /*IE9以下で反映されるよう記述*/
    font-size: 0.9375rem;
    font-size: 15px;
    line-height: 1.6666666667;
  }
  .fv-body-content__accent {
    font-size: 15px; /*IE9以下で反映されるよう記述*/
    font-size: 0.9375rem;
    font-size: 15px;
    line-height: 1.6666666667;
  }
  .support-header__text.Android {
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.125rem;
    font-size: 18px;
    line-height: 2.2777777778;
  }
  .support-box__title {
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.125rem;
    font-size: 18px;
    line-height: 1.3888888889;
  }
  .p-support__box:nth-of-type(2) .support-box__title,
.p-support__box:nth-of-type(3) .support-box__title {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    font-size: 16px;
    line-height: 1.5;
  }
  .support-box__logo {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
  .support-box__text {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
    font-size: 14px;
    line-height: 1.5714285714;
  }
  .p-menu__flex:nth-of-type(3) dd {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    font-size: 16px;
    line-height: 1.5;
  }
  .p-menu__flex:first-of-type dd span:last-of-type {
    font-size: 13px; /*IE9以下で反映されるよう記述*/
    font-size: 0.8125rem;
  }
  .p-menu__accent {
    font-size: 19px; /*IE9以下で反映されるよう記述*/
    font-size: 1.1875rem;
  }
}
@media (max-width: 767px) {
  .support-header__text {
    font-size: 23px; /*IE9以下で反映されるよう記述*/
    font-size: 1.4375rem;
    font-size: 23px;
    line-height: 2.0869565217;
  }
  .support-header-text__bg {
    font-size: 23px; /*IE9以下で反映されるよう記述*/
    font-size: 1.4375rem;
  }
  .p-menu__flex {
    display: block;
    height: auto;
  }
  .p-menu__flex:nth-of-type(3) {
    height: auto;
  }
  .p-menu__flex dt {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-right: none;
  }
  .p-menu__flex dd {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-right: none;
  }
  .p-menu__flex:last-of-type dt {
    border-bottom: 3px solid #000;
  }
  .u-md-none {
    display: none !important;
  }
  .u-md-under__none {
    display: none !important;
  }
}
@media (max-width: 767px) and (max-width: 600px) {
  .support-header__text {
    font-size: 20px; /*IE9以下で反映されるよう記述*/
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .support-header-text__bg {
    font-size: 20px; /*IE9以下で反映されるよう記述*/
    font-size: 1.25rem;
  }
  .p-menu__flex dt {
    font-size: 20px; /*IE9以下で反映されるよう記述*/
    font-size: 1.25rem;
    font-size: 20px;
    line-height: 1.9;
  }
  .p-menu__flex dd {
    padding: 7px 16px;
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.125rem;
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
@media (max-width: 767px) and (max-width: 600px) and (max-width: 374px) {
  .support-header__text {
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.125rem;
    line-height: 1.8;
  }
  .support-header-text__bg {
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.125rem;
  }
  .p-menu__flex dt {
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.125rem;
    font-size: 18px;
    line-height: 1.4444444444;
  }
  .p-menu__flex dd {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 374px) {
  .u-xs-none {
    display: none !important;
  }
  .u-xs-under__none {
    display: none !important;
  }
}
@media (max-width: 1280px) {
  .u-lg-none {
    display: none !important;
  }
}
@media (max-width: 1500px) {
  .u-xl-none {
    display: none !important;
  }
}
@media (max-width: 1850px) {
  .u-xxl-none {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .u-rl-under__none {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .u-sm-under__none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .u-rl-over__none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-md-over__none {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .u-sm-over__none {
    display: none !important;
  }
}
@media (min-width: 375px) {
  .u-xs-over__none {
    display: none !important;
  }
}