@charset "utf-8";

.pac_list li{
margin-bottom: 5px;
}

.pac_list li strong{
font-size: 120%;
background: linear-gradient(transparent 50%, #faeb84 50%);
}

.u_line{
font-weight: bold;
background: linear-gradient(transparent 50%, #faeb84 50%);
}

.u_line2{
font-weight: bold;
background: linear-gradient(transparent 80%, #faeb84 20%);
color: #957908;
}

.u_line3{
font-weight: bold;
background: linear-gradient(transparent 80%, #fdacd6 20%);
color: #f63599;
}

/**/

.pac_img{
width: 100%;
margin-bottom: 3px;
border-radius: 4px;
}

/**/

.side-line.gray {
  border-left: 3px solid #9e9b90;
  color: #4d493b;
}

strong.gray {
  display: inline-block;
  background-color: #9e9b90;
  margin: 0 0 5px 0;
  padding: 5px 20px;
  color: #ffffff;
  border-radius: 4px;
}

.imamade .cell {
  border: 1px solid #9e9b90;
  padding: 5px !important;
  border-radius: 8px;
}

.imamade strong.gray {
  display: block;
  background-color: #9e9b90;
  margin: 0 0 5px 0;
  padding: 5px 20px;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
}


strong.red {
  display: inline-block;
  background-color: #f63599;
  margin: 0 0 5px 0;
  padding: 5px 20px;
  color: #ffffff;
  border-radius: 4px;
}

.korekara .cell {
  border: 1px solid #f63599;
  padding: 5px !important;
  border-radius: 8px;
}

.korekara strong.red {
  display: block;
  background-color: #f63599;
  margin: 0 0 5px 0;
  padding: 5px 20px;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
}


/**/

.tabledata .small{
line-height: 1.3;
}

.otoku_info {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  list-style: none;
}

.otoku_info li {
  position: relative;
  margin: 0;
  padding: 20px 10px;
  padding-left: 40px;
  border: 2px solid #fe6a29;
  border-radius: 4px;
  font-weight: bold;
	color: #fe6a29;
}

.otoku_info li::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: 4px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
  background-color: #fe6a29;
  border-radius: 50%;
}

.otoku_info li:nth-of-type(1)::after{ content: '1'; }
.otoku_info li:nth-of-type(2)::after{ content: '2'; }
.otoku_info li:nth-of-type(3)::after{ content: '3'; }
.otoku_info li:nth-of-type(4)::after{ content: '4'; }
.otoku_info li:nth-of-type(5)::after{ content: '5'; }
.otoku_info li:nth-of-type(6)::after{ content: '6'; }




