@charset "UTF-8";

.animal-table table th {
    background: #77AD8D!important;
}

.termid-42,
.termid-43{
  display: none!important;
}

ul[class*=vkfs__input-wrap--col]>li {
    padding-right: 0px!important;
}

.vkfs__input-wrap li {
	padding-right:0px;
    padding-left:8px!important;
}

.vkfs__input-wrap li:first-child{
	padding-left:0px!important;
}

.vkfs__level-0:first-child::before {
  position: absolute;
  content: ""; 
  display: inline-block;
  width: 80px;
  height: 80px; 
  background-image: url('./img/subete.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center; 
  vertical-align: middle; 
  top: 40%;
  left: 49%;
  transform: translate(-50%, -50%);
  z-index: 10;
  will-change: transform, opacity;
  pointer-events: none; 
}

.termid-40::before {
  position: absolute;
  content: ""; 
  display: inline-block;
  width: 80px;
  height: 80px; 
  background-image: url('./img/inu.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center; 
  vertical-align: middle; 
  top: 40%;
  left: 51%;
  transform: translate(-50%, -50%);
  z-index: 10;
  will-change: transform, opacity;
  pointer-events: none; 
}

.termid-41::before {
  position: absolute;
  content: ""; 
  display: inline-block;
  width: 80px;
  height: 80px; 
  background-image: url('./img/neko.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center; 
  vertical-align: middle; 
  top: 40%;
  left: 51%;
  transform: translate(-50%, -50%);
  z-index: 10;
  will-change: transform, opacity;
  pointer-events: none;  	
}


ul#vkfs_maigojouto_cat li:nth-child(4) { /* 「譲渡の犬」のli */
  order: 3; /* 例: 3番目に表示 */
}

ul#vkfs_maigojouto_cat li:nth-child(5) { /* 「譲渡の猫」のli */
  order: 4; /* 例: 4番目に表示 */
}


ul#vkfs_maigojouto_cat label{
  display: flex; 
  width: 100%; 
  height:100%;
  background-color: #d9d9d9;
  border-radius: 15px;
  align-items: center; 
  position: relative; 
  text-align:center;
  justify-content: center;
  padding-top:100px;
  padding-bottom:20px;
}

.vkfs__level-0 label.is-checked {
  font-weight: bold;
  background-color: #77AD8D!important;
  z-index: 8;
}

.is-checked::after {
content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #77AD8D transparent transparent transparent;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    transition: all 0.3s ease 0s;
    overflow: visible;
}

.vkfs__level-0 {
	padding-top:50px;
}

.vkfs__level-0 input {
  display:none;
}

ul[class*=vkfs__input-wrap--col]>li:last-child {
    padding-right: 0px !important;
}



@media screen and (max-width: 768px) {
	
ul#vkfs_maigojouto_cat label {
    padding-top: 60px;
    padding-bottom: 15px;
}
	
	
.vkfs__level-0:first-child::before {
    width: 50px;
    height: 50px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -46%);
}
.termid-40::before {	
	width: 50px;
    height: 50px;
	left: 52%;
}	
.termid-41::before {	
	width: 50px;
    height: 50px;
	left: 52%;
	padding-right: 0px !important;
}		
	
}