.mod-list__disc li {
  position: relative;
  line-height: 1.9;
}
@media print, screen and (min-width: 768px) {
  .mod-list__disc li {
    font-size: 16px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__disc li {
    padding-left: 4vw;
    font-size: 15px;
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-list__disc li + li {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__disc li + li {
    margin-top: 1.3333333333vw;
  }
}
.mod-list__disc li:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  background-color: #222;
}
@media print, screen and (min-width: 768px) {
  .mod-list__disc li:before {
    width: 6px;
    height: 6px;
    top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__disc li:before {
    width: 1.6vw;
    height: 1.6vw;
    top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-list__disc.note li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__disc.note li {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-list__disc.note li::before {
    top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__disc.note li::before {
    top: 1.8666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-list__disc.small li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__disc.small li {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-list__disc.small li::before {
    top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__disc.small li::before {
    top: 1.8666666667vw;
  }
}

.mod-list__num {
  counter-reset: item;
  list-style-type: none;
}
.mod-list__num li {
  position: relative;
  line-height: 1.9;
}
@media print, screen and (min-width: 768px) {
  .mod-list__num li {
    font-size: 16px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__num li {
    margin-top: 4vw;
    padding-left: 5.3333333333vw;
    font-size: 15px;
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-list__num li + li {
    margin-top: 10px;
  }
  .mod-list__num li > [class*=mod-list] li{
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__num li + li {
    margin-top: 1.3333333333vw;
  }
  .mod-list__num li > [class*=mod-list] li{
    margin-top: 1.3333333333vw;
  }
}
.mod-list__num li:before {
  position: absolute;
  counter-increment: item;
  content: counter(item) ".";
  left: 0;
  top: 0;
}

.mod-list__num li.upper-roman::before{
  content: counter(item, upper-roman) ".";
}
@media print, screen and (min-width: 768px) {
  .mod-list__num li.upper-roman{
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__num li.upper-roman{
    padding-left: 8.2666666667vw;
  }
}

.mod-h3,
.mod-h4,
.mod-h5{
  position: relative;
}

.mod-h4.no-border{
  padding-left: 0;
}
.mod-h4.no-border::before{
  content: none;
}

@media print, screen and (min-width: 768px) {
  .mod-h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-h5 {
    font-size: 15px;
    font-size: 4vw;
  }
}

[id*=term]{
  position: absolute;
  top: -110px;
  left: 0;
  display: block;
}
@media only screen and (max-width: 767px){
  [id*=term]{
    top: -14.6666666667vw;
  }
}


/*
  表
------------------------------------------------------------------------------*/
[class*=mod-table] {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  [class*=mod-table] {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  [class*=mod-table] {
    margin-top: 8vw;
  }
}
[class*=mod-table] table {
  border-collapse: collapse;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[class*=mod-table] th, [class*=mod-table] td {
  text-align: left;
  color: #222;
}
@media print, screen and (min-width: 768px) {
  [class*=mod-table] th, [class*=mod-table] td {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  [class*=mod-table] th, [class*=mod-table] td {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  [class*=mod-table].scroll table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4vw;
  }
}

.mod-table01 > table {
  table-layout: fixed;
  line-height: 1.3;
}
.mod-table01 > table th, .mod-table01 > table td {
  border: 1px solid #dedede;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .mod-table01 > table th, .mod-table01 > table td {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-table01 > table th, .mod-table01 > table td {
    padding: 2.6666666667vw;
  }
}
.mod-table01 > table thead th {
  background-color: #e2e5e7;
}
.mod-table01 > table tbody th {
  background-color: #f4f6f7;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .mod-table01.input table {
    border: 1px solid #dedede;
  }
}
@media only screen and (max-width: 767px) {
  .mod-table01.input tbody tr + tr {
    border-top: 1px solid #dedede;
  }
}
.mod-table01.input tbody th {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .mod-table01.input tbody th {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .mod-table01.input tbody th {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #dedede;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-table01.input tbody td {
    padding: 0 20px;
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .mod-table01.input tbody td {
    border-top: none;
    display: block;
    padding: 0 2.6666666667vw;
    width: 100%;
    border: none;
  }
}
.mod-table01.input .input_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mod-table01.input .input_list + .input_list {
  border-top: 1px solid #ddd;
}
@media print, screen and (min-width: 768px) {
  .mod-table01.input .input_item {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-table01.input .input_item {
    padding: 5.3333333333vw 1.3333333333vw;
  }
}
.mod-table01.input .input_item.before {
  width: 45%;
}
@media print, screen and (min-width: 768px) {
  .mod-table01.input .input_item.before * + .mark {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-table01.input .input_item.before * + .mark {
    margin-top: 0.5333333333vw;
  }
}
.mod-table01.input .input_item.before .mark {
  display: inline-block;
  background-color: #fceaed;
}
@media print, screen and (min-width: 768px) {
  .mod-table01.input .input_item.before .mark {
    padding: 2px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-table01.input .input_item.before .mark {
    padding: 0.5333333333vw 1.3333333333vw;
  }
}
.mod-table01.input .input_item.before .mark_underline {
  text-decoration: underline;
  color: #fa0000;
}
.mod-table01.input .input_item.before .mark_innerTxt {
  color: #222;
}
.mod-table01.input .input_item.arrow {
  position: relative;
  width: 10%;
}
@media print, screen and (min-width: 768px) {
  .mod-table01.input .input_item.arrow {
    top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-table01.input .input_item.arrow {
    top: 1.0666666667vw;
  }
}
.mod-table01.input .input_item.arrow::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #5e5e5e;
}
@media print, screen and (min-width: 768px) {
  .mod-table01.input .input_item.arrow::before {
    border-width: 7px 0 7px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-table01.input .input_item.arrow::before {
    border-width: 1.6vw 0 1.6vw 2.1333333333vw;
  }
}
.mod-table01.input .input_item.after {
  width: 45%;
}
.mod-table01.input .input_item.after .mark {
  display: inline-block;
  background-color: #fcf8e3;
}
@media print, screen and (min-width: 768px) {
  .mod-table01.input .input_item.after .mark {
    padding: 2px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-table01.input .input_item.after .mark {
    padding: 0.5333333333vw 1.3333333333vw;
  }
}



.u-display--inline-block {
  display: inline-block !important;
}


/*
  Margin
------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .ml0 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml0 {
    margin-left: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .ml10 {
    margin-left: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml10 {
    margin-left: 1.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .ml20 {
    margin-left: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml20 {
    margin-left: 2.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .ml30 {
    margin-left: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml30 {
    margin-left: 4vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .ml40 {
    margin-left: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml40 {
    margin-left: 5.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .ml50 {
    margin-left: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml50 {
    margin-left: 6.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .ml60 {
    margin-left: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml60 {
    margin-left: 8vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .ml70 {
    margin-left: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml70 {
    margin-left: 9.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .ml80 {
    margin-left: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml80 {
    margin-left: 10.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .ml90 {
    margin-left: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml90 {
    margin-left: 12vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .ml100 {
    margin-left: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml100 {
    margin-left: 13.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt0 {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt10 {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt10 {
    margin-top: 2.1333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt20 {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt20 {
    margin-top: 2.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt30 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt30 {
    margin-top: 4vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt40 {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt40 {
    margin-top: 5.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt50 {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt50 {
    margin-top: 6.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt60 {
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt60 {
    margin-top: 8vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt70 {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt70 {
    margin-top: 9.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt80 {
    margin-top: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt80 {
    margin-top: 10.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt90 {
    margin-top: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt90 {
    margin-top: 12vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt100 {
    margin-top: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt100 {
    margin-top: 13.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mr0 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr0 {
    margin-right: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mr10 {
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr10 {
    margin-right: 1.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mr20 {
    margin-right: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr20 {
    margin-right: 2.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mr30 {
    margin-right: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr30 {
    margin-right: 4vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mr40 {
    margin-right: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr40 {
    margin-right: 5.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mr50 {
    margin-right: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr50 {
    margin-right: 6.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mr60 {
    margin-right: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr60 {
    margin-right: 8vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mr70 {
    margin-right: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr70 {
    margin-right: 9.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mr80 {
    margin-right: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr80 {
    margin-right: 10.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mr90 {
    margin-right: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr90 {
    margin-right: 12vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mr100 {
    margin-right: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr100 {
    margin-right: 13.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb0 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb0 {
    margin-bottom: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb10 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 1.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb20 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 2.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb30 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 4vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb40 {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 5.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb50 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 6.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb60 {
    margin-bottom: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 8vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 9.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb80 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 10.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb90 {
    margin-bottom: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb90 {
    margin-bottom: 12vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 13.3333333333vw !important;
  }
}

/*
  Padding
------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .pl0 {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl0 {
    padding-left: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pl10 {
    padding-left: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl10 {
    padding-left: 1.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pl20 {
    padding-left: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl20 {
    padding-left: 2.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pl30 {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl30 {
    padding-left: 4vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pl40 {
    padding-left: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl40 {
    padding-left: 5.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pl50 {
    padding-left: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl50 {
    padding-left: 6.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pl60 {
    padding-left: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl60 {
    padding-left: 8vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pl70 {
    padding-left: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl70 {
    padding-left: 9.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pl80 {
    padding-left: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl80 {
    padding-left: 10.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pl90 {
    padding-left: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl90 {
    padding-left: 12vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pl100 {
    padding-left: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl100 {
    padding-left: 13.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt0 {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt0 {
    padding-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt10 {
    padding-top: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt10 {
    padding-top: 2.1333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt20 {
    padding-top: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt20 {
    padding-top: 2.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt30 {
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt30 {
    padding-top: 4vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt40 {
    padding-top: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt40 {
    padding-top: 5.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt50 {
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt50 {
    padding-top: 6.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt60 {
    padding-top: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt60 {
    padding-top: 8vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt70 {
    padding-top: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt70 {
    padding-top: 9.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt80 {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt80 {
    padding-top: 10.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt90 {
    padding-top: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt90 {
    padding-top: 12vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt100 {
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt100 {
    padding-top: 13.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pr0 {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr0 {
    padding-right: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pr10 {
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr10 {
    padding-right: 1.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pr20 {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr20 {
    padding-right: 2.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pr30 {
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr30 {
    padding-right: 4vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pr40 {
    padding-right: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr40 {
    padding-right: 5.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pr50 {
    padding-right: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr50 {
    padding-right: 6.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pr60 {
    padding-right: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr60 {
    padding-right: 8vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pr70 {
    padding-right: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr70 {
    padding-right: 9.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pr80 {
    padding-right: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr80 {
    padding-right: 10.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pr90 {
    padding-right: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr90 {
    padding-right: 12vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pr100 {
    padding-right: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr100 {
    padding-right: 13.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb0 {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb0 {
    padding-bottom: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb10 {
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb10 {
    padding-bottom: 1.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb20 {
    padding-bottom: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb20 {
    padding-bottom: 2.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb30 {
    padding-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb30 {
    padding-bottom: 4vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb40 {
    padding-bottom: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb40 {
    padding-bottom: 5.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb50 {
    padding-bottom: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb50 {
    padding-bottom: 6.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb60 {
    padding-bottom: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb60 {
    padding-bottom: 8vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb70 {
    padding-bottom: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb70 {
    padding-bottom: 9.3333333333vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb80 {
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 10.6666666667vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb90 {
    padding-bottom: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb90 {
    padding-bottom: 12vw !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb100 {
    padding-bottom: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb100 {
    padding-bottom: 13.3333333333vw !important;
  }
}