@charset "utf-8";

.historybox{
    display: flex;
    width: 90%;
    margin: 0 0 0 50px;
}

.historyleft{
    width: 50%;
}
.historylefttitle{
    background-color: #00a273;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0 10px 0 0;
    padding: 5px 0 5px 10px ;
}
.historyleftsub{
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 10px 0 15px 10px;
}
.historyleftlist{
    display: flex;
    margin: 0 0 5px 0;
}
.listym{
    width: 115px;
    background-color: #eee;
    padding: 5px 5px 5px 10px;
}
.listtext{
    padding: 5px;
}



.historycenter{
    width: 30%;
}
.historycenterspace{
    height: 60px;
}
.historycentertitle{
    font-size: 1.0rem;
    background-color: #00a273;
    color: #fff;
    margin: 10px 30px 10px 30px ;
    padding: 5px 5px 5px 10px;
}
.historycenterimg{
    font-size: 1rem;
    line-height: 1.4rem;
    margin: 5px 10px 10px 10px ;
    padding: 5px 20px 20px 20px;
    border-left  :dashed  1px #999;
    border-right  :dashed  1px #999;
}







.historyright{
    width: 20%;
}
.historyrightspace{
    height: 60px;
}
.historyrighttitle{
    font-size: 1.0rem;
    background-color: #00a273;
    color: #fff;
    margin: 10px ;
    padding: 5px 5px 5px 10px;
    font-family: 'Hiragino Kaku Gothic ProN W3', Meiryo, Arial, Helvetica, sans-serif;
}
.historyrightlist{
    display: flex;
}
.historyrightlistym{
    width: 30%;
    font-size: 0.8rem;
    font-family: 'Hiragino Kaku Gothic ProN W3', Meiryo, Arial, Helvetica, sans-serif;
    padding: 2px 5px 2px 5px;
}
.historyrightlisttext{
    width: 70%;
    font-size: 0.8rem;
    font-family: 'Hiragino Kaku Gothic ProN W3', Meiryo, Arial, Helvetica, sans-serif;
    padding: 2px 5px 2px 5px;
}









.historyrightlistbox {
    margin: 15px 10px 10px 10px ;
    padding: 5px 5px 5px 5px ;
    background-color: #eee;
}
