<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*--------------------
　　WFP WTW CSS for past
--------------------*/
/*--------------------
　　見出し1
--------------------*/
.ttl_1{
    background-color: rgb(10,110,180);
    padding: 80px 40px;
    text-align: center;
}
.ttl_1 h2{
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
}
@media screen and (max-width:767px){
.ttl_1{
        padding: 40px 20px;
    }
.ttl_1 h2{
        font-size: 22px;
    }
}

/*--------------------
　　見出し2
--------------------*/
.ttl_2 h3{
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
    border-bottom: solid 4px rgb(10,110,180);
    padding-bottom: 20px;
    margin-bottom: 40px;
}

@media screen and (max-width:767px){
    .ttl_2 h3{
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}

/*--------------------
　　年表
--------------------*/
.list_history &gt; ul &gt; li{
    border-bottom: solid 1px #ccc;
    padding: 20px 0;
    display: flex;
}

.list_history &gt; ul &gt; li &gt; h4{
    width: 30%;
    color: rgb(10,110,180);
    text-align: center;
}
.list_history &gt; ul &gt; li &gt; ul{
    width: 70%;
}
.list_history &gt; ul &gt; li &gt; ul a{
    color: #333;
}

i.fa-chevron-circle-right{
    color: rgb(10,110,180);
    padding-right: 3px;
}
i.fa-window-restore{
    color: #999;
    padding-left: 3px;
}
.list_history &gt; ul &gt; li &gt; ul &gt; li:not(:last-child){
    margin-bottom: 10px;
}


@media screen and (max-width:767px){
    .list_history &gt; ul &gt; li{
    border-bottom: solid 1px #ccc;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    }  
    .list_history &gt; ul &gt; li &gt; h4{
        width: 100%;
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .list_history &gt; ul &gt; li &gt; ul{
        width: 100%;
        font-size: 14px;
    }
}







</pre></body></html>