.sp {
    display: none;
    }

.examples_data .br {
    display: none;
}

.br-600 {
    display: none;
}

.examples_title {
    width:30%;
    margin: 30px auto; 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 20px;
    color: #FFFFFF;
    background-color: #AFABAB;
    font-weight: bold;
    font-size: 16px;
}

.examples_data h3.midashi,
.exapmles_message h3.midashi {
    margin-top: 80px;
}

span.gold {
    color: #7F6000;
}

.examples_data span.red {
    color: #EA3800;
    font-weight: bold;
}



h3.heading-gold {
    color: #7F6000;
    font-size: 18px;
    margin-top: 3em;
    margin-bottom: 1em;
    margin-left: 1em;
    font-weight: bold;
}

.examples_data p,
.examples_message p {
    margin-left: 3em;
    margin-bottom: 3em;
    max-width: 75%;
}

.circle-graphs {
    position: relative;
    display: flex;
    width: 90%;
    justify-content:  space-between;
    align-items: flex-start;
    gap: 24px;
    margin: 20px auto;
}

.circle-graphs .circle {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.graph-title {
    display: inline-flex;
    justify-content: center;
    align-items: center; 
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    min-height: 48px;
    background-color: #E6E6E5;
    font-weight: bold;
    margin-bottom: 16px;
}

.circle p {
   max-width: 100%;
    margin: 0;
}

.circle-graphs .circle img {
    max-width: 70%;
    margin: 2em;
    height: auto;
    display: block;
}

circle-graphs .powerassessment {
    flex: 0 0 30%;
    display: flex;
    align-self: center;
    justify-content: center;
}

.circle-graphs .powerassessment img {
    width: 100%;
    height: auto;
    margin-top: 70px;
}

.red-arrow {
    flex: 0 0 auto;
    align-self: center;
    position: relative;
    width: 60px;
    height: 0;
    border-bottom: 2px dashed red;
}

.red-arrow::after {
    content: "";
    position: absolute;
    right: -15;
    top: 50%;
    transform: translateY(-43%);
    border: 8px solid transparent;
    border-left-color: #EA3800;
}

.bar-graph {
    width: 90%;
    margin: 80px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bar-graph .graph.column {
    display: none;
}

.bar-graph .graph,
.bar-graph p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.bar-graph .graph {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #E6E6E5;
    padding: 16px;
}

.bar-graph .graph img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.script-between {
    position: relative;
    margin: 3em;
}

span.under-red {
    display: inline-block;
    white-space: normal;
    text-decoration: underline;
    text-decoration-color: #EA3800;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.3));
}


.message.teacher, .message.student .member {
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0px 0px 20px;
}

.message h3.title {
    display: flex;
    flex: 0 0 100%; 
    justify-content: center;
    align-items: center;
    padding: 6px;
    color: #FFFFFF;
    background-color: #385723;
    font-weight: bold;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.message .comment h3 {
    position: relative;
    padding-left: 20px; 
}

.message .comment h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); 
    width: 10px; 
    height: 10px;
    background-color: #EA3800;
}

.message .intro p,
.message .profile p,
.message .comment h3,
.message .comment p,
.examples-summary p {
    margin-left: 1em;
    margin-bottom: 1em;
    margin-top: 1em;
    max-width: 100%;
}

.message.teacher {
    margin: 70px auto;
    display: flex;
    flex-wrap: wrap;
}

.message.teacher .content {
    display: flex;
}

.message.teacher .content, .member .content {
    padding: 35px;
}

.message.teacher .left {
    flex: 3;
}

.message.teacher .right {
    flex: 1;
     max-width: 260px;
}

.message.teacher .right img {
    width: 95%;
    display: block;
    width: 95%;
    margin-left: auto;
}

.message.teacher .intro {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
    background-color: #E6E6E5;
    border-radius: 5px;
}


.message.student {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 65px auto 25px;
}

.member {
    width: 48%;
    box-sizing: border-box;
    margin-bottom:20px;
}

.member .profile {
    display: flex;
    width: 95%;
    margin: 20px auto;
    padding: 15px;
    background-color: #E6E6E5;
}

.member .icon {
    flex: 1;
}

.member .icon img {
    width:100%;
}

.member .script {
    flex: 3;
}

span.under-bar {
    border-bottom: 2px solid #000000;
}

p.script-bottom {
    margin-left: -0.5em;
}

.examples-summary {
    flex-basis: 100%;
    margin-top: 16px;
    padding: 16px;
}

.examples-summary .gold {
    color: 7F6000;
}




@media screen and (max-width: 1160px) {
    
    .examples_data .br {
        display: block;
    }
    
    .examples_data p,
    .examples_message p {
        max-width: 85%;
    }
    
    .graph-title {
        height: 50px;
        flex-direction: column;
    }
}



@media screen and (max-width: 767px) {
    
    .examples_title {
        width: 75%;
    }
    
    .examples_data p,
    .examples_message p {
        max-width: 85%;
        margin: 20px auto;
    }
        
    .circle-graphs {
        flex-direction: column;
        align-items: center;
        margin-top: 90px;
    }

    .circle-graphs .circle {
        flex: 0 0 100%;
    }
    
    .bar-graph .graph.inline {
        display: none;
    }
    
    .bar-graph .graph.column {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
    
    .bar-graph {
        margin: 80px auto;
    }
    
    .circle-graphs .powerassessment {
        flex: 0 0 100%;
    }
    
    .circle-graphs .powerassessment img {
        margin-top: 0;
    }
    
    .red-arrow {
        margin: 16px 0;
        transform: rotate(90deg);
        width: 45px;
    }

    .message.teacher,
    .message.student {
        flex-direction: column;
        width: 90%;
    }
    
    
    .message.teacher .right {
        margin: 20px auto;
    }
   
    .member {
        width: 100%;
    }
    
    .member .profile {
        flex-direction: column;
    }
    
    .member .icon img {
        width: 50%;
        display: block;
        margin: auto;
    }
    
}


@media screen and (max-width: 600px) {
    
    .pc {
        display: none;
    }
    
    .br-600 {
        display: block;
    }
    
    span.under-red {
        margin: 0;    
    }
    
    .message.teacher .content {
        flex-direction: column-reverse;
    }
    
    .message.teacher .right img {
        display: block;
        margin: 0 auto;   
    }
}