@charset "UTF-8";
/*jp post color*/
/*jp bank color*/
/*jp post color*/
/*jp bank color*/
/*********************************************************
@mixin button
*********************************************************/
html {
  min-height: 100%;
  position: relative;
}

/*********************************************************
main
*********************************************************/
main {
  position: relative;
  width: 100%;
}

/*********************************************************
browser center&footer fixed
*********************************************************/
input::-ms-clear, input::-ms-reveal {
  visibility: hidden;
}
/**IE11**/
@media all and (-ms-high-contrast: none) {
  html {
    min-height: 100%;
    position: relative;
  }

  /*.wrapper {
    margin: 0 0 200px;
  }

  footer {
    width: 100%;
    bottom: 0;
    height: 200px;
    position: absolute;
  }*/
  input::-ms-reveal {
    visibility: hidden;
  }
}
/**edge**/
@supports (-ms-ime-align: auto) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
  }

  main {
    margin: auto;
  }

  footer {
    margin-top: auto;
  }
}
/**CHROME**/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
  }

  main {
    margin: auto;
  }

  footer {
    margin-top: auto;
  }
}
/**FIREFOX**/
@-moz-document url-prefix() {
  .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  main {
    margin: auto;
  }

  footer {
    margin-top: auto;
  }
}
/**Safari**/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
  }

  main {
    margin: auto;
  }

  footer {
    margin-top: auto;
  }
}
/** smp **/
@media (max-width: 767px) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
  }

  main {
    margin: auto;
  }

  footer {
    margin-top: auto;
  }
}
/*********************************************************
ttl : collect
*********************************************************/
/*h1 {
  color: $color-blue2;
  font-size: 30px;
  line-height: 39px;
  padding: 30px 0 0;
  position: relative;
  text-align: center;
  &::before {
    background-color: $color-blue;
    bottom: -15px;
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 33%;
  }
}*/
h1 {
  font-size: 26px;
  /*line-height: 39px;
  padding: 30px 0 0;
  position: relative;*/
  text-align: center;
}

/*h2 {
  border-bottom: 1px solid $color-blue2;
  color: $color-black2;
  font-size: 28px;
  line-height: 36px;
  padding: 30px 0 0;
}*/
h2 {
  color: #333333;
  font-size: 24px;
  /*line-height: 36px;
  padding: 30px 0 0;*/
}

/*h3 {
  border-bottom: 1px solid $color-light-blue;
  font-size: 26px;
  line-height: 33px;
  padding: 30px 0 0;
  position: relative;
  &:after {
    border-bottom: 1px solid $color-blue2;
    bottom: -1px;
    content: ".";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 30%;
  }
}*/
h3 {
  font-size: 22px;
  /*padding: 30px 0 0;*/
}

h4 {
  font-size: 22px;
  /*padding: 30px 0 0;*/
}

h5 {
  font-size: 20px;
  /*padding: 30px 0 0;*/
}

/*h4 {
  border-bottom: 1px solid $color-light-blue;
  color: $color-black2;
  font-size: 24px;
  line-height: 31px;
  padding: 30px 0 0;
}*/
/*h5 {
  color: $color-black2;
  font-size: 24px;
  line-height: 31px;
  padding: 30px 0 0;
}*/
/*********************************************************
pageComp-h1 mypageComp-h1
*********************************************************/
.pageComp-h1 {
  color: #0061d5;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.3em;
  margin: 0 0 48px 0;
  padding: 0 0 6px 0;
  position: relative;
  text-align: center;
}
.pageComp-h1::before {
  background-color: #000099;
  bottom: 0px;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33%;
}

@media screen and (max-width: 767px) {
  .pageComp-h1 {
    color: #0061d5;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0 0 24px 0;
    padding: 0 0 6px 0;
    position: relative;
    text-align: center;
  }
  .pageComp-h1::before {
    background-color: #000099;
    bottom: 0px;
    content: '';
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 33%;
  }
}
.mypageComp-h1 {
  color: #0061d5;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.3em;
  margin: 0 0 28px 0;
  padding: 0 0 6px 0;
  position: relative;
  text-align: center;
}
.mypageComp-h1::before {
  background-color: #000099;
  bottom: 0px;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33%;
}

@media screen and (max-width: 767px) {
  .mypageComp-h1 {
    color: #0061d5;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0 0 24px 0;
    padding: 0 0 6px 0;
    position: relative;
    text-align: center;
  }
  .mypageComp-h1::before {
    background-color: #000099;
    bottom: 0px;
    content: '';
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 33%;
  }
}
/*********************************************************
pageComp-h2  mypageComp-h2
*********************************************************/
.pageComp-h2 {
  border-bottom: 3px solid #0061d5;
  color: #333333;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 0 36px 0;
  padding: 0 0 6px 0;
}

@media screen and (max-width: 767px) {
  .pageComp-h2 {
    border-bottom: 3px solid #0061d5;
    color: #333333;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    margin: 0 0 24px 0;
    padding: 0 0 6px 0;
  }
}
.mypageComp-h2 {
  border-bottom: 3px solid #0061d5;
  color: #333333;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 0 20px 0;
  padding: 0 0 6px 0;
}

@media screen and (max-width: 767px) {
  .mypageComp-h2 {
    border-bottom: 3px solid #0061d5;
    color: #333333;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    margin: 0 0 24px 0;
    padding: 0 0 6px 0;
  }
}
/*********************************************************
pageComp-h3
*********************************************************/
.pageComp-h3 {
  border-bottom: 3px solid #d4ecff;
  font-size: 26px;
  font-weight: 300;
  line-height: 33px;
  margin: 0 0 28px 0;
  padding: 0 0 6px 0;
  position: relative;
}
.pageComp-h3:after {
  border-bottom: 3px solid #0061d5;
  bottom: -3px;
  content: ".";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .pageComp-h3 {
    border-bottom: 3px solid #d4ecff;
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
    margin: 0 0 24px 0;
    padding: 0 0 6px 0;
    position: relative;
  }
  .pageComp-h3:after {
    border-bottom: 3px solid #0061d5;
    bottom: -3px;
    content: ".";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 30%;
  }
}
/*********************************************************
pageComp-h4
*********************************************************/
.pageComp-h4 {
  border-bottom: 3px solid #d4ecff;
  color: #333333;
  font-size: 24px;
  font-weight: 300;
  line-height: 31px;
  margin: 0 0 20px 0;
  padding: 0 0 6px 0;
}

@media screen and (max-width: 767px) {
  .pageComp-h4 {
    border-bottom: 3px solid #d4ecff;
    color: #333333;
    font-size: 22px;
    font-weight: 300;
    line-height: 31px;
    margin: 0 0 20px 0;
    padding: 0 0 6px 0;
  }
}
/*********************************************************
pageComp-h5
*********************************************************/
.pageComp-h5 {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  .pageComp-h5 {
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    margin: 0 0 20px 0;
  }
}
/*********************************************************
link
*********************************************************/
/*a {
  color: $color-blue4;
  outline: none;
  text-decoration: underline;
  &:active {
    color: $color-blue5;
  }
}*/
/*a:visited {
  color: #810081;
  text-decoration: underline;
}*/
a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

/*.text-link {
  color: $color-blue4;
  outline: none;
  text-decoration: underline;
  &:visited {
    color: #810081;
    text-decoration: none;
    &:hover {
      color: #810081;
      text-decoration: underline;
    }
  }
  &:hover {
    color: $color-blue4;
    text-decoration: underline;
  }
}*/
.text-link {
  color: #0061d5;
  outline: none;
}
.text-link:visited {
  color: #0061d5;
}
.text-link:visited:hover {
  color: #0061d5;
  text-decoration: underline !important;
}
.text-link:hover {
  color: #0061d5;
  text-decoration: underline !important;
}

.text-link-re {
  color: #175ba6;
  outline: none;
  text-decoration: underline;
}
.text-link-re::before {
  display: inline-block;
  padding-right: .2rem;
  color: #333333;
  content: "<";
  text-decoration: none;
}
.text-link-re:visited {
  color: #810081;
  text-decoration: none;
}
.text-link-re:visited:hover {
  color: #810081;
  text-decoration: underline;
}
.text-link-re:hover::before {
  text-decoration: underline;
  text-decoration: none;
}

/*********************************************************
p
*********************************************************/
/*p {
  margin: 15px 0;
}*/
/*********************************************************
img
*********************************************************/
img {
  max-width: 100%;
  height: auto;
}

/*********************************************************
ul dl ol
*********************************************************/
ul {
  list-style: none;
}

.ul__disc {
  color: #0061d5;
  list-style: disc;
}
.ul__disc--txt {
  color: #333333;
  line-height: 1.5;
}
.ul__disc2 {
  color: #333333;
  list-style: disc;
}
.ul__disc2--txt {
  color: #333333;
  line-height: 1.5;
}
.ul__circle {
  color: #0061d5;
  list-style: circle;
  margin: 0 0 0 20px;
}
.ul__square {
  color: #0061d5;
  list-style: square;
}

.ol__number {
  color: #0061d5;
  font-weight: bold;
}
.ol__number--txt {
  color: #333333;
  font-weight: normal;
  line-height: 1.5;
}
.ol__alpha {
  color: #0061d5;
  font-weight: bold;
}
.ol__alpha--txt {
  color: #333333;
  font-weight: normal;
  line-height: 1.5;
}

dt {
  font-weight: 600;
}

dd {
  font-weight: 300;
}

/*********************************************************
border colors
*********************************************************/
.color-blue-1 {
  color: #000099;
}

.color-blue-2 {
  color: #0061d5;
}

.color-blue-3 {
  color: #165ba5;
}

.color-blue-4 {
  color: #175ba6;
}

.color-blue-5 {
  color: #003d7b;
}

.color-light-blue-1 {
  color: #d4ecff;
}

.color-light-blue-2 {
  color: #a6caea;
}

.color-gray-1 {
  color: #ededed;
}

.color-gray-2 {
  color: #efefef;
}

.color-gray-3 {
  color: #d3d3d3;
}

.color-gray-4 {
  color: #b3b3b3;
}

.color-white {
  color: #ffffff;
}

.color-orange-1 {
  color: #e28517;
}

.color-orange-2 {
  color: #ff9f40;
}

.color-pink {
  color: #ff5757;
}

.color-black {
  color: #000000;
}

.color-black-2 {
  color: #333333;
}

/*********************************************************
background colors
*********************************************************/
.bg-blue-1 {
  background-color: #000099;
}

.bg-blue-2 {
  background-color: #0061d5 !important;
}

.bg-blue-3 {
  background-color: #165ba5;
}

.bg-blue-4 {
  background-color: #175ba6;
}

.bg-blue-5 {
  background-color: #003d7b;
}

.bg-light-blue-1 {
  background-color: #d4ecff;
}

.bg-light-blue-2 {
  background-color: #a6caea;
}

.bg-light-blue-3 {
  background-color: #b3e0ff;
}

.bg-light-blue-4 {
  background-color: #E6F5FF;
}

.bg-light-blue-5 {
  background-color: #aedbff;
}

.bg-light-blue-6 {
  background-color: #D1E9FF;
}

.bg-gray-1 {
  background-color: #ededed;
}

.bg-gray-2 {
  background-color: #efefef;
}

.bg-gray-3 {
  background-color: #d3d3d3;
}

.bg-gray-4 {
  background-color: #b3b3b3;
}

.bg-gray-7 {
  background-color: #ced4da;
}

.bg-gray-8 {
  background-color: #f7f7f7;
}

.bg-gray-9 {
  background-color: #6a6a6a;
}

.bg-white {
  background-color: #ffffff;
}

.bg-orange-1 {
  background-color: #e28517;
}

.bg-orange-2 {
  background-color: #ff9f40;
}

.bg-red-5 {
  background-color: #ff393a;
}

.bg-pink {
  background-color: #ff5757;
}

.bg-pink-2 {
  background-color: #FFE5E5;
}

.bg-black {
  background-color: #000000;
}

.bg-black-2 {
  background-color: #333333;
}

.bg-yellow-1 {
  background-color: #ffefca;
}

.bg-yellow-2 {
  background-color: #fff9ae;
}

.bg-yellow-3 {
  background-color: #fff380;
}

.bg-yellow-4 {
  background-color: #FFF5AE;
}

.bg-red-7 {
  background-color: #cc0000;
}

.bg-green-1 {
  background-color: #66C662;
}

.bg-green-2 {
  background-color: #D8F2D3;
}

.bg-green-3 {
  background-color: #009900;
}

.bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0;
}

.bg-overlay2 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
  /*z-index: 1;*/
  left: 0;
  right: 0;
  margin: 0;
}

.bg-transparent {
  background: transparent !important;
}

/*********************************************************
border colors
*********************************************************/
.border-ok {
  border-color: #0061d5 !important;
}

.bd-blue-1 {
  border: 1px solid #000099;
}

.bd-blue-2 {
  border: 1px solid #0061d5;
}

.bd-blue-2-2px {
  border: 2px solid #0061d5;
}

.bd-blue-2-3px {
  border: 3px solid #0061d5;
}

.bd-blue-3 {
  border: 1px solid #165ba5;
}

.bd-blue-4 {
  border: 1px solid #175ba6;
}

.bd-blue-5 {
  border: 1px solid #003d7b;
}

.bd-light-blue-1 {
  border: 1px solid #d4ecff;
}

.bd-light-blue-2 {
  border: 1px solid #a6caea;
}

.bd-gray-1 {
  border: 1px solid #ededed;
}

.bd-gray-2 {
  border: 1px solid #efefef;
}

.bd-gray-3 {
  border: 1px solid #d3d3d3;
}

.bd-gray-4 {
  border: 1px solid #b3b3b3;
}

.bd-white {
  border: 1px solid #ffffff;
}

.bd-orange-1 {
  border: 1px solid #e28517;
}

.bd-orange-2 {
  border: 1px solid #ff9f40;
}

.bd-pink {
  border: 1px solid #ff5757;
}

.bd-black {
  border: 1px solid #000000;
}

.bd-black-2 {
  border: 1px solid #333333;
}

.bd-red-5 {
  border: 1px solid #ff393a;
}

.bd-red-7 {
  border: 1px solid #cc0000;
}

.bd-green-3 {
  border: 1px solid #009900;
}

/*********************************************************
border bottom
*********************************************************/
.bdb-black-2 {
  border-bottom: 1px solid #333333;
}

.bdb-gray-7 {
  border-bottom: 1px solid #ced4da;
}

/*********************************************************
btn : collect
*********************************************************/
.button {
  padding: 0;
}
.button__inner {
  display: block;
  text-decoration: none !important;
}
.button__inner--1 {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #ff5757;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 50px;
  margin: 48px 0 0;
}
.button__inner--1:visited {
  color: #ffffff;
  text-decoration: none;
}
.button__inner--1:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.button__inner--1:hover {
  text-decoration: none !important;
}
.button__inner--2 {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #efefef;
  color: #000099;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 50px;
  margin: 48px 0 0;
}
.button__inner--2:visited {
  color: #000099;
  text-decoration: none;
}
.button__inner--2:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.button__inner--2:hover {
  text-decoration: none !important;
}
.button__inner--3 {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #000099;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 50px;
  margin: 48px 0 0;
}
.button__inner--3:visited {
  color: #ffffff;
  text-decoration: none;
}
.button__inner--3:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.button__inner--3:hover {
  text-decoration: none !important;
}
.button__inner--4 {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #000099;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 50px;
  margin: 48px 0 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.button__inner--4:visited {
  color: #ffffff;
  text-decoration: none;
}
.button__inner--4:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.button__inner--4:hover {
  background-color: #0061d5;
  text-decoration: none !important;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.button__inner--5 {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #b3e0ff;
  color: #000099;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 50px;
  margin: 48px 0 0;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.button__inner--5:visited {
  color: #000099;
  text-decoration: none;
}
.button__inner--5:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.button__inner--5:hover {
  background-color: #d3d3d3;
  text-decoration: none !important;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.button__inner--6 {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #ffffff;
  color: #000099;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 40px;
  margin: 48px 0 0;
  text-align: center;
  border: 2px solid #000099;
}
.button__inner--6:visited {
  color: #000099;
  text-decoration: none;
}
.button__inner--6:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.button-2 {
  padding: 0;
}
.button-2__inner {
  display: block;
  text-decoration: none !important;
  width: 140px;
}
.button-2__inner--1 {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #ff5757;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 37px;
  margin: 30px 0 0;
  width: 140px;
}
.button-2__inner--1:visited {
  color: #ffffff;
  text-decoration: none;
}
.button-2__inner--1:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.button-2__inner--2 {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #ff9f40;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 37px;
  margin: 30px 0 0;
  width: 140px;
}
.button-2__inner--2:visited {
  color: #ffffff;
  text-decoration: none;
}
.button-2__inner--2:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn1 {
  border-radius: .25rem;
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #000099;
  color: #ffffff;
  cursor: pointer;
}
.st-Btn1:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn1:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn2 {
  border-radius: .25rem;
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #000099;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #ffffff;
  color: #000099;
  cursor: pointer;
}
.st-Btn2:visited {
  color: #000099;
  text-decoration: none;
}
.st-Btn2:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn2:disabled {
  background-color: #d3d3d3;
  cursor: auto;
}

.st-Btn3 {
  border-radius: .25rem;
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  color: #000099;
  cursor: pointer;
}
.st-Btn3:visited {
  color: #000099;
  text-decoration: none;
}
.st-Btn3:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn4 {
  border-radius: .25rem;
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #ff5757;
  color: #ffffff;
  cursor: pointer;
}
.st-Btn4:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn4:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn5 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #000099;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.st-Btn5:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn5:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn5:hover {
  background-color: #0061d5;
  text-decoration: none !important;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.st-Btn6 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #d4ecff;
  color: #000099;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.st-Btn6:visited {
  color: #000099;
  text-decoration: none;
}
.st-Btn6:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn6:hover {
  background-color: #d3d3d3;
  text-decoration: none !important;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.st-Btn7 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;
  padding: .8rem 0;
  border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #ff5757;
  color: #ffffff;
  height: 37px;
  width: 140px;
  cursor: pointer;
}
.st-Btn7:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn7:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn8 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;
  padding: .8rem 0;
  border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #ff9f40;
  color: #ffffff;
  height: 37px;
  width: 140px;
  cursor: pointer;
}
.st-Btn8:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn8:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn9 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #efefef;
  color: #333333;
}
.st-Btn9:visited {
  color: #333333;
  text-decoration: none;
}
.st-Btn9:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn10 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #ffffff;
  color: #dd0429;
  cursor: pointer;
  border: 2px solid #dd0429;
  /*transition: .4s;
  &:hover {
    background: $color-red4;
  }*/
}
.st-Btn10:visited {
  color: #dd0429;
  text-decoration: none;
}
.st-Btn10:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn11 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #0061d5;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: .75rem;
  border-bottom: 5px solid #01509f;
}
.st-Btn11:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn11:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn11:hover {
  background: #0080ff;
  border-bottom: 5px solid #0080ff;
}

.st-Btn12 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #0061d5;
  color: #ffffff;
  cursor: pointer;
  padding: .5rem;
  -webkit-transition: .4s;
  transition: .4s;
}
.st-Btn12:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn12:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn12__inner {
  border: 1px solid #ffffff;
  padding: 1.25rem .5rem;
}
.st-Btn12:hover {
  background: #0080ff;
}

.st-Btn13 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  color: #0061d5;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  padding: 0;
}
.st-Btn13:visited {
  color: #0061d5;
  text-decoration: none;
}
.st-Btn13:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn13__inner {
  background: #d4ecff;
  border: 3px solid #0061d5;
  border-radius: .75rem;
  display: block;
  padding: 1rem .5rem;
}

.st-Btn14 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  color: #A0A0A0;
  cursor: pointer;
  padding: 0;
}
.st-Btn14:visited {
  color: #A0A0A0;
  text-decoration: none;
}
.st-Btn14:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn14__inner {
  border: 3px solid #A0A0A0;
  border-radius: .75rem;
  display: block;
  padding: 1rem .5rem;
}

.st-Btn15 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  color: #0061d5;
  cursor: pointer;
  padding: 0;
}
.st-Btn15:visited {
  color: #0061d5;
  text-decoration: none;
}
.st-Btn15:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn15__inner {
  border: 3px solid #0061d5;
  border-radius: .75rem;
  color: #0061d5;
  font-size: 24px;
  padding: 1rem .5rem;
}

.st-Btn16 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #ffffff;
  color: #0061d5;
  cursor: pointer;
  border: 2px solid #0061d5;
  /*transition: .4s;
  &:hover {
    background: $color-red4;
  }*/
}
.st-Btn16:visited {
  color: #0061d5;
  text-decoration: none;
}
.st-Btn16:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn17 {
  border-radius: .25rem;
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #0061d5;
  color: #ffffff;
  cursor: pointer;
}
.st-Btn17:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn17:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn18 {
  border-radius: .25rem;
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #ff9f40;
  color: #ffffff;
  cursor: pointer;
}
.st-Btn18:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn18:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn19 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  cursor: pointer;
  padding: 0;
}
.st-Btn19:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn19:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn19__inner {
  border-radius: .75rem;
  background-color: #ff393a;
  color: #ffffff;
  font-size: 24px;
  padding: 1rem .5rem;
}

@media (max-width: 767px) {
  .st-Btn15__inner {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .st-Btn19__inner {
    font-size: 16px;
  }
}
/*********************************************************
default button
*********************************************************/
.de-Btn {
  cursor: pointer;
  /*padding: .8rem 0;*/
  height: 40px;
  margin: 48px 0 0;
}

/*********************************************************
d-flex + align-item / justify
*********************************************************/
.d-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.d-flex-center2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.d-flex-center3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/***** this mypage header use *****/
@media (min-width: 768px) {
  .d-flex-center3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.d-flex-center-jca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.d-flex-center-jca2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-flex-center-jcb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.d-flex-center-jcb2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-flex-jcb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.d-flex-jcb2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-flex-center-jce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* ↓ safe_life.html add */
@media (max-width: 992px) {
  .d-flex-center-jce {
    display: block;
  }
}
.media2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.media3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.media4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/*********************************************************
bread
*********************************************************/
.bread-area .bg {
  margin: 0 0 20px 0;
}

.bread {
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0;
  /*white-space: nowrap;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  /*-webkit-overflow-scrolling: touch;*/
  /* スマホでスクロールを滑らかにする */
  /*overflow-x: auto:*/
  /* [必須] テキストが多い時はX軸にスクロールバーが出現するように */
}

.bread__item + .bread__item {
  font-size: 14px;
  padding-left: 0.5rem;
}
.bread__item + .bread__item::before {
  display: inline-block;
  font-size: 14px;
  padding-right: 0.5rem;
  color: #333333;
  /*content: "/";*/
  content: ">";
  text-decoration: none;
}
.bread__item + .bread__item:hover::before {
  font-size: 14px;
  text-decoration: underline;
  text-decoration: none;
}
.bread__item.active {
  font-size: 14px;
  color: #333333;
}

/*********************************************************
bg square & bg border
*********************************************************/
.area__square {
  background: #ededed;
  padding: 15px;
}
.area__square--ttl {
  padding: 0 !important;
}
.area__border {
  border: 1px solid #d3d3d3;
  padding: 15px;
}
.area__border--ttl {
  padding: 0 !important;
}

/*********************************************************
cap img
*********************************************************/
.cap {
  overflow: hidden;
}
.cap__box {
  display: table;
  float: left;
  margin: 0 15px 15px 0;
}
.cap__box--img {
  margin: 0 0 20px 0;
}
.cap__box--ttl {
  caption-side: bottom;
  display: table-caption;
  font-weight: 600;
}

/*********************************************************
img : effect
*********************************************************/
.img__effect {
  /*border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);*/
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  overflow: hidden;
}
.img__effect--exp {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.img__effect--exp:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.img__effect--exp-card {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  max-width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.img__effect--exp-card:hover {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.img__effect--trans {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.img__effect--trans:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.img__effect2 {
  overflow: hidden;
}
.img__effect2--exp {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.img__effect2--exp:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.img__effect2--exp-card {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  max-width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.img__effect2--exp-card:hover {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.img__effect2--trans {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.img__effect2--trans:hover {
  opacity: 0.6;
}

/*********************************************************
page top
*********************************************************/
.page__top {
  cursor: pointer;
  background: #000099;
  bottom: 15px;
  display: none;
  position: fixed;
  right: 15px;
  z-index: 2;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  text-align: center;
}
.page__top--box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  width: 80px;
}
.page__top--box_inner {
  display: block;
  /*&_ttl {
    color: $color-blue;
    display: block;
    line-height: 1;
  }*/
}
.page__top--box_inner-icon {
  display: block;
  margin: 0 auto;
  width: 50%;
}

@media (max-width: 767px) {
  .page__top {
    bottom: 80px;
  }
  .page__top--box {
    height: 35px;
    width: 35px;
  }
}
/*********************************************************
slick-slider custom
*********************************************************/
.fv-mv__box .slick-track {
  overflow: hidden;
}
.fv-mv__box .slick-slide {
  overflow: hidden;
}
.fv-mv__box .slick-slide img {
  opacity: 0.4;
}
.fv-mv__box .slick-center {
  overflow: hidden;
}
.fv-mv__box .slick-center img {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  z-index: 999;
}
.fv-mv__box .slick-slider {
  padding: 0 !important;
}
.fv-mv__box .slick-list {
  overflow: visible !important;
  padding: 0 !important;
}
.fv-mv__box .slick-prev {
  left: 15px;
  z-index: 1;
  width: 17px;
  height: 52px;
}
.fv-mv__box .slick-next {
  right: 15px;
  z-index: 1;
  width: 17px;
  height: 52px;
}
.fv-mv__box .slick-dots {
  bottom: 5px !important;
}
.fv-mv__box .slick-dots li button:before {
  color: #0061d5 !important;
}
.fv-mv__box .slick-dots li.slick-active button:before {
  color: #0061d5 !important;
}
.fv-mv__box--inner2 {
  position: relative !important;
}
.fv-mv__box--inner2_box-btn1 {
  cursor: pointer;
  margin: 2.25rem 2.25rem 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.fv-mv__box--inner2_box-btn2 {
  cursor: pointer;
  margin: 0 2.25rem 2.25rem 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.fv-mv__txt {
  margin: 1rem 0 1.25rem 1rem;
}

@media screen and (max-width: 1229px) {
  .fv-mv__box--inner2_box-btn1 {
    margin: 2.25rem 2.25rem 0 0;
    width: 25%;
  }
  .fv-mv__box--inner2_box-btn2 {
    margin: 0 2.25rem 2.25rem 0;
    width: 25%;
  }
}
@media screen and (max-width: 992px) {
  .fv-mv__box--inner2_box-btn1 {
    margin: 1.25rem 2.25rem 0 0;
    width: 25%;
  }
  .fv-mv__box--inner2_box-btn2 {
    margin: 0 2.25rem 1.25rem 0;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .fv-mv {
    padding-top: 0 !important;
  }
  .fv-mv__box--inner2_box-btn1 {
    margin: 0 0 1.25rem 1.25rem;
    top: initial;
    bottom: 0;
    left: 0;
    width: 35%;
  }
  .fv-mv__box--inner2_box-btn2 {
    margin: 0 1.25rem 1.25rem 0;
    top: initial;
    bottom: 0;
    right: 0;
    width: 35%;
  }
  .fv-mv__txt {
    margin: 1rem 0 1.25rem 1rem;
  }
}
/*********************************************************
slick-slider custom type 2
*********************************************************/
#fv__slider02 .slick-slide {
  margin: 0 10px;
}
#fv__slider02 .slick-list {
  margin: 0 20px;
}
#fv__slider02 .fp__prev2.slick-prev {
  height: 53px;
  left: 0;
  width: 15px;
}
#fv__slider02 .fp__next2.slick-next {
  height: 53px;
  right: 0;
  width: 15px;
}

/*********************************************************
mypageTop-slider
*********************************************************/
.ms__thumbnail .in-box--ttl {
  border-left: solid 3px #000099;
  padding: 0 0 0 5px;
  margin: 0 10px 5px;
}
.ms__thumbnail .slick-list {
  overflow: visible !important;
  padding: 0 !important;
}

.mypage__slider .in-box {
  background: #ffffff;
  /*height: 400px;*/
  height: 380px;
  overflow-y: scroll;
  margin: 0 5px;
}
.mypage__slider .slick-list {
  overflow: visible !important;
  padding: 0 !important;
}
.mypage__slider .mypage-prev.slick-prev {
  left: 2px;
  z-index: 4;
}
.mypage__slider .mypage-next.slick-next {
  right: 2px;
  z-index: 4;
}
.mypage__slider .mypage-prev.slick-disabled {
  visibility: hidden;
}
.mypage__slider .mypage-next.slick-disabled {
  visibility: hidden;
}
.mypage__slider .slick-dots li {
  margin: 0 2px;
}
.mypage__slider .slick-dots li:only-child {
  display: none;
}

/*********************************************************
note
*********************************************************/
.note {
  color: #ce0000;
  font-weight: bold;
}

.note2 {
  color: #ffffff !important;
  background-color: #0061d5 !important;
}

.badge-st {
  background-color: #dd0429;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  padding: 10px;
  white-space: nowrap;
  border-radius: 0;
  font-size: 14px;
  padding: .2rem .5rem;
}

/*********************************************************
txt
*********************************************************/
.txt-st {
  font-size: 14px !important;
  line-height: 1.5;
}

.txt-st-bold {
  font-weight: bold;
  font-size: 14px !important;
  line-height: 1.5;
}

.txt-sm {
  font-size: 12px !important;
  line-height: 1.3;
}

.txt-lg {
  font-size: 16px !important;
  line-height: 1.5;
}

.txt-lg02 {
  font-size: 1.25rem;
  font-weight: bold;
}

/*********************************************************
font-color  fc
*********************************************************/
.fc-b1 {
  color: #000099;
}

.fc-b2 {
  color: #0061d5;
}

.fc-rd1 {
  color: #ce0000;
}

.fc-rd2 {
  color: #dd0429;
}

.fc-pi1 {
  color: #ff5757;
}

.fc-bk1 {
  color: #000000;
}

.fc-bk2 {
  color: #333333;
}

.fc-og1 {
  color: #e28517;
}

.fc-og2 {
  color: #ff9f40;
}

/*********************************************************
border-top  color  bt
*********************************************************/
.bt-b1 {
  border-top: 1px solid #000099;
}

.bt-b2 {
  border-top: 1px solid #0061d5;
}

.bt-gr3 {
  border-top: 1px solid #d3d3d3;
}

.bt-bk1 {
  border-top: 1px solid #000000;
}

.bt-bk2 {
  border-top: 1px solid #333333;
}

/*********************************************************
border-bottom  color  bb
*********************************************************/
.bb-gr3 {
  border-bottom: 1px solid #d3d3d3;
}

/*********************************************************
position group
*********************************************************/
.pa-tl0 {
  position: absolute;
  top: 0;
  left: 0;
}

.pa-br0 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.pa-xy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 16px;
  margin: auto;
  text-align: center;
}

.pa-xy2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35px;
  margin: auto;
  text-align: center;
}

/*********************************************************
pointer
*********************************************************/
.cu-po {
  cursor: pointer;
}

/*********************************************************
side-navi
*********************************************************/
.side-navi {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.side-navi__box--ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0061d5;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem 0;
}
.side-navi__box--inner_ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ced4da;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem .5rem;
}
.side-navi__box--inner_conts {
  display: none;
}
.side-navi__box--inner_conts-ul {
  margin: 0;
  padding: 0;
}

/*********************************************************
marker
*********************************************************/
.mark-b {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(40, 194, 255, 0)), color-stop(70%, rgba(40, 194, 255, 0.4)), to(rgba(40, 194, 255, 0.4)));
  background: linear-gradient(to bottom, rgba(40, 194, 255, 0) 70%, rgba(40, 194, 255, 0.4) 70%, rgba(40, 194, 255, 0.4) 100%);
}
.mark-b:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 252, 55, 0)), color-stop(70%, rgba(255, 252, 55, 0.4)), to(rgba(255, 252, 55, 0.4)));
  background: linear-gradient(to bottom, rgba(255, 252, 55, 0) 70%, rgba(255, 252, 55, 0.4) 70%, rgba(255, 252, 55, 0.4) 100%);
}

.mark-y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 252, 55, 0)), color-stop(70%, rgba(255, 252, 55, 0.4)), to(rgba(255, 252, 55, 0.4)));
  background: linear-gradient(to bottom, rgba(255, 252, 55, 0) 70%, rgba(255, 252, 55, 0.4) 70%, rgba(255, 252, 55, 0.4) 100%);
}

/*********************************************************
padding right left 15px
*********************************************************/
.pxX15 {
  padding: 0 15px;
}

/*********************************************************
-m
*********************************************************/
.ml--3 {
  margin: 0 0 0 -3rem;
}

.mX--15 {
  margin-right: -15px;
  margin-left: -15px;
}

/*************** HomePage only margin / padding / font-size ****************/
/********************************************************************
margin : collect
********************************************************************/
.mgt0 {
  margin-top: 0rem !important;
}

.mgr0 {
  margin-right: 0rem !important;
}

.mgb0 {
  margin-bottom: 0rem !important;
}

.mgl0 {
  margin-left: 0rem !important;
}

.mY0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.mX0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.m0 {
  margin: 0rem !important;
}

.mgt1 {
  margin-top: 0.25rem !important;
}

.mgr1 {
  margin-right: 0.25rem !important;
}

.mgb1 {
  margin-bottom: 0.25rem !important;
}

.mgl1 {
  margin-left: 0.25rem !important;
}

.mY1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mX1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.m1 {
  margin: 0.25rem !important;
}

.mgt2 {
  margin-top: 0.5rem !important;
}

.mgr2 {
  margin-right: 0.5rem !important;
}

.mgb2 {
  margin-bottom: 0.5rem !important;
}

.mgl2 {
  margin-left: 0.5rem !important;
}

.mY2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mX2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.m2 {
  margin: 0.5rem !important;
}

.mgt3 {
  margin-top: 0.75rem !important;
}

.mgr3 {
  margin-right: 0.75rem !important;
}

.mgb3 {
  margin-bottom: 0.75rem !important;
}

.mgl3 {
  margin-left: 0.75rem !important;
}

.mY3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.mX3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.m3 {
  margin: 0.75rem !important;
}

.mgt4 {
  margin-top: 1rem !important;
}

.mgr4 {
  margin-right: 1rem !important;
}

.mgb4 {
  margin-bottom: 1rem !important;
}

.mgl4 {
  margin-left: 1rem !important;
}

.mY4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mX4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m4 {
  margin: 1rem !important;
}

.mgt5 {
  margin-top: 1.25rem !important;
}

.mgr5 {
  margin-right: 1.25rem !important;
}

.mgb5 {
  margin-bottom: 1.25rem !important;
}

.mgl5 {
  margin-left: 1.25rem !important;
}

.mY5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mX5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.m5 {
  margin: 1.25rem !important;
}

.mgt6 {
  margin-top: 1.5rem !important;
}

.mgr6 {
  margin-right: 1.5rem !important;
}

.mgb6 {
  margin-bottom: 1.5rem !important;
}

.mgl6 {
  margin-left: 1.5rem !important;
}

.mY6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mX6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m6 {
  margin: 1.5rem !important;
}

.mgt7 {
  margin-top: 1.75rem !important;
}

.mgr7 {
  margin-right: 1.75rem !important;
}

.mgb7 {
  margin-bottom: 1.75rem !important;
}

.mgl7 {
  margin-left: 1.75rem !important;
}

.mY7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.mX7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

.m7 {
  margin: 1.75rem !important;
}

.mgt8 {
  margin-top: 2rem !important;
}

.mgr8 {
  margin-right: 2rem !important;
}

.mgb8 {
  margin-bottom: 2rem !important;
}

.mgl8 {
  margin-left: 2rem !important;
}

.mY8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mX8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.m8 {
  margin: 2rem !important;
}

.mgt9 {
  margin-top: 2.25rem !important;
}

.mgr9 {
  margin-right: 2.25rem !important;
}

.mgb9 {
  margin-bottom: 2.25rem !important;
}

.mgl9 {
  margin-left: 2.25rem !important;
}

.mY9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.mX9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.m9 {
  margin: 2.25rem !important;
}

.mgt10 {
  margin-top: 2.5rem !important;
}

.mgr10 {
  margin-right: 2.5rem !important;
}

.mgb10 {
  margin-bottom: 2.5rem !important;
}

.mgl10 {
  margin-left: 2.5rem !important;
}

.mY10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mX10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.m10 {
  margin: 2.5rem !important;
}

.mgt11 {
  margin-top: 2.75rem !important;
}

.mgr11 {
  margin-right: 2.75rem !important;
}

.mgb11 {
  margin-bottom: 2.75rem !important;
}

.mgl11 {
  margin-left: 2.75rem !important;
}

.mY11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.mX11 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}

.m11 {
  margin: 2.75rem !important;
}

.mgt12 {
  margin-top: 3rem !important;
}

.mgr12 {
  margin-right: 3rem !important;
}

.mgb12 {
  margin-bottom: 3rem !important;
}

.mgl12 {
  margin-left: 3rem !important;
}

.mY12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mX12 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m12 {
  margin: 3rem !important;
}

.mgt13 {
  margin-top: 3.25rem !important;
}

.mgr13 {
  margin-right: 3.25rem !important;
}

.mgb13 {
  margin-bottom: 3.25rem !important;
}

.mgl13 {
  margin-left: 3.25rem !important;
}

.mY13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.mX13 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important;
}

.m13 {
  margin: 3.25rem !important;
}

.mgt14 {
  margin-top: 3.5rem !important;
}

.mgr14 {
  margin-right: 3.5rem !important;
}

.mgb14 {
  margin-bottom: 3.5rem !important;
}

.mgl14 {
  margin-left: 3.5rem !important;
}

.mY14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.mX14 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.m14 {
  margin: 3.5rem !important;
}

.mgt15 {
  margin-top: 3.75rem !important;
}

.mgr15 {
  margin-right: 3.75rem !important;
}

.mgb15 {
  margin-bottom: 3.75rem !important;
}

.mgl15 {
  margin-left: 3.75rem !important;
}

.mY15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.mX15 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.m15 {
  margin: 3.75rem !important;
}

.mgt16 {
  margin-top: 4rem !important;
}

.mgr16 {
  margin-right: 4rem !important;
}

.mgb16 {
  margin-bottom: 4rem !important;
}

.mgl16 {
  margin-left: 4rem !important;
}

.mY16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mX16 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.m16 {
  margin: 4rem !important;
}

.mgt17 {
  margin-top: 4.25rem !important;
}

.mgr17 {
  margin-right: 4.25rem !important;
}

.mgb17 {
  margin-bottom: 4.25rem !important;
}

.mgl17 {
  margin-left: 4.25rem !important;
}

.mY17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

.mX17 {
  margin-right: 4.25rem !important;
  margin-left: 4.25rem !important;
}

.m17 {
  margin: 4.25rem !important;
}

.mgt18 {
  margin-top: 4.5rem !important;
}

.mgr18 {
  margin-right: 4.5rem !important;
}

.mgb18 {
  margin-bottom: 4.5rem !important;
}

.mgl18 {
  margin-left: 4.5rem !important;
}

.mY18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.mX18 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.m18 {
  margin: 4.5rem !important;
}

.mgt19 {
  margin-top: 4.75rem !important;
}

.mgr19 {
  margin-right: 4.75rem !important;
}

.mgb19 {
  margin-bottom: 4.75rem !important;
}

.mgl19 {
  margin-left: 4.75rem !important;
}

.mY19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

.mX19 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important;
}

.m19 {
  margin: 4.75rem !important;
}

.mgt20 {
  margin-top: 5rem !important;
}

.mgr20 {
  margin-right: 5rem !important;
}

.mgb20 {
  margin-bottom: 5rem !important;
}

.mgl20 {
  margin-left: 5rem !important;
}

.mY20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mX20 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.m20 {
  margin: 5rem !important;
}

.mgt21 {
  margin-top: 5.25rem !important;
}

.mgr21 {
  margin-right: 5.25rem !important;
}

.mgb21 {
  margin-bottom: 5.25rem !important;
}

.mgl21 {
  margin-left: 5.25rem !important;
}

.mY21 {
  margin-top: 5.25rem !important;
  margin-bottom: 5.25rem !important;
}

.mX21 {
  margin-right: 5.25rem !important;
  margin-left: 5.25rem !important;
}

.m21 {
  margin: 5.25rem !important;
}

.mgt22 {
  margin-top: 5.5rem !important;
}

.mgr22 {
  margin-right: 5.5rem !important;
}

.mgb22 {
  margin-bottom: 5.5rem !important;
}

.mgl22 {
  margin-left: 5.5rem !important;
}

.mY22 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.mX22 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

.m22 {
  margin: 5.5rem !important;
}

.mgt23 {
  margin-top: 5.75rem !important;
}

.mgr23 {
  margin-right: 5.75rem !important;
}

.mgb23 {
  margin-bottom: 5.75rem !important;
}

.mgl23 {
  margin-left: 5.75rem !important;
}

.mY23 {
  margin-top: 5.75rem !important;
  margin-bottom: 5.75rem !important;
}

.mX23 {
  margin-right: 5.75rem !important;
  margin-left: 5.75rem !important;
}

.m23 {
  margin: 5.75rem !important;
}

.mgt24 {
  margin-top: 6rem !important;
}

.mgr24 {
  margin-right: 6rem !important;
}

.mgb24 {
  margin-bottom: 6rem !important;
}

.mgl24 {
  margin-left: 6rem !important;
}

.mY24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mX24 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.m24 {
  margin: 6rem !important;
}

.mgt25 {
  margin-top: 6.25rem !important;
}

.mgr25 {
  margin-right: 6.25rem !important;
}

.mgb25 {
  margin-bottom: 6.25rem !important;
}

.mgl25 {
  margin-left: 6.25rem !important;
}

.mY25 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.mX25 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.m25 {
  margin: 6.25rem !important;
}

.mgt26 {
  margin-top: 6.5rem !important;
}

.mgr26 {
  margin-right: 6.5rem !important;
}

.mgb26 {
  margin-bottom: 6.5rem !important;
}

.mgl26 {
  margin-left: 6.5rem !important;
}

.mY26 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.mX26 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

.m26 {
  margin: 6.5rem !important;
}

.mgt27 {
  margin-top: 6.75rem !important;
}

.mgr27 {
  margin-right: 6.75rem !important;
}

.mgb27 {
  margin-bottom: 6.75rem !important;
}

.mgl27 {
  margin-left: 6.75rem !important;
}

.mY27 {
  margin-top: 6.75rem !important;
  margin-bottom: 6.75rem !important;
}

.mX27 {
  margin-right: 6.75rem !important;
  margin-left: 6.75rem !important;
}

.m27 {
  margin: 6.75rem !important;
}

.mgt28 {
  margin-top: 7rem !important;
}

.mgr28 {
  margin-right: 7rem !important;
}

.mgb28 {
  margin-bottom: 7rem !important;
}

.mgl28 {
  margin-left: 7rem !important;
}

.mY28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.mX28 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.m28 {
  margin: 7rem !important;
}

.mgt29 {
  margin-top: 7.25rem !important;
}

.mgr29 {
  margin-right: 7.25rem !important;
}

.mgb29 {
  margin-bottom: 7.25rem !important;
}

.mgl29 {
  margin-left: 7.25rem !important;
}

.mY29 {
  margin-top: 7.25rem !important;
  margin-bottom: 7.25rem !important;
}

.mX29 {
  margin-right: 7.25rem !important;
  margin-left: 7.25rem !important;
}

.m29 {
  margin: 7.25rem !important;
}

.mgt30 {
  margin-top: 7.5rem !important;
}

.mgr30 {
  margin-right: 7.5rem !important;
}

.mgb30 {
  margin-bottom: 7.5rem !important;
}

.mgl30 {
  margin-left: 7.5rem !important;
}

.mY30 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.mX30 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.m30 {
  margin: 7.5rem !important;
}

.mgt31 {
  margin-top: 7.75rem !important;
}

.mgr31 {
  margin-right: 7.75rem !important;
}

.mgb31 {
  margin-bottom: 7.75rem !important;
}

.mgl31 {
  margin-left: 7.75rem !important;
}

.mY31 {
  margin-top: 7.75rem !important;
  margin-bottom: 7.75rem !important;
}

.mX31 {
  margin-right: 7.75rem !important;
  margin-left: 7.75rem !important;
}

.m31 {
  margin: 7.75rem !important;
}

.mgt32 {
  margin-top: 8rem !important;
}

.mgr32 {
  margin-right: 8rem !important;
}

.mgb32 {
  margin-bottom: 8rem !important;
}

.mgl32 {
  margin-left: 8rem !important;
}

.mY32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.mX32 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.m32 {
  margin: 8rem !important;
}

.mgt33 {
  margin-top: 8.25rem !important;
}

.mgr33 {
  margin-right: 8.25rem !important;
}

.mgb33 {
  margin-bottom: 8.25rem !important;
}

.mgl33 {
  margin-left: 8.25rem !important;
}

.mY33 {
  margin-top: 8.25rem !important;
  margin-bottom: 8.25rem !important;
}

.mX33 {
  margin-right: 8.25rem !important;
  margin-left: 8.25rem !important;
}

.m33 {
  margin: 8.25rem !important;
}

.mgt34 {
  margin-top: 8.5rem !important;
}

.mgr34 {
  margin-right: 8.5rem !important;
}

.mgb34 {
  margin-bottom: 8.5rem !important;
}

.mgl34 {
  margin-left: 8.5rem !important;
}

.mY34 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

.mX34 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}

.m34 {
  margin: 8.5rem !important;
}

.mgt35 {
  margin-top: 8.75rem !important;
}

.mgr35 {
  margin-right: 8.75rem !important;
}

.mgb35 {
  margin-bottom: 8.75rem !important;
}

.mgl35 {
  margin-left: 8.75rem !important;
}

.mY35 {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important;
}

.mX35 {
  margin-right: 8.75rem !important;
  margin-left: 8.75rem !important;
}

.m35 {
  margin: 8.75rem !important;
}

.mgt36 {
  margin-top: 9rem !important;
}

.mgr36 {
  margin-right: 9rem !important;
}

.mgb36 {
  margin-bottom: 9rem !important;
}

.mgl36 {
  margin-left: 9rem !important;
}

.mY36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.mX36 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.m36 {
  margin: 9rem !important;
}

.mgt37 {
  margin-top: 9.25rem !important;
}

.mgr37 {
  margin-right: 9.25rem !important;
}

.mgb37 {
  margin-bottom: 9.25rem !important;
}

.mgl37 {
  margin-left: 9.25rem !important;
}

.mY37 {
  margin-top: 9.25rem !important;
  margin-bottom: 9.25rem !important;
}

.mX37 {
  margin-right: 9.25rem !important;
  margin-left: 9.25rem !important;
}

.m37 {
  margin: 9.25rem !important;
}

.mgt38 {
  margin-top: 9.5rem !important;
}

.mgr38 {
  margin-right: 9.5rem !important;
}

.mgb38 {
  margin-bottom: 9.5rem !important;
}

.mgl38 {
  margin-left: 9.5rem !important;
}

.mY38 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

.mX38 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}

.m38 {
  margin: 9.5rem !important;
}

.mgt39 {
  margin-top: 9.75rem !important;
}

.mgr39 {
  margin-right: 9.75rem !important;
}

.mgb39 {
  margin-bottom: 9.75rem !important;
}

.mgl39 {
  margin-left: 9.75rem !important;
}

.mY39 {
  margin-top: 9.75rem !important;
  margin-bottom: 9.75rem !important;
}

.mX39 {
  margin-right: 9.75rem !important;
  margin-left: 9.75rem !important;
}

.m39 {
  margin: 9.75rem !important;
}

.mgt40 {
  margin-top: 10rem !important;
}

.mgr40 {
  margin-right: 10rem !important;
}

.mgb40 {
  margin-bottom: 10rem !important;
}

.mgl40 {
  margin-left: 10rem !important;
}

.mY40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.mX40 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.m40 {
  margin: 10rem !important;
}

@media (min-width: 576px) {
  .mgt-sm0 {
    margin-top: 0rem !important;
  }

  .mgr-sm0 {
    margin-right: 0rem !important;
  }

  .mgb-sm0 {
    margin-bottom: 0rem !important;
  }

  .mgl-sm0 {
    margin-left: 0rem !important;
  }

  .mY-sm0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .mX-sm0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .m-sm0 {
    margin: 0rem !important;
  }

  .mgt-sm1 {
    margin-top: 0.25rem !important;
  }

  .mgr-sm1 {
    margin-right: 0.25rem !important;
  }

  .mgb-sm1 {
    margin-bottom: 0.25rem !important;
  }

  .mgl-sm1 {
    margin-left: 0.25rem !important;
  }

  .mY-sm1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .mX-sm1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .m-sm1 {
    margin: 0.25rem !important;
  }

  .mgt-sm2 {
    margin-top: 0.5rem !important;
  }

  .mgr-sm2 {
    margin-right: 0.5rem !important;
  }

  .mgb-sm2 {
    margin-bottom: 0.5rem !important;
  }

  .mgl-sm2 {
    margin-left: 0.5rem !important;
  }

  .mY-sm2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .mX-sm2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .m-sm2 {
    margin: 0.5rem !important;
  }

  .mgt-sm3 {
    margin-top: 0.75rem !important;
  }

  .mgr-sm3 {
    margin-right: 0.75rem !important;
  }

  .mgb-sm3 {
    margin-bottom: 0.75rem !important;
  }

  .mgl-sm3 {
    margin-left: 0.75rem !important;
  }

  .mY-sm3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .mX-sm3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .m-sm3 {
    margin: 0.75rem !important;
  }

  .mgt-sm4 {
    margin-top: 1rem !important;
  }

  .mgr-sm4 {
    margin-right: 1rem !important;
  }

  .mgb-sm4 {
    margin-bottom: 1rem !important;
  }

  .mgl-sm4 {
    margin-left: 1rem !important;
  }

  .mY-sm4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mX-sm4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .m-sm4 {
    margin: 1rem !important;
  }

  .mgt-sm5 {
    margin-top: 1.25rem !important;
  }

  .mgr-sm5 {
    margin-right: 1.25rem !important;
  }

  .mgb-sm5 {
    margin-bottom: 1.25rem !important;
  }

  .mgl-sm5 {
    margin-left: 1.25rem !important;
  }

  .mY-sm5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .mX-sm5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .m-sm5 {
    margin: 1.25rem !important;
  }

  .mgt-sm6 {
    margin-top: 1.5rem !important;
  }

  .mgr-sm6 {
    margin-right: 1.5rem !important;
  }

  .mgb-sm6 {
    margin-bottom: 1.5rem !important;
  }

  .mgl-sm6 {
    margin-left: 1.5rem !important;
  }

  .mY-sm6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mX-sm6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .m-sm6 {
    margin: 1.5rem !important;
  }

  .mgt-sm7 {
    margin-top: 1.75rem !important;
  }

  .mgr-sm7 {
    margin-right: 1.75rem !important;
  }

  .mgb-sm7 {
    margin-bottom: 1.75rem !important;
  }

  .mgl-sm7 {
    margin-left: 1.75rem !important;
  }

  .mY-sm7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .mX-sm7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .m-sm7 {
    margin: 1.75rem !important;
  }

  .mgt-sm8 {
    margin-top: 2rem !important;
  }

  .mgr-sm8 {
    margin-right: 2rem !important;
  }

  .mgb-sm8 {
    margin-bottom: 2rem !important;
  }

  .mgl-sm8 {
    margin-left: 2rem !important;
  }

  .mY-sm8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .mX-sm8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .m-sm8 {
    margin: 2rem !important;
  }

  .mgt-sm9 {
    margin-top: 2.25rem !important;
  }

  .mgr-sm9 {
    margin-right: 2.25rem !important;
  }

  .mgb-sm9 {
    margin-bottom: 2.25rem !important;
  }

  .mgl-sm9 {
    margin-left: 2.25rem !important;
  }

  .mY-sm9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .mX-sm9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .m-sm9 {
    margin: 2.25rem !important;
  }

  .mgt-sm10 {
    margin-top: 2.5rem !important;
  }

  .mgr-sm10 {
    margin-right: 2.5rem !important;
  }

  .mgb-sm10 {
    margin-bottom: 2.5rem !important;
  }

  .mgl-sm10 {
    margin-left: 2.5rem !important;
  }

  .mY-sm10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .mX-sm10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .m-sm10 {
    margin: 2.5rem !important;
  }

  .mgt-sm11 {
    margin-top: 2.75rem !important;
  }

  .mgr-sm11 {
    margin-right: 2.75rem !important;
  }

  .mgb-sm11 {
    margin-bottom: 2.75rem !important;
  }

  .mgl-sm11 {
    margin-left: 2.75rem !important;
  }

  .mY-sm11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .mX-sm11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .m-sm11 {
    margin: 2.75rem !important;
  }

  .mgt-sm12 {
    margin-top: 3rem !important;
  }

  .mgr-sm12 {
    margin-right: 3rem !important;
  }

  .mgb-sm12 {
    margin-bottom: 3rem !important;
  }

  .mgl-sm12 {
    margin-left: 3rem !important;
  }

  .mY-sm12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mX-sm12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .m-sm12 {
    margin: 3rem !important;
  }

  .mgt-sm13 {
    margin-top: 3.25rem !important;
  }

  .mgr-sm13 {
    margin-right: 3.25rem !important;
  }

  .mgb-sm13 {
    margin-bottom: 3.25rem !important;
  }

  .mgl-sm13 {
    margin-left: 3.25rem !important;
  }

  .mY-sm13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .mX-sm13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .m-sm13 {
    margin: 3.25rem !important;
  }

  .mgt-sm14 {
    margin-top: 3.5rem !important;
  }

  .mgr-sm14 {
    margin-right: 3.5rem !important;
  }

  .mgb-sm14 {
    margin-bottom: 3.5rem !important;
  }

  .mgl-sm14 {
    margin-left: 3.5rem !important;
  }

  .mY-sm14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .mX-sm14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .m-sm14 {
    margin: 3.5rem !important;
  }

  .mgt-sm15 {
    margin-top: 3.75rem !important;
  }

  .mgr-sm15 {
    margin-right: 3.75rem !important;
  }

  .mgb-sm15 {
    margin-bottom: 3.75rem !important;
  }

  .mgl-sm15 {
    margin-left: 3.75rem !important;
  }

  .mY-sm15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .mX-sm15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .m-sm15 {
    margin: 3.75rem !important;
  }

  .mgt-sm16 {
    margin-top: 4rem !important;
  }

  .mgr-sm16 {
    margin-right: 4rem !important;
  }

  .mgb-sm16 {
    margin-bottom: 4rem !important;
  }

  .mgl-sm16 {
    margin-left: 4rem !important;
  }

  .mY-sm16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .mX-sm16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .m-sm16 {
    margin: 4rem !important;
  }

  .mgt-sm17 {
    margin-top: 4.25rem !important;
  }

  .mgr-sm17 {
    margin-right: 4.25rem !important;
  }

  .mgb-sm17 {
    margin-bottom: 4.25rem !important;
  }

  .mgl-sm17 {
    margin-left: 4.25rem !important;
  }

  .mY-sm17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .mX-sm17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }

  .m-sm17 {
    margin: 4.25rem !important;
  }

  .mgt-sm18 {
    margin-top: 4.5rem !important;
  }

  .mgr-sm18 {
    margin-right: 4.5rem !important;
  }

  .mgb-sm18 {
    margin-bottom: 4.5rem !important;
  }

  .mgl-sm18 {
    margin-left: 4.5rem !important;
  }

  .mY-sm18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .mX-sm18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .m-sm18 {
    margin: 4.5rem !important;
  }

  .mgt-sm19 {
    margin-top: 4.75rem !important;
  }

  .mgr-sm19 {
    margin-right: 4.75rem !important;
  }

  .mgb-sm19 {
    margin-bottom: 4.75rem !important;
  }

  .mgl-sm19 {
    margin-left: 4.75rem !important;
  }

  .mY-sm19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .mX-sm19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }

  .m-sm19 {
    margin: 4.75rem !important;
  }

  .mgt-sm20 {
    margin-top: 5rem !important;
  }

  .mgr-sm20 {
    margin-right: 5rem !important;
  }

  .mgb-sm20 {
    margin-bottom: 5rem !important;
  }

  .mgl-sm20 {
    margin-left: 5rem !important;
  }

  .mY-sm20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .mX-sm20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .m-sm20 {
    margin: 5rem !important;
  }

  .mgt-sm21 {
    margin-top: 5.25rem !important;
  }

  .mgr-sm21 {
    margin-right: 5.25rem !important;
  }

  .mgb-sm21 {
    margin-bottom: 5.25rem !important;
  }

  .mgl-sm21 {
    margin-left: 5.25rem !important;
  }

  .mY-sm21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }

  .mX-sm21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }

  .m-sm21 {
    margin: 5.25rem !important;
  }

  .mgt-sm22 {
    margin-top: 5.5rem !important;
  }

  .mgr-sm22 {
    margin-right: 5.5rem !important;
  }

  .mgb-sm22 {
    margin-bottom: 5.5rem !important;
  }

  .mgl-sm22 {
    margin-left: 5.5rem !important;
  }

  .mY-sm22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .mX-sm22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .m-sm22 {
    margin: 5.5rem !important;
  }

  .mgt-sm23 {
    margin-top: 5.75rem !important;
  }

  .mgr-sm23 {
    margin-right: 5.75rem !important;
  }

  .mgb-sm23 {
    margin-bottom: 5.75rem !important;
  }

  .mgl-sm23 {
    margin-left: 5.75rem !important;
  }

  .mY-sm23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }

  .mX-sm23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }

  .m-sm23 {
    margin: 5.75rem !important;
  }

  .mgt-sm24 {
    margin-top: 6rem !important;
  }

  .mgr-sm24 {
    margin-right: 6rem !important;
  }

  .mgb-sm24 {
    margin-bottom: 6rem !important;
  }

  .mgl-sm24 {
    margin-left: 6rem !important;
  }

  .mY-sm24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .mX-sm24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .m-sm24 {
    margin: 6rem !important;
  }

  .mgt-sm25 {
    margin-top: 6.25rem !important;
  }

  .mgr-sm25 {
    margin-right: 6.25rem !important;
  }

  .mgb-sm25 {
    margin-bottom: 6.25rem !important;
  }

  .mgl-sm25 {
    margin-left: 6.25rem !important;
  }

  .mY-sm25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .mX-sm25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .m-sm25 {
    margin: 6.25rem !important;
  }

  .mgt-sm26 {
    margin-top: 6.5rem !important;
  }

  .mgr-sm26 {
    margin-right: 6.5rem !important;
  }

  .mgb-sm26 {
    margin-bottom: 6.5rem !important;
  }

  .mgl-sm26 {
    margin-left: 6.5rem !important;
  }

  .mY-sm26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .mX-sm26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .m-sm26 {
    margin: 6.5rem !important;
  }

  .mgt-sm27 {
    margin-top: 6.75rem !important;
  }

  .mgr-sm27 {
    margin-right: 6.75rem !important;
  }

  .mgb-sm27 {
    margin-bottom: 6.75rem !important;
  }

  .mgl-sm27 {
    margin-left: 6.75rem !important;
  }

  .mY-sm27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }

  .mX-sm27 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }

  .m-sm27 {
    margin: 6.75rem !important;
  }

  .mgt-sm28 {
    margin-top: 7rem !important;
  }

  .mgr-sm28 {
    margin-right: 7rem !important;
  }

  .mgb-sm28 {
    margin-bottom: 7rem !important;
  }

  .mgl-sm28 {
    margin-left: 7rem !important;
  }

  .mY-sm28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .mX-sm28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .m-sm28 {
    margin: 7rem !important;
  }

  .mgt-sm29 {
    margin-top: 7.25rem !important;
  }

  .mgr-sm29 {
    margin-right: 7.25rem !important;
  }

  .mgb-sm29 {
    margin-bottom: 7.25rem !important;
  }

  .mgl-sm29 {
    margin-left: 7.25rem !important;
  }

  .mY-sm29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }

  .mX-sm29 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }

  .m-sm29 {
    margin: 7.25rem !important;
  }

  .mgt-sm30 {
    margin-top: 7.5rem !important;
  }

  .mgr-sm30 {
    margin-right: 7.5rem !important;
  }

  .mgb-sm30 {
    margin-bottom: 7.5rem !important;
  }

  .mgl-sm30 {
    margin-left: 7.5rem !important;
  }

  .mY-sm30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .mX-sm30 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .m-sm30 {
    margin: 7.5rem !important;
  }

  .mgt-sm31 {
    margin-top: 7.75rem !important;
  }

  .mgr-sm31 {
    margin-right: 7.75rem !important;
  }

  .mgb-sm31 {
    margin-bottom: 7.75rem !important;
  }

  .mgl-sm31 {
    margin-left: 7.75rem !important;
  }

  .mY-sm31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }

  .mX-sm31 {
    margin-right: 7.75rem !important;
    margin-left: 7.75rem !important;
  }

  .m-sm31 {
    margin: 7.75rem !important;
  }

  .mgt-sm32 {
    margin-top: 8rem !important;
  }

  .mgr-sm32 {
    margin-right: 8rem !important;
  }

  .mgb-sm32 {
    margin-bottom: 8rem !important;
  }

  .mgl-sm32 {
    margin-left: 8rem !important;
  }

  .mY-sm32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .mX-sm32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .m-sm32 {
    margin: 8rem !important;
  }

  .mgt-sm33 {
    margin-top: 8.25rem !important;
  }

  .mgr-sm33 {
    margin-right: 8.25rem !important;
  }

  .mgb-sm33 {
    margin-bottom: 8.25rem !important;
  }

  .mgl-sm33 {
    margin-left: 8.25rem !important;
  }

  .mY-sm33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }

  .mX-sm33 {
    margin-right: 8.25rem !important;
    margin-left: 8.25rem !important;
  }

  .m-sm33 {
    margin: 8.25rem !important;
  }

  .mgt-sm34 {
    margin-top: 8.5rem !important;
  }

  .mgr-sm34 {
    margin-right: 8.5rem !important;
  }

  .mgb-sm34 {
    margin-bottom: 8.5rem !important;
  }

  .mgl-sm34 {
    margin-left: 8.5rem !important;
  }

  .mY-sm34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .mX-sm34 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .m-sm34 {
    margin: 8.5rem !important;
  }

  .mgt-sm35 {
    margin-top: 8.75rem !important;
  }

  .mgr-sm35 {
    margin-right: 8.75rem !important;
  }

  .mgb-sm35 {
    margin-bottom: 8.75rem !important;
  }

  .mgl-sm35 {
    margin-left: 8.75rem !important;
  }

  .mY-sm35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  .mX-sm35 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }

  .m-sm35 {
    margin: 8.75rem !important;
  }

  .mgt-sm36 {
    margin-top: 9rem !important;
  }

  .mgr-sm36 {
    margin-right: 9rem !important;
  }

  .mgb-sm36 {
    margin-bottom: 9rem !important;
  }

  .mgl-sm36 {
    margin-left: 9rem !important;
  }

  .mY-sm36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .mX-sm36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .m-sm36 {
    margin: 9rem !important;
  }

  .mgt-sm37 {
    margin-top: 9.25rem !important;
  }

  .mgr-sm37 {
    margin-right: 9.25rem !important;
  }

  .mgb-sm37 {
    margin-bottom: 9.25rem !important;
  }

  .mgl-sm37 {
    margin-left: 9.25rem !important;
  }

  .mY-sm37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }

  .mX-sm37 {
    margin-right: 9.25rem !important;
    margin-left: 9.25rem !important;
  }

  .m-sm37 {
    margin: 9.25rem !important;
  }

  .mgt-sm38 {
    margin-top: 9.5rem !important;
  }

  .mgr-sm38 {
    margin-right: 9.5rem !important;
  }

  .mgb-sm38 {
    margin-bottom: 9.5rem !important;
  }

  .mgl-sm38 {
    margin-left: 9.5rem !important;
  }

  .mY-sm38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .mX-sm38 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .m-sm38 {
    margin: 9.5rem !important;
  }

  .mgt-sm39 {
    margin-top: 9.75rem !important;
  }

  .mgr-sm39 {
    margin-right: 9.75rem !important;
  }

  .mgb-sm39 {
    margin-bottom: 9.75rem !important;
  }

  .mgl-sm39 {
    margin-left: 9.75rem !important;
  }

  .mY-sm39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }

  .mX-sm39 {
    margin-right: 9.75rem !important;
    margin-left: 9.75rem !important;
  }

  .m-sm39 {
    margin: 9.75rem !important;
  }

  .mgt-sm40 {
    margin-top: 10rem !important;
  }

  .mgr-sm40 {
    margin-right: 10rem !important;
  }

  .mgb-sm40 {
    margin-bottom: 10rem !important;
  }

  .mgl-sm40 {
    margin-left: 10rem !important;
  }

  .mY-sm40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .mX-sm40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .m-sm40 {
    margin: 10rem !important;
  }
}
@media (min-width: 768px) {
  .mgt-md0 {
    margin-top: 0rem !important;
  }

  .mgr-md0 {
    margin-right: 0rem !important;
  }

  .mgb-md0 {
    margin-bottom: 0rem !important;
  }

  .mgl-md0 {
    margin-left: 0rem !important;
  }

  .mY-md0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .mX-md0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .m-md0 {
    margin: 0rem !important;
  }

  .mgt-md1 {
    margin-top: 0.25rem !important;
  }

  .mgr-md1 {
    margin-right: 0.25rem !important;
  }

  .mgb-md1 {
    margin-bottom: 0.25rem !important;
  }

  .mgl-md1 {
    margin-left: 0.25rem !important;
  }

  .mY-md1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .mX-md1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .m-md1 {
    margin: 0.25rem !important;
  }

  .mgt-md2 {
    margin-top: 0.5rem !important;
  }

  .mgr-md2 {
    margin-right: 0.5rem !important;
  }

  .mgb-md2 {
    margin-bottom: 0.5rem !important;
  }

  .mgl-md2 {
    margin-left: 0.5rem !important;
  }

  .mY-md2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .mX-md2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .m-md2 {
    margin: 0.5rem !important;
  }

  .mgt-md3 {
    margin-top: 0.75rem !important;
  }

  .mgr-md3 {
    margin-right: 0.75rem !important;
  }

  .mgb-md3 {
    margin-bottom: 0.75rem !important;
  }

  .mgl-md3 {
    margin-left: 0.75rem !important;
  }

  .mY-md3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .mX-md3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .m-md3 {
    margin: 0.75rem !important;
  }

  .mgt-md4 {
    margin-top: 1rem !important;
  }

  .mgr-md4 {
    margin-right: 1rem !important;
  }

  .mgb-md4 {
    margin-bottom: 1rem !important;
  }

  .mgl-md4 {
    margin-left: 1rem !important;
  }

  .mY-md4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mX-md4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .m-md4 {
    margin: 1rem !important;
  }

  .mgt-md5 {
    margin-top: 1.25rem !important;
  }

  .mgr-md5 {
    margin-right: 1.25rem !important;
  }

  .mgb-md5 {
    margin-bottom: 1.25rem !important;
  }

  .mgl-md5 {
    margin-left: 1.25rem !important;
  }

  .mY-md5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .mX-md5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .m-md5 {
    margin: 1.25rem !important;
  }

  .mgt-md6 {
    margin-top: 1.5rem !important;
  }

  .mgr-md6 {
    margin-right: 1.5rem !important;
  }

  .mgb-md6 {
    margin-bottom: 1.5rem !important;
  }

  .mgl-md6 {
    margin-left: 1.5rem !important;
  }

  .mY-md6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mX-md6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .m-md6 {
    margin: 1.5rem !important;
  }

  .mgt-md7 {
    margin-top: 1.75rem !important;
  }

  .mgr-md7 {
    margin-right: 1.75rem !important;
  }

  .mgb-md7 {
    margin-bottom: 1.75rem !important;
  }

  .mgl-md7 {
    margin-left: 1.75rem !important;
  }

  .mY-md7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .mX-md7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .m-md7 {
    margin: 1.75rem !important;
  }

  .mgt-md8 {
    margin-top: 2rem !important;
  }

  .mgr-md8 {
    margin-right: 2rem !important;
  }

  .mgb-md8 {
    margin-bottom: 2rem !important;
  }

  .mgl-md8 {
    margin-left: 2rem !important;
  }

  .mY-md8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .mX-md8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .m-md8 {
    margin: 2rem !important;
  }

  .mgt-md9 {
    margin-top: 2.25rem !important;
  }

  .mgr-md9 {
    margin-right: 2.25rem !important;
  }

  .mgb-md9 {
    margin-bottom: 2.25rem !important;
  }

  .mgl-md9 {
    margin-left: 2.25rem !important;
  }

  .mY-md9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .mX-md9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .m-md9 {
    margin: 2.25rem !important;
  }

  .mgt-md10 {
    margin-top: 2.5rem !important;
  }

  .mgr-md10 {
    margin-right: 2.5rem !important;
  }

  .mgb-md10 {
    margin-bottom: 2.5rem !important;
  }

  .mgl-md10 {
    margin-left: 2.5rem !important;
  }

  .mY-md10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .mX-md10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .m-md10 {
    margin: 2.5rem !important;
  }

  .mgt-md11 {
    margin-top: 2.75rem !important;
  }

  .mgr-md11 {
    margin-right: 2.75rem !important;
  }

  .mgb-md11 {
    margin-bottom: 2.75rem !important;
  }

  .mgl-md11 {
    margin-left: 2.75rem !important;
  }

  .mY-md11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .mX-md11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .m-md11 {
    margin: 2.75rem !important;
  }

  .mgt-md12 {
    margin-top: 3rem !important;
  }

  .mgr-md12 {
    margin-right: 3rem !important;
  }

  .mgb-md12 {
    margin-bottom: 3rem !important;
  }

  .mgl-md12 {
    margin-left: 3rem !important;
  }

  .mY-md12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mX-md12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .m-md12 {
    margin: 3rem !important;
  }

  .mgt-md13 {
    margin-top: 3.25rem !important;
  }

  .mgr-md13 {
    margin-right: 3.25rem !important;
  }

  .mgb-md13 {
    margin-bottom: 3.25rem !important;
  }

  .mgl-md13 {
    margin-left: 3.25rem !important;
  }

  .mY-md13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .mX-md13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .m-md13 {
    margin: 3.25rem !important;
  }

  .mgt-md14 {
    margin-top: 3.5rem !important;
  }

  .mgr-md14 {
    margin-right: 3.5rem !important;
  }

  .mgb-md14 {
    margin-bottom: 3.5rem !important;
  }

  .mgl-md14 {
    margin-left: 3.5rem !important;
  }

  .mY-md14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .mX-md14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .m-md14 {
    margin: 3.5rem !important;
  }

  .mgt-md15 {
    margin-top: 3.75rem !important;
  }

  .mgr-md15 {
    margin-right: 3.75rem !important;
  }

  .mgb-md15 {
    margin-bottom: 3.75rem !important;
  }

  .mgl-md15 {
    margin-left: 3.75rem !important;
  }

  .mY-md15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .mX-md15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .m-md15 {
    margin: 3.75rem !important;
  }

  .mgt-md16 {
    margin-top: 4rem !important;
  }

  .mgr-md16 {
    margin-right: 4rem !important;
  }

  .mgb-md16 {
    margin-bottom: 4rem !important;
  }

  .mgl-md16 {
    margin-left: 4rem !important;
  }

  .mY-md16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .mX-md16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .m-md16 {
    margin: 4rem !important;
  }

  .mgt-md17 {
    margin-top: 4.25rem !important;
  }

  .mgr-md17 {
    margin-right: 4.25rem !important;
  }

  .mgb-md17 {
    margin-bottom: 4.25rem !important;
  }

  .mgl-md17 {
    margin-left: 4.25rem !important;
  }

  .mY-md17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .mX-md17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }

  .m-md17 {
    margin: 4.25rem !important;
  }

  .mgt-md18 {
    margin-top: 4.5rem !important;
  }

  .mgr-md18 {
    margin-right: 4.5rem !important;
  }

  .mgb-md18 {
    margin-bottom: 4.5rem !important;
  }

  .mgl-md18 {
    margin-left: 4.5rem !important;
  }

  .mY-md18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .mX-md18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .m-md18 {
    margin: 4.5rem !important;
  }

  .mgt-md19 {
    margin-top: 4.75rem !important;
  }

  .mgr-md19 {
    margin-right: 4.75rem !important;
  }

  .mgb-md19 {
    margin-bottom: 4.75rem !important;
  }

  .mgl-md19 {
    margin-left: 4.75rem !important;
  }

  .mY-md19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .mX-md19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }

  .m-md19 {
    margin: 4.75rem !important;
  }

  .mgt-md20 {
    margin-top: 5rem !important;
  }

  .mgr-md20 {
    margin-right: 5rem !important;
  }

  .mgb-md20 {
    margin-bottom: 5rem !important;
  }

  .mgl-md20 {
    margin-left: 5rem !important;
  }

  .mY-md20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .mX-md20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .m-md20 {
    margin: 5rem !important;
  }

  .mgt-md21 {
    margin-top: 5.25rem !important;
  }

  .mgr-md21 {
    margin-right: 5.25rem !important;
  }

  .mgb-md21 {
    margin-bottom: 5.25rem !important;
  }

  .mgl-md21 {
    margin-left: 5.25rem !important;
  }

  .mY-md21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }

  .mX-md21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }

  .m-md21 {
    margin: 5.25rem !important;
  }

  .mgt-md22 {
    margin-top: 5.5rem !important;
  }

  .mgr-md22 {
    margin-right: 5.5rem !important;
  }

  .mgb-md22 {
    margin-bottom: 5.5rem !important;
  }

  .mgl-md22 {
    margin-left: 5.5rem !important;
  }

  .mY-md22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .mX-md22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .m-md22 {
    margin: 5.5rem !important;
  }

  .mgt-md23 {
    margin-top: 5.75rem !important;
  }

  .mgr-md23 {
    margin-right: 5.75rem !important;
  }

  .mgb-md23 {
    margin-bottom: 5.75rem !important;
  }

  .mgl-md23 {
    margin-left: 5.75rem !important;
  }

  .mY-md23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }

  .mX-md23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }

  .m-md23 {
    margin: 5.75rem !important;
  }

  .mgt-md24 {
    margin-top: 6rem !important;
  }

  .mgr-md24 {
    margin-right: 6rem !important;
  }

  .mgb-md24 {
    margin-bottom: 6rem !important;
  }

  .mgl-md24 {
    margin-left: 6rem !important;
  }

  .mY-md24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .mX-md24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .m-md24 {
    margin: 6rem !important;
  }

  .mgt-md25 {
    margin-top: 6.25rem !important;
  }

  .mgr-md25 {
    margin-right: 6.25rem !important;
  }

  .mgb-md25 {
    margin-bottom: 6.25rem !important;
  }

  .mgl-md25 {
    margin-left: 6.25rem !important;
  }

  .mY-md25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .mX-md25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .m-md25 {
    margin: 6.25rem !important;
  }

  .mgt-md26 {
    margin-top: 6.5rem !important;
  }

  .mgr-md26 {
    margin-right: 6.5rem !important;
  }

  .mgb-md26 {
    margin-bottom: 6.5rem !important;
  }

  .mgl-md26 {
    margin-left: 6.5rem !important;
  }

  .mY-md26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .mX-md26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .m-md26 {
    margin: 6.5rem !important;
  }

  .mgt-md27 {
    margin-top: 6.75rem !important;
  }

  .mgr-md27 {
    margin-right: 6.75rem !important;
  }

  .mgb-md27 {
    margin-bottom: 6.75rem !important;
  }

  .mgl-md27 {
    margin-left: 6.75rem !important;
  }

  .mY-md27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }

  .mX-md27 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }

  .m-md27 {
    margin: 6.75rem !important;
  }

  .mgt-md28 {
    margin-top: 7rem !important;
  }

  .mgr-md28 {
    margin-right: 7rem !important;
  }

  .mgb-md28 {
    margin-bottom: 7rem !important;
  }

  .mgl-md28 {
    margin-left: 7rem !important;
  }

  .mY-md28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .mX-md28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .m-md28 {
    margin: 7rem !important;
  }

  .mgt-md29 {
    margin-top: 7.25rem !important;
  }

  .mgr-md29 {
    margin-right: 7.25rem !important;
  }

  .mgb-md29 {
    margin-bottom: 7.25rem !important;
  }

  .mgl-md29 {
    margin-left: 7.25rem !important;
  }

  .mY-md29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }

  .mX-md29 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }

  .m-md29 {
    margin: 7.25rem !important;
  }

  .mgt-md30 {
    margin-top: 7.5rem !important;
  }

  .mgr-md30 {
    margin-right: 7.5rem !important;
  }

  .mgb-md30 {
    margin-bottom: 7.5rem !important;
  }

  .mgl-md30 {
    margin-left: 7.5rem !important;
  }

  .mY-md30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .mX-md30 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .m-md30 {
    margin: 7.5rem !important;
  }

  .mgt-md31 {
    margin-top: 7.75rem !important;
  }

  .mgr-md31 {
    margin-right: 7.75rem !important;
  }

  .mgb-md31 {
    margin-bottom: 7.75rem !important;
  }

  .mgl-md31 {
    margin-left: 7.75rem !important;
  }

  .mY-md31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }

  .mX-md31 {
    margin-right: 7.75rem !important;
    margin-left: 7.75rem !important;
  }

  .m-md31 {
    margin: 7.75rem !important;
  }

  .mgt-md32 {
    margin-top: 8rem !important;
  }

  .mgr-md32 {
    margin-right: 8rem !important;
  }

  .mgb-md32 {
    margin-bottom: 8rem !important;
  }

  .mgl-md32 {
    margin-left: 8rem !important;
  }

  .mY-md32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .mX-md32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .m-md32 {
    margin: 8rem !important;
  }

  .mgt-md33 {
    margin-top: 8.25rem !important;
  }

  .mgr-md33 {
    margin-right: 8.25rem !important;
  }

  .mgb-md33 {
    margin-bottom: 8.25rem !important;
  }

  .mgl-md33 {
    margin-left: 8.25rem !important;
  }

  .mY-md33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }

  .mX-md33 {
    margin-right: 8.25rem !important;
    margin-left: 8.25rem !important;
  }

  .m-md33 {
    margin: 8.25rem !important;
  }

  .mgt-md34 {
    margin-top: 8.5rem !important;
  }

  .mgr-md34 {
    margin-right: 8.5rem !important;
  }

  .mgb-md34 {
    margin-bottom: 8.5rem !important;
  }

  .mgl-md34 {
    margin-left: 8.5rem !important;
  }

  .mY-md34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .mX-md34 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .m-md34 {
    margin: 8.5rem !important;
  }

  .mgt-md35 {
    margin-top: 8.75rem !important;
  }

  .mgr-md35 {
    margin-right: 8.75rem !important;
  }

  .mgb-md35 {
    margin-bottom: 8.75rem !important;
  }

  .mgl-md35 {
    margin-left: 8.75rem !important;
  }

  .mY-md35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  .mX-md35 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }

  .m-md35 {
    margin: 8.75rem !important;
  }

  .mgt-md36 {
    margin-top: 9rem !important;
  }

  .mgr-md36 {
    margin-right: 9rem !important;
  }

  .mgb-md36 {
    margin-bottom: 9rem !important;
  }

  .mgl-md36 {
    margin-left: 9rem !important;
  }

  .mY-md36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .mX-md36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .m-md36 {
    margin: 9rem !important;
  }

  .mgt-md37 {
    margin-top: 9.25rem !important;
  }

  .mgr-md37 {
    margin-right: 9.25rem !important;
  }

  .mgb-md37 {
    margin-bottom: 9.25rem !important;
  }

  .mgl-md37 {
    margin-left: 9.25rem !important;
  }

  .mY-md37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }

  .mX-md37 {
    margin-right: 9.25rem !important;
    margin-left: 9.25rem !important;
  }

  .m-md37 {
    margin: 9.25rem !important;
  }

  .mgt-md38 {
    margin-top: 9.5rem !important;
  }

  .mgr-md38 {
    margin-right: 9.5rem !important;
  }

  .mgb-md38 {
    margin-bottom: 9.5rem !important;
  }

  .mgl-md38 {
    margin-left: 9.5rem !important;
  }

  .mY-md38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .mX-md38 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .m-md38 {
    margin: 9.5rem !important;
  }

  .mgt-md39 {
    margin-top: 9.75rem !important;
  }

  .mgr-md39 {
    margin-right: 9.75rem !important;
  }

  .mgb-md39 {
    margin-bottom: 9.75rem !important;
  }

  .mgl-md39 {
    margin-left: 9.75rem !important;
  }

  .mY-md39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }

  .mX-md39 {
    margin-right: 9.75rem !important;
    margin-left: 9.75rem !important;
  }

  .m-md39 {
    margin: 9.75rem !important;
  }

  .mgt-md40 {
    margin-top: 10rem !important;
  }

  .mgr-md40 {
    margin-right: 10rem !important;
  }

  .mgb-md40 {
    margin-bottom: 10rem !important;
  }

  .mgl-md40 {
    margin-left: 10rem !important;
  }

  .mY-md40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .mX-md40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .m-md40 {
    margin: 10rem !important;
  }
}
@media (min-width: 992px) {
  .mgt-lg0 {
    margin-top: 0rem !important;
  }

  .mgr-lg0 {
    margin-right: 0rem !important;
  }

  .mgb-lg0 {
    margin-bottom: 0rem !important;
  }

  .mgl-lg0 {
    margin-left: 0rem !important;
  }

  .mY-lg0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .mX-lg0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .m-lg0 {
    margin: 0rem !important;
  }

  .mgt-lg1 {
    margin-top: 0.25rem !important;
  }

  .mgr-lg1 {
    margin-right: 0.25rem !important;
  }

  .mgb-lg1 {
    margin-bottom: 0.25rem !important;
  }

  .mgl-lg1 {
    margin-left: 0.25rem !important;
  }

  .mY-lg1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .mX-lg1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .m-lg1 {
    margin: 0.25rem !important;
  }

  .mgt-lg2 {
    margin-top: 0.5rem !important;
  }

  .mgr-lg2 {
    margin-right: 0.5rem !important;
  }

  .mgb-lg2 {
    margin-bottom: 0.5rem !important;
  }

  .mgl-lg2 {
    margin-left: 0.5rem !important;
  }

  .mY-lg2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .mX-lg2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .m-lg2 {
    margin: 0.5rem !important;
  }

  .mgt-lg3 {
    margin-top: 0.75rem !important;
  }

  .mgr-lg3 {
    margin-right: 0.75rem !important;
  }

  .mgb-lg3 {
    margin-bottom: 0.75rem !important;
  }

  .mgl-lg3 {
    margin-left: 0.75rem !important;
  }

  .mY-lg3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .mX-lg3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .m-lg3 {
    margin: 0.75rem !important;
  }

  .mgt-lg4 {
    margin-top: 1rem !important;
  }

  .mgr-lg4 {
    margin-right: 1rem !important;
  }

  .mgb-lg4 {
    margin-bottom: 1rem !important;
  }

  .mgl-lg4 {
    margin-left: 1rem !important;
  }

  .mY-lg4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mX-lg4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .m-lg4 {
    margin: 1rem !important;
  }

  .mgt-lg5 {
    margin-top: 1.25rem !important;
  }

  .mgr-lg5 {
    margin-right: 1.25rem !important;
  }

  .mgb-lg5 {
    margin-bottom: 1.25rem !important;
  }

  .mgl-lg5 {
    margin-left: 1.25rem !important;
  }

  .mY-lg5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .mX-lg5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .m-lg5 {
    margin: 1.25rem !important;
  }

  .mgt-lg6 {
    margin-top: 1.5rem !important;
  }

  .mgr-lg6 {
    margin-right: 1.5rem !important;
  }

  .mgb-lg6 {
    margin-bottom: 1.5rem !important;
  }

  .mgl-lg6 {
    margin-left: 1.5rem !important;
  }

  .mY-lg6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mX-lg6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .m-lg6 {
    margin: 1.5rem !important;
  }

  .mgt-lg7 {
    margin-top: 1.75rem !important;
  }

  .mgr-lg7 {
    margin-right: 1.75rem !important;
  }

  .mgb-lg7 {
    margin-bottom: 1.75rem !important;
  }

  .mgl-lg7 {
    margin-left: 1.75rem !important;
  }

  .mY-lg7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .mX-lg7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .m-lg7 {
    margin: 1.75rem !important;
  }

  .mgt-lg8 {
    margin-top: 2rem !important;
  }

  .mgr-lg8 {
    margin-right: 2rem !important;
  }

  .mgb-lg8 {
    margin-bottom: 2rem !important;
  }

  .mgl-lg8 {
    margin-left: 2rem !important;
  }

  .mY-lg8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .mX-lg8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .m-lg8 {
    margin: 2rem !important;
  }

  .mgt-lg9 {
    margin-top: 2.25rem !important;
  }

  .mgr-lg9 {
    margin-right: 2.25rem !important;
  }

  .mgb-lg9 {
    margin-bottom: 2.25rem !important;
  }

  .mgl-lg9 {
    margin-left: 2.25rem !important;
  }

  .mY-lg9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .mX-lg9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .m-lg9 {
    margin: 2.25rem !important;
  }

  .mgt-lg10 {
    margin-top: 2.5rem !important;
  }

  .mgr-lg10 {
    margin-right: 2.5rem !important;
  }

  .mgb-lg10 {
    margin-bottom: 2.5rem !important;
  }

  .mgl-lg10 {
    margin-left: 2.5rem !important;
  }

  .mY-lg10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .mX-lg10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .m-lg10 {
    margin: 2.5rem !important;
  }

  .mgt-lg11 {
    margin-top: 2.75rem !important;
  }

  .mgr-lg11 {
    margin-right: 2.75rem !important;
  }

  .mgb-lg11 {
    margin-bottom: 2.75rem !important;
  }

  .mgl-lg11 {
    margin-left: 2.75rem !important;
  }

  .mY-lg11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .mX-lg11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .m-lg11 {
    margin: 2.75rem !important;
  }

  .mgt-lg12 {
    margin-top: 3rem !important;
  }

  .mgr-lg12 {
    margin-right: 3rem !important;
  }

  .mgb-lg12 {
    margin-bottom: 3rem !important;
  }

  .mgl-lg12 {
    margin-left: 3rem !important;
  }

  .mY-lg12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mX-lg12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .m-lg12 {
    margin: 3rem !important;
  }

  .mgt-lg13 {
    margin-top: 3.25rem !important;
  }

  .mgr-lg13 {
    margin-right: 3.25rem !important;
  }

  .mgb-lg13 {
    margin-bottom: 3.25rem !important;
  }

  .mgl-lg13 {
    margin-left: 3.25rem !important;
  }

  .mY-lg13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .mX-lg13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .m-lg13 {
    margin: 3.25rem !important;
  }

  .mgt-lg14 {
    margin-top: 3.5rem !important;
  }

  .mgr-lg14 {
    margin-right: 3.5rem !important;
  }

  .mgb-lg14 {
    margin-bottom: 3.5rem !important;
  }

  .mgl-lg14 {
    margin-left: 3.5rem !important;
  }

  .mY-lg14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .mX-lg14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .m-lg14 {
    margin: 3.5rem !important;
  }

  .mgt-lg15 {
    margin-top: 3.75rem !important;
  }

  .mgr-lg15 {
    margin-right: 3.75rem !important;
  }

  .mgb-lg15 {
    margin-bottom: 3.75rem !important;
  }

  .mgl-lg15 {
    margin-left: 3.75rem !important;
  }

  .mY-lg15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .mX-lg15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .m-lg15 {
    margin: 3.75rem !important;
  }

  .mgt-lg16 {
    margin-top: 4rem !important;
  }

  .mgr-lg16 {
    margin-right: 4rem !important;
  }

  .mgb-lg16 {
    margin-bottom: 4rem !important;
  }

  .mgl-lg16 {
    margin-left: 4rem !important;
  }

  .mY-lg16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .mX-lg16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .m-lg16 {
    margin: 4rem !important;
  }

  .mgt-lg17 {
    margin-top: 4.25rem !important;
  }

  .mgr-lg17 {
    margin-right: 4.25rem !important;
  }

  .mgb-lg17 {
    margin-bottom: 4.25rem !important;
  }

  .mgl-lg17 {
    margin-left: 4.25rem !important;
  }

  .mY-lg17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .mX-lg17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }

  .m-lg17 {
    margin: 4.25rem !important;
  }

  .mgt-lg18 {
    margin-top: 4.5rem !important;
  }

  .mgr-lg18 {
    margin-right: 4.5rem !important;
  }

  .mgb-lg18 {
    margin-bottom: 4.5rem !important;
  }

  .mgl-lg18 {
    margin-left: 4.5rem !important;
  }

  .mY-lg18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .mX-lg18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .m-lg18 {
    margin: 4.5rem !important;
  }

  .mgt-lg19 {
    margin-top: 4.75rem !important;
  }

  .mgr-lg19 {
    margin-right: 4.75rem !important;
  }

  .mgb-lg19 {
    margin-bottom: 4.75rem !important;
  }

  .mgl-lg19 {
    margin-left: 4.75rem !important;
  }

  .mY-lg19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .mX-lg19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }

  .m-lg19 {
    margin: 4.75rem !important;
  }

  .mgt-lg20 {
    margin-top: 5rem !important;
  }

  .mgr-lg20 {
    margin-right: 5rem !important;
  }

  .mgb-lg20 {
    margin-bottom: 5rem !important;
  }

  .mgl-lg20 {
    margin-left: 5rem !important;
  }

  .mY-lg20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .mX-lg20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .m-lg20 {
    margin: 5rem !important;
  }

  .mgt-lg21 {
    margin-top: 5.25rem !important;
  }

  .mgr-lg21 {
    margin-right: 5.25rem !important;
  }

  .mgb-lg21 {
    margin-bottom: 5.25rem !important;
  }

  .mgl-lg21 {
    margin-left: 5.25rem !important;
  }

  .mY-lg21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }

  .mX-lg21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }

  .m-lg21 {
    margin: 5.25rem !important;
  }

  .mgt-lg22 {
    margin-top: 5.5rem !important;
  }

  .mgr-lg22 {
    margin-right: 5.5rem !important;
  }

  .mgb-lg22 {
    margin-bottom: 5.5rem !important;
  }

  .mgl-lg22 {
    margin-left: 5.5rem !important;
  }

  .mY-lg22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .mX-lg22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .m-lg22 {
    margin: 5.5rem !important;
  }

  .mgt-lg23 {
    margin-top: 5.75rem !important;
  }

  .mgr-lg23 {
    margin-right: 5.75rem !important;
  }

  .mgb-lg23 {
    margin-bottom: 5.75rem !important;
  }

  .mgl-lg23 {
    margin-left: 5.75rem !important;
  }

  .mY-lg23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }

  .mX-lg23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }

  .m-lg23 {
    margin: 5.75rem !important;
  }

  .mgt-lg24 {
    margin-top: 6rem !important;
  }

  .mgr-lg24 {
    margin-right: 6rem !important;
  }

  .mgb-lg24 {
    margin-bottom: 6rem !important;
  }

  .mgl-lg24 {
    margin-left: 6rem !important;
  }

  .mY-lg24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .mX-lg24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .m-lg24 {
    margin: 6rem !important;
  }

  .mgt-lg25 {
    margin-top: 6.25rem !important;
  }

  .mgr-lg25 {
    margin-right: 6.25rem !important;
  }

  .mgb-lg25 {
    margin-bottom: 6.25rem !important;
  }

  .mgl-lg25 {
    margin-left: 6.25rem !important;
  }

  .mY-lg25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .mX-lg25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .m-lg25 {
    margin: 6.25rem !important;
  }

  .mgt-lg26 {
    margin-top: 6.5rem !important;
  }

  .mgr-lg26 {
    margin-right: 6.5rem !important;
  }

  .mgb-lg26 {
    margin-bottom: 6.5rem !important;
  }

  .mgl-lg26 {
    margin-left: 6.5rem !important;
  }

  .mY-lg26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .mX-lg26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .m-lg26 {
    margin: 6.5rem !important;
  }

  .mgt-lg27 {
    margin-top: 6.75rem !important;
  }

  .mgr-lg27 {
    margin-right: 6.75rem !important;
  }

  .mgb-lg27 {
    margin-bottom: 6.75rem !important;
  }

  .mgl-lg27 {
    margin-left: 6.75rem !important;
  }

  .mY-lg27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }

  .mX-lg27 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }

  .m-lg27 {
    margin: 6.75rem !important;
  }

  .mgt-lg28 {
    margin-top: 7rem !important;
  }

  .mgr-lg28 {
    margin-right: 7rem !important;
  }

  .mgb-lg28 {
    margin-bottom: 7rem !important;
  }

  .mgl-lg28 {
    margin-left: 7rem !important;
  }

  .mY-lg28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .mX-lg28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .m-lg28 {
    margin: 7rem !important;
  }

  .mgt-lg29 {
    margin-top: 7.25rem !important;
  }

  .mgr-lg29 {
    margin-right: 7.25rem !important;
  }

  .mgb-lg29 {
    margin-bottom: 7.25rem !important;
  }

  .mgl-lg29 {
    margin-left: 7.25rem !important;
  }

  .mY-lg29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }

  .mX-lg29 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }

  .m-lg29 {
    margin: 7.25rem !important;
  }

  .mgt-lg30 {
    margin-top: 7.5rem !important;
  }

  .mgr-lg30 {
    margin-right: 7.5rem !important;
  }

  .mgb-lg30 {
    margin-bottom: 7.5rem !important;
  }

  .mgl-lg30 {
    margin-left: 7.5rem !important;
  }

  .mY-lg30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .mX-lg30 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .m-lg30 {
    margin: 7.5rem !important;
  }

  .mgt-lg31 {
    margin-top: 7.75rem !important;
  }

  .mgr-lg31 {
    margin-right: 7.75rem !important;
  }

  .mgb-lg31 {
    margin-bottom: 7.75rem !important;
  }

  .mgl-lg31 {
    margin-left: 7.75rem !important;
  }

  .mY-lg31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }

  .mX-lg31 {
    margin-right: 7.75rem !important;
    margin-left: 7.75rem !important;
  }

  .m-lg31 {
    margin: 7.75rem !important;
  }

  .mgt-lg32 {
    margin-top: 8rem !important;
  }

  .mgr-lg32 {
    margin-right: 8rem !important;
  }

  .mgb-lg32 {
    margin-bottom: 8rem !important;
  }

  .mgl-lg32 {
    margin-left: 8rem !important;
  }

  .mY-lg32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .mX-lg32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .m-lg32 {
    margin: 8rem !important;
  }

  .mgt-lg33 {
    margin-top: 8.25rem !important;
  }

  .mgr-lg33 {
    margin-right: 8.25rem !important;
  }

  .mgb-lg33 {
    margin-bottom: 8.25rem !important;
  }

  .mgl-lg33 {
    margin-left: 8.25rem !important;
  }

  .mY-lg33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }

  .mX-lg33 {
    margin-right: 8.25rem !important;
    margin-left: 8.25rem !important;
  }

  .m-lg33 {
    margin: 8.25rem !important;
  }

  .mgt-lg34 {
    margin-top: 8.5rem !important;
  }

  .mgr-lg34 {
    margin-right: 8.5rem !important;
  }

  .mgb-lg34 {
    margin-bottom: 8.5rem !important;
  }

  .mgl-lg34 {
    margin-left: 8.5rem !important;
  }

  .mY-lg34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .mX-lg34 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .m-lg34 {
    margin: 8.5rem !important;
  }

  .mgt-lg35 {
    margin-top: 8.75rem !important;
  }

  .mgr-lg35 {
    margin-right: 8.75rem !important;
  }

  .mgb-lg35 {
    margin-bottom: 8.75rem !important;
  }

  .mgl-lg35 {
    margin-left: 8.75rem !important;
  }

  .mY-lg35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  .mX-lg35 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }

  .m-lg35 {
    margin: 8.75rem !important;
  }

  .mgt-lg36 {
    margin-top: 9rem !important;
  }

  .mgr-lg36 {
    margin-right: 9rem !important;
  }

  .mgb-lg36 {
    margin-bottom: 9rem !important;
  }

  .mgl-lg36 {
    margin-left: 9rem !important;
  }

  .mY-lg36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .mX-lg36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .m-lg36 {
    margin: 9rem !important;
  }

  .mgt-lg37 {
    margin-top: 9.25rem !important;
  }

  .mgr-lg37 {
    margin-right: 9.25rem !important;
  }

  .mgb-lg37 {
    margin-bottom: 9.25rem !important;
  }

  .mgl-lg37 {
    margin-left: 9.25rem !important;
  }

  .mY-lg37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }

  .mX-lg37 {
    margin-right: 9.25rem !important;
    margin-left: 9.25rem !important;
  }

  .m-lg37 {
    margin: 9.25rem !important;
  }

  .mgt-lg38 {
    margin-top: 9.5rem !important;
  }

  .mgr-lg38 {
    margin-right: 9.5rem !important;
  }

  .mgb-lg38 {
    margin-bottom: 9.5rem !important;
  }

  .mgl-lg38 {
    margin-left: 9.5rem !important;
  }

  .mY-lg38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .mX-lg38 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .m-lg38 {
    margin: 9.5rem !important;
  }

  .mgt-lg39 {
    margin-top: 9.75rem !important;
  }

  .mgr-lg39 {
    margin-right: 9.75rem !important;
  }

  .mgb-lg39 {
    margin-bottom: 9.75rem !important;
  }

  .mgl-lg39 {
    margin-left: 9.75rem !important;
  }

  .mY-lg39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }

  .mX-lg39 {
    margin-right: 9.75rem !important;
    margin-left: 9.75rem !important;
  }

  .m-lg39 {
    margin: 9.75rem !important;
  }

  .mgt-lg40 {
    margin-top: 10rem !important;
  }

  .mgr-lg40 {
    margin-right: 10rem !important;
  }

  .mgb-lg40 {
    margin-bottom: 10rem !important;
  }

  .mgl-lg40 {
    margin-left: 10rem !important;
  }

  .mY-lg40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .mX-lg40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .m-lg40 {
    margin: 10rem !important;
  }
}
/*********************************************************
padding : collect
*********************************************************/
.pdt0 {
  padding-top: 0rem !important;
}

.pdr0 {
  padding-right: 0rem !important;
}

.pdb0 {
  padding-bottom: 0rem !important;
}

.pdl0 {
  padding-left: 0rem !important;
}

.pY0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.pX0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.p0 {
  padding: 0rem !important;
}

.pdt1 {
  padding-top: 0.25rem !important;
}

.pdr1 {
  padding-right: 0.25rem !important;
}

.pdb1 {
  padding-bottom: 0.25rem !important;
}

.pdl1 {
  padding-left: 0.25rem !important;
}

.pY1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pX1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.p1 {
  padding: 0.25rem !important;
}

.pdt2 {
  padding-top: 0.5rem !important;
}

.pdr2 {
  padding-right: 0.5rem !important;
}

.pdb2 {
  padding-bottom: 0.5rem !important;
}

.pdl2 {
  padding-left: 0.5rem !important;
}

.pY2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pX2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.p2 {
  padding: 0.5rem !important;
}

.pdt3 {
  padding-top: 0.75rem !important;
}

.pdr3 {
  padding-right: 0.75rem !important;
}

.pdb3 {
  padding-bottom: 0.75rem !important;
}

.pdl3 {
  padding-left: 0.75rem !important;
}

.pY3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.pX3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.p3 {
  padding: 0.75rem !important;
}

.pdt4 {
  padding-top: 1rem !important;
}

.pdr4 {
  padding-right: 1rem !important;
}

.pdb4 {
  padding-bottom: 1rem !important;
}

.pdl4 {
  padding-left: 1rem !important;
}

.pY4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pX4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p4 {
  padding: 1rem !important;
}

.pdt5 {
  padding-top: 1.25rem !important;
}

.pdr5 {
  padding-right: 1.25rem !important;
}

.pdb5 {
  padding-bottom: 1.25rem !important;
}

.pdl5 {
  padding-left: 1.25rem !important;
}

.pY5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.pX5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.p5 {
  padding: 1.25rem !important;
}

.pdt6 {
  padding-top: 1.5rem !important;
}

.pdr6 {
  padding-right: 1.5rem !important;
}

.pdb6 {
  padding-bottom: 1.5rem !important;
}

.pdl6 {
  padding-left: 1.5rem !important;
}

.pY6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pX6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p6 {
  padding: 1.5rem !important;
}

.pdt7 {
  padding-top: 1.75rem !important;
}

.pdr7 {
  padding-right: 1.75rem !important;
}

.pdb7 {
  padding-bottom: 1.75rem !important;
}

.pdl7 {
  padding-left: 1.75rem !important;
}

.pY7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.pX7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.p7 {
  padding: 1.75rem !important;
}

.pdt8 {
  padding-top: 2rem !important;
}

.pdr8 {
  padding-right: 2rem !important;
}

.pdb8 {
  padding-bottom: 2rem !important;
}

.pdl8 {
  padding-left: 2rem !important;
}

.pY8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pX8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.p8 {
  padding: 2rem !important;
}

.pdt9 {
  padding-top: 2.25rem !important;
}

.pdr9 {
  padding-right: 2.25rem !important;
}

.pdb9 {
  padding-bottom: 2.25rem !important;
}

.pdl9 {
  padding-left: 2.25rem !important;
}

.pY9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.pX9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.p9 {
  padding: 2.25rem !important;
}

.pdt10 {
  padding-top: 2.5rem !important;
}

.pdr10 {
  padding-right: 2.5rem !important;
}

.pdb10 {
  padding-bottom: 2.5rem !important;
}

.pdl10 {
  padding-left: 2.5rem !important;
}

.pY10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.pX10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.p10 {
  padding: 2.5rem !important;
}

.pdt11 {
  padding-top: 2.75rem !important;
}

.pdr11 {
  padding-right: 2.75rem !important;
}

.pdb11 {
  padding-bottom: 2.75rem !important;
}

.pdl11 {
  padding-left: 2.75rem !important;
}

.pY11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.pX11 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

.p11 {
  padding: 2.75rem !important;
}

.pdt12 {
  padding-top: 3rem !important;
}

.pdr12 {
  padding-right: 3rem !important;
}

.pdb12 {
  padding-bottom: 3rem !important;
}

.pdl12 {
  padding-left: 3rem !important;
}

.pY12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pX12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p12 {
  padding: 3rem !important;
}

.pdt13 {
  padding-top: 3.25rem !important;
}

.pdr13 {
  padding-right: 3.25rem !important;
}

.pdb13 {
  padding-bottom: 3.25rem !important;
}

.pdl13 {
  padding-left: 3.25rem !important;
}

.pY13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.pX13 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}

.p13 {
  padding: 3.25rem !important;
}

.pdt14 {
  padding-top: 3.5rem !important;
}

.pdr14 {
  padding-right: 3.5rem !important;
}

.pdb14 {
  padding-bottom: 3.5rem !important;
}

.pdl14 {
  padding-left: 3.5rem !important;
}

.pY14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.pX14 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.p14 {
  padding: 3.5rem !important;
}

.pdt15 {
  padding-top: 3.75rem !important;
}

.pdr15 {
  padding-right: 3.75rem !important;
}

.pdb15 {
  padding-bottom: 3.75rem !important;
}

.pdl15 {
  padding-left: 3.75rem !important;
}

.pY15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.pX15 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.p15 {
  padding: 3.75rem !important;
}

.pdt16 {
  padding-top: 4rem !important;
}

.pdr16 {
  padding-right: 4rem !important;
}

.pdb16 {
  padding-bottom: 4rem !important;
}

.pdl16 {
  padding-left: 4rem !important;
}

.pY16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pX16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.p16 {
  padding: 4rem !important;
}

.pdt17 {
  padding-top: 4.25rem !important;
}

.pdr17 {
  padding-right: 4.25rem !important;
}

.pdb17 {
  padding-bottom: 4.25rem !important;
}

.pdl17 {
  padding-left: 4.25rem !important;
}

.pY17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.pX17 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}

.p17 {
  padding: 4.25rem !important;
}

.pdt18 {
  padding-top: 4.5rem !important;
}

.pdr18 {
  padding-right: 4.5rem !important;
}

.pdb18 {
  padding-bottom: 4.5rem !important;
}

.pdl18 {
  padding-left: 4.5rem !important;
}

.pY18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.pX18 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.p18 {
  padding: 4.5rem !important;
}

.pdt19 {
  padding-top: 4.75rem !important;
}

.pdr19 {
  padding-right: 4.75rem !important;
}

.pdb19 {
  padding-bottom: 4.75rem !important;
}

.pdl19 {
  padding-left: 4.75rem !important;
}

.pY19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.pX19 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}

.p19 {
  padding: 4.75rem !important;
}

.pdt20 {
  padding-top: 5rem !important;
}

.pdr20 {
  padding-right: 5rem !important;
}

.pdb20 {
  padding-bottom: 5rem !important;
}

.pdl20 {
  padding-left: 5rem !important;
}

.pY20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.pX20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.p20 {
  padding: 5rem !important;
}

.pdt21 {
  padding-top: 5.25rem !important;
}

.pdr21 {
  padding-right: 5.25rem !important;
}

.pdb21 {
  padding-bottom: 5.25rem !important;
}

.pdl21 {
  padding-left: 5.25rem !important;
}

.pY21 {
  padding-top: 5.25rem !important;
  padding-bottom: 5.25rem !important;
}

.pX21 {
  padding-right: 5.25rem !important;
  padding-left: 5.25rem !important;
}

.p21 {
  padding: 5.25rem !important;
}

.pdt22 {
  padding-top: 5.5rem !important;
}

.pdr22 {
  padding-right: 5.5rem !important;
}

.pdb22 {
  padding-bottom: 5.5rem !important;
}

.pdl22 {
  padding-left: 5.5rem !important;
}

.pY22 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.pX22 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.p22 {
  padding: 5.5rem !important;
}

.pdt23 {
  padding-top: 5.75rem !important;
}

.pdr23 {
  padding-right: 5.75rem !important;
}

.pdb23 {
  padding-bottom: 5.75rem !important;
}

.pdl23 {
  padding-left: 5.75rem !important;
}

.pY23 {
  padding-top: 5.75rem !important;
  padding-bottom: 5.75rem !important;
}

.pX23 {
  padding-right: 5.75rem !important;
  padding-left: 5.75rem !important;
}

.p23 {
  padding: 5.75rem !important;
}

.pdt24 {
  padding-top: 6rem !important;
}

.pdr24 {
  padding-right: 6rem !important;
}

.pdb24 {
  padding-bottom: 6rem !important;
}

.pdl24 {
  padding-left: 6rem !important;
}

.pY24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pX24 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.p24 {
  padding: 6rem !important;
}

.pdt25 {
  padding-top: 6.25rem !important;
}

.pdr25 {
  padding-right: 6.25rem !important;
}

.pdb25 {
  padding-bottom: 6.25rem !important;
}

.pdl25 {
  padding-left: 6.25rem !important;
}

.pY25 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.pX25 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.p25 {
  padding: 6.25rem !important;
}

.pdt26 {
  padding-top: 6.5rem !important;
}

.pdr26 {
  padding-right: 6.5rem !important;
}

.pdb26 {
  padding-bottom: 6.5rem !important;
}

.pdl26 {
  padding-left: 6.5rem !important;
}

.pY26 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.pX26 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.p26 {
  padding: 6.5rem !important;
}

.pdt27 {
  padding-top: 6.75rem !important;
}

.pdr27 {
  padding-right: 6.75rem !important;
}

.pdb27 {
  padding-bottom: 6.75rem !important;
}

.pdl27 {
  padding-left: 6.75rem !important;
}

.pY27 {
  padding-top: 6.75rem !important;
  padding-bottom: 6.75rem !important;
}

.pX27 {
  padding-right: 6.75rem !important;
  padding-left: 6.75rem !important;
}

.p27 {
  padding: 6.75rem !important;
}

.pdt28 {
  padding-top: 7rem !important;
}

.pdr28 {
  padding-right: 7rem !important;
}

.pdb28 {
  padding-bottom: 7rem !important;
}

.pdl28 {
  padding-left: 7rem !important;
}

.pY28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.pX28 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.p28 {
  padding: 7rem !important;
}

.pdt29 {
  padding-top: 7.25rem !important;
}

.pdr29 {
  padding-right: 7.25rem !important;
}

.pdb29 {
  padding-bottom: 7.25rem !important;
}

.pdl29 {
  padding-left: 7.25rem !important;
}

.pY29 {
  padding-top: 7.25rem !important;
  padding-bottom: 7.25rem !important;
}

.pX29 {
  padding-right: 7.25rem !important;
  padding-left: 7.25rem !important;
}

.p29 {
  padding: 7.25rem !important;
}

.pdt30 {
  padding-top: 7.5rem !important;
}

.pdr30 {
  padding-right: 7.5rem !important;
}

.pdb30 {
  padding-bottom: 7.5rem !important;
}

.pdl30 {
  padding-left: 7.5rem !important;
}

.pY30 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.pX30 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.p30 {
  padding: 7.5rem !important;
}

.pdt31 {
  padding-top: 7.75rem !important;
}

.pdr31 {
  padding-right: 7.75rem !important;
}

.pdb31 {
  padding-bottom: 7.75rem !important;
}

.pdl31 {
  padding-left: 7.75rem !important;
}

.pY31 {
  padding-top: 7.75rem !important;
  padding-bottom: 7.75rem !important;
}

.pX31 {
  padding-right: 7.75rem !important;
  padding-left: 7.75rem !important;
}

.p31 {
  padding: 7.75rem !important;
}

.pdt32 {
  padding-top: 8rem !important;
}

.pdr32 {
  padding-right: 8rem !important;
}

.pdb32 {
  padding-bottom: 8rem !important;
}

.pdl32 {
  padding-left: 8rem !important;
}

.pY32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.pX32 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.p32 {
  padding: 8rem !important;
}

.pdt33 {
  padding-top: 8.25rem !important;
}

.pdr33 {
  padding-right: 8.25rem !important;
}

.pdb33 {
  padding-bottom: 8.25rem !important;
}

.pdl33 {
  padding-left: 8.25rem !important;
}

.pY33 {
  padding-top: 8.25rem !important;
  padding-bottom: 8.25rem !important;
}

.pX33 {
  padding-right: 8.25rem !important;
  padding-left: 8.25rem !important;
}

.p33 {
  padding: 8.25rem !important;
}

.pdt34 {
  padding-top: 8.5rem !important;
}

.pdr34 {
  padding-right: 8.5rem !important;
}

.pdb34 {
  padding-bottom: 8.5rem !important;
}

.pdl34 {
  padding-left: 8.5rem !important;
}

.pY34 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.pX34 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}

.p34 {
  padding: 8.5rem !important;
}

.pdt35 {
  padding-top: 8.75rem !important;
}

.pdr35 {
  padding-right: 8.75rem !important;
}

.pdb35 {
  padding-bottom: 8.75rem !important;
}

.pdl35 {
  padding-left: 8.75rem !important;
}

.pY35 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important;
}

.pX35 {
  padding-right: 8.75rem !important;
  padding-left: 8.75rem !important;
}

.p35 {
  padding: 8.75rem !important;
}

.pdt36 {
  padding-top: 9rem !important;
}

.pdr36 {
  padding-right: 9rem !important;
}

.pdb36 {
  padding-bottom: 9rem !important;
}

.pdl36 {
  padding-left: 9rem !important;
}

.pY36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.pX36 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.p36 {
  padding: 9rem !important;
}

.pdt37 {
  padding-top: 9.25rem !important;
}

.pdr37 {
  padding-right: 9.25rem !important;
}

.pdb37 {
  padding-bottom: 9.25rem !important;
}

.pdl37 {
  padding-left: 9.25rem !important;
}

.pY37 {
  padding-top: 9.25rem !important;
  padding-bottom: 9.25rem !important;
}

.pX37 {
  padding-right: 9.25rem !important;
  padding-left: 9.25rem !important;
}

.p37 {
  padding: 9.25rem !important;
}

.pdt38 {
  padding-top: 9.5rem !important;
}

.pdr38 {
  padding-right: 9.5rem !important;
}

.pdb38 {
  padding-bottom: 9.5rem !important;
}

.pdl38 {
  padding-left: 9.5rem !important;
}

.pY38 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

.pX38 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

.p38 {
  padding: 9.5rem !important;
}

.pdt39 {
  padding-top: 9.75rem !important;
}

.pdr39 {
  padding-right: 9.75rem !important;
}

.pdb39 {
  padding-bottom: 9.75rem !important;
}

.pdl39 {
  padding-left: 9.75rem !important;
}

.pY39 {
  padding-top: 9.75rem !important;
  padding-bottom: 9.75rem !important;
}

.pX39 {
  padding-right: 9.75rem !important;
  padding-left: 9.75rem !important;
}

.p39 {
  padding: 9.75rem !important;
}

.pdt40 {
  padding-top: 10rem !important;
}

.pdr40 {
  padding-right: 10rem !important;
}

.pdb40 {
  padding-bottom: 10rem !important;
}

.pdl40 {
  padding-left: 10rem !important;
}

.pY40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.pX40 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.p40 {
  padding: 10rem !important;
}

@media (min-width: 576px) {
  .pdt-sm0 {
    padding-top: 0rem !important;
  }

  .pdr-sm0 {
    padding-right: 0rem !important;
  }

  .pdb-sm0 {
    padding-bottom: 0rem !important;
  }

  .pdl-sm0 {
    padding-left: 0rem !important;
  }

  .pY-sm0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .pX-sm0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .p-sm0 {
    padding: 0rem !important;
  }

  .pdt-sm1 {
    padding-top: 0.25rem !important;
  }

  .pdr-sm1 {
    padding-right: 0.25rem !important;
  }

  .pdb-sm1 {
    padding-bottom: 0.25rem !important;
  }

  .pdl-sm1 {
    padding-left: 0.25rem !important;
  }

  .pY-sm1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .pX-sm1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .p-sm1 {
    padding: 0.25rem !important;
  }

  .pdt-sm2 {
    padding-top: 0.5rem !important;
  }

  .pdr-sm2 {
    padding-right: 0.5rem !important;
  }

  .pdb-sm2 {
    padding-bottom: 0.5rem !important;
  }

  .pdl-sm2 {
    padding-left: 0.5rem !important;
  }

  .pY-sm2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .pX-sm2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .p-sm2 {
    padding: 0.5rem !important;
  }

  .pdt-sm3 {
    padding-top: 0.75rem !important;
  }

  .pdr-sm3 {
    padding-right: 0.75rem !important;
  }

  .pdb-sm3 {
    padding-bottom: 0.75rem !important;
  }

  .pdl-sm3 {
    padding-left: 0.75rem !important;
  }

  .pY-sm3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .pX-sm3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .p-sm3 {
    padding: 0.75rem !important;
  }

  .pdt-sm4 {
    padding-top: 1rem !important;
  }

  .pdr-sm4 {
    padding-right: 1rem !important;
  }

  .pdb-sm4 {
    padding-bottom: 1rem !important;
  }

  .pdl-sm4 {
    padding-left: 1rem !important;
  }

  .pY-sm4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pX-sm4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .p-sm4 {
    padding: 1rem !important;
  }

  .pdt-sm5 {
    padding-top: 1.25rem !important;
  }

  .pdr-sm5 {
    padding-right: 1.25rem !important;
  }

  .pdb-sm5 {
    padding-bottom: 1.25rem !important;
  }

  .pdl-sm5 {
    padding-left: 1.25rem !important;
  }

  .pY-sm5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .pX-sm5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .p-sm5 {
    padding: 1.25rem !important;
  }

  .pdt-sm6 {
    padding-top: 1.5rem !important;
  }

  .pdr-sm6 {
    padding-right: 1.5rem !important;
  }

  .pdb-sm6 {
    padding-bottom: 1.5rem !important;
  }

  .pdl-sm6 {
    padding-left: 1.5rem !important;
  }

  .pY-sm6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .pX-sm6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .p-sm6 {
    padding: 1.5rem !important;
  }

  .pdt-sm7 {
    padding-top: 1.75rem !important;
  }

  .pdr-sm7 {
    padding-right: 1.75rem !important;
  }

  .pdb-sm7 {
    padding-bottom: 1.75rem !important;
  }

  .pdl-sm7 {
    padding-left: 1.75rem !important;
  }

  .pY-sm7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .pX-sm7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .p-sm7 {
    padding: 1.75rem !important;
  }

  .pdt-sm8 {
    padding-top: 2rem !important;
  }

  .pdr-sm8 {
    padding-right: 2rem !important;
  }

  .pdb-sm8 {
    padding-bottom: 2rem !important;
  }

  .pdl-sm8 {
    padding-left: 2rem !important;
  }

  .pY-sm8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .pX-sm8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .p-sm8 {
    padding: 2rem !important;
  }

  .pdt-sm9 {
    padding-top: 2.25rem !important;
  }

  .pdr-sm9 {
    padding-right: 2.25rem !important;
  }

  .pdb-sm9 {
    padding-bottom: 2.25rem !important;
  }

  .pdl-sm9 {
    padding-left: 2.25rem !important;
  }

  .pY-sm9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .pX-sm9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .p-sm9 {
    padding: 2.25rem !important;
  }

  .pdt-sm10 {
    padding-top: 2.5rem !important;
  }

  .pdr-sm10 {
    padding-right: 2.5rem !important;
  }

  .pdb-sm10 {
    padding-bottom: 2.5rem !important;
  }

  .pdl-sm10 {
    padding-left: 2.5rem !important;
  }

  .pY-sm10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .pX-sm10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .p-sm10 {
    padding: 2.5rem !important;
  }

  .pdt-sm11 {
    padding-top: 2.75rem !important;
  }

  .pdr-sm11 {
    padding-right: 2.75rem !important;
  }

  .pdb-sm11 {
    padding-bottom: 2.75rem !important;
  }

  .pdl-sm11 {
    padding-left: 2.75rem !important;
  }

  .pY-sm11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .pX-sm11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .p-sm11 {
    padding: 2.75rem !important;
  }

  .pdt-sm12 {
    padding-top: 3rem !important;
  }

  .pdr-sm12 {
    padding-right: 3rem !important;
  }

  .pdb-sm12 {
    padding-bottom: 3rem !important;
  }

  .pdl-sm12 {
    padding-left: 3rem !important;
  }

  .pY-sm12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pX-sm12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .p-sm12 {
    padding: 3rem !important;
  }

  .pdt-sm13 {
    padding-top: 3.25rem !important;
  }

  .pdr-sm13 {
    padding-right: 3.25rem !important;
  }

  .pdb-sm13 {
    padding-bottom: 3.25rem !important;
  }

  .pdl-sm13 {
    padding-left: 3.25rem !important;
  }

  .pY-sm13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .pX-sm13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .p-sm13 {
    padding: 3.25rem !important;
  }

  .pdt-sm14 {
    padding-top: 3.5rem !important;
  }

  .pdr-sm14 {
    padding-right: 3.5rem !important;
  }

  .pdb-sm14 {
    padding-bottom: 3.5rem !important;
  }

  .pdl-sm14 {
    padding-left: 3.5rem !important;
  }

  .pY-sm14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .pX-sm14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .p-sm14 {
    padding: 3.5rem !important;
  }

  .pdt-sm15 {
    padding-top: 3.75rem !important;
  }

  .pdr-sm15 {
    padding-right: 3.75rem !important;
  }

  .pdb-sm15 {
    padding-bottom: 3.75rem !important;
  }

  .pdl-sm15 {
    padding-left: 3.75rem !important;
  }

  .pY-sm15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .pX-sm15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .p-sm15 {
    padding: 3.75rem !important;
  }

  .pdt-sm16 {
    padding-top: 4rem !important;
  }

  .pdr-sm16 {
    padding-right: 4rem !important;
  }

  .pdb-sm16 {
    padding-bottom: 4rem !important;
  }

  .pdl-sm16 {
    padding-left: 4rem !important;
  }

  .pY-sm16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pX-sm16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .p-sm16 {
    padding: 4rem !important;
  }

  .pdt-sm17 {
    padding-top: 4.25rem !important;
  }

  .pdr-sm17 {
    padding-right: 4.25rem !important;
  }

  .pdb-sm17 {
    padding-bottom: 4.25rem !important;
  }

  .pdl-sm17 {
    padding-left: 4.25rem !important;
  }

  .pY-sm17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .pX-sm17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }

  .p-sm17 {
    padding: 4.25rem !important;
  }

  .pdt-sm18 {
    padding-top: 4.5rem !important;
  }

  .pdr-sm18 {
    padding-right: 4.5rem !important;
  }

  .pdb-sm18 {
    padding-bottom: 4.5rem !important;
  }

  .pdl-sm18 {
    padding-left: 4.5rem !important;
  }

  .pY-sm18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pX-sm18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .p-sm18 {
    padding: 4.5rem !important;
  }

  .pdt-sm19 {
    padding-top: 4.75rem !important;
  }

  .pdr-sm19 {
    padding-right: 4.75rem !important;
  }

  .pdb-sm19 {
    padding-bottom: 4.75rem !important;
  }

  .pdl-sm19 {
    padding-left: 4.75rem !important;
  }

  .pY-sm19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .pX-sm19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }

  .p-sm19 {
    padding: 4.75rem !important;
  }

  .pdt-sm20 {
    padding-top: 5rem !important;
  }

  .pdr-sm20 {
    padding-right: 5rem !important;
  }

  .pdb-sm20 {
    padding-bottom: 5rem !important;
  }

  .pdl-sm20 {
    padding-left: 5rem !important;
  }

  .pY-sm20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pX-sm20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .p-sm20 {
    padding: 5rem !important;
  }

  .pdt-sm21 {
    padding-top: 5.25rem !important;
  }

  .pdr-sm21 {
    padding-right: 5.25rem !important;
  }

  .pdb-sm21 {
    padding-bottom: 5.25rem !important;
  }

  .pdl-sm21 {
    padding-left: 5.25rem !important;
  }

  .pY-sm21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }

  .pX-sm21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }

  .p-sm21 {
    padding: 5.25rem !important;
  }

  .pdt-sm22 {
    padding-top: 5.5rem !important;
  }

  .pdr-sm22 {
    padding-right: 5.5rem !important;
  }

  .pdb-sm22 {
    padding-bottom: 5.5rem !important;
  }

  .pdl-sm22 {
    padding-left: 5.5rem !important;
  }

  .pY-sm22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .pX-sm22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .p-sm22 {
    padding: 5.5rem !important;
  }

  .pdt-sm23 {
    padding-top: 5.75rem !important;
  }

  .pdr-sm23 {
    padding-right: 5.75rem !important;
  }

  .pdb-sm23 {
    padding-bottom: 5.75rem !important;
  }

  .pdl-sm23 {
    padding-left: 5.75rem !important;
  }

  .pY-sm23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }

  .pX-sm23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }

  .p-sm23 {
    padding: 5.75rem !important;
  }

  .pdt-sm24 {
    padding-top: 6rem !important;
  }

  .pdr-sm24 {
    padding-right: 6rem !important;
  }

  .pdb-sm24 {
    padding-bottom: 6rem !important;
  }

  .pdl-sm24 {
    padding-left: 6rem !important;
  }

  .pY-sm24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pX-sm24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .p-sm24 {
    padding: 6rem !important;
  }

  .pdt-sm25 {
    padding-top: 6.25rem !important;
  }

  .pdr-sm25 {
    padding-right: 6.25rem !important;
  }

  .pdb-sm25 {
    padding-bottom: 6.25rem !important;
  }

  .pdl-sm25 {
    padding-left: 6.25rem !important;
  }

  .pY-sm25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .pX-sm25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .p-sm25 {
    padding: 6.25rem !important;
  }

  .pdt-sm26 {
    padding-top: 6.5rem !important;
  }

  .pdr-sm26 {
    padding-right: 6.5rem !important;
  }

  .pdb-sm26 {
    padding-bottom: 6.5rem !important;
  }

  .pdl-sm26 {
    padding-left: 6.5rem !important;
  }

  .pY-sm26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .pX-sm26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .p-sm26 {
    padding: 6.5rem !important;
  }

  .pdt-sm27 {
    padding-top: 6.75rem !important;
  }

  .pdr-sm27 {
    padding-right: 6.75rem !important;
  }

  .pdb-sm27 {
    padding-bottom: 6.75rem !important;
  }

  .pdl-sm27 {
    padding-left: 6.75rem !important;
  }

  .pY-sm27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }

  .pX-sm27 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }

  .p-sm27 {
    padding: 6.75rem !important;
  }

  .pdt-sm28 {
    padding-top: 7rem !important;
  }

  .pdr-sm28 {
    padding-right: 7rem !important;
  }

  .pdb-sm28 {
    padding-bottom: 7rem !important;
  }

  .pdl-sm28 {
    padding-left: 7rem !important;
  }

  .pY-sm28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .pX-sm28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .p-sm28 {
    padding: 7rem !important;
  }

  .pdt-sm29 {
    padding-top: 7.25rem !important;
  }

  .pdr-sm29 {
    padding-right: 7.25rem !important;
  }

  .pdb-sm29 {
    padding-bottom: 7.25rem !important;
  }

  .pdl-sm29 {
    padding-left: 7.25rem !important;
  }

  .pY-sm29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }

  .pX-sm29 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }

  .p-sm29 {
    padding: 7.25rem !important;
  }

  .pdt-sm30 {
    padding-top: 7.5rem !important;
  }

  .pdr-sm30 {
    padding-right: 7.5rem !important;
  }

  .pdb-sm30 {
    padding-bottom: 7.5rem !important;
  }

  .pdl-sm30 {
    padding-left: 7.5rem !important;
  }

  .pY-sm30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .pX-sm30 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .p-sm30 {
    padding: 7.5rem !important;
  }

  .pdt-sm31 {
    padding-top: 7.75rem !important;
  }

  .pdr-sm31 {
    padding-right: 7.75rem !important;
  }

  .pdb-sm31 {
    padding-bottom: 7.75rem !important;
  }

  .pdl-sm31 {
    padding-left: 7.75rem !important;
  }

  .pY-sm31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }

  .pX-sm31 {
    padding-right: 7.75rem !important;
    padding-left: 7.75rem !important;
  }

  .p-sm31 {
    padding: 7.75rem !important;
  }

  .pdt-sm32 {
    padding-top: 8rem !important;
  }

  .pdr-sm32 {
    padding-right: 8rem !important;
  }

  .pdb-sm32 {
    padding-bottom: 8rem !important;
  }

  .pdl-sm32 {
    padding-left: 8rem !important;
  }

  .pY-sm32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .pX-sm32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .p-sm32 {
    padding: 8rem !important;
  }

  .pdt-sm33 {
    padding-top: 8.25rem !important;
  }

  .pdr-sm33 {
    padding-right: 8.25rem !important;
  }

  .pdb-sm33 {
    padding-bottom: 8.25rem !important;
  }

  .pdl-sm33 {
    padding-left: 8.25rem !important;
  }

  .pY-sm33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }

  .pX-sm33 {
    padding-right: 8.25rem !important;
    padding-left: 8.25rem !important;
  }

  .p-sm33 {
    padding: 8.25rem !important;
  }

  .pdt-sm34 {
    padding-top: 8.5rem !important;
  }

  .pdr-sm34 {
    padding-right: 8.5rem !important;
  }

  .pdb-sm34 {
    padding-bottom: 8.5rem !important;
  }

  .pdl-sm34 {
    padding-left: 8.5rem !important;
  }

  .pY-sm34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .pX-sm34 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .p-sm34 {
    padding: 8.5rem !important;
  }

  .pdt-sm35 {
    padding-top: 8.75rem !important;
  }

  .pdr-sm35 {
    padding-right: 8.75rem !important;
  }

  .pdb-sm35 {
    padding-bottom: 8.75rem !important;
  }

  .pdl-sm35 {
    padding-left: 8.75rem !important;
  }

  .pY-sm35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  .pX-sm35 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }

  .p-sm35 {
    padding: 8.75rem !important;
  }

  .pdt-sm36 {
    padding-top: 9rem !important;
  }

  .pdr-sm36 {
    padding-right: 9rem !important;
  }

  .pdb-sm36 {
    padding-bottom: 9rem !important;
  }

  .pdl-sm36 {
    padding-left: 9rem !important;
  }

  .pY-sm36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .pX-sm36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .p-sm36 {
    padding: 9rem !important;
  }

  .pdt-sm37 {
    padding-top: 9.25rem !important;
  }

  .pdr-sm37 {
    padding-right: 9.25rem !important;
  }

  .pdb-sm37 {
    padding-bottom: 9.25rem !important;
  }

  .pdl-sm37 {
    padding-left: 9.25rem !important;
  }

  .pY-sm37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }

  .pX-sm37 {
    padding-right: 9.25rem !important;
    padding-left: 9.25rem !important;
  }

  .p-sm37 {
    padding: 9.25rem !important;
  }

  .pdt-sm38 {
    padding-top: 9.5rem !important;
  }

  .pdr-sm38 {
    padding-right: 9.5rem !important;
  }

  .pdb-sm38 {
    padding-bottom: 9.5rem !important;
  }

  .pdl-sm38 {
    padding-left: 9.5rem !important;
  }

  .pY-sm38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .pX-sm38 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .p-sm38 {
    padding: 9.5rem !important;
  }

  .pdt-sm39 {
    padding-top: 9.75rem !important;
  }

  .pdr-sm39 {
    padding-right: 9.75rem !important;
  }

  .pdb-sm39 {
    padding-bottom: 9.75rem !important;
  }

  .pdl-sm39 {
    padding-left: 9.75rem !important;
  }

  .pY-sm39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }

  .pX-sm39 {
    padding-right: 9.75rem !important;
    padding-left: 9.75rem !important;
  }

  .p-sm39 {
    padding: 9.75rem !important;
  }

  .pdt-sm40 {
    padding-top: 10rem !important;
  }

  .pdr-sm40 {
    padding-right: 10rem !important;
  }

  .pdb-sm40 {
    padding-bottom: 10rem !important;
  }

  .pdl-sm40 {
    padding-left: 10rem !important;
  }

  .pY-sm40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pX-sm40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .p-sm40 {
    padding: 10rem !important;
  }
}
@media (min-width: 768px) {
  .pdt-md0 {
    padding-top: 0rem !important;
  }

  .pdr-md0 {
    padding-right: 0rem !important;
  }

  .pdb-md0 {
    padding-bottom: 0rem !important;
  }

  .pdl-md0 {
    padding-left: 0rem !important;
  }

  .pY-md0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .pX-md0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .p-md0 {
    padding: 0rem !important;
  }

  .pdt-md1 {
    padding-top: 0.25rem !important;
  }

  .pdr-md1 {
    padding-right: 0.25rem !important;
  }

  .pdb-md1 {
    padding-bottom: 0.25rem !important;
  }

  .pdl-md1 {
    padding-left: 0.25rem !important;
  }

  .pY-md1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .pX-md1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .p-md1 {
    padding: 0.25rem !important;
  }

  .pdt-md2 {
    padding-top: 0.5rem !important;
  }

  .pdr-md2 {
    padding-right: 0.5rem !important;
  }

  .pdb-md2 {
    padding-bottom: 0.5rem !important;
  }

  .pdl-md2 {
    padding-left: 0.5rem !important;
  }

  .pY-md2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .pX-md2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .p-md2 {
    padding: 0.5rem !important;
  }

  .pdt-md3 {
    padding-top: 0.75rem !important;
  }

  .pdr-md3 {
    padding-right: 0.75rem !important;
  }

  .pdb-md3 {
    padding-bottom: 0.75rem !important;
  }

  .pdl-md3 {
    padding-left: 0.75rem !important;
  }

  .pY-md3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .pX-md3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .p-md3 {
    padding: 0.75rem !important;
  }

  .pdt-md4 {
    padding-top: 1rem !important;
  }

  .pdr-md4 {
    padding-right: 1rem !important;
  }

  .pdb-md4 {
    padding-bottom: 1rem !important;
  }

  .pdl-md4 {
    padding-left: 1rem !important;
  }

  .pY-md4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pX-md4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .p-md4 {
    padding: 1rem !important;
  }

  .pdt-md5 {
    padding-top: 1.25rem !important;
  }

  .pdr-md5 {
    padding-right: 1.25rem !important;
  }

  .pdb-md5 {
    padding-bottom: 1.25rem !important;
  }

  .pdl-md5 {
    padding-left: 1.25rem !important;
  }

  .pY-md5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .pX-md5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .p-md5 {
    padding: 1.25rem !important;
  }

  .pdt-md6 {
    padding-top: 1.5rem !important;
  }

  .pdr-md6 {
    padding-right: 1.5rem !important;
  }

  .pdb-md6 {
    padding-bottom: 1.5rem !important;
  }

  .pdl-md6 {
    padding-left: 1.5rem !important;
  }

  .pY-md6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .pX-md6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .p-md6 {
    padding: 1.5rem !important;
  }

  .pdt-md7 {
    padding-top: 1.75rem !important;
  }

  .pdr-md7 {
    padding-right: 1.75rem !important;
  }

  .pdb-md7 {
    padding-bottom: 1.75rem !important;
  }

  .pdl-md7 {
    padding-left: 1.75rem !important;
  }

  .pY-md7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .pX-md7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .p-md7 {
    padding: 1.75rem !important;
  }

  .pdt-md8 {
    padding-top: 2rem !important;
  }

  .pdr-md8 {
    padding-right: 2rem !important;
  }

  .pdb-md8 {
    padding-bottom: 2rem !important;
  }

  .pdl-md8 {
    padding-left: 2rem !important;
  }

  .pY-md8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .pX-md8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .p-md8 {
    padding: 2rem !important;
  }

  .pdt-md9 {
    padding-top: 2.25rem !important;
  }

  .pdr-md9 {
    padding-right: 2.25rem !important;
  }

  .pdb-md9 {
    padding-bottom: 2.25rem !important;
  }

  .pdl-md9 {
    padding-left: 2.25rem !important;
  }

  .pY-md9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .pX-md9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .p-md9 {
    padding: 2.25rem !important;
  }

  .pdt-md10 {
    padding-top: 2.5rem !important;
  }

  .pdr-md10 {
    padding-right: 2.5rem !important;
  }

  .pdb-md10 {
    padding-bottom: 2.5rem !important;
  }

  .pdl-md10 {
    padding-left: 2.5rem !important;
  }

  .pY-md10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .pX-md10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .p-md10 {
    padding: 2.5rem !important;
  }

  .pdt-md11 {
    padding-top: 2.75rem !important;
  }

  .pdr-md11 {
    padding-right: 2.75rem !important;
  }

  .pdb-md11 {
    padding-bottom: 2.75rem !important;
  }

  .pdl-md11 {
    padding-left: 2.75rem !important;
  }

  .pY-md11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .pX-md11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .p-md11 {
    padding: 2.75rem !important;
  }

  .pdt-md12 {
    padding-top: 3rem !important;
  }

  .pdr-md12 {
    padding-right: 3rem !important;
  }

  .pdb-md12 {
    padding-bottom: 3rem !important;
  }

  .pdl-md12 {
    padding-left: 3rem !important;
  }

  .pY-md12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pX-md12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .p-md12 {
    padding: 3rem !important;
  }

  .pdt-md13 {
    padding-top: 3.25rem !important;
  }

  .pdr-md13 {
    padding-right: 3.25rem !important;
  }

  .pdb-md13 {
    padding-bottom: 3.25rem !important;
  }

  .pdl-md13 {
    padding-left: 3.25rem !important;
  }

  .pY-md13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .pX-md13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .p-md13 {
    padding: 3.25rem !important;
  }

  .pdt-md14 {
    padding-top: 3.5rem !important;
  }

  .pdr-md14 {
    padding-right: 3.5rem !important;
  }

  .pdb-md14 {
    padding-bottom: 3.5rem !important;
  }

  .pdl-md14 {
    padding-left: 3.5rem !important;
  }

  .pY-md14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .pX-md14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .p-md14 {
    padding: 3.5rem !important;
  }

  .pdt-md15 {
    padding-top: 3.75rem !important;
  }

  .pdr-md15 {
    padding-right: 3.75rem !important;
  }

  .pdb-md15 {
    padding-bottom: 3.75rem !important;
  }

  .pdl-md15 {
    padding-left: 3.75rem !important;
  }

  .pY-md15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .pX-md15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .p-md15 {
    padding: 3.75rem !important;
  }

  .pdt-md16 {
    padding-top: 4rem !important;
  }

  .pdr-md16 {
    padding-right: 4rem !important;
  }

  .pdb-md16 {
    padding-bottom: 4rem !important;
  }

  .pdl-md16 {
    padding-left: 4rem !important;
  }

  .pY-md16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pX-md16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .p-md16 {
    padding: 4rem !important;
  }

  .pdt-md17 {
    padding-top: 4.25rem !important;
  }

  .pdr-md17 {
    padding-right: 4.25rem !important;
  }

  .pdb-md17 {
    padding-bottom: 4.25rem !important;
  }

  .pdl-md17 {
    padding-left: 4.25rem !important;
  }

  .pY-md17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .pX-md17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }

  .p-md17 {
    padding: 4.25rem !important;
  }

  .pdt-md18 {
    padding-top: 4.5rem !important;
  }

  .pdr-md18 {
    padding-right: 4.5rem !important;
  }

  .pdb-md18 {
    padding-bottom: 4.5rem !important;
  }

  .pdl-md18 {
    padding-left: 4.5rem !important;
  }

  .pY-md18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pX-md18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .p-md18 {
    padding: 4.5rem !important;
  }

  .pdt-md19 {
    padding-top: 4.75rem !important;
  }

  .pdr-md19 {
    padding-right: 4.75rem !important;
  }

  .pdb-md19 {
    padding-bottom: 4.75rem !important;
  }

  .pdl-md19 {
    padding-left: 4.75rem !important;
  }

  .pY-md19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .pX-md19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }

  .p-md19 {
    padding: 4.75rem !important;
  }

  .pdt-md20 {
    padding-top: 5rem !important;
  }

  .pdr-md20 {
    padding-right: 5rem !important;
  }

  .pdb-md20 {
    padding-bottom: 5rem !important;
  }

  .pdl-md20 {
    padding-left: 5rem !important;
  }

  .pY-md20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pX-md20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .p-md20 {
    padding: 5rem !important;
  }

  .pdt-md21 {
    padding-top: 5.25rem !important;
  }

  .pdr-md21 {
    padding-right: 5.25rem !important;
  }

  .pdb-md21 {
    padding-bottom: 5.25rem !important;
  }

  .pdl-md21 {
    padding-left: 5.25rem !important;
  }

  .pY-md21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }

  .pX-md21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }

  .p-md21 {
    padding: 5.25rem !important;
  }

  .pdt-md22 {
    padding-top: 5.5rem !important;
  }

  .pdr-md22 {
    padding-right: 5.5rem !important;
  }

  .pdb-md22 {
    padding-bottom: 5.5rem !important;
  }

  .pdl-md22 {
    padding-left: 5.5rem !important;
  }

  .pY-md22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .pX-md22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .p-md22 {
    padding: 5.5rem !important;
  }

  .pdt-md23 {
    padding-top: 5.75rem !important;
  }

  .pdr-md23 {
    padding-right: 5.75rem !important;
  }

  .pdb-md23 {
    padding-bottom: 5.75rem !important;
  }

  .pdl-md23 {
    padding-left: 5.75rem !important;
  }

  .pY-md23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }

  .pX-md23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }

  .p-md23 {
    padding: 5.75rem !important;
  }

  .pdt-md24 {
    padding-top: 6rem !important;
  }

  .pdr-md24 {
    padding-right: 6rem !important;
  }

  .pdb-md24 {
    padding-bottom: 6rem !important;
  }

  .pdl-md24 {
    padding-left: 6rem !important;
  }

  .pY-md24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pX-md24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .p-md24 {
    padding: 6rem !important;
  }

  .pdt-md25 {
    padding-top: 6.25rem !important;
  }

  .pdr-md25 {
    padding-right: 6.25rem !important;
  }

  .pdb-md25 {
    padding-bottom: 6.25rem !important;
  }

  .pdl-md25 {
    padding-left: 6.25rem !important;
  }

  .pY-md25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .pX-md25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .p-md25 {
    padding: 6.25rem !important;
  }

  .pdt-md26 {
    padding-top: 6.5rem !important;
  }

  .pdr-md26 {
    padding-right: 6.5rem !important;
  }

  .pdb-md26 {
    padding-bottom: 6.5rem !important;
  }

  .pdl-md26 {
    padding-left: 6.5rem !important;
  }

  .pY-md26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .pX-md26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .p-md26 {
    padding: 6.5rem !important;
  }

  .pdt-md27 {
    padding-top: 6.75rem !important;
  }

  .pdr-md27 {
    padding-right: 6.75rem !important;
  }

  .pdb-md27 {
    padding-bottom: 6.75rem !important;
  }

  .pdl-md27 {
    padding-left: 6.75rem !important;
  }

  .pY-md27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }

  .pX-md27 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }

  .p-md27 {
    padding: 6.75rem !important;
  }

  .pdt-md28 {
    padding-top: 7rem !important;
  }

  .pdr-md28 {
    padding-right: 7rem !important;
  }

  .pdb-md28 {
    padding-bottom: 7rem !important;
  }

  .pdl-md28 {
    padding-left: 7rem !important;
  }

  .pY-md28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .pX-md28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .p-md28 {
    padding: 7rem !important;
  }

  .pdt-md29 {
    padding-top: 7.25rem !important;
  }

  .pdr-md29 {
    padding-right: 7.25rem !important;
  }

  .pdb-md29 {
    padding-bottom: 7.25rem !important;
  }

  .pdl-md29 {
    padding-left: 7.25rem !important;
  }

  .pY-md29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }

  .pX-md29 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }

  .p-md29 {
    padding: 7.25rem !important;
  }

  .pdt-md30 {
    padding-top: 7.5rem !important;
  }

  .pdr-md30 {
    padding-right: 7.5rem !important;
  }

  .pdb-md30 {
    padding-bottom: 7.5rem !important;
  }

  .pdl-md30 {
    padding-left: 7.5rem !important;
  }

  .pY-md30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .pX-md30 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .p-md30 {
    padding: 7.5rem !important;
  }

  .pdt-md31 {
    padding-top: 7.75rem !important;
  }

  .pdr-md31 {
    padding-right: 7.75rem !important;
  }

  .pdb-md31 {
    padding-bottom: 7.75rem !important;
  }

  .pdl-md31 {
    padding-left: 7.75rem !important;
  }

  .pY-md31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }

  .pX-md31 {
    padding-right: 7.75rem !important;
    padding-left: 7.75rem !important;
  }

  .p-md31 {
    padding: 7.75rem !important;
  }

  .pdt-md32 {
    padding-top: 8rem !important;
  }

  .pdr-md32 {
    padding-right: 8rem !important;
  }

  .pdb-md32 {
    padding-bottom: 8rem !important;
  }

  .pdl-md32 {
    padding-left: 8rem !important;
  }

  .pY-md32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .pX-md32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .p-md32 {
    padding: 8rem !important;
  }

  .pdt-md33 {
    padding-top: 8.25rem !important;
  }

  .pdr-md33 {
    padding-right: 8.25rem !important;
  }

  .pdb-md33 {
    padding-bottom: 8.25rem !important;
  }

  .pdl-md33 {
    padding-left: 8.25rem !important;
  }

  .pY-md33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }

  .pX-md33 {
    padding-right: 8.25rem !important;
    padding-left: 8.25rem !important;
  }

  .p-md33 {
    padding: 8.25rem !important;
  }

  .pdt-md34 {
    padding-top: 8.5rem !important;
  }

  .pdr-md34 {
    padding-right: 8.5rem !important;
  }

  .pdb-md34 {
    padding-bottom: 8.5rem !important;
  }

  .pdl-md34 {
    padding-left: 8.5rem !important;
  }

  .pY-md34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .pX-md34 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .p-md34 {
    padding: 8.5rem !important;
  }

  .pdt-md35 {
    padding-top: 8.75rem !important;
  }

  .pdr-md35 {
    padding-right: 8.75rem !important;
  }

  .pdb-md35 {
    padding-bottom: 8.75rem !important;
  }

  .pdl-md35 {
    padding-left: 8.75rem !important;
  }

  .pY-md35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  .pX-md35 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }

  .p-md35 {
    padding: 8.75rem !important;
  }

  .pdt-md36 {
    padding-top: 9rem !important;
  }

  .pdr-md36 {
    padding-right: 9rem !important;
  }

  .pdb-md36 {
    padding-bottom: 9rem !important;
  }

  .pdl-md36 {
    padding-left: 9rem !important;
  }

  .pY-md36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .pX-md36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .p-md36 {
    padding: 9rem !important;
  }

  .pdt-md37 {
    padding-top: 9.25rem !important;
  }

  .pdr-md37 {
    padding-right: 9.25rem !important;
  }

  .pdb-md37 {
    padding-bottom: 9.25rem !important;
  }

  .pdl-md37 {
    padding-left: 9.25rem !important;
  }

  .pY-md37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }

  .pX-md37 {
    padding-right: 9.25rem !important;
    padding-left: 9.25rem !important;
  }

  .p-md37 {
    padding: 9.25rem !important;
  }

  .pdt-md38 {
    padding-top: 9.5rem !important;
  }

  .pdr-md38 {
    padding-right: 9.5rem !important;
  }

  .pdb-md38 {
    padding-bottom: 9.5rem !important;
  }

  .pdl-md38 {
    padding-left: 9.5rem !important;
  }

  .pY-md38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .pX-md38 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .p-md38 {
    padding: 9.5rem !important;
  }

  .pdt-md39 {
    padding-top: 9.75rem !important;
  }

  .pdr-md39 {
    padding-right: 9.75rem !important;
  }

  .pdb-md39 {
    padding-bottom: 9.75rem !important;
  }

  .pdl-md39 {
    padding-left: 9.75rem !important;
  }

  .pY-md39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }

  .pX-md39 {
    padding-right: 9.75rem !important;
    padding-left: 9.75rem !important;
  }

  .p-md39 {
    padding: 9.75rem !important;
  }

  .pdt-md40 {
    padding-top: 10rem !important;
  }

  .pdr-md40 {
    padding-right: 10rem !important;
  }

  .pdb-md40 {
    padding-bottom: 10rem !important;
  }

  .pdl-md40 {
    padding-left: 10rem !important;
  }

  .pY-md40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pX-md40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .p-md40 {
    padding: 10rem !important;
  }
}
@media (min-width: 992px) {
  .pdt-lg0 {
    padding-top: 0rem !important;
  }

  .pdr-lg0 {
    padding-right: 0rem !important;
  }

  .pdb-lg0 {
    padding-bottom: 0rem !important;
  }

  .pdl-lg0 {
    padding-left: 0rem !important;
  }

  .pY-lg0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .pX-lg0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .p-lg0 {
    padding: 0rem !important;
  }

  .pdt-lg1 {
    padding-top: 0.25rem !important;
  }

  .pdr-lg1 {
    padding-right: 0.25rem !important;
  }

  .pdb-lg1 {
    padding-bottom: 0.25rem !important;
  }

  .pdl-lg1 {
    padding-left: 0.25rem !important;
  }

  .pY-lg1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .pX-lg1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .p-lg1 {
    padding: 0.25rem !important;
  }

  .pdt-lg2 {
    padding-top: 0.5rem !important;
  }

  .pdr-lg2 {
    padding-right: 0.5rem !important;
  }

  .pdb-lg2 {
    padding-bottom: 0.5rem !important;
  }

  .pdl-lg2 {
    padding-left: 0.5rem !important;
  }

  .pY-lg2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .pX-lg2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .p-lg2 {
    padding: 0.5rem !important;
  }

  .pdt-lg3 {
    padding-top: 0.75rem !important;
  }

  .pdr-lg3 {
    padding-right: 0.75rem !important;
  }

  .pdb-lg3 {
    padding-bottom: 0.75rem !important;
  }

  .pdl-lg3 {
    padding-left: 0.75rem !important;
  }

  .pY-lg3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .pX-lg3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .p-lg3 {
    padding: 0.75rem !important;
  }

  .pdt-lg4 {
    padding-top: 1rem !important;
  }

  .pdr-lg4 {
    padding-right: 1rem !important;
  }

  .pdb-lg4 {
    padding-bottom: 1rem !important;
  }

  .pdl-lg4 {
    padding-left: 1rem !important;
  }

  .pY-lg4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pX-lg4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .p-lg4 {
    padding: 1rem !important;
  }

  .pdt-lg5 {
    padding-top: 1.25rem !important;
  }

  .pdr-lg5 {
    padding-right: 1.25rem !important;
  }

  .pdb-lg5 {
    padding-bottom: 1.25rem !important;
  }

  .pdl-lg5 {
    padding-left: 1.25rem !important;
  }

  .pY-lg5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .pX-lg5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .p-lg5 {
    padding: 1.25rem !important;
  }

  .pdt-lg6 {
    padding-top: 1.5rem !important;
  }

  .pdr-lg6 {
    padding-right: 1.5rem !important;
  }

  .pdb-lg6 {
    padding-bottom: 1.5rem !important;
  }

  .pdl-lg6 {
    padding-left: 1.5rem !important;
  }

  .pY-lg6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .pX-lg6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .p-lg6 {
    padding: 1.5rem !important;
  }

  .pdt-lg7 {
    padding-top: 1.75rem !important;
  }

  .pdr-lg7 {
    padding-right: 1.75rem !important;
  }

  .pdb-lg7 {
    padding-bottom: 1.75rem !important;
  }

  .pdl-lg7 {
    padding-left: 1.75rem !important;
  }

  .pY-lg7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .pX-lg7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .p-lg7 {
    padding: 1.75rem !important;
  }

  .pdt-lg8 {
    padding-top: 2rem !important;
  }

  .pdr-lg8 {
    padding-right: 2rem !important;
  }

  .pdb-lg8 {
    padding-bottom: 2rem !important;
  }

  .pdl-lg8 {
    padding-left: 2rem !important;
  }

  .pY-lg8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .pX-lg8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .p-lg8 {
    padding: 2rem !important;
  }

  .pdt-lg9 {
    padding-top: 2.25rem !important;
  }

  .pdr-lg9 {
    padding-right: 2.25rem !important;
  }

  .pdb-lg9 {
    padding-bottom: 2.25rem !important;
  }

  .pdl-lg9 {
    padding-left: 2.25rem !important;
  }

  .pY-lg9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .pX-lg9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .p-lg9 {
    padding: 2.25rem !important;
  }

  .pdt-lg10 {
    padding-top: 2.5rem !important;
  }

  .pdr-lg10 {
    padding-right: 2.5rem !important;
  }

  .pdb-lg10 {
    padding-bottom: 2.5rem !important;
  }

  .pdl-lg10 {
    padding-left: 2.5rem !important;
  }

  .pY-lg10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .pX-lg10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .p-lg10 {
    padding: 2.5rem !important;
  }

  .pdt-lg11 {
    padding-top: 2.75rem !important;
  }

  .pdr-lg11 {
    padding-right: 2.75rem !important;
  }

  .pdb-lg11 {
    padding-bottom: 2.75rem !important;
  }

  .pdl-lg11 {
    padding-left: 2.75rem !important;
  }

  .pY-lg11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .pX-lg11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .p-lg11 {
    padding: 2.75rem !important;
  }

  .pdt-lg12 {
    padding-top: 3rem !important;
  }

  .pdr-lg12 {
    padding-right: 3rem !important;
  }

  .pdb-lg12 {
    padding-bottom: 3rem !important;
  }

  .pdl-lg12 {
    padding-left: 3rem !important;
  }

  .pY-lg12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pX-lg12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .p-lg12 {
    padding: 3rem !important;
  }

  .pdt-lg13 {
    padding-top: 3.25rem !important;
  }

  .pdr-lg13 {
    padding-right: 3.25rem !important;
  }

  .pdb-lg13 {
    padding-bottom: 3.25rem !important;
  }

  .pdl-lg13 {
    padding-left: 3.25rem !important;
  }

  .pY-lg13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .pX-lg13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .p-lg13 {
    padding: 3.25rem !important;
  }

  .pdt-lg14 {
    padding-top: 3.5rem !important;
  }

  .pdr-lg14 {
    padding-right: 3.5rem !important;
  }

  .pdb-lg14 {
    padding-bottom: 3.5rem !important;
  }

  .pdl-lg14 {
    padding-left: 3.5rem !important;
  }

  .pY-lg14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .pX-lg14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .p-lg14 {
    padding: 3.5rem !important;
  }

  .pdt-lg15 {
    padding-top: 3.75rem !important;
  }

  .pdr-lg15 {
    padding-right: 3.75rem !important;
  }

  .pdb-lg15 {
    padding-bottom: 3.75rem !important;
  }

  .pdl-lg15 {
    padding-left: 3.75rem !important;
  }

  .pY-lg15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .pX-lg15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .p-lg15 {
    padding: 3.75rem !important;
  }

  .pdt-lg16 {
    padding-top: 4rem !important;
  }

  .pdr-lg16 {
    padding-right: 4rem !important;
  }

  .pdb-lg16 {
    padding-bottom: 4rem !important;
  }

  .pdl-lg16 {
    padding-left: 4rem !important;
  }

  .pY-lg16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pX-lg16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .p-lg16 {
    padding: 4rem !important;
  }

  .pdt-lg17 {
    padding-top: 4.25rem !important;
  }

  .pdr-lg17 {
    padding-right: 4.25rem !important;
  }

  .pdb-lg17 {
    padding-bottom: 4.25rem !important;
  }

  .pdl-lg17 {
    padding-left: 4.25rem !important;
  }

  .pY-lg17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .pX-lg17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }

  .p-lg17 {
    padding: 4.25rem !important;
  }

  .pdt-lg18 {
    padding-top: 4.5rem !important;
  }

  .pdr-lg18 {
    padding-right: 4.5rem !important;
  }

  .pdb-lg18 {
    padding-bottom: 4.5rem !important;
  }

  .pdl-lg18 {
    padding-left: 4.5rem !important;
  }

  .pY-lg18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pX-lg18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .p-lg18 {
    padding: 4.5rem !important;
  }

  .pdt-lg19 {
    padding-top: 4.75rem !important;
  }

  .pdr-lg19 {
    padding-right: 4.75rem !important;
  }

  .pdb-lg19 {
    padding-bottom: 4.75rem !important;
  }

  .pdl-lg19 {
    padding-left: 4.75rem !important;
  }

  .pY-lg19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .pX-lg19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }

  .p-lg19 {
    padding: 4.75rem !important;
  }

  .pdt-lg20 {
    padding-top: 5rem !important;
  }

  .pdr-lg20 {
    padding-right: 5rem !important;
  }

  .pdb-lg20 {
    padding-bottom: 5rem !important;
  }

  .pdl-lg20 {
    padding-left: 5rem !important;
  }

  .pY-lg20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pX-lg20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .p-lg20 {
    padding: 5rem !important;
  }

  .pdt-lg21 {
    padding-top: 5.25rem !important;
  }

  .pdr-lg21 {
    padding-right: 5.25rem !important;
  }

  .pdb-lg21 {
    padding-bottom: 5.25rem !important;
  }

  .pdl-lg21 {
    padding-left: 5.25rem !important;
  }

  .pY-lg21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }

  .pX-lg21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }

  .p-lg21 {
    padding: 5.25rem !important;
  }

  .pdt-lg22 {
    padding-top: 5.5rem !important;
  }

  .pdr-lg22 {
    padding-right: 5.5rem !important;
  }

  .pdb-lg22 {
    padding-bottom: 5.5rem !important;
  }

  .pdl-lg22 {
    padding-left: 5.5rem !important;
  }

  .pY-lg22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .pX-lg22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .p-lg22 {
    padding: 5.5rem !important;
  }

  .pdt-lg23 {
    padding-top: 5.75rem !important;
  }

  .pdr-lg23 {
    padding-right: 5.75rem !important;
  }

  .pdb-lg23 {
    padding-bottom: 5.75rem !important;
  }

  .pdl-lg23 {
    padding-left: 5.75rem !important;
  }

  .pY-lg23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }

  .pX-lg23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }

  .p-lg23 {
    padding: 5.75rem !important;
  }

  .pdt-lg24 {
    padding-top: 6rem !important;
  }

  .pdr-lg24 {
    padding-right: 6rem !important;
  }

  .pdb-lg24 {
    padding-bottom: 6rem !important;
  }

  .pdl-lg24 {
    padding-left: 6rem !important;
  }

  .pY-lg24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pX-lg24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .p-lg24 {
    padding: 6rem !important;
  }

  .pdt-lg25 {
    padding-top: 6.25rem !important;
  }

  .pdr-lg25 {
    padding-right: 6.25rem !important;
  }

  .pdb-lg25 {
    padding-bottom: 6.25rem !important;
  }

  .pdl-lg25 {
    padding-left: 6.25rem !important;
  }

  .pY-lg25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .pX-lg25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .p-lg25 {
    padding: 6.25rem !important;
  }

  .pdt-lg26 {
    padding-top: 6.5rem !important;
  }

  .pdr-lg26 {
    padding-right: 6.5rem !important;
  }

  .pdb-lg26 {
    padding-bottom: 6.5rem !important;
  }

  .pdl-lg26 {
    padding-left: 6.5rem !important;
  }

  .pY-lg26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .pX-lg26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .p-lg26 {
    padding: 6.5rem !important;
  }

  .pdt-lg27 {
    padding-top: 6.75rem !important;
  }

  .pdr-lg27 {
    padding-right: 6.75rem !important;
  }

  .pdb-lg27 {
    padding-bottom: 6.75rem !important;
  }

  .pdl-lg27 {
    padding-left: 6.75rem !important;
  }

  .pY-lg27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }

  .pX-lg27 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }

  .p-lg27 {
    padding: 6.75rem !important;
  }

  .pdt-lg28 {
    padding-top: 7rem !important;
  }

  .pdr-lg28 {
    padding-right: 7rem !important;
  }

  .pdb-lg28 {
    padding-bottom: 7rem !important;
  }

  .pdl-lg28 {
    padding-left: 7rem !important;
  }

  .pY-lg28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .pX-lg28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .p-lg28 {
    padding: 7rem !important;
  }

  .pdt-lg29 {
    padding-top: 7.25rem !important;
  }

  .pdr-lg29 {
    padding-right: 7.25rem !important;
  }

  .pdb-lg29 {
    padding-bottom: 7.25rem !important;
  }

  .pdl-lg29 {
    padding-left: 7.25rem !important;
  }

  .pY-lg29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }

  .pX-lg29 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }

  .p-lg29 {
    padding: 7.25rem !important;
  }

  .pdt-lg30 {
    padding-top: 7.5rem !important;
  }

  .pdr-lg30 {
    padding-right: 7.5rem !important;
  }

  .pdb-lg30 {
    padding-bottom: 7.5rem !important;
  }

  .pdl-lg30 {
    padding-left: 7.5rem !important;
  }

  .pY-lg30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .pX-lg30 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .p-lg30 {
    padding: 7.5rem !important;
  }

  .pdt-lg31 {
    padding-top: 7.75rem !important;
  }

  .pdr-lg31 {
    padding-right: 7.75rem !important;
  }

  .pdb-lg31 {
    padding-bottom: 7.75rem !important;
  }

  .pdl-lg31 {
    padding-left: 7.75rem !important;
  }

  .pY-lg31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }

  .pX-lg31 {
    padding-right: 7.75rem !important;
    padding-left: 7.75rem !important;
  }

  .p-lg31 {
    padding: 7.75rem !important;
  }

  .pdt-lg32 {
    padding-top: 8rem !important;
  }

  .pdr-lg32 {
    padding-right: 8rem !important;
  }

  .pdb-lg32 {
    padding-bottom: 8rem !important;
  }

  .pdl-lg32 {
    padding-left: 8rem !important;
  }

  .pY-lg32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .pX-lg32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .p-lg32 {
    padding: 8rem !important;
  }

  .pdt-lg33 {
    padding-top: 8.25rem !important;
  }

  .pdr-lg33 {
    padding-right: 8.25rem !important;
  }

  .pdb-lg33 {
    padding-bottom: 8.25rem !important;
  }

  .pdl-lg33 {
    padding-left: 8.25rem !important;
  }

  .pY-lg33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }

  .pX-lg33 {
    padding-right: 8.25rem !important;
    padding-left: 8.25rem !important;
  }

  .p-lg33 {
    padding: 8.25rem !important;
  }

  .pdt-lg34 {
    padding-top: 8.5rem !important;
  }

  .pdr-lg34 {
    padding-right: 8.5rem !important;
  }

  .pdb-lg34 {
    padding-bottom: 8.5rem !important;
  }

  .pdl-lg34 {
    padding-left: 8.5rem !important;
  }

  .pY-lg34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .pX-lg34 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .p-lg34 {
    padding: 8.5rem !important;
  }

  .pdt-lg35 {
    padding-top: 8.75rem !important;
  }

  .pdr-lg35 {
    padding-right: 8.75rem !important;
  }

  .pdb-lg35 {
    padding-bottom: 8.75rem !important;
  }

  .pdl-lg35 {
    padding-left: 8.75rem !important;
  }

  .pY-lg35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  .pX-lg35 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }

  .p-lg35 {
    padding: 8.75rem !important;
  }

  .pdt-lg36 {
    padding-top: 9rem !important;
  }

  .pdr-lg36 {
    padding-right: 9rem !important;
  }

  .pdb-lg36 {
    padding-bottom: 9rem !important;
  }

  .pdl-lg36 {
    padding-left: 9rem !important;
  }

  .pY-lg36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .pX-lg36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .p-lg36 {
    padding: 9rem !important;
  }

  .pdt-lg37 {
    padding-top: 9.25rem !important;
  }

  .pdr-lg37 {
    padding-right: 9.25rem !important;
  }

  .pdb-lg37 {
    padding-bottom: 9.25rem !important;
  }

  .pdl-lg37 {
    padding-left: 9.25rem !important;
  }

  .pY-lg37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }

  .pX-lg37 {
    padding-right: 9.25rem !important;
    padding-left: 9.25rem !important;
  }

  .p-lg37 {
    padding: 9.25rem !important;
  }

  .pdt-lg38 {
    padding-top: 9.5rem !important;
  }

  .pdr-lg38 {
    padding-right: 9.5rem !important;
  }

  .pdb-lg38 {
    padding-bottom: 9.5rem !important;
  }

  .pdl-lg38 {
    padding-left: 9.5rem !important;
  }

  .pY-lg38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .pX-lg38 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .p-lg38 {
    padding: 9.5rem !important;
  }

  .pdt-lg39 {
    padding-top: 9.75rem !important;
  }

  .pdr-lg39 {
    padding-right: 9.75rem !important;
  }

  .pdb-lg39 {
    padding-bottom: 9.75rem !important;
  }

  .pdl-lg39 {
    padding-left: 9.75rem !important;
  }

  .pY-lg39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }

  .pX-lg39 {
    padding-right: 9.75rem !important;
    padding-left: 9.75rem !important;
  }

  .p-lg39 {
    padding: 9.75rem !important;
  }

  .pdt-lg40 {
    padding-top: 10rem !important;
  }

  .pdr-lg40 {
    padding-right: 10rem !important;
  }

  .pdb-lg40 {
    padding-bottom: 10rem !important;
  }

  .pdl-lg40 {
    padding-left: 10rem !important;
  }

  .pY-lg40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pX-lg40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .p-lg40 {
    padding: 10rem !important;
  }
}
.pd15px {
  padding: 15px;
}

/*********************************************************
font-size : collect
*********************************************************/
.fs-1 {
  font-size: 1px;
}

.fs-2 {
  font-size: 2px;
}

.fs-3 {
  font-size: 3px;
}

.fs-4 {
  font-size: 4px;
}

.fs-5 {
  font-size: 5px;
}

.fs-6 {
  font-size: 6px;
}

.fs-7 {
  font-size: 7px;
}

.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 37px;
}

.fs-38 {
  font-size: 38px;
}

.fs-39 {
  font-size: 39px;
}

.fs-40 {
  font-size: 40px;
}

.fs-41 {
  font-size: 41px;
}

.fs-42 {
  font-size: 42px;
}

.fs-43 {
  font-size: 43px;
}

.fs-44 {
  font-size: 44px;
}

.fs-45 {
  font-size: 45px;
}

.fs-46 {
  font-size: 46px;
}

.fs-47 {
  font-size: 47px;
}

.fs-48 {
  font-size: 48px;
}

.fs-49 {
  font-size: 49px;
}

.fs-50 {
  font-size: 50px;
}

.fs-51 {
  font-size: 51px;
}

.fs-52 {
  font-size: 52px;
}

.fs-53 {
  font-size: 53px;
}

.fs-54 {
  font-size: 54px;
}

.fs-55 {
  font-size: 55px;
}

.fs-56 {
  font-size: 56px;
}

.fs-57 {
  font-size: 57px;
}

.fs-58 {
  font-size: 58px;
}

.fs-59 {
  font-size: 59px;
}

.fs-60 {
  font-size: 60px;
}

.fs-61 {
  font-size: 61px;
}

.fs-62 {
  font-size: 62px;
}

.fs-63 {
  font-size: 63px;
}

.fs-64 {
  font-size: 64px;
}

.fs-65 {
  font-size: 65px;
}

.fs-66 {
  font-size: 66px;
}

.fs-67 {
  font-size: 67px;
}

.fs-68 {
  font-size: 68px;
}

.fs-69 {
  font-size: 69px;
}

.fs-70 {
  font-size: 70px;
}

.fs-71 {
  font-size: 71px;
}

.fs-72 {
  font-size: 72px;
}

.fs-73 {
  font-size: 73px;
}

.fs-74 {
  font-size: 74px;
}

.fs-75 {
  font-size: 75px;
}

.fs-76 {
  font-size: 76px;
}

.fs-77 {
  font-size: 77px;
}

.fs-78 {
  font-size: 78px;
}

.fs-79 {
  font-size: 79px;
}

.fs-80 {
  font-size: 80px;
}

.fs-81 {
  font-size: 81px;
}

.fs-82 {
  font-size: 82px;
}

.fs-83 {
  font-size: 83px;
}

.fs-84 {
  font-size: 84px;
}

.fs-85 {
  font-size: 85px;
}

.fs-86 {
  font-size: 86px;
}

.fs-87 {
  font-size: 87px;
}

.fs-88 {
  font-size: 88px;
}

.fs-89 {
  font-size: 89px;
}

.fs-90 {
  font-size: 90px;
}

.fs-91 {
  font-size: 91px;
}

.fs-92 {
  font-size: 92px;
}

.fs-93 {
  font-size: 93px;
}

.fs-94 {
  font-size: 94px;
}

.fs-95 {
  font-size: 95px;
}

.fs-96 {
  font-size: 96px;
}

.fs-97 {
  font-size: 97px;
}

.fs-98 {
  font-size: 98px;
}

.fs-99 {
  font-size: 99px;
}

.fs-100 {
  font-size: 100px;
}

@media (min-width: 768px) {
  .fs-md1 {
    font-size: 1px;
  }

  .fs-md2 {
    font-size: 2px;
  }

  .fs-md3 {
    font-size: 3px;
  }

  .fs-md4 {
    font-size: 4px;
  }

  .fs-md5 {
    font-size: 5px;
  }

  .fs-md6 {
    font-size: 6px;
  }

  .fs-md7 {
    font-size: 7px;
  }

  .fs-md8 {
    font-size: 8px;
  }

  .fs-md9 {
    font-size: 9px;
  }

  .fs-md10 {
    font-size: 10px;
  }

  .fs-md11 {
    font-size: 11px;
  }

  .fs-md12 {
    font-size: 12px;
  }

  .fs-md13 {
    font-size: 13px;
  }

  .fs-md14 {
    font-size: 14px;
  }

  .fs-md15 {
    font-size: 15px;
  }

  .fs-md16 {
    font-size: 16px;
  }

  .fs-md17 {
    font-size: 17px;
  }

  .fs-md18 {
    font-size: 18px;
  }

  .fs-md19 {
    font-size: 19px;
  }

  .fs-md20 {
    font-size: 20px;
  }

  .fs-md21 {
    font-size: 21px;
  }

  .fs-md22 {
    font-size: 22px;
  }

  .fs-md23 {
    font-size: 23px;
  }

  .fs-md24 {
    font-size: 24px;
  }

  .fs-md25 {
    font-size: 25px;
  }

  .fs-md26 {
    font-size: 26px;
  }

  .fs-md27 {
    font-size: 27px;
  }

  .fs-md28 {
    font-size: 28px;
  }

  .fs-md29 {
    font-size: 29px;
  }

  .fs-md30 {
    font-size: 30px;
  }

  .fs-md31 {
    font-size: 31px;
  }

  .fs-md32 {
    font-size: 32px;
  }

  .fs-md33 {
    font-size: 33px;
  }

  .fs-md34 {
    font-size: 34px;
  }

  .fs-md35 {
    font-size: 35px;
  }

  .fs-md36 {
    font-size: 36px;
  }

  .fs-md37 {
    font-size: 37px;
  }

  .fs-md38 {
    font-size: 38px;
  }

  .fs-md39 {
    font-size: 39px;
  }

  .fs-md40 {
    font-size: 40px;
  }

  .fs-md41 {
    font-size: 41px;
  }

  .fs-md42 {
    font-size: 42px;
  }

  .fs-md43 {
    font-size: 43px;
  }

  .fs-md44 {
    font-size: 44px;
  }

  .fs-md45 {
    font-size: 45px;
  }

  .fs-md46 {
    font-size: 46px;
  }

  .fs-md47 {
    font-size: 47px;
  }

  .fs-md48 {
    font-size: 48px;
  }

  .fs-md49 {
    font-size: 49px;
  }

  .fs-md50 {
    font-size: 50px;
  }

  .fs-md51 {
    font-size: 51px;
  }

  .fs-md52 {
    font-size: 52px;
  }

  .fs-md53 {
    font-size: 53px;
  }

  .fs-md54 {
    font-size: 54px;
  }

  .fs-md55 {
    font-size: 55px;
  }

  .fs-md56 {
    font-size: 56px;
  }

  .fs-md57 {
    font-size: 57px;
  }

  .fs-md58 {
    font-size: 58px;
  }

  .fs-md59 {
    font-size: 59px;
  }

  .fs-md60 {
    font-size: 60px;
  }

  .fs-md61 {
    font-size: 61px;
  }

  .fs-md62 {
    font-size: 62px;
  }

  .fs-md63 {
    font-size: 63px;
  }

  .fs-md64 {
    font-size: 64px;
  }

  .fs-md65 {
    font-size: 65px;
  }

  .fs-md66 {
    font-size: 66px;
  }

  .fs-md67 {
    font-size: 67px;
  }

  .fs-md68 {
    font-size: 68px;
  }

  .fs-md69 {
    font-size: 69px;
  }

  .fs-md70 {
    font-size: 70px;
  }

  .fs-md71 {
    font-size: 71px;
  }

  .fs-md72 {
    font-size: 72px;
  }

  .fs-md73 {
    font-size: 73px;
  }

  .fs-md74 {
    font-size: 74px;
  }

  .fs-md75 {
    font-size: 75px;
  }

  .fs-md76 {
    font-size: 76px;
  }

  .fs-md77 {
    font-size: 77px;
  }

  .fs-md78 {
    font-size: 78px;
  }

  .fs-md79 {
    font-size: 79px;
  }

  .fs-md80 {
    font-size: 80px;
  }

  .fs-md81 {
    font-size: 81px;
  }

  .fs-md82 {
    font-size: 82px;
  }

  .fs-md83 {
    font-size: 83px;
  }

  .fs-md84 {
    font-size: 84px;
  }

  .fs-md85 {
    font-size: 85px;
  }

  .fs-md86 {
    font-size: 86px;
  }

  .fs-md87 {
    font-size: 87px;
  }

  .fs-md88 {
    font-size: 88px;
  }

  .fs-md89 {
    font-size: 89px;
  }

  .fs-md90 {
    font-size: 90px;
  }

  .fs-md91 {
    font-size: 91px;
  }

  .fs-md92 {
    font-size: 92px;
  }

  .fs-md93 {
    font-size: 93px;
  }

  .fs-md94 {
    font-size: 94px;
  }

  .fs-md95 {
    font-size: 95px;
  }

  .fs-md96 {
    font-size: 96px;
  }

  .fs-md97 {
    font-size: 97px;
  }

  .fs-md98 {
    font-size: 98px;
  }

  .fs-md99 {
    font-size: 99px;
  }

  .fs-md100 {
    font-size: 100px;
  }
}
@media (min-width: 992px) {
  .fs-lg1 {
    font-size: 1px;
  }

  .fs-lg2 {
    font-size: 2px;
  }

  .fs-lg3 {
    font-size: 3px;
  }

  .fs-lg4 {
    font-size: 4px;
  }

  .fs-lg5 {
    font-size: 5px;
  }

  .fs-lg6 {
    font-size: 6px;
  }

  .fs-lg7 {
    font-size: 7px;
  }

  .fs-lg8 {
    font-size: 8px;
  }

  .fs-lg9 {
    font-size: 9px;
  }

  .fs-lg10 {
    font-size: 10px;
  }

  .fs-lg11 {
    font-size: 11px;
  }

  .fs-lg12 {
    font-size: 12px;
  }

  .fs-lg13 {
    font-size: 13px;
  }

  .fs-lg14 {
    font-size: 14px;
  }

  .fs-lg15 {
    font-size: 15px;
  }

  .fs-lg16 {
    font-size: 16px;
  }

  .fs-lg17 {
    font-size: 17px;
  }

  .fs-lg18 {
    font-size: 18px;
  }

  .fs-lg19 {
    font-size: 19px;
  }

  .fs-lg20 {
    font-size: 20px;
  }

  .fs-lg21 {
    font-size: 21px;
  }

  .fs-lg22 {
    font-size: 22px;
  }

  .fs-lg23 {
    font-size: 23px;
  }

  .fs-lg24 {
    font-size: 24px;
  }

  .fs-lg25 {
    font-size: 25px;
  }

  .fs-lg26 {
    font-size: 26px;
  }

  .fs-lg27 {
    font-size: 27px;
  }

  .fs-lg28 {
    font-size: 28px;
  }

  .fs-lg29 {
    font-size: 29px;
  }

  .fs-lg30 {
    font-size: 30px;
  }

  .fs-lg31 {
    font-size: 31px;
  }

  .fs-lg32 {
    font-size: 32px;
  }

  .fs-lg33 {
    font-size: 33px;
  }

  .fs-lg34 {
    font-size: 34px;
  }

  .fs-lg35 {
    font-size: 35px;
  }

  .fs-lg36 {
    font-size: 36px;
  }

  .fs-lg37 {
    font-size: 37px;
  }

  .fs-lg38 {
    font-size: 38px;
  }

  .fs-lg39 {
    font-size: 39px;
  }

  .fs-lg40 {
    font-size: 40px;
  }

  .fs-lg41 {
    font-size: 41px;
  }

  .fs-lg42 {
    font-size: 42px;
  }

  .fs-lg43 {
    font-size: 43px;
  }

  .fs-lg44 {
    font-size: 44px;
  }

  .fs-lg45 {
    font-size: 45px;
  }

  .fs-lg46 {
    font-size: 46px;
  }

  .fs-lg47 {
    font-size: 47px;
  }

  .fs-lg48 {
    font-size: 48px;
  }

  .fs-lg49 {
    font-size: 49px;
  }

  .fs-lg50 {
    font-size: 50px;
  }

  .fs-lg51 {
    font-size: 51px;
  }

  .fs-lg52 {
    font-size: 52px;
  }

  .fs-lg53 {
    font-size: 53px;
  }

  .fs-lg54 {
    font-size: 54px;
  }

  .fs-lg55 {
    font-size: 55px;
  }

  .fs-lg56 {
    font-size: 56px;
  }

  .fs-lg57 {
    font-size: 57px;
  }

  .fs-lg58 {
    font-size: 58px;
  }

  .fs-lg59 {
    font-size: 59px;
  }

  .fs-lg60 {
    font-size: 60px;
  }

  .fs-lg61 {
    font-size: 61px;
  }

  .fs-lg62 {
    font-size: 62px;
  }

  .fs-lg63 {
    font-size: 63px;
  }

  .fs-lg64 {
    font-size: 64px;
  }

  .fs-lg65 {
    font-size: 65px;
  }

  .fs-lg66 {
    font-size: 66px;
  }

  .fs-lg67 {
    font-size: 67px;
  }

  .fs-lg68 {
    font-size: 68px;
  }

  .fs-lg69 {
    font-size: 69px;
  }

  .fs-lg70 {
    font-size: 70px;
  }

  .fs-lg71 {
    font-size: 71px;
  }

  .fs-lg72 {
    font-size: 72px;
  }

  .fs-lg73 {
    font-size: 73px;
  }

  .fs-lg74 {
    font-size: 74px;
  }

  .fs-lg75 {
    font-size: 75px;
  }

  .fs-lg76 {
    font-size: 76px;
  }

  .fs-lg77 {
    font-size: 77px;
  }

  .fs-lg78 {
    font-size: 78px;
  }

  .fs-lg79 {
    font-size: 79px;
  }

  .fs-lg80 {
    font-size: 80px;
  }

  .fs-lg81 {
    font-size: 81px;
  }

  .fs-lg82 {
    font-size: 82px;
  }

  .fs-lg83 {
    font-size: 83px;
  }

  .fs-lg84 {
    font-size: 84px;
  }

  .fs-lg85 {
    font-size: 85px;
  }

  .fs-lg86 {
    font-size: 86px;
  }

  .fs-lg87 {
    font-size: 87px;
  }

  .fs-lg88 {
    font-size: 88px;
  }

  .fs-lg89 {
    font-size: 89px;
  }

  .fs-lg90 {
    font-size: 90px;
  }

  .fs-lg91 {
    font-size: 91px;
  }

  .fs-lg92 {
    font-size: 92px;
  }

  .fs-lg93 {
    font-size: 93px;
  }

  .fs-lg94 {
    font-size: 94px;
  }

  .fs-lg95 {
    font-size: 95px;
  }

  .fs-lg96 {
    font-size: 96px;
  }

  .fs-lg97 {
    font-size: 97px;
  }

  .fs-lg98 {
    font-size: 98px;
  }

  .fs-lg99 {
    font-size: 99px;
  }

  .fs-lg100 {
    font-size: 100px;
  }
}
@media (min-width: 1200px) {
  .fs-xl1 {
    font-size: 1px;
  }

  .fs-xl2 {
    font-size: 2px;
  }

  .fs-xl3 {
    font-size: 3px;
  }

  .fs-xl4 {
    font-size: 4px;
  }

  .fs-xl5 {
    font-size: 5px;
  }

  .fs-xl6 {
    font-size: 6px;
  }

  .fs-xl7 {
    font-size: 7px;
  }

  .fs-xl8 {
    font-size: 8px;
  }

  .fs-xl9 {
    font-size: 9px;
  }

  .fs-xl10 {
    font-size: 10px;
  }

  .fs-xl11 {
    font-size: 11px;
  }

  .fs-xl12 {
    font-size: 12px;
  }

  .fs-xl13 {
    font-size: 13px;
  }

  .fs-xl14 {
    font-size: 14px;
  }

  .fs-xl15 {
    font-size: 15px;
  }

  .fs-xl16 {
    font-size: 16px;
  }

  .fs-xl17 {
    font-size: 17px;
  }

  .fs-xl18 {
    font-size: 18px;
  }

  .fs-xl19 {
    font-size: 19px;
  }

  .fs-xl20 {
    font-size: 20px;
  }

  .fs-xl21 {
    font-size: 21px;
  }

  .fs-xl22 {
    font-size: 22px;
  }

  .fs-xl23 {
    font-size: 23px;
  }

  .fs-xl24 {
    font-size: 24px;
  }

  .fs-xl25 {
    font-size: 25px;
  }

  .fs-xl26 {
    font-size: 26px;
  }

  .fs-xl27 {
    font-size: 27px;
  }

  .fs-xl28 {
    font-size: 28px;
  }

  .fs-xl29 {
    font-size: 29px;
  }

  .fs-xl30 {
    font-size: 30px;
  }

  .fs-xl31 {
    font-size: 31px;
  }

  .fs-xl32 {
    font-size: 32px;
  }

  .fs-xl33 {
    font-size: 33px;
  }

  .fs-xl34 {
    font-size: 34px;
  }

  .fs-xl35 {
    font-size: 35px;
  }

  .fs-xl36 {
    font-size: 36px;
  }

  .fs-xl37 {
    font-size: 37px;
  }

  .fs-xl38 {
    font-size: 38px;
  }

  .fs-xl39 {
    font-size: 39px;
  }

  .fs-xl40 {
    font-size: 40px;
  }

  .fs-xl41 {
    font-size: 41px;
  }

  .fs-xl42 {
    font-size: 42px;
  }

  .fs-xl43 {
    font-size: 43px;
  }

  .fs-xl44 {
    font-size: 44px;
  }

  .fs-xl45 {
    font-size: 45px;
  }

  .fs-xl46 {
    font-size: 46px;
  }

  .fs-xl47 {
    font-size: 47px;
  }

  .fs-xl48 {
    font-size: 48px;
  }

  .fs-xl49 {
    font-size: 49px;
  }

  .fs-xl50 {
    font-size: 50px;
  }

  .fs-xl51 {
    font-size: 51px;
  }

  .fs-xl52 {
    font-size: 52px;
  }

  .fs-xl53 {
    font-size: 53px;
  }

  .fs-xl54 {
    font-size: 54px;
  }

  .fs-xl55 {
    font-size: 55px;
  }

  .fs-xl56 {
    font-size: 56px;
  }

  .fs-xl57 {
    font-size: 57px;
  }

  .fs-xl58 {
    font-size: 58px;
  }

  .fs-xl59 {
    font-size: 59px;
  }

  .fs-xl60 {
    font-size: 60px;
  }

  .fs-xl61 {
    font-size: 61px;
  }

  .fs-xl62 {
    font-size: 62px;
  }

  .fs-xl63 {
    font-size: 63px;
  }

  .fs-xl64 {
    font-size: 64px;
  }

  .fs-xl65 {
    font-size: 65px;
  }

  .fs-xl66 {
    font-size: 66px;
  }

  .fs-xl67 {
    font-size: 67px;
  }

  .fs-xl68 {
    font-size: 68px;
  }

  .fs-xl69 {
    font-size: 69px;
  }

  .fs-xl70 {
    font-size: 70px;
  }

  .fs-xl71 {
    font-size: 71px;
  }

  .fs-xl72 {
    font-size: 72px;
  }

  .fs-xl73 {
    font-size: 73px;
  }

  .fs-xl74 {
    font-size: 74px;
  }

  .fs-xl75 {
    font-size: 75px;
  }

  .fs-xl76 {
    font-size: 76px;
  }

  .fs-xl77 {
    font-size: 77px;
  }

  .fs-xl78 {
    font-size: 78px;
  }

  .fs-xl79 {
    font-size: 79px;
  }

  .fs-xl80 {
    font-size: 80px;
  }

  .fs-xl81 {
    font-size: 81px;
  }

  .fs-xl82 {
    font-size: 82px;
  }

  .fs-xl83 {
    font-size: 83px;
  }

  .fs-xl84 {
    font-size: 84px;
  }

  .fs-xl85 {
    font-size: 85px;
  }

  .fs-xl86 {
    font-size: 86px;
  }

  .fs-xl87 {
    font-size: 87px;
  }

  .fs-xl88 {
    font-size: 88px;
  }

  .fs-xl89 {
    font-size: 89px;
  }

  .fs-xl90 {
    font-size: 90px;
  }

  .fs-xl91 {
    font-size: 91px;
  }

  .fs-xl92 {
    font-size: 92px;
  }

  .fs-xl93 {
    font-size: 93px;
  }

  .fs-xl94 {
    font-size: 94px;
  }

  .fs-xl95 {
    font-size: 95px;
  }

  .fs-xl96 {
    font-size: 96px;
  }

  .fs-xl97 {
    font-size: 97px;
  }

  .fs-xl98 {
    font-size: 98px;
  }

  .fs-xl99 {
    font-size: 99px;
  }

  .fs-xl100 {
    font-size: 100px;
  }
}
/*********************************************************
width height : collect
*********************************************************/
.wh-0 {
  width: 0%!important;
}

.wh-5 {
  width: 5%!important;
}

.wh-10 {
  width: 10%!important;
}

.wh-15 {
  width: 15%!important;
}

.wh-20 {
  width: 20%!important;
}

.wh-25 {
  width: 25%!important;
}

.wh-30 {
  width: 30%!important;
}

.wh-35 {
  width: 35%!important;
}

.wh-40 {
  width: 40%!important;
}

.wh-45 {
  width: 45%!important;
}

.wh-50 {
  width: 50%!important;
}

.wh-55 {
  width: 55%!important;
}

.wh-60 {
  width: 60%!important;
}

.wh-65 {
  width: 65%!important;
}

.wh-70 {
  width: 70%!important;
}

.wh-75 {
  width: 75%!important;
}

.wh-80 {
  width: 80%!important;
}

.wh-85 {
  width: 85%!important;
}

.wh-90 {
  width: 90%!important;
}

.wh-95 {
  width: 95%!important;
}

.wh-100 {
  width: 100%!important;
}

@media (min-width: 768px) {
  .wh-md0 {
    width: 0%!important;
  }

  .wh-md5 {
    width: 5%!important;
  }

  .wh-md10 {
    width: 10%!important;
  }

  .wh-md15 {
    width: 15%!important;
  }

  .wh-md20 {
    width: 20%!important;
  }

  .wh-md25 {
    width: 25%!important;
  }

  .wh-md30 {
    width: 30%!important;
  }

  .wh-md35 {
    width: 35%!important;
  }

  .wh-md40 {
    width: 40%!important;
  }

  .wh-md45 {
    width: 45%!important;
  }

  .wh-md50 {
    width: 50%!important;
  }

  .wh-md55 {
    width: 55%!important;
  }

  .wh-md60 {
    width: 60%!important;
  }

  .wh-md65 {
    width: 65%!important;
  }

  .wh-md70 {
    width: 70%!important;
  }

  .wh-md75 {
    width: 75%!important;
  }

  .wh-md80 {
    width: 80%!important;
  }

  .wh-md85 {
    width: 85%!important;
  }

  .wh-md90 {
    width: 90%!important;
  }

  .wh-md95 {
    width: 95%!important;
  }

  .wh-md100 {
    width: 100%!important;
  }
}
.ht-0 {
  height: 0%!important;
}

.ht-5 {
  height: 5%!important;
}

.ht-10 {
  height: 10%!important;
}

.ht-15 {
  height: 15%!important;
}

.ht-20 {
  height: 20%!important;
}

.ht-25 {
  height: 25%!important;
}

.ht-30 {
  height: 30%!important;
}

.ht-35 {
  height: 35%!important;
}

.ht-40 {
  height: 40%!important;
}

.ht-45 {
  height: 45%!important;
}

.ht-50 {
  height: 50%!important;
}

.ht-55 {
  height: 55%!important;
}

.ht-60 {
  height: 60%!important;
}

.ht-65 {
  height: 65%!important;
}

.ht-70 {
  height: 70%!important;
}

.ht-75 {
  height: 75%!important;
}

.ht-80 {
  height: 80%!important;
}

.ht-85 {
  height: 85%!important;
}

.ht-90 {
  height: 90%!important;
}

.ht-95 {
  height: 95%!important;
}

.ht-100 {
  height: 100%!important;
}

@media (min-width: 768px) {
  .ht-md0 {
    height: 0%!important;
  }

  .ht-md5 {
    height: 5%!important;
  }

  .ht-md10 {
    height: 10%!important;
  }

  .ht-md15 {
    height: 15%!important;
  }

  .ht-md20 {
    height: 20%!important;
  }

  .ht-md25 {
    height: 25%!important;
  }

  .ht-md30 {
    height: 30%!important;
  }

  .ht-md35 {
    height: 35%!important;
  }

  .ht-md40 {
    height: 40%!important;
  }

  .ht-md45 {
    height: 45%!important;
  }

  .ht-md50 {
    height: 50%!important;
  }

  .ht-md55 {
    height: 55%!important;
  }

  .ht-md60 {
    height: 60%!important;
  }

  .ht-md65 {
    height: 65%!important;
  }

  .ht-md70 {
    height: 70%!important;
  }

  .ht-md75 {
    height: 75%!important;
  }

  .ht-md80 {
    height: 80%!important;
  }

  .ht-md85 {
    height: 85%!important;
  }

  .ht-md90 {
    height: 90%!important;
  }

  .ht-md95 {
    height: 95%!important;
  }

  .ht-md100 {
    height: 100%!important;
  }
}
.ht-px10 {
  height: 10px !important;
}

.ht-px20 {
  height: 20px !important;
}

.ht-px30 {
  height: 30px !important;
}

.ht-px40 {
  height: 40px !important;
}

.ht-px50 {
  height: 50px !important;
}

.ht-px60 {
  height: 60px !important;
}

.ht-px70 {
  height: 70px !important;
}

.ht-px80 {
  height: 80px !important;
}

.ht-px90 {
  height: 90px !important;
}

.ht-px100 {
  height: 100px !important;
}

.ht-px110 {
  height: 110px !important;
}

.ht-px120 {
  height: 120px !important;
}

.ht-px130 {
  height: 130px !important;
}

.ht-px140 {
  height: 140px !important;
}

.ht-px150 {
  height: 150px !important;
}

.ht-px160 {
  height: 160px !important;
}

.ht-px170 {
  height: 170px !important;
}

.ht-px180 {
  height: 180px !important;
}

.ht-px190 {
  height: 190px !important;
}

.ht-px200 {
  height: 200px !important;
}

@media (min-width: 768px) {
  .ht-px-md100 {
    height: 10px !important;
  }

  .ht-px-md200 {
    height: 20px !important;
  }

  .ht-px-md300 {
    height: 30px !important;
  }

  .ht-px-md400 {
    height: 40px !important;
  }

  .ht-px-md500 {
    height: 50px !important;
  }

  .ht-px-md600 {
    height: 60px !important;
  }

  .ht-px-md700 {
    height: 70px !important;
  }

  .ht-px-md800 {
    height: 80px !important;
  }

  .ht-px-md900 {
    height: 90px !important;
  }

  .ht-px-md1000 {
    height: 100px !important;
  }

  .ht-px-md1100 {
    height: 110px !important;
  }

  .ht-px-md1200 {
    height: 120px !important;
  }

  .ht-px-md1300 {
    height: 130px !important;
  }

  .ht-px-md1400 {
    height: 140px !important;
  }

  .ht-px-md1500 {
    height: 150px !important;
  }

  .ht-px-md1600 {
    height: 160px !important;
  }

  .ht-px-md1700 {
    height: 170px !important;
  }

  .ht-px-md1800 {
    height: 180px !important;
  }

  .ht-px-md1900 {
    height: 190px !important;
  }

  .ht-px-md2000 {
    height: 200px !important;
  }
}
/*********************************************************
form eye
*********************************************************/
.input-group-append.position-absolute {
  top: 0;
  right: 0;
}

.btn.fc-none:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

/*********************************************************
button effect opacity
*********************************************************/
.btn-tr {
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
}
.btn-tr:hover {
  opacity: .8;
}

/*********************************************************
slick slider / slick.scss default 1.8.1
*********************************************************/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*********************************************************
slick slider / slick-theme.scss 1.8.1
*********************************************************/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.slick-prev {
    left: -25px;
    [dir="rtl"] & {
        left: auto;
        right: -25px;
    }
    &:before {
        content: $slick-prev-character;
        [dir="rtl"] & {
            content: $slick-next-character;
        }
    }
}

.slick-next {
    right: -25px;
    [dir="rtl"] & {
        left: -25px;
        right: auto;
    }
    &:before {
        content: $slick-next-character;
        [dir="rtl"] & {
            content: $slick-prev-character;
        }
    }
}*/
/* Dots */
/*.slick-dotted.slick-slider {
  margin-bottom: 30px;
}*/
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0 0 0 8px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.25;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*********************************************************
lightbox 2018/12/10 Download
*********************************************************/
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  /*height: 100vh;*/
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*********************************************************
start old-website style
*********************************************************/
.ediv span,
.voiceArea,
p.voiceGuide,
dt.hLbl {
  display: block;
  position: absolute;
  left: -10000px;
  top: -10000px;
}

/*********************************************************
end old-website style
*********************************************************/
/*********************************************************
prog-bar
*********************************************************/
.pro__inner {
  counter-reset: step;
  height: 70px;
  margin: 0;
  position: relative;
  padding: 0;
  z-index: 0;
}
.pro__inner--li {
  color: #333333;
  float: left;
  font-size: 14px;
  list-style-type: none;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
}
.pro__inner--li::after {
  background-color: #efefef;
  content: '';
  height: 5px;
  left: -50%;
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: -1;
}
.pro__inner--li::after:last-child {
  background-color: #efefef;
  content: '';
  height: 5px;
  left: -50%;
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: -1;
}
.pro__inner--li::before {
  background-color: #efefef;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  content: counter(step);
  counter-increment: step;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 10px;
  text-align: center;
  width: 40px;
}
.pro__inner--li:first-child:after {
  content: none;
}
.pro__inner--li.active {
  color: #165ba5;
  font-weight: bold;
}
.pro__inner--li.active::before {
  background-color: #0061d5;
  color: #ffffff;
}
.pro__inner--li.active::after {
  background-color: #0061d5;
}

.progress {
  height: 0.1rem !important;
}

.prog__inner {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.prog__inner--li {
  padding: 5px 0;
  width: calc(100% / 6);
}
.prog__inner--li-circle {
  background-color: #ededed;
  border-radius: 50%;
  display: block;
  height: 8px;
  margin: 0 auto;
  width: 8px;
}
.prog__inner--li-circle.active {
  background-color: #0061d5;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

/*********************************************************
tab-control version.02 design
*********************************************************/
#tabs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.panels {
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  border-top: none;
}
.panels__box {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
}

#panel-1-ctrl:checked ~ .panels #panel-1 .panels__box {
  max-height: 10000px;
  opacity: 1;
  padding: 15px;
}

#panel-2-ctrl:checked ~ .panels #panel-2 .panels__box {
  max-height: 10000px;
  opacity: 1;
  padding: 15px;
}

#panel-3-ctrl:checked ~ .panels #panel-3 .panels__box {
  max-height: 10000px;
  opacity: 1;
  padding: 15px;
}

#panel-4-ctrl:checked ~ .panels #panel-4 .panels__box {
  max-height: 10000px;
  opacity: 1;
  padding: 15px;
}

#panel-5-ctrl:checked ~ .panels #panel-5 .panels__box {
  max-height: 10000px;
  opacity: 1;
  padding: 15px;
}

/*****************************
TAB MEDIA QUERIE
*****************************/
/*@media all and (max-width: 767px) {*/
@media all and (max-width: 800px) {
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    background-color: #efefef;
    border-bottom: 1px solid #d3d3d3;
    max-height: 80px;
    opacity: 1;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
  }
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-1:hover {
    background-color: #d3d3d3;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    background-color: #efefef;
    border-bottom: 1px solid #d3d3d3;
    max-height: 80px;
    opacity: 1;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
  }
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-2:hover {
    background-color: #d3d3d3;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    background-color: #efefef;
    border-bottom: 1px solid #d3d3d3;
    max-height: 80px;
    opacity: 1;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
  }
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-3:hover {
    background-color: #d3d3d3;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    background-color: #efefef;
    border-bottom: 1px solid #d3d3d3;
    max-height: 80px;
    opacity: 1;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
  }
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-4:hover {
    background-color: #d3d3d3;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    background-color: #efefef;
    border-bottom: 1px solid #d3d3d3;
    max-height: 80px;
    opacity: 1;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
  }
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-5:hover {
    background-color: #d3d3d3;
  }

  .tab__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*height: 50px;*/
    height: 55px;
    cursor: pointer;
  }
  .tab__inner--icon {
    display: block !important;
  }
  .tab__inner--icon-2 {
    display: none !important;
  }

  #open-nav-label {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #nav-ctrl:checked ~ #tabs-list #open-nav-label {
    display: none;
  }

  #close-nav-label {
    background-color: #8e8e8e;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 22px;
    max-height: 0;
    overflow-y: hidden;
    padding: 0px;
    text-transform: uppercase;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
  }

  #nav-ctrl:checked ~ #tabs-list #close-nav-label {
    max-height: 80px;
    opacity: 1;
  }

  #tabs-list {
    border: 1px solid #d3d3d3;
    position: relative;
  }
  #tabs-list #li-for-panel-1 {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-2 {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-3 {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-4 {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-5 {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
  }

  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    max-height: 80px;
    opacity: 1;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
    background-color: #d3d3d3;
    color: #333333;
    display: block;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label .tab__inner--icon {
    display: none !important;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label .tab__inner--icon-2 {
    display: block !important;
  }

  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    max-height: 80px;
    opacity: 1;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    background-color: #d3d3d3;
    color: #333333;
    display: block;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label .tab__inner--icon {
    display: none !important;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label .tab__inner--icon-2 {
    display: block !important;
  }

  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    max-height: 80px;
    opacity: 1;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    background-color: #d3d3d3;
    color: #333333;
    display: block;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label .tab__inner--icon {
    display: none !important;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label .tab__inner--icon-2 {
    display: block !important;
  }

  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    max-height: 80px;
    opacity: 1;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
    background-color: #d3d3d3;
    color: #333333;
    display: block;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label .tab__inner--icon {
    display: none !important;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label .tab__inner--icon-2 {
    display: block !important;
  }

  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    max-height: 80px;
    opacity: 1;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
    background-color: #d3d3d3;
    color: #333333;
    display: block;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label .tab__inner--icon {
    display: none !important;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label .tab__inner--icon-2 {
    display: block !important;
  }
}
/*@media all and (min-width: 768px) {*/
@media all and (min-width: 801px) {
  label.panel-label {
    background-color: #ededed;
    color: #333333;
    cursor: pointer;
    display: block;
    position: relative;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
  }
  label.panel-label::after {
    background-color: #000099;
    bottom: 100%;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    width: 100%;
  }
  label.panel-label:hover {
    background-color: #b3b3b3;
    color: #000099;
  }
  label.panel-label:hover::after {
    height: 3px;
  }

  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    border-bottom: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
    cursor: pointer;
    -webkit-transform: translate3d(0, 1px, 0);
            transform: translate3d(0, 1px, 0);
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #000099;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
    height: 3px;
  }

  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    border-bottom: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
    cursor: pointer;
    -webkit-transform: translate3d(0, 1px, 0);
            transform: translate3d(0, 1px, 0);
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #000099;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
    height: 3px;
  }

  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    border-bottom: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
    cursor: pointer;
    -webkit-transform: translate3d(0, 1px, 0);
            transform: translate3d(0, 1px, 0);
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #000099;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after {
    height: 3px;
  }

  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    border-bottom: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
    cursor: pointer;
    -webkit-transform: translate3d(0, 1px, 0);
            transform: translate3d(0, 1px, 0);
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #000099;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label::after {
    height: 3px;
  }

  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    border-bottom: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
    cursor: pointer;
    -webkit-transform: translate3d(0, 1px, 0);
            transform: translate3d(0, 1px, 0);
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #000099;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label::after {
    height: 3px;
  }

  .tab__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
  }
  .tab__inner--icon {
    display: none !important;
  }
  .tab__inner--icon-2 {
    display: none !important;
  }

  #tabs-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #d3d3d3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  #tabs-list .tab-switch-2 {
    -webkit-box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
            box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
    font-size: 0.875em;
    text-align: center;
    position: relative;
    width: 20%;
  }
  #tabs-list .tab-switch-2:hover {
    -webkit-transition: none;
    transition: none;
  }

  #open-nav-label,
  #close-nav-label {
    display: none;
  }

  #nav-ctrl {
    display: none;
  }

  #li-for-panel-1 {
    border-left: 1px solid #d3d3d3;
  }

  #li-for-panel-1 + #li-for-panel-2,
  #li-for-panel-2 + #li-for-panel-3,
  #li-for-panel-3 + #li-for-panel-4,
  #li-for-panel-4 + #li-for-panel-5 {
    border-left: 1px solid #d3d3d3;
  }

  #li-for-panel-5 {
    border-right: 1px solid #d3d3d3;
  }
}
.panel-radios {
  position: fixed;
  left: 0;
  top: 0;
  width: 20px;
  opacity: 0;
  z-index: 99;
}
.panel-radios:nth-child(1) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.panel-radios:nth-child(2) {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.panel-radios:nth-child(3) {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.panel-radios:nth-child(4) {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.panel-radios:nth-child(5) {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.panel-radios:nth-child(6) {
  display: block;
  top: 30px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

/*********************************************************
accordion
*********************************************************/
.accord {
  color: #000099;
  overflow: hidden;
  width: 100%;
}
.accord:last-child {
  border-bottom: 1px solid #d3d3d3;
}
.accord--ttl {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.accord--ttl:checked + label {
  background-color: #d4ecff;
}
.accord--ttl:checked + label .accord__label--icon {
  display: none;
}
.accord--ttl:checked + label .accord__label--icon-2 {
  display: block !important;
}
.accord--ttl:checked + .accord__inner + .accord__label {
  background-color: #d4ecff;
}
.accord__label {
  background: #ededed;
  border: 1px solid #d3d3d3;
  border-bottom: none;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 15px;
}
.accord__label--icon-2 {
  display: none;
}
.accord__inner {
  border: 1px solid #d3d3d3;
  border-top: none;
  border-bottom: none;
  color: #333333;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.accord__inner--txt {
  margin: 0;
  padding: 15px;
}
input:checked ~ .accord__inner {
  max-height: 1500px;
}

/*********************************************************
in-pages
*********************************************************/
.inpage {
  background-color: #d4ecff;
}
.inpage__inner {
  padding: 15px;
  margin: 0;
}
.inpage__inner--li:first-child {
  border-right: 1px solid #ffffff;
  margin: 5px 10px 5px 0;
  padding: 0 10px 0 0;
}
.inpage__inner--li + .inpage__inner--li {
  border-right: 1px solid #ffffff;
  margin: 5px 10px 5px 0;
  padding: 0 10px 0 0;
}

/*********************************************************
radio checkbox
*********************************************************/
label.radio, label.radio__txt, label.checkbox, label.check__txt {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
label.radio {
  width: 18px;
  height: 18px;
  border: 1px solid #b3b3b3;
  border-radius: 100%;
}
label.radio__txt {
  margin: 5px 0 0;
  min-height: calc(18px + 5px);
  /*margin-right: calc(18px + 5px);*/
  padding-left: calc(18px + 5px);
  line-height: calc(18px + 5px);
}
label.checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #b3b3b3;
  background: #ffffff;
}
label.check__txt {
  margin: 5px 0 0;
  padding-left: calc(20px + 5px);
  line-height: 20px;
}
label.radio:before, label.radio__txt:before, label.check__txt:before, label.checkbox:after, label.radio__txt:after, label.check__txt:after {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
label.radio:before, label.radio__txt:before {
  border-radius: 100%;
}
label.radio:before {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
label.checkbox:after {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  border-right: 3px solid #0061d5;
  border-bottom: 3px solid #0061d5;
  top: calc(50% - (((17px / 12 ) * 5) / 2));
  display: block;
  margin-top: calc(((17px / 12 ) * 5) * -1);
  width: calc(((17px / 12 ) * 5));
  height: 17px;
  z-index: 1;
}
label.check__txt:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  border-right: 3px solid #0061d5;
  border-bottom: 3px solid #0061d5;
  top: calc(50% - (((17px / 12 ) * 5) / 2));
  display: block;
  margin-top: calc(((17px / 12 ) * 5) * -1);
  width: calc(((17px / 12 ) * 5));
  height: 17px;
  z-index: 10;
}
label.radio__txt:before, label.radio__txt:after {
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}
label.radio:before {
  display: block;
  width: 10px;
  height: 10px;
  z-index: 1;
  background-color: #0061d5;
}
label.radio__txt:before {
  width: 18px;
  height: 18px;
  border: 1px solid #b3b3b3;
  left: 0px;
  z-index: 3;
}
label.check__txt:before {
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0;
  border: 1px solid #b3b3b3;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
label.radio__txt:after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  left: calc(((18px/2) - (10px) / 2));
  background-color: #0061d5;
  z-index: 1;
}
label.check__txt:after {
  left: calc((20px / 2) - (((17px / 12 ) * 5) / 2));
}
label.radio input[type="radio"], label.radio__txt input[type="radio"], label.checkbox input[type="checkbox"], label.check__txt input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  margin: 0px;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
label.radio input[type="radio"], label.radio__txt input[type="radio"] {
  left: calc(18px * -1);
  width: 18px;
  height: 18px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 100%;
}
label.checkbox input[type="checkbox"], label.check__txt input[type="checkbox"] {
  left: calc(20px * -1);
  padding: 0;
}
label.radio input[type="radio"] {
  display: block;
  -webkit-box-shadow: 18px 0px #ffffff;
          box-shadow: 18px 0px #ffffff;
}
label.radio__txt input[type="radio"] {
  -webkit-box-shadow: 18px 0px #ffffff;
          box-shadow: 18px 0px #ffffff;
}
label.checkbox input[type="checkbox"] {
  -webkit-box-shadow: 20px 0px #ffffff;
          box-shadow: 20px 0px #ffffff;
}
label.check__txt input[type="checkbox"] {
  display: block;
  -webkit-box-shadow: 20px 0px #ffffff;
          box-shadow: 20px 0px #ffffff;
}
label.check__txt input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}
label.checkbox input[type="checkbox"]:checked, label.radio__txt input[type="radio"]:checked, label.radio input[type="radio"]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}
label.check__txt input[type="checkbox"]:checked:focus, label.checkbox input[type="checkbox"]:checked:focus {
  opacity: 0.1;
}
label.radio__txt input[type="radio"]:focus, label.radio input[type="radio"]:focus {
  opacity: 0.2;
}
label.check__txt input[type="checkbox"]:checked:focus, label.checkbox input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: 20px 0px #666;
          box-shadow: 20px 0px #666;
}
label.check__txt input[type="checkbox"]:focus, label.checkbox input[type="checkbox"]:focus {
  -webkit-box-shadow: 20px 0px #EEE;
          box-shadow: 20px 0px #EEE;
}
label.radio__txt input[type="radio"]:focus, label.radio input[type="radio"]:focus {
  -webkit-box-shadow: 18px 0px #ffffff;
          box-shadow: 18px 0px #ffffff;
}

/*********************************************************
qanda
*********************************************************/
.qanda__inner {
  padding: 0;
}
.qanda__inner--ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d3d3d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
}
.qanda__inner--cont {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border: 1px solid #d3d3d3;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
}
.qanda__inner--accord {
  color: #000099;
  overflow: hidden;
  width: 100%;
}
.qanda__inner--accord:last-child {
  border-bottom: 1px solid #d3d3d3;
}
.qanda__inner--accord-ttl {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.qanda__inner--accord-ttl:checked + label {
  background-color: #d3d3d3;
}
.qanda__inner--accord-ttl:checked + label .qanda__inner--accord-lbl-icon {
  display: none;
}
.qanda__inner--accord-ttl:checked + label .qanda__inner--accord-lbl-icon2 {
  display: block !important;
}
.qanda__inner--accord-ttl:checked + .qanda__inner--accord-cont + .qanda__inner--accord-lbl {
  background-color: #d4ecff;
}
.qanda__inner--accord-ttl:checked + .qanda__inner--accord-cont + .qanda__inner--accord-lbl .qanda__inner--accord-lbl-icon {
  display: none;
}
.qanda__inner--accord-ttl:checked + .qanda__inner--accord-cont + .qanda__inner--accord-lbl .qanda__inner--accord-lbl-icon2 {
  display: block !important;
}
.qanda__inner--accord-lbl {
  background: #ededed;
  border: 1px solid #d3d3d3;
  border-bottom: none;
  border-top: none;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 15px;
}
.qanda__inner--accord-lbl-icon2 {
  display: none;
}
.qanda__inner--accord-cont {
  border-top: none;
  border-bottom: none;
  color: #333333;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
input:checked ~ .qanda__inner--accord-cont {
  max-height: 1500px;
}

/*********************************************************
qaArea
*********************************************************/
.qaArea__inner--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qaArea__inner--ttlpic {
  width: 34px;
}
.qaArea__inner--ttl-txt {
  background-color: #d4ecff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 10px;
  padding: 10px;
}

/*********************************************************
horizon
*********************************************************/
.horizon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.horizon__line {
  background-color: #333333;
  height: 1px;
  margin: auto 0;
  width: 100%;
}
.horizon__ttl {
  margin: 0 .5rem;
  white-space: nowrap !important;
  width: auto !important;
}

/*********************************************************
paging
*********************************************************/
.paging__inner {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #d4ecff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.paging__inner--li {
  padding: 5px 0;
  text-align: center;
  width: calc(100% / 6);
}
.paging__inner--li.active {
  background-color: #0061d5;
  color: #ffffff;
}

/*********************************************************
98-4 search word
*********************************************************/
.border-right-black {
  border-right: 1px solid #333333;
}
.border-right-black:last-child {
  border: none;
}

input[type=checkbox] {
  display: none;
  /* checkboxを非表示にする */
}

.sample_label {
  position: relative;
  /* ボックスの位置を指定する */
  padding: 0 0 0 42px;
  /* ボックス内側の余白を指定する */
}

/*.sample_label:hover:after {
border-color: #0171bd;
}*/
.sample_label:after, .sample_label:before {
  position: absolute;
  /* ボックスの位置を指定する */
  content: "";
  /* ボックスのコンテンツ */
  display: block;
  /* ブロックレベル要素化する */
  top: 50%;
  /* 上部から配置の基準位置を決める */
}

.sample_label:after {
  left: 15px;
  /* 左から配置の基準位置を決める */
  margin-top: -10px;
  /* チェック枠の位置 */
  width: 20px;
  /* ボックスの横幅を指定する */
  height: 20px;
  /* ボックスの高さを指定する */
  border: 1px solid #b3b3b3;
  /* ボックスの境界線を実線で指定する */
}

.sample_label:before {
  left: 21.5px;
  /* 左から配置の基準位置を決める */
  margin-top: -10px;
  /* チェックマークの位置 */
  width: 8px;
  /* ボックスの横幅を指定する */
  height: 16px;
  /* ボックスの高さを指定する */
  border-right: 3px solid #0061d5;
  /* 境界線（右）のスタイルを指定する */
  border-bottom: 3px solid #0061d5;
  /* 境界線（下）のスタイルを指定する */
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /* 要素を回転させる */
  opacity: 0;
  /* 要素を透過指定する */
}

input[type=checkbox]:checked + .sample_label:before {
  opacity: 1;
  /* 要素を表示する */
}

/*********************************************************
start-style2
*********************************************************/
.scroll-none {
  overflow-y: hidden;
  padding-right: 16px;
  -ms-overflow-style: none;
}

.header::before {
  border-top: 17px solid #000099;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 6;
}
.header .bg {
  background: #ffffff;
  -webkit-box-shadow: 0px 7px 5px -7px #333333;
          box-shadow: 0px 7px 5px -7px #333333;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 5;
}
.header__icon::before {
  background: #000099;
  content: '';
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.header__icon::after {
  content: '';
  background: #ffffff;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.header__info {
  /*margin: .5rem 0 0 auto;*/
  margin: 0 0 0 auto;
}
.header__info--box {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__info--box_ttl {
  border-right: 1px solid #333333;
  padding: 0 .5rem;
}
.header__info--box_ttl:last-child {
  border: none;
}
.header__login--conts {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 170%;
  z-index: 11;
}
.header__login--conts .card {
  background: #d4ecff;
  border: 2px solid #000099;
}
@media screen and (max-width: 767px) {
  .header__login--conts {
    position: absolute;
    top: 60px;
    left: -100px;
    width: 170%;
    z-index: -1;
  }
  .header__login--conts .card {
    background: #d4ecff;
    border: 2px solid #000099;
  }
}
@media screen and (max-width: 991px) {
  .header__info {
    margin: 0 0 .5rem;
  }
  .header__info--box {
    margin: 0 0 .5rem;
  }
}
@media screen and (max-width: 1229px) {
  .header__info {
    width: 100%;
    margin: .5rem 0 0;
  }
}
.header__font--ttl {
  color: #0061d5;
  font-size: 10px;
  margin: 0 .25rem 0 0;
}
.header__font--icon {
  background: #d4ecff;
  cursor: pointer;
  display: inline-block;
  padding: .25rem 0;
  text-align: center;
  width: 34px;
}
.header__font--icon.active {
  background: #0061d5;
  color: #ffffff;
}
.header .mega-menu {
  position: relative;
  z-index: 10;
  margin-top: 0.25rem;
}
.header .mega-menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0;
}
.header .mega-menu-items__li {
  padding: 0;
  margin: 0;
}
.header .mega-menu-items__li--ttl {
  cursor: pointer;
  display: block;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
  /*&:hover {
  	& .mega-menu-items__li--ttl_li {
  		border-bottom: 1px solid $color-black2;
  	}
  }*/
}
.header .mega-menu-items__li--ttl_li {
  padding: 0 20px 5px;
}
.header .mega-menu-items__li--conts {
  display: none;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 20;
  /*&_bg {
  	background: rgba(0, 0, 0, 0.4);
  }*/
}

.header-search {
  width: 220px;
}

.header-form-search {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  color: #495057;
  display: block;
  font-size: .8rem;
  height: 37px;
  line-height: 1.5;
  padding: 0 0.75rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  width: 100%;
}
.header-form-search:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-form-control {
  background-color: #ffefca;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  color: #495057;
  display: block;
  font-size: .8rem;
  height: 30px;
  line-height: 1.5;
  padding: 0 0.75rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  width: 100px;
  /*height: calc(2.25rem + 2px);
  padding: 0.3rem 0.75rem;*/
}

.header-search-btn {
  border: 1px solid #ced4da;
  border-left: none;
  border-radius: .25rem;
  color: #fff;
  display: inline-block;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 0.75rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /*border: 1px solid transparent;*/
}

.header-btn {
  padding: 0 .5rem;
}

.flame-box {
  width: 100%;
}
.flame-box__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0061d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}
.flame-box__inner--group {
  height: 100%;
  width: 20%;
  background: #0061d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 .75rem;
}
.flame-box__inner--group_ttl {
  color: #ffffff;
  display: block;
  text-align: center;
}
.flame-box__inner--group_top {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  padding: .5rem;
  text-align: center;
  z-index: 10;
}
.flame-box__inner--conts {
  background: #ffffff;
  padding: 1.25rem;
  position: relative;
  width: 80%;
}
.flame-box__over-lay {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  left: -100%;
  position: absolute;
  top: 0;
  right: 100%;
  width: 500%;
  z-index: 1;
}

/*********************************************
sp header
*********************************************/
.sp-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.sp-header .bg {
  background: #ffffff;
  -webkit-box-shadow: 0px 7px 8px -7px #333333;
          box-shadow: 0px 7px 8px -7px #333333;
  z-index: 10;
}
.sp-header__new--icon {
  width: 34px;
  height: 34px;
}
.sp-header__login--icon {
  width: 34px;
  height: 34px;
}
.sp-header.is-scroll {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.sp-header-pad {
  padding-top: 47.31px !important;
}

@media (min-width: 768px) {
  .sp-header {
    /*max width:767px ← js*/
  }
  .sp-header-pad {
    padding-top: 0 !important;
  }
}
#js-menuBk {
  display: none;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}

.sp-Nav__box {
  display: block;
  margin: .5rem 0 0;
  padding: 0;
}
.sp-Nav__box--li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .75rem 1rem;
}
.sp-Nav__box--li_conts {
  display: none;
}
.sp-Nav__box--li_conts-ttl {
  border-bottom: 1px solid #ededed;
  color: #0061d5;
  padding: .75rem 1rem;
}
.sp-Nav__box--li_conts-box_ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .75rem 1rem;
}
.sp-Nav__box--li_conts-box_ttl-txt_li {
  border-bottom: 1px solid #ededed;
  padding: .75rem 1rem .75rem 1.75rem;
  display: block;
}
.sp-Nav__box--li2 {
  background: #efefef;
  border-bottom: 1px solid #ffffff;
}
.sp-Nav__box--li2_inner {
  display: block;
  padding: .75rem 1rem;
}
.sp-Nav__box2--li_ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ced4da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .75rem 1rem;
}
.sp-Nav__box2--li_box {
  padding: .75rem 1rem;
}
.sp-Nav__box2--li_box_ttl {
  padding: .75rem 1rem;
  border-bottom: 1px solid #ced4da;
}

.js-hpNav-switch {
  cursor: pointer;
  display: block;
  height: 25px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 34px;
  z-index: 50;
}
.js-hpNav-switch--txt {
  display: block;
}
.js-hpNav-switch__line {
  background: #000099;
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 100%;
}
.js-hpNav-switch__line:nth-of-type(1) {
  top: 2px;
}
.js-hpNav-switch__line:nth-of-type(2) {
  top: 12px;
}
.js-hpNav-switch__line:nth-of-type(3) {
  bottom: 3px;
}
.js-hpNav-switch__close {
  background: #8e8e8e;
  color: #ffffff;
  padding: 12px 10px;
  text-align: center;
}
.js-hpNav-switch.active .js-hpNav-switch__line:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
          transform: translateY(13px) rotate(-45deg);
}
.js-hpNav-switch.active .js-hpNav-switch__line:nth-of-type(2) {
  opacity: 0;
}
.js-hpNav-switch.active .js-hpNav-switch__line:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

.js-nav-box {
  display: none;
}

/*.sp-Nav__box--search {
	.form-control {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}*/
/*********************************************************
sp-footer-navi
*********************************************************/
/*.sp-footer-nav {
	.bg {
		background: $color-white;
		bottom: 0;
		box-shadow: 0.125rem 0 0.25rem rgba(0, 0, 0, 0.075) !important;
		left: 0;
		right: 0;
		position: fixed;
		transition: .9s;
		width: 100%;
		z-index: 5;
	}
	&__box {
		display: flex;
		margin: 0;
		padding: 0;
		&--li {
			cursor: pointer;
			font-size: 12px;
			text-align: center;
			width: calc(100% / 3);
		}
	}
}*/
@media screen and (max-width: 768px) {
  .sp-footer-nav-switch {
    background: #000099;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 1rem;
    padding: .5rem;
    width: 81px;
  }
  .sp-footer-nav .bg {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%;
    z-index: 2;
  }
  .sp-footer-nav .bg.is-out {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .sp-footer-nav .bg.is-out2 {
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    position: fixed;
  }
  .sp-footer-nav__box {
    background: #000099;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
  }
  .sp-footer-nav__box--li {
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    width: calc(100% / 3);
    border-right: 1px solid #ffffff;
  }
  .sp-footer-nav__box--li:last-child {
    border-right: none;
  }
}
/*********************************************************
fp-think
*********************************************************/
.fp-think .bg {
  background: #E6F5FF;
  padding: 2.25rem 0;
  position: relative;
}
.fp-think__ttl {
  color: #0061d5;
  font-size: 34px;
  text-align: center;
  margin: 0 0 1.25rem;
}
.fp-think__card {
  -webkit-box-shadow: 0px 1px 6px 0px #6a6a6a;
          box-shadow: 0px 1px 6px 0px #6a6a6a;
  margin: 0 0 1rem;
}
.fp-think__card .img__effect {
  position: relative;
}
.fp-think__card .img__effect .position-absolute {
  color: #0061d5;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 3px #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.fp-think__card-body {
  padding: .75rem 1rem;
}

@media (max-width: 991px) {
  .fp-think .card .img__effect .position-absolute {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fp-think__ttl {
    font-size: 22px;
    margin: 0 0 1rem;
  }
  .fp-think .card .img__effect .position-absolute {
    font-size: 18px;
  }
}
/*********************************************************
hide & show
*********************************************************/
.hide {
  display: none !important;
}

.show {
  display: block !important;
}

/*********************************************************
questions area
*********************************************************/
.js-questions-act {
  background: #ff393a;
  border: 1px solid #ff393a;
  border-bottom: 5px solid #d31c3b;
  border-radius: .75rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
.js-questions-act_arrow {
  display: inline-block;
  padding: .3rem .75rem;
}
.js-questions-act:hover {
  background: #ff7777;
  border: 1px solid #ff7777;
  border-bottom: 5px solid #ff7777;
}
.js-questions-act:focus {
  outline: 0;
}

.js-questions-act2 {
  background: #ffffff;
  border-radius: 0.25rem !important;
  cursor: pointer;
  padding: 1rem 0;
  position: relative;
}
.js-questions-act2_box--ttl_conts {
  background: #ffffff;
  border-radius: 0.25rem !important;
  padding: 1rem;
}
.js-questions-act2:hover {
  background: #fff9ae;
}

.js-questions-act3 {
  background: #ff5757;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.25rem 0.75rem;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  width: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}
.js-questions-act3:hover {
  background: #dd0429;
}

.js-questions-act4 {
  background: #ffffff;
  border-radius: 0.25rem !important;
  cursor: pointer;
  position: relative;
}

.js-questions-home,
.js-fv-questions__box--close {
  cursor: pointer;
}

.js-mega-menu-close {
  padding: .5rem 1rem;
  margin: 1rem 0 0;
  background: #6a6a6a;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
}

.fv-questions {
  display: none;
  position: fixed;
  top: 50%;
  right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 15;
}
.fv-questions.is-action {
  right: -50%;
}
.fv-questions__box--inner {
  border: 2px solid #0061d5;
  border-radius: 0.25rem !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 50%;
  margin: 0 auto;
}
.fv-questions__box--inner-bg_ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0061d5;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .5rem 1rem;
}
.fv-questions__box--inner-bg_ttl-li {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
}
.fv-questions__box--inner-bg .card-body {
  background: #d4ecff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 1rem;
}
.fv-questions__box--inner-bg .card-body__box {
  background: #ffffff;
  border-radius: .75rem;
  display: inline-block;
  margin: 0 19px 0 0;
  padding: 1.25rem;
  position: relative;
  width: 70%;
}
.fv-questions__box--inner-bg .card-body__box::after {
  content: '';
  position: absolute;
  top: 36%;
  right: -25px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-left: 24px solid #ffffff;
}
.fv-questions_trig {
  cursor: pointer;
  position: fixed;
  bottom: 100px;
  right: -4000px;
  -webkit-transition: .9s;
  transition: .9s;
  z-index: 5;
}
.fv-questions_trig.is-action {
  right: 15px;
}
.fv-questions_trig .position-relative {
  background: #0061d5;
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
  padding: 2.25rem 2.5rem;
  margin: 0 1.5rem 0 0;
}
.fv-questions_trig .position-relative::after {
  content: '';
  position: absolute;
  top: 36%;
  right: -30px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-left: 24px solid #0061d5;
}
.fv-questions_trig-img {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .fv-questions__box--inner {
    width: 94%;
    margin: 0 auto;
  }
  .fv-questions__box--inner-bg .card-body {
    padding: 1rem;
  }
  .fv-questions__box--inner-bg .card-body__box {
    padding: .5rem;
  }
  .fv-questions_trig {
    bottom: 180px;
    z-index: 5;
  }
  .fv-questions_trig.is-action {
    right: 15px;
  }
  .fv-questions_trig .position-relative {
    padding: .75rem 1.5rem;
  }
  .fv-questions_trig .position-relative::after {
    top: 26%;
  }
  .fv-questions_trig-img {
    width: 50px;
  }
}
@media screen and (max-width: 992px) {
  .w-md100 {
    width: 100%;
  }
}
/*********************************************************
fv__slider
*********************************************************/
/*@media screen and (max-width:767px) {
	#fv__slider {
		margin: 0;
	}
}*/
/*********************************************************
fp-prodcut
*********************************************************/
.fp-product .bg {
  padding: 2.5rem 0;
}
.fp-product__ttl {
  color: #0061d5;
  font-size: 34px;
  text-align: center;
  margin: 0 0 1.25rem;
}
.fp-product__box--inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  border: 2px solid #0061d5;
  color: #0061d5 !important;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 1rem;
  margin-bottom: 1.75rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.fp-product__box--inner:hover {
  background: #0061d5;
  color: #ffffff !important;
}

@media screen and (max-width: 767px) {
  .fp-product__ttl {
    font-size: 22px;
    margin: 0 0 1rem;
  }
  .fp-product__box--inner {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .fv-banner .bg {
    padding: 2.5rem 0 1.5rem;
  }
}
/*********************************************************
fp-plessin
*********************************************************/
/*.fp-plessin {
	.js-tab-switch {
		border-bottom: 2px solid $color-blue2;
		&__ttl {
			background: $color-gray2;
			border-top-left-radius: 0.25rem;
			border-top-right-radius: 0.25rem;
			cursor: pointer;
			font-size: 34px;
			padding: 1rem 0;
			text-align: center;
			width: 50%;
			&.is-active {
				background: $color-blue2;
				border-bottom: none;
				color: $color-white;
				cursor: pointer;
			}
		}
	}
	.js-tab-area {
		padding: 1.75rem 0 0;
		&__box {
			display: none;
			&.is-show {
				display: block;
			}
		}
	}
}

@media(max-width:767px) {
	.fp-plessin {
		.bg {
			padding: 1.25rem 0;
		}
		.js-tab-switch {
			&__ttl {
				font-size: 18px;
			}
		}
		.js-tab-area {
			padding: 1rem 0;
		}
	}
}*/
/*********************************************************
fp-plessin
*********************************************************/
.fp-plessin {
  /*.bg {
  	padding: 2.5rem 0;
  }*/
}
.fp-plessin .js-tab-switch {
  border-bottom: 2px solid #0061d5;
}
.fp-plessin .js-tab-switch__ttl {
  background: #efefef;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  cursor: pointer;
  font-size: 34px;
  margin-right: 4px;
  padding: 1rem 0;
  text-align: center;
  width: 50%;
}
.fp-plessin .js-tab-switch__ttl.is-active {
  background: #0061d5;
  border-bottom: none;
  color: #ffffff;
  cursor: pointer;
}
.fp-plessin .js-tab-switch__ttl:last-child {
  margin-right: 0;
}
.fp-plessin .js-tab-area {
  padding: 1.75rem 0 0;
}
.fp-plessin .js-tab-area__box {
  display: none;
}
.fp-plessin .js-tab-area__box.is-show {
  display: block;
}

@media (max-width: 767px) {
  .fp-plessin .bg {
    padding: 1.25rem 0;
  }
  .fp-plessin .js-tab-switch__ttl {
    font-size: 18px;
    margin-right: 4px;
  }
  .fp-plessin .js-tab-switch__ttl:last-child {
    margin-right: 0;
  }
  .fp-plessin .js-tab-area {
    padding: 1rem 0;
  }
}
/*********************************************************
fp-float
*********************************************************/
.fp-float__card {
  background: #ffffff;
  border: 2px solid #0061d5;
  -webkit-box-sizing:  content-box;
          box-sizing:  content-box;
  position: absolute;
  top: -100px;
  right: 10px;
  z-index: 4;
}
.fp-float__card-body_icon {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 10px;
}

@media screen and (max-width: 768px) {
  .fp-float__card {
    background: #ffffff;
    border:  2px solid #0061d5 !important;
    -webkit-box-sizing:  content-box;
            box-sizing:  content-box;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 94%;
    z-index: 6;
  }
  .fp-float-switch {
    background: #ffffff;
    border: 1px solid #0061d5;
    border-radius: .25rem;
    bottom: 130px;
    cursor: pointer;
    position: fixed;
    right: 15px;
    padding: .5rem 1rem;
    z-index: 1;
  }
  .fp-float-switch-close {
    width: 10px;
  }
}
/*********************************************************
fp-cta
*********************************************************/
.fp-cta .bg {
  background: url(../img/img_cta03.png) 50% 0/cover no-repeat;
  padding: 2.5rem 0;
}
.fp-cta--ttl {
  font-size: 40px;
  margin: 0 0 1.75rem;
}
.fp-cta--btn {
  background: #ff393a;
  border: 1px solid #ff393a;
  border-bottom: 5px solid #d31c3b;
  border-radius: .75rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  padding: 1.75rem 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.fp-cta--btn:hover {
  background: #ff7777;
  border: 1px solid #ff7777;
  border-bottom: 5px solid #ff7777;
}
.fp-cta--btn:focus {
  outline: 0;
}

/*********************************************************
fp-consult
*********************************************************/
.fp-consult .bg {
  background: #E6F5FF;
  padding: 3.75rem 0;
}
.fp-consult__box--ttl {
  border-bottom: 2px solid #0061d5;
  padding: 0 0 .5rem;
  margin: 0 0 2rem;
}
.fp-consult__box--table_td {
  padding: 0.25rem;
}
.fp-consult-btn {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #dd0429;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 50px;
  margin: 48px 0 0;
}
.fp-consult-btn:visited {
  color: #ffffff;
  text-decoration: none;
}
.fp-consult-btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

/*********************************************************
fp-link
*********************************************************/
.fp-link .bg {
  padding: 2.5rem 0;
}

/*********************************************************
fp-conside
*********************************************************/
.fp-conside .bg {
  background: #f7f7f7;
  padding: 2.5rem 0;
}
.fp-conside__ttl {
  background: #ffffff;
  margin: 0 0 1.5rem;
}
.fp-conside__ttl--li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  height: 58px;
  padding: 0 0 0 1.25rem;
}

/*********************************************************
fv__slider02
*********************************************************/
.fv__slider02 .bg {
  margin: 0 0 2.5rem;
}

@media screen and (max-width: 767px) {
  .fv__slider02 .bg {
    margin: 0 0 1.5rem;
  }
}
/*********************************************************
footer
*********************************************************/
.footer .bg {
  background: #f7f7f7;
  position: relative;
}
.footer__ttl {
  margin: 0 0 10px 33px;
  text-align: left;
}
.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 50px 33px;
}
.footer__box--ttl {
  border-right: 1px solid #333333;
  padding: 0 .5rem;
  margin: .25rem 0;
}
.footer__box--ttl:first-child {
  padding: 0 .5rem 0 0;
}
.footer__box--ttl:last-child {
  border: none;
}
.footer__box2 {
  background: #000099;
  padding: 1.25rem .5rem;
}
.footer__box2--inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 20px 0 33px;
}
.footer__box2--inner_img {
  display: block;
  margin: 0;
}
.footer__box2--inner_ttl {
  color: #ffffff;
  margin: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .f-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .footer .bg {
    background: #ffffff;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .footer__ttl {
    display: block;
    margin: 1.25rem auto;
    text-align: center;
  }
  .footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .footer__box--ttl {
    background: #b3b3b3;
    border: none;
    outline-width: 2px;
    outline-style: solid;
    outline-color: #ffffff;
    margin: 0;
    padding: 0;
    width: 50%;
  }
  .footer__box--ttl_li {
    color: #ffffff !important;
    display: block;
    padding: 1rem;
  }
  .footer__box2 {
    background: #000099;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.25rem 0;
  }
  .footer__box2--inner {
    display: block;
    margin: 0;
  }
  .footer__box2--inner_img {
    display: block;
    margin: 0 auto .5rem;
  }
  .footer__box2--inner_ttl {
    color: #ffffff;
    margin: 0;
    text-align: center;
  }
}
/*************** HomePage lower css code period 2-1 ****************/
/*********************************************************
check-anxiety
*********************************************************/
/*.check-anxiety {
	.bg {
		margin: 3rem 0 0;
	}
}*/
/*********************************************************
check-anxiety2
*********************************************************/
.check-anxiety2 .bg {
  margin: 0 0 3rem;
}
.check-anxiety2--ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 2.25rem;
}
.check-anxiety2--ttl__li {
  color: #0061d5;
  font-size: 36px;
  margin: 0 1.5rem;
}
.check-anxiety2 .col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.check-anxiety2--box1 {
  position: relative;
}
.check-anxiety2--box1 .position-absolute {
  top: -195px;
  left: -80px;
  width: 174px;
}
.check-anxiety2--box1__inner {
  border-top: 43px solid #ededed;
  border-right: 20px solid #ededed;
  border-left: 20px solid #ededed;
  border-bottom: 43px solid #ededed;
  padding: 2.5rem;
}
.check-anxiety2--box1__inner--img {
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.check-anxiety2--box1__inner--ttl {
  color: #0061d5;
  font-size: 18px;
  text-align: center;
}
.check-anxiety2--box1__inner--band {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0061d5;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 1.25rem;
  padding: .5rem 0;
}
.check-anxiety2--box1__inner-ul_li {
  cursor: pointer;
}
.check-anxiety2--box2 {
  position: relative;
}
.check-anxiety2--box2 .position-absolute {
  top: -195px;
  right: -80px;
  width: 174px;
}
.check-anxiety2--box2__inner {
  border-top: 43px solid #ededed;
  border-right: 20px solid #ededed;
  border-left: 20px solid #ededed;
  border-bottom: 43px solid #ededed;
  padding: 2.5rem;
}
.check-anxiety2--box2__inner--img {
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.check-anxiety2--box2__inner--ttl {
  color: #000099;
  font-size: 18px;
  text-align: center;
}
.check-anxiety2--box2__inner--band {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000099;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 1.25rem;
  padding: .5rem 0;
}
.check-anxiety2--box2__inner-ul_li {
  cursor: pointer;
}

@media screen and (max-width: 1229px) {
  .check-anxiety2 .bg {
    margin: 0 0 3rem;
  }
  .check-anxiety2--ttl {
    margin: 0 0 2.25rem;
  }
  .check-anxiety2--ttl__li {
    font-size: 24px;
    margin: 0 .5rem;
  }
  .check-anxiety2--box1 {
    position: relative;
  }
  .check-anxiety2--box1 .position-absolute {
    top: -40px;
    left: -40px;
    width: 80px;
  }
  .check-anxiety2--box2 {
    position: relative;
  }
  .check-anxiety2--box2 .position-absolute {
    top: -40px;
    right: -40px;
    width: 80px;
  }
}
/*********************************************************
check-anxiety3
*********************************************************/
.check-anxiety3__ttl {
  color: #ff5757;
  font-weight: normal;
  margin: 0 0 3rem;
  text-align: center;
}
.check-anxiety3__box1 {
  background: #D1E9FF;
  border-radius: .75rem;
  display: inline-block;
  margin: 0 0 0 19px;
  padding: 1.25rem;
  position: relative;
  width: 70%;
}
.check-anxiety3__box1::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 28px 11px 0;
  border-color: transparent #D1E9FF transparent transparent;
}
.check-anxiety3__box2 {
  background: #FFE5E5;
  border-radius: .75rem;
  display: inline-block;
  margin: 0 19px 0 0;
  padding: 1.25rem;
  position: relative;
  width: 70%;
}
.check-anxiety3__box2::after {
  content: '';
  position: absolute;
  top: 20px;
  right: -25px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-left: 24px solid #FFE5E5;
}

@media screen and (max-width: 767px) {
  .check-anxiety3__box1::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 28px 11px 0;
    border-color: transparent #D1E9FF transparent transparent;
  }
  .check-anxiety3__box2::after {
    content: '';
    position: absolute;
    top: 15px;
    right: -25px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-left: 24px solid #FFE5E5;
  }
}
/*************** HomePage lower css code period 3 ****************/
/*********************************************************
money_need
*********************************************************/
.money_need .card {
  height: 375px;
}
.money_need .card__circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 2px solid #0061d5;
  color: #000000;
}
.money_need .card__circle2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 2px solid #ff5757;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .money_need .card {
    height: 100%;
  }
  .money_need .card__circle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    border: 2px solid #0061d5;
    color: #ffffff;
    border-radius: .75rem;
    width: 100%;
    height: 100%;
  }
  .money_need .card__circle2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    border: 2px solid #ff5757;
    color: #ffffff;
    border-radius: .75rem;
    width: 100%;
    height: 100%;
  }
  .money_need .card__icon {
    width: 100%;
  }
}
@media screen and (max-width: 1229px) {
  .w-xl-100 {
    width: 100%;
  }

  .money_need .card {
    height: 100%;
  }
}
/*@media screen and (min-width:1200px) {
	.money_need {
		.card {
			.w-0 {
				width: 0%;
			}
		}
	}
}*/
/*********************************************************
money_need2
*********************************************************/
.money_need2 .bg {
  padding: 0 0 2rem;
}
.money_need2 .card {
  border: 4px solid #0061d5;
}
.money_need2 .card-top {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

/*************** HomePage lower css code period 4-1 ****************/
/*********************************************************
public_release3
*********************************************************/
.public_release3 .bg {
  padding: 0 0 3rem;
}
.public_release3 .card {
  /*height: 325px;*/
  border: 4px solid #0061d5;
}
.public_release3 .card-top {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

/*************** HomePage lower css code period 4-2 ****************/
.safe-life .bo-r1 {
  border-radius: .75rem;
}
.safe-life--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.safe-life--box__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 2.25rem;
}
.safe-life--box__ttl-li {
  color: #ff9f40;
  font-size: 32px;
  margin: 0 1.25rem;
}
.safe-life--box__ttl-li2 {
  color: #66C662;
  font-size: 32px;
  margin: 0 1.25rem;
}
.safe-life .card {
  border: 2px solid #0061d5;
}
.safe-life .card-bottom {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.safe-life .card .media2 {
  height: 115px;
}
.safe-life .card2 {
  position: relative;
  /*display: -ms-flexbox;
  display: flex;*/
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  /*border-radius: 0.25rem;*/
  border-radius: .75rem;
  border: 2px solid #ff5757;
}
.safe-life .card2-bottom {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.safe-life .card2 .media2 {
  height: 115px;
}

@media (max-width: 767px) {
  .safe-life--box__ttl-li {
    font-size: 20px;
    margin: 0 .75rem;
  }
  .safe-life--box__ttl-li2 {
    font-size: 20px;
    margin: 0 .75rem;
  }
  .safe-life--box__ttl-icon {
    width: 7%;
  }
  .safe-life .card .media2 {
    display: block;
    height: 20%;
    padding: .75rem;
  }
  .safe-life .card .media2 .order-1 {
    display: block;
    margin: 0 auto;
  }
  .safe-life .card2 .media2 {
    display: block;
    height: 20%;
    padding: .75rem;
  }
  .safe-life .card2 .media2 .order-1 {
    display: block;
    margin: 0 auto;
  }
}
#over-ray-bg {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 6;
}

.safe-life-modal {
  display: none;
  position: fixed;
  top: 50%;
  right: -30%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  z-index: 15;
  padding: 1rem 0;
  height: 100%;
}
.safe-life-modal .bg-scroll-bar {
  background: #ffffff;
  height: 95%;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .safe-life-modal {
    right: -45%;
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 2.5rem 0;
    width: 95%;
  }
  .safe-life-modal .bg {
    padding: 1.25rem 0;
  }
}
.modal-card-ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0061d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.js-modal-close {
  padding: .5rem 1rem;
  background: #6a6a6a;
  cursor: pointer;
  display: inline-block;
}

.low-modal-btn {
  background: #0061d5;
  display: block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 1rem .25rem;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  width: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

/*************** HomePage lower css code period 5-1 ****************/
/*********************************************************
look-for
*********************************************************/
.look-for .card {
  border: 4px solid #0061d5;
  padding: 0;
}
.look-for .card-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0061d5;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
}

@media (max-width: 767px) {
  .look-for .card-header {
    padding: 1rem;
  }
}
/*********************************************************
look-for2
*********************************************************/
.look-for2 .card {
  border: 4px solid #0061d5;
  padding: 0;
}

.low-look-close {
  border: 3px solid #A0A0A0;
  border-radius: .75rem;
  cursor: pointer;
  color: #A0A0A0;
  display: inline-block;
  margin: 0 0 0 -3rem;
  padding: .75rem 2rem;
}

@media (max-width: 992px) {
  .look-for2 .card {
    border: 4px solid #0061d5;
    padding: 0;
  }
  .look-for2 .card .col-lg-11 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .look-for2 .card .col-lg-11 .media2 {
    display: block;
    width: 100%;
  }

  .low-look-close {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 50%;
  }
}
.look-radio {
  display: none;
}
.look-radio + label {
  border: 3px solid #A0A0A0;
  border-radius: .75rem;
  color: #A0A0A0;
  display: block;
  padding: 1rem .5rem;
  text-align: center;
  cursor: pointer;
}
.look-radio:checked + label {
  background: #d4ecff;
  border: 3px solid #0061d5;
  border-radius: .75rem;
  color: #0061d5;
  display: block;
  padding: 1rem .5rem;
  text-align: center;
}
.look-radio:hover + label {
  background: #d4ecff;
  border: 3px solid #0061d5;
  border-radius: .75rem;
  color: #0061d5;
  display: block;
  padding: 1rem .5rem;
  text-align: center;
}

/*********************************************************
document_request
*********************************************************/
.document_request .area-card {
  border: 4px solid #0061d5;
  padding: 0;
}
.document_request .area-card-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0061d5;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
}
.document_request .area-card .card-body_border {
  border: 2px solid #0061d5;
}
.document_request .area-card .card-body .js-d-request-b-ttl1,
.document_request .area-card .card-body .js-d-request-b-ttl2,
.document_request .area-card .card-body .js-d-request-b-ttl3,
.document_request .area-card .card-body .js-d-request-b-ttl4,
.document_request .area-card .card-body .js-d-request-b-ttl5,
.document_request .area-card .card-body .js-d-request-b-ttl6,
.document_request .area-card .card-body .js-d-request-b-ttl7,
.document_request .area-card .card-body .js-d-request-b-ttl8,
.document_request .area-card .card-body .js-d-request-c-ttl {
  color: #0061d5;
  font-size: 36px;
  text-align: center;
}
.document_request .js-d-request-count1 {
  cursor: pointer;
}
.document_request .st-btn-look {
  background: #d4ecff;
  border: none;
  color: #0061d5;
  cursor: pointer;
  padding: 1rem .5rem;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.document_request .st-btn-look:hover {
  background-color: #d3d3d3;
  text-decoration: none !important;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.document_request .js-d-request-close {
  border: 3px solid #A0A0A0;
  border-radius: .75rem;
  cursor: pointer;
  color: #A0A0A0;
  display: inline-block;
  text-align: center;
  padding: .75rem 1rem;
}
.document_request .js-d-request-now {
  background: #ff5757;
  border-radius: .75rem;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 1.5rem 1rem;
}
.document_request .js-d-request-next {
  border: 3px solid #0061d5;
  border-radius: .75rem;
  cursor: pointer;
  color: #0061d5;
  display: inline-block;
  text-align: center;
  padding: .75rem 1rem;
}

@media (max-width: 767px) {
  .document_request .area-card-header {
    font-size: 16px;
    padding: .5rem 0;
  }
  .document_request .area-card .card-body .js-d-request-b-ttl1,
  .document_request .area-card .card-body .js-d-request-b-ttl2,
  .document_request .area-card .card-body .js-d-request-b-ttl3,
  .document_request .area-card .card-body .js-d-request-b-ttl4,
  .document_request .area-card .card-body .js-d-request-b-ttl5,
  .document_request .area-card .card-body .js-d-request-b-ttl6,
  .document_request .area-card .card-body .js-d-request-b-ttl7,
  .document_request .area-card .card-body .js-d-request-b-ttl8,
  .document_request .area-card .card-body .js-d-request-c-ttl {
    font-size: 18px;
  }
}
/*********************************************************
end-style2
*********************************************************/
/*********************************************************
start-style3
*********************************************************/
.lower-anxi .bg {
  padding: .75rem 0 2.25rem;
}
.lower-anxi--ttl {
  color: #0061d5;
  font-size: 30px;
  line-height: 39px;
  padding: 30px 0 0;
  position: relative;
  text-align: center;
}
.lower-anxi--ttl::before {
  background-color: #000099;
  bottom: -15px;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 33%;
}

.alsoSee__ttl {
  border-bottom: 3px solid #0061d5;
  color: #333333;
  font-size: 28px;
  line-height: 36px;
}
.alsoSee__inner {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #aedbff;
  color: #0061d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.detail__category {
  background-color: #000099;
  color: #aedbff;
  display: inline-block;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  padding: 10px;
  white-space: nowrap;
}

.notice__ttl--bg {
  background: url(../img/notice_title.jpg) 50% 0/cover no-repeat;
  height: 300px;
  padding: 2.5rem 0;
}

.health__ttl--bg {
  background: url(../img/health_advance1.png) 50% 0/cover no-repeat;
  height: 300px;
  padding: 2.5rem 0;
}

.corporate__ttl--bg {
  background: url(../img/corporate1.png) 50% 0/cover no-repeat;
  height: 300px;
  padding: 2.5rem 0;
}

.sbsCard {
  border-radius: .75rem;
}
.sbsCard__img {
  border-top-left-radius: .75rem;
  border-bottom-left-radius: .75rem;
  height: 98px;
  width: 98px;
}

.border-light-blue {
  border: 1px solid #b3e0ff;
}

.radio_mov {
  height: 160px;
}

.button__inner--7 {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: 1px solid #000099;
  color: #000099;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 50px;
}

.mov-size {
  height: 500px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mov-size {
    height: 200px;
    width: 100%;
  }
}
.d-flex-center-wrap {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.d-flex-base-wrap {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.d-flex-end-wrap {
  -webkit-box-align: end  !important;
      -ms-flex-align: end  !important;
          align-items: flex-end  !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*margin-right: -15px;*/
  /*margin-left: -15px;*/
}

.case-ttl1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d4ecff;
  border-radius: 24px;
  color: #0061d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  width: 100%;
}
.case-ttl1__txt {
  margin-left: auto;
  margin-right: auto;
}

.case-ttl-ab {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*★変更あり*/
.case-comp1 {
  border: 3px solid #d4ecff;
  width: 100%;
}

.box-bd-blue2 {
  border: 2px solid #0061d5;
  border-radius: 28px;
}

.bg-oblLine1 {
  background: url(../img/Period_1_2-12.png) 50% 0/cover no-repeat;
  background-repeat: repeat-y;
  width: 100%;
}

.light-blue-card {
  background-color: #d4ecff;
  border-radius: 24px;
}

.overflow-x {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}

.img-initial {
  max-width: initial !important;
}

.word-wrap {
  word-wrap: break-word;
}

.search-Btn {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: 6px 0;
  border-radius: 4px;
  text-decoration: none;
  background-color: #000099;
  color: #ffffff;
  cursor: pointer;
}
.search-Btn:visited {
  color: #ffffff;
  text-decoration: none;
}
.search-Btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.wrap-normal {
  white-space: normal;
}

/*period10*/
.period10 .card1 {
  position: relative;
  /*display: -ms-flexbox;
  display: flex;*/
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid #0061d5;
  /*border-radius: 0.25rem;*/
  border-radius: .75rem;
}
.period10 .card1__btm {
  background-color: #0061d5;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  color: #ffffff;
  height: 32px;
}
.period10 .card2 {
  position: relative;
  /*display: -ms-flexbox;
  display: flex;*/
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #009900;
  background-clip: border-box;
  border: 2px solid #009900;
  /*border-radius: 0.25rem;*/
  border-radius: .75rem;
}
.period10 .card2__btm {
  background-color: #ffffff;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  color: #009900;
}
.period10 .card3 {
  position: relative;
  /*display: -ms-flexbox;
  display: flex;*/
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #cc0000;
  background-clip: border-box;
  border: 2px solid #cc0000;
  /*border-radius: 0.25rem;*/
  border-radius: .75rem;
}
.period10 .card3__btm {
  background-color: #ffffff;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  color: #cc0000;
}
.period10 .card4 {
  position: relative;
  /*display: -ms-flexbox;
  display: flex;*/
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #0061d5;
  background-clip: border-box;
  border: 2px solid #0061d5;
  /*border-radius: 0.25rem;*/
  border-radius: .75rem;
}
.period10 .card4__btm {
  background-color: #ffffff;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  color: #0061d5;
}

.arrow-lb1 {
  border-top: 30px solid #d4ecff;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
}

/*********************************************************
check-anxiety
*********************************************************/
/*.check-anxiety {
.bg {
  margin: 3rem 0 0;
}
}*/
/*********************************************************
check-anxiety2
*********************************************************/
.check-anxiety2 .bg {
  margin: 0 0 3rem;
}
.check-anxiety2--ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 2.25rem;
}
.check-anxiety2--ttl__li {
  color: #0061d5;
  font-size: 36px;
  margin: 0 1.5rem;
}
.check-anxiety2 .col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.check-anxiety2--box1 {
  position: relative;
}
.check-anxiety2--box1 .position-absolute {
  top: -195px;
  left: -120px;
  width: 174px;
}
.check-anxiety2--box1 .position-absolute2 {
  position: absolute;
  top: -195px;
  right: -120px;
  width: 174px;
}
.check-anxiety2--box1__inner {
  border-top: 40px solid #ededed;
  border-right: 20px solid #ededed;
  border-left: 20px solid #ededed;
  border-bottom: 20px solid #ededed;
  padding: 1.25rem;
}
.check-anxiety2--box1__inner--img {
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.check-anxiety2--box1__inner--ttl {
  color: #0061d5;
  font-size: 18px;
  text-align: center;
}
.check-anxiety2--box1__inner--band {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0061d5;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 1.25rem;
  padding: .5rem 0;
}
.check-anxiety2--box1__inner-ul_li {
  cursor: pointer;
}
.check-anxiety2--box2 {
  position: relative;
}
.check-anxiety2--box2 .position-absolute {
  top: -195px;
  right: -60px;
  width: 174px;
}
.check-anxiety2--box2__inner {
  border-top: 43px solid #ededed;
  border-right: 20px solid #ededed;
  border-left: 20px solid #ededed;
  border-bottom: 43px solid #ededed;
  padding: 2.5rem;
}
.check-anxiety2--box2__inner--img {
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.check-anxiety2--box2__inner--ttl {
  color: #000099;
  font-size: 18px;
  text-align: center;
}
.check-anxiety2--box2__inner--band {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000099;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 1.25rem;
  padding: .5rem 0;
}
.check-anxiety2--box2__inner-ul_li {
  cursor: pointer;
}

@media screen and (max-width: 1229px) {
  .check-anxiety2 .bg {
    margin: 0 0 3rem;
  }
  .check-anxiety2--ttl {
    margin: 0 0 2.25rem;
  }
  .check-anxiety2--ttl__li {
    font-size: 24px;
    margin: 0 .5rem;
  }
  .check-anxiety2--box1 {
    position: relative;
  }
  .check-anxiety2--box1 .position-absolute {
    top: -40px;
    left: -40px;
    width: 80px;
  }
  .check-anxiety2--box1 .position-absolute2 {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 80px;
  }
  .check-anxiety2--box2 {
    position: relative;
  }
  .check-anxiety2--box2 .position-absolute {
    top: -40px;
    right: -40px;
    width: 80px;
  }
}
/*********************************************************
check-anxiety3
-0405upload  box3 add
*********************************************************/
.check-anxiety3__ttl {
  color: #ff5757;
  font-weight: normal;
  margin: 0 0 3rem;
  text-align: center;
}
.check-anxiety3__box1 {
  background: #D1E9FF;
  border-radius: .75rem;
  display: inline-block;
  margin: 0 0 0 19px;
  padding: 1.25rem;
  position: relative;
  width: 70%;
}
.check-anxiety3__box1::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 28px 11px 0;
  border-color: transparent #D1E9FF transparent transparent;
}
.check-anxiety3__box2 {
  background: #FFE5E5;
  border-radius: .75rem;
  display: inline-block;
  margin: 0 19px 0 0;
  padding: 1.25rem;
  position: relative;
  width: 70%;
}
.check-anxiety3__box2::after {
  content: '';
  position: absolute;
  top: 20px;
  right: -25px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-left: 24px solid #FFE5E5;
}
.check-anxiety3__box3 {
  background: #FFE5E5;
  border-radius: .75rem;
  display: inline-block;
  margin: 0 0 0 19px;
  padding: 1.25rem;
  position: relative;
  width: 70%;
}
.check-anxiety3__box3::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 28px 11px 0;
  border-color: transparent #FFE5E5 transparent transparent;
}

@media screen and (max-width: 767px) {
  .check-anxiety3__box1::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 28px 11px 0;
    border-color: transparent #D1E9FF transparent transparent;
  }
  .check-anxiety3__box2::after {
    content: '';
    position: absolute;
    top: 15px;
    right: -25px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-left: 24px solid #FFE5E5;
  }
  .check-anxiety3__box3 {
    background: #FFE5E5;
    border-radius: .75rem;
    display: inline-block;
    margin: 0 0 0 19px;
    padding: 1.25rem;
    position: relative;
    width: 70%;
  }
  .check-anxiety3__box3::before {
    content: '';
    position: absolute;
    top: 40%;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 28px 11px 0;
    border-color: transparent #FFE5E5 transparent transparent;
  }
}
/*************** HomePage lower css code period 3 ****************/
/*********************************************************
money_need
*********************************************************/
.money_need .card {
  height: 400px;
}
.money_need .card__circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 2px solid #0061d5;
  color: #000000;
}
.money_need .card__circle2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 2px solid #ff5757;
  color: #ffffff;
  width: 250px;
  height: 250px;
}
.money_need .card__circle3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 2px solid #ff5757;
  color: #ffffff;
  background: #ff5757;
  width: 250px;
  height: 250px;
}

@media screen and (max-width: 768px) {
  .money_need .card {
    height: 100%;
  }
  .money_need .card__circle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    border: 2px solid #0061d5;
    color: #ffffff;
    border-radius: .75rem;
    width: 100%;
    height: 100%;
  }
  .money_need .card__circle2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    border: 2px solid #ff5757;
    color: #ffffff;
    border-radius: .75rem;
    width: 100%;
    height: 100%;
  }
  .money_need .card__circle3 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    border: 2px solid #ff5757;
    color: #ffffff;
    background: #ff5757;
    border-radius: .75rem;
    width: 100%;
    height: 100%;
  }
  .money_need .card__icon {
    width: 100%;
  }
}
/*@media screen and (max-width:1229px) {
.w-xl-100 {
  width: 100%;
}
.money_need {
  .card {
    height: 100%;
  }
}
}

/*@media screen and (min-width:1200px) {
.money_need {
  .card {
    .w-0 {
      width: 0%;
    }
  }
}
}*/
/*********************************************************
money_need2
*********************************************************/
.money_need2 .bg {
  padding: 0 0 2rem;
}
.money_need2 .card {
  border: 4px solid #0061d5;
}
.money_need2 .card-top {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

/*********************************************************
end-style3
*********************************************************/
/*********************************************************
start-style4
*********************************************************/
.baloon-right {
  background: #0061d5;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-size: 26px;
  height: 42px;
  line-height: 42px;
  padding: 0 5px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 42px;
}
.baloon-right--txt {
  font-size: 28px;
  margin-left: 18px;
}
.baloon-right::before {
  content: '';
  position: absolute;
  top: 60%;
  right: -14px;
  margin-top: -10px;
  border: 5px solid transparent;
  border-left: 10px solid #0061d5;
  z-index: 0;
}

@media (max-width: 767px) {
  .img-display {
    display: none;
  }
}
/*********************************************************
index修正分
*********************************************************/
.fv-questions {
  display: none;
  position: fixed;
  top: 50%;
  right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 15;
}
.fv-questions.is-action {
  right: -50%;
}
.fv-questions__box--inner {
  width: 50%;
  margin: 0 auto;
}
.fv-questions__box--inner-bg_ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0061d5;
  border-top-right-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .5rem 1rem;
}
.fv-questions__box--inner-bg_ttl-li {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
}
.fv-questions__box--inner-bg .card-body {
  background: #d4ecff;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 1.25rem;
}
.fv-questions__box--inner-bg .card-body__box {
  background: #ffffff;
  border-radius: .75rem;
  display: inline-block;
  margin: 0 19px 0 0;
  padding: 1.25rem;
  position: relative;
  width: 70%;
}
.fv-questions__box--inner-bg .card-body__box::after {
  content: '';
  position: absolute;
  top: 20%;
  right: -25px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-left: 24px solid #ffffff;
}
.fv-questions_trig {
  cursor: pointer;
  position: fixed;
  bottom: 100px;
  right: -4000px;
  -webkit-transition: .9s;
  transition: .9s;
  z-index: 10;
}
.fv-questions_trig.is-action {
  right: 15px;
}
.fv-questions_trig.is-active {
  display: none;
}
.fv-questions_trig .position-relative {
  background: #0061d5;
  border-radius: 40px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 2.25rem 2.5rem;
  margin: 0 1.5rem 0 0;
}
.fv-questions_trig .position-relative::after {
  content: '';
  position: absolute;
  top: 40%;
  right: -30px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-left: 24px solid #0061d5;
}
.fv-questions_trig-img {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .fv-questions__box--inner {
    width: 97%;
    margin: 0 auto;
  }
  .fv-questions__box--inner-bg .card-body {
    padding: .5rem;
  }
  .fv-questions__box--inner-bg .card-body__box {
    padding: .5rem;
  }
  .fv-questions_trig {
    bottom: 180px;
  }
  .fv-questions_trig.is-action {
    right: 15px;
  }
  .fv-questions_trig.is-active {
    display: none;
  }
  .fv-questions_trig .position-relative {
    padding: 1.25rem 1.5rem;
  }
  .fv-questions_trig-img {
    width: 50px;
  }
}
/*********************************************************
fp-float
*********************************************************/
.fp-float {
  background: #ffffff;
  position: absolute;
  top: -100px;
  right: 10px;
  z-index: 1;
}
.fp-float-bg_icon {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 10px;
}

@media screen and (max-width: 768px) {
  .fp-float {
    background: #FFE5E5;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 94%;
    z-index: 1;
  }
  .fp-float-switch {
    background: #FFE5E5;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-radius: .25rem;
    bottom: 130px;
    cursor: pointer;
    position: fixed;
    right: 15px;
    padding: .5rem 1rem;
    z-index: 0;
  }
  .fp-float-switch-close {
    width: 10px;
  }
}
/*********************************************************
fp-plessin
*********************************************************/
.fp-plessin {
  /*.bg {
  	padding: 2.5rem 0;
  }*/
}
.fp-plessin .js-tab-switch {
  border-bottom: 2px solid #0061d5;
}
.fp-plessin .js-tab-switch__ttl {
  background: #efefef;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  cursor: pointer;
  font-size: 34px;
  margin-right: 4px;
  padding: 1rem 0;
  text-align: center;
  width: 50%;
}
.fp-plessin .js-tab-switch__ttl.is-active {
  background: #0061d5;
  border-bottom: none;
  color: #ffffff;
  cursor: pointer;
}
.fp-plessin .js-tab-switch__ttl:last-child {
  margin-right: 0;
}
.fp-plessin .js-tab-area {
  padding: 1.75rem 0 0;
}
.fp-plessin .js-tab-area__box {
  display: none;
}
.fp-plessin .js-tab-area__box.is-show {
  display: block;
}

@media (max-width: 767px) {
  .fp-plessin .bg {
    padding: 1.25rem 0;
  }
  .fp-plessin .js-tab-switch__ttl {
    font-size: 18px;
    margin-right: 4px;
  }
  .fp-plessin .js-tab-switch__ttl:last-child {
    margin-right: 0;
  }
  .fp-plessin .js-tab-area {
    padding: 1rem 0;
  }
}
/*********************************************************
end-style4
*********************************************************/
/*********************************************************
start-style6
*********************************************************/
/*********************************************************
period1_2
*********************************************************/
.check-anxiety4__ttl {
  color: #ff5757;
  font-weight: normal;
  margin: 0 0 3rem;
  text-align: center;
}
.check-anxiety4__box1 {
  background: #D1E9FF;
  border-radius: .75rem;
  display: inline-block;
  margin: 0 0 0 19px;
  padding: 1.25rem;
  position: relative;
  width: 70%;
}
.check-anxiety4__box1::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 28px 11px 0;
  border-color: transparent #D1E9FF transparent transparent;
}

@media screen and (max-width: 767px) {
  .check-anxiety4__box1::before {
    content: '';
    position: absolute;
    top: 11px;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 28px 11px 0;
    border-color: transparent #D1E9FF transparent transparent;
  }
}
/*********************************************************
check-anxiety
*********************************************************/
.check-anxiety2--box1 {
  position: relative;
}
.check-anxiety2--box1 .position-absolute {
  top: -30px;
  left: -90px;
  width: 100px;
}
.check-anxiety2--box1 .position-absolute2 {
  position: absolute;
  top: -30px;
  right: -90px;
  width: 100px;
}

.check-anxiety2--box1 {
  position: relative;
}
.check-anxiety2--box1__inner {
  border-top: 30px solid #ededed;
  border-right: 15px solid #ededed;
  border-left: 15px solid #ededed;
  border-bottom: 15px solid #ededed;
  padding: 1.5rem 1.25rem;
}
.check-anxiety2--box1__inner--img {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  width: 66px;
}

@media (max-width: 768px) {
  .check-anxiety2--box1 {
    position: relative;
  }
  .check-anxiety2--box1__inner {
    border-top: 15px solid #ededed;
    border-right: 15px solid #ededed;
    border-left: 15px solid #ededed;
    border-bottom: 15px solid #ededed;
    padding: 1.5rem 0;
  }
}
/*********************************************************
money_need
*********************************************************/
/*********************************************************
public_release
*********************************************************/
@media (min-width: 1230px) {
  .wh-xl0 {
    width: 0%!important;
  }

  .wh-xl5 {
    width: 5%!important;
  }

  .wh-xl10 {
    width: 10%!important;
  }

  .wh-xl15 {
    width: 15%!important;
  }

  .wh-xl20 {
    width: 20%!important;
  }

  .wh-xl25 {
    width: 25%!important;
  }

  .wh-xl30 {
    width: 30%!important;
  }

  .wh-xl35 {
    width: 35%!important;
  }

  .wh-xl40 {
    width: 40%!important;
  }

  .wh-xl45 {
    width: 45%!important;
  }

  .wh-xl50 {
    width: 50%!important;
  }

  .wh-xl55 {
    width: 55%!important;
  }

  .wh-xl60 {
    width: 60%!important;
  }

  .wh-xl65 {
    width: 65%!important;
  }

  .wh-xl70 {
    width: 70%!important;
  }

  .wh-xl75 {
    width: 75%!important;
  }

  .wh-xl80 {
    width: 80%!important;
  }

  .wh-xl85 {
    width: 85%!important;
  }

  .wh-xl90 {
    width: 90%!important;
  }

  .wh-xl95 {
    width: 95%!important;
  }

  .wh-xl100 {
    width: 100%!important;
  }
}
/*********************************************************
check-anxiety3（かんぽちゃん共通パーツ）
*********************************************************/
@media (min-width: 1230px) {
  .check-anxiety3__box1 {
    width: 77%;
  }
  .check-anxiety3__box2 {
    width: 77%;
  }
}
/*********************************************************
radio_top
*********************************************************/
.radioParent {
  position: relative;
}

/*H2_ラジオ体操タイトル*/
.radioChild {
  position: absolute;
  top: -18px;
}

/*H2_ラジオ体操img*/
/*********************************************************
corp_profile
*********************************************************/
.table td.borderRight {
  border-right: 1px solid #dee2e6;
}
.table td.borderLast {
  border-bottom: 1px solid #dee2e6;
}

/*テーブルのグレー下線*/
/*********************************************************
cm_info
*********************************************************/
@media (min-width: 768px) {
  .wh-md96 {
    width: 96% !important;
  }
}
/*2列で幅いっぱい*/
.wh-33 {
  width: 33%;
}

/*テーブル幅を均等に分ける*/
.table-bordered thead th, .table-bordered thead td {
  vertical-align: top;
}

/*テーブルhtの文字位置調整*/
.mov-size-01 {
  height: 243px;
  width: 100%;
}

/*style.scssにあったものを参考に変更*/
.mov-size-02 {
  height: 156px;
  width: 100%;
}

/*ラジオ体操の小さい方*/
@media (max-width: 768px) {
  .mov-size-01 {
    height: 200px;
    width: 100%;
  }

  /*style.scssにあったものを参考に変更*/
  .mov-size-02 {
    height: 200px;
    width: 100%;
  }

  /*ラジオ体操の小さい方*/
}
/*********************************************************
1_cert-reissue-consent
*********************************************************/
.button {
  padding: 0;
}
.button__inner {
  display: block;
  text-decoration: none !important;
}
.button__inner--0 {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #6a6a6a;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 50px;
  margin: 48px 0 0;
  cursor: not-allowed;
}
.button__inner--0:visited {
  color: #ffffff;
  text-decoration: none;
}
.button__inner--0:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.button__inner--0:hover {
  text-decoration: none !important;
}

/*********************************************************
2_cert-reissue-input
*********************************************************/
.area__square2 {
  background: #ffffff;
  /*padding: 15px;*/
}

/*例：以外の背景色*/
.button {
  padding: 0;
}
.button__inner {
  display: block;
  text-decoration: none !important;
}
.button__inner--7 {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #000099;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 50px;
  margin: 48px 0 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  display: block !important;
}
.button__inner--7:visited {
  color: #ffffff;
  text-decoration: none;
}
.button__inner--7:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.button__inner--7:hover {
  background-color: #0061d5;
  text-decoration: none !important;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/*inputの確認ボタン*/
/*.form-control:disabled, .form-control[readonly] {
	background-color: $color-white;
	opacity: 1;
}*/
/*例：のinputの背景色*/
.insurance1_text, .insurance2_text, .insurance3_text, .insurance4_text, .insurance5_text {
  display: none;
}

/*保険証券番号：注意文言エリア*/
/*********************************************************
3_cert-reissue-confirmation
*********************************************************/
.table td.borderLast {
  border-bottom: 1px solid #dee2e6;
}

/*テーブルのグレー下線*/
/*********************************************************
contact
*********************************************************/
.st-Btn11-2 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #0061d5;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: .75rem;
  border-bottom: none;
}
.st-Btn11-2:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn11-2:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn11-2:hover {
  background: #0080ff;
  border-bottom: none;
}

/*影がない角丸ボタン*/
.case-comp2 {
  border: 3px solid #efefef;
  width: 100%;
}

/*グレーの太枠*/
.table .table-borderless {
  border: none;
}
.table .table-borderless td {
  font-weight: bold;
  padding: 0;
}

/*ボーダーのないテーブル*/
.case-comp1-none {
  border: 3px solid #d4ecff;
  width: 100%;
  padding: 1.25rem;
}

/*消えるブルーの太枠*/
.area__square-none {
  background: #ededed;
  padding: 2rem;
}

/*消えるグレー枠*/
@media (max-width: 767px) {
  .case-comp1-none {
    border: none;
    width: 100%;
    padding: 0px;
  }

  /*消えるブルーの太枠*/
  .area__square-none {
    background: none;
    padding: 0;
  }

  /*消えるグレー枠*/
}
.search-box {
  border: 1px solid #b3b3b3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*検索のボーダー*/
.search-box2 {
  border: 1px solid #6a6a6a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*検索のボーダー*/
hr.dot-border {
  border-top: 3px dotted #d4ecff;
}

/*ドットボーダー*/
.d-flex-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

/*文字の位置(start)*/
@media (min-width: 767px) {
  .wh-md49 {
    width: 49%;
  }

  /*ライトブルー枠の2カラム*/
  .wh-md2 {
    width: 2%;
  }

  /*ライトブルー枠の2カラム*/
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

/*インデント*/
p.indent-2 {
  padding-left: 2em;
  text-indent: -2em;
}

/*インデント*/
/*********************************************************
detail_syusin（商品詳細全体）
*********************************************************/
.detail_syusin1__box1 {
  background: #efefef;
  border-radius: .75rem;
  display: inline-block;
  margin: 0;
  padding: 0.8rem;
  position: relative;
  width: 100%;
  line-height: 1.3;
}
.detail_syusin1__box1::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15%;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #efefef transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

@media (min-width: 767px) {
  .wh-md49 {
    width: 49%;
  }

  /*ライトブルー枠の2カラム*/
  .wh-md2 {
    width: 2%;
  }

  /*ライトブルー枠の2カラム*/
}
.st-Btn11__red {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #ff393a;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 中身を真ん中 */
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: .75rem;
  border-bottom: 5px solid #d31c3b;
}
.st-Btn11__red:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn11__red:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn11__red:hover {
  background: #ff7777;
  border-bottom: 5px solid #ff7777;
}

/*←赤の影ありボタン。*/
/*********************************************************
end-style6
*********************************************************/
/*********************************************************
start-style8
*********************************************************/
/*********************************************************
select
*********************************************************/
.select-product .bg, .product-list--search .bg {
  background: #E6F5FF;
  padding: 2.25rem 15px;
}

.select-product .fp-cta--btn {
  padding: 1.5rem;
  font-weight: 600;
  font-size: 28px;
}

.btn-no-event {
  pointer-events: none;
  cursor: pointer !important;
}

.text-normal {
  color: #333;
  font-weight: normal;
  margin-bottom: 0;
}

.select-product__box--inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  border: 3px solid #0061d5;
  color: #0061d5 !important;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 1rem;
  margin-bottom: 1.75rem;
}
.select-product__box--inner:hover {
  border: 3px solid #0080ff;
  color: #0080ff !important;
}

.select-r--btn {
  background: #ff393a;
  border: 1px solid #ff393a;
  border-bottom: 5px solid #d31c3b;
  border-radius: .75rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  padding: 1.75rem 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.select-r--btn:hover {
  background: #ff7777;
  border: 1px solid #ff7777;
  border-bottom: 5px solid #ff7777;
}
.select-r--btn:focus {
  outline: 0;
}

/*.fp-product__box--inner {
  margin-bottom: 0 !important;
}*/
.d-flex-center-jca2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.d-flex-center-jca2 .bnr2 {
  width: calc(100% / 2 - 3%);
  text-align: center;
}
.d-flex-center-jca2 .bnr2 span {
  display: inline-block;
  text-align: left;
}

.btn-arrow, .btn-arrow_2, .btn-arrow_3, .btn-arrow_4, .btn-arrow2, .btn-arrow3, .product-list--search .fp-cta--btn {
  position: relative;
}

.btn-arrow::after, .btn-arrow_2::after, .btn-arrow_3::after, .btn-arrow_4::after, .btn-arrow2::after, .btn-arrow3::after, .product-list--search .fp-cta--btn::after {
  content: '>';
  position: absolute;
}

.btn-arrow::after {
  top: 2%;
  padding-left: 20px;
}

.btn-arrow_2::after {
  top: 2%;
  left: 105%;
}

.btn-arrow_3::after {
  top: 2%;
  left: 10px;
}

.btn-arrow2::after {
  top: 26%;
  right: 18%;
}

.btn-arrow3::after {
  top: 33%;
  right: 12%;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .select-product .bg {
    padding: 30px 15px;
  }
  .select-product .fp-cta--btn {
    padding: 1rem;
    font-size: 18px;
  }

  .btn-arrow::after, .btn-arrow_3::after {
    padding-left: 12px;
  }

  .btn-arrow_2::after {
    left: 130%;
  }

  .btn-arrow2::after, .btn-arrow3::after {
    right: 18%;
  }

  .btn-arrow_4 .d-flex-center-jca2 .bnr2 {
    width: 100%;
  }

  .sp-br {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .sp-br {
    display: block;
  }

  .d-flex-center-jca2 .bnr2 {
    width: 100%;
  }

  .btn-arrow_2::after {
    top: 22%;
    left: 120%;
  }

  .btn-arrow_3::after {
    top: 26%;
    left: 184%;
  }

  .btn-arrow3::after {
    right: 18%;
  }
}
@media screen and (max-width: 1229px) {
  .sp-br {
    display: block;
  }

  .btn-arrow_2::after {
    top: 22%;
    left: 122%;
  }

  .btn-arrow_3::after {
    top: 2%;
    left: 100%;
  }

  .btn-arrow2::after {
    right: 4%;
  }

  .btn-arrow3::after {
    right: 6%;
  }
}
/*********************************************************
select／保険をご検討中のお客さま
*********************************************************/
.fp-product__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.insurance--search .select-product__box--inner {
  background: #fff;
  width: calc(100% / 2 - 3%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  border: 3px solid #ff9f40;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 1rem;
  margin: 0 15px 1.75rem;
}
.insurance--search .select-product__box--inner .search-type {
  color: #ff9f40 !important;
}
.insurance--search .select-product__box--inner:hover {
  border: 3px solid #e28517;
  color: #e28517 !important;
}
.insurance--search .select-product__box--inner .search-type:hover {
  color: #e28517 !important;
}

.point-title img {
  width: 10%;
  padding-right: 10px;
}

.btn-arrow_4::after {
  top: 4%;
  left: 100%;
}

.select-product-list .fp-cta--btn, .select-product-list .st-Btn11 {
  width: 100%;
  font-size: 28px;
  padding: 1.25rem;
  font-weight: 600;
}

.product-list--search .fp-cta--btn {
  width: 100%;
  font-size: 28px;
  padding: 1.25rem;
  font-weight: 600;
}

.select-product-list .fp-cta--btn::after, .select-product-list .st-Btn11::after {
  top: 26%;
  left: 84%;
}

.product-list--search .fp-cta--btn::after {
  top: 26%;
  left: 84%;
}

@media screen and (max-width: 767px) {
  .insurance--search .select-product__box--inner {
    display: block;
    width: 100%;
  }

  .point-title img {
    width: 14%;
  }

  .btn-arrow_4::after {
    top: -40%;
    left: 276px;
  }

  .select-product-list .fp-cta--btn, .select-product-list .st-Btn11 {
    font-size: 18px;
  }

  .product-list--search .fp-cta--btn {
    font-size: 18px;
  }

  .select-product-list .fp-cta--btn::after, .select-product-list .st-Btn11::after {
    left: 74%;
  }

  .product-list--search .fp-cta--btn::after {
    left: 74%;
  }
}
@media screen and (max-width: 992px) {
  .insurance--search .select-product__box--inner {
    display: block;
    width: 100%;
  }

  .point-title img {
    width: 24%;
  }

  .select-product-list .fp-cta--btn, .select-product-list .st-Btn11 {
    font-size: 18px;
  }

  .product-list--search .fp-cta--btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 1229px) {
  .insurance--search .select-product__box--inner {
    display: block;
    width: 100%;
  }
}
/*********************************************************
look for revision0409
*********************************************************/
.btn-3 {
  margin: 1rem 0;
}

@media screen and (min-width: 1024px) {
  /*PC、iPad Pro */
  .btn-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .btn-apply {
    width: calc(100% / 3 - 1.75%);
    background: #0061d5;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .wrap-nomal-select {
    white-space: normal;
    position: relative;
  }
  .wrap-nomal-select span:first-child {
    width: 6.25rem;
    display: inline-block;
  }
  .wrap-nomal-select span:nth-child(2) {
    display: inline-block;
    position: absolute;
    top: 38%;
  }
}
/*********************************************************
end-style8
*********************************************************/
/*********************************************************
  リンクアイコン
*********************************************************/
/*三角リンクアイコン*/
.link-arrow::before {
  content: "";
  display: inline-block;
  background: url(../img/29.png) left 70% no-repeat;
  width: 8px;
  height: 1em;
  margin-right: 8px;
}

.link-arrow2, .link-arrow2-2 {
  background: url(../img/29_2.png) left center no-repeat;
  margin-right: 8px;
}

/*********************************************************
start-last-style
*********************************************************/
.rounded-corners {
  border-radius: .25rem;
}

.rightangle-corners {
  border-radius: 0rem;
}

.p15px {
  padding: 15px !important;
}

.pX15px {
  padding: 0 15px !important;
}

.pY15px {
  padding: 15px 0px !important;
}

@media (min-width: 768px) {
  .p-md-15px {
    padding: 15px !important;
  }

  .pX-md-15px {
    padding: 0 15px !important;
  }

  .pY-md-15px {
    padding: 15px 0px !important;
  }
}
@media (min-width: 768px) {
  .text-center-md {
    text-align: center !important;
  }

  .text-left-md {
    text-align: left !important;
  }

  .text-right-md {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .mp-jump-area {
    margin: -60px 0 0 0 !important;
    padding: 60px 0 0 0 !important;
  }
  .mp-jump-area2 {
    margin: -60px 0 0 0 !important;
    padding: 60px 0 0 0 !important;
    pointer-events: none;
  }
  .mp-jump-area2 * {
    pointer-events: initial;
  }
}
@media (min-width: 992px) {
  .mgb-lg0 {
    margin: 0;
  }

  .mgb-lg2 {
    margin: 0 0 .5rem 0;
  }

  .mgb-lg3 {
    margin: 0 0 .75rem 0;
  }

  .pdr-lg2 {
    padding: 0 .5rem 0 0;
  }

  .pX-lg2 {
    padding: 0 .5rem;
  }

  .pdl-lg2 {
    padding: 0 0 0 .5rem;
  }
}
.table-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.table-fixed {
  table-layout: fixed;
}

/*********************************************************
customer-grievances
*********************************************************/
.customer1 tbody th {
  width: 110px;
  min-width: 110px;
}

.word-break-all {
  word-break: break-all !important;
}

.word-keep-all {
  word-break: keep-all !important;
}

.customer-220px {
  width: 220px !important;
  min-width: 220px !important;
}

.fp-cta--btn2 {
  background: #0061d5;
  border: 1px solid #0061d5;
  border-bottom: 5px solid #01509f;
  border-radius: .75rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  padding: 1.75rem 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.fp-cta--btn2:hover {
  background: #0080ff;
  border-bottom: 5px solid #0080ff;
}
.fp-cta--btn2:focus {
  outline: 0;
}

/*********************************************************
Additional parts
*********************************************************/
.st-Btn1a {
  border-radius: .25rem;
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .8rem 0;
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #ea5514;
  color: #ffffff;
  cursor: pointer;
}
.st-Btn1a:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn1a:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

/*********************************************************
end-last-style
*********************************************************/
