@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: 32px;
    text-align: center;
    margin-top: 44px;
}

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;
    font-size: 20px;
    text-decoration: underline;
}

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

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

.icon{
    padding-right: 30px;
}

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

p{
    margin-left: -120px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.word{
    font-size: 18px;
    text-decoration:underline;
    margin-top: 40px;
}