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


main p {
    font-size: 1.1rem;
}
main .inner {
    max-width:900px;
}
.seminar h3 {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 5px;
}
.seminar h3 .date {
    font-size: 1.1rem;
    color: #777;
}
.seminar .name2 {
    margin-bottom: 2rem;
    margin-left: 0.7rem;
    
}
.name2 p {
    font-size: 0.95rem;
    line-height: 1.25;
    margin-bottom: 0.5em;
    font-weight: bold;
    
}
main .flex {
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #999;
}
main .flex:last-child {border: none;}
main .flex .col-30 {
    margin-bottom: 15px;
}
p.number {
    color: #fff;
    padding: 20px 0.25px;
    text-align: center;
    font-weight: bold;
    background-color: var(--color2);
    font-size: 1.5rem;
}


.siryo img {
    border: 1px solid #999;
    display: block;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.link a:hover {opacity: 0.7;}
@media all and (max-width:600px){
    
    p.number {
        font-size: 1.3rem;
        padding: 10px 2.5%;
    }
    .content table{font-size: 1.1rem;}
    .content table th {
        width: 5em;
    }
    .content table tr >* {
        border-bottom: 1px solid #ccc;
    }
    main .flex {border: none;}

}

