@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;
}

#item{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 80px;
    width:100%;
}
 .txtSide{
    width:20%;
}
.txtSide img{
    width: 100%;
}
.txt{
    text-align: center;
    margin-top: 50px;
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}
footer{
    background-color: rgb(255, 243, 248);
}
.site-info{
    display: flex;
    gap:30px;
    margin: 0 auto;
    margin-top: 50px;
    justify-content: space-around;
}
.site-info li {
    width: calc(3);
    margin-top: 10px;
 }
.cmarku{
    text-align: center;
    margin-top: 50px;
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
}
li{
    font-size: 12px;
}
.support{
    margin-left: 50px;
    margin-top: 30px;
}
.about{
    margin-top: 30px;
}
.legal{
    margin-top: 30px;
}
.txtSide{
    font-size: 11px;
    text-align: center;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
}
.cuu{
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline;
}
.ioio{
    display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-style: normal;
   border: 4px;
   background-color: rgb(212, 212, 212);
   border-radius: 30px;
   padding: 30px 0;
   width: 700px;
   margin: auto;
   margin-top: 50px;
}
.txt1{
    margin-top: 120px;
    text-align: center;
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}
