﻿@charset "UTF-8";

  body,html,p{
    font-size: 16px;
  }

/*----------------------------------------------------------

Width

----------------------------------------------------------*/
.width_0 {
  width: 0% !important;
}

.width_10 {
  width: 10% !important;
}

.width_20 {
  width: 20% !important;
}

.width_30 {
  width: 30% !important;
}

.width_40 {
  width: 40% !important;
}

.width_50 {
  width: 50% !important;
}

.width_60 {
  width: 60% !important;
}

.width_70 {
  width: 70% !important;
}

.width_80 {
  width: 80% !important;
}

.width_90 {
  width: 90% !important;
}

.width_100 {
  width: 100% !important;
}

@media screen and (max-width: 989px) {
  .width_md_0 {
    width: 0% !important;
  }
  .width_md_10 {
    width: 10% !important;
  }
  .width_md_20 {
    width: 20% !important;
  }
  .width_md_30 {
    width: 30% !important;
  }
  .width_md_40 {
    width: 40% !important;
  }
  .width_md_50 {
    width: 50% !important;
  }
  .width_md_60 {
    width: 60% !important;
  }
  .width_md_70 {
    width: 70% !important;
  }
  .width_md_80 {
    width: 80% !important;
  }
  .width_md_90 {
    width: 90% !important;
  }
  .width_md_100 {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .width_sm_0 {
    width: 0% !important;
  }
  .width_sm_10 {
    width: 10% !important;
  }
  .width_sm_20 {
    width: 20% !important;
  }
  .width_sm_30 {
    width: 30% !important;
  }
  .width_sm_40 {
    width: 40% !important;
  }
  .width_sm_50 {
    width: 50% !important;
  }
  .width_sm_60 {
    width: 60% !important;
  }
  .width_sm_70 {
    width: 70% !important;
  }
  .width_sm_80 {
    width: 80% !important;
  }
  .width_sm_90 {
    width: 90% !important;
  }
  .width_sm_100 {
    width: 100% !important;
  }
}

/*----------------------------------------------------------

Margin

----------------------------------------------------------*/
.mg_0 {
  margin: 0px !important;
}

@media screen and (max-width: 767px) {
  .mg_0 {
    margin: 0vw !important;
  }
}

.mt_0 {
  margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
  .mt_0 {
    margin-top: 0vw !important;
  }
}

.mr_0 {
  margin-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .mr_0 {
    margin-right: 0vw !important;
  }
}

.mb_0 {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
  .mb_0 {
    margin-bottom: 0vw !important;
  }
}

.ml_0 {
  margin-left: 0px !important;
}

@media screen and (max-width: 767px) {
  .ml_0 {
    margin-left: 0vw !important;
  }
}

.mg_10 {
  margin: 10px !important;
}

@media screen and (max-width: 767px) {
  .mg_10 {
    margin: 1.5625vw !important;
  }
}

.mt_10 {
  margin-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .mt_10 {
    margin-top: 1.5625vw !important;
  }
}

.mr_10 {
  margin-right: 10px !important;
}

@media screen and (max-width: 767px) {
  .mr_10 {
    margin-right: 1.5625vw !important;
  }
}

.mb_10 {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 767px) {
  .mb_10 {
    margin-bottom: 1.5625vw !important;
  }
}

.ml_10 {
  margin-left: 10px !important;
}

@media screen and (max-width: 767px) {
  .ml_10 {
    margin-left: 1.5625vw !important;
  }
}

.mg_20 {
  margin: 20px !important;
}

@media screen and (max-width: 767px) {
  .mg_20 {
    margin: 3.125vw !important;
  }
}

.mt_20 {
  margin-top: 20px !important;
}

@media screen and (max-width: 767px) {
  .mt_20 {
    margin-top: 3.125vw !important;
  }
}

.mr_20 {
  margin-right: 20px !important;
}

@media screen and (max-width: 767px) {
  .mr_20 {
    margin-right: 3.125vw !important;
  }
}

.mb_20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  .mb_20 {
    margin-bottom: 3.125vw !important;
  }
}

.ml_20 {
  margin-left: 20px !important;
}

@media screen and (max-width: 767px) {
  .ml_20 {
    margin-left: 3.125vw !important;
  }
}

.mg_30 {
  margin: 30px !important;
}

@media screen and (max-width: 767px) {
  .mg_30 {
    margin: 4.6875vw !important;
  }
}

.mt_30 {
  margin-top: 30px !important;
}

@media screen and (max-width: 767px) {
  .mt_30 {
    margin-top: 4.6875vw !important;
  }
}

.mr_30 {
  margin-right: 30px !important;
}

@media screen and (max-width: 767px) {
  .mr_30 {
    margin-right: 4.6875vw !important;
  }
}

.mb_30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
  .mb_30 {
    margin-bottom: 4.6875vw !important;
  }
}

.ml_30 {
  margin-left: 30px !important;
}

@media screen and (max-width: 767px) {
  .ml_30 {
    margin-left: 4.6875vw !important;
  }
}

.mg_40 {
  margin: 40px !important;
}

@media screen and (max-width: 767px) {
  .mg_40 {
    margin: 6.25vw !important;
  }
}

.mt_40 {
  margin-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .mt_40 {
    margin-top: 6.25vw !important;
  }
}

.mr_40 {
  margin-right: 40px !important;
}

@media screen and (max-width: 767px) {
  .mr_40 {
    margin-right: 6.25vw !important;
  }
}

.mb_40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 767px) {
  .mb_40 {
    margin-bottom: 6.25vw !important;
  }
}

.ml_40 {
  margin-left: 40px !important;
}

@media screen and (max-width: 767px) {
  .ml_40 {
    margin-left: 6.25vw !important;
  }
}

.mg_50 {
  margin: 50px !important;
}

@media screen and (max-width: 767px) {
  .mg_50 {
    margin: 7.8125vw !important;
  }
}

.mt_50 {
  margin-top: 50px !important;
}

@media screen and (max-width: 767px) {
  .mt_50 {
    margin-top: 7.8125vw !important;
  }
}

.mr_50 {
  margin-right: 50px !important;
}

@media screen and (max-width: 767px) {
  .mr_50 {
    margin-right: 7.8125vw !important;
  }
}

.mb_50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .mb_50 {
    margin-bottom: 7.8125vw !important;
  }
}

.ml_50 {
  margin-left: 50px !important;
}

@media screen and (max-width: 767px) {
  .ml_50 {
    margin-left: 7.8125vw !important;
  }
}

.mg_60 {
  margin: 60px !important;
}

@media screen and (max-width: 767px) {
  .mg_60 {
    margin: 9.375vw !important;
  }
}

.mt_60 {
  margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .mt_60 {
    margin-top: 9.375vw !important;
  }
}

.mr_60 {
  margin-right: 60px !important;
}

@media screen and (max-width: 767px) {
  .mr_60 {
    margin-right: 9.375vw !important;
  }
}

.mb_60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .mb_60 {
    margin-bottom: 9.375vw !important;
  }
}

.ml_60 {
  margin-left: 60px !important;
}

@media screen and (max-width: 767px) {
  .ml_60 {
    margin-left: 9.375vw !important;
  }
}

.mg_70 {
  margin: 70px !important;
}

@media screen and (max-width: 767px) {
  .mg_70 {
    margin: 10.9375vw !important;
  }
}

.mt_70 {
  margin-top: 70px !important;
}

@media screen and (max-width: 767px) {
  .mt_70 {
    margin-top: 10.9375vw !important;
  }
}

.mr_70 {
  margin-right: 70px !important;
}

@media screen and (max-width: 767px) {
  .mr_70 {
    margin-right: 10.9375vw !important;
  }
}

.mb_70 {
  margin-bottom: 70px !important;
}

@media screen and (max-width: 767px) {
  .mb_70 {
    margin-bottom: 10.9375vw !important;
  }
}

.ml_70 {
  margin-left: 70px !important;
}

@media screen and (max-width: 767px) {
  .ml_70 {
    margin-left: 10.9375vw !important;
  }
}

.mg_80 {
  margin: 80px !important;
}

@media screen and (max-width: 767px) {
  .mg_80 {
    margin: 12.5vw !important;
  }
}

.mt_80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .mt_80 {
    margin-top: 12.5vw !important;
  }
}

.mr_80 {
  margin-right: 80px !important;
}

@media screen and (max-width: 767px) {
  .mr_80 {
    margin-right: 12.5vw !important;
  }
}

.mb_80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  .mb_80 {
    margin-bottom: 12.5vw !important;
  }
}

.ml_80 {
  margin-left: 80px !important;
}

@media screen and (max-width: 767px) {
  .ml_80 {
    margin-left: 12.5vw !important;
  }
}

.mg_90 {
  margin: 90px !important;
}

@media screen and (max-width: 767px) {
  .mg_90 {
    margin: 14.0625vw !important;
  }
}

.mt_90 {
  margin-top: 90px !important;
}

@media screen and (max-width: 767px) {
  .mt_90 {
    margin-top: 14.0625vw !important;
  }
}

.mr_90 {
  margin-right: 90px !important;
}

@media screen and (max-width: 767px) {
  .mr_90 {
    margin-right: 14.0625vw !important;
  }
}

.mb_90 {
  margin-bottom: 90px !important;
}

@media screen and (max-width: 767px) {
  .mb_90 {
    margin-bottom: 14.0625vw !important;
  }
}

.ml_90 {
  margin-left: 90px !important;
}

@media screen and (max-width: 767px) {
  .ml_90 {
    margin-left: 14.0625vw !important;
  }
}

.mg_100 {
  margin: 100px !important;
}

@media screen and (max-width: 767px) {
  .mg_100 {
    margin: 15.625vw !important;
  }
}

.mt_100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .mt_100 {
    margin-top: 15.625vw !important;
  }
}

.mr_100 {
  margin-right: 100px !important;
}

@media screen and (max-width: 767px) {
  .mr_100 {
    margin-right: 15.625vw !important;
  }
}

.mb_100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .mb_100 {
    margin-bottom: 15.625vw !important;
  }
}

.ml_100 {
  margin-left: 100px !important;
}

@media screen and (max-width: 767px) {
  .ml_100 {
    margin-left: 15.625vw !important;
  }
}

.mg_110 {
  margin: 110px !important;
}

@media screen and (max-width: 767px) {
  .mg_110 {
    margin: 17.1875vw !important;
  }
}

.mt_110 {
  margin-top: 110px !important;
}

@media screen and (max-width: 767px) {
  .mt_110 {
    margin-top: 17.1875vw !important;
  }
}

.mr_110 {
  margin-right: 110px !important;
}

@media screen and (max-width: 767px) {
  .mr_110 {
    margin-right: 17.1875vw !important;
  }
}

.mb_110 {
  margin-bottom: 110px !important;
}

@media screen and (max-width: 767px) {
  .mb_110 {
    margin-bottom: 17.1875vw !important;
  }
}

.ml_110 {
  margin-left: 110px !important;
}

@media screen and (max-width: 767px) {
  .ml_110 {
    margin-left: 17.1875vw !important;
  }
}

.mg_120 {
  margin: 120px !important;
}

@media screen and (max-width: 767px) {
  .mg_120 {
    margin: 18.75vw !important;
  }
}

.mt_120 {
  margin-top: 120px !important;
}

@media screen and (max-width: 767px) {
  .mt_120 {
    margin-top: 18.75vw !important;
  }
}

.mr_120 {
  margin-right: 120px !important;
}

@media screen and (max-width: 767px) {
  .mr_120 {
    margin-right: 18.75vw !important;
  }
}

.mb_120 {
  margin-bottom: 120px !important;
}

@media screen and (max-width: 767px) {
  .mb_120 {
    margin-bottom: 18.75vw !important;
  }
}

.ml_120 {
  margin-left: 120px !important;
}

@media screen and (max-width: 767px) {
  .ml_120 {
    margin-left: 18.75vw !important;
  }
}

.mg_130 {
  margin: 130px !important;
}

@media screen and (max-width: 767px) {
  .mg_130 {
    margin: 20.3125vw !important;
  }
}

.mt_130 {
  margin-top: 130px !important;
}

@media screen and (max-width: 767px) {
  .mt_130 {
    margin-top: 20.3125vw !important;
  }
}

.mr_130 {
  margin-right: 130px !important;
}

@media screen and (max-width: 767px) {
  .mr_130 {
    margin-right: 20.3125vw !important;
  }
}

.mb_130 {
  margin-bottom: 130px !important;
}

@media screen and (max-width: 767px) {
  .mb_130 {
    margin-bottom: 20.3125vw !important;
  }
}

.ml_130 {
  margin-left: 130px !important;
}

@media screen and (max-width: 767px) {
  .ml_130 {
    margin-left: 20.3125vw !important;
  }
}

.mg_140 {
  margin: 140px !important;
}

@media screen and (max-width: 767px) {
  .mg_140 {
    margin: 21.875vw !important;
  }
}

.mt_140 {
  margin-top: 140px !important;
}

@media screen and (max-width: 767px) {
  .mt_140 {
    margin-top: 21.875vw !important;
  }
}

.mr_140 {
  margin-right: 140px !important;
}

@media screen and (max-width: 767px) {
  .mr_140 {
    margin-right: 21.875vw !important;
  }
}

.mb_140 {
  margin-bottom: 140px !important;
}

@media screen and (max-width: 767px) {
  .mb_140 {
    margin-bottom: 21.875vw !important;
  }
}

.ml_140 {
  margin-left: 140px !important;
}

@media screen and (max-width: 767px) {
  .ml_140 {
    margin-left: 21.875vw !important;
  }
}

.mg_150 {
  margin: 150px !important;
}

@media screen and (max-width: 767px) {
  .mg_150 {
    margin: 23.4375vw !important;
  }
}

.mt_150 {
  margin-top: 150px !important;
}

@media screen and (max-width: 767px) {
  .mt_150 {
    margin-top: 23.4375vw !important;
  }
}

.mr_150 {
  margin-right: 150px !important;
}

@media screen and (max-width: 767px) {
  .mr_150 {
    margin-right: 23.4375vw !important;
  }
}

.mb_150 {
  margin-bottom: 150px !important;
}

@media screen and (max-width: 767px) {
  .mb_150 {
    margin-bottom: 23.4375vw !important;
  }
}

.ml_150 {
  margin-left: 150px !important;
}

@media screen and (max-width: 767px) {
  .ml_150 {
    margin-left: 23.4375vw !important;
  }
}

.mg_160 {
  margin: 160px !important;
}

@media screen and (max-width: 767px) {
  .mg_160 {
    margin: 25vw !important;
  }
}

.mt_160 {
  margin-top: 160px !important;
}

@media screen and (max-width: 767px) {
  .mt_160 {
    margin-top: 25vw !important;
  }
}

.mr_160 {
  margin-right: 160px !important;
}

@media screen and (max-width: 767px) {
  .mr_160 {
    margin-right: 25vw !important;
  }
}

.mb_160 {
  margin-bottom: 160px !important;
}

@media screen and (max-width: 767px) {
  .mb_160 {
    margin-bottom: 25vw !important;
  }
}

.ml_160 {
  margin-left: 160px !important;
}

@media screen and (max-width: 767px) {
  .ml_160 {
    margin-left: 25vw !important;
  }
}

.mg_170 {
  margin: 170px !important;
}

@media screen and (max-width: 767px) {
  .mg_170 {
    margin: 26.5625vw !important;
  }
}

.mt_170 {
  margin-top: 170px !important;
}

@media screen and (max-width: 767px) {
  .mt_170 {
    margin-top: 26.5625vw !important;
  }
}

.mr_170 {
  margin-right: 170px !important;
}

@media screen and (max-width: 767px) {
  .mr_170 {
    margin-right: 26.5625vw !important;
  }
}

.mb_170 {
  margin-bottom: 170px !important;
}

@media screen and (max-width: 767px) {
  .mb_170 {
    margin-bottom: 26.5625vw !important;
  }
}

.ml_170 {
  margin-left: 170px !important;
}

@media screen and (max-width: 767px) {
  .ml_170 {
    margin-left: 26.5625vw !important;
  }
}

.mg_180 {
  margin: 180px !important;
}

@media screen and (max-width: 767px) {
  .mg_180 {
    margin: 28.125vw !important;
  }
}

.mt_180 {
  margin-top: 180px !important;
}

@media screen and (max-width: 767px) {
  .mt_180 {
    margin-top: 28.125vw !important;
  }
}

.mr_180 {
  margin-right: 180px !important;
}

@media screen and (max-width: 767px) {
  .mr_180 {
    margin-right: 28.125vw !important;
  }
}

.mb_180 {
  margin-bottom: 180px !important;
}

@media screen and (max-width: 767px) {
  .mb_180 {
    margin-bottom: 28.125vw !important;
  }
}

.ml_180 {
  margin-left: 180px !important;
}

@media screen and (max-width: 767px) {
  .ml_180 {
    margin-left: 28.125vw !important;
  }
}

.mg_190 {
  margin: 190px !important;
}

@media screen and (max-width: 767px) {
  .mg_190 {
    margin: 29.6875vw !important;
  }
}

.mt_190 {
  margin-top: 190px !important;
}

@media screen and (max-width: 767px) {
  .mt_190 {
    margin-top: 29.6875vw !important;
  }
}

.mr_190 {
  margin-right: 190px !important;
}

@media screen and (max-width: 767px) {
  .mr_190 {
    margin-right: 29.6875vw !important;
  }
}

.mb_190 {
  margin-bottom: 190px !important;
}

@media screen and (max-width: 767px) {
  .mb_190 {
    margin-bottom: 29.6875vw !important;
  }
}

.ml_190 {
  margin-left: 190px !important;
}

@media screen and (max-width: 767px) {
  .ml_190 {
    margin-left: 29.6875vw !important;
  }
}

.mg_200 {
  margin: 200px !important;
}

@media screen and (max-width: 767px) {
  .mg_200 {
    margin: 31.25vw !important;
  }
}

.mt_200 {
  margin-top: 200px !important;
}

@media screen and (max-width: 767px) {
  .mt_200 {
    margin-top: 31.25vw !important;
  }
}

.mr_200 {
  margin-right: 200px !important;
}

@media screen and (max-width: 767px) {
  .mr_200 {
    margin-right: 31.25vw !important;
  }
}

.mb_200 {
  margin-bottom: 200px !important;
}

@media screen and (max-width: 767px) {
  .mb_200 {
    margin-bottom: 31.25vw !important;
  }
}

.ml_200 {
  margin-left: 200px !important;
}

@media screen and (max-width: 767px) {
  .ml_200 {
    margin-left: 31.25vw !important;
  }
}

@media screen and (max-width: 989px) {
  .mt_md_0 {
    margin-top: 0px !important;
  }
  .mr_md_0 {
    margin-right: 0px !important;
  }
  .mb_md_0 {
    margin-bottom: 0px !important;
  }
  .ml_md_0 {
    margin-left: 0px !important;
  }
  .mt_md_10 {
    margin-top: 10px !important;
  }
  .mr_md_10 {
    margin-right: 10px !important;
  }
  .mb_md_10 {
    margin-bottom: 10px !important;
  }
  .ml_md_10 {
    margin-left: 10px !important;
  }
  .mt_md_20 {
    margin-top: 20px !important;
  }
  .mr_md_20 {
    margin-right: 20px !important;
  }
  .mb_md_20 {
    margin-bottom: 20px !important;
  }
  .ml_md_20 {
    margin-left: 20px !important;
  }
  .mt_md_30 {
    margin-top: 30px !important;
  }
  .mr_md_30 {
    margin-right: 30px !important;
  }
  .mb_md_30 {
    margin-bottom: 30px !important;
  }
  .ml_md_30 {
    margin-left: 30px !important;
  }
  .mt_md_40 {
    margin-top: 40px !important;
  }
  .mr_md_40 {
    margin-right: 40px !important;
  }
  .mb_md_40 {
    margin-bottom: 40px !important;
  }
  .ml_md_40 {
    margin-left: 40px !important;
  }
  .mt_md_50 {
    margin-top: 50px !important;
  }
  .mr_md_50 {
    margin-right: 50px !important;
  }
  .mb_md_50 {
    margin-bottom: 50px !important;
  }
  .ml_md_50 {
    margin-left: 50px !important;
  }
  .mt_md_60 {
    margin-top: 60px !important;
  }
  .mr_md_60 {
    margin-right: 60px !important;
  }
  .mb_md_60 {
    margin-bottom: 60px !important;
  }
  .ml_md_60 {
    margin-left: 60px !important;
  }
  .mt_md_70 {
    margin-top: 70px !important;
  }
  .mr_md_70 {
    margin-right: 70px !important;
  }
  .mb_md_70 {
    margin-bottom: 70px !important;
  }
  .ml_md_70 {
    margin-left: 70px !important;
  }
  .mt_md_80 {
    margin-top: 80px !important;
  }
  .mr_md_80 {
    margin-right: 80px !important;
  }
  .mb_md_80 {
    margin-bottom: 80px !important;
  }
  .ml_md_80 {
    margin-left: 80px !important;
  }
  .mt_md_90 {
    margin-top: 90px !important;
  }
  .mr_md_90 {
    margin-right: 90px !important;
  }
  .mb_md_90 {
    margin-bottom: 90px !important;
  }
  .ml_md_90 {
    margin-left: 90px !important;
  }
  .mt_md_100 {
    margin-top: 100px !important;
  }
  .mr_md_100 {
    margin-right: 100px !important;
  }
  .mb_md_100 {
    margin-bottom: 100px !important;
  }
  .ml_md_100 {
    margin-left: 100px !important;
  }
  .mt_md_110 {
    margin-top: 110px !important;
  }
  .mr_md_110 {
    margin-right: 110px !important;
  }
  .mb_md_110 {
    margin-bottom: 110px !important;
  }
  .ml_md_110 {
    margin-left: 110px !important;
  }
  .mt_md_120 {
    margin-top: 120px !important;
  }
  .mr_md_120 {
    margin-right: 120px !important;
  }
  .mb_md_120 {
    margin-bottom: 120px !important;
  }
  .ml_md_120 {
    margin-left: 120px !important;
  }
  .mt_md_130 {
    margin-top: 130px !important;
  }
  .mr_md_130 {
    margin-right: 130px !important;
  }
  .mb_md_130 {
    margin-bottom: 130px !important;
  }
  .ml_md_130 {
    margin-left: 130px !important;
  }
  .mt_md_140 {
    margin-top: 140px !important;
  }
  .mr_md_140 {
    margin-right: 140px !important;
  }
  .mb_md_140 {
    margin-bottom: 140px !important;
  }
  .ml_md_140 {
    margin-left: 140px !important;
  }
  .mt_md_150 {
    margin-top: 150px !important;
  }
  .mr_md_150 {
    margin-right: 150px !important;
  }
  .mb_md_150 {
    margin-bottom: 150px !important;
  }
  .ml_md_150 {
    margin-left: 150px !important;
  }
  .mt_md_160 {
    margin-top: 160px !important;
  }
  .mr_md_160 {
    margin-right: 160px !important;
  }
  .mb_md_160 {
    margin-bottom: 160px !important;
  }
  .ml_md_160 {
    margin-left: 160px !important;
  }
  .mt_md_170 {
    margin-top: 170px !important;
  }
  .mr_md_170 {
    margin-right: 170px !important;
  }
  .mb_md_170 {
    margin-bottom: 170px !important;
  }
  .ml_md_170 {
    margin-left: 170px !important;
  }
  .mt_md_180 {
    margin-top: 180px !important;
  }
  .mr_md_180 {
    margin-right: 180px !important;
  }
  .mb_md_180 {
    margin-bottom: 180px !important;
  }
  .ml_md_180 {
    margin-left: 180px !important;
  }
  .mt_md_190 {
    margin-top: 190px !important;
  }
  .mr_md_190 {
    margin-right: 190px !important;
  }
  .mb_md_190 {
    margin-bottom: 190px !important;
  }
  .ml_md_190 {
    margin-left: 190px !important;
  }
  .mt_md_200 {
    margin-top: 200px !important;
  }
  .mr_md_200 {
    margin-right: 200px !important;
  }
  .mb_md_200 {
    margin-bottom: 200px !important;
  }
  .ml_md_200 {
    margin-left: 200px !important;
  }
}

@media screen and (max-width: 767px) {
  .mt_sm_0 {
    margin-top: 0px !important;
  }
  .mr_sm_0 {
    margin-right: 0px !important;
  }
  .mb_sm_0 {
    margin-bottom: 0px !important;
  }
  .ml_sm_0 {
    margin-left: 0px !important;
  }
  .mt_sm_10 {
    margin-top: 10px !important;
  }
  .mr_sm_10 {
    margin-right: 10px !important;
  }
  .mb_sm_10 {
    margin-bottom: 10px !important;
  }
  .ml_sm_10 {
    margin-left: 10px !important;
  }
  .mt_sm_20 {
    margin-top: 20px !important;
  }
  .mr_sm_20 {
    margin-right: 20px !important;
  }
  .mb_sm_20 {
    margin-bottom: 20px !important;
  }
  .ml_sm_20 {
    margin-left: 20px !important;
  }
  .mt_sm_30 {
    margin-top: 30px !important;
  }
  .mr_sm_30 {
    margin-right: 30px !important;
  }
  .mb_sm_30 {
    margin-bottom: 30px !important;
  }
  .ml_sm_30 {
    margin-left: 30px !important;
  }
  .mt_sm_40 {
    margin-top: 40px !important;
  }
  .mr_sm_40 {
    margin-right: 40px !important;
  }
  .mb_sm_40 {
    margin-bottom: 40px !important;
  }
  .ml_sm_40 {
    margin-left: 40px !important;
  }
  .mt_sm_50 {
    margin-top: 50px !important;
  }
  .mr_sm_50 {
    margin-right: 50px !important;
  }
  .mb_sm_50 {
    margin-bottom: 50px !important;
  }
  .ml_sm_50 {
    margin-left: 50px !important;
  }
  .mt_sm_60 {
    margin-top: 60px !important;
  }
  .mr_sm_60 {
    margin-right: 60px !important;
  }
  .mb_sm_60 {
    margin-bottom: 60px !important;
  }
  .ml_sm_60 {
    margin-left: 60px !important;
  }
  .mt_sm_70 {
    margin-top: 70px !important;
  }
  .mr_sm_70 {
    margin-right: 70px !important;
  }
  .mb_sm_70 {
    margin-bottom: 70px !important;
  }
  .ml_sm_70 {
    margin-left: 70px !important;
  }
  .mt_sm_80 {
    margin-top: 80px !important;
  }
  .mr_sm_80 {
    margin-right: 80px !important;
  }
  .mb_sm_80 {
    margin-bottom: 80px !important;
  }
  .ml_sm_80 {
    margin-left: 80px !important;
  }
  .mt_sm_90 {
    margin-top: 90px !important;
  }
  .mr_sm_90 {
    margin-right: 90px !important;
  }
  .mb_sm_90 {
    margin-bottom: 90px !important;
  }
  .ml_sm_90 {
    margin-left: 90px !important;
  }
  .mt_sm_100 {
    margin-top: 100px !important;
  }
  .mr_sm_100 {
    margin-right: 100px !important;
  }
  .mb_sm_100 {
    margin-bottom: 100px !important;
  }
  .ml_sm_100 {
    margin-left: 100px !important;
  }
  .mt_sm_110 {
    margin-top: 110px !important;
  }
  .mr_sm_110 {
    margin-right: 110px !important;
  }
  .mb_sm_110 {
    margin-bottom: 110px !important;
  }
  .ml_sm_110 {
    margin-left: 110px !important;
  }
  .mt_sm_120 {
    margin-top: 120px !important;
  }
  .mr_sm_120 {
    margin-right: 120px !important;
  }
  .mb_sm_120 {
    margin-bottom: 120px !important;
  }
  .ml_sm_120 {
    margin-left: 120px !important;
  }
  .mt_sm_130 {
    margin-top: 130px !important;
  }
  .mr_sm_130 {
    margin-right: 130px !important;
  }
  .mb_sm_130 {
    margin-bottom: 130px !important;
  }
  .ml_sm_130 {
    margin-left: 130px !important;
  }
  .mt_sm_140 {
    margin-top: 140px !important;
  }
  .mr_sm_140 {
    margin-right: 140px !important;
  }
  .mb_sm_140 {
    margin-bottom: 140px !important;
  }
  .ml_sm_140 {
    margin-left: 140px !important;
  }
  .mt_sm_150 {
    margin-top: 150px !important;
  }
  .mr_sm_150 {
    margin-right: 150px !important;
  }
  .mb_sm_150 {
    margin-bottom: 150px !important;
  }
  .ml_sm_150 {
    margin-left: 150px !important;
  }
  .mt_sm_160 {
    margin-top: 160px !important;
  }
  .mr_sm_160 {
    margin-right: 160px !important;
  }
  .mb_sm_160 {
    margin-bottom: 160px !important;
  }
  .ml_sm_160 {
    margin-left: 160px !important;
  }
  .mt_sm_170 {
    margin-top: 170px !important;
  }
  .mr_sm_170 {
    margin-right: 170px !important;
  }
  .mb_sm_170 {
    margin-bottom: 170px !important;
  }
  .ml_sm_170 {
    margin-left: 170px !important;
  }
  .mt_sm_180 {
    margin-top: 180px !important;
  }
  .mr_sm_180 {
    margin-right: 180px !important;
  }
  .mb_sm_180 {
    margin-bottom: 180px !important;
  }
  .ml_sm_180 {
    margin-left: 180px !important;
  }
  .mt_sm_190 {
    margin-top: 190px !important;
  }
  .mr_sm_190 {
    margin-right: 190px !important;
  }
  .mb_sm_190 {
    margin-bottom: 190px !important;
  }
  .ml_sm_190 {
    margin-left: 190px !important;
  }
  .mt_sm_200 {
    margin-top: 200px !important;
  }
  .mr_sm_200 {
    margin-right: 200px !important;
  }
  .mb_sm_200 {
    margin-bottom: 200px !important;
  }
  .ml_sm_200 {
    margin-left: 200px !important;
  }
}

.m_auto {
  margin: auto;
}

.ml_auto {
  margin-left: auto;
}

.mr_auto {
  margin-right: auto;
}

@media screen and (max-width: 989px) {
  .m_md_auto {
    margin: auto;
  }
  .ml_md_auto {
    margin-left: auto;
  }
  .mr_md_uto {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .m_sm_auto {
    margin: auto;
  }
  .ml_sm_auto {
    margin-left: auto;
  }
  .mr_sm_uto {
    margin-right: auto;
  }
}

/*----------------------------------------------------------

Padding

----------------------------------------------------------*/
.pd_0 {
  padding: 0px !important;
}

@media screen and (max-width: 767px) {
  .pd_0 {
    padding: 0vw !important;
  }
}

.pt_0 {
  padding-top: 0px !important;
}

@media screen and (max-width: 767px) {
  .pt_0 {
    padding-top: 0vw !important;
  }
}

.pr_0 {
  padding-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .pr_0 {
    padding-right: 0vw !important;
  }
}

.pb_0 {
  padding-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
  .pb_0 {
    padding-bottom: 0vw !important;
  }
}

.pl_0 {
  padding-left: 0px !important;
}

@media screen and (max-width: 767px) {
  .pl_0 {
    padding-left: 0vw !important;
  }
}

.pd_10 {
  padding: 10px !important;
}

@media screen and (max-width: 767px) {
  .pd_10 {
    padding: 1.5625vw !important;
  }
}

.pt_10 {
  padding-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .pt_10 {
    padding-top: 1.5625vw !important;
  }
}

.pr_10 {
  padding-right: 10px !important;
}

@media screen and (max-width: 767px) {
  .pr_10 {
    padding-right: 1.5625vw !important;
  }
}

.pb_10 {
  padding-bottom: 10px !important;
}

@media screen and (max-width: 767px) {
  .pb_10 {
    padding-bottom: 1.5625vw !important;
  }
}

.pl_10 {
  padding-left: 10px !important;
}

@media screen and (max-width: 767px) {
  .pl_10 {
    padding-left: 1.5625vw !important;
  }
}

.pd_20 {
  padding: 20px !important;
}

@media screen and (max-width: 767px) {
  .pd_20 {
    padding: 3.125vw !important;
  }
}

.pt_20 {
  padding-top: 20px !important;
}

@media screen and (max-width: 767px) {
  .pt_20 {
    padding-top: 3.125vw !important;
  }
}

.pr_20 {
  padding-right: 20px !important;
}

@media screen and (max-width: 767px) {
  .pr_20 {
    padding-right: 3.125vw !important;
  }
}

.pb_20 {
  padding-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  .pb_20 {
    padding-bottom: 3.125vw !important;
  }
}

.pl_20 {
  padding-left: 20px !important;
}

@media screen and (max-width: 767px) {
  .pl_20 {
    padding-left: 3.125vw !important;
  }
}

.pd_30 {
  padding: 30px !important;
}

@media screen and (max-width: 767px) {
  .pd_30 {
    padding: 4.6875vw !important;
  }
}

.pt_30 {
  padding-top: 30px !important;
}

@media screen and (max-width: 767px) {
  .pt_30 {
    padding-top: 4.6875vw !important;
  }
}

.pr_30 {
  padding-right: 30px !important;
}

@media screen and (max-width: 767px) {
  .pr_30 {
    padding-right: 4.6875vw !important;
  }
}

.pb_30 {
  padding-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
  .pb_30 {
    padding-bottom: 4.6875vw !important;
  }
}

.pl_30 {
  padding-left: 30px !important;
}

@media screen and (max-width: 767px) {
  .pl_30 {
    padding-left: 4.6875vw !important;
  }
}

.pd_40 {
  padding: 40px !important;
}

@media screen and (max-width: 767px) {
  .pd_40 {
    padding: 6.25vw !important;
  }
}

.pt_40 {
  padding-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .pt_40 {
    padding-top: 6.25vw !important;
  }
}

.pr_40 {
  padding-right: 40px !important;
}

@media screen and (max-width: 767px) {
  .pr_40 {
    padding-right: 6.25vw !important;
  }
}

.pb_40 {
  padding-bottom: 40px !important;
}

@media screen and (max-width: 767px) {
  .pb_40 {
    padding-bottom: 6.25vw !important;
  }
}

.pl_40 {
  padding-left: 40px !important;
}

@media screen and (max-width: 767px) {
  .pl_40 {
    padding-left: 6.25vw !important;
  }
}

.pd_50 {
  padding: 50px !important;
}

@media screen and (max-width: 767px) {
  .pd_50 {
    padding: 7.8125vw !important;
  }
}

.pt_50 {
  padding-top: 50px !important;
}

@media screen and (max-width: 767px) {
  .pt_50 {
    padding-top: 7.8125vw !important;
  }
}

.pr_50 {
  padding-right: 50px !important;
}

@media screen and (max-width: 767px) {
  .pr_50 {
    padding-right: 7.8125vw !important;
  }
}

.pb_50 {
  padding-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .pb_50 {
    padding-bottom: 7.8125vw !important;
  }
}

.pl_50 {
  padding-left: 50px !important;
}

@media screen and (max-width: 767px) {
  .pl_50 {
    padding-left: 7.8125vw !important;
  }
}

.pd_60 {
  padding: 60px !important;
}

@media screen and (max-width: 767px) {
  .pd_60 {
    padding: 9.375vw !important;
  }
}

.pt_60 {
  padding-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .pt_60 {
    padding-top: 9.375vw !important;
  }
}

.pr_60 {
  padding-right: 60px !important;
}

@media screen and (max-width: 767px) {
  .pr_60 {
    padding-right: 9.375vw !important;
  }
}

.pb_60 {
  padding-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .pb_60 {
    padding-bottom: 9.375vw !important;
  }
}

.pl_60 {
  padding-left: 60px !important;
}

@media screen and (max-width: 767px) {
  .pl_60 {
    padding-left: 9.375vw !important;
  }
}

.pd_70 {
  padding: 70px !important;
}

@media screen and (max-width: 767px) {
  .pd_70 {
    padding: 10.9375vw !important;
  }
}

.pt_70 {
  padding-top: 70px !important;
}

@media screen and (max-width: 767px) {
  .pt_70 {
    padding-top: 10.9375vw !important;
  }
}

.pr_70 {
  padding-right: 70px !important;
}

@media screen and (max-width: 767px) {
  .pr_70 {
    padding-right: 10.9375vw !important;
  }
}

.pb_70 {
  padding-bottom: 70px !important;
}

@media screen and (max-width: 767px) {
  .pb_70 {
    padding-bottom: 10.9375vw !important;
  }
}

.pl_70 {
  padding-left: 70px !important;
}

@media screen and (max-width: 767px) {
  .pl_70 {
    padding-left: 10.9375vw !important;
  }
}

.pd_80 {
  padding: 80px !important;
}

@media screen and (max-width: 767px) {
  .pd_80 {
    padding: 12.5vw !important;
  }
}

.pt_80 {
  padding-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .pt_80 {
    padding-top: 12.5vw !important;
  }
}

.pr_80 {
  padding-right: 80px !important;
}

@media screen and (max-width: 767px) {
  .pr_80 {
    padding-right: 12.5vw !important;
  }
}

.pb_80 {
  padding-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  .pb_80 {
    padding-bottom: 12.5vw !important;
  }
}

.pl_80 {
  padding-left: 80px !important;
}

@media screen and (max-width: 767px) {
  .pl_80 {
    padding-left: 12.5vw !important;
  }
}

.pd_90 {
  padding: 90px !important;
}

@media screen and (max-width: 767px) {
  .pd_90 {
    padding: 14.0625vw !important;
  }
}

.pt_90 {
  padding-top: 90px !important;
}

@media screen and (max-width: 767px) {
  .pt_90 {
    padding-top: 14.0625vw !important;
  }
}

.pr_90 {
  padding-right: 90px !important;
}

@media screen and (max-width: 767px) {
  .pr_90 {
    padding-right: 14.0625vw !important;
  }
}

.pb_90 {
  padding-bottom: 90px !important;
}

@media screen and (max-width: 767px) {
  .pb_90 {
    padding-bottom: 14.0625vw !important;
  }
}

.pl_90 {
  padding-left: 90px !important;
}

@media screen and (max-width: 767px) {
  .pl_90 {
    padding-left: 14.0625vw !important;
  }
}

.pd_100 {
  padding: 100px !important;
}

@media screen and (max-width: 767px) {
  .pd_100 {
    padding: 15.625vw !important;
  }
}

.pt_100 {
  padding-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .pt_100 {
    padding-top: 15.625vw !important;
  }
}

.pr_100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 767px) {
  .pr_100 {
    padding-right: 15.625vw !important;
  }
}

.pb_100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .pb_100 {
    padding-bottom: 15.625vw !important;
  }
}

.pl_100 {
  padding-left: 100px !important;
}

@media screen and (max-width: 767px) {
  .pl_100 {
    padding-left: 15.625vw !important;
  }
}

.pd_110 {
  padding: 110px !important;
}

@media screen and (max-width: 767px) {
  .pd_110 {
    padding: 17.1875vw !important;
  }
}

.pt_110 {
  padding-top: 110px !important;
}

@media screen and (max-width: 767px) {
  .pt_110 {
    padding-top: 17.1875vw !important;
  }
}

.pr_110 {
  padding-right: 110px !important;
}

@media screen and (max-width: 767px) {
  .pr_110 {
    padding-right: 17.1875vw !important;
  }
}

.pb_110 {
  padding-bottom: 110px !important;
}

@media screen and (max-width: 767px) {
  .pb_110 {
    padding-bottom: 17.1875vw !important;
  }
}

.pl_110 {
  padding-left: 110px !important;
}

@media screen and (max-width: 767px) {
  .pl_110 {
    padding-left: 17.1875vw !important;
  }
}

.pd_120 {
  padding: 120px !important;
}

@media screen and (max-width: 767px) {
  .pd_120 {
    padding: 18.75vw !important;
  }
}

.pt_120 {
  padding-top: 120px !important;
}

@media screen and (max-width: 767px) {
  .pt_120 {
    padding-top: 18.75vw !important;
  }
}

.pr_120 {
  padding-right: 120px !important;
}

@media screen and (max-width: 767px) {
  .pr_120 {
    padding-right: 18.75vw !important;
  }
}

.pb_120 {
  padding-bottom: 120px !important;
}

@media screen and (max-width: 767px) {
  .pb_120 {
    padding-bottom: 18.75vw !important;
  }
}

.pl_120 {
  padding-left: 120px !important;
}

@media screen and (max-width: 767px) {
  .pl_120 {
    padding-left: 18.75vw !important;
  }
}

.pd_130 {
  padding: 130px !important;
}

@media screen and (max-width: 767px) {
  .pd_130 {
    padding: 20.3125vw !important;
  }
}

.pt_130 {
  padding-top: 130px !important;
}

@media screen and (max-width: 767px) {
  .pt_130 {
    padding-top: 20.3125vw !important;
  }
}

.pr_130 {
  padding-right: 130px !important;
}

@media screen and (max-width: 767px) {
  .pr_130 {
    padding-right: 20.3125vw !important;
  }
}

.pb_130 {
  padding-bottom: 130px !important;
}

@media screen and (max-width: 767px) {
  .pb_130 {
    padding-bottom: 20.3125vw !important;
  }
}

.pl_130 {
  padding-left: 130px !important;
}

@media screen and (max-width: 767px) {
  .pl_130 {
    padding-left: 20.3125vw !important;
  }
}

.pd_140 {
  padding: 140px !important;
}

@media screen and (max-width: 767px) {
  .pd_140 {
    padding: 21.875vw !important;
  }
}

.pt_140 {
  padding-top: 140px !important;
}

@media screen and (max-width: 767px) {
  .pt_140 {
    padding-top: 21.875vw !important;
  }
}

.pr_140 {
  padding-right: 140px !important;
}

@media screen and (max-width: 767px) {
  .pr_140 {
    padding-right: 21.875vw !important;
  }
}

.pb_140 {
  padding-bottom: 140px !important;
}

@media screen and (max-width: 767px) {
  .pb_140 {
    padding-bottom: 21.875vw !important;
  }
}

.pl_140 {
  padding-left: 140px !important;
}

@media screen and (max-width: 767px) {
  .pl_140 {
    padding-left: 21.875vw !important;
  }
}

.pd_150 {
  padding: 150px !important;
}

@media screen and (max-width: 767px) {
  .pd_150 {
    padding: 23.4375vw !important;
  }
}

.pt_150 {
  padding-top: 150px !important;
}

@media screen and (max-width: 767px) {
  .pt_150 {
    padding-top: 23.4375vw !important;
  }
}

.pr_150 {
  padding-right: 150px !important;
}

@media screen and (max-width: 767px) {
  .pr_150 {
    padding-right: 23.4375vw !important;
  }
}

.pb_150 {
  padding-bottom: 150px !important;
}

@media screen and (max-width: 767px) {
  .pb_150 {
    padding-bottom: 23.4375vw !important;
  }
}

.pl_150 {
  padding-left: 150px !important;
}

@media screen and (max-width: 767px) {
  .pl_150 {
    padding-left: 23.4375vw !important;
  }
}

.pd_160 {
  padding: 160px !important;
}

@media screen and (max-width: 767px) {
  .pd_160 {
    padding: 25vw !important;
  }
}

.pt_160 {
  padding-top: 160px !important;
}

@media screen and (max-width: 767px) {
  .pt_160 {
    padding-top: 25vw !important;
  }
}

.pr_160 {
  padding-right: 160px !important;
}

@media screen and (max-width: 767px) {
  .pr_160 {
    padding-right: 25vw !important;
  }
}

.pb_160 {
  padding-bottom: 160px !important;
}

@media screen and (max-width: 767px) {
  .pb_160 {
    padding-bottom: 25vw !important;
  }
}

.pl_160 {
  padding-left: 160px !important;
}

@media screen and (max-width: 767px) {
  .pl_160 {
    padding-left: 25vw !important;
  }
}

.pd_170 {
  padding: 170px !important;
}

@media screen and (max-width: 767px) {
  .pd_170 {
    padding: 26.5625vw !important;
  }
}

.pt_170 {
  padding-top: 170px !important;
}

@media screen and (max-width: 767px) {
  .pt_170 {
    padding-top: 26.5625vw !important;
  }
}

.pr_170 {
  padding-right: 170px !important;
}

@media screen and (max-width: 767px) {
  .pr_170 {
    padding-right: 26.5625vw !important;
  }
}

.pb_170 {
  padding-bottom: 170px !important;
}

@media screen and (max-width: 767px) {
  .pb_170 {
    padding-bottom: 26.5625vw !important;
  }
}

.pl_170 {
  padding-left: 170px !important;
}

@media screen and (max-width: 767px) {
  .pl_170 {
    padding-left: 26.5625vw !important;
  }
}

.pd_180 {
  padding: 180px !important;
}

@media screen and (max-width: 767px) {
  .pd_180 {
    padding: 28.125vw !important;
  }
}

.pt_180 {
  padding-top: 180px !important;
}

@media screen and (max-width: 767px) {
  .pt_180 {
    padding-top: 28.125vw !important;
  }
}

.pr_180 {
  padding-right: 180px !important;
}

@media screen and (max-width: 767px) {
  .pr_180 {
    padding-right: 28.125vw !important;
  }
}

.pb_180 {
  padding-bottom: 180px !important;
}

@media screen and (max-width: 767px) {
  .pb_180 {
    padding-bottom: 28.125vw !important;
  }
}

.pl_180 {
  padding-left: 180px !important;
}

@media screen and (max-width: 767px) {
  .pl_180 {
    padding-left: 28.125vw !important;
  }
}

.pd_190 {
  padding: 190px !important;
}

@media screen and (max-width: 767px) {
  .pd_190 {
    padding: 29.6875vw !important;
  }
}

.pt_190 {
  padding-top: 190px !important;
}

@media screen and (max-width: 767px) {
  .pt_190 {
    padding-top: 29.6875vw !important;
  }
}

.pr_190 {
  padding-right: 190px !important;
}

@media screen and (max-width: 767px) {
  .pr_190 {
    padding-right: 29.6875vw !important;
  }
}

.pb_190 {
  padding-bottom: 190px !important;
}

@media screen and (max-width: 767px) {
  .pb_190 {
    padding-bottom: 29.6875vw !important;
  }
}

.pl_190 {
  padding-left: 190px !important;
}

@media screen and (max-width: 767px) {
  .pl_190 {
    padding-left: 29.6875vw !important;
  }
}

.pd_200 {
  padding: 200px !important;
}

@media screen and (max-width: 767px) {
  .pd_200 {
    padding: 31.25vw !important;
  }
}

.pt_200 {
  padding-top: 200px !important;
}

@media screen and (max-width: 767px) {
  .pt_200 {
    padding-top: 31.25vw !important;
  }
}

.pr_200 {
  padding-right: 200px !important;
}

@media screen and (max-width: 767px) {
  .pr_200 {
    padding-right: 31.25vw !important;
  }
}

.pb_200 {
  padding-bottom: 200px !important;
}

@media screen and (max-width: 767px) {
  .pb_200 {
    padding-bottom: 31.25vw !important;
  }
}

.pl_200 {
  padding-left: 200px !important;
}

@media screen and (max-width: 767px) {
  .pl_200 {
    padding-left: 31.25vw !important;
  }
}

@media screen and (max-width: 989px) {
  .pt_md_0 {
    padding-top: 0px !important;
  }
  .pr_md_0 {
    padding-right: 0px !important;
  }
  .pb_md_0 {
    padding-bottom: 0px !important;
  }
  .pl_md_0 {
    padding-left: 0px !important;
  }
  .pt_md_10 {
    padding-top: 10px !important;
  }
  .pr_md_10 {
    padding-right: 10px !important;
  }
  .pb_md_10 {
    padding-bottom: 10px !important;
  }
  .pl_md_10 {
    padding-left: 10px !important;
  }
  .pt_md_20 {
    padding-top: 20px !important;
  }
  .pr_md_20 {
    padding-right: 20px !important;
  }
  .pb_md_20 {
    padding-bottom: 20px !important;
  }
  .pl_md_20 {
    padding-left: 20px !important;
  }
  .pt_md_30 {
    padding-top: 30px !important;
  }
  .pr_md_30 {
    padding-right: 30px !important;
  }
  .pb_md_30 {
    padding-bottom: 30px !important;
  }
  .pl_md_30 {
    padding-left: 30px !important;
  }
  .pt_md_40 {
    padding-top: 40px !important;
  }
  .pr_md_40 {
    padding-right: 40px !important;
  }
  .pb_md_40 {
    padding-bottom: 40px !important;
  }
  .pl_md_40 {
    padding-left: 40px !important;
  }
  .pt_md_50 {
    padding-top: 50px !important;
  }
  .pr_md_50 {
    padding-right: 50px !important;
  }
  .pb_md_50 {
    padding-bottom: 50px !important;
  }
  .pl_md_50 {
    padding-left: 50px !important;
  }
  .pt_md_60 {
    padding-top: 60px !important;
  }
  .pr_md_60 {
    padding-right: 60px !important;
  }
  .pb_md_60 {
    padding-bottom: 60px !important;
  }
  .pl_md_60 {
    padding-left: 60px !important;
  }
  .pt_md_70 {
    padding-top: 70px !important;
  }
  .pr_md_70 {
    padding-right: 70px !important;
  }
  .pb_md_70 {
    padding-bottom: 70px !important;
  }
  .pl_md_70 {
    padding-left: 70px !important;
  }
  .pt_md_80 {
    padding-top: 80px !important;
  }
  .pr_md_80 {
    padding-right: 80px !important;
  }
  .pb_md_80 {
    padding-bottom: 80px !important;
  }
  .pl_md_80 {
    padding-left: 80px !important;
  }
  .pt_md_90 {
    padding-top: 90px !important;
  }
  .pr_md_90 {
    padding-right: 90px !important;
  }
  .pb_md_90 {
    padding-bottom: 90px !important;
  }
  .pl_md_90 {
    padding-left: 90px !important;
  }
  .pt_md_100 {
    padding-top: 100px !important;
  }
  .pr_md_100 {
    padding-right: 100px !important;
  }
  .pb_md_100 {
    padding-bottom: 100px !important;
  }
  .pl_md_100 {
    padding-left: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .pt_sm_0 {
    padding-top: 0px !important;
  }
  .pr_sm_0 {
    padding-right: 0px !important;
  }
  .pb_sm_0 {
    padding-bottom: 0px !important;
  }
  .pl_sm_0 {
    padding-left: 0px !important;
  }
  .pt_sm_10 {
    padding-top: 10px !important;
  }
  .pr_sm_10 {
    padding-right: 10px !important;
  }
  .pb_sm_10 {
    padding-bottom: 10px !important;
  }
  .pl_sm_10 {
    padding-left: 10px !important;
  }
  .pt_sm_20 {
    padding-top: 20px !important;
  }
  .pr_sm_20 {
    padding-right: 20px !important;
  }
  .pb_sm_20 {
    padding-bottom: 20px !important;
  }
  .pl_sm_20 {
    padding-left: 20px !important;
  }
  .pt_sm_30 {
    padding-top: 30px !important;
  }
  .pr_sm_30 {
    padding-right: 30px !important;
  }
  .pb_sm_30 {
    padding-bottom: 30px !important;
  }
  .pl_sm_30 {
    padding-left: 30px !important;
  }
  .pt_sm_40 {
    padding-top: 40px !important;
  }
  .pr_sm_40 {
    padding-right: 40px !important;
  }
  .pb_sm_40 {
    padding-bottom: 40px !important;
  }
  .pl_sm_40 {
    padding-left: 40px !important;
  }
  .pt_sm_50 {
    padding-top: 50px !important;
  }
  .pr_sm_50 {
    padding-right: 50px !important;
  }
  .pb_sm_50 {
    padding-bottom: 50px !important;
  }
  .pl_sm_50 {
    padding-left: 50px !important;
  }
  .pt_sm_60 {
    padding-top: 60px !important;
  }
  .pr_sm_60 {
    padding-right: 60px !important;
  }
  .pb_sm_60 {
    padding-bottom: 60px !important;
  }
  .pl_sm_60 {
    padding-left: 60px !important;
  }
  .pt_sm_70 {
    padding-top: 70px !important;
  }
  .pr_sm_70 {
    padding-right: 70px !important;
  }
  .pb_sm_70 {
    padding-bottom: 70px !important;
  }
  .pl_sm_70 {
    padding-left: 70px !important;
  }
  .pt_sm_80 {
    padding-top: 80px !important;
  }
  .pr_sm_80 {
    padding-right: 80px !important;
  }
  .pb_sm_80 {
    padding-bottom: 80px !important;
  }
  .pl_sm_80 {
    padding-left: 80px !important;
  }
  .pt_sm_90 {
    padding-top: 90px !important;
  }
  .pr_sm_90 {
    padding-right: 90px !important;
  }
  .pb_sm_90 {
    padding-bottom: 90px !important;
  }
  .pl_sm_90 {
    padding-left: 90px !important;
  }
  .pt_sm_100 {
    padding-top: 100px !important;
  }
  .pr_sm_100 {
    padding-right: 100px !important;
  }
  .pb_sm_100 {
    padding-bottom: 100px !important;
  }
  .pl_sm_100 {
    padding-left: 100px !important;
  }
}

/*----------------------------------------------------------

Float

----------------------------------------------------------*/
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin: 0px auto;
  clear: both;
}

img.alignleft {
  margin: 0 1em 1em 0;
}

img.alignright {
  margin: 0 0 1em 1em;
}

/*----------------------------------------------------------

Font

----------------------------------------------------------*/
/* font-size */
.fs_10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.fs_11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.fs_12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.fs_13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.fs_14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.fs_15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.fs_16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.fs_17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.fs_18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.fs_19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.fs_20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.fs_21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.fs_22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.fs_23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.fs_24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.fs_25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.fs_26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

.fs_27 {
  font-size: 27px !important;
  font-size: 2.7rem !important;
}

.fs_28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}

.fs_29 {
  font-size: 29px !important;
  font-size: 2.9rem !important;
}

.fs_30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

.fs_31 {
  font-size: 31px !important;
  font-size: 3.1rem !important;
}

.fs_32 {
  font-size: 32px !important;
  font-size: 3.2rem !important;
}

.fs_33 {
  font-size: 33px !important;
  font-size: 3.3rem !important;
}

.fs_34 {
  font-size: 34px !important;
  font-size: 3.4rem !important;
}

.fs_35 {
  font-size: 35px !important;
  font-size: 3.5rem !important;
}

.fs_36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}

.fs_37 {
  font-size: 37px !important;
  font-size: 3.7rem !important;
}

.fs_38 {
  font-size: 38px !important;
  font-size: 3.8rem !important;
}

.fs_39 {
  font-size: 39px !important;
  font-size: 3.9rem !important;
}

.fs_40 {
  font-size: 40px !important;
  font-size: 4rem !important;
}

@media screen and (max-width: 989px) {
  .fs_md_10 {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
  .fs_md_11 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
  .fs_md_12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  .fs_md_13 {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
  .fs_md_14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .fs_md_15 {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
  .fs_md_16 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  .fs_md_17 {
    font-size: 17px !important;
    font-size: 1.7rem !important;
  }
  .fs_md_18 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .fs_md_19 {
    font-size: 19px !important;
    font-size: 1.9rem !important;
  }
  .fs_md_20 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
  .fs_md_21 {
    font-size: 21px !important;
    font-size: 2.1rem !important;
  }
  .fs_md_22 {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
  .fs_md_23 {
    font-size: 23px !important;
    font-size: 2.3rem !important;
  }
  .fs_md_24 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
  .fs_md_25 {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }
  .fs_md_26 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
  }
  .fs_md_27 {
    font-size: 27px !important;
    font-size: 2.7rem !important;
  }
  .fs_md_28 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
  .fs_md_29 {
    font-size: 29px !important;
    font-size: 2.9rem !important;
  }
  .fs_md_30 {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
  .fs_md_31 {
    font-size: 31px !important;
    font-size: 3.1rem !important;
  }
  .fs_md_32 {
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
  .fs_md_33 {
    font-size: 33px !important;
    font-size: 3.3rem !important;
  }
  .fs_md_34 {
    font-size: 34px !important;
    font-size: 3.4rem !important;
  }
  .fs_md_35 {
    font-size: 35px !important;
    font-size: 3.5rem !important;
  }
  .fs_md_36 {
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }
  .fs_md_37 {
    font-size: 37px !important;
    font-size: 3.7rem !important;
  }
  .fs_md_38 {
    font-size: 38px !important;
    font-size: 3.8rem !important;
  }
  .fs_md_39 {
    font-size: 39px !important;
    font-size: 3.9rem !important;
  }
  .fs_md_40 {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .fs_sm_10 {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
  .fs_sm_11 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
  .fs_sm_12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  .fs_sm_13 {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
  .fs_sm_14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .fs_sm_15 {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
  .fs_sm_16 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  .fs_sm_17 {
    font-size: 17px !important;
    font-size: 1.7rem !important;
  }
  .fs_sm_18 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .fs_sm_19 {
    font-size: 19px !important;
    font-size: 1.9rem !important;
  }
  .fs_sm_20 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
  .fs_sm_21 {
    font-size: 21px !important;
    font-size: 2.1rem !important;
  }
  .fs_sm_22 {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
  .fs_sm_23 {
    font-size: 23px !important;
    font-size: 2.3rem !important;
  }
  .fs_sm_24 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
  .fs_sm_25 {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }
  .fs_sm_26 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
  }
  .fs_sm_27 {
    font-size: 27px !important;
    font-size: 2.7rem !important;
  }
  .fs_sm_28 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
  .fs_sm_29 {
    font-size: 29px !important;
    font-size: 2.9rem !important;
  }
  .fs_sm_30 {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
  .fs_sm_31 {
    font-size: 31px !important;
    font-size: 3.1rem !important;
  }
  .fs_sm_32 {
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
  .fs_sm_33 {
    font-size: 33px !important;
    font-size: 3.3rem !important;
  }
  .fs_sm_34 {
    font-size: 34px !important;
    font-size: 3.4rem !important;
  }
  .fs_sm_35 {
    font-size: 35px !important;
    font-size: 3.5rem !important;
  }
  .fs_sm_36 {
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }
  .fs_sm_37 {
    font-size: 37px !important;
    font-size: 3.7rem !important;
  }
  .fs_sm_38 {
    font-size: 38px !important;
    font-size: 3.8rem !important;
  }
  .fs_sm_39 {
    font-size: 39px !important;
    font-size: 3.9rem !important;
  }
  .fs_sm_40 {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
}

/* font-weight */
.fw_bold {
  font-weight: bold !important;
}

.fw_normal {
  font-weight: normal !important;
}

@media screen and (max-width: 989px) {
  .fw_md_bold {
    font-weight: bold !important;
  }
  .fw_md_normal {
    font-weight: normal !important;
  }
}

@media screen and (max-width: 767px) {
  .fw_sm_bold {
    font-weight: bold !important;
  }
  .fw_sm_normal {
    font-weight: normal !important;
  }
}

/* line-height */
.lh_10 {
  line-height: 1 !important;
}

.lh_11 {
  line-height: 1.1 !important;
}

.lh_12 {
  line-height: 1.2 !important;
}

.lh_13 {
  line-height: 1.3 !important;
}

.lh_14 {
  line-height: 1.4 !important;
}

.lh_15 {
  line-height: 1.5 !important;
}

.lh_16 {
  line-height: 1.6 !important;
}

.lh_17 {
  line-height: 1.7 !important;
}

.lh_18 {
  line-height: 1.8 !important;
}

.lh_19 {
  line-height: 1.9 !important;
}

.lh_20 {
  line-height: 2 !important;
}

.lh_21 {
  line-height: 2.1 !important;
}

.lh_22 {
  line-height: 2.2 !important;
}

.lh_23 {
  line-height: 2.3 !important;
}

.lh_24 {
  line-height: 2.4 !important;
}

.lh_25 {
  line-height: 2.5 !important;
}

.lh_26 {
  line-height: 2.6 !important;
}

.lh_27 {
  line-height: 2.7 !important;
}

.lh_28 {
  line-height: 2.8 !important;
}

.lh_29 {
  line-height: 2.9 !important;
}

.lh_30 {
  line-height: 3 !important;
}

@media screen and (max-width: 989px) {
  .lh_md_10 {
    line-height: 1 !important;
  }
  .lh_md_11 {
    line-height: 1.1 !important;
  }
  .lh_md_12 {
    line-height: 1.2 !important;
  }
  .lh_md_13 {
    line-height: 1.3 !important;
  }
  .lh_md_14 {
    line-height: 1.4 !important;
  }
  .lh_md_15 {
    line-height: 1.5 !important;
  }
  .lh_md_16 {
    line-height: 1.6 !important;
  }
  .lh_md_17 {
    line-height: 1.7 !important;
  }
  .lh_md_18 {
    line-height: 1.8 !important;
  }
  .lh_md_19 {
    line-height: 1.9 !important;
  }
  .lh_md_20 {
    line-height: 2 !important;
  }
  .lh_md_21 {
    line-height: 2.1 !important;
  }
  .lh_md_22 {
    line-height: 2.2 !important;
  }
  .lh_md_23 {
    line-height: 2.3 !important;
  }
  .lh_md_24 {
    line-height: 2.4 !important;
  }
  .lh_md_25 {
    line-height: 2.5 !important;
  }
  .lh_md_26 {
    line-height: 2.6 !important;
  }
  .lh_md_27 {
    line-height: 2.7 !important;
  }
  .lh_md_28 {
    line-height: 2.8 !important;
  }
  .lh_md_29 {
    line-height: 2.9 !important;
  }
  .lh_md_30 {
    line-height: 3 !important;
  }
}

@media screen and (max-width: 767px) {
  .lh_sm_10 {
    line-height: 1 !important;
  }
  .lh_sm_11 {
    line-height: 1.1 !important;
  }
  .lh_sm_12 {
    line-height: 1.2 !important;
  }
  .lh_sm_13 {
    line-height: 1.3 !important;
  }
  .lh_sm_14 {
    line-height: 1.4 !important;
  }
  .lh_sm_15 {
    line-height: 1.5 !important;
  }
  .lh_sm_16 {
    line-height: 1.6 !important;
  }
  .lh_sm_17 {
    line-height: 1.7 !important;
  }
  .lh_sm_18 {
    line-height: 1.8 !important;
  }
  .lh_sm_19 {
    line-height: 1.9 !important;
  }
  .lh_sm_20 {
    line-height: 2 !important;
  }
  .lh_sm_21 {
    line-height: 2.1 !important;
  }
  .lh_sm_22 {
    line-height: 2.2 !important;
  }
  .lh_sm_23 {
    line-height: 2.3 !important;
  }
  .lh_sm_24 {
    line-height: 2.4 !important;
  }
  .lh_sm_25 {
    line-height: 2.5 !important;
  }
  .lh_sm_26 {
    line-height: 2.6 !important;
  }
  .lh_sm_27 {
    line-height: 2.7 !important;
  }
  .lh_sm_28 {
    line-height: 2.8 !important;
  }
  .lh_sm_29 {
    line-height: 2.9 !important;
  }
  .lh_sm_30 {
    line-height: 3 !important;
  }
}

/* text-align */
.ta_left {
  text-align: left !important;
}

.ta_right {
  text-align: right !important;
}

.ta_center {
  text-align: center !important;
}

@media screen and (max-width: 989px) {
  .ta_md_left {
    text-align: left !important;
  }
  .ta_md_right {
    text-align: right !important;
  }
  .ta_md_center {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .ta_sm_left {
    text-align: left !important;
  }
  .ta_sm_right {
    text-align: right !important;
  }
  .ta_sm_center {
    text-align: center !important;
  }
}

/* text-decoration */
.td_none {
  text-decoration: none !important;
}

.td_line {
  text-decoration: line-through !important;
}

.td_overline {
  text-decoration: overline !important;
}

.td_underline {
  text-decoration: underline !important;
}

@media screen and (max-width: 989px) {
  .td_md_none {
    text-decoration: none !important;
  }
  .td_md_line {
    text-decoration: line-through !important;
  }
  .td_md_overline {
    text-decoration: overline !important;
  }
  .td_md_underline {
    text-decoration: underline !important;
  }
}

@media screen and (max-width: 767px) {
  .td_sm_none {
    text-decoration: none !important;
  }
  .td_sm_line {
    text-decoration: line-through !important;
  }
  .td_sm_overline {
    text-decoration: overline !important;
  }
  .td_sm_underline {
    text-decoration: underline !important;
  }
}

/* vertical-align */
.va_top {
  vertical-align: top !important;
}

.va_bottom {
  vertical-align: bottom !important;
}

.va_middle {
  vertical-align: middle !important;
}

@media screen and (max-width: 989px) {
  .va_md_top {
    vertical-align: top !important;
  }
  .va_md_bottom {
    vertical-align: bottom !important;
  }
  .va_md_middle {
    vertical-align: middle !important;
  }
}

@media screen and (max-width: 767px) {
  .va_sm_top {
    vertical-align: top !important;
  }
  .va_sm_bottom {
    vertical-align: bottom !important;
  }
  .va_sm_middle {
    vertical-align: middle !important;
  }
}

/*----------------------------------------------------------

Column

----------------------------------------------------------*/
.row {
  display: flex;
  flex-wrap: wrap;
}

.row.ai_start {
  align-items: flex-start;
}

.row.ai_center {
  align-items: center;
}

.row.ai_end {
  align-items: flex-end;
}

.row.fd_column {
  flex-direction: column;
}

.row.fd_column_reverse {
  flex-direction: column-reverse;
}

.row.fd_row {
  flex-direction: row;
}

.row.fd_row_reverse {
  flex-direction: row-reverse;
}

.row.jc_start {
  justify-content: flex-start;
}

.row.jc_center {
  justify-content: center;
}

.row.jc_end {
  justify-content: flex-end;
}

.row.jc_between {
  justify-content: space-between;
}

.col_1 {
  width: 8.33333%;
}

.col_2 {
  width: 16.666666%;
}

.col_3 {
  width: 24.99999%;
}

.col_4 {
  width: 33.33333%;
}

.col_5 {
  width: 41.66666%;
}

.col_6 {
  width: 49.99999%;
}

.col_7 {
  width: 58.33333%;
}

.col_8 {
  width: 66.66666%;
}

.col_9 {
  width: 74.99999%;
}

.col_10 {
  width: 83.33333%;
}

.col_11 {
  width: 91.66666%;
}

.col_12 {
  width: 100%;
}

@media screen and (max-width: 989px) {
  .col_md_1 {
    width: 8.33333%;
  }
  .col_md_2 {
    width: 16.666666%;
  }
  .col_md_3 {
    width: 24.99999%;
  }
  .col_md_4 {
    width: 33.33333%;
  }
  .col_md_5 {
    width: 41.66666%;
  }
  .col_md_6 {
    width: 49.99999%;
  }
  .col_md_7 {
    width: 58.33333%;
  }
  .col_md_8 {
    width: 66.66666%;
  }
  .col_md_9 {
    width: 74.99999%;
  }
  .col_md_10 {
    width: 83.33333%;
  }
  .col_md_11 {
    width: 91.66666%;
  }
  .col_md_12 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .col_sm_1 {
    width: 8.33333%;
  }
  .col_sm_2 {
    width: 16.666666%;
  }
  .col_sm_3 {
    width: 24.99999%;
  }
  .col_sm_4 {
    width: 33.33333%;
  }
  .col_sm_5 {
    width: 41.66666%;
  }
  .col_sm_6 {
    width: 49.99999%;
  }
  .col_sm_7 {
    width: 58.33333%;
  }
  .col_sm_8 {
    width: 66.66666%;
  }
  .col_sm_9 {
    width: 74.99999%;
  }
  .col_sm_10 {
    width: 83.33333%;
  }
  .col_sm_11 {
    width: 91.66666%;
  }
  .col_sm_12 {
    width: 100%;
  }
}

.row_space_0 {
  margin-top: 0px;
  margin-left: 0px;
}

@media screen and (max-width: 767px) {
  .row_space_0 {
    margin-top: 0vw;
    margin-left: 0vw;
  }
}

.row_space_10 {
  margin-top: -10px;
  margin-left: -10px;
}

@media screen and (max-width: 767px) {
  .row_space_10 {
    margin-top: -1.5625vw;
    margin-left: -1.5625vw;
  }
}

.row_space_20 {
  margin-top: -20px;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .row_space_20 {
    margin-top: -3.125vw;
    margin-left: -3.125vw;
  }
}

.row_space_30 {
  margin-top: -30px;
  margin-left: -30px;
}

@media screen and (max-width: 767px) {
  .row_space_30 {
    margin-top: -4.6875vw;
    margin-left: -4.6875vw;
  }
}

.row_space_40 {
  margin-top: -40px;
  margin-left: -40px;
}

@media screen and (max-width: 767px) {
  .row_space_40 {
    margin-top: -6.25vw;
    margin-left: -6.25vw;
  }
}

.row_space_50 {
  margin-top: -50px;
  margin-left: -50px;
}

@media screen and (max-width: 767px) {
  .row_space_50 {
    margin-top: -7.8125vw;
    margin-left: -7.8125vw;
  }
}

.row_space_60 {
  margin-top: -60px;
  margin-left: -60px;
}

@media screen and (max-width: 767px) {
  .row_space_60 {
    margin-top: -9.375vw;
    margin-left: -9.375vw;
  }
}

.row_space_70 {
  margin-top: -70px;
  margin-left: -70px;
}

@media screen and (max-width: 767px) {
  .row_space_70 {
    margin-top: -10.9375vw;
    margin-left: -10.9375vw;
  }
}

.row_space_80 {
  margin-top: -80px;
  margin-left: -80px;
}

@media screen and (max-width: 767px) {
  .row_space_80 {
    margin-top: -12.5vw;
    margin-left: -12.5vw;
  }
}

.row_space_90 {
  margin-top: -90px;
  margin-left: -90px;
}

@media screen and (max-width: 767px) {
  .row_space_90 {
    margin-top: -14.0625vw;
    margin-left: -14.0625vw;
  }
}

.row_space_100 {
  margin-top: -100px;
  margin-left: -100px;
}

@media screen and (max-width: 767px) {
  .row_space_100 {
    margin-top: -15.625vw;
    margin-left: -15.625vw;
  }
}

.col_space_0 {
  padding-top: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .col_space_0 {
    padding-top: 0vw;
    padding-left: 0vw;
  }
}

.col_space_10 {
  padding-top: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .col_space_10 {
    padding-top: 1.5625vw;
    padding-left: 1.5625vw;
  }
}

.col_space_20 {
  padding-top: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .col_space_20 {
    padding-top: 3.125vw;
    padding-left: 3.125vw;
  }
}

.col_space_30 {
  padding-top: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .col_space_30 {
    padding-top: 4.6875vw;
    padding-left: 4.6875vw;
  }
}

.col_space_40 {
  padding-top: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .col_space_40 {
    padding-top: 6.25vw;
    padding-left: 6.25vw;
  }
}

.col_space_50 {
  padding-top: 50px;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .col_space_50 {
    padding-top: 7.8125vw;
    padding-left: 7.8125vw;
  }
}

.col_space_60 {
  padding-top: 60px;
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .col_space_60 {
    padding-top: 9.375vw;
    padding-left: 9.375vw;
  }
}

.col_space_70 {
  padding-top: 70px;
  padding-left: 70px;
}

@media screen and (max-width: 767px) {
  .col_space_70 {
    padding-top: 10.9375vw;
    padding-left: 10.9375vw;
  }
}

.col_space_80 {
  padding-top: 80px;
  padding-left: 80px;
}

@media screen and (max-width: 767px) {
  .col_space_80 {
    padding-top: 12.5vw;
    padding-left: 12.5vw;
  }
}

.col_space_90 {
  padding-top: 90px;
  padding-left: 90px;
}

@media screen and (max-width: 767px) {
  .col_space_90 {
    padding-top: 14.0625vw;
    padding-left: 14.0625vw;
  }
}

.col_space_100 {
  padding-top: 100px;
  padding-left: 100px;
}

@media screen and (max-width: 767px) {
  .col_space_100 {
    padding-top: 15.625vw;
    padding-left: 15.625vw;
  }
}

/*----------------------------------------------------------

既存のスタイルの上書き

----------------------------------------------------------*/
body {
  overflow-x: hidden;
  line-height: 2;
  word-break: break-all;    
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

#wrap {
  overflow: inherit;
  background: transparent;
}

@media screen and (max-width: 989px) {
  #wrap {
    padding-top: 60px;
  }
}

.container {
  width: auto;
  max-width: 1300px;
  padding: 0 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 989px) {
  .container {
    padding: 0 3.125vw;
  }
}

.container.is_medium {
  max-width: 1060px;
}


.search-form {
  display: none;
  width: 100%;
  background: #f7f7f7;
}

.search-form input[type=submit] {
  background: #00718a;
}

#contents {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #contents {
    margin-top: 9.375vw;
  }
}

#site_title {
  margin: 0;
  padding: 0;
}

#main .newslist a,
#main_body .newslist a {
  padding: 24px 0;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

#main .newslist a p.newslist_text,
#main_body .newslist a p.newslist_text {
  color: #333;
}

#main .newslist a:hover,
#main_body .newslist a:hover {
  text-decoration: none;
}

#main .newslist a:hover p.newslist_text,
#main_body .newslist a:hover p.newslist_text {
  color: #5cc2e6;
}

#main .newslist p.newslist_time,
#main_body .newslist p.newslist_time {
  padding-right: 2em;
  color: #ccc;
  font-weight: bold;
}

#main .newslist ul li:nth-child(1) a,
#main_body .newslist ul li:nth-child(1) a {
  padding-top: 0;
}

.slider_wrap {
  margin-top: 60px;
}

@media screen and (max-width: 989px) {
  .slider_wrap {
    margin-top: 0;
  }
}

.flexslider_wrap {
  margin-bottom: 0;
}

.flexslider_info {
  padding: 4px 16px;
  border-radius: 9999px;
  background: #f9c42d;
}

.flexslider_info time {
  padding: 0;
  padding-right: 4px;
  background: transparent;
}

.flexslider_category {
  padding: 0;
  padding-left: 4px;
  border-left: 1px solid #fff;
  background: transparent;
}

.sliderthumb ul li {
  height: 200px;
}

.sliderthumb_category {
  padding: 5px 15px;
  border-radius: 9999px;
  background: #f9c42d;
}

#article_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  box-shadow: 0px 9.335px 18.67px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  #article_list {
    display: block;
  }
}

#article_list li {
  margin: -1px 0 0 0;
  padding: 0;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  #article_list li {
    width: 100%;
    max-width: 100%;
    border-left: none;
  }
}

#article_list li a {
  padding: 0;
}

#article_list li a .article_box {
  box-shadow: none;
}

#article_list li a .article_image {
  position: relative;
  height: auto;
  padding-top: 66.07142%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #article_list li a .article_image {
    height: 100px;
    margin: 10px;
    padding-top: 0;
  }
}

#article_list li a .article_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s ease;
}

#article_list li a .article_info {
  padding: 16px 24px 24px;
}

@media screen and (max-width: 989px) {
  #article_list li a .article_info {
    padding: 8px 8px 0;
  }
}

@media screen and (max-width: 989px) {
  #article_list li a .article_info h3 {
    height: auto;
  }
}

#article_list li a .article_info .article_txt {
  display: none;
}

#article_list li a .article_info .article_day {
  border: none;
}

@media screen and (max-width: 989px) {
  #article_list li a .article_info .article_day {
    margin: 0;
    padding: 0;
    padding: 0 10px;
  }
}

#article_list li a:hover {
  text-decoration: none;
}

#article_list li a:hover .article_image img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

#article_list li .article_category {
  padding: 24px 24px 0;
}

@media screen and (max-width: 989px) {
  #article_list li .article_category {
    padding: 8px 8px 0;
  }
}

#article_list li .article_category p {
  height: auto;
  padding: 4px 16px;
  font-weight: bold;
  border-radius: 9999px;
  background: #f9c42d;
}

#article_list li:nth-child(3n + 1) {
  border-left-color: #fff;
}

@media screen and (max-width: 989px) {
  #article_list li:nth-child(3n + 1) {
    border-color: #ddd;
  }
}

body.full_width #article_list {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  body.full_width #article_list {
    margin: 0 50px;
  }
}

@media screen and (max-width: 989px) {
  body.full_width #article_list {
    margin: 0 3.125vw;
  }
}

body.full_width #article_list li {
  width: 25%;
}

@media screen and (max-width: 767px) {
  body.full_width #article_list li {
    width: 100%;
  }
}

body.full_width #article_list li:nth-child(3n + 1) {
  border-left-color: #ddd;
}

@media screen and (max-width: 989px) {
  body.full_width #article_list li:nth-child(3n + 1) {
    border-color: #ddd;
  }
}

body.full_width #article_list li:nth-child(4n + 1) {
  border-left-color: #fff;
}

@media screen and (max-width: 989px) {
  body.full_width #article_list li:nth-child(4n + 1) {
    border-color: #ddd;
  }
}

#main_article .mainVisual {
  margin-bottom: 32px;
}

#main_article .article_headline {
  margin-bottom: 16px;
  padding: 0;
  background: transparent;
}

#main_article .article_info {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin-bottom: 32px;
}

#main_article .article_info .article_day {
  flex: 1;
  color: #ccc;
  font-weight: bold;
  background: transparent;
}

#main_article .article_info .article_category {
  font-weight: bold;
  border-radius: 9999px;
  background: #f9c42d;
}

#main_article .social-btn {
  margin-bottom: 32px;
}

#main_article .social-share {
  margin: 10px 0;
}

#main h2, #main h3, #main h4 {
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  #main h2, #main h3, #main h4 {
    margin-top: 48px;
  }
}

#main h2:nth-child(1), #main h3:nth-child(1), #main h4:nth-child(1) {
  margin-top: 0;
}

#main h5, #main h6 {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  #main h5, #main h6 {
    margin-top: 32px;
  }
}

#main h2 {
  font-size: 24px;
  border-bottom: 2px solid #ddd;
}

@media screen and (max-width: 767px) {
  #main h2 {
    font-size: 18px;
  }
}

#main h3 {
  padding-left: 8px;
  font-size: 20px;
  border: none;
  border-left: 3px solid #5cc2e6;
}

@media screen and (max-width: 767px) {
  #main h3 {
    font-size: 18px;
  }
}

#main h4 {
  padding: 8px 16px;
  font-size: 18px;
  background: #eee;
}

@media screen and (max-width: 767px) {
  #main h4 {
    font-size: 16px;
  }
}

#related_article {
  margin-top: 64px;
  padding: 0;
  overflow: inherit;
  background: transparent;
}

@media screen and (max-width: 767px) {
  #related_article {
    margin-top: 32px;
  }
}

#related_article h3 {
  margin: 0;
  padding: 24px 0;
  color: #333;
  font-size: 26px;
  border: none;
  border-top: 4px solid #5cc2e6;
}

@media screen and (max-width: 767px) {
  #related_article h3 {
    font-size: 20px;
  }
}

#related_article > ul {
  box-shadow: 0px 9.335px 18.67px rgba(0, 0, 0, 0.1);
}

#related_article > ul li {
  width: 33.33333%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #related_article > ul li {
    width: 100%;
  }
}

#related_article > ul li a {
  display: block;
  color: #333;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #related_article > ul li a {
    display: flex;
    align-items: flex-start;
    padding: 16px 8px;
  }
}

#related_article > ul li a span {
  height: auto;
  padding: 16px 24px 24px;
}

@media screen and (max-width: 767px) {
  #related_article > ul li a span {
    padding: 0;
  }
}

#related_article > ul li a:hover {
  text-decoration: none;
}

#related_article > ul li {
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  #related_article > ul li {
    border: none;
    border-top: 1px solid #ddd;
  }
}

#related_article > ul li:nth-child(1) {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  #related_article > ul li:nth-child(1) {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  #related_article > ul > li img {
    width: 80px;
  }
}

.box_title {
  margin: 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
  background: transparent;
}

.box_title h1 {
  display: block;
  margin: 0;
  padding: 0;
  color: #5cc2e6;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .box_title h1 {
    font-size: 24px;
  }
}

.box_title h1 .sub {
  color: #f9c42d;
  font-size: 40%;
}

.box_title h2 {
  display: block;
  margin: 0;
  padding: 24px 0;
  color: #333;
  font-size: 26px;
  font-weight: bold;
  border-top: 4px solid #5cc2e6;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .box_title h2 {
    font-size: 20px;
  }
}

.box_title h2 .sub {
  margin-left: 1em;
  color: #f9c42d;
  font-size: 53.84615%;
}

#side {
  width: 30%;
  padding-left: 80px;
}

@media screen and (max-width: 989px) {
  #side {
    width: 100%;
    margin-top: 9.375vw;
    padding-left: 0;
  }
}

#side .box_title h2 {
  padding: 16px 0;
}

.recomend a {
  color: #333;
}

.recomend a:hover {
  text-decoration: none;
}

.recomend .recomend_box {
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
  background: transparent !important;
}

.recomend .recomend_image {
  width: 80px;
}

.recomend .recomend_info .recomend_day {
  left: 90px;
}

.recomend ul li {
  margin-bottom: 0;
  background: transparent !important;
}

.recomend ul li:nth-child(1) .recomend_box {
  padding-top: 0;
}

.innova-form .form-group .innovaFormLabel_main {
  color: #666;
  font-weight: bold;
}

.innova-form .form-group .innovaFormLabel_main span:after {
  font-weight: normal;
  background: #ff566a;
}

.innova-form .form-group .ccm-input-text {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
}

.innova-form .form-group textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
}

.innova-form center input[type=submit] {
  width: 100%;
  max-width: 280px;
  padding: 16px;
  font-size: 16px;
  border-radius: 0;
  background: #5cc2e6;
}

.innova-form center input[type=submit]:hover {
  background: #00718a;
}

.innova-form-item {
  padding: 0 !important;
}

#footer_wrap {
  margin-top: 120px;
  padding: 60px 0 20px;
  border: none;
  background: #00718a;
}

@media screen and (max-width: 989px) {
  #footer_wrap {
    margin-top: 60px;
    padding: 30px 0 10px;
  }
}

#footer h2 {
  font-size: 16px;
  font-weight: bold;
}

#footer .footer_content {
  width: 100%;
  margin: 0;
  padding: 0;
}

#copyright {
  padding: 0 32px 32px;
  text-align: right;
  background: #00718a;
}

@media screen and (max-width: 767px) {
  #copyright {
    padding: 0 3.125vw 3.125vw;
  }
}

/*----------------------------------------------------------

共通

----------------------------------------------------------*/


.download .download_box a {
  display: block;
  padding: 24px 0;
  color: #333;
  border-bottom: 1px solid #ddd;
}

.download .download_box a .download_image {
  text-align: center;
}

.download .download_box a .download_text {
  margin-top: 24px;
  font-size: 12px;
}

.download .download_box a:hover {
  text-decoration: none;
  opacity: .7;
}

.download .download_box:nth-child(1) a {
  padding-top: 0;
}

.footer_navi_row {
  display: flex;
  margin: 0 -32px;
}

@media screen and (max-width: 989px) {
  .footer_navi_row {
    display: block;
    margin: 0;
  }
}

.footer_navi_col {
  width: 20%;
  padding: 0 32px;
}

@media screen and (max-width: 989px) {
  .footer_navi_col {
    width: auto;
    padding: 0;
  }
}

.footer_navi_col ul li {
  margin-top: 20px;
}

@media screen and (max-width: 989px) {
  .footer_navi_col ul li {
    margin-top: -1px;
    border-top: 1px solid #80b8c5;
    border-bottom: 1px solid #80b8c5;
  }
}

@media screen and (max-width: 989px) {
  .footer_navi_col ul li a {
    position: relative;
    display: block;
    padding: 16px 0;
  }
}

@media screen and (max-width: 989px) {
  .footer_navi_col ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #80b8c5;
    border-right: 1px solid #80b8c5;
    transform: translateY(-50%) rotate(45deg);
  }
}

.footer_navi_col ul li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 989px) {
  .footer_navi_col + .footer_navi_col {
    margin-top: 32px;
  }
}



.text_title01 {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .text_title01 {
    font-size: 20px;
  }
}

.text_title02 {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .text_title02 {
    font-size: 18px;
  }
}

.text_title02 .sub {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .text_title02 .sub {
    font-size: 14px;
  }
}

.text_title03 {
  padding-left: .5em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  border: none;
  border-left: 4px solid #5cc2e6;
}

@media screen and (max-width: 767px) {
  .text_title03 {
    font-size: 18px;
  }
}

.text_title03 .sub {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .text_title03 .sub {
    font-size: 14px;
  }
}

.text_category01 {
  display: inline-block;
  padding: 4px 16px;
  color: #fff;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-radius: 9999px;
  background: #f9c42d;
}

.text_number01 {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  color: #ccc;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 989px) {
  .text_number01 {
    font-size: 40px;
  }
}

.text_number01:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  margin: 10px auto 0;
  background: #5cc2e6;
}

@media screen and (max-width: 989px) {
  .text_number01:after {
    width: 40px;
  }
}

.text_blue01 {
  color: #5cc2e6;
}

.table_contents01 {
  width: 100%;
}

@media screen and (max-width: 989px) {
  .table_contents01 {
    font-size: 12px;
  }
}

.table_contents01 th,
.table_contents01 td {
  padding: 24px;
  vertical-align: top;
  border: 1px solid #ddd;
}

@media screen and (max-width: 989px) {
  .table_contents01 th,
  .table_contents01 td {
    padding: 8px;
  }
}

.table_contents01 th {
  white-space: nowrap;
  background: #f7f7f7;
}

.button_link01 {
  position: relative;
  display: inline-block !important;
  width: 100%;
  padding: 16px;
  color: #fff !important;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #5cc2e6;
  border-radius: 2px;
  background: #5cc2e6;
  transition: .5s ease;
}

.button_link01:hover {
  opacity: .7;
}

.button_link01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .button_link01:after {
    right: 16px;
  }
}

.button_link01.is_small {
  max-width: 300px;
}

.button_link01.is_medium {
  max-width: 500px;
}

.button_link02 {
  position: relative;
  display: inline-block !important;
  width: 100%;
  padding: 16px;
  color: #5cc2e6 !important;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #5cc2e6;
  border-radius: 2px;
  transition: .5s ease;
}

.button_link02:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #5cc2e6;
  border-right: 1px solid #5cc2e6;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .button_link02:after {
    right: 16px;
  }
}

.button_link02:hover {
  color: #fff !important;
  background: #5cc2e6;
}

.button_link02:hover:after {
  border-color: #fff;
}

.button_link02.is_small {
  max-width: 300px;
}

.button_link02.is_medium {
  max-width: 500px;
}

.button_link02.is_scroll:after {
  transform: translateY(-75%) rotate(135deg);
}

.list_disc01 li {
  position: relative;
  padding-left: 1.25em;
}

.list_disc01 li:before {
  content: "●";
  position: absolute;
  top: .4em;
  left: 0;
  color: #5cc2e6;
  font-size: 10px;
}

.list_disc02 li {
  position: relative;
  padding-left: 1em;
}

.list_disc02 li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.list_decimal01 {
  counter-reset: item;
}

.list_decimal01 li {
  position: relative;
  padding-left: 1.5em;
}

.list_decimal01 li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #5cc2e6;
  font-weight: bold;
}

/*.row {
	display: flex;
	flex-wrap: wrap;
	
	&.ai_center {
		align-items: center;
	}
	
	&.jc_center {
		justify-content: center;
	}
}*/
/*----------------------------------------------------------

トップページ

----------------------------------------------------------*/
.article_list_more {
  border-top: 1px solid #ddd;
  box-shadow: 0px 9.335px 18.67px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 989px) {
  .article_list_more {
    margin-bottom: 60px;
  }
}

.article_list_more a {
  position: relative;
  display: block;
  padding: 24px;
  color: #5cc2e6;
  text-align: center;
  text-decoration: none;
  background: #fff;
  transition: .5s ease;
}

@media screen and (max-width: 989px) {
  .article_list_more a {
    padding: 16px;
  }
}

.article_list_more a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #5cc2e6;
  border-right: 1px solid #5cc2e6;
  transform: translateY(-50%) rotate(45deg);
}

.article_list_more a:hover {
  color: #fff;
  background: #5cc2e6;
}

.article_list_more a:hover:after {
  border-color: #fff;
}

/*----------------------------------------------------------

商品・サービス一覧

----------------------------------------------------------*/
.service_product_wrap {
  position: relative;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .service_product_wrap {
    padding-bottom: 40px;
  }
}

.service_product_wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: calc(100% - 180px);
  background: #f7f7f7;
}

.service_product {
  background: #fff;
  box-shadow: 0px 9.335px 18.67px rgba(0, 0, 0, 0.1);
}

.service_product li {
  border-left: 1px solid #ddd;
}

.service_product li a {
  color: #333;
  text-decoration: none;
}

.service_product.is_column2 {
  max-width: 880px;
  margin: auto;
}

.service_product.is_column2 li:nth-child(2n + 1) {
  border-color: #fff;
}

.service_product.is_column3 {
  max-width: 960px;
  margin: auto;
}

.service_product.is_column3 li:nth-child(3n + 1) {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .service_product.is_column3 li:nth-child(3n + 1) {
    border-left: 1px solid #ddd;
  }
}

@media screen and (max-width: 767px) {
  .service_product.is_column3 li:nth-child(2n + 1) {
    border-color: #fff;
  }
}

.service_product_text {
  padding: 32px;
}

@media screen and (max-width: 767px) {
  .service_product_text {
    padding: 16px;
    font-size: 12px;
  }
}

.service_product_list {
  margin: -64px -24px 0;
}

@media screen and (max-width: 767px) {
  .service_product_list {
    margin: -32px -8px 0;
  }
}

.service_product_list li {
  margin-top: 64px;
  padding: 0 24px;
}

@media screen and (max-width: 767px) {
  .service_product_list li {
    margin-top: 32px;
    padding: 0 8px;
  }
}

.service_product_list li a {
  display: block;
  color: #333;
  text-decoration: none;
}

.service_product_list li a .service_product_list_image {
  overflow: hidden;
}

.service_product_list li a .service_product_list_image img {
  transition: .3s;
}

.service_product_list li a .service_product_list_text {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .service_product_list li a .service_product_list_text {
    margin-top: 16px;
    font-size: 12px;
  }
}

.service_product_list li a:hover .service_product_list_image img {
  opacity: 1;
  transform: scale(1.1);
}

/*----------------------------------------------------------

商品・サービス詳細

----------------------------------------------------------*/
.service_main {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1248px;
  margin: 80px auto 0;
}

@media screen and (max-width: 989px) {
  .service_main {
    display: block;
    margin: 0;
  }
}

.service_main_image {
  width: 50%;
  padding: 0 24px;
}

@media screen and (max-width: 989px) {
  .service_main_image {
    width: auto;
    padding: 0;
  }
}

.service_main_image img {
  width: 100%;
}

.service_main_text {
  width: 50%;
  padding: 0 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 989px) {
  .service_main_text {
    width: auto;
    padding: 32px 3.125vw;
  }
}

@media screen and (max-width: 989px) {
  .service_feature_wrap {
    background: #f7f7f7;
  }
}

.service_feature {
  position: relative;
  padding: 80px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 989px) {
  .service_feature {
    padding: 9.375vw 0;
    font-size: 14px;
  }
}

.service_feature:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  background: #f7f7f7;
}

.service_feature .row {
  margin: 0 -24px;
}

@media screen and (max-width: 989px) {
  .service_feature .row {
    margin: 0 -4px;
  }
}

.service_feature .row [class^="col-"] {
  padding: 0 24px;
}

@media screen and (max-width: 989px) {
  .service_feature .row [class^="col-"] {
    padding: 0 4px;
  }
}

.service_feature_title {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 989px) {
  .service_feature_title {
    display: block;
  }
}

.service_feature_title .text_number01 {
  width: 120px;
  margin-right: 40px;
}

@media screen and (max-width: 989px) {
  .service_feature_title .text_number01 {
    width: 60px;
  }
}

.service_feature_title .text_title02 {
  flex: 1;
}

@media screen and (max-width: 989px) {
  .service_feature_title .text_title02 {
    margin-top: 10px;
  }
}

.service_feature_inner {
  padding-left: 160px;
}

@media screen and (max-width: 989px) {
  .service_feature_inner {
    padding-left: 0;
  }
}

.service_feature.is_flex {
  display: flex;
  margin: auto -24px;
}

@media screen and (max-width: 989px) {
  .service_feature.is_flex {
    display: block;
    margin: auto;
  }
}

.service_feature.is_flex:before {
  left: 24px;
}

.service_feature.is_flex .service_feature_text,
.service_feature.is_flex .service_feature_image {
  width: 50%;
  padding: 0 24px;
}

@media screen and (max-width: 989px) {
  .service_feature.is_flex .service_feature_text,
  .service_feature.is_flex .service_feature_image {
    width: auto;
    padding: 0;
  }
}

@media screen and (max-width: 989px) {
  .service_feature.is_flex .service_feature_image {
    margin-top: 4.6875vw;
  }
}

.service_download_wrap {
  position: relative;
  padding-bottom: 80px;
}

@media screen and (max-width: 989px) {
  .service_download_wrap {
    padding-bottom: 40px;
  }
}

.service_download_wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: calc(100% - 40px);
  background: #d7edf2;
}

.service_download {
  background: #fff;
  box-shadow: 0px 9.335px 18.67px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 989px) {
  .service_download {
    display: block;
  }
}

.service_download_single {
  padding: 32px;
}

@media screen and (max-width: 989px) {
  .service_download_single {
    width: auto;
    padding: 16px;
  }
}

.service_download_single .row {
  margin: auto -12px;
}

.service_download_single [class^="col-"] {
  padding: 0 12px;
}

.service_download_single .button_link01.is_margin {
  margin: auto;
}

@media screen and (max-width: 989px) {
  .service_download_single .button_link01.is_margin {
    margin: auto;
  }
}

.service_download_single + .service_download_single {
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 989px) {
  .service_download_single + .service_download_single {
    border: none;
    border-top: 1px solid #ddd;
  }
}

.service_download_wrap.is_small {
  padding-bottom: 40px;
}

@media screen and (max-width: 989px) {
  .service_download_wrap.is_small {
    margin-left: -3.125vw;
    margin-right: -3.125vw;
  }
}

.service_download_wrap.is_small .container {
  padding: 0 40px;
}

@media screen and (max-width: 989px) {
  .service_download_wrap.is_small .container {
    padding: 0 3.125vw;
  }
}

.innova-form center input[type=submit] {
  letter-spacing: normal;
}

#side .innovaForm_submitWrap {
  width: 100%;
}

#side .innova-form center input[type=submit] {
  width: 100%;
}

/*----------------------------------------------------------

パラマナビとは

----------------------------------------------------------*/
body.cmo-about .innova-form {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 989px) {
  body.cmo-about .innova-form {
    padding: 0 3.125vw;
  }
}

body.cmo-about .innova-form .form-group {
  flex: 1;
  max-width: 320px;
}

body.cmo-about .innova-form .form-group .innovaFormLabel_main {
  display: none;
}

body.cmo-about .innova-form .innovaForm_submitWrap {
  width: 80px;
  margin-left: 5px;
}

body.cmo-about .innova-form center input[type=submit] {
  width: 100%;
  padding: 11px 16px;
}

.about_mail_magazine {
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .about_mail_magazine {
    margin: 6.25vw 0 3.125vw;
  }
}

.about_point {
  display: flex;
  margin-left: -60px;
}

@media screen and (max-width: 767px) {
  .about_point {
    display: block;
    margin-left: -9.375vw;
  }
}

.about_point.is_reverse {
  flex-direction: row-reverse;
}

.about_point_image {
  width: 41.66666%;
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .about_point_image {
    width: auto;
    padding-left: 9.375vw;
  }
}

.about_point_text {
  width: 58.33333%;
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .about_point_text {
    width: auto;
    margin-top: 9.375vw;
    padding-left: 9.375vw;
  }
}

/*----------------------------------------------------------

記事一覧

----------------------------------------------------------*/
.main-content + #article_list {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .main-content + #article_list {
    margin-top: 12.5vw;
  }
}

.recomend_image img {
  width: 80px !important;
  height: 80px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.social-btn iframe.twitter-share-button {
  width: 74px !important;
}

.pocket-btn iframe {
  width: 90px;
}

.social-share > div, .social-share > iframe {
  vertical-align: top;
}

#pagination {
  margin-top: 30px;
}

#pagination ol li a, #pagination ol li span, #pagination p a, #pagination p span {
  height: auto;
  padding: 0;
  color: #323232;
  line-height: 4rem;
  border: 1px solid #dcdcdc;
  border: .1rem solid #dcdcdc;
  background: #fff;
}

#pagination ol li a:hover, #pagination ol li span:hover, #pagination p a:hover, #pagination p span:hover {
  color: #323232;
  background: #f4f4f4;
}

#pagination ol li.active a, #pagination ol li.active span {
  color: #fff;
  border-color: #5cc2e6;
  background: #5cc2e6;
}

/*----------------------------------------------------------

母子ケア・オンラインカウンセリング

----------------------------------------------------------*/
body.mother-child-counseling {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
}

body.mother-child-counseling * {
  box-sizing: border-box;
}

body.mother-child-counseling img {
  max-width: 100%;
  height: auto;
}

body.mother-child-counseling a {
  transition: .5s;
}

body.mother-child-counseling a:hover {
  opacity: .7;
}

body.mother-child-counseling > .container {
  position: relative;
  max-width: inherit;
  padding: 0;
}

body.mother-child-counseling main .container,
body.mother-child-counseling footer .container {
  margin: auto;
}

.text_mcc_title01, .text_mcc_consul01 {
  color: #003466;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .text_mcc_title01, .text_mcc_consul01 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.text_mcc_title01 span, .text_mcc_consul01 span {
  font-size: 70%;
}

.text_mcc_title02 {
  color: #003466;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.text_mcc_tag01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 30px;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  border-radius: 9999px;
  background: #5cc2e6;
}

.list_mcc_disc01 li {
  position: relative;
  padding-left: 1em;
}

.list_mcc_disc01 li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.button_mcc01 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  height: 64px;
  padding: 0 20px;
  color: #fff !important;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none !important;
  background: #5cc2e6;
}

.button_mcc01 .icon {
  margin-left: auto;
  font-size: 150%;
}

.button_mcc01.is_yellow {
  background: #f9c42d;
}

.button_mcc01.is_large {
  height: 120px;
  padding: 0 30px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 989px) {
  .button_mcc01.is_large {
    height: 80px;
    padding: 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.button_mcc02 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 200px;
  height: 60px;
  color: #fff !important;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 9999px;
  background: #5cc2e6;
}

.button_mcc02.is_yellow {
  background: #f9c42d;
}

.button_mcc02 .icon {
  margin-left: 5px;
}

@media screen and (max-width: 989px) {
  .button_mcc02 .icon {
    margin-left: 0;
  }
}

.bg_mcc_blue01 {
  background: #d7edf2;
}

.bg_mcc_gray01 {
  background: #eee;
}

.mcc_header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
  align-items: center;
  height: 140px;
  padding: 0 30px;
}

@media screen and (max-width: 989px) {
  .mcc_header {
    height: 60px;
    padding: 0 0 0 15px;
  }
}

.mcc_header_logo img {
  width: auto;
  height: 40px !important;
}

@media screen and (max-width: 989px) {
  .mcc_header_logo img {
    height: 30px !important;
  }
}

.mcc_header_contact {
  display: flex;
  margin-left: auto;
}

@media screen and (max-width: 989px) {
  .mcc_header_contact {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
}

@media screen and (max-width: 989px) {
  .mcc_header_contact > div {
    flex: 1;
  }
}

.mcc_header_contact > div + div {
  margin-left: 20px;
}

@media screen and (max-width: 989px) {
  .mcc_header_contact > div + div {
    margin-left: 0;
  }
}

.mcc_footer {
  padding: 70px 0 90px;
  color: #fff;
  background: #00718a;
}

@media screen and (max-width: 767px) {
  .mcc_footer {
    padding: 9.33333vw 0 26.66667vw;
  }
}

.mcc_footer a {
  color: #fff;
}

.mcc_fixed_button {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 989px) {
  .mcc_fixed_button {
    display: flex;
  }
}

.mcc_fixed_button > div {
  flex: 1;
}

.mcc_fixed_button .button_mcc02 {
  flex-direction: column-reverse;
  width: 100%;
  height: 60px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  border-radius: 0;
}

.mcc_mv_wrap {
  position: relative;
}

.mcc_mv_content {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 70px;
  white-space: nowrap;
  transform: translateY(-50%);
}

@media screen and (max-width: 989px) {
  .mcc_mv_content {
    top: auto;
    bottom: 15vw;
    padding: 0 5vw;
    transform: translateY(0);
  }
}

.text_mcc_mv01 {
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1199px) {
  .text_mcc_mv01 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1199px) {
  .text_mcc_mv01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.text_mcc_mv02 {
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1.5;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1199px) {
  .text_mcc_mv02 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 989px) {
  .text_mcc_mv02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.mcc_trouble_item {
  padding: 30px 30px 40px;
  border-radius: 8px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .mcc_trouble_item {
    padding: 20px 20px 30px;
  }
}

.mcc_consul_mv_image {
  width: 90%;
  max-width: 680px;
}

.mcc_consul_mv_content {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 620px;
  margin-top: -200px;
  margin-left: auto;
  padding: 50px 50px 90px;
  background: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 767px) {
  .mcc_consul_mv_content {
    margin-top: -20vw;
    padding: 20px 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  .text_mcc_consul01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.mcc_consul_item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  border-radius: 8px;
  background: #fff;
}

@media screen and (max-width: 989px) {
  .mcc_consul_item {
    padding: 5px 20px 20px;
  }
}

.mcc_consul_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  display: block;
  width: 40px;
  height: 4px;
  background: #5cc2e6;
}

@media screen and (max-width: 989px) {
  .mcc_consul_item::before {
    left: 20px;
  }
}

.mcc_consul_item_title {
  width: 40%;
  padding: 15px 40px;
  border-right: 2px solid #eee;
}

@media screen and (max-width: 989px) {
  .mcc_consul_item_title {
    width: 100%;
    padding: 20px 0;
    border: none;
    border-bottom: 2px solid #eee;
  }
}

.mcc_consul_item_content {
  flex: 1;
  padding: 15px 8%;
}

@media screen and (max-width: 989px) {
  .mcc_consul_item_content {
    width: 100%;
    padding: 20px 0;
    border: none;
    border-bottom: 2px solid #eee;
  }
}

.mcc_contact_wrap {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

@media screen and (max-width: 989px) {
  .mcc_contact_wrap {
    margin-top: -80px;
  }
}

/*----------------------------------------------------------

 眠りSCANサポートページ

----------------------------------------------------------*/
.bg_content01 {
  background: #f0fdff;
}

.text_nscan_blue01 {
  color: #5cc2e6;
}

.text_nscan_title01 .en {
  color: #5cc3e7;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .text_nscan_title01 .en {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.text_nscan_title01 .jp {
  color: #003466;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .text_nscan_title01 .jp {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.youtube_wrap {
  position: relative;
  padding-top: 56.25%;
}

.youtube_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nscan_mv {
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 989px) {
  .nscan_mv {
    display: block;
  }
}

.nscan_mv_image {
  width: calc(805 / 1200 * 100%);
}

@media screen and (max-width: 989px) {
  .nscan_mv_image {
    width: auto;
  }
}

.nscan_mv_content {
  flex: 1;
  margin-right: calc(120 / 1200 * -100%);
  padding-top: 70px;
}

@media screen and (max-width: 989px) {
  .nscan_mv_content {
    width: auto;
    margin-right: 0;
    padding-top: 10.66667vw;
  }
}

.text_nscan_mv01 {
  color: #f9c42d;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.text_nscan_mv02 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.75;
  white-space: nowrap;
}

@media screen and (max-width: 989px) {
  .text_nscan_mv02 {
    font-size: 26px;
    font-size: 2.6rem;
    white-space: inherit;
  }
}

.text_nscan_mv02 span {
  color: #5cc3e7;
}

.text_nscan_mv03 {
  text-shadow: 1px 1px 0px white;
}

.nscan_faq {
  padding: 30px 50px;
  border-radius: 8px;
  background: #eee;
}

@media screen and (max-width: 767px) {
  .nscan_faq {
    padding: 20px 20px 20px 50px;
  }
}

.nscan_faq_q {
  position: relative;
  padding-right: 30px;
  color: #003466;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .nscan_faq_q {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.nscan_faq_q::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  color: #fff;
  background: #5cc3e7;
}

.nscan_faq_q::after {
  content: "";
  position: absolute;
  top: .5em;
  right: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #5cc3e7;
  border-right: 2px solid #5cc3e7;
  transform: rotate(45deg);
}

.nscan_faq_q.is_active::after {
  border: none;
  border-top: 2px solid #5cc3e7;
  border-left: 2px solid #5cc3e7;
}

.nscan_faq_a {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .nscan_faq_a {
    padding-top: 20px;
  }
}

.nscan_pb_content {
  position: relative;
}

.nscan_pb_comment {
  position: absolute;
  top: -40px;
  left: 320px;
  color: #5cc3e7;
  transform: rotate(-5deg);
}

@media screen and (max-width: 989px) {
  .nscan_pb_comment {
    position: static;
    margin-left: 20px;
    margin-bottom: 10px;
  }
}

.nscan_pb_comment::before {
  content: "";
  display: block;
  width: 96px;
  height: 1px;
  margin-bottom: 1em;
  background: #5cc3e7;
  transform: rotate(-10deg);
}

.nscan_pb_comment::after {
  content: "";
  display: block;
  width: 96px;
  height: 1px;
  margin-top: 1em;
  background: #5cc3e7;
  transform: rotate(10deg);
}

.text_nscan_pb01 {
  color: #245da6;
  font-size: 50px;
  font-size: 5rem;
}

@media screen and (max-width: 767px) {
  .text_nscan_pb01 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.nscan_flow_wrap {
  padding: 60px 120px;
  background: #fff;
}

@media screen and (max-width: 989px) {
  .nscan_flow_wrap {
    padding: 30px 60px;
  }
}

@media screen and (max-width: 767px) {
  .nscan_flow_wrap {
    padding: 30px 20px;
  }
}

.text_nscan_flow01 {
  color: #245da6;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 989px) {
  .text_nscan_flow01 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.text_nscan_flow02 {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 989px) {
  .text_nscan_flow02 {
    align-items: flex-start;
    flex-direction: column;
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.text_nscan_flow02 span {
  color: #245da6;
  font-size: 14px;
  font-size: 1.4rem;
}

.text_nscan_flow02 span::before {
  content: "｜";
}

@media screen and (max-width: 989px) {
  .text_nscan_flow02 span::before {
    content: "";
  }
}

.text_nscan_flow03 {
  position: relative;
  border-bottom: 1px solid #245da6;
}

.text_nscan_flow03::before {
  content: "";
  position: absolute;
  top: 0;
  left: -112px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #245da6;
}

@media screen and (max-width: 989px) {
  .text_nscan_flow03::before {
    left: -39px;
    width: 18px;
    height: 18px;
  }
}

.text_nscan_flow03 span {
  display: inline-block;
  padding: 0 .5em;
  color: #fff;
  font-weight: bold;
  background: #245da6;
}

.nscan_flow {
  position: relative;
  padding-left: 100px;
}

@media screen and (max-width: 989px) {
  .nscan_flow {
    padding-left: 30px;
  }
}

.nscan_flow::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  display: block;
  width: 1px;
  height: calc(100% - 160px);
  background: #245da6;
}

.nscan_flow_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 989px) {
  .nscan_flow_item {
    display: block;
  }
}

.nscan_flow_item.is_last {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

@media screen and (max-width: 989px) {
  .nscan_flow_item.is_last .nscan_flow_content {
    margin-top: 0;
    margin-bottom: 5.33333vw;
  }
}

@media screen and (max-width: 989px) {
  .nscan_flow_item.is_last.has_dot::before {
    top: auto;
    bottom: 80px;
  }
}

.nscan_flow_item.has_dot {
  position: relative;
}

.nscan_flow_item.has_dot::before {
  content: "";
  position: absolute;
  top: calc(80px - 8px);
  left: -108px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #245da6;
}

@media screen and (max-width: 989px) {
  .nscan_flow_item.has_dot::before {
    left: -36px;
    width: 12px;
    height: 12px;
  }
}

.nscan_flow_image {
  width: 160px;
}

@media screen and (max-width: 989px) {
  .nscan_flow_image {
    margin: auto;
  }
}

.nscan_flow_image img {
  border: 1px solid #ddd;
  border-radius: 100%;
}

.nscan_flow_content {
  width: 460px;
  margin-left: 40px;
}

@media screen and (max-width: 989px) {
  .nscan_flow_content {
    width: auto;
    margin-left: 0;
    margin-top: 5.33333vw;
  }
}

.nscan_flow_step {
  width: 660px;
  margin-right: 40px;
}

@media screen and (max-width: 989px) {
  .nscan_flow_step {
    width: auto;
    margin-right: 0;
    margin-bottom: 5.33333vw;
  }
}

.nscan_demo_wrap {
  margin-bottom: -120px;
}

@media screen and (max-width: 767px) {
  .nscan_demo_wrap {
    margin-bottom: -60px;
  }
}

.col-xs-6 {
    width: 50%;
}
