@charset "UTF-8";

/* ===================================================================
����g�s�b�N�X�i�Z�~�i�[���j
=================================================================== */
.cont-visitor .ttl-line {
    font-size: 26px;
    /* 24 */
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.cont-visitor .ttl-line:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: solid 1px #ccc;
    z-index: -1;
}

.cont-visitor .ttl-line span {
    color: #ea5350;
    /* red */
    background-color: white;
    padding: 10px 20px;
}

.cont-visitor .ttl-line#livekitchen span {
    color: #009e41;
}

.cont-visitor .lead {
    margin-bottom: 5%;
    font-size: 1.2em;
    line-height: 1.8em;
    position: relative;
}

.cont-visitor .lead p {
    margin-bottom: 1em;
}

.cont-visitor .lead ul li {
    font-size: 12px;
    line-height: 140%;
}

.cont-visitor .lead span {
    display: block;
    background-color: #23b338;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.cont-visitor .free-seminar {
    border: solid 4px #ea5350;
    background-color: #fffbf3;
    padding: 6% 2%;
    margin-bottom: 3%;
}

.cont-visitor .free-seminar p {
    text-align: center;
    margin-bottom: 20px;
}

.cont-visitor .free-seminar ul li {
    font-size: 14px;
    line-height: 1.4em;
    padding-left: 1em;
    text-indent: -1em;
}

.cont-visitor .free-seminar ul {
    width: 55%;
    margin: 0 auto;
}

.cont-visitor .nav-date-seminar {
    border: solid 1px #ea5350;
    margin-bottom: 20px;
}

.cont-visitor .nav-date-seminar ul {
    overflow: hidden;
    padding: 1%;
}

.cont-visitor .nav-date-seminar ul li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 20px;
    border-right: solid 1px #ea5350;
}

.cont-visitor .nav-date-seminar ul li:last-child {
    border-right: none;
}

.cont-visitor .nav-date-seminar ul li span {
    font-size: 16px;
}

.cont-visitor .nav-date-seminar ul li a {
    color: #ea5350;
    display: block;
    padding: 1em 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.cont-visitor .nav-date-seminar ul li a.current {
    background-color: #ea5350;
    color: #fff;
}

.cont-visitor .nav-date-seminar ul li a.current i {
    color: #fff;
}

.cont-visitor .nav-date-seminar ul li i {
    color: #ea5350;
    font-size: 14px;
}

.cont-visitor .cont-seminar {
    padding-bottom: 10px;
}

.cont-visitor .cont-seminar h4 {
    border-bottom: solid 3px #ccc;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 18px;
    margin-top: 10px;
}

.cont-visitor .cont-seminar h4:first-letter {
    color: #ea5350;
}

.cont-visitor .item-seminar {
    background-color: #fffbf3;
}

.cont-visitor .item-seminar .hours-seminar {
    padding: 2%;
    font-size: 20px;
}

.cont-visitor .item-seminar .unit-seminar {
    padding: 2%;
}

.cont-visitor .cont-seminar h5 {
    background-color: #ff797d;
    /* red */
    color: #fff;
    font-size: 20px;
    padding: 0.8em;
    border-top: solid 3px #ea5350;
    /* red */
}

.cont-visitor .cont-seminar h5 span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

.cont-visitor .cont-seminar h5 .keyword span {
    font-weight: normal;
    display: inline-block;
    color: #ffffff;
    padding: 1px 10px;
    margin-right: 10px;
    background-color: #418e36;
}

.cont-visitor .cont-seminar h5 .keyword span.stage_kouri, .cont-visitor .cont-seminar h5 .keyword span.stage_live {
    /* padding: 3px 5px 0; */
    margin-left: 0;
    background-color: #ff0000;
    font-size: 16px;
}

.cont-visitor .cont-seminar .presents {
    margin-bottom: 10px;
    display: inline-block;
    background-color: #ff4247;
    color: white;
    padding: 3px 12px 0px;
    border-radius: 2px;
}

.cont-visitor .item-seminar .photo {
    margin-bottom: 20px;
    text-align: center;
}

.cont-visitor .item-seminar .unit-seminar p {
    margin-bottom: 0.25em;
}

.cont-visitor .item-seminar .unit-seminar .section {
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #333;
    margin-bottom: 0.5em;
}

.cont-visitor .item-seminar .unit-seminar .section.small_text {
    font-size: 15px;
}

.cont-visitor .item-seminar .unit-seminar .section3 {
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #333;
    margin-bottom: 0.5em;
    max-width: 550px;
}

.cont-visitor .item-seminar .unit-seminar .section2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0.5em;
}

@media print, screen and (min-width: 769px) {

    /*PC*/
    .cont-visitor .lead span {
        width: 240px;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #23b338;
        padding: 15px 0;
        font-weight: bold;
        font-size: 20px;
    }

    .cont-visitor .nav-date-seminar ul li a {
        position: relative;
    }

    .cont-visitor .nav-date-seminar ul li a i {
        position: absolute;
        right: 5%;
        top: 50%;
        margin-top: -7px;
    }

    .cont-visitor .item-seminar {
        display: table;
        /* border-bottom: solid 1px #ccc; */
        width: 100%;
    }

    .cont-visitor .item-seminar .hours-seminar {
        display: table-cell;
        width: 10%;
        vertical-align: top;
        text-align: center;
        border-right: solid 1px #ccc;
    }

    .cont-visitor .item-seminar .hours-seminar span {
        display: block;
        width: 0;
        height: 0;
        border: solid 10px transparent;
        border-top: solid 10px #000000;
        margin: 10px auto 0;
    }

    .cont-visitor .item-seminar .unit-seminar {
        display: table-cell;
        width: 80%;
        vertical-align: top;
    }

    .cont-visitor .item-seminar .unit-seminar .body {
        overflow: hidden;
    }

    .cont-visitor .item-seminar .unit-seminar .body .photo {
        width: 300px;
        float: right;
        margin-left: 0.25em;
    }

    .cont-visitor .item-seminar .unit-seminar .body .photo.vert {
        width: 160px;
    }

    .cont-visitor .item-seminar .unit-seminar .f-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .cont-visitor .item-seminar .unit-seminar .f-wrap>div {
        width: 49%;
        display: flex;
        margin-bottom: 20px;
        align-items: end;
    }

    .cont-visitor .item-seminar .unit-seminar .f-wrap>div>div:last-child {
        font-weight: bold;
        font-size: 20px;
        border-bottom: solid 1px #333;
        margin-bottom: 0.5em;
        flex: 1;
    }

    .cont-visitor .item-seminar .unit-seminar .f-wrap>div>div:first-child {
        flex: 1;
        text-align: center;
        order: 2;
    }

    .cont-visitor .item-seminar .unit-seminar .f-wrap>div>div:first-child img {
        max-width: 100%;
        width: 160px;
    }

    .cont-visitor .item-seminar .unit-seminar .f-right {
        float: right;
        width: 300px;
    }


    /*
	.cont-visitor .item-seminar .unit-seminar .body .article {
		margin-right: 280px;
	}
	*/
}

@media only screen and (max-width: 768px) {

    /*SP*/
    .cont-visitor .lead {
        font-size: 14px;
    }

    .cont-visitor .lead ul {
        margin-bottom: 1em;
    }

    .cont-visitor .lead ul li {
        padding-left: 1em;
        text-indent: -1em;
    }

    .cont-visitor .lead span {
        width: 100%;
        padding: 15px 0;
    }

    .cont-visitor .free-seminar p {
        width: 60vw;
        margin: 0 auto 20px;
    }

    .cont-visitor .nav-date-seminar ul li a {
        font-size: 12px;
        padding: 0.5em 0;
    }

    .cont-visitor .nav-date-seminar ul li span {
        font-size: 10px;
    }

    .cont-visitor .item-seminar .hours-seminar {
        border-bottom: dotted 1px #333;
    }

    .cont-visitor .item-seminar .hours-seminar span {
        display: inline-block;
        width: 0;
        height: 0;
        border: solid 6px transparent;
        border-left: solid 6px #000000;
        margin-left: 10px;
    }

    .cont-visitor .item-seminar .hours-seminar p {
        display: inline-block;
        vertical-align: middle;
    }
}

/* ===================================================================
����g�s�b�N�X2�i�Z�~�i�[���j
=================================================================== */
.cont-visitor2 .ttl-line span {
    color: #44af35;
}

.cont-visitor2 .lead {
    margin-bottom: 5%;
    font-size: 1.2em;
    line-height: 1.8em;
    position: relative;
}

.cont-visitor2 .lead p {
    margin-bottom: 1em;
    width: 73%;
}

.cont-visitor2 .lead ul li {
    font-size: 12px;
    line-height: 140%;
}

.cont-visitor2 .lead span {
    display: block;
    background-color: #23b338;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.cont-visitor2 .free-seminar {
    border: solid 4px #44af35;
    background-color: #fffbf3;
    padding: 6% 2%;
    margin-bottom: 3%;
}

.cont-visitor2 .free-seminar p {
    text-align: center;
    margin-bottom: 20px;
}

.cont-visitor2 .free-seminar ul li {
    font-size: 14px;
    line-height: 1.4em;
    padding-left: 1em;
    text-indent: -1em;
}

.cont-visitor2 .free-seminar ul {
    width: 55%;
    margin: 0 auto;
}

.cont-visitor2 .nav-date-seminar {
    border: solid 1px #44af35;
    margin-bottom: 20px;
}

.cont-visitor2 .nav-date-seminar ul {
    overflow: hidden;
    padding: 1%;
}

.cont-visitor2 .nav-date-seminar ul li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 20px;
    border-right: solid 1px #44af35;
}

.cont-visitor2 .nav-date-seminar ul li:last-child {
    border-right: none;
}

.cont-visitor2 .nav-date-seminar ul li span {
    font-size: 16px;
}

.cont-visitor2 .nav-date-seminar ul li a {
    color: #44af35;
    display: block;
    padding: 1em 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.cont-visitor2 .nav-date-seminar ul li a.current {
    background-color: #44af35;
    color: #fff;
}

.cont-visitor2 .nav-date-seminar ul li a.current i {
    color: #fff;
}

.cont-visitor2 .nav-date-seminar ul li i {
    color: #44af35;
    font-size: 14px;
}

.cont-visitor2 .cont-seminar {
    padding-bottom: 30px;
}

.cont-visitor2 .cont-seminar h4 {
    border-bottom: solid 3px #ccc;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 18px;
}

.cont-visitor2 .cont-seminar h4:first-letter {
    color: #29817b;
}

.cont-visitor2 .item-seminar {
    background-color: #fffbf3;
}

.cont-visitor2 .item-seminar .hours-seminar {
    padding: 2%;
    font-size: 20px;
}

.cont-visitor2 .item-seminar .unit-seminar {
    padding: 2%;
}

.cont-visitor2 .cont-seminar h5 {
    background-color: #44af35;
    color: #fff;
    font-size: 20px;
    padding: 0.8em;
    border-top: solid 3px #29817b;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cont-visitor2 .cont-seminar h5 span {
    display: inline-block;
    background-color: white;
    color: #44af35;
    padding: 3px 10px;
    font-size: 90%;
}

@media only screen and (max-width: 768px) {
    .cont-visitor2 .cont-seminar h5 {
        align-items: flex-start;
    }

    .cont-visitor2 .cont-seminar h5 span {
        font-size: 75%;
        width: 55%;
        line-height: 1.5;
    }
}


.cont-visitor2 .cont-seminar h1 {
    background-color: #4ec19a;
    color: #fff;
    font-size: 18px;
    padding: 0.8em;
    border-top: solid 3px #ffffff;
}

.cont-visitor2 .cont-seminar h2 {
    background-color: #5dbbe7;
    color: #fff;
    font-size: 18px;
    padding: 0.8em;
    border-top: solid 3px #ffffff;
}

.cont-visitor2 .cont-seminar h3 {
    background-color: #f27272;
    color: #fff;
    font-size: 18px;
    padding: 0.8em;
    border-top: solid 3px #ffffff;
}

.cont-visitor2 .item-seminar .photo {
    margin-bottom: 20px;
    text-align: center;
}

.cont-visitor2 .item-seminar .unit-seminar p {
    margin-bottom: 0.25em;
}

.cont-visitor2 .item-seminar .unit-seminar .section {
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #333;
    margin-bottom: 0.5em;
}

.cont-visitor2 .item-seminar .unit-seminar .section3 {
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #333;
    margin-bottom: 0.5em;
    max-width: 550px;
}

.cont-visitor2 .item-seminar .unit-seminar .section2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0.5em;
}

@media print, screen and (min-width: 769px) {

    /*PC*/
    .cont-visitor2 .lead span {
        width: 240px;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #23b338;
        padding: 15px 0;
        font-weight: bold;
        font-size: 20px;
    }

    .cont-visitor2 .nav-date-seminar ul li a {
        position: relative;
    }

    .cont-visitor2 .nav-date-seminar ul li a i {
        position: absolute;
        right: 5%;
        top: 50%;
        margin-top: -7px;
    }

    .cont-visitor2 .item-seminar {
        display: table;
        border-bottom: solid 1px #ccc;
    }

    .cont-visitor2 .item-seminar .hours-seminar {
        display: table-cell;
        width: 10%;
        vertical-align: top;
        text-align: center;
        border-right: solid 1px #ccc;
    }

    .cont-visitor2 .item-seminar .hours-seminar span {
        display: block;
        width: 0;
        height: 0;
        border: solid 10px transparent;
        border-top: solid 10px #000000;
        margin: 10px auto 0;
    }

    .cont-visitor2 .item-seminar .unit-seminar {
        display: table-cell;
        width: 80%;
        vertical-align: top;
    }

    .cont-visitor2 .item-seminar .unit-seminar .body {
        overflow: hidden;
    }

    .cont-visitor2 .item-seminar .unit-seminar .body .photo {
        width: 140px;
        float: right;
        margin-left: 0.25em;
    }

    .cont-visitor2 .item-seminar .unit-seminar .body .article {
        margin-right: 180px;
    }
}

@media only screen and (max-width: 768px) {

    /*SP*/
    .cont-visitor2 .lead {
        font-size: 14px;
    }

    .cont-visitor2 .lead p {
        width: 100%;
    }

    .cont-visitor2 .lead ul {
        margin-bottom: 1em;
    }

    .cont-visitor2 .lead ul li {
        padding-left: 1em;
        text-indent: -1em;
    }

    .cont-visitor2 .lead span {
        width: 100%;
        padding: 15px 0;
    }

    .cont-visitor2 .free-seminar p {
        width: 60vw;
        margin: 0 auto 20px;
    }

    .cont-visitor2 .nav-date-seminar ul li a {
        font-size: 12px;
        padding: 0.5em 0;
    }

    .cont-visitor2 .nav-date-seminar ul li span {
        font-size: 10px;
    }

    .cont-visitor2 .item-seminar .hours-seminar {
        border-bottom: dotted 1px #333;
    }

    .cont-visitor2 .item-seminar .hours-seminar span {
        display: inline-block;
        width: 0;
        height: 0;
        border: solid 6px transparent;
        border-left: solid 6px #000000;
        margin-left: 10px;
    }
}

/* ===================================================================
����g�s�b�N�X3�i�Z�~�i�[���j
=================================================================== */
.cont-visitor3 .ttl-line span {
    color: #7f1083;
}

.cont-visitor3 .lead {
    margin-bottom: 5%;
    font-size: 1.2em;
    line-height: 1.8em;
    position: relative;
}

.cont-visitor3 .lead p {
    margin-bottom: 1em;
    width: 100%;
}

.cont-visitor3 .lead ul li {
    font-size: 12px;
    line-height: 140%;
}

.cont-visitor3 .lead span {
    display: block;
    background-color: #23b338;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.cont-visitor3 .free-seminar {
    border: solid 4px #7f1083;
    background-color: #fffbf3;
    padding: 6% 2%;
    margin-bottom: 3%;
}

.cont-visitor3 .free-seminar p {
    text-align: center;
    margin-bottom: 20px;
}

.cont-visitor3 .free-seminar ul li {
    font-size: 14px;
    line-height: 1.4em;
    padding-left: 1em;
    text-indent: -1em;
}

.cont-visitor3 .free-seminar ul {
    width: 55%;
    margin: 0 auto;
}

.cont-visitor3 .nav-date-seminar {
    border: solid 1px #7f1083;
    margin-bottom: 20px;
}

.cont-visitor3 .nav-date-seminar ul {
    overflow: hidden;
    padding: 1%;
}

.cont-visitor3 .nav-date-seminar ul li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 20px;
    border-right: solid 1px #7f1083;
}

.cont-visitor3 .nav-date-seminar ul li:last-child {
    border-right: none;
}

.cont-visitor3 .nav-date-seminar ul li span {
    font-size: 16px;
}

.cont-visitor3 .nav-date-seminar ul li a {
    color: #7f1083;
    display: block;
    padding: 1em 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.cont-visitor3 .nav-date-seminar ul li a.current {
    background-color: #7f1083;
    color: #fff;
}

.cont-visitor3 .nav-date-seminar ul li a.current i {
    color: #fff;
}

.cont-visitor3 .nav-date-seminar ul li i {
    color: #7f1083;
    font-size: 14px;
}

.cont-visitor3 .cont-seminar {
    padding-bottom: 30px;
    /* background-color: #fffbf3; */
}

.cont-visitor3 .cont-seminar h4 {
    border-bottom: solid 3px #ccc;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 18px;
}

.cont-visitor3 .cont-seminar h4:first-letter {
    color: #7f1083;
}

.cont-visitor3 .item-seminar {
    background-color: #fffbf3;
}

.cont-visitor3 .item-seminar .hours-seminar {
    padding: 2%;
    font-size: 20px;
}

.cont-visitor3 .item-seminar .unit-seminar {
    padding: 2%;
}

.cont-visitor3 .cont-seminar h5 {
    background-color: #b541a8;
    color: #fff;
    font-size: 20px;
    padding: 0.8em;
    border-top: solid 3px #7f1083;
}

.cont-visitor3 .cont-seminar h5 span {
    background-color: #f39800;
    color: white;
    font-size: 18px;
    padding: 4px 10px;
    margin-left: 10px;
}

.cont-visitor3 .cont-seminar h5 span.area {
    background-color: #fff;
    color: #b541a8;
    float: right;
    margin-top: -5px;
}

.cont-visitor4 .cont-seminar h5 span {
    background-color: #f39800;
    color: white;
    font-size: 18px;
    padding: 4px 10px;
    margin-left: 10px;
}

.cont-visitor4 .cont-seminar h5 span.area {
    background-color: #fff;
    color: #f5ad35;
    float: right;
    margin-top: -5px;
}

.cont-visitor3 .cont-seminar h1 {
    background-color: #4ec19a;
    color: #fff;
    font-size: 18px;
    padding: 0.8em;
    border-top: solid 3px #ffffff;
}

.cont-visitor3 .cont-seminar h2 {
    background-color: #5dbbe7;
    color: #fff;
    font-size: 18px;
    padding: 0.8em;
    border-top: solid 3px #ffffff;
}

.cont-visitor3 .cont-seminar h3 {
    background-color: #f27272;
    color: #fff;
    font-size: 18px;
    padding: 0.8em;
    border-top: solid 3px #ffffff;
}

.cont-visitor3 .item-seminar .photo {
    margin-bottom: 20px;
    text-align: center;
}

.cont-visitor3 .item-seminar .unit-seminar p {
    margin-bottom: 0.25em;
}

.cont-visitor3 .item-seminar .unit-seminar .section {
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #333;
    margin-bottom: 0.5em;
}

.cont-visitor3 .item-seminar .unit-seminar .section3 {
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #333;
    margin-bottom: 0.5em;
    max-width: 550px;
}

.cont-visitor3 .item-seminar .unit-seminar .section2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0.5em;
}

@media print, screen and (min-width: 769px) {

    /*PC*/
    .cont-visitor3 .lead span {
        width: 240px;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #23b338;
        padding: 15px 0;
        font-weight: bold;
        font-size: 20px;
    }

    .cont-visitor3 .lead span.free-lesson {
        width: 240px;
        position: relative;
        border-radius: 5px;
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .cont-visitor3 .nav-date-seminar ul li a {
        position: relative;
    }

    .cont-visitor3 .nav-date-seminar ul li a i {
        position: absolute;
        right: 5%;
        top: 50%;
        margin-top: -7px;
    }

    .cont-visitor3 .item-seminar {
        display: table;
        width: 100%;
        /*border-bottom: solid 1px #ccc;*/
    }

    .cont-visitor3 .item-seminar .hours-seminar {
        display: table-cell;
        width: 10%;
        vertical-align: top;
        text-align: center;
        border-right: solid 1px #ccc;
    }



    .cont-visitor3 .item-seminar .hours-seminar span {
        display: block;
        width: 0;
        height: 0;
        border: solid 10px transparent;
        border-top: solid 10px #000000;
        margin: 10px auto 0;
    }

    .cont-visitor3 .item-seminar .unit-seminar {
        display: table-cell;
        width: 80%;
        vertical-align: top;
    }

    .cont-visitor3 .item-seminar .unit-seminar .body {
        overflow: hidden;
    }

    .cont-visitor3 .item-seminar .unit-seminar .body .photo {
        width: 140px;
        float: right;
        margin-left: 0.25em;
    }

    .cont-visitor3 .item-seminar .unit-seminar .body .article {
        margin-right: 180px;
    }

    .cont-visitor3 .item-seminar .unit-seminar .body_event .photo {
        width: 240px;
        float: right;
        margin-left: 0.25em;
    }

    .cont-visitor3 .item-seminar .unit-seminar .body_event .photo2 {
        width: 250px;
        float: right;
        margin-left: 1em;
    }
}

@media only screen and (max-width: 768px) {

    /*SP*/
    .cont-visitor3 .lead {
        font-size: 14px;
    }

    .cont-visitor3 .lead p {
        width: 100%;
    }

    .cont-visitor3 .lead ul {
        margin-bottom: 1em;
    }

    .cont-visitor3 .lead ul li {
        padding-left: 1em;
        text-indent: -1em;
    }

    .cont-visitor3 .lead span {
        width: 100%;
        padding: 15px 0;
    }

    .cont-visitor3 .free-seminar p {
        width: 60vw;
        margin: 0 auto 20px;
    }

    .cont-visitor3 .nav-date-seminar ul li a {
        font-size: 12px;
        padding: 0.5em 0;
    }

    .cont-visitor3 .nav-date-seminar ul li span {
        font-size: 10px;
    }

    .cont-visitor3 .item-seminar .hours-seminar {
        border-bottom: dotted 1px #333;
    }

    .cont-visitor3 .item-seminar .hours-seminar span {
        display: inline-block;
        width: 0;
        height: 0;
        border: solid 6px transparent;
        border-left: solid 6px #000000;
        margin-left: 10px;
    }

    .cont-visitor3 .item-seminar .hours-seminar p {
        display: inline-block;
        vertical-align: middle;
    }

    .cont-visitor3 .cont-seminar h5 span {
        display: block;
        margin-left: 0;
        margin-top: 6px;
        text-align: center;
    }
}

/* ===================================================================
����g�s�b�N�X4�i�Z�~�i�[���jorange
=================================================================== */
.cont-visitor4 .ttl-line span {
    color: #f29903;
}

.cont-visitor4 .lead {
    margin-bottom: 5%;
    font-size: 1.2em;
    line-height: 1.8em;
    position: relative;
}

.cont-visitor4 .lead p {
    margin-bottom: 1em;
}

.cont-visitor4 .lead ul li {
    font-size: 12px;
    line-height: 140%;
}

.cont-visitor4 .lead span {
    display: block;
    background-color: #23b338;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.cont-visitor4 .free-seminar {
    border: solid 4px #f29903;
    background-color: #fffbf3;
    padding: 6% 2%;
    margin-bottom: 3%;
}

.cont-visitor4 .free-seminar p {
    text-align: center;
    margin-bottom: 20px;
}

.cont-visitor4 .free-seminar ul li {
    font-size: 14px;
    line-height: 1.4em;
    padding-left: 1em;
    text-indent: -1em;
}

.cont-visitor4 .free-seminar ul {
    width: 55%;
    margin: 0 auto;
}

.cont-visitor4 .nav-date-seminar {
    border: solid 1px #f29903;
    margin-bottom: 20px;
}

.cont-visitor4 .nav-date-seminar ul {
    overflow: hidden;
    padding: 1%;
}

.cont-visitor4 .nav-date-seminar ul li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 20px;
    border-right: solid 1px #f29903;
}

.cont-visitor4 .nav-date-seminar ul li:last-child {
    border-right: none;
}

.cont-visitor4 .nav-date-seminar ul li span {
    font-size: 16px;
}

.cont-visitor4 .nav-date-seminar ul li a {
    color: #f29903;
    display: block;
    padding: 1em 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.cont-visitor4 .nav-date-seminar ul li a.current {
    background-color: #f29903;
    color: #fff;
}

.cont-visitor4 .nav-date-seminar ul li a.current i {
    color: #fff;
}

.cont-visitor4 .nav-date-seminar ul li i {
    color: #f29903;
    font-size: 14px;
}

.cont-visitor4 .cont-seminar {
    padding-bottom: 30px;
}

.cont-visitor4 .cont-seminar h4 {
    border-bottom: solid 3px #ccc;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 18px;
}

.cont-visitor4 .cont-seminar h4:first-letter {
    color: #f29903;
}

.cont-visitor4 .item-seminar {
    background-color: #fffbf3;
}

.cont-visitor4 .item-seminar .hours-seminar {
    padding: 2%;
    font-size: 20px;
}

.cont-visitor4 .item-seminar .unit-seminar {
    padding: 2%;
}

.cont-visitor4 .cont-seminar h5 {
    background-color: #f5ad35;
    color: #fff;
    font-size: 20px;
    padding: 0.8em;
    border-top: solid 3px #f29903;
}

.cont-visitor4 .cont-seminar h5 span {
    display: block;
    color: #fff;
    font-size: 18px;
}

.cont-visitor4 .item-seminar .photo {
    margin-bottom: 20px;
    text-align: center;
}

.cont-visitor4 .item-seminar .unit-seminar p {
    margin-bottom: 0.25em;
}

.cont-visitor4 .item-seminar .unit-seminar .section {
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #333;
    margin-bottom: 0.5em;
}

.cont-visitor4 .item-seminar .unit-seminar .section3 {
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #333;
    margin-bottom: 0.5em;
    max-width: 550px;
}

.cont-visitor4 .item-seminar .unit-seminar .section2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0.5em;
}

@media print, screen and (min-width: 769px) {

    /*PC*/
    .cont-visitor4 .lead span {
        width: 240px;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #23b338;
        padding: 15px 0;
        font-weight: bold;
        font-size: 20px;
    }

    .cont-visitor4 .nav-date-seminar ul li a {
        position: relative;
    }

    .cont-visitor4 .nav-date-seminar ul li a i {
        position: absolute;
        right: 5%;
        top: 50%;
        margin-top: -7px;
    }

    .cont-visitor4 .item-seminar {
        display: table;
        border-bottom: solid 1px #ccc;
        width: 100%;
    }

    .cont-visitor4 .item-seminar .hours-seminar {
        display: table-cell;
        width: 10%;
        vertical-align: top;
        text-align: center;
        border-right: solid 1px #ccc;
    }

    .cont-visitor4 .item-seminar .hours-seminar span {
        display: block;
        width: 0;
        height: 0;
        border: solid 10px transparent;
        border-top: solid 10px #000000;
        margin: 10px auto 0;
    }

    .cont-visitor4 .item-seminar .unit-seminar {
        display: table-cell;
        width: 80%;
        vertical-align: top;
    }

    .cont-visitor4 .item-seminar .unit-seminar .body {
        overflow: hidden;
    }

    .cont-visitor4 .item-seminar .unit-seminar .body .photo {
        width: 240px;
        float: right;
        margin-left: 0.25em;
    }

    /*
	.cont-visitor4 .item-seminar .unit-seminar .body .article {
		margin-right: 280px;
	}
	*/
}

@media only screen and (max-width: 768px) {

    /*SP*/
    .cont-visitor4 .lead {
        font-size: 14px;
    }

    .cont-visitor4 .lead ul {
        margin-bottom: 1em;
    }

    .cont-visitor4 .lead ul li {
        padding-left: 1em;
        text-indent: -1em;
    }

    .cont-visitor4 .lead span {
        width: 100%;
        padding: 15px 0;
    }

    .cont-visitor4 .free-seminar p {
        width: 60vw;
        margin: 0 auto 20px;
    }

    .cont-visitor4 .nav-date-seminar ul li a {
        font-size: 12px;
        padding: 0.5em 0;
    }

    .cont-visitor4 .nav-date-seminar ul li span {
        font-size: 10px;
    }

    .cont-visitor4 .item-seminar .hours-seminar {
        border-bottom: dotted 1px #333;
    }

    .cont-visitor4 .item-seminar .hours-seminar span {
        display: inline-block;
        width: 0;
        height: 0;
        border: solid 6px transparent;
        border-left: solid 6px #000000;
        margin-left: 10px;
    }

    .cont-visitor4 .item-seminar .hours-seminar p {
        display: inline-block;
        vertical-align: middle;
    }
}




/* ===================================================================
�o�W�҈ꗗ
=================================================================== */
#seminar {}

#stage {}

dl.seminar_content {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

dl.seminar_content dt {
    display: block;
    cursor: pointer;
    background-color: #fbb03b;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 12px 0 10px;
    line-height: 1;
    margin-bottom: 10px;
}

dl.seminar_content dd {
    display: none;
}

dl.seminar_content dd.open {
    display: block;
}

dl.seminar_content dd {
    padding: 10px;
}

.stage_a {
    padding: 3px 5px;
    margin-top: 10px;
    /* background-color: #23b338; */
    /* background-color: #2342b3; */
    background-color: #ff8f00;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.stage_b {
    padding: 3px 5px;
    margin-top: 10px;
    background-color: #23b338;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.stage_c {
    padding: 3px 5px;
    margin-top: 10px;
    background-color: #2342b3;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.ic_txt_catch.stage_a_label {
    background-color: #e75f5f;
}

.ic_txt_keywd.stage_b_label {
    background-color: #3f844d;
}

.ic_txt_keywd.stage_c_label {
    background-color: #ed9937;
}

.ic_txt_keywd.stage_d_label {
    background-color: #804012;
}


.seminar .hanrei {
    margin-top: 5px;
    padding: 5px 0 0;
}

.hanrei_wrap {
    margin-top: 20px;
}

.stage_kouri,
.stage_live {
    padding: 3px 5px 0;
    margin-left: 10px;
    background-color: #ff0000;
    font-size: 16px;
}

.cont-visitor,
.cont-visitor2,
.cont-visitor3 {
    padding-top: 0px;
}

/* 2020/09 */
.seminar_lead h3 {
    border-bottom: solid 2px #ccc;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 18px;
}

.seminar_lead_txt {
    font-size: 24px;
    margin: 20px 0;
    text-align: center;
    color: #ff0000;
    font-weight: 700;
}

.seminar_lead_ttl {
    margin-bottom: 2em;
    background-color: #ea5350;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.seminar_lead_ttl h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 2rem;
}

.seminar_lead_ttl p {
    text-align: center;
    font-size: 20px;
}

.seminar_lead strong.fs120 {
    font-size: 120%;
}

.cont-seminar h6 {
    color: #079a3e;
}

.seminar_teacher_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.seminar_teacher_img .img_box {
    width: calc(100% / 2);
    display: flex;
    margin: 10px 0;
    padding: 0 5px;
    align-items: flex-end;
    justify-content: flex-end;
}

.seminar_teacher_img .img_box.add_column1 {
    width: calc(100% / 2.4);
}

.seminar_teacher_img .img_box.add_column2 {
    width: calc(100% / 3.3);
}

.seminar_teacher_img .img_box p {
    text-align: right;
}

.seminar_teacher_img .img_box .t_photo {
    margin-left: 1em;
}

.seminar_teacher_books {
    display: flex;
    flex-wrap: wrap;
    font-size: 95%;
    text-align: center;
}

.seminar_teacher_books p {
    padding: 5px;
    text-align: left;
}

.seminar_teacher_books .books {
    width: calc(100% / 4);
    margin-bottom: 1em;
}

ul.seminar_teacher_books_list li {
    font-size: 95%;
}

.stage_date {
    display: flex;
    /* border-bottom: solid 3px #ccc; */
    margin-bottom: 1em;
}

.stage_date h3 {
    font-size: 18px;
    margin-right: 1em;
}

.stage_date h3:first-letter {
    color: #ea5350;
}

ul.stage_list {
    /* margin-bottom: 1em; */
    margin-top: 1em;
    margin-left: 1em;
}

ul.stage_list li {
    display: inline-block;
}

.seminar_sub {
    position: relative;
    background-color: #ff797d;
    color: #fff;
    padding: 1em;
    border-top: solid 3px #ea5350;
}

.seminar_sub h3 {
    font-size: 20px;
}

.seminar_sub .ic_new {
    position: absolute;
    top: 0.8em;
    right: 1em;
    font-size: 14px;
}

.cont-visitor .cont-seminar h5 {
    background-color: #ff797d;
    color: #fff;
    font-size: 20px;
    padding: 0.8em;
    border-top: solid 3px #ea5350;
}

.cont-visitor .cont-seminar h5.lk {
    background-color: #72C26A;
    border-top: solid 3px #418e36;
}

.hanrei {
    padding: 2em 0;
}

.ic_txt_catch {
    display: inline-block;
    background: #ff0000;
    border-radius: 3px;
    padding: 3px 5px;
    margin-right: 5px;
    color: #ffffff;
    font-size: 12px;
}

.ic_txt_keywd {
    display: inline-block;
    background: #418e36;
    border-radius: 3px;
    padding: 3px 5px;
    margin-right: 5px;
    color: #ffffff;
    font-size: 12px;
}

.ic_txt_keywd.seminar_keyword {
    margin-left: 0px;
}

.hanrei .ml15 {
    margin-left: 0px;
}

.sort_order {
    float: right;
    line-height: 30px;
}

.btn_play {
    display: block;
    /* cursor: pointer; */
    /* background-color: #079a3e; */
    background-color: #bbbbbb;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 12px 0 10px;
    line-height: 1;
    margin-bottom: 10px;
}

.btn_play a {
    display: block;
    color: #ffffff !important;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .seminar_lead h3 {
        font-size: 16px;
    }

    .seminar_lead_txt {
        font-size: 20px;
        margin: 10px 0;
    }

    .seminar_lead_ttl h2 {
        padding: 10px;
    }

    .seminar_lead_ttl p {
        font-size: 90%;
    }

    .seminar_teacher_img {
        display: block;
    }

    .seminar_teacher_img .img_box,
    .seminar_teacher_img .img_box.add_column1,
    .seminar_teacher_img .img_box.add_column2 {
        width: 100%;
    }

    .seminar_teacher_img .img_box p {
        text-align: right;
        font-size: 90%;
    }

    .seminar_teacher_books,
    ul.seminar_teacher_books_list li {
        font-size: 80%;
    }

    .seminar_teacher_books .books {
        width: calc(100% / 2);
        margin-bottom: 1em;
    }

    ul.stage_list {
        margin-bottom: 0;
    }

    ul.stage_list li {
        display: inline-block;
        margin: 0.5em 0;
    }

    .stage_date {
        display: block;
    }

    .seminar_sub h3 {
        width: 75%;
    }

    .seminar_sub .ic_new {
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 768px) {

    /*SP*/
    .stage_a,
    .stage_b,
    .stage_c {
        margin-top: 0px;
        margin-left: 10px;
        font-size: 14px;
    }

    .sp_photo_block {
        display: flex;
        flex-direction: column-reverse;
    }
}




.nav-category {
    margin-bottom: 20px;
    background: #ffffff;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.nav-category ul {
    border: solid 1px #ddd;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 2%;
}

.nav-category ul li {
    width: calc(100% / 2 - 10px);
    text-align: center;
}

.nav-category ul li:nth-of-type(2) {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.nav-category ul li:first-child a {
    color: #fff;
    background-color: #ff797d;
    text-decoration: none;
}

.nav-category ul li:nth-of-type(3) a {
    color: #7f1083;
}

.nav-category ul li a, .nav-category ul li span {
    display: block;
    padding: 2%;
    background-color: #804012;
    color: white;
    text-decoration: none;
    padding-bottom: 20px;
    position: relative;
    font-size: 18px;
}

.nav-category ul li span:hover::after {
    content: "Coming Soon";
    position: absolute;
    bottom: 0;
    left: 41%;
    font-size: 14px;
    color: #bdaa9d;
}


.fa-chevron-circle-down:before {
    content: "\f13a";
}

.nav-category ul li a::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 47%;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-category ul li a {
    position: relative;
    font-weight: bold;
    font-size: 18px;
}


.nav-category ul li a i {
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -6px;
}





@media only screen and (max-width: 768px) {

    .cont-seminar .seminar_block {
        padding: 0;
    }

    .hanrei {
        padding: 0;
    }

    .seminar_block>p:last-child {
        font-size: 12px;
    }

    .nav-category ul li {
        width: calc(100% / 2 - 1vw);
    }

    .nav-category ul li a {
        font-size: 14px;
    }

    .cont-visitor .ttl-line {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .cont-visitor .cont-seminar h5 {
        font-size: 16px;
        padding: 0.3em 0.8em;
    }

    .cont-visitor .cont-seminar h5 span {
        font-size: 13px;
    }

    .cont-visitor .cont-seminar h5 .keyword span.stage_kouri, .cont-visitor .cont-seminar h5 .keyword span.stage_live {
        font-size: 13px;
    }

    .cont-visitor .item-seminar .hours-seminar {
        font-size: 14px;
    }

    .cont-visitor .item-seminar .unit-seminar img {
        width: 60vw;
        margin: 5vw 0;
    }

    .cont-visitor .item-seminar .unit-seminar .section2 {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 0;
    }

    .cont-visitor .item-seminar .unit-seminar .section {
        font-size: 16px;
    }
}


.item-seminar .multi {
    display: flex;
}

.item-seminar .multi>div {
    flex: 1;
}

.item-seminar .unit-seminar .multi>div .article p {
    font-size: 16px;
    padding-left: 8px;
}

.item-seminar .unit-seminar .multi_title {
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0 7px;
}

.left_st {
    text-align: left;
    color: #e95513;
    font-size: 24px;
    font-weight: bold;
}




h3.style_h302 {
    background: none;
    border-bottom: 1px solid #ccc;
}

h3.style_h302::before {
    content: '\25cf';
    color: #ff8f00;
    padding-right: 10px;
}

.cont-visitor .cont-seminar h4:first-letter {
    color: #000000;
}

.h1_pagettl {
    display: flex;
    justify-content: space-between;
}

.h1_ttltxt {
    display: block;
    height: auto;
    max-height: none;
    padding-top: 30px;
    padding-left: 20px;
}

.h1_pagettl>div:last-child {
    width: 55%;
    text-align: right;
}

.h1_pagettl>div:last-child img {
    max-width: 100%;
    max-height: 100%;
}

.h1_ttltxt>.mod2021_2 span.ic_txt_ttl {
    display: inline-block;
    background: #eb0000;
    border-radius: 3px;
    padding: 5px 15px;
    line-height: 1;
    margin-right: 5px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 8px;
    vertical-align: middle;
}

.unit-seminar .name_small {
    font-size: 80%;
    margin-left: 4px;
}


.only_mb {
    display: none;
}

.cancel {
    border: 5px solid red;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: bold;
    margin: 5px 0;
    color: red;
}

@media only screen and (max-width: 768px) {
    .h1_pagettl>div:last-child {
        width: 60%;
    }

    .h1_ttltxt {
        padding-top: 5vw;
    }

    .h1_ttltxt>.mod2021_2 span.ic_txt_ttl {
        font-size: 3.5vw;
        margin-top: 10px;
        padding: 1vw 2vw;
    }

    .left_st {
        font-size: 5vw;
        line-height: 1.5;
    }

    .h1_pagettl {
        height: 42vw;
        max-height: 40vw;
    }

    .only_mb {
        display: block;
    }

    .cancel {
        padding: 6px 5px;
        font-size: 14px;
        letter-spacing: 0;
    }
}

.section .fs_small {
    font-size: 98%;
}



/* -------------------------------
202207
------------------------------- */

h3.style_h302 {
    padding: 10px 10px 10px 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    background: #ea5550 url(/img/bg_h302.svg) left center no-repeat;
    background-size: 8px;
}

.h1_seminar {
    background: url(/img/bg_h1seminar.png) left top no-repeat;
}

.h1_ttltxt h1 {
    padding-left: 0;
}

.h1_ttltxt p {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.seminar_block .hanrei {
    line-height: 25px;
    padding: 5px;
}

.seminar_block .hanrei img {
    height: 37px;
    vertical-align: middle;
}

.seminar .sem22 {
    margin: 70px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.seminar .sem22 .sem_f {
    display: none;
}

.seminar .sem22 .sem_h {
    display: flex;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.seminar .sem22 .sem_h .icon {
    display: flex;
    gap: 6px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: normal;
    align-items: center;
}

.seminar .sem22 .sem_h .icon>div {
    height: 27px;
}

.seminar .sem22 .sem_h .icon .target_icon {
    background-color: #f00;
    color: white;
    font-size: 70%;
    padding: 7px 7px 5px;
    border-radius: 3px;
}

.seminar .sem22 .sem_h .icon .keyword_icon {
    background-color: #418e36;
    color: white;
    font-size: 70%;
    padding: 7px 7px 5px;
    border-radius: 3px;
}

.seminar .sem22 .sem_h .icon .stage_label {
    background-color: #f00;
    color: white;
    font-size: 70%;
    padding: 7px 7px 5px;
    border-radius: 3px;
}

.seminar .sem22 .sem_h .icon .stage_label.stage_a_label {
    background-color: #e75f5f;
}

.seminar .sem22 .sem_h .icon .stage_label.stage_b_label {
    background-color: #3f844d;
}

.seminar .sem22 .sem_h .icon .stage_label.stage_c_label {
    background-color: #ed9937;
}

.seminar .sem22 .sem_h .icon .stage_label.stage_d_label {
    background-color: #804012;
}

.seminar .sem22 .sem_m .presents {
    background-color: red;
    color: white;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 10px;
    font-weight: bold;
}

.seminar .sem22 .comingsoon {
    padding-left: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #aaa;
}

.seminar .sem22 .sem_b {
    background-color: #fbb03b;
    color: white;
    text-align: center;
    border-radius: 10px;
    padding: 5px 0;
    letter-spacing: 3px;
    margin-bottom: 10px;
    cursor: pointer;
}

.cont-visitor .cont-seminar h5 {
    background: none;
    color: #ff0000;
    border: none;
    padding: 0;
    width: 100%;
    padding-left: 10px;
}

.seminar .sem22 .sem_m {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: wrap;
}

.seminar .sem22 .sem_m .logo img {
    max-width: 200px;
    margin-bottom: 10px;
}

.seminar .sem22 .sem_m .aichiken .logo img {
    max-width: 100px;
    margin-bottom: 10px;
}

.seminar .sem22 .sem_m .logo>div {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
}

.seminar .sem22 .sem_m .face img {
    width: 200px;
    height: 250px;
    object-fit: cover;
}

.seminar .sem22 .sem_m .face.vaio img {
    object-position: top;
}

.seminar .sem22 .sem_m .face.ikeuchi img {
    width: 200px;
    height: 150px;
    object-fit: contain;
}

.seminar .sem22 .sem_m .aichiken .face img {
    max-width: 200px;
    height: 180px;
    object-fit: contain;
}

.seminar .sem22 .sem_m .person {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    gap: 20px;
    margin: 20px 0;
}

.seminar .sem22 .sem_m .person.wide_mt {
    margin-top: 60px;
}


.seminar .sem22 .sem_m .person>.logo_left {
    display: flex;
    height: 100%;
    align-items: flex-start;
}

.seminar .sem22 .sem_m .person>.logo_left+div {
    flex-grow: 2;
}

.seminar .sem22 .sem_m .person>.logo_left img {
    max-width: 200px;
}

.seminar .sem22 .sem_m .person>.logo_left img.max270 {
    max-width: 270px;
}

.seminar .sem22 .sem_m .person .logo {
    text-align: right;
}

.seminar .sem22 .sem_f {
    padding: 10px;
}

.seminar .sem22 .sem_f .profile>div:first-child, .seminar .sem22 .sem_f .profile>div.heading {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #f00;
    line-height: 1.2;
    padding: 5px 0;
    margin: 20px 0 10px;
}

.seminar .sem22 .sem_f .profile>div.heading+div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 30px;
}

.seminar .sem22 .sem_f .profile>div.heading+div img {
    max-width: 150px;
    border: 1px solid #aaa;
}

.seminar .sem22 .sem_f .profile>div.heading+div p {
    font-weight: bold;
    margin-top: 10px;
}

.seminar .sem22 .sem_f .profile h6 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.seminar .sem22 .sem_f .profile div.m_btn {
    display: none;
}

.seminar .sem22 .sem_f .profile a.m_btn {
    /* background-color: #aaa; */
    color: white;
    border-radius: 5px;
    cursor: pointer;
    /* padding: 3px 5px; */
    font-size: 90%;
    letter-spacing: 2px;
    text-decoration: none;
}

.seminar .sem22 .sem_f .profile a.m_btn img {
    width: 25px;
}

.seminar .sem22 .sem_f .profile a.m_btn:hover {
    opacity: 0.7;
}

.cont-visitor .ttl-line#livekitchen span {
    color: #534741;
}

h5.cs {
    color: #888 !important;
}

.seminar .sem22 .sem_h .icon .ramen_icon {
    width: 45px;
    height: 45px;
}

.small_shi {
    display: inline-block;
    margin-left: 5px;
    font-size: 88%;
}

.seminar .nw {
    white-space: nowrap;
    margin-left: 7px;
}

@media only screen and (max-width: 768px) {
    .h1_seminar {
        display: block;
    }

    .h1_ttltxt {
        width: 100%;
    }

    .h1_ttltxt h1 {
        font-size: 6vw;
    }

    .h1_ttltxt p {
        padding-top: 20px;
    }

    .cont-visitor .cont-seminar h5 {
        font-size: 5.3vw;
        line-height: 1.2;
        padding-left: 0;
    }

    .seminar .sem22 {
        margin: 10vw 0;
        padding-bottom: 5vw;
    }

    .seminar .sem22 .sem_m>div {
        justify-content: center;
    }

    .seminar .sem22 .sem_m .person {
        justify-content: flex-start;
    }

    .seminar .sem22 .sem_m .person .logo {
        text-align: center;
    }

    .seminar .sem22 .sem_h .icon {
        flex-wrap: wrap;
    }

    .seminar .sem22 .sem_m .person .logo {
        display: flex;
        gap: 3vw;
        align-items: flex-start;
    }

    .seminar .sem22 .sem_m .face {
        text-align: center;
        width: 100%;
    }

    .seminar .sem22 .sem_m .face img {
        max-width: 50%;
    }

    .seminar .sem22 .sem_m .person .logo img {
        max-width: 52vw;
    }

    .seminar .sem22 .sem_m .logo>div {
        font-size: 5vw;
        text-align: left;
    }

    .seminar .sem22 .sem_m .person>.logo_left {
        height: auto;
        width: 100%;
        justify-content: center;
    }
}

.seminar .sem22 .sem_f .profile>div.heading+div.book_wrap {
    justify-content: flex-start;
}

.seminar .sem22 .sem_f .profile>div.heading+div.book_wrap>div {
    display: flex;
    align-items: end;
    gap: 5px;
}

.seminar .sem22 .sem_f .profile>div.heading+div.book_wrap .book_title {
    font-weight: bold;
}

.seminar .sem22 .sem_f .profile>div.heading+div.book_wrap img {
    max-width: 130px;
}

@media only screen and (max-width: 768px) {
    .seminar .sem22 .sem_f .profile>div.heading+div.book_wrap {
        display: block;
    }

    .seminar .sem22 .sem_f .profile>div.heading+div.book_wrap>div {
        margin-bottom: 5vw;
    }

}

/* -------------------------------
20220831
------------------------------- */
.seminar .h1_seminar {
    /*background: url(/img/seminar/bg_h1seminar.png) left top no-repeat;*/
}

.seminar h3.style_h303 {
    padding: 10px 10px 10px 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    background: #ffffff url(/img/bg_h303.svg) left center no-repeat;
    background-size: 8px;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
}

.seminar .h1_ttltxt h1 {
    line-height: 1;
    color: #000000;
    font-size: 26px;
    letter-spacing: .2em;
    font-weight: 700;
    /* padding-left: 35px; */
}

.seminar .h1_ttltxt p {
    border-top: 2px solid #126820;
    line-height: 1;
    color: #8c6239;
    font-size: 10px;
    letter-spacing: .2em;
    padding-top: 12px;
    margin-top: 10px;
}

.h1_pagettl {
    width: 1000px;
    margin: 0 auto;
    padding-left: 10px;
    background: url(../images/bg_h100.jpg) left top no-repeat;
    height: 190px;
    max-height: 190px;
}


/* セミナー */
.semi_lead {
    padding: 0 25px 0 38px;
    font-weight: 700;
}

@media only screen and (max-width: 640px) {
    .semi_lead {
        padding: 0 12px 0 19px;
    }
}

.seminar_block {
    margin: 30px 0;
}

.seminar_block p {
    line-height: 1.7;
    margin-bottom: 15px;
}


.seminar_block .center_st {
    font-size: 24px;
}

ul.seminar_date {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

ul.seminar_date li {
    /*width: 200px; */
    width: 49%;
}

ul.seminar_date li a {
    background: url(/img/ic_seminar_navi.png) center 42px no-repeat;
    display: block;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 0;
    border: 2px solid #cccccc;
    border-radius: 8px;
}

ul.seminar_date li a.active {
    background: url(/img/ic_seminar_navi.png) center 42px no-repeat;
    border: 2px solid #eb0000;
}

ul.seminar_date li a:hover {
    border: 2px solid #eb0000;
    background: url(/img/ic_seminar_navi.png) center 42px no-repeat;
    border-radius: 8px;
    color: #1d2129;
}

.seminar_border {
    border: 1px solid #cccccc;
    padding: 20px;
    margin: 10px 0;
}

.seminar_box,
.seminar_box02 {
    display: flex;
}

.seminar_box02 {
    margin-top: 20px;
}

.seminar_box:nth-child(2),
.seminar_box:nth-child(3) {
    align-items: flex-end;
}

.seminar_txt {
    flex: 1;
}

.seminar_time {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 700;
    margin-bottom: 10px;
}

.seminar_time>span:first-of-type {
    margin-left: 5px;
}

.seminar_time.done>span:first-of-type {
    margin-left: 0;
}

@media only screen and (max-width: 640px) {
    .seminar_time>span:first-of-type {
        margin-left: 0;
    }
}

ul.seminar_no {
    margin-bottom: 10px;
}

ul.seminar_no li {
    display: inline-block;
    font-size: 12px;
}

ul.seminar_no li:first-child {
    margin-right: 10px;
}

ul.seminar_no li:last-child {
    background-color: #4d4d4d;
    color: #ffffff;
    text-align: center;
    width: 60px;
}

h3.seminar_ttl {
    font-size: 18px;
    color: #eb0000;
}

.seminar_box02 h4 {
    font-size: 16px;
}

h4.seminar_profile {
    margin: 20px 0;
    border-bottom: 1px solid #eb0000;
}

.seminar_teacher {
    text-align: right;
    font-size: 16px;
}

.seminar_teacher span {
    font-size: 14px;
}

.seminar_teacher span+span {
    padding-left: 0.5em;
}

.seminar_img {
    width: 130px;
    margin-left: 15px;
}

.seminar_img img {
    width: 130px;
}

dl.seminar_content {}

dl.seminar_content dt {
    display: block;
    cursor: pointer;
    background-color: #eb0000;
    border-radius: 10px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding: 12px 0 10px;
    line-height: 1;
    margin-bottom: 10px;
}

dl.seminar_content dd {
    display: none;
}

dl.seminar_content dd {
    padding: 10px;
}

dl.seminar_content dd p {
    margin-bottom: 1em;
}

/* 著書 */
dl.seminar_content ul.book {
    display: flex;
    flex-wrap: wrap;
}

dl.seminar_content ul.book li {
    width: 300px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}

dl.seminar_content ul.book li img {
    display: block;
    margin: 0 auto 10px;
    height: 130px;
}

@media only screen and (max-width: 640px) {
    dl.seminar_content ul.book li {
        width: 50%;
    }
}

/* セミナーの写真とお名前の位置チューニング 
 * このcssすべて削除すれば従来の可変方式に戻ります
 * ※ただし写真と名前の揃えは無効になります
 */
@media only screen and (min-width: 641px) {

    .seminar_box,
    .seminar_box02 {
        margin-bottom: 10px;
        min-height: 190px;
        position: relative;
    }

    h3.seminar_ttl {
        line-height: 1.4;
    }

    .seminar_teacher {
        position: absolute;
        bottom: 0;
        width: 513px;
        line-height: 1;
    }

    .seminar_teacher span {
        display: inline-block;
        margin-bottom: 2px;
    }

    .seminar_teacher span:last-of-type {
        margin-bottom: 8px;
    }

    .seminar_img img {
        position: absolute;
        bottom: 0;
    }

    .seminar_box:nth-child(2),
    .seminar_box:nth-child(3) {
        min-height: 175px;
    }
}

/* セミナーの写真とお名前の位置チューニングend */

.btn_play {
    display: block;
    /*cursor: pointer;*/
    background-color: #079a3e;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 12px 0 10px;
    line-height: 1;
    margin-bottom: 10px;
}

.btn_play a {
    display: block;
    color: #ffffff !important;
    text-decoration: none;
}

.btn_play small {
    display: block;
    font-size: 80%;
    padding: 2px 0;
}

.btn_play.gray {
    background-color: #999999;
    cursor: default;
}

.btn_play.gray a {
    cursor: default;
}

.ippin_seminar {
    background: rgba(255, 0, 0, 0.1);
    padding: 20px;
    margin-top: 30px;
}

.ippin_seminar p {
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px;
}

@media only screen and (max-width: 640px) {
    .seminar_block {
        margin: 20px 0;
    }

    .seminar_block .center_st {
        font-size: 14px;
    }

    .seminar_block .center_st br {
        display: none;
    }

    .seminar_border {
        padding: 10px;
    }

    ul.seminar_date li {
        /*width: 80px;*/
    }

    ul.seminar_date li a {
        background: url(/img/ic_seminar_navi.png) center 32px no-repeat;
        font-size: 14px;
    }

    ul.seminar_date li a.active {
        background: url(/img/ic_seminar_navi.png) center 32px no-repeat;
    }

    ul.seminar_date li a:hover {
        background: url(/img/ic_seminar_navi.png) center 32px no-repeat;
    }

    .seminar_box,
    .seminar_box02 {
        flex-direction: column;
    }

    h3.seminar_ttl {
        font-size: 14px;
    }

    .seminar_box02 h4 {
        font-size: 13px;
    }

    .seminar_img {
        width: 130px;
        margin-left: 0;
        text-align: center;
        margin: 0 auto;
    }
}

.seminar_block .kome {
    margin-top: 1em;
}

.seminar_block .kome em {
    background: #ffc33c;
    font-style: normal;
}

.hanrei {
    padding-top: 2em;
}

.m20 {
    margin: 20px 0;
}

h3.style_h302 {
    color: #ffffff;
}

.cont-seminar h5 {
    background: none;
    color: #ff0000;
    border: none;
    padding: 0;
    width: 100%;
    padding-left: 10px;
    font-size: 20px;
}

.ic_txt_keywd, .ic_txt_keywd.seminar_keyword {
    margin-left: 6px;
}

.seminar .h1_ttltxt p {
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    .nav-category ul li span {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2em;
    }

    .t22 {
        font-size: 3.4vw !important;
    }

    .show_navi {
        margin-top: 150px;
    }

    .h1_seminar {
        display: block;
    }

    .h1_ttltxt {
        width: 100%;
    }

    .h1_ttltxt h1 {
        font-size: 5.3vw !important;
        letter-spacing: 0;
    }

    .h1_pagettl {
        height: 42vw;
        max-height: 40vw;
        max-width: 100%;
    }

    .seminar .h1_ttltxt p {
        font-size: 16px;
        letter-spacing: 0;
        padding-top: 7px;
        margin-top: 7px;
    }

    .seminar .nw {
        white-space: normal;
    }

    .seminar .left_st {
        font-size: 4.5vw;
    }

    .ic_txt_keywd, .ic_txt_keywd.seminar_keyword {
        margin-left: 0;
    }


}



/* -------------------------------
20230922
------------------------------- */


body {
    scroll-behavior: smooth;
}

.fwb {
    font-weight: bold;
}

.uly {
    margin: 1.5% 0 2%;
    background: linear-gradient(transparent 70%, #fed300 30%);
    display: inline-block;
}

.seminar ul.seminar_date li a:hover {
    border: 2px solid #fff;
}

.seminar ul.seminar_date li a.btn_left {
    border: 2px solid #0c7124;
}

.seminar ul.seminar_date li a.btn_left:hover {
    background-color: #539466;
    color: white;
}

.seminar ul.seminar_date li a.btn_right {
    border: 2px solid #e06154;
}

.seminar ul.seminar_date li a.btn_right:hover {
    background-color: #e68578;
    border: 2px solid #e06154;
    color: white;
}

.seminar .sem22 .sem_h .icon .keyword_icon {
    background-color: #f39800;
}

.ic_txt_keywd {
    background: #804012;
}

.seminar .sem22 .sem_h .icon .target_icon {
    background-color: #e24b3b;
}

.ic_txt_catch {
    background: #e24b3b;
}

.seminar .sem22 .sem_b {
    background-color: #56a242;
    color: white;
    text-align: center;
    border-radius: 10px;
    padding: 5px 0;
    letter-spacing: 3px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px solid #2d9249;
}

.seminar .sem22 .sem_g {
    display: block;
    background: #aaa !important;
    color: white;
    text-align: center;
    border-radius: 10px;
    padding: 5px 0;
    letter-spacing: 3px;
    margin-bottom: 10px;
    border: 2px solid #888;
}

.seminar .sem22 .sem_b:hover {
    background-color: #66d04b;
    /* color: #000000; */
}

.seminar .sem22 .sem_m .sem_m_inner_box {
    border: 4px solid #e24b3b;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    width: 100%;
}

.seminar .sem22 .sem_m .sem_m_inner_box>div {
    flex-basis: 50%;
}

.seminar .sem22 .sem_m .sem_m_inner_box h6 {
    color: #fff;
    background-color: #e24b3b;
    color: white;
    line-height: 1.6;
    margin-bottom: 6px;
    padding: 3px 15px;
    margin-bottom: 10px;
}

.seminar .sem22 .sem_m .sem_m_inner_box .title {
    font-weight: bold;
    text-align: center;
}

.seminar .sem22 .sem_m .sem_m_inner_box .member {
    margin-top: 10px;
    text-align: right;
}

.cont-seminar h5 {
    color: #ec230e;
    margin-top: 7px;
}

@media only screen and (max-width: 768px) {
    .seminar .sem22 .sem_m .sem_m_inner_box {
        flex-direction: column;
    }

    .seminar .h1_ttltxt {
        width: 100% !important;
    }

    .seminar .sem22 .sem_f .profile>div.heading+div {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}



.seminar .h1_ttltxt h1 {
    display: block;
    line-height: 1.2;
}

.seminar .h1_ttltxt span {
    padding-left: 0;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    color: #666;
}

.seminar .h1_ttltxt {
    width: 800px;
    padding-top: 20px;
}

.seminar .seminar_block .underline {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #e95513;
}

.seminar .ic_txt_keywd.stage_b_label {
    /* background-color: #3f844d; */
    background-color: #3f5d84;
}

.seminar ul.seminar_date li a.active {
    border: 2px solid #2d9249;
    background-color: #4db233;
    color: white;
}

.seminar ul.seminar_date li a:hover {
    border: 2px solid #0c7124;
}

.seminar h3.style_h303 {
    border-top: 1px solid #0c7124;
    border-bottom: 1px solid #0c7124;
}

.seminar .sem22 .sem_f .profile>div:first-child, .seminar .sem22 .sem_f .profile>div.heading {
    border-bottom: 1px solid #0c7124;
}

.seminar h3.style_h302 {
    background: #4e6db4 url(/img/bg_h302.svg) left center no-repeat;
}

.seminar h3.style_h302.day2 {
    background: #db6656 url(/img/bg_h302.svg) left center no-repeat;
}


.seminar h3.style_h302::before {
    content: '\25cf';
    color: #2e406b;
    padding-right: 10px;
}

.seminar h3.style_h302.day2::before {
    color: #e68c7c;
}

.seminar .co_prof {
    margin-left: 10px;
    font-size: 12px;
    display: inline-block;
    background-color: #9d9d9d;
    padding: 4px 10px;
    border-radius: 5px;
    font-weight: normal;
    color: white;
}

@media only screen and (max-width: 768px) {
    .show_navi {
        margin-top: 10px;
    }

    .seminar .left_st br {
        display: none;
    }

    .seminar .sem22 .sem_m .person.wide_mt {
        margin-top: 20px;
    }

    .seminar .sem22 .sem_h .icon .keyword_icon.fss {
        font-size: 65%;
    }
}




/* -------------------------------
2025
------------------------------- */



.seminar .sem22 .sem_h {
    display: flex;
    align-items: flex-start;
    flex-direction: column;

    .stage_label {
        background-color: #126820;
        color: white;
        font-size: 15px;
        line-height: 1;
        display: flex;
        align-items: center;
        padding: 5px 10px;
        margin-right: 15px;
    }

    .time {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-left: 10px;

        .arrow {
            font-size: 13px;
        }
    }
}

.seminar .sem22 .sem_h>div:first-child {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;




    .icon {
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;

        h4 {
            font-size: 12px;
            letter-spacing: 0;
            margin-right: 5px;
        }

        .f_wrap {
            display: flex;
            gap: 6px;
            justify-content: flex-end;
        }

        .keyword_icon {
            border-radius: 30px;
            padding-right: 12px;
            padding-left: 12px;
            font-weight: bold;
            font-size: 15px;
        }

        .keyword_icon.seminar {
            background-color: #4e6db4;
        }

    }
}

.seminar .sem22 .sem_h>div:last-child {
    display: flex;
    flex-direction: column;
    /* gap: 5px; */
    width: 100%;

    .intendedaudience {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        font-size: 13px;
        font-weight: normal;
        align-items: center;
        background-color: #f0f6ef;
        padding: 5px 10px 2px;
        width: 100%;






        h4 {
            margin-right: 10px;
            font-size: 12px;
        }

        .f_wrap {
            display: flex;
            gap: 3px;
        }

        .f_wrap div {
            padding: 6px 7px;
            border-radius: 4px;
            background-color: #2b8443;
            color: white;
        }
    }

    .keyword {
        display: flex;
        align-items: center;
        background-color: #f0f6ef;
        padding: 2px 10px 5px;


        h4 {
            font-size: 12px;
            color: #333333;
            margin-right: 10px;
            margin-bottom: 3px;
        }

        .f_wrap {
            display: flex;
            gap: 5px;
        }

        .f_wrap div {
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 13px;
            font-weight: normal;
            color: #145426;
            background-color: #ffffff;
            font-weight: bold;
            letter-spacing: 1px;
            border: 1px solid #c7dccc;
        }
    }
}




@media only screen and (max-width: 768px) {

    .seminar .sem22 .sem_h>div:first-child {
        flex-wrap: wrap;
        justify-content: flex-start;

        .icon {
            gap: 3px;
            justify-content: flex-start;
            margin-top: 5px;

            .f_wrap {
                gap: 3px;
                flex-wrap: wrap;
                height: auto;
            }

            .keyword_icon {
                font-size: 13px;
                padding-right: 5px;
                padding-left: 5px;
            }

        }
    }

    .seminar .sem22 .sem_h>div:last-child {
        .intendedaudience {
            .f_wrap {
                flex-wrap: wrap;
            }
        }

        .keyword {
            flex-wrap: wrap;

            .f_wrap {
                /* margin-top: 5px; */
                column-gap: 3px;
                flex-wrap: wrap;
                row-gap: 3px;
            }

            .f_wrap>div {
                padding: 5px;
            }

        }
    }

    .seminar .sem22 .sem_m {
        h5 {
            padding-left: 0;
        }

        .person {
            justify-content: center;
            margin-bottom: 0;
            gap: 5px;




            .logo {
                flex-direction: column;
                gap: 0;
                align-items: center;
            }

            .logo>div {
                font-size: 15px;
                text-align: right;
            }
        }

    }

    .seminar .sem22 .sem_b {
        margin-top: 10px;
    }

}

/* 基調講演ラベル */
.kicho_label {
    background-color: #ec230e;
    color: white;
    font-size: 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    margin-left: 5px;
}

/* 会場ラベル */
.stage_a_label.stage_label {
background: linear-gradient(
    to right, 
    #46b575 0%, /* 左寄りの明るい部分 */ 
    #2a9660 30%, /* 中間：深い緑 */ 
    #20bb62 70%, /* 右寄りの明るい部分 */ 
    #2e9358 90%, /* 右寄りの明るい部分 */ 
    #187541 100% /* 右端：再び暗い緑 */);
}

.stage_b_label.stage_label {
    background: linear-gradient(
    to right,
    #0a132d 0%,    /* 左端：非常に暗いネイビー */
    #1b3a82 5%,   /* 中間：落ち着いた青 */
    #527ede 40%,   /* ピーク：最も明るいブルー */
    #1d3682 85%,   /* 右側への移行 */
    #0d1632 100%   /* 右端：再び暗いネイビー */
  );
}
