@charset "UTF-8";
.header {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
    background-color: rgb(255, 245, 250);
}
.logo {
    padding: 10px 20px;
    display: inline-block;
}
nav {
    margin-left: auto;
}
nav ul {
    display: flex;
}
nav ul li{
    padding: 10px 20px;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    color: #333;
    text-decoration: none;
}
.top{
    width: 100%;
}
.top2{
  justify-content: center;
}
.companyoverview{
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
}
.logo2{
    width: 70px;
    margin: auto;
    display: block;
    margin-top: 50px;
}
.iii{
    text-align: center;
    margin-top: 40px;
}
.rrr{
    text-align: center;
}
.eee{
    text-align: center;
    margin-top: 15px;
}
.ggg{
    text-align: center;
    margin-top: 15px;
}
table{
  background-color: rgb(255, 255, 255);
  border-collapse:  collapse;
  margin-top: 50px;
  margin: auto;
}
th{
    background-color: rgb(255, 239, 247);
    border: solid 1px; 
    text-align: center;
}
th,td {
    border: solid 1px;
    padding: 10px;
}
td{
    width: 600px;
    height: 50px;
}
.rere{
    margin-top: 30px;
}
footer{
    background-color: rgb(255, 243, 248);

}
.site-info{
    display: flex;
    gap:30px;
    margin: 0 auto;
    margin-top: 50px;
    justify-content: space-around;
    margin-bottom: 30px;
}
.site-info li {
    width: calc(3);
    margin-top: 10px;
 }
.cmarku{
    text-align: center;
    margin-top: 50px;
}
li{
    font-size: 12px;
}
.support{
    margin-left: 50px;
    margin-top: 30px;
}
.about{
    margin-top: 30px;
}
.legal{
    margin-top: 30px;
}
