@charset "utf-8";
/* CSS Document */
.sc-01 {
    color: #6C9BD2;
}
.sc-02 {
    color: #8F60A6;
}
.seminar-sec-copy {
    text-align: center;
    font-weight: bold;
    font-size: 100%;
}
.seminar-sec-title {
    color: #FFF;
    margin-bottom: 1em;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    padding: .2em;
}
.seminar-sec-title.c1 {
    background-color: #6C9BD2;
}
.seminar-sec-title.c2 {
    background-color: #8F60A6;
}
.seminar-start {
    text-align: center;
    margin-bottom: 2em;
}
.seminar-start span {
    display: inline-block;
    font-size: 90%;
    font-weight: bold;
    background-color: #FBD005;
    padding: .2em .5em;
    color: #af210b;
}
.seminar-list-paid li {
    margin-bottom: 1em;
}
.seminar-list-paid li a {
    display: block;
    border-radius: 100px;
    padding: .5em 1.5em;
    background-color: #fff;
    border: 2px solid #6C9BD2;
}
.seminar-list-paid li a .d {
    display: block;
    font-weight: bold;
    line-height: 1.4;
    color: #6C9BD2;
}
.seminar-list-paid li a .d .s {
    font-size: 80%;
    padding-left: 0.5em;
}
.seminar-list-paid li a .t {
    font-size: 75%;
    font-weight: bold;
    color: #5b1d0b;
    line-height: 1.4;
    display: block;
}
.seminar-list-paid li a:hover {
    background-color: #6C9BD2;
    opacity: 1;
}
.seminar-list-paid li a:hover span {
    color: #FFF !important;
}
.seminar-search-cell {
    border: 2px solid #8f60a6;
}
.seminar-search-cell-title {
    text-align: center;
    font-weight: 600;
    color: #FFF;
    background-color: #8f60a6;
    font-size: 90%;
    padding: .2em;
}
.seminar-search-cal {
    padding: 6%;
    color: #5b1d0b;
}
.seminar-search-cal-single {
    margin-bottom: 1.5em;
}
.seminar-search-cal-single:last-child {
    margin-bottom: 0;
}
.seminar-search-cal-text {
    margin-bottom: 0.25em;
    font-size: 90%;
}
.seminar-search-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.seminar-search-col li {
    width: 11%;
    margin: 0 1.5%;
    text-align: center;
}
.seminar-search-col li:nth-child(7n+1),
.seminar-search-col li:nth-child(7n+1) a {
    color: #c1272d;
}
.seminar-search-col li:nth-child(7n+7),
.seminar-search-col li:nth-child(7n+7) a {
    color: #2e3192;
}
.seminar-search-cal-head {
    margin-bottom: 0.5em;
}
.seminar-search-cal-body li {
    margin-bottom: 0.5em;
}
.seminar-search-cal-body span {
    display: block;
    height: 2.2em;
    line-height: 2.2;
}
.seminar-search-cal-body a {
    display: block;
    margin: auto;
    height: 2.2em;
    width: 2.2em;
    line-height: 2.2;
    border: 2px solid #8f60a6;
    border-radius: 50%;
}
.seminar-search-cal-body a:hover,
.seminar-search-cal-body a.on {
    opacity: 1;
    background-color: #8f60a6;
    color: #FFF !important;
}
.event-search-val {
    text-align: center;
    background-color: #EEE;
    padding: 1em 0;
    margin-bottom: 2em;
    font-weight: 500;
    font-size: 130%;
}
.seminar-single {
    margin: 0 4% 2em;
    padding-bottom: 2em;
    border-bottom: 2px solid #8f60a6;
    color: #5b1d0b;
}
.seminar-name {
    font-weight: 600;
    margin-bottom: 0em;
    color: #8f60a6;
}
.seminar-title {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.5em;
    color: #5b1d0b;
    font-size: 120%;
}
.seminar-info {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.seminar-info-left {
    width: 65%;
}
.seminar-info-right {
    width: 30%;
}
.seminar-info-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.seminar-info-list dt {
    width: 18%;
    color: #8f60a6;
}
.seminar-info-list dd {
    width: 82%;
}

.seminar-about-head {
    cursor: pointer;
    margin-bottom: .25em;
    position: relative;
    color: #8f60a6;
    padding: .2em 0em .25em 2em;
    font-weight: bold;
}
.seminar-about-head .ico {
    position: absolute;
    position: relative;
    left: 0;
    top: 0;
    width: 1.5em;
    height: 1.5em;
    border: 1.5px solid #8f60a6;
    border-radius: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.seminar-about-head .ico::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 49%;
    width: 60%;
    height: 1.5px;
    margin: auto;
    background-color: #8f60a6;
}
.seminar-about-head .ico::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 49%;
    width: 60%;
    height: 1.5px;
    margin: auto;
    background-color: #8f60a6;
    transform: rotate(90deg);
    transition-duration: .25s;
}
.seminar-about-head.on .ico::before {
    transform: rotate(0deg);
}
.seminar-about-body {
    display: none;
}
@media (max-width: 1200px) {
}
@media (max-width: 750px) {
}