@charset "utf-8";
/* CSS Document */

#backgroundHmi-club {
	background-repeat:no-repeat !important;
	background-size:30% !important;
	background-position:top 0px right 10px !important;
	background: url("../img/hmi-club/premium_card.png");
	}
	
.hmiClub_service {
  position: relative;
  padding-left: 50px;
  margin-top: 25px;
}

.hmiClub_service:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  background: #ffca2c;
  color: white;
  font-weight: 900;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hmiClub_service:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:-1;
}

#hmiClub-attention { display:flex;}

#hmiClub-attention dt { background-color:#E30000; color:#fff; flex:20%; text-align:center; padding: 0.5%;}

#hmiClub-attention dd { flex:80%; padding-left: 10px;}

#memberBenefits { width:100%; display:flex; flex-direction:column; justify-content:space-between;}

#memberBenefits .memberBenefitsItems { flex:1; padding:0.5%;}

#memberBenefits .memberBenefitsItems .prefectures { background-color:#0071be; color:#fff; font-weight:600; text-align:center; padding:1% 0 0.5px; border: 1px #0071be solid;}


#memberBenefits .memberBenefitsItems .facilityList { margin-bottom: 5%; font-size: 80%;}
#memberBenefits .memberBenefitsItems dl { margin: 0; display:flex; flex-direction: row;}
#memberBenefits .memberBenefitsItems dt { border: 1px #999 solid; margin:0 0 -1px 0; flex:40%; padding: 1%;}
#memberBenefits .memberBenefitsItems dd { border: 1px #999 solid; margin:0 0 -1px -1px; flex:60%; padding: 1%;}


@media (min-width: 768px) {
	
#hmiClub-attention dt { flex:15%;}
#hmiClub-attention dd { flex:85%;}
#memberBenefits .memberBenefitsItems .facilityList { font-size: 72%;}
#memberBenefits { flex-direction:row;}

}
