.tousenSection {
    margin-top: 80px;
    padding-bottom: 200px;
}
.tousenSection-ttl{
    font-size: 36px;
    font-family: "Noto Serif JP";
    background: #0067BC;
    height: auto;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
    padding: 30px 10px;
    justify-content: center;
}
.tousenSection-txt{
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    font-family: "Noto Serif JP";
    line-height: 1.6;
}
.tousenSection-many{
    background: #0067BC;
    height: auto;
    padding: 20px 10px;
    color: #fff;
    width: 700px;
    font-size: 32px;
    font-family: "Noto Serif JP";
    margin: 80px auto 0;
    border-radius: 10px;
    text-align: center;
}
.tousenSection-many span{
    font-size: 16px;
}
.tousenSection-list{
    margin: 40px auto 0;
    width: 600px; 
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.tousenSection-list dl{
    display: flex;
    justify-content: space-between
}
.tousenSection-list dl dt{
    display: flex;
    width: 300px;
    justify-content: space-between;
    font-size: 24px;
    font-family: "Noto Serif JP";
}
.tousenSection-list dl dd{
    font-size: 36px;
    font-family: "Noto Serif JP";
    font-weight: 700;
}
.tousenSection-list dl dd span{
    font-size: 24px;
    font-family: "Noto Serif JP";
    font-weight: 700;
}
@media screen and (max-width: 960px){
.header{
    padding: 10px 20px;
    width: 920px;
}
}