@charset "UTF-8";
/*----------------------------------------------------
！！！！！改変厳禁！！！！！
----------------------------------------------------*/
.clear {
  clear: both;
}

.href {
  cursor: pointer;
}

/*----------------------------------------------------
マージン調整
----------------------------------------------------*/
.mt_0 {
  margin-top: 0 !important;
}

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

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

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

.mt_05 {
  margin-top: 5px !important;
}

.mb_05 {
  margin-bottom: 5px !important;
}

.ml_05 {
  margin-left: 5px !important;
}

.mr_05 {
  margin-right: 5px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.nmt_10 {
  margin-top: -10px !important;
}

.nmb_10 {
  margin-bottom: -10px !important;
}

.nml_10 {
  margin-left: -10px !important;
}

.nmr_10 {
  margin-right: -10px !important;
}

.responsive_mt_10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mt_10 {
    margin-top: 5px !important;
  }
}

.responsive_mb_10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mb_10 {
    margin-bottom: 5px !important;
  }
}

.responsive_ml_10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 767px) {
  .responsive_ml_10 {
    margin-left: 5px !important;
  }
}

.responsive_mr_10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mr_10 {
    margin-right: 5px !important;
  }
}

.mt_15 {
  margin-top: 15px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.nmt_15 {
  margin-top: -15px !important;
}

.nmb_15 {
  margin-bottom: -15px !important;
}

.nml_15 {
  margin-left: -15px !important;
}

.nmr_15 {
  margin-right: -15px !important;
}

.responsive_mt_15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mt_15 {
    margin-top: 7.5px !important;
  }
}

.responsive_mb_15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mb_15 {
    margin-bottom: 7.5px !important;
  }
}

.responsive_ml_15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 767px) {
  .responsive_ml_15 {
    margin-left: 7.5px !important;
  }
}

.responsive_mr_15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mr_15 {
    margin-right: 7.5px !important;
  }
}

.mt_20 {
  margin-top: 20px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.nmt_20 {
  margin-top: -20px !important;
}

.nmb_20 {
  margin-bottom: -20px !important;
}

.nml_20 {
  margin-left: -20px !important;
}

.nmr_20 {
  margin-right: -20px !important;
}

.responsive_mt_20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mt_20 {
    margin-top: 10px !important;
  }
}

.responsive_mb_20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mb_20 {
    margin-bottom: 10px !important;
  }
}

.responsive_ml_20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .responsive_ml_20 {
    margin-left: 10px !important;
  }
}

.responsive_mr_20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mr_20 {
    margin-right: 10px !important;
  }
}

.mt_25 {
  margin-top: 25px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.ml_25 {
  margin-left: 25px !important;
}

.mr_25 {
  margin-right: 25px !important;
}

.nmt_25 {
  margin-top: -25px !important;
}

.nmb_25 {
  margin-bottom: -25px !important;
}

.nml_25 {
  margin-left: -25px !important;
}

.nmr_25 {
  margin-right: -25px !important;
}

.responsive_mt_25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mt_25 {
    margin-top: 12.5px !important;
  }
}

.responsive_mb_25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mb_25 {
    margin-bottom: 12.5px !important;
  }
}

.responsive_ml_25 {
  margin-left: 25px !important;
}
@media screen and (max-width: 767px) {
  .responsive_ml_25 {
    margin-left: 12.5px !important;
  }
}

.responsive_mr_25 {
  margin-right: 25px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mr_25 {
    margin-right: 12.5px !important;
  }
}

.mt_30 {
  margin-top: 30px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.nmt_30 {
  margin-top: -30px !important;
}

.nmb_30 {
  margin-bottom: -30px !important;
}

.nml_30 {
  margin-left: -30px !important;
}

.nmr_30 {
  margin-right: -30px !important;
}

.responsive_mt_30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mt_30 {
    margin-top: 15px !important;
  }
}

.responsive_mb_30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mb_30 {
    margin-bottom: 15px !important;
  }
}

.responsive_ml_30 {
  margin-left: 30px !important;
}
@media screen and (max-width: 767px) {
  .responsive_ml_30 {
    margin-left: 15px !important;
  }
}

.responsive_mr_30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mr_30 {
    margin-right: 15px !important;
  }
}

.mt_35 {
  margin-top: 35px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.ml_35 {
  margin-left: 35px !important;
}

.mr_35 {
  margin-right: 35px !important;
}

.nmt_35 {
  margin-top: -35px !important;
}

.nmb_35 {
  margin-bottom: -35px !important;
}

.nml_35 {
  margin-left: -35px !important;
}

.nmr_35 {
  margin-right: -35px !important;
}

.responsive_mt_35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mt_35 {
    margin-top: 17.5px !important;
  }
}

.responsive_mb_35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mb_35 {
    margin-bottom: 17.5px !important;
  }
}

.responsive_ml_35 {
  margin-left: 35px !important;
}
@media screen and (max-width: 767px) {
  .responsive_ml_35 {
    margin-left: 17.5px !important;
  }
}

.responsive_mr_35 {
  margin-right: 35px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mr_35 {
    margin-right: 17.5px !important;
  }
}

.mt_40 {
  margin-top: 40px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.nmt_40 {
  margin-top: -40px !important;
}

.nmb_40 {
  margin-bottom: -40px !important;
}

.nml_40 {
  margin-left: -40px !important;
}

.nmr_40 {
  margin-right: -40px !important;
}

.responsive_mt_40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mt_40 {
    margin-top: 20px !important;
  }
}

.responsive_mb_40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mb_40 {
    margin-bottom: 20px !important;
  }
}

.responsive_ml_40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 767px) {
  .responsive_ml_40 {
    margin-left: 20px !important;
  }
}

.responsive_mr_40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mr_40 {
    margin-right: 20px !important;
  }
}

.mt_45 {
  margin-top: 45px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.ml_45 {
  margin-left: 45px !important;
}

.mr_45 {
  margin-right: 45px !important;
}

.nmt_45 {
  margin-top: -45px !important;
}

.nmb_45 {
  margin-bottom: -45px !important;
}

.nml_45 {
  margin-left: -45px !important;
}

.nmr_45 {
  margin-right: -45px !important;
}

.responsive_mt_45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mt_45 {
    margin-top: 22.5px !important;
  }
}

.responsive_mb_45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mb_45 {
    margin-bottom: 22.5px !important;
  }
}

.responsive_ml_45 {
  margin-left: 45px !important;
}
@media screen and (max-width: 767px) {
  .responsive_ml_45 {
    margin-left: 22.5px !important;
  }
}

.responsive_mr_45 {
  margin-right: 45px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mr_45 {
    margin-right: 22.5px !important;
  }
}

.mt_50 {
  margin-top: 50px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.nmt_50 {
  margin-top: -50px !important;
}

.nmb_50 {
  margin-bottom: -50px !important;
}

.nml_50 {
  margin-left: -50px !important;
}

.nmr_50 {
  margin-right: -50px !important;
}

.responsive_mt_50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mt_50 {
    margin-top: 25px !important;
  }
}

.responsive_mb_50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mb_50 {
    margin-bottom: 25px !important;
  }
}

.responsive_ml_50 {
  margin-left: 50px !important;
}
@media screen and (max-width: 767px) {
  .responsive_ml_50 {
    margin-left: 25px !important;
  }
}

.responsive_mr_50 {
  margin-right: 50px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mr_50 {
    margin-right: 25px !important;
  }
}

.mt_55 {
  margin-top: 55px !important;
}

.mb_55 {
  margin-bottom: 55px !important;
}

.ml_55 {
  margin-left: 55px !important;
}

.mr_55 {
  margin-right: 55px !important;
}

.nmt_55 {
  margin-top: -55px !important;
}

.nmb_55 {
  margin-bottom: -55px !important;
}

.nml_55 {
  margin-left: -55px !important;
}

.nmr_55 {
  margin-right: -55px !important;
}

.responsive_mt_55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mt_55 {
    margin-top: 27.5px !important;
  }
}

.responsive_mb_55 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mb_55 {
    margin-bottom: 27.5px !important;
  }
}

.responsive_ml_55 {
  margin-left: 55px !important;
}
@media screen and (max-width: 767px) {
  .responsive_ml_55 {
    margin-left: 27.5px !important;
  }
}

.responsive_mr_55 {
  margin-right: 55px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mr_55 {
    margin-right: 27.5px !important;
  }
}

.mt_60 {
  margin-top: 60px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.ml_60 {
  margin-left: 60px !important;
}

.mr_60 {
  margin-right: 60px !important;
}

.nmt_60 {
  margin-top: -60px !important;
}

.nmb_60 {
  margin-bottom: -60px !important;
}

.nml_60 {
  margin-left: -60px !important;
}

.nmr_60 {
  margin-right: -60px !important;
}

.responsive_mt_60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mt_60 {
    margin-top: 30px !important;
  }
}

.responsive_mb_60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mb_60 {
    margin-bottom: 30px !important;
  }
}

.responsive_ml_60 {
  margin-left: 60px !important;
}
@media screen and (max-width: 767px) {
  .responsive_ml_60 {
    margin-left: 30px !important;
  }
}

.responsive_mr_60 {
  margin-right: 60px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mr_60 {
    margin-right: 30px !important;
  }
}

.mt_65 {
  margin-top: 65px !important;
}

.mb_65 {
  margin-bottom: 65px !important;
}

.ml_65 {
  margin-left: 65px !important;
}

.mr_65 {
  margin-right: 65px !important;
}

.nmt_65 {
  margin-top: -65px !important;
}

.nmb_65 {
  margin-bottom: -65px !important;
}

.nml_65 {
  margin-left: -65px !important;
}

.nmr_65 {
  margin-right: -65px !important;
}

.responsive_mt_65 {
  margin-top: 65px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mt_65 {
    margin-top: 32.5px !important;
  }
}

.responsive_mb_65 {
  margin-bottom: 65px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mb_65 {
    margin-bottom: 32.5px !important;
  }
}

.responsive_ml_65 {
  margin-left: 65px !important;
}
@media screen and (max-width: 767px) {
  .responsive_ml_65 {
    margin-left: 32.5px !important;
  }
}

.responsive_mr_65 {
  margin-right: 65px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mr_65 {
    margin-right: 32.5px !important;
  }
}

.mt_70 {
  margin-top: 70px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.ml_70 {
  margin-left: 70px !important;
}

.mr_70 {
  margin-right: 70px !important;
}

.nmt_70 {
  margin-top: -70px !important;
}

.nmb_70 {
  margin-bottom: -70px !important;
}

.nml_70 {
  margin-left: -70px !important;
}

.nmr_70 {
  margin-right: -70px !important;
}

.responsive_mt_70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mt_70 {
    margin-top: 35px !important;
  }
}

.responsive_mb_70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mb_70 {
    margin-bottom: 35px !important;
  }
}

.responsive_ml_70 {
  margin-left: 70px !important;
}
@media screen and (max-width: 767px) {
  .responsive_ml_70 {
    margin-left: 35px !important;
  }
}

.responsive_mr_70 {
  margin-right: 70px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mr_70 {
    margin-right: 35px !important;
  }
}

.mt_75 {
  margin-top: 75px !important;
}

.mb_75 {
  margin-bottom: 75px !important;
}

.ml_75 {
  margin-left: 75px !important;
}

.mr_75 {
  margin-right: 75px !important;
}

.nmt_75 {
  margin-top: -75px !important;
}

.nmb_75 {
  margin-bottom: -75px !important;
}

.nml_75 {
  margin-left: -75px !important;
}

.nmr_75 {
  margin-right: -75px !important;
}

.responsive_mt_75 {
  margin-top: 75px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mt_75 {
    margin-top: 37.5px !important;
  }
}

.responsive_mb_75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mb_75 {
    margin-bottom: 37.5px !important;
  }
}

.responsive_ml_75 {
  margin-left: 75px !important;
}
@media screen and (max-width: 767px) {
  .responsive_ml_75 {
    margin-left: 37.5px !important;
  }
}

.responsive_mr_75 {
  margin-right: 75px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mr_75 {
    margin-right: 37.5px !important;
  }
}

.mt_80 {
  margin-top: 80px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.ml_80 {
  margin-left: 80px !important;
}

.mr_80 {
  margin-right: 80px !important;
}

.nmt_80 {
  margin-top: -80px !important;
}

.nmb_80 {
  margin-bottom: -80px !important;
}

.nml_80 {
  margin-left: -80px !important;
}

.nmr_80 {
  margin-right: -80px !important;
}

.responsive_mt_80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mt_80 {
    margin-top: 40px !important;
  }
}

.responsive_mb_80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mb_80 {
    margin-bottom: 40px !important;
  }
}

.responsive_ml_80 {
  margin-left: 80px !important;
}
@media screen and (max-width: 767px) {
  .responsive_ml_80 {
    margin-left: 40px !important;
  }
}

.responsive_mr_80 {
  margin-right: 80px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mr_80 {
    margin-right: 40px !important;
  }
}

.mt_85 {
  margin-top: 85px !important;
}

.mb_85 {
  margin-bottom: 85px !important;
}

.ml_85 {
  margin-left: 85px !important;
}

.mr_85 {
  margin-right: 85px !important;
}

.nmt_85 {
  margin-top: -85px !important;
}

.nmb_85 {
  margin-bottom: -85px !important;
}

.nml_85 {
  margin-left: -85px !important;
}

.nmr_85 {
  margin-right: -85px !important;
}

.responsive_mt_85 {
  margin-top: 85px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mt_85 {
    margin-top: 42.5px !important;
  }
}

.responsive_mb_85 {
  margin-bottom: 85px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mb_85 {
    margin-bottom: 42.5px !important;
  }
}

.responsive_ml_85 {
  margin-left: 85px !important;
}
@media screen and (max-width: 767px) {
  .responsive_ml_85 {
    margin-left: 42.5px !important;
  }
}

.responsive_mr_85 {
  margin-right: 85px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mr_85 {
    margin-right: 42.5px !important;
  }
}

.mt_90 {
  margin-top: 90px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.ml_90 {
  margin-left: 90px !important;
}

.mr_90 {
  margin-right: 90px !important;
}

.nmt_90 {
  margin-top: -90px !important;
}

.nmb_90 {
  margin-bottom: -90px !important;
}

.nml_90 {
  margin-left: -90px !important;
}

.nmr_90 {
  margin-right: -90px !important;
}

.responsive_mt_90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mt_90 {
    margin-top: 45px !important;
  }
}

.responsive_mb_90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mb_90 {
    margin-bottom: 45px !important;
  }
}

.responsive_ml_90 {
  margin-left: 90px !important;
}
@media screen and (max-width: 767px) {
  .responsive_ml_90 {
    margin-left: 45px !important;
  }
}

.responsive_mr_90 {
  margin-right: 90px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mr_90 {
    margin-right: 45px !important;
  }
}

.mt_95 {
  margin-top: 95px !important;
}

.mb_95 {
  margin-bottom: 95px !important;
}

.ml_95 {
  margin-left: 95px !important;
}

.mr_95 {
  margin-right: 95px !important;
}

.nmt_95 {
  margin-top: -95px !important;
}

.nmb_95 {
  margin-bottom: -95px !important;
}

.nml_95 {
  margin-left: -95px !important;
}

.nmr_95 {
  margin-right: -95px !important;
}

.responsive_mt_95 {
  margin-top: 95px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mt_95 {
    margin-top: 47.5px !important;
  }
}

.responsive_mb_95 {
  margin-bottom: 95px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mb_95 {
    margin-bottom: 47.5px !important;
  }
}

.responsive_ml_95 {
  margin-left: 95px !important;
}
@media screen and (max-width: 767px) {
  .responsive_ml_95 {
    margin-left: 47.5px !important;
  }
}

.responsive_mr_95 {
  margin-right: 95px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mr_95 {
    margin-right: 47.5px !important;
  }
}

.mt_100 {
  margin-top: 100px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.ml_100 {
  margin-left: 100px !important;
}

.mr_100 {
  margin-right: 100px !important;
}

.nmt_100 {
  margin-top: -100px !important;
}

.nmb_100 {
  margin-bottom: -100px !important;
}

.nml_100 {
  margin-left: -100px !important;
}

.nmr_100 {
  margin-right: -100px !important;
}

.responsive_mt_100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mt_100 {
    margin-top: 50px !important;
  }
}

.responsive_mb_100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mb_100 {
    margin-bottom: 50px !important;
  }
}

.responsive_ml_100 {
  margin-left: 100px !important;
}
@media screen and (max-width: 767px) {
  .responsive_ml_100 {
    margin-left: 50px !important;
  }
}

.responsive_mr_100 {
  margin-right: 100px !important;
}
@media screen and (max-width: 767px) {
  .responsive_mr_100 {
    margin-right: 50px !important;
  }
}

.padding_0 {
  padding: 0 !important;
}

.padding_01 {
  padding: 1px !important;
}

.padding_02 {
  padding: 2px !important;
}

.padding_03 {
  padding: 3px !important;
}

.padding_04 {
  padding: 4px !important;
}

.padding_05 {
  padding: 5px !important;
}

.padding_06 {
  padding: 6px !important;
}

.padding_07 {
  padding: 7px !important;
}

.padding_08 {
  padding: 8px !important;
}

.padding_09 {
  padding: 9px !important;
}

.padding_5 {
  padding: 5px !important;
}

.responsive_padding_5 {
  padding: 5px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_5 {
    padding: 2.5px !important;
  }
}

.padding_10 {
  padding: 10px !important;
}

.responsive_padding_10 {
  padding: 10px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_10 {
    padding: 5px !important;
  }
}

.padding_15 {
  padding: 15px !important;
}

.responsive_padding_15 {
  padding: 15px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_15 {
    padding: 7.5px !important;
  }
}

.padding_20 {
  padding: 20px !important;
}

.responsive_padding_20 {
  padding: 20px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_20 {
    padding: 10px !important;
  }
}

.padding_25 {
  padding: 25px !important;
}

.responsive_padding_25 {
  padding: 25px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_25 {
    padding: 12.5px !important;
  }
}

.padding_30 {
  padding: 30px !important;
}

.responsive_padding_30 {
  padding: 30px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_30 {
    padding: 15px !important;
  }
}

.padding_35 {
  padding: 35px !important;
}

.responsive_padding_35 {
  padding: 35px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_35 {
    padding: 17.5px !important;
  }
}

.padding_40 {
  padding: 40px !important;
}

.responsive_padding_40 {
  padding: 40px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_40 {
    padding: 20px !important;
  }
}

.padding_45 {
  padding: 45px !important;
}

.responsive_padding_45 {
  padding: 45px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_45 {
    padding: 22.5px !important;
  }
}

.padding_50 {
  padding: 50px !important;
}

.responsive_padding_50 {
  padding: 50px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_50 {
    padding: 25px !important;
  }
}

.padding_55 {
  padding: 55px !important;
}

.responsive_padding_55 {
  padding: 55px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_55 {
    padding: 27.5px !important;
  }
}

.padding_60 {
  padding: 60px !important;
}

.responsive_padding_60 {
  padding: 60px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_60 {
    padding: 30px !important;
  }
}

.padding_65 {
  padding: 65px !important;
}

.responsive_padding_65 {
  padding: 65px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_65 {
    padding: 32.5px !important;
  }
}

.padding_70 {
  padding: 70px !important;
}

.responsive_padding_70 {
  padding: 70px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_70 {
    padding: 35px !important;
  }
}

.padding_75 {
  padding: 75px !important;
}

.responsive_padding_75 {
  padding: 75px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_75 {
    padding: 37.5px !important;
  }
}

.padding_80 {
  padding: 80px !important;
}

.responsive_padding_80 {
  padding: 80px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_80 {
    padding: 40px !important;
  }
}

.padding_85 {
  padding: 85px !important;
}

.responsive_padding_85 {
  padding: 85px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_85 {
    padding: 42.5px !important;
  }
}

.padding_90 {
  padding: 90px !important;
}

.responsive_padding_90 {
  padding: 90px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_90 {
    padding: 45px !important;
  }
}

.padding_95 {
  padding: 95px !important;
}

.responsive_padding_95 {
  padding: 95px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_95 {
    padding: 47.5px !important;
  }
}

.padding_100 {
  padding: 100px !important;
}

.responsive_padding_100 {
  padding: 100px !important;
}
@media screen and (max-width: 767px) {
  .responsive_padding_100 {
    padding: 50px !important;
  }
}

/*----------------------------------------------------
角丸具合
----------------------------------------------------*/
.radius_0 {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.radius_01 {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.radius_02 {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.radius_03 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.radius_04 {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.radius_05 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.radius_06 {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.radius_07 {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.radius_08 {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.radius_09 {
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

.radius_10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.radius_11 {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}

.radius_12 {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

.radius_13 {
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}

.radius_14 {
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}

.radius_15 {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.radius_16 {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.radius_17 {
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
}

.radius_18 {
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}

.radius_19 {
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
}

.radius_20 {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.round50 {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*----------------------------------------------------
フォント
----------------------------------------------------*/
.font10 {
  font-size: 10px !important;
}

.font11 {
  font-size: 11px !important;
}

.font12 {
  font-size: 12px !important;
}

.font13 {
  font-size: 13px !important;
}

.font14 {
  font-size: 14px !important;
}

.font15 {
  font-size: 15px !important;
}

.font16 {
  font-size: 16px !important;
}

.font17 {
  font-size: 17px !important;
}

.font18 {
  font-size: 18px !important;
}

.font19 {
  font-size: 19px !important;
}

.font20 {
  font-size: 20px !important;
}

.font21 {
  font-size: 21px !important;
}

.font22 {
  font-size: 22px !important;
}

.font23 {
  font-size: 23px !important;
}

.font24 {
  font-size: 24px !important;
}

.font25 {
  font-size: 25px !important;
}

.font26 {
  font-size: 26px !important;
}

.font27 {
  font-size: 27px !important;
}

.font28 {
  font-size: 28px !important;
}

.font29 {
  font-size: 29px !important;
}

.font30 {
  font-size: 30px !important;
}

.font31 {
  font-size: 31px !important;
}

.font32 {
  font-size: 32px !important;
}

.font33 {
  font-size: 33px !important;
}

.font34 {
  font-size: 34px !important;
}

.font35 {
  font-size: 35px !important;
}

.font36 {
  font-size: 36px !important;
}

.font37 {
  font-size: 37px !important;
}

.font38 {
  font-size: 38px !important;
}

.font39 {
  font-size: 39px !important;
}

.font40 {
  font-size: 40px !important;
}

.font41 {
  font-size: 41px !important;
}

.font42 {
  font-size: 42px !important;
}

.font43 {
  font-size: 43px !important;
}

.font44 {
  font-size: 44px !important;
}

.font45 {
  font-size: 45px !important;
}

.font46 {
  font-size: 46px !important;
}

.font47 {
  font-size: 47px !important;
}

.font48 {
  font-size: 48px !important;
}

.font49 {
  font-size: 49px !important;
}

.font50 {
  font-size: 50px !important;
}

.bold {
  font-weight: bold !important;
}

.lh100 {
  line-height: 1 !important;
}

.lh120 {
  line-height: 1.2 !important;
}

.lh150 {
  line-height: 1.5 !important;
}

.lh175 {
  line-height: 1.75 !important;
}

.lh200 {
  line-height: 2 !important;
}

.lh300 {
  line-height: 3 !important;
}

.responsive_center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .responsive_center {
    text-align: left;
  }
}

/*----------------------------------------------------
valign
----------------------------------------------------*/
.valign-top {
  vertical-align: top !important;
}

.valign-middle {
  vertical-align: middle !important;
}

.valign-bottom {
  vertical-align: bottom !important;
}

.boxshaddow {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.textshaddow {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .responsive_text-center {
    text-align: center;
  }
}

.normalizelist {
  padding-left: 1.5em;
}
