@charset "UTF-8";
/* CSS Document */

.rich-container{
    font-family: serif;
}

.sec01 h3{
    background-color: transparent;
    color: #000;
    margin-left: 0px;
}

.sec01 h3:before,
.sec01 h3:after{
    border: transparent; 
}

.program_ttl {
    border-left: 2px solid #7f6457;
}

.program_ttl_02{
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-left: 25px;
}

.pb15 {
    padding-bottom: 50px;
}
.program_txt_02{
    font-size: 1.5rem;
    margin-top: 15px;
}
.program_txt a{
    color: rgb(63, 63, 182);
}
.flyerimg{
    width: 50%;
    margin: 0 auto;
    padding-bottom: 40px;
}

@media screen and (max-width:600px) { 
    .flyerimg{
        width: 100%;
    }
    .program_ttl_02{
        margin-bottom: 10px;
        margin-left: 0px;
    }
}