ol.no1 li {
  list-style-type: decimal;
  margin-left: 3em;
  font-family: "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.2;
  padding-bottom: 15px;
}

.red {
  font-weight: bold;
  color: #b8233f;
}

ol.no2 li {
  list-style-type: lower-alpha;
  margin-left: 3em;
  font-family: "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.2;
  padding-bottom: 15px;
}

.caution {
  font-weight: bold;
  color:darkgoldenrod;
}

.tit {
  font-size: 2em;
  font-weight: bold;
  border-left: 5px solid #b8233f;
  padding-left: 10px;
}

.greeting {
  font-family: "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.7;
  line-height: 2.0;
  padding-top: 30px;
}

table {
  text-align: center;
  width: 300px;
  margin: 10px 0 0 20px;
  border-collapse: collapse;
  border: solid 2px #333;
}
table th, table td {
  border: dashed 1px #333;
}

.v_block {
  text-align: center;
}

.r_banner {
  max-width: 1180px;
}

.center {
  text-align: center;
  margin-top: 100px;
}

img.vsp_banner {
  max-width: 90%;
}

.padd2 {
  padding-bottom: 20px;
}

.padd3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sponsor_no {
  font-size: 2em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin-top: 70px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
.sponsor_no {
  font-size: 0.9em;
}
}

.sponsor_name {
  font-size: 1.5em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media screen and (max-width: 767px) {
.sponsor_name {
  font-size: 0.9em;
}
}

.sponsor_name2 {
  font-size: 1.2em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media screen and (max-width: 767px) {
.sponsor_name2 {
  font-size: 0.9em;
}
}

.vo_right {
  text-align: right;
}
}