@charset "UFT-8";

body{
    background-color: #F6FDFF;
    background-image: url(image/Group\ 8.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

a{
    text-decoration: none;
    color: black;
    
}

h1{
    font-family: "kaisei-decol", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    text-align: center;
    margin-top: 64px;
}

h2{
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}

h3{
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #81dcca;
    border: solid 2px #81dcca;
    border-radius: 8px;
}

h4{
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h5{
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: -20px;
}

h6{
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
}



.text{
    height: 28px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    border: 4px solid #B2B2B2;
    border-radius: 8px;
}

.seach{
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: space-around;
    margin-top: 40px;
}

li{ 
    margin-top: 32px;
    padding-top: 17px;
    padding-left: 17px;
    background-color: #F6FDFF;
    border-radius: 17px;
    list-style: none;
    display: flex;
    box-shadow: 6px 6px 4px rgb(143, 205, 181);
}

.content{
    margin-left: 32px;
    margin-top: -10px;
}


.top{
    display: flex;
    margin-top: 40px;
    justify-content:center; /* 水平方向 */
    align-items: center; /* 垂直方向 */
    background-color: #F9D620;
}