@charset "UTF-8";

/*------特長-------*/
#kindergarten_item+section .inner_item_txt .point_lists{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#kindergarten_item+section .inner_item_txt .point_lists li{
    list-style: none;
    width: 48%;
    display: flex;
    flex-direction: column;
}
#kindergarten_item+section .inner_item_txt .point_lists li:nth-child(n+3){
    margin-top: 3rem;
}

#kindergarten_item+section .inner_item_txt .point_lists li:before{
    content:"";
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-bottom: 1rem;
}

/*---アイコン---*/
#kindergarten_item+section .inner_item_txt .point_lists li:nth-child(1):before{
    background-image: url(/common/upload_data/felice-wankocom/image/20230829163825.png);
}
#kindergarten_item+section .inner_item_txt .point_lists li:nth-child(2):before{
    background-image: url(/common/upload_data/felice-wankocom/image/20230829163809.png);
}
#kindergarten_item+section .inner_item_txt .point_lists li:nth-child(3):before{
    background-image: url(/common/upload_data/felice-wankocom/image/20230829163827.png);
}
#kindergarten_item+section .inner_item_txt .point_lists li:nth-child(4):before{
    background-image: url(/common/upload_data/felice-wankocom/image/20230829163823.png);
}
#kindergarten_item+section .point_lists li .ttl{
  color: var(--i_main_color);
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 550px){
    #kindergarten_item+section .inner_item_txt .point_lists{
        display: block;
    }
    #kindergarten_item+section .inner_item_txt .point_lists li{
        width: 100%;
        text-align: center;
    }
    #kindergarten_item+section .inner_item_txt .point_lists li:nth-child(n+2){
        margin-top: 3rem;
    }
    #kindergarten_item+section .inner_item_txt .point_lists li:before{
        margin-inline: auto;
    }
}
#kindergarten_item+section .heading.block_header_2 .h{
    padding-left: 0;
    color: var(--i_main_color);
    display: block;
}
@media screen and (max-width: 900px){
    #kindergarten_item+section .heading.block_header_2 .h{
        text-align: center;
    }
#kindergarten_item+section .inner_item_txt .point_lists li {
    text-align: center;
}
#kindergarten_item+section .inner_item_txt .point_lists li:before {
    margin-right: auto;
    margin-left: auto;
}
#kindergarten_item+section .point_lists li .ttl{
    font-size: 1.8rem;
  }
}
#kindergarten_item+section .heading.block_header_2 .h:before{
    content: none;
}

@media screen and (min-width: 901px){
    #kindergarten_item+section.contents_box01 .inner_item_txt{
        padding-left: 80px;
    }
}

/*矢印*/
#kindergarten_arrow+section .arrow{
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
}
#kindergarten_arrow+section .arrow:before{
    content: "→";
    position: absolute;
    top: 0;
    left: 0;
}