
/*Catchphrase*/

.Catchphrase h4{
    font-weight: bold;
    font-size: clamp(1.8rem, 1.586rem + 1.768vw, 3rem);
    color: rgb(0, 167, 60);
    line-height: 1.4;
}

.Catchphrase .txt{
    background-color: #f2fbf5;
    margin-top: clamp(1.2rem, 1.5625vw, 2rem);
    border-radius: 10px;
    padding: 20px 25px;
}

.Catchphrase .txt p{
    font-weight: bold;
    font-size: clamp(1.2rem, 0.869rem + 1.414vw, 2rem);
}

.Catchphrase ul.notes{
    margin-top: 1em;
}

.Catchphrase ul.notes li{
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
}

@media (min-width: 768px) {
    pc_none{
        display: none;
    }
}

@media (min-width: 1024px) {
    
}

.imgset {
    margin-top: 1.5em;
}

.imgset li{
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: center;
}

.imgset li + li{
    margin-top: 15px;
}

.imgset li img{
     box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.3);
    border: 1px solid #eee;
    background: #fff;
    padding: 10px;
}

@media (min-width: 768px) {
    
    .imgset ul{
        display: flex;
        justify-content: space-between;
        align-items:center;
}
    
    .imgset li + li{
    margin-top: 0;
        margin-left: 20px;
}
    
}

.txt_strong{
    font-weight: bold;
    font-size: 1.2em;
    color: rgb(0, 167, 60);
}

.ikuboss{
    display: flex;
    justify-content: center;
}

.graph > ul + ul{
    margin-top: 4em;
}

.graph li + li{
    margin-top: 1.6em;
}

.graph dt , .wariai li{
    font-weight: bold;
    text-align: center;
    font-size: clamp(1.6rem, 0.100rem + 3.125vw, 2.6rem);
    line-height: 1.3;
}

.graph dt span , .wariai li span{
    font-size: 2em;
    color: rgb(0, 167, 60);
    margin-left: 0.5em;
}

.wariai li{
    text-align: left;
}

.graph_circle dd{
    max-width: 400px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .graph_circle{
        display: flex;
        justify-content:space-around;
        align-items: flex-end;
    }
    
    .graph_circle li{
        width: 30%;
    }
    
    .graph dt , .wariai li{
    font-size: clamp(1.6rem, 1.000rem + 1.25vw, 2rem);
}
}

.syutoku dd{
    margin-top: 1.5em;
}

.syutoku dd table{
    width: 100%;
    border: 1px solid #9ba8ad;
    max-width: 600px;
    margin: 0 auto;
}

.syutoku dd table th{
    background: #ebeeef;
    text-align: center;
    border: 1px solid #9ba8ad;
    padding: 1rem;
}

.syutoku dd table td{
    text-align: right;
    padding: 1rem;
    border: 1px solid #9ba8ad;
}

.graph_syutoku{
    margin-top: 1em;
    max-width: 525px;
}

@media (min-width: 768px) {
    
    .syutoku dd{
        display: flex;
        justify-content: center;
        align-items: center;
}
    
    .syutoku dd table{
        margin-right: 3em;
    }
    
    .graph_syutoku{
        margin-top: 0;
    }
}
