
/* ==========================================================================
   attending-system
   ========================================================================== */
/* .attending-system ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */
.attending-system li.henkin{
    width: 45%;
    margin-bottom: 50px;
    position: relative;
    vertical-align: top;
    padding: 15px 20px;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.8;
}
.attending-system li.henkin:nth-child(1){
    width: 100%;
}

.attending-system li.henkin h3{
    text-align: center;
    margin-bottom: 15px;
    font-size: 23px;
}
.attending-system li.henkin > figure,
.attending-system li.henkin > svg {
    width: 47px;
    margin: 0 auto 20px;
    display: block;
}
.attending-system li.double > figure,
.attending-system li.double > svg {
    width: 215px;
    margin: 40px auto 45px;
    display: block;
}
.attending-system li.family > figure,
.attending-system li.family > svg {
    width: 130px;
    margin: 20px auto 50px;
    display: block;
}
.attending-system .minischool li.family > figure,
.attending-system .minischool li.family > svg {
    margin: 40px auto 50px;
}
.attending-system li.kyugaku > figure,
.attending-system li.kyugaku > svg {
    width: 94px;
    margin: 15px auto 30px;
    display: block;
}
.attending-system li.keizoku > figure,
.attending-system li.keizoku > svg{
    width: 105px;
    margin: 15px auto 30px;
    display: block;
}
.attending-system .zemi li.keizoku > figure,
.attending-system .zemi li.keizoku > svg{
    margin: 20px auto;
}
.attending-system li.henkin .caution{
    position: absolute;
    top: 101%;
    left: 0;
    font-size: 10px;
    line-height: 1.2;
}

/* タブレット */
@media screen and (min-width: 600px) and (max-width: 1000px) {
    .attending-system li.henkin{ width:45%;}
}

/* 599px以下（スマホ） */
@media screen and (max-width: 599px) {
    .attending-system li.henkin{
        padding: 12px 8px;
        margin-bottom: 4em;
    }
    .attending-system li.henkin:nth-child(odd){ margin-right: 0;}

    .attending-system li.henkin h3{
        margin-bottom: 10px;
        font-size: 18px;
    }
    .attending-system li.henkin > figure{ width: 36.3%;
        margin: 0 auto 10px;
    }
    .attending-system li.double > figure,
    .attending-system li.double > svg {
        width: 94.6%;
        margin: 40px auto 35px;
        display:block
    }
    .attending-system li.family > figure,
    .attending-system li.family > svg {
        width: 68.3%;
        margin: 20px auto 40px;
        display:block
    }
    .attending-system li.kyugaku > figure,
    .attending-system li:nth-of-type(4) > svg {
        width: 55%;
        margin: 15px auto 20px;
        display:block
    }
    .attending-system li.keizoku > figure,
    .attending-system li.keizoku > svg {
        width: 59%;
        margin: 15px auto 20px;
        display:block
    }
}
