@charset "UTF-8";

@media only screen and (min-width:1024px) {
/* チャート */
.chart {
    display: flex;
    gap: 15px;
    margin: 0 auto 1em;
    align-items: center;
    justify-content: center;
}

.chart-label {
    writing-mode: vertical-rl;
    border:3px solid #3377ff;
    border-radius: 10px;
    /* background: #fbefed; */
    background: #ffffff;
    padding: 15px 10px;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.5;
    height: 21em;
}

.chart-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 15px solid #3377ff;
    border-right: 0;
}

/*  */
.chart {
    flex-direction: column;
}
    
.chart-label {
    writing-mode: horizontal-tb;
    height: fit-content;
    width: 50%;
    /* font-size: 1.4em; */
    text-align: center;
}
    
.chart-triangle {
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 15px solid #3377ff;
    border-bottom: 0;
}

.chart_title {
    width: 50%;
    margin: auto;
}

/* e6edf5, 3377ff */
.chart_area {
    width: 150rem;
    /* background: #e6edf5; */
}
.chart_area > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem;
    gap: 1rem;
    background: #e6edf5;
}

.chart_area > ul > li {
    width: 18%;
    padding: 0.7rem 0;
    background: #ffffff;
    text-align: center;
    border: 3px solid #3377ff;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333333;
}

.figures {
    width: 32%;
}
}
@media only screen and (min-width:462px) and (max-width:1023px) {
/* チャート */
.chart {
    display: flex;
    gap: 15px;
    margin: 0 auto 1em;
    align-items: center;
    justify-content: center;
}

.chart-label {
    writing-mode: vertical-rl;
    border:3px solid #3377ff;
    border-radius: 10px;
    /* background: #fbefed; */
    background: #ffffff;
    padding: 15px 10px;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.5;
    height: 21em;
}

.chart-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 15px solid #3377ff;
    border-right: 0;
}

/*  */
.chart {
    flex-direction: column;
}
    
.chart-label {
    writing-mode: horizontal-tb;
    height: fit-content;
    width: 50%;
    /* font-size: 1.4em; */
    text-align: center;
}
    
.chart-triangle {
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 15px solid #3377ff;
    border-bottom: 0;
}

.chart_title {
    width: 50%;
    margin: auto;
}

/* e6edf5, 3377ff */
.chart_area {
    width: 200rem;
    /* background: #e6edf5; */
}
.chart_area > ul {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem;
    gap: 1rem;
    background: #e6edf5;
}

.chart_area > ul > li {
    width: 17%;
    height: 5rem;
    /* padding: 0.7rem 0; */
    background: #ffffff;
    text-align: center;
    border: 3px solid #3377ff;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.figures {
    width: 32%;
}
}
@media only screen and (max-width: 461px) {
/*  */
/* チャート */
.chart {
    display: flex;
    gap: 15px;
    margin: 0 auto 1em;
    align-items: center;
    justify-content: center;
}

.chart-label {
    writing-mode: vertical-rl;
    border:3px solid #3377ff;
    border-radius: 10px;
    /* background: #fbefed; */
    background: #ffffff;
    padding: 15px 10px;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.5;
    height: 21em;
}

.chart-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 15px solid #3377ff;
    border-right: 0;
}
/* チャート */
.chart {
    flex-direction: column;
}
    
.chart-label {
    writing-mode: horizontal-tb;
    height: fit-content;
    width: 100%;
    font-size: 1.5em;
    text-align: center;
}
    
.chart-triangle {
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 15px solid #3377ff;
    border-bottom: 0;
}
/* e6edf5, 3377ff */
.chart_area {
    width: 100%;
    background: #e6edf5;
}
.chart_area > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1rem;
    gap: 0.5rem;
}

.chart_area > ul > li {
    width: 23%;
    /* height: 4rem; */
    /* vertical-align: baseline; */
    padding: 0.8rem 0 0.65rem;
    background: #ffffff;
    text-align: center;
    border: 3px solid #3377ff;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #333333;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.figures {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}

.figures:last-child {
    margin-bottom: 0;
}
}