
/* 部隊紹介 */

.syoukai p{
    font-size:  22px;
 }

/* 沿革の欄 */


dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
dl dt{
    text-align: right;
    width: 8.5em;
    padding:0.5em 1.0em 0.5em 0.5em;
    position: relative;
}
dl dt::after{
    content:'●';
    position: absolute;
    right:-0.55em;
    top:5px;
    font-size: 22px;
    color: green;

}
dl dd{
    width: calc(100% - 8.5em);
    padding: 0.5em 2.0em 2.0em;
    border-left: 2px solid#ccc; 
}
dl dd h3{
    font-size:20px ;
    color: red;
}
dl dd h4{
    color: rgb(26, 8, 107);
}
dl dd h5{
    color: rgb(3, 73, 26);
}

dl dd h6{
    color: rgb(250, 139, 11);
}
dl dd img{
    width: 10%;
    position: relative;
    left:340px;
    top:-50px;
}