/* CSS Document */

article{
    padding-bottom: 50px; 
}

#fv{
    margin-bottom: 50px; 
}
#fv h2{
    text-align: left;
    color: #fff;
    padding: 30px 0 30px 20px;
    background: rgba(89, 134, 198, .8);
    font-size: 140%;
    margin-bottom: 50px;
}

#privacy{
    margin-bottom: 50px; 
}
#privacy h3 {
    font-size: 140%;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    color: #5986C6;
    align-items: center;
    gap: 10px;
    padding: 0 5px 15px;
    position: relative;
    margin-bottom: 20px;
}
#privacy h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #5986C6;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#privacy h4 {
    font-size: 120%;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2px;
    color: #5986C6;
    margin-bottom: 15px;
    text-indent: -1.1em;
	padding-left: 1.1em;
}

#privacy dl {
    padding: 0 0 40px;
    display: flex;
    flex-direction: column-reverse;
}
#privacy dl dt:hover {
    opacity: .8;
}
#privacy dl dt {
    color: #FF8000;
    font-size: 110%;
    font-weight: 600;
    line-height: 1.4em;
    align-self: flex-end;
    cursor: pointer;
}
#privacy dl dt::after {
    content: url("img/uparrow.png");
    margin-left: 5px;
    position: relative;
    top: 4px;
}
#privacy dl dt.active::after{
	content: url("img/downarrow.png");
}
#privacy dl .acMenu dd {
  display: block;
}

#privacy ul li{
    margin-bottom: 1%;
    text-indent: -1em;
	padding-left: 1em;
}

#privacy table {
    border-collapse: collapse;
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
}
#privacy table th, 
#privacy table td {
    border-bottom: 2px solid #c1c7c6;
    padding: 1em;
    vertical-align: top;
}
#privacy table th {
    border-bottom: 2px solid #5986C6;
    font-weight: bold;
    text-align: center;
    width: 30%;
    /*background-color: #f4f7fb;*/
}

@media screen and (max-width: 480px) {
    #privacy table,
    #privacy tbody,
    #privacy tr,
    #privacy th,
    #privacy td {
        display: block;
        width: 100%;
    }
    #privacy table{
        margin: 30px 0 30px 0;
    }
    #privacy table tr {
        margin-bottom: 20px;
        border: 2px solid #5986C6;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }
    #privacy table th {
        background-color: #5986C6;
        color: #fff;
        padding: 0.8em 1em;
        border: none;
        width: auto;
        text-align: center;
    }
    #privacy table td {
        border: none;
        border-top: 1px solid #c1c7c6;
        padding: 1em;
    }
    #privacy table td p{
    width: 90%;
}
    
	
}
