@charset "UTF-8";
/* 北関東周遊フリーパス https://www.test.driveplaza.com/etc/drawari/kitakanto/ */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* アンケートプレゼント　抽選期間ラベル */
.l-container .tousen-dai0, 
.l-container .tousen-dai1, 
.l-container .tousen-dai2, 
.l-container .tousen-dai3 {
  display: inline-block;
  min-width: 100px;
  margin-top: 12px;
  margin-right: 1em;
  padding: 0 4px;
  border-radius: 4px;
  font-size: 0.8em;
  text-align: center;
}
.l-container .tousen-dai0 /*抽選1回のみ*/ {
  font-size: 1.0em;
  border: 1px solid gray;
  color: gray;
}
.l-container .tousen-dai1 {
  border: 1px solid orange;
  color: orange;
}
.l-container .tousen-dai2 {
  border: 1px solid limegreen;
  color: limegreen;
}
.l-container .tousen-dai3 {
  border: 1px solid dodgerblue;
  color: dodgerblue;
}
/* アンケートプレゼント　提供県ラベル */
.l-container .teikyo-ken {
  width: 5.0em;
  height: 2.0em;
	line-height: 2;
  text-align: center;
  color: #ffffff !important;
  font-size: 0.9em;
  font-weight: bold;
  border-radius: 40px;
  margin: 0 16px 8px 0;
}
.l-container .teikyo-ken.gunma   { background-color: #006600; }
.l-container .teikyo-ken.tochigi { background-color: #991e10; }
.l-container .teikyo-ken.ibaraki { background-color: #5f5cb0; }
.l-container .teikyo-ken.sapa    { background-color: #888888; }

/* ▼モバイルのみ付け足すデザイン */
@media all and (max-width: 767px) {
}
/* ▼タブレット用として付け足すデザイン */
@media all and (min-width: 768px) {
}
/* ▼PC用として付け足すデザイン */
@media all and (min-width: 960px) {
}
