*{
    box-sizing: border-box;
}

h1{
    text-align: center;
    font-size: 1.5rem;
    margin: 0.5em 0 0.5em 0;
}

h1 span{
    display: block;
}

.cashnav{
	display: flex;
    justify-content: center;
/*    text-align: center;*/
    flex-wrap: wrap;
	padding: 10px;
    font-size: 1.1em;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: rgba(255,255,255,0.95);
    z-index: 90;
    font-size: 0.9rem;
    color: #1a3e7e;
        transition: 1s;
}

.cashnav li{
    width: calc(100%/4 - 30px);
}

/*
.cashnav li:nth-child(-n + 4){
    margin-right: 0px;
}
*/

.cashnav a{
    color: #1a3e7e;
}

.cashnav a:hover{
    color: #26ccff;
}

#section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10{
    margin-top: -0.5em;
    padding-top: 0.5em;
}

.section{
    margin: 2.5em 1em;
}

.section:first-of-type{
    margin-top: 1em;
}

.section h2{
    font-size: 1.2rem;
    padding-bottom: .5em;
    position: relative;
    padding: .25em 0 .5em .75em;
    border-left: 6px solid red;
    margin-bottom: 1em;
}

.section h2::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ccc;
}


.section p{
/*  padding: 0 0.5rem;*/
    margin: 0 0.5em 0.5rem 0.5em;
    text-indent: 1rem;
    text-align: justify;
    font-feature-settings : "pkna";
    line-height: 1.5rem;
    font-size: 0.9rem;
    color: #555555;
}

.section p:last-child{
    margin-bottom: 0;
}

.section a{
    color: #002EE6;
    transition: inherit;
}

.section a:hover{
    color: #26ccff;
    background-color: inherit;
}

.table{
    text-align: center;
}

.table_c{
    text-align: center;
    margin: 0em 0 1.5em 0;
}

.table_c h3{
    margin: 1.5em 0 0.5em 0;
}

.table_c img{
    padding: 1em 0em 0em 0.5em;
    border: 1px solid grey;
}

.table_m{
    text-align: center;
    margin: 1rem 0 1rem 0;
}

.table_m p{
    color: slategrey;
}

.table_wrap{
    display: flex;
/*    justify-content: center;*/
}

.table_j, .table_j2{
    text-align: center;
    margin: 1rem 0 1rem 0;
    width: 50%;
    align-self: center;
}

.table_j p, .table_j2 p{
    color: limegreen;
    text-align: center;
}

.table_j img{
    border: 1px solid lightgrey;
    border-radius: 1em;
}

.table_j2 img:nth-of-type(2){
    margin-top: 2rem;
}

.table_p{
    width: 50%;
}

.merit{
    display: flex;
}

.m_item{
    width: 50%;
    margin: 1rem 0.5rem 0.5rem 0.5rem;
    border: 2px solid #C24F4C;
}

.m_item:nth-child(2){
    border: 2px solid #9BBB58;
}

.m_item h3{
    text-align: center;
    background-color: #C24F4C;
    color: #fff;
    padding: 3px;
    font-size: 1.1rem;
}

.m_item:nth-child(2) h3{
    background-color: #9BBB58;
}

.m_item li, .public li{
    margin: 0.3rem 0.5rem 0rem 1.5rem;
    text-align: justify;
    font-size: 0.8rem;
    list-style-type: disc;
    line-height: 1.2rem;
}

.m_item li:first-of-type{
    margin-top: 0.5rem;
}

.m_item li:last-of-type{
    margin-bottom: 0.5rem;
}

.public{
    margin: 0rem 0.5rem;
    border: 2px solid #80639F;
}

.public li:first-of-type{
    margin-top: 0.5rem;
}

.public li:last-of-type{
    margin-bottom: 0.5rem;
}

.public h3{
    text-align: center;
    background-color: #80639F;
    color: #fff;
    padding: 3px;
    font-size: 1.1rem;
}

.source{
    text-indent: 0;
    margin: 0.5rem 1rem;
    font-size: 0.8rem;
}

.use{
    color: #E54A5C;
}

/*
.r_info{
    display: block;
    color: #96B5D0;
}
*/

.a_info{
    display: block;
    color: #96B5D0;
}

.track_r{
    display: flex;
    justify-content: center;
    margin: 1em;
}

.track_r img{
    max-width: 50%;
}

.track{
    align-self: center;
    margin-left: 2em;
    max-width: 50%;
}

.track h3{
    margin-bottom: 0.5em;
/*    text-indent: 1em;*/
}

.track li{
    margin-left: 1.5em;
    list-style-type: disc;
}

.contact{
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact img{
    width: 208px;
    height: 222px;
    margin-right: 5em;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
 
#page-top a {
    display: block;
    background: #22b7e5;
    color: #fff;
    width: 45px;
    padding: 0 0 8px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 45px;
    opacity: 0.5;
}
 
#page-top a:hover {
    transition: 0.5s;
    background: #001c81;
    text-decoration: none;
    opacity: 0.9;
}

.article_date{
    text-align: right;
    font-size: 0.8rem;
}

.date{
    color: red;
}

.ads_multi{
    text-align: center;
}

.sq_display{
	margin: 2em 0 0.5em 0;
    text-align: center;
}

@media screen and (max-width: 667px) {    
h1{
    font-size: 1.3rem;
    margin: 0 0.5em 0 0.5em;
}
    
.cashnav{
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 5px 0px 5px 15px;
    margin-top: 0.5em;
    }
    
.cashnav li{
    width: calc(100%/2);
    font-size: 0.8rem;
    line-height: 1.8rem;
    text-align: left;
}
    
/*
.cashnav li:nth-child(-n + 6){
    margin-right: 0px;
} 
*/
    
#section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10{
    margin-top: -0.2em;
    padding-top: 0.2em;
}
    
.section h2{
    font-size: 1rem;
    margin-top: 2rem;
}    

.section#section1{
    margin-bottom: 0em;
}

.section#section12{
    margin-bottom: 1em;
}
    
.merit{
    flex-flow: column;
}   
    
.m_item{
    width: calc(100% - 1em);
    margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}
    
.m_item:first-of-type{
    margin-bottom: 0rem;
}

.table_c h3{
    font-size: 1rem;
}
    
.track_r{
    flex-flow: column;
}    

.contact{
    flex-flow: column;
}

.contact img{
    margin: 0 0 1em 0;
}
    
.track_r img{
    max-width: 100%;
    margin-bottom: 1rem;
}

.track{
    margin-left: 0;
    max-width: 100%;
}
    
.table_wrap{
    flex-flow: column-reverse;
}

.table_j, .table_j2{
    width: 100%;
    margin-bottom: 0;
}

.table_p{
    width: 100%;
}
    
}