@charset "UTF-8";

li {
    list-style: none !important;
}

.block_html ul li, .block_html ol li {
    padding-left: 0px;
}

.family_items {
display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
        align-items: center;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.family_items li {
    width: 20%;
    color: var(--i_sub_color);
    background: #fff;
    border: 1px solid  var(--i_sub_color);
    margin: 1rem 2rem;
    text-align: center;
    position: relative;
}

.family_items li:before {
    content: "";
    display: inline-block;
    top: 50%;
    position: absolute;
    right: -30px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(/common/upload_data/inryoshirakabecom/image/20220929095406.png) no-repeat;
    background-size: contain;
}

.family_items li:nth-child(6):before {
    display: none;
}

@media screen and (max-width: 879px) {
.family_items li {
    width: 18%;
}
}

@media screen and (max-width: 622px) {
.family_items {
    justify-content: center;
}

.family_items li {
    width: 35%;
}
}


#img_sp + section {
    display: none;
}

@media screen and (max-width: 900px) {
#img_pc + section {
    display: none;
}

#img_sp + section {
    display: block;
}
}