
.section-1{
    width: 100%;
    height: 380px;
}
.section-1 h1{
    position: absolute;
    top: 200px;
    left: 100px;
    font-size: 40px;
}

.section-2, .section-3{
    width: 80%;
    height: auto;
    margin: 50px auto 160px auto;
    text-align: center;
    justify-content: space-around; 
    background: #f1f1f1;
    padding: 40px;
    border-radius: 10px;
}



.title{
    font-family: 'Noto Sans JP', serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-align: center;
    color: #424242;
}
.in-content ul{
    font-family: 'Noto Sans JP', serif;
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
    width: 85%;
    margin: 0 auto;
}
.in-content ul li{
    margin-bottom: 1.2rem;
}
.in-content ul li a{
    font-size: 20px;
    line-height: 1.5;
    color: #3c3c3c;
    font-weight: 600;
    letter-spacing: .03em;
}
.name{
    font-size: 15px;
    line-height: 1.3;
}
.date{
    font-size: 14px;
    font-weight: 600;
}
.content ul li h3{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: #3c3c3c;
    letter-spacing: .03em;
}
.place{
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 430px){


    .section-1{
        height: 30vh;
        width: 100%;
    }
    .section-1 h1{
        position: absolute;
        top: 20%;
        left: 10%;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 32px;
    }
    .section-2, .section-3{
        width: 90%;
        height: auto;
        margin: 10px auto 100px auto;
        padding: 20px;
    }
    .content ul li a p,
    .content ul li h3{
        font-size: 15px;
        line-height: 1.3;
    }
    .date, .place{
        font-size: 14px;
    }
    .name{
        font-size: 13px;
    }
    .title{
        font-size: 16px;
    }
}