@charset "UTF-8";
/*=========================
style
=========================*/
.post .main_content h2 {
    font-size: 1.8rem;
    margin: 25px 0;
    padding: 15px 0 13px;
    border-top: 1px solid #1358a2;
    border-bottom: 1px solid #1358a2;
    text-align: center;
    color: #1358a2;
    font-weight: bold;
}

.post .list-indent {
    margin-left: 1.6rem;
}

.lecture_mv {
    background: url(../images/mv_kouenkai.jpg)center / cover no-repeat;
}

.lecture_mv h1 {
    text-shadow: 1px 0 3px #fff, 0 1px 3px #fff, -1px 0 3px #fff, 0 -1px 3px #fff;
}

.summary-table {
    word-break: break-all;
}

.summary-table table {
	margin: 15px 0;
}

.summary-table > p {
	display: block;
    min-height: 50px;
}

.summary-table > p.h198 {
    min-height: 198px;
}

.summary-table > p:last-of-type {
    margin-bottom: 0;
}

.summary-table .float img {
    float: right;
    display: block;
    margin: 0 0 18px 18px;
}

@media screen and (max-width: 768px) {
    .lecture_mv {
        background: url(../images/mv_kouenkai_sp.jpg)center / cover no-repeat !important;
    }
}

@media screen and (max-width: 520px) {
    .summary-table .float img {
        width: 100%;
        height: auto;
        margin: 1em 0;
        float: none;
    }
}