/* ==========================================================================
/includes/school/attendance_system_seminar.inc
========================================================================== */
.cls-1,.cls-2,.cls-3{stroke:#d7ba41;}
.cls-3{fill:#FBF8EB; }

.attending-support li.henkin{
    box-sizing: border-box;
    position: relative;
    padding: 15px 20px;
    text-align: left;
    line-height: 1.8;
    border: 1px solid #d7ba41;
    display: flex;
    flex-direction: column;
    align-items: center;
}
}
.attending-support li.henkin .ttl{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.attending-support li.henkin .icn{
    width: 108px;
    line-height: 1;
    text-align: center;
    margin: 20px auto;
}
.attending-support li.henkin .icn svg{
    max-width: 100%;
    max-height: 90px;
}
.attending-support li.henkin h3{
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    color: #d7ba41;
}
.attending-support li.henkin .caution{
    position: absolute;
    top: calc(100% + 1em);
    left: 0;
    font-size: 10px;
    line-height: 1.2;
}

.attending-support li.henkin > p{
    font-size: 16px;
    max-width: 800px;
}

.attending-support li.kyugaku > svg{ margin: 15px auto;}

@media screen and (max-width: 599px) {
    .attending-support li.henkin h3{
        margin-bottom: 10px;
        font-size: 1.8em;
    }
    .attending-support li.henkin{ width: 100%;}
    .attending-support li.henkin h3{ font-size: 1.2em;}
    .attending-support li.henkin > p{ font-size: 12px;}
}

