.main img {
  max-width: 100%;
  height: auto; }

.main *::before,
.main *::after {
  display: block; }

@media only screen and (max-width: 767px) {
  .main *::before,
  .main *::after {
    font-size: calc(24vw / 750 * 100); } }

/*===============================================
 fixed img
===============================================*/
.fixed-bg-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .fixed-bg-wrap:after {
    position: absolute;
    display: block;
    content: " ";
    background: no-repeat center bottom -1px;
    background-size: 100% auto;
    width: 100%;
    height: 88px;
    bottom: 0px;
    left: 0px; }
    @media print, screen and (min-width: 769px) {
      .fixed-bg-wrap:after {
        background-image: url(/th/assets/common/img/fixed-pc-bg-bottom.gif);
        min-width: 1300px;
        max-width: 1660px; } }
    @media only screen and (max-width: 768px) {
      .fixed-bg-wrap:after {
        background-image: url(/th/assets/common/img/fixed-sp-bg-bottom.gif); } }

.fixed-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1300px;
  z-index: -1; }
  @media only screen and (max-width: 768px) {
    .fixed-bg {
      min-width: 0; } }

/*===============================================
 otherContents
===============================================*/
.otherContents ul {
  font-size: 0;
  width: 1120px;
  margin: 0 auto -30px;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .otherContents ul {
      width: 86.66667%;
      margin-bottom: 0;
      padding-bottom: 4vw; } }
  .otherContents ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 30px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .otherContents ul li {
        margin: 0 0 5.33333vw; } }
    .otherContents ul li:nth-child(odd), .otherContents ul li:nth-child(even) {
      float: none; }
    @media only screen and (max-width: 768px) {
      .otherContents ul li:nth-child(even) {
        margin-left: 6%; } }
    @media only screen and (max-width: 768px) {
      .otherContents ul li a img {
        margin-bottom: 1.33333vw; } }
    .otherContents ul li a p {
      display: inline;
      font-weight: bold;
      line-height: 1.4; }

@media only screen and (max-width: 768px) {
  .st-Footer {
    padding-top: 9.33333vw; } }

/*===============================================
 main
===============================================*/
.main {
  margin: 75px auto 120px;
  padding: 60px 0 190px; }
  @media only screen and (max-width: 768px) {
    .main {
      margin: 12vw auto 13.33333vw;
      padding-bottom: 22.66667vw; } }

.inner {
  width: 1140px;
  margin-right: auto;
  margin-left: auto; }

@media only screen and (max-width: 768px) {
  .main .inner {
    width: 82.66667vw;
    margin-left: 6.66667vw; } }

/*===============================================
 common parts
===============================================*/
.res-pc {
  display: inline !important; }
  @media only screen and (max-width: 768px) {
    .res-pc {
      display: none !important; } }

.res-sp {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    .res-sp {
      display: inline !important; } }

.sec {
  background-color: #fff;
  text-align: center;
  padding: 90px 0;
  margin-top: 30px; }
  .sec:first-of-type {
    margin-top: 0; }
  @media only screen and (max-width: 768px) {
    .sec {
      padding: 12vw 0;
      margin-top: 2.66667vw; }
      .sec:first-of-type {
        margin-top: 0; } }

@media only screen and (max-width: 768px) {
  .sec-inner {
    width: 69.33333vw;
    margin-left: auto;
    margin-right: auto; } }

.f_barlow_sb {
  font-family: 'Barlow-SemiBold';
  letter-spacing: 0.05em; }

.btn-wrap {
  text-align: center; }
  .btn-wrap ul li {
    margin-left: 23px; }
    .btn-wrap ul li:first-child {
      margin-left: 0; }
    @media only screen and (max-width: 768px) {
      .btn-wrap ul li {
        width: 100%;
        margin-left: 0;
        margin-top: 4vw; }
        .btn-wrap ul li:first-child {
          margin-top: 0; } }

.u-list {
  font-size: 0 !important; }
  .u-list > li {
    display: inline-block;
    vertical-align: top; }

.txt-normal {
  font-size: 16px;
  letter-spacing: 0.05em; }
  @media only screen and (max-width: 768px) {
    .txt-normal {
      font-size: 3.2vw; } }

.txt-bold {
  font-weight: bold; }

.txt-red {
  color: #ea5555; }

.u-textlink {
  color: #058ac5;
  text-decoration: underline; }

.u-note {
  font-size: 14px;
  line-height: 1.85714; }
  @media only screen and (max-width: 768px) {
    .u-note {
      font-size: 2.93333vw; } }

.u-underline {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -0.025rem; }
  @media only screen and (max-width: 768px) {
    .u-underline {
      font-size: 5.06667vw;
      margin-bottom: 4vw; } }
  .u-underline > span {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #e8f409));
    background: -webkit-linear-gradient(transparent 70%, #e8f409 70%);
    background: -o-linear-gradient(transparent 70%, #e8f409 70%);
    background: linear-gradient(transparent 70%, #e8f409 70%);
    line-height: 1; }

.box-border {
  position: relative;
  margin: 50px auto 0;
  width: 1020px;
  border: 1px dashed #393335;
  background-color: #fff;
  padding: 30px 0 30px;
  letter-spacing: 0.05em;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .box-border {
      margin-top: 8vw;
      width: 69.33333vw;
      padding: 4vw; } }
  .box-border .box-border-title {
    position: absolute;
    display: inline-block;
    background-color: #fff;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 10px;
    white-space: nowrap; }
    @media only screen and (max-width: 768px) {
      .box-border .box-border-title {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 2.93333vw; } }
  .box-border .box-border-txt {
    font-size: 16px;
    margin: 35px 0 25px; }
    @media only screen and (max-width: 768px) {
      .box-border .box-border-txt {
        font-size: 3.2vw;
        margin: 4.8vw 0 2.66667vw; } }

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 385px;
  height: 80px; }
  .btn:hover {
    opacity: 1 !important; }
  @media only screen and (max-width: 768px) {
    .btn {
      width: 100%;
      min-width: 0;
      height: 17.1875vw; } }
  .btn > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    font-size: 1.7rem;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .btn > span {
        font-size: 3.46667vw; } }

.btn-grad {
  background: url(/th/assets/common/img/btn-grad.jpg) no-repeat center center;
  background-size: cover; }
  .btn-grad:hover {
    background-image: url(/th/assets/common/img/btn-grad-hover.jpg); }

.btn-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn-center > span {
    text-align: center; }

.btn-arrow:after {
  position: absolute;
  display: block;
  content: " ";
  background: url(/th/assets/common/img/btn_ya_b_sml.png) no-repeat center center;
  background-size: contain;
  width: 27px;
  height: 6px;
  top: 50%;
  margin-top: -3px;
  right: 24px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  @media only screen and (max-width: 768px) {
    .btn-arrow:after {
      width: 6.4vw;
      height: 1.06667vw;
      margin-top: -0.53333vw;
      right: 4vw; } }

.btn-arrow:hover:after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px); }

.btn-arrow > span {
  padding: 0 55px 0 45px; }
  @media only screen and (max-width: 768px) {
    .btn-arrow > span {
      padding: 0 10.66667vw 0 9.33333vw; } }

.btn-arrow-box:after {
  position: absolute;
  display: block;
  content: " ";
  background: #80eeb4 url(/th/assets/common/img/btn_ya_b_sml.png) no-repeat center center;
  background-size: 27px auto;
  width: 60px;
  height: 54px;
  bottom: 12px;
  right: -12px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  @media only screen and (max-width: 768px) {
    .btn-arrow-box:after {
      width: 8vw;
      height: 7.2vw;
      background-size: 3.6vw;
      bottom: 2.26667vw;
      right: -2.53333vw; } }

.btn-arrow-box:hover:after {
  background-color: #e8f409; }

.btn-arrow-box-grad:before {
  position: absolute;
  display: block;
  content: " ";
  background: #fff url(/th/assets/common/img/btn-arrow-box-grad-bg.jpg) no-repeat center center;
  background-size: contain;
  width: 60px;
  height: 54px;
  bottom: 12px;
  right: -12px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  @media only screen and (max-width: 768px) {
    .btn-arrow-box-grad:before {
      width: 8vw;
      height: 7.2vw;
      bottom: 2.26667vw;
      right: -2.53333vw; } }

.btn-arrow-box-grad:after {
  background-color: transparent; }

.btn-arrow-box-grad:hover {
  opacity: 1; }
  .btn-arrow-box-grad:hover:before {
    background-image: none; }
  .btn-arrow-box-grad:hover:after {
    background-color: #fff; }

.btn-icon > span {
  background: no-repeat 26px center;
  background-size: 52px 52px;
  padding-left: 90px;
  min-height: 52px; }
  @media only screen and (max-width: 768px) {
    .btn-icon > span {
      background-position: 2.66667vw center;
      background-size: 9.6vw;
      padding-left: 14.66667vw; } }

.btn-icon-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn-icon-center > span {
    padding-left: 65px;
    background-position: 0 center; }

.btn-tall {
  width: 450px;
  height: 140px; }
  @media only screen and (max-width: 768px) {
    .btn-tall {
      width: 100%;
      height: 21.33333vw; } }
  .btn-tall.btn-icon > span {
    background-size: 59px 59px;
    padding-left: 100px;
    min-height: 59px; }
    @media only screen and (max-width: 768px) {
      .btn-tall.btn-icon > span {
        background-size: 9.6vw;
        padding-left: 13.33333vw; } }

.btn-wide {
  width: 825px; }
  @media only screen and (max-width: 768px) {
    .btn-wide {
      width: 100%; } }

.btn-yellow {
  background-color: #e8f409; }
  .btn-yellow:hover {
    background-color: #7deda9; }

@media print, screen and (min-width: 769px) {
  .btn-w345 {
    min-width: 345px; } }

@media print, screen and (min-width: 769px) {
  .btn-h70 {
    height: 70px; } }

ul.index-btn {
  margin-top: -40px;
  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; }
  @media only screen and (max-width: 768px) {
    ul.index-btn {
      margin-top: 0; } }
  ul.index-btn li {
    width: calc( (100% - 43px) / 2);
    margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      ul.index-btn li {
        width: 100%;
        margin-top: 4vw; }
        ul.index-btn li:first-child {
          margin-top: 0; } }
    ul.index-btn li a {
      background-color: #fff;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px; }
      ul.index-btn li a:hover {
        opacity: 1; }
      @media only screen and (max-width: 768px) {
        ul.index-btn li a {
          padding: 1.33333vw; } }
      ul.index-btn li a .index-btn-img {
        width: 265px;
        line-height: 1; }
        @media only screen and (max-width: 768px) {
          ul.index-btn li a .index-btn-img {
            width: 35.33333vw; } }
      ul.index-btn li a .index-btn-txt {
        width: calc( 100% - 265px);
        padding-left: 30px; }
        @media only screen and (max-width: 768px) {
          ul.index-btn li a .index-btn-txt {
            width: 44vw;
            padding-left: 4vw; } }
        ul.index-btn li a .index-btn-txt span.en {
          font-family: 'Barlow-SemiBold';
          font-size: 2.6rem;
          line-height: 1.38462; }
          @media only screen and (max-width: 768px) {
            ul.index-btn li a .index-btn-txt span.en {
              font-size: 4.53333vw; } }
        ul.index-btn li a .index-btn-txt small {
          display: block;
          font-size: 1.5rem;
          font-weight: bold;
          margin-top: 10px;
          line-height: 1.36364; }
          @media only screen and (max-width: 768px) {
            ul.index-btn li a .index-btn-txt small {
              font-size: 2.93333vw; } }
          ul.index-btn li a .index-btn-txt small i {
            font-style: normal; }
            @media only screen and (max-width: 768px) {
              ul.index-btn li a .index-btn-txt small i {
                display: block;
                margin-left: 9.33333vw; } }
      ul.index-btn li a:hover {
        background-color: #e8f409; }

.title-dotline {
  position: relative;
  text-align: center;
  border-bottom: 1px dashed #6a6667;
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .title-dotline {
      margin-bottom: 5.73333vw; } }
  .title-dotline:before, .title-dotline:after {
    position: absolute;
    display: block;
    content: " ";
    background-color: #fff;
    border: 1px solid #6a6667;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    bottom: -4px;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .title-dotline:before, .title-dotline:after {
        width: 1.06667vw;
        height: 1.06667vw; } }
  .title-dotline:before {
    left: 0px; }
  .title-dotline:after {
    right: 0px; }
  .title-dotline > span {
    position: relative;
    display: inline-block;
    top: 15px;
    z-index: 1;
    background-color: #fff;
    padding: 0 15px; }
    .title-dotline > span > span.en {
      font-size: 3.0rem;
      font-family: 'Barlow-SemiBold';
      letter-spacing: 0.05em; }
      @media only screen and (max-width: 768px) {
        .title-dotline > span > span.en {
          font-size: 5.33333vw; } }
    .title-dotline > span small {
      font-size: 1.5rem;
      font-weight: bold;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 768px) {
        .title-dotline > span small {
          display: block;
          margin-top: 1.33333vw;
          font-size: 2.93333vw; } }
      .title-dotline > span small .res-pc {
        display: inline-block;
        margin: 0 10px; }
        @media only screen and (max-width: 768px) {
          .title-dotline > span small .res-pc {
            display: none; } }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.mt5 {
  margin-top: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mt5 {
      margin-top: 0.66667vw !important; } }

.mt10 {
  margin-top: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mt10 {
      margin-top: 1.33333vw !important; } }

.mt15 {
  margin-top: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mt15 {
      margin-top: 2vw !important; } }

.mt20 {
  margin-top: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mt20 {
      margin-top: 2.66667vw !important; } }

.mt25 {
  margin-top: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mt25 {
      margin-top: 3.33333vw !important; } }

.mt30 {
  margin-top: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mt30 {
      margin-top: 4vw !important; } }

.mt35 {
  margin-top: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mt35 {
      margin-top: 4.66667vw !important; } }

.mt40 {
  margin-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mt40 {
      margin-top: 5.33333vw !important; } }

.mt50 {
  margin-top: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mt50 {
      margin-top: 6.66667vw !important; } }

.mt55 {
  margin-top: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mt55 {
      margin-top: 7.33333vw !important; } }

.mt60 {
  margin-top: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mt60 {
      margin-top: 8vw !important; } }

.mt70 {
  margin-top: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mt70 {
      margin-top: 9.33333vw !important; } }

.mt80 {
  margin-top: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mt80 {
      margin-top: 10.66667vw !important; } }

.mt90 {
  margin-top: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mt90 {
      margin-top: 12vw !important; } }

.mt100 {
  margin-top: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mt100 {
      margin-top: 13.33333vw !important; } }

.mb5 {
  margin-bottom: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mb5 {
      margin-bottom: 0.66667vw !important; } }

.mb10 {
  margin-bottom: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mb10 {
      margin-bottom: 1.33333vw !important; } }

.mb15 {
  margin-bottom: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mb15 {
      margin-bottom: 2vw !important; } }

.mb20 {
  margin-bottom: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mb20 {
      margin-bottom: 2.66667vw !important; } }

.mb25 {
  margin-bottom: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mb25 {
      margin-bottom: 3.33333vw !important; } }

.mb30 {
  margin-bottom: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mb30 {
      margin-bottom: 4vw !important; } }

.mb35 {
  margin-bottom: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mb35 {
      margin-bottom: 4.66667vw !important; } }

.mb40 {
  margin-bottom: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mb40 {
      margin-bottom: 5.33333vw !important; } }

.mb50 {
  margin-bottom: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mb50 {
      margin-bottom: 6.66667vw !important; } }

.mb55 {
  margin-bottom: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mb55 {
      margin-bottom: 7.33333vw !important; } }

.mb60 {
  margin-bottom: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mb60 {
      margin-bottom: 8vw !important; } }

.mb70 {
  margin-bottom: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mb70 {
      margin-bottom: 9.33333vw !important; } }

.mb80 {
  margin-bottom: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mb80 {
      margin-bottom: 10.66667vw !important; } }

.mb90 {
  margin-bottom: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mb90 {
      margin-bottom: 12vw !important; } }

.mb100 {
  margin-bottom: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mb100 {
      margin-bottom: 13.33333vw !important; } }

.ml5 {
  margin-left: 5px !important; }
  @media only screen and (max-width: 768px) {
    .ml5 {
      margin-left: 0.66667vw !important; } }

.ml10 {
  margin-left: 10px !important; }
  @media only screen and (max-width: 768px) {
    .ml10 {
      margin-left: 1.33333vw !important; } }

.ml15 {
  margin-left: 15px !important; }
  @media only screen and (max-width: 768px) {
    .ml15 {
      margin-left: 2vw !important; } }

.ml20 {
  margin-left: 20px !important; }
  @media only screen and (max-width: 768px) {
    .ml20 {
      margin-left: 2.66667vw !important; } }

.ml25 {
  margin-left: 25px !important; }
  @media only screen and (max-width: 768px) {
    .ml25 {
      margin-left: 3.33333vw !important; } }

.ml30 {
  margin-left: 30px !important; }
  @media only screen and (max-width: 768px) {
    .ml30 {
      margin-left: 4vw !important; } }

.ml35 {
  margin-left: 35px !important; }
  @media only screen and (max-width: 768px) {
    .ml35 {
      margin-left: 4.66667vw !important; } }

.ml40 {
  margin-left: 40px !important; }
  @media only screen and (max-width: 768px) {
    .ml40 {
      margin-left: 5.33333vw !important; } }

.ml50 {
  margin-left: 50px !important; }
  @media only screen and (max-width: 768px) {
    .ml50 {
      margin-left: 6.66667vw !important; } }

.ml55 {
  margin-left: 55px !important; }
  @media only screen and (max-width: 768px) {
    .ml55 {
      margin-left: 7.33333vw !important; } }

.ml60 {
  margin-left: 60px !important; }
  @media only screen and (max-width: 768px) {
    .ml60 {
      margin-left: 8vw !important; } }

.ml70 {
  margin-left: 70px !important; }
  @media only screen and (max-width: 768px) {
    .ml70 {
      margin-left: 9.33333vw !important; } }

.ml80 {
  margin-left: 80px !important; }
  @media only screen and (max-width: 768px) {
    .ml80 {
      margin-left: 10.66667vw !important; } }

.ml90 {
  margin-left: 90px !important; }
  @media only screen and (max-width: 768px) {
    .ml90 {
      margin-left: 12vw !important; } }

.ml100 {
  margin-left: 100px !important; }
  @media only screen and (max-width: 768px) {
    .ml100 {
      margin-left: 13.33333vw !important; } }

.mr5 {
  margin-right: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mr5 {
      margin-right: 0.66667vw !important; } }

.mr10 {
  margin-right: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mr10 {
      margin-right: 1.33333vw !important; } }

.mr15 {
  margin-right: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mr15 {
      margin-right: 2vw !important; } }

.mr20 {
  margin-right: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mr20 {
      margin-right: 2.66667vw !important; } }

.mr25 {
  margin-right: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mr25 {
      margin-right: 3.33333vw !important; } }

.mr30 {
  margin-right: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mr30 {
      margin-right: 4vw !important; } }

.mr35 {
  margin-right: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mr35 {
      margin-right: 4.66667vw !important; } }

.mr40 {
  margin-right: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mr40 {
      margin-right: 5.33333vw !important; } }

.mr50 {
  margin-right: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mr50 {
      margin-right: 6.66667vw !important; } }

.mr55 {
  margin-right: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mr55 {
      margin-right: 7.33333vw !important; } }

.mr60 {
  margin-right: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mr60 {
      margin-right: 8vw !important; } }

.mr70 {
  margin-right: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mr70 {
      margin-right: 9.33333vw !important; } }

.mr80 {
  margin-right: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mr80 {
      margin-right: 10.66667vw !important; } }

.mr90 {
  margin-right: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mr90 {
      margin-right: 12vw !important; } }

.mr100 {
  margin-right: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mr100 {
      margin-right: 13.33333vw !important; } }

.pt5 {
  padding-top: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pt5 {
      padding-top: 0.66667vw !important; } }

.pt10 {
  padding-top: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pt10 {
      padding-top: 1.33333vw !important; } }

.pt15 {
  padding-top: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pt15 {
      padding-top: 2vw !important; } }

.pt20 {
  padding-top: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pt20 {
      padding-top: 2.66667vw !important; } }

.pt25 {
  padding-top: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pt25 {
      padding-top: 3.33333vw !important; } }

.pt30 {
  padding-top: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pt30 {
      padding-top: 4vw !important; } }

.pt35 {
  padding-top: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pt35 {
      padding-top: 4.66667vw !important; } }

.pt40 {
  padding-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pt40 {
      padding-top: 5.33333vw !important; } }

.pt50 {
  padding-top: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pt50 {
      padding-top: 6.66667vw !important; } }

.pt55 {
  padding-top: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pt55 {
      padding-top: 7.33333vw !important; } }

.pt60 {
  padding-top: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pt60 {
      padding-top: 8vw !important; } }

.pt70 {
  padding-top: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pt70 {
      padding-top: 9.33333vw !important; } }

.pt80 {
  padding-top: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pt80 {
      padding-top: 10.66667vw !important; } }

.pt90 {
  padding-top: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pt90 {
      padding-top: 12vw !important; } }

.pt100 {
  padding-top: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pt100 {
      padding-top: 13.33333vw !important; } }

.pb5 {
  padding-bottom: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pb5 {
      padding-bottom: 0.66667vw !important; } }

.pb10 {
  padding-bottom: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pb10 {
      padding-bottom: 1.33333vw !important; } }

.pb15 {
  padding-bottom: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pb15 {
      padding-bottom: 2vw !important; } }

.pb20 {
  padding-bottom: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pb20 {
      padding-bottom: 2.66667vw !important; } }

.pb25 {
  padding-bottom: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pb25 {
      padding-bottom: 3.33333vw !important; } }

.pb30 {
  padding-bottom: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pb30 {
      padding-bottom: 4vw !important; } }

.pb35 {
  padding-bottom: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pb35 {
      padding-bottom: 4.66667vw !important; } }

.pb40 {
  padding-bottom: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pb40 {
      padding-bottom: 5.33333vw !important; } }

.pb50 {
  padding-bottom: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pb50 {
      padding-bottom: 6.66667vw !important; } }

.pb55 {
  padding-bottom: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pb55 {
      padding-bottom: 7.33333vw !important; } }

.pb60 {
  padding-bottom: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pb60 {
      padding-bottom: 8vw !important; } }

.pb70 {
  padding-bottom: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pb70 {
      padding-bottom: 9.33333vw !important; } }

.pb80 {
  padding-bottom: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pb80 {
      padding-bottom: 10.66667vw !important; } }

.pb90 {
  padding-bottom: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pb90 {
      padding-bottom: 12vw !important; } }

.pb100 {
  padding-bottom: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pb100 {
      padding-bottom: 13.33333vw !important; } }

.pl5 {
  padding-left: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pl5 {
      padding-left: 0.66667vw !important; } }

.pl10 {
  padding-left: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pl10 {
      padding-left: 1.33333vw !important; } }

.pl15 {
  padding-left: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pl15 {
      padding-left: 2vw !important; } }

.pl20 {
  padding-left: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pl20 {
      padding-left: 2.66667vw !important; } }

.pl25 {
  padding-left: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pl25 {
      padding-left: 3.33333vw !important; } }

.pl30 {
  padding-left: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pl30 {
      padding-left: 4vw !important; } }

.pl35 {
  padding-left: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pl35 {
      padding-left: 4.66667vw !important; } }

.pl40 {
  padding-left: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pl40 {
      padding-left: 5.33333vw !important; } }

.pl50 {
  padding-left: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pl50 {
      padding-left: 6.66667vw !important; } }

.pl55 {
  padding-left: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pl55 {
      padding-left: 7.33333vw !important; } }

.pl60 {
  padding-left: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pl60 {
      padding-left: 8vw !important; } }

.pl70 {
  padding-left: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pl70 {
      padding-left: 9.33333vw !important; } }

.pl80 {
  padding-left: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pl80 {
      padding-left: 10.66667vw !important; } }

.pl90 {
  padding-left: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pl90 {
      padding-left: 12vw !important; } }

.pl100 {
  padding-left: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pl100 {
      padding-left: 13.33333vw !important; } }

.pr5 {
  padding-right: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pr5 {
      padding-right: 0.66667vw !important; } }

.pr10 {
  padding-right: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pr10 {
      padding-right: 1.33333vw !important; } }

.pr15 {
  padding-right: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pr15 {
      padding-right: 2vw !important; } }

.pr20 {
  padding-right: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pr20 {
      padding-right: 2.66667vw !important; } }

.pr25 {
  padding-right: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pr25 {
      padding-right: 3.33333vw !important; } }

.pr30 {
  padding-right: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pr30 {
      padding-right: 4vw !important; } }

.pr35 {
  padding-right: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pr35 {
      padding-right: 4.66667vw !important; } }

.pr40 {
  padding-right: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pr40 {
      padding-right: 5.33333vw !important; } }

.pr50 {
  padding-right: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pr50 {
      padding-right: 6.66667vw !important; } }

.pr55 {
  padding-right: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pr55 {
      padding-right: 7.33333vw !important; } }

.pr60 {
  padding-right: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pr60 {
      padding-right: 8vw !important; } }

.pr70 {
  padding-right: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pr70 {
      padding-right: 9.33333vw !important; } }

.pr80 {
  padding-right: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pr80 {
      padding-right: 10.66667vw !important; } }

.pr90 {
  padding-right: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pr90 {
      padding-right: 12vw !important; } }

.pr100 {
  padding-right: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pr100 {
      padding-right: 13.33333vw !important; } }
