@charset "UTF-8";


/* CSS変数 */ :root {
  --color_01: #009B3F;
  --color_02: #155FAA;
  --color_03: #EEE60F;
  --color_04:#BFAE72;
}
/* å¤‰æ•°å‘¼ã³å‡ºã— */
.f_10 {
  font-size: 10px;
}
.f_13 {
  font-size: 11px;
}
.f_15 {
  font-size: 15px;
}
.f_17 {
  font-size: 15px;
}
.f_18 {
  font-size: 18px;
}
.f_19 {
  font-size: 17px;
}
.f_20 {
  font-size: 18px;
}
.f_24 {
  font-size: 21px;
}
.f_34 {
  font-size: 24px;
}
.center {
  text-align: center;
}
.under_line {
  text-decoration: underline;
}
.w680 {
  max-width: 680px !important;
}
.w800 {
  max-width: 800px !important;
  margin: 0 auto;
}
.w1000 {
  max-width: 1000px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 10px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 25px !important;
}
.mt60 {
  margin-top: 30px !important;
}
.mt70 {
  margin-top: 35px !important;
}
.mt80 {
  margin-top: 40px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb50 {
  margin-bottom: 25px !important;
}
.mb80 {
  margin-bottom: 40px !important;
}
.bold {
  font-weight: bold !important;
}



@media (min-width: 768px) {

  .f_13 {
    font-size: 13px;
  }
  .f_17 {
    font-size: 17px;
  }
  .f_18 {
    font-size: 18px;
  }
  .f_19 {
    font-size: 19px;
  }
  .f_20 {
    font-size: 20px;
  }
  .f_24 {
    font-size: 24px;
  }
  .f_34 {
  font-size: 34px;
}

  .mt50 {
    margin-top: 50px !important;
  }
  .mt60 {
    margin-top: 60px !important;
  }
  .mt80 {
    margin-top: 80px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mt70 {
  margin-top: 70px !important;
}

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












}
