@charset "UTF-8";

.termid-40,
.termid-41{
  display: none!important;
}


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

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

.vkfs__input-wrap li:first-child,
.vkfs__outer-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-42::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-43::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: #F3A050!important;
  z-index: 8;
}

.is-checked::after {
content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #F3A050 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 {
}

.jouto-area-radiobtn > .vkfs__input-wrap--radio > .vkfs__level-0:first-child::before{
	display: none!important;
}


ul#vkfs_maigojouto_area li:first-child{

}

ul#vkfs_maigojouto_area label{
  display: flex; 
  width: 100%; 
  height:40px;
  border-radius: 30px;
  align-items: center; 
  position: relative; 
  padding:0 0 0 22px!important;
}

ul#vkfs_maigojouto_area > .vkfs__level-0 label{
  background-color: #d9d9d9;
  border-radius: 30px;
}

.termid-44{
	position: relative;
	border-radius: 30px;
}

.termid-45{
	position: relative;
	border-radius: 30px;
}

.termid-44::before,
.termid-45::before { 
    position: absolute;
    content: "#";
    padding-right: 5px;
    top: 30%;
    left: 20px;
    z-index: 10;
}

.termid-44.li-kochi-checked::before {
    color: #fff; /* 中央選択時の色に合わせる */
}

.termid-45.li-nakamura-checked::before {
    color: #fff; /* 中村選択時の色に合わせる */
}

.vkfs__level-0 label.area-checked {
  position: relative;
  font-weight: bold;
  border-radius: 30px;
  background-color: #F3A050!important;
}

/* termid-44（中央）が選択された時 */
.vkfs__level-0 label.area-kochi-checked {
    position: relative;
    font-weight: bold;
    border-radius: 30px;
	color:#fff;
    background-color: #2196F3 !important;
}

/* termid-45（中村）が選択された時 */
.vkfs__level-0 label.area-nakamura-checked {
    position: relative;
    font-weight: bold;
    border-radius: 30px;
	color:#fff;
    background-color: #47ccb6 !important; 
}

.vkfs__level-0 label:before.area-nakamura-checked {
	color:#fff;
}


@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-42::before {	
	width: 50px;
    height: 50px;
	left: 52%;
}	
.termid-43::before {	
	width: 50px;
    height: 50px;
	left: 52%;
	padding-right: 0px !important;
}		
	
}