@charset "UTF-8";
.seminar {}
.seminar_list {
    list-style: none;
}
.seminar_list > li {
    margin-top: 27px;
}
.seminar_list > li:first-child {}
.seminar_list > li:nth-child(2n+1) {}
.seminar_list > li > a {
    transition-property: border-color;
    line-height: 1.4;
    padding: 30px;
}
.seminar_list > li > a::before {
    content: "";
}
.seminar_list > li > a::after {
    content: "";
}
.seminar_item {
    position: relative;
    z-index: 1;
    padding-left: 350px;
    min-height: 243px;
}
.seminar_categories {
    list-style: none;
    text-align: left;
    margin-bottom: 17px;
}
.seminar_categories > li {
    line-height: 20px;
    min-width: 112px;
    box-sizing: border-box;
    padding: 0 10px;
    background: #808080;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}
.seminar_categories > li:first-child {}
.seminar_categories > li:nth-child(2n+1) {}
.seminar_date {
    color: #ababab;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    margin-right: 10px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 50%, #fff 50%);
    background-size: 1px 2px;
    background-repeat: repeat-y;
    background-position: right center;
    line-height: 1;
}
.seminar_hour {
    font-weight: 500;
    color: #acacac;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.seminar_headline {
    font-size: 18px;
    border-top: 1px solid #c5c5c5;
    padding-top: 23px;
    margin-top: 16px;
    margin-bottom: 18px;
}
.seminar_text {}
.seminar_image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 324px;
}
.seminar_image > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.entry {}
.entry_info {
    text-align: center;
}
.entry_categories {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 8px;
}
.entry_categories > li {
    font-size: 18px;
    line-height: 32px;
    min-width: 102px;
    border-radius: 16px;
    background-color: #333;
}
.entry_title {
    text-align: center;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 48px;
    margin-top: 59px;
}
.entry_images {
    list-style: none;
    margin-bottom: 35px;
}
.entry_images:after {
    content: "";
    display: block;
    clear: both;
}
.entry_images > li {
    width: 49%;
    float: left;
    margin-left: 2%;
}
.entry_images > li:first-child {}
.entry_images > li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}
.entry_images > li > a {
    display: block;
    text-decoration: none;
}
.entry_images > li > a::before {
    content: "";
}
.entry_images > li > a::after {
    content: "";
}
.entry_images > li > a > img {}
.entry_text {}
.entry_tableWrap {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 50%, #fff 50%), linear-gradient(90deg, rgba(0, 0, 0, 0.3) 50%, #fff 50%);
    background-size: 2px 1px;
    background-position: left top, left bottom;
    background-repeat: repeat-x;
    padding: 34px 0;
    margin-top: 30px;
}
.entry_table {}
.entry_table > tbody {}
.entry_table > tbody > tr {}
.entry_table > tbody > tr > th {
    white-space: nowrap;
    padding-right: 1em;
    vertical-align: top;
}
.entry_table > tbody > tr > td {}
.app {
    margin-top: 38px;
}
.app_cols {
    display: table;
    width: 100%;
}
.app_cols::after {
    content: "";
    display: block;
    clear: both;
}
.app_col {
    display: table-cell;
    vertical-align: middle;
}
.app_col-no1 {
    width: 159px;
    position: relative;
    background: #333;
}
.app_title {
    color: #fff;
    text-align: center;
    font-size: 15px;
}
.app_col-no2 {
    padding: 3px 25px;
}
.app_dList {
    list-style: none;
    margin-bottom: 1em;
}

.app_dList:last-of-type{
    margin-bottom:0;
}
.app_dList > dt {
    font-weight: bold;
}
.app_dList > dd {
    display: inline-block;
    vertical-align: middle;
}
.app_dList > dd:first-of-type {
    display: block;
}
.app_dList > dd:last-of-type::before {
    content: "/";
    margin-left: 10px;
    margin-right: 12px;
}
.app_dList > dd > a {}
.app_dList > dd > a::before {
    content: "";
}
.app_dList > dd > a::after {
    content: "";
}
@media screen and (min-width:1000px) {
    .seminar_list > li > a:hover {
        text-indent: 0px;
        border-color: #333;
    }
    .entry_images > li > a:hover {}
    .app_dList > dd > a:hover {}
}
@media screen and (max-width:999px) {
    .seminar {}
    .seminar_list {}
    .seminar_list > li {}
    .seminar_list > li:first-child {}
    .seminar_list > li:nth-child(2n+1) {}
    .seminar_list > li > a {
        padding: 20px;
    }
    .seminar_list > li > a::before {}
    .seminar_list > li > a::after {}
    .seminar_item {
        min-height: 178px;
        padding-left: 260px;
    }
    .seminar_categories {}
    .seminar_categories > li {}
    .seminar_categories > li:first-child {}
    .seminar_categories > li:nth-child(2n+1) {}
    .seminar_date {
        font-size: 20px;
    }
    .seminar_hour {}
    .seminar_headline {
        font-size: 16px;
        margin-top: 10px;
        padding-top: 10px;
    }
    .seminar_text {}
    .seminar_image {
        width: 240px;
    }
    .seminar_image > img {}
    .entry {}
    .entry_info {}
    .entry_categories {}
    .entry_categories > li {
        font-size: 16px;
        line-height: 28px;
    }
    .entry_title {
        font-size: 24px;
        margin: 35px 0;
    }
    .entry_images {}
    .entry_images:after {}
    .entry_images > li {}
    .entry_images > li:first-child {}
    .entry_images > li:nth-child(2n+1) {}
    .entry_images > li > a {}
    .entry_images > li > a::before {}
    .entry_images > li > a::after {}
    .entry_images > li > a > img {}
    .entry_text {}
    .entry_tableWrap {}
    .entry_table {}
    .entry_table > tbody {}
    .entry_table > tbody > tr {}
    .entry_table > tbody > tr > th {}
    .entry_table > tbody > tr > td {}
    .app {}
    .app_cols {}
    .app_cols::after {}
    .app_col {}
    .app_col-no1 {}
    .app_title {}
    .app_col-no2 {}
    .app_dList {}
    .app_dList > dt {}
    .app_dList > dd {}
    .app_dList > dd:first-of-type {}
    .app_dList > dd:last-of-type::before {}
    .app_dList > dd > a {}
    .app_dList > dd > a::before {}
    .app_dList > dd > a::after {}
}
@media screen and (max-width:699px) {
    .seminar {}
    .seminar_list {}
    .seminar_list > li {
        margin-top: 20;
    }
    .seminar_list > li:first-child {}
    .seminar_list > li:nth-child(2n+1) {}
    .seminar_list > li > a {
        padding: 10px;
    }
    .seminar_list > li > a::before {}
    .seminar_list > li > a::after {}
    .seminar_item {
        min-height: 0;
        padding: 0;
    }
    .seminar_categories {
        margin-bottom: 5px;
    }
    .seminar_categories > li {
        line-height: 16px;
        font-size: 12px;
        min-width: 80px;
    }
    .seminar_categories > li:first-child {}
    .seminar_categories > li:nth-child(2n+1) {}
    .seminar_date {
        font-size: 14px;
        padding-right: 6px;
        margin-right: 5px;
    }
    .seminar_hour {
        font-size: 12px;
    }
    .seminar_headline {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .seminar_text {
        font-size: 12px;
        margin-bottom: 1em;
    }
    .seminar_image {
        position: relative;
        margin: 0 auto;
    }
    .seminar_image > img {}
    .entry {}
    .entry_info {}
    .entry_categories {
        display: block;
        margin: 0 0 10px;
        text-align: center;
    }
    .entry_categories > li {
        font-size: 12px;
        line-height: 24px;
    }
    .entry_title {
        font-size: 18px;
        margin: 25px 0;
    }
    .entry_images {
        margin-bottom: 25px;
    }
    .entry_images:after {}
    .entry_images > li {}
    .entry_images > li:first-child {}
    .entry_images > li:nth-child(2n+1) {}
    .entry_images > li > a {}
    .entry_images > li > a::before {}
    .entry_images > li > a::after {}
    .entry_images > li > a > img {}
    .entry_text {}
    .entry_tableWrap {
        padding: 15px 0;
        margin-top: 15px;
    }
    .entry_table {}
    .entry_table > tbody {}
    .entry_table > tbody > tr {}
    .entry_table > tbody > tr > th {}
    .entry_table > tbody > tr > td {}
    .app {
        margin-top: 25px;
    }
    .app_cols {
        display: block;
    }
    .app_cols::after {}
    .app_col {
        d]: ;
        width: auto;
        display: block;
    }
    .app_col-no1 {}
    .app_title {
        font-size: 14px;
        padding: 4px 0;
    }
    .app_col-no2 {
        padding: 0;
        margin-top: 9px;
    }
    .app_dList {}
    .app_dList > dt {}
    .app_dList > dd {}
    .app_dList > dd:first-of-type {}
    .app_dList > dd:last-of-type::before {
        margin-left: 3px;
        margin-right: 5px;
    }
    .app_dList > dd > a {}
    .app_dList > dd > a::before {}
    .app_dList > dd > a::after {}
}
