@charset "UTF-8";
/* shiftkey **
/* base
===============================================================*/
.development-flex{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.chartbox{
    background-color: #ffffff;
    border: #58B4CB solid 1px;
}
.chartbox-head{
    background-color: #8fd4e5;
    display: block;
    color: #ffffff;
    text-align: center;
}
.chartbox-body{
    background-color: #ffffff;
    padding: 0 10px;
}
.chartbox-body p{
    max-width: 450px;
    margin-right: 10px;
}
.chartbox>.development-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.development-flex-img{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.chartbox-left{
    width: 49%;
}
.chartbox-right{
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.chartbox-block{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.chartbox-block .development-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.sixbox > figure > span{
    margin: -5px 0 30px 0;
}
.development-flex > figure > span{
    display: block;
    font-size: 1.2rem;
}
.x-img1::before{
    content: "";
    margin: 0 auto;
    background-image: url(/files/development/images/mtsc-x1.png);
    display: block;
    width: 100%;
    height: 12vw;
    max-height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.x-img2::before{
    content: "";
    margin: 0 auto;
    background-image: url(/files/development/images/mtsc-x2.png);
    display: block;
    width: 100%;
    height: 10vw;
    max-height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.x-img3::before{
    content: "";
    background-image: url(/files/development/images/mtsc-x3.png);
    display: block;
    width: 100%;
    height: 20vw;
    max-height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mtsc-list{
    margin-left:2rem;
    margin-bottom:2rem;
}
.mtsc-list li{
    list-style:disc !important;
}
@media (max-width: 450px) {
	.development-flex figure{
        width: 48%;
	}
}
@media (max-width: 1050px) {
    .chartbox>.development-flex {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .chartbox-body p{
        max-width: none;
        margin-right: 0px;
    }
}
@media (max-width: 450px) {
    .development-flex > figure > span{

    }
}
