.lead-notes {
    background-color: #ffcf271f;
    border-radius: 5px;
    padding: 20px;
}
.lead-notes-tit {
    font-size: 2.4rem;
    font-weight: 800;
    display: inline;
    position: relative;
    color: #F48021;
}
.lead-notes-tit::before,
.lead-notes-tit::after {
    position: absolute;
    top: 4px;
    height: 3rem;
    content: '';
}
.lead-notes-tit::before {
    border-left: solid 3px;
    left: -15px;
    transform: rotate(-30deg);
}
.lead-notes-tit::after {
    border-right: solid 3px;
    right: -15px;
    transform: rotate(30deg);
}
.lead-flex {
    display: flex;
    align-items: center;
}
.lead-mb {
    padding-bottom: 30px;
}
.label-01 {
    background-color: #00A781;
    padding: 5px;
    color: #fff;
    min-width: 90px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
}
.label-02 {
    background-color: #0098D9;
    padding: 5px;
    color: #fff;
    min-width: 90px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
}
.label-03 {
    background-color: #EE5D62;
    padding: 5px;
    color: #fff;
    min-width: 90px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
}
.lead-notes-mb {
    margin: 15px 0;
} 
@media screen and (max-width:768px) {
    .lead-notes {
        padding: 20px 15px;
        margin-bottom: 15px;
    }
    .lead-mb {
        padding-bottom: 20px;
    }
    .label-01,.label-02,.label-03 {
        min-width: 80px;
    }
}
/*********************************
	見出しデザイン
*********************************/
.balloon {
    position: relative;
    display: block;
    margin: 1.5em auto 1em;
    padding: 13px 35px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
    background: #004F9F;
    border-radius: 30px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.balloon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 9px solid #004F9F;
}
.balloon p {
    margin: 0;
    padding: 0;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
}
.blue-tit {
    margin-bottom: 0px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #004f9f;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .balloon {
        margin: 1em auto;
        padding: 13px 20px;
    }
    .balloon p {
        font-size: 1.9rem;
    }
    .blue-tit {
        font-size: 2.6rem;
    }
}
/*********************************
    DOJOの特長
*********************************/
.toggle_box {
    border: 2px solid #004f9f;
    margin-top: 40px
}

.toggle_contents+.toggle_contents {
    border-bottom: none
}

.toggle_contents:first-of-type dd {
    display: block
}

.toggle_box .toggle_contents:last-child {
    border-bottom: none
}

.toggle_contents dd {
    border-bottom: none;
    border-top: 2px solid #004f9f
}

.toggle_contents ul {
    padding: 20px 20px 35px
}

.toggle_title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #004f9f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 1.5rem 2rem 1.5rem 120px;
    position: relative
}

.toggle_title:before {
    background: #004f9f;
    content: "";
    height: 300%;
    left: -100px;
    position: absolute;
    top: -150%;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    width: 200px
}

.toggle_title h3 {
    color: #004f9f;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center
}

.toggle_box .toggle_contents:first-child .toggle_title {
    border-top: none
}

.toggle_sub_tit {
    color: #004f9f;
    display: block;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center
}

.toggle_sub_tit p {
    display: inline-block;
    text-align: left
}

.toggle_btn {
    background: #0052a4;
    border-radius: 50%;
    display: block;
    height: 24px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    text-indent: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
    width: 24px
}

.toggle_btn:after,
.toggle_btn:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px
}

.toggle_btn:before {
    height: 10px;
    width: 2px
}

.toggle_title.selected .toggle_btn:before {
    content: normal
}

.toggle_contents dd {
    display: none
}

.toggle_number {
    color: #fff;
    display: block;
    font-family: Source Sans Pro, sans-serif;
    font-size: 3rem;
    font-size: 3.4rem;
    font-weight: 700;
    left: 0;
    padding-left: 18px;
    position: absolute;
    top: 0;
    z-index: 1
}

.small-school-year {
    font-size: 1.7rem
}

.toggle-content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.toggle-content-flex+.toggle-content-flex {
    margin-top: 30px
}

.toggle-content-text-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.toggle-content-subtit-box {
    color: #004f9f;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(transparent 60%, #fedc89 0%);
    display: inline;
    padding: 0 1px 0px;
}
.c-red {
    color: #fb0059;
    font-weight: 600;
}
.titleAdjacentText {
    margin-top: 10px;
}
@media screen and (max-width:768px) {
    .toggle_number {
        font-size: 2rem;
        height: 45px;
        left: -5px;
        padding-left: 13px;
        top: 10px;
        width: 45px
    }

    .toggle_title {
        padding: 1.5rem 2rem 1.5rem 40px
    }

    .toggle_title:before {
        left: -140px;
        width: 194px
    }

    .toggle_sub_tit {
        font-size: 1.9rem;
        line-height: 1.3;
        text-align: left
    }
    .toggle_title h3 {
        font-size: 1.9rem
    }

    .toggle_btn {
        right: 8px
    }

    .toggle-content-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 0
    }

    .toggle-content-text {
        width: auto
    }

    .toggle_contents_text {
        margin-top: 15px
    }
    .toggle_box {
        margin-top: 20px
    }

    .toggle-content-subtit-box {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-bottom: 6px
    }

    .toggle-content-text-mt {
        margin-top: 15px
    }
    .toggle-content-text-box {
        margin-top: 10px;
    }
    .lead-notes-tit {
        font-size: 1.5rem;
    }
    .lead-notes-tit::after {
        right: -65px;
    }
    .lead-notes-tit::before, .lead-notes-tit::after {
        height: 4rem;
    }
    .dojo-check-box {
        margin-top: 10px;
    }
}