@charset "UTF-8";



.profile {width: 960px;margin:0 auto 100px; background: #ffffff;position: relative;}
.profile table {width: 100%;border-collapse: collapse;border-top: 1px solid #495056;margin: 0 0 40px;text-align: left;}
.profile table th,
.profile table td {
padding: 20px 0;
box-sizing: border-box;
font-size: 1vw;
line-height: 1.6;
vertical-align: top;
border-bottom: 1px solid #495056;
}
.profile table th {width: 15%;padding: 2%;}
.profile table td {padding: 2% 2% 2% 5%;}
.profile table td ul {}
.profile table td ul li {margin: 0 0 5px;}
.profile table td ul li:last-child {margin: 0;}

@media screen and (max-width: 1060px) {

.profile {width: 90%;margin:0 auto 10%; background: #ffffff;position: relative;}
.profile table {width: 100%;border-collapse: collapse;border-top: 1px solid #495056;margin: 0 0 5%;text-align: left;}
.profile table th,
.profile table td {
padding: 20px 0;
box-sizing: border-box;
font-size: 1vw;
line-height: 1.6;
vertical-align: top;
border-bottom: 1px solid #495056;
}
.profile table th {width: 15%;padding: 2%;}
.profile table td {padding: 2% 2% 2% 5%;}
.profile table td ul {}
.profile table td ul li {margin: 0 0 5px;}
.profile table td ul li:last-child {margin: 0;}

}
@media screen and (max-width: 767px) {
.profile {width: 90%;margin:0 auto 5%; background: #ffffff;padding:5% 0 0;position: relative;}
.profile table {margin: 0 0 5%;}
.profile table th,
.profile table td {
padding: 10px 0;
font-size: 3vw;
line-height: 1.6;
}
.profile table th {padding: 10px 5px ;}
.profile table td {padding: 10px 5px;}
}



.attestation {position: relative;}
.attestation .pic {position:absolute;top: 0;right: 0;width: 20%;height: auto;}
.attestation .pic img {width: 100%;height: auto;}
.attestation dl {width: 100%;text-align: left;margin: 0 0 20px;}
.attestation dl dt {font-size: 1.2vw;line-height: 1.6;font-weight: 700; margin: 0 0 5px;}
.attestation dl dd {font-size: 1vw;line-height: 1.6;}
@media screen and (max-width: 1060px) {


}
@media screen and (max-width: 767px) {
.attestation {position: relative;}
.attestation .pic {position:inherit;top: 0;right: 0;width: 100%;height: auto;}
.attestation .pic img {width: 40%;height: auto;margin: auto;margin: 0 0 5%;}
.attestation dl {width: 100%;text-align: left;margin: 0 0 20px;}
.attestation dl dt {font-size: 3.4vw;line-height: 1.6;font-weight: 700; margin: 0 0 5px;}
.attestation dl dd {font-size: 3vw;line-height: 1.6;}
}


