@charset 'UTF-8';
html {
  font-size: 62.5%
}

body {
  font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

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

img {
  max-width: 100%;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle
}

footer, header, main, nav, section {
  display: block
}

button {
  cursor: pointer
}

figcaption, figure, picture {
  margin: 0
}

address {
  font-style: normal
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  background: 0 0;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0
}

body {
  line-height: 1
}

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

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

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

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

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

img {
  vertical-align: top
}

body {
  background-color: #fff;
  color: #363636;
  line-height: 1.5;
  margin: 0;
  padding: 0
}

a {
  color: #360
}

a:focus, a:hover {
  color: #360;
  text-decoration: none
}

.clearfix:after {
  clear: both;
  content: '';
  display: block
}

.layout {
  position: relative
}

.header {
  margin: 0 0 10px;
  padding: 10px 15px 0
}

.header__title {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 auto 20px;
  max-width: 960px;
  padding: 0 50px 0 0;
  position: relative;
  width: 100%
}

@media (min-width:768px) {
  .header__title {
    padding-right: 0
  }
}

.header-container {
  margin: auto;
  max-width: 960px;
  position: relative;
  width: 100%
}

@media (min-width:768px) {
  .header-container {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.header__logo {
  padding: 15px 0 0
}

.header__logo h1 {
  font-size: 1rem;
  line-height: 1;
  margin: 0 60px 0 0;
  padding: 0
}

.header__contact {
  display: none;
  text-align: right
}

@media (min-width:768px) {
  .header__contact {
    display: block
  }
}

.header__burger {
  background-color: #f0ffe1;
  cursor: pointer;
  display: block;
  height: 50px;
  margin: auto;
  padding: 10px 0 0;
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  z-index: 100
}

@media (min-width:768px) {
  .header__burger {
    display: none
  }
}

.header__burger__box {
  display: block;
  height: 19px;
  margin: 0 auto 6px;
  padding: 0;
  position: relative;
  width: 32px
}

.header__burger__box__line {
  display: block;
  margin: -1.5px 0 0;
  top: 50%;
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
  -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.header__burger__box__line, .header__burger__box__line:after, .header__burger__box__line:before {
  background-color: #360;
  height: 3px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 32px
}

.header__burger__box__line:after, .header__burger__box__line:before {
  content: '';
  display: block;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.header__burger__box__line:before {
  top: -8px;
  -webkit-transition: top 75ms .12s ease, opacity 75ms ease;
  transition: top 75ms .12s ease, opacity 75ms ease
}

.header__burger__box__line:after {
  bottom: -8px;
  -webkit-transition: bottom 75ms .12s ease, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
  transition: bottom 75ms .12s ease, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
  transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19);
  transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.header__burger.is-active .header__burger__box__line {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: .12s;
  transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.header__burger.is-active .header__burger__box__line:before {
  opacity: 0;
  top: 0;
  -webkit-transition: top 75ms ease, opacity 75ms .12s ease;
  transition: top 75ms ease, opacity 75ms .12s ease
}

.header__burger.is-active .header__burger__box__line:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 75ms ease, -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
  transition: bottom 75ms ease, -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
  transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
  transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1)
}

.header__burger__label {
  color: #360;
  font-size: 1rem;
  line-height: 1;
  text-align: center
}

.gnav {
  padding: 5px 15px 0
}

.gnav-container {
  margin: 0 auto 20px;
  max-width: 972px;
  padding: 5px 0 0;
  width: 100%
}

.gnav__menu {
  display: none
}

@media (min-width:768px) {
  .gnav__menu {
    display: block
  }
}

.gnav__menu__list {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.gnav__menu__list li {
  width: 20%
}

.gnav__case {
  padding: 10px 0 20px;
}

.gnav__case__menu {
  align-items: stretch;
  -webkit-box-align: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between
}

@media (min-width:768px) {
  .gnav__case__menu {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.gnav__case__menu__title {
  background-color: #360;
  -webkit-box-flex: 0;
  color: #fff;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px;
  text-align: center;
  width: 100%
}

@media (min-width:768px) {
  .gnav__case__menu__title {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 1.2rem;
    justify-content: center;
    padding: 10px;
    width: 180px
  }
}

@media (min-width:992px) {
  .gnav__case__menu__title {
    font-size: 1.4rem
  }
}

.gnav__case__menu__list {
  align-items: stretch;
  border-bottom: 2px solid #360;
  -webkit-box-align: stretch;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-grow: 1;
  -ms-flex-negative: 1;
  -ms-flex-pack: justify;
  -ms-flex-positive: 1;
  flex-shrink: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (min-width:768px) {
  .gnav__case__menu__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.gnav__case__menu__list__item {
  -webkit-box-flex: 0;
  -webkit-box-pack: center;
  flex-grow: 0;
  -ms-flex-negative: 1;
  -ms-flex-pack: center;
  -ms-flex-positive: 0;
  flex-shrink: 1;
  font-size: 1.2rem;
  justify-content: center;
  margin: 0;
  width: 50%
}

@media (min-width:768px) {
  .gnav__case__menu__list__item {
    width: 25%
  }
}

@media (min-width:992px) {
  .gnav__case__menu__list__item {
    font-size: 1.4rem
  }
}

.gnav__case__menu__list__item a {
  align-items: center;
  background-color: #f0ffe1;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  width: 100%
}

@media (min-width:768px) {
  .gnav__case__menu__list__item a {
    border-left: 1px dashed #9c0;
    padding: 10px
  }
}

.gnav__case__menu__list__item a:focus, .gnav__case__menu__list__item a:hover {
  background-color: #9c0
}

.gnav__case__menu__list__item a img {
  line-height: 1;
  margin: 0 8px 0 0;
  vertical-align: middle
}

@media (max-width:767px) {
  .gnav__case__menu__list__item:nth-child(even) a {
    border-left: 1px dashed #9c0
  }
  .gnav__case__menu__list__item:nth-child(1) a, .gnav__case__menu__list__item:nth-child(2) a {
    border-bottom: 1px dashed #9c0
  }
}

.gnav__other {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.gnav__other__item {
    width: 50%;
}

.gnav__other__item a {
    align-items: center;
    background-color: #360;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.gnav__other__item a:hover, .gnav__other__item a:focus {
    opacity: .7;
}

.gnav__other__item a img {
    line-height: 1;
    margin: 0 8px 0 0;
    vertical-align: middle;
}

.mb-menu {
  background-color: rgba(51, 102, 0, .95);
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99
}

@media (min-width:768px) {
  .mb-menu {
    display: none!important
  }
}

.mb-menu__list {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 50px 0
}

.mb-menu__list__item {
  margin: 0 0 20px;
  padding: 0
}

.mb-menu__list__item:last-child {
  margin-bottom: 0
}

.mb-menu__list__item a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  padding: 3px 0;
  text-decoration: none
}

.mb-menu__list__item a:focus, .mb-menu__list__item a:hover {
  color: #fff;
  text-decoration: none
}

.container {
  margin: 5px auto 0;
  max-width: 1020px;
  padding: 0 15px;
  width: 100%
}

@media (min-width:768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px
  }
}

.to_top {
  margin: 0 0 10px;
  padding-top: 30px;
  text-align: right
}

.footer {
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 15px 100px;
  width: 100%
}

@media (min-width:768px) {
  .footer {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px
  }
}

.footer__menu {
  border-top: #e1e1e1 dotted 2px;
  padding: 20px 0 8px
}

.footer__menu li {
  border-right: 1px solid #a3a3a3;
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 10px 8px 0;
  padding: 0 10px 0 0
}

@media (min-width:768px) {
  .footer__menu li {
    font-size: 1.6rem;
    margin-right: 20px;
    padding-right: 20px
  }
}

.footer__menu li:last-child {
  border-right: none
}

.footer__copyright {
  color: #a3a3a3;
  font-size: 14px;
  padding: 20px 0
}

.footer__copyright a {
  color: #33adff;
  text-decoration: underline
}

.footer-fixed {
  bottom: 0;
  display: block;
  position: fixed;
  width: 100%;
  z-index: 100
}

@media (min-width:768px) {
  .footer-fixed {
    display: none
  }
}

.footer-fixed__title {
  background-color: #360;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  text-align: center
}

.footer-fixed__list {
  align-items: stretch;
  -webkit-box-align: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0
}

.footer-fixed__list__item {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 33.33333%
}

.footer-fixed__list__item a {
  background-color: #6cb800;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  width: 100%
}

.footer-fixed__list__item a img {
  margin: 0 5px 0 0
}

.footer-fixed__list__item a img, .footer-fixed__list__item a span {
  vertical-align: middle
}

.com-contact {
  border: 2px solid #9c0;
  border-radius: 5px;
  margin: 0 0 30px;
  max-width: 755px;
  padding: 0 0 20px;
  text-align: center
}

@media (min-width:992px) {
  .com-contact {
    background-image: url(../../images/form_bnr_bg.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: none;
    padding-left: 22px;
    padding-top: 36px;
    text-align: left
  }
}

.com-contact__title {
  background-color: #9c0;
  display: block;
  margin: 0 0 25px;
  padding: 10px 5px
}

@media (min-width:992px) {
  .com-contact__title {
    background-color: transparent;
    padding: 0
  }
}

.com-contact__tel {
  margin: 0;
  padding: 0 5px 10px
}

@media (min-width:992px) {
  .com-contact__tel {
    padding-left: 0;
    padding-right: 0
  }
}

.com-contact__action {
  padding: 0 5px
}

@media (min-width:992px) {
  .com-contact__action {
    padding-left: 0;
    padding-right: 0
  }
}

.page__hero h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 5px
}

.page__breadcrumb {
  background-color: #c3c3c3;
  border-radius: 4px;
  font-size: 12px;
  list-style: none;
  margin-bottom: 20px;
  overflow: hidden
}

.page__breadcrumb ul li {
  float: left
}

.page__breadcrumb ul li a {
  background: #e6e6e6;
  color: #666;
  display: block;
  float: left;
  padding: 10px 0 10px 55px;
  position: relative;
  text-decoration: none
}

.page__breadcrumb ul li a:after {
  border-bottom: 50px solid transparent;
  border-left: 30px solid #e6e6e6;
  border-top: 50px solid transparent;
  content: '';
  display: block;
  height: 0;
  left: 100%;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 2
}

.page__breadcrumb ul li:first-child a {
  padding-left: 20px
}

.page__breadcrumb ul li:nth-child(2) a {
  background: #dedede
}

.page__breadcrumb ul li:nth-child(2) a:after {
  border-left-color: #dedede
}

.page__breadcrumb ul li:nth-child(3) a {
  background: #d9d9d9
}

.page__breadcrumb ul li:nth-child(3) a:after {
  border-left-color: #d9d9d9
}

.page__breadcrumb ul li:nth-child(4) a {
  background: #ccc
}

.page__breadcrumb ul li:nth-child(4) a:after {
  border-left-color: #ccc
}

.page__breadcrumb ul li:nth-child(5) a {
  background: #c4c4c4
}

.page__breadcrumb ul li:nth-child(5) a:after {
  border-left-color: #c4c4c4
}

.page__breadcrumb ul li:last-child a {
  background: 0 0!important;
  color: #000;
  cursor: default
}

.page__breadcrumb ul li:last-child a:after {
  border: 0
}

.page__breadcrumb ul li a:hover {
  background: #cf9
}

.page__breadcrumb ul li a:hover:after {
  border-left-color: #cf9!important
}

.page__banner {
  margin: 0 0 20px;
  text-align: center
}

@media (min-width:768px) {
  .page-container {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.page__main {
  margin: 0 0 80px;
  padding: 0
}

@media (min-width:768px) {
  .page__main {
    margin-bottom: 0;
    padding-left: 10px;
    width: 80%
  }
}

.page__main h3 {
  background-image: url(../../images/mds_base.gif);
  background-position: left center;
  background-repeat: no-repeat;
  color: #9c0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 30px
}

.page__side {
  margin: 0 auto;
  max-width: 192px;
  padding: 0
}

@media (min-width:768px) {
  .page__side {
    margin-left: 0;
    margin-right: 0;
    padding-right: 8px;
    width: 20%
  }
}

.page__side__menu {
  margin: 0 0 30px
}

.page__side__menu ul {
  color: #000
}

@media (min-width:768px) {
  .page__side__menu ul {
    width: 95%
  }
}

.page__side__menu ul li {
  background-color: #9c0;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 5px;
  position: relative
}

.page__side__menu ul li:after {
  border: 10px solid rgba(204, 204, 204, 0);
  border-left-color: #9c0;
  content: '';
  display: none;
  height: 0;
  left: 100%;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0
}

@media (min-width:768px) {
  .page__side__menu ul li:after {
    display: block
  }
}

.page__side__menu ul li a {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 10px 10px;
  text-decoration: none
}

@media (min-width:992px) {
  .page__side__menu ul li a {
    font-size: 1.6rem
  }
}

.page__side__menu ul li a:focus, .page__side__menu ul li a:hover {
  font-weight: 700
}

.page__side__menu ul>li>ul {
  margin-left: 15px
}

.page__side__about {
  margin: 0 0 30px
}

.page__side__about h3 {
  margin: 0 0 15px;
  padding: 0
}

.page__side__about h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  padding: 0
}

.page__side__about__list__item {
  font-size: 1.6rem;
  margin: 0 0 10px;
	letter-spacing: -0.06em;
}

.page__side__about__list__item:last-child {
  margin-bottom: 0
}

.page__side__area {
  margin: 0 0 30px;
  padding: 0
}

.page__side__area h3 {
  margin: 0 0 20px;
  padding: 0
}

.page__side__area__desc {
  margin: 0 0 10px
}

.page__side__area__list__item__title {
  font-size: 1.6rem;
  font-weight: 700
}

.page__side__area__list__item p {
  font-size: 1.6rem;
  margin: 0
}

.page__column {
  margin: 50px 0 0
}

.page__column h3 {
  background-image: url(../../images/mds_base.gif);
  background-position: left center;
  background-repeat: no-repeat;
  color: #9c0;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 30px
}

@media (max-width:479px) {
  .hidden-xxs {
    display: none!important
  }
}

@media (min-width:480px) and (max-width:767px) {
  .hidden-xs {
    display: none!important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none!important
  }
}

@media (min-width:992px) and (max-width:1239px) {
  .hidden-md {
    display: none!important
  }
}

@media (min-width:1240px) {
  .hidden-lg {
    display: none!important
  }
}