#form form .radiobtn {
  margin: 0;
  padding: 0;
  border: none;
}

#form form .radiobtn .radiobtn_box {
  width: 150px;
  /* float: left; */
  margin: 0;
  padding: 0;
  border: none;
}

/* ラベルのスタイル　*/
.radiobtn label {
  padding-left: 44px; /* ラベルの位置 */
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  position: relative;
}

/* ボックスのスタイル */
.radiobtn label:before {
  content: '';
  width: 30px; /* ボックスの横幅 */
  height: 30px; /* ボックスの縦幅 */
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  background-color: #eee;
  box-shadow: inset 1px 2px 3px 0px #000;
  border-radius: 100%;
}

/* 元のチェックボックスを表示しない */
.radiobtn input[type=radio] {
  display: none;
}

/* チェックした時のスタイル */
.radiobtn input[type=radio]:checked + label:before {
  content: '\2713'; /* チェックの文字 */
  font-size: 26px; /* チェックのサイズ */
  color: #fff; /* チェックの色 */
  background-color: rgb(16, 157, 240); /* チェックした時の色 */
  text-align: center;
}

/* ----------------------
|		 				|
| 		  rules			|
|						|
------------------------*/
#rules div.scroll article {
  width: 870px;
  height: 370px;
  overflow: auto;
  padding-left: 25px;
  padding-right: 20px;
  margin-bottom: 20px;
  padding-bottom: 24px;
}

#rules div.scroll article > *:last-child {
  margin-bottom: 30px;
}

#rules div article h1 {
  display: block;
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
}

#rules div article h2 {
  margin-top: 20px;
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}

#rules div article div {
  width: 100%;
  margin-top: 0;
  margin-bottom: 12px;
}

#rules div article .last {
  margin-bottom: 20px;
}

#rules div article div table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#rules div article div table td {
  vertical-align: middle;
}

#rules div article div table thead td {
  width: 820px;
  text-align: center;
  letter-spacing: 2em;
  padding-top: 10px;
  padding-bottom: 10px;
  border: #000 1px solid;
}

#rules div article div table tbody {
  width: 820px;
}

#rules div article div table tbody td {
  border: #000 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

#rules div article div table tbody tr td:first-child {
  width: 210px;
}

#rules div article div table tbody tr td#short {
  width: 40px;
  position: relative;
}

#rules div article div table tbody tr td.short_d {
  width: 160px;
}

#rules div article div table tbody tr td.second {
  width: 290px;
}

#rules div article div table tfoot tr td:first-child {
  width: 54px;
}


#rules div article p {
  width: 100%;
}

#rules div article div p {
  width: 100%;
  display: block;
}

#rules div article div ul {
  width: 100%;
  margin-top: 8px;
}

#rules div article ul li {
  list-style: decimal outside;
  margin-left: 1.4em;
  margin-bottom: 8px;
}

@media all and (-ms-high-contrast: none) {
  #rules div article ul li {
    margin-left: 1.8rem;
  }
}

#rules div article ul li ul {
  margin-left: 0;
  width: 770px;
  display: inline-table;
}

#rules div article ul.maru li {
  list-style: none;
  margin-left: 0;
  padding-left: 1.4em;
  position: relative;
}

#rules div article ul.maru li span {
  position: absolute;
  left: 0;
}

#rules div article ul.kakko li {
  list-style: none;
  margin-left: 0;
  padding-left: 34px;
  position: relative;
}

#rules div article ul.kakko li span {
  position: absolute;
  left: 0;
}

#rules div article ul li.no_space,
#rules div article ul.kakko li.no_space,
#rules div article ul.maru li.no_space {
  padding-left: 0;
}

#rules div article#indivi ul li {
  list-style: none;
  position: relative;
}

#rules div article#indivi ul li span {
  list-style: none;
  position: absolute;
  top: 0;
  left: -2em;
}

#rules div article#indivi div table thead td {
  letter-spacing: 1em;
}

#rules div article#indivi div table#table01 tbody td:first-child {
  width: 170px;
}

#rules div article#indivi div table#table02 tbody td:first-child {
  width: 600px;
}

#rules div article#indivi div table#cardshopping tbody th {
  width: 200px;
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
}

#rules div article#indivi div table#cardshopping tbody td {
  width: 62px;
}

#rules div article#indivi div table.liborbing tbody th {
  width: 205px;
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
}

#rules div article#indivi div table.liborbing tbody td {
  width: 205px;
}

#rules div.scroll article #lastmessage {
  margin-bottom: 20px;
}

#rules div article ul li table {
  border: 1px solid #000;
}

#rules div article ul li table td,
#rules div article ul li table th {
  padding: 5px;
  border-bottom: 1px solid;
}

@media all and (-ms-high-contrast: none) {
  #rules div article ul li table th#short {
    width: 2.5em;
  }
}

#rules div article ul li table th {
  border-right: 1px solid #000;
}

#hosho-table thead,
#hosho-table td {
  text-align: center;
}

#hosho-table {
  width: 100%;
}

#hosho-table * {
  vertical-align: middle;
}

#rules div article div table tbody tr td#short {
  width: 2.5em;
  border: none;
  line-height: 1.2em;
  margin: 0;
}

#rules div article div#line {
  width: 1em;
  margin: 0;
  display: inline-block;
  line-height: 1.2em;
}


div#line:first-of-type {
  float: right;
}

.short_d {
  width: 100px;
}

.second {
  width: 300px;
  border-right: 1px solid #000;
}

.right {
  text-align: right;
}

/* add 251205 */
#rules div article .qr {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 24px;
}

#rules div article .qr_img {
  padding: 12px;
  width: 93px;
  height: 93px;
  margin: 0;
  background: #fff;
}

#rules div article .qr_img img {
  display: block;
  width: 100%;
  height: auto;
}

#rules div article .qr_link {
  padding-bottom: 12px;
}