@charset "UTF-8";
/* CSS Document */
/* マージン */
.original-box-shadow {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.35);
}
.mg_t-8 {
  margin-top: -8px
}
.mg_t-20 {
  margin-top: -20px
}
.mg_t-83 {
  margin-top: -83px
}
.mg_t10 {
  margin-top: 10px
}
.mg_t20 {
  margin-top: 20px
}
.mg_t30 {
  margin-top: 30px
}
.mg_t40 {
  margin-top: 40px
}
.mg_t50 {
  margin-top: 50px
}
.mg_t80 {
  margin-top: 80px
}
.mg_t100 {
  margin-top: 100px
}
.mg_t200 {
  margin-top: 200px
}
.mg_t80-50 {
  margin-top: 80px
}
@media screen and (max-width:600px) {
  .mg_t80-50 {
    margin-top: 50px
  }
}
.mg_b10 {
  margin-bottom: 10px
}
.mg_b20 {
  margin-bottom: 20px
}
.mg_b30 {
  margin-bottom: 30px
}
.mg_b50 {
  margin-bottom: 50px
}
.mg_b70 {
  margin-bottom: 70px
}
.mg_b80 {
  margin-bottom: 80px
}
.mg_b100 {
  margin-bottom: 100px
}
.mg_lr10 {
  margin: 0 10px
}
.mg_l-30 {
  margin-left: -30px
}
.mg_l10 {
  margin-left: 10px
}
.mg_l20 {
  margin-left: 20px
}
.mg_r10 {
  margin-right: 10px
}
.mg_r20 {
  margin-right: 20px
}
.mg_r60 {
  margin-right: 60px
}
.pd_30 {
  padding: 30px 30px 10px;
}
/* テキスト */
.text-white {
  color: #ffffff;
}
.text-red {
  color: #AD0002;
}
.text-green {
  color: #004400;
}
.text-gray {
  color: #6A6A6A;
}
.text8 {
  font-size: 8px;
}
.text9 {
  font-size: 9px;
}
.text12 {
  font-size: 12px;
}
.text15 {
  font-size: 15px;
}
.text28 {
  font-size: 28px;
}
.text38 {
  font-size: 38px;
}
.text-s {
  font-size: 11px;
  line-height: 15px;
}
/* ボーダー */
.border-red {
  border: #C72700 solid 1px;
}
.border-gray {
  border: #EEEEEE solid 1px;
  padding: 30px 30px 20px;
}
.border-top-gray {
  border-top: #EEEEEE solid 1px;
  padding-top: 10px
}
/* 影*/
.b-s {
  background: #FFFFFF;
  box-shadow: 1px 1px 4px #DDDDDD
}
.b-s-d {
  box-shadow: 1px 1px 4px #2C2C2C
}
.text-shadow {
  text-shadow: 1px 2px 3px #0B0B0B;
}
/* 背景 */
.back-gray {
  background: #F5F4F4
}
.back-white {
  background: #FFFFFF;
}
.back-kon {
  background: #171635;
}
/* 角丸 */
.kado-maru {
  border-radius: 5px;
}