@charset "UTF-8";

/* -------------------------------
追加202205
------------------------------- */
.page_show dd, .page_show div {
    /* font-size: 15px; */
}

@media only screen and (max-width: 768px) {
    .page_show dd, .page_show div {
        /* font-size: 15px; */
    }
}




/* SDGsマーク */
.show_area h3 {
    position: relative;
}

.show_area h3>div {
    position: absolute;
    right: 0;
    top: -6px;
    display: flex;
    align-items: flex-start;

}

.show_area h3>div img {
    width: 38px;
    height: auto;
    display: block;
    margin-left: 3px;
}

.show_area h3.pr_wide {
    padding-right: 80px;
}

.show_area h3.mr_one {
    margin-right: 0;
}

.show_area h3.mr_zero {
    margin-right: 0;
}


#show03 .show_graf {
    padding: 20px 0 0;
}

#show06>div:nth-child(2) {
    margin-bottom: 40px;
}

#show06 h4 {
    text-align: left;
}

#show06 .inner {
    padding: 20px 0 20px;
}

#show06 .inner.mod2021 {
    padding: 20px;
    margin: 20px 10px;
    border: solid;
    border-color: #5183dc;
    align-items: center;
}

#show06 .inner.mod2021.no_border {
    border: none;
    align-items: center;

}

.sdgs_img {
    flex: 2.8 !important;
}


#show06 .inner>div {
    margin: 10px;
}

#show06 .inner>div:first-child {
    flex: 1.5;
    font-size: 16px;
}

#show06 .inner>div:last-child {
    flex: 3;
    font-size: 16px;
}

#show06 .inner>div.c_pt:last-child {
    padding-top: 28px;
}

#show06 h4 {
    background-color: #f6f6f6;
    padding: 0;
}

#show06 h4 span {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    width: 120px;
    height: 40px;
    color: #f6f6f6;
    line-height: 40px;
    text-align: center;
    background: #e50044;
    z-index: 0;
    font-size: 20px;
}

#show06 h4 span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -20px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 10px;
    border-color: transparent transparent transparent #e50044;
}

#show06>div:nth-child(2) {
    text-align: center;
    font-size: 18px;
}



.show_area h3, .show_area_l h3 {
    font-size: 18px;
    padding: 6px 30px 8px 0;
    margin-bottom: 0.5em;
    margin-right: 0;
    color: #e95550;
    text-align: center;
    border-bottom: 2px dashed #e85377;
    position: relative;
    clear: initial;
    z-index: -1;
    line-height: 1.3;
}


.special_area .sdgs {
    float: right;
    margin: 0 0 10px 10px;
    background-color: white;
}

.special_area .sdgs img {
    width: 55px;
    margin-left: 5px;
}

.special_area .show_area p img {
    float: right;
    margin: 15px 0 0 15px;
}

.special_area_txt {
    font-weight: normal;
    font-size: 16px;
}

.style_area_name {
    text-align: center;
}


.show_area_img.mod2021 {
    text-align: right;
    margin-top: 15px;
}

.show_area_img.mod2021 img {
    max-width: 200px;
}

.show_area img.mod2021 {
    max-height: 140px;
}

.show_area_img.mod2021 img.wide {
    max-width: 100%;
}

.show_area_img.mod2021 img.wide_m {
    max-width: 280px;
}

.show_area img.w36 {
    width: 36%;
}






/* ================出展のメリット================== */
.merit-container .item-merit {
    margin-bottom: 20px;
}

.merit-container .item-merit h3 {
    text-align: center;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-bottom: 1em;
    padding: 0.3em;
    font-size: 16px;
}

.merit-container .merit01 h3 {
    background-color: #f79903;
}

.merit-container .merit02 h3 {
    background-color: #f79903;
}

.merit-container .merit03 h3 {
    background-color: #f79903;
}

.merit-container .merit04 h3 {
    background-color: #f79903;
}

.merit-container .merit05 h3 {
    background-color: #f79903;
}



.merit-container .merit-dl {
    margin-bottom: 1em;
}

.merit-container .merit-dl dt {
    font-size: 20px;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
}

.merit05 .merit-dl dt {
    font-size: 22px;
}

.merit-container .merit-dl dt span {
    color: #e60012;
}

.font_color_pink {
    color: #e60012;
}

.merit-container .merit-buyer {
    margin-bottom: 10px;
}

.merit-container .merit-buyer dd {
    padding: 10px 20px;
}

.merit-container .merit-buyer dt {
    background-color: #f79903;
    text-align: center;
    color: #fff;
    padding: 0.5em;
    margin-bottom: 10px;
}

.merit-container .merit-buyer dd {
    font-size: 12px;
    line-height: 1.5;
}



.merit05 .merit_buyer {
    background-color: #ffe5bb;
    padding: 10px 0;
    position: relative;
}

.merit05 .merit_buyer .ab {
    position: absolute;
    right: 0;
    color: black;
    font-size: 50%;
    font-weight: normal;
}



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

    .overlay {
        top: 87px;
    }

    .nav-category ul li a i, .nav-show ul li a i {
        margin-top: 2vw;
    }

    .nav-show ul li {
        padding: 1vw;
    }

    ul.drawer-menu a, ul.drawer-menu span {
        font-size: 5vw;
    }

    .head_access_sp ul li:last-child img {
        width: 75px;
    }

    .ttl-line span {
        font-size: 18px;
    }

    .nav-category ul li a, .nav-show ul li a {
        font-size: 16px;
    }

    .head_access_sp ul li p {
        font-size: 14px;
        line-height: 1.4;
        font-weight: normal;
    }

    .exhibition_area .head {
        font-size: 18px;
        line-height: 1.5;
    }

    #show06>div:nth-child(2) {
        font-size: 18px;
    }

    #show06 .inner.mod2021 {
        margin: 2vw 0;
        padding: 0;
    }

    #show06 .inner>div.c_pt:last-child {
        padding-top: 0;
    }

    #show06 .inner>div:last-child {
        font-size: 16px;
    }

    #show02 p {
        font-size: 16px;
    }

    #show03 dd {
        font-size: 16px;
    }

    .merit-container .merit-dl dt {
        font-size: 1.2rem;
    }

    /* .merit-container .merit-dl dt br { 
        display: none;
    } */


    /* -------------------------------
   outline
   ------------------------------- */
    .about {
        font-size: 1rem;
    }

    .outline .inner {
        font-size: 1rem;
    }


    /* 2019 */

    .show_area,
    .show_area_l {
        width: 100%;
        border: 2px solid #e85377;
        padding: 7px;
        margin-bottom: 20px;
    }

    .show_area h3,
    .show_area_l h3 {
        font-size: 18px;
        padding: 0px;
        margin-bottom: 0.5em;
        color: #e95550;
        text-align: center;
        border-bottom: 2px dashed #e85377;
    }

    /* SDGsマーク */
    .show_area h3 {
        padding-right: 80px;
        min-height: 15vw;
        margin-right: 0;
        padding-top: 1vw;
        padding-bottom: 2vw;
    }

    .show_area h3.pr_wide {
        padding-right: 110px;
    }

    .show_area h3.full_wide {
        padding-right: 0;
        padding-top: 15.5vw;
    }

    .show_area h3.mr_one {
        margin-right: 0;
    }

    .show_area img.pc_only {
        display: none;
    }

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

    .show_area_txt p {
        width: 70%;
    }

    .show_area_txt .show_area_img {
        width: 29%;
    }

    .show_ad_img {
        text-align: center;
    }

    .special_area .sdgs img {
        width: 12vw;
    }

    .special_area .sdgs {
        margin-bottom: 0;
    }



}


@media only screen and (max-width: 360px) {
    .merit05 .merit_buyer .ab {
        position: relative;
        display: block;
        line-height: 1.8;
        text-align: right;
    }
}


.merit05 .show_graf_ttl {
    margin: 20px 0 30px;
}

.merit05 h4 {
    margin-bottom: 10px;
}

.merit05 .img {
    padding: 10px;
}

.merit05 .img img {
    margin-bottom: 10px;
}


/* -------------------------------
show merit2021
------------------------------- */
.merit-container .merit05 .box dt {
    margin-bottom: 0;
}

.merit-container .merit05 .box dd {
    font-size: 100%;
    padding: 10px 20px;
    background-color: #ffeed2a6;
}

.merit-container .merit05 h3 {
    /* margin-bottom: 0.2rem; */
    margin-bottom: 20px;
}

.merit-container .merit05>div:nth-child(2) {
    width: 100%;
    text-align: right;
    font-size: 12px;
}

.merit-container .merit05>div:last-child>div:last-child {
    display: flex;
}

.merit-container .merit05>div:last-child>div:last-child>div:nth-child(1) {
    width: 32%;
}

.merit-container .merit05>div:last-child>div:last-child>div:nth-child(2) {
    width: 32%;
}

.merit-container .merit05>div:last-child>div:last-child>div:nth-child(3) {
    width: 32%;
}


/* ================出展のご案内================== */
.merit-container {
    overflow: hidden;
    margin-bottom: 30px;
}

.item-merit {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.item-merit.merit05 {
    width: 100%;
    margin-top: 30px;
}

.item-merit.merit02 .merit-dl dt {
    min-height: 50px;
}

.item-merit:nth-child(even) {
    margin-right: 0;
}

.show .inner.noflex {
    display: block;
}

.show .inner .show_pic {
    width: 80%;
    margin-left: 10%;
    text-align: center;
}

.ad_list {
    background-color: #faf6f0;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.ad_list h6 {
    color: #000;
    margin: 0 0 10px;
    font-size: 100%;
}

.tar {
    text-align: right;
}

.menu>ul>li:not(:first-child) {
    min-width: auto;
}

.nav-show ul li {
    width: 19%;
}

.nav-show ul li a {
    font-size: 15px;
    line-height: 1.4;
}

.nav-show ul {
    padding: 5px;
}

.show .date dl.kouen dt {
    margin-bottom: 15px;
}



nav .menu>ul>li>a:hover {
    background: none;
    color: white;
    background-color: #f88300;
}


#show05 .flex_wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
}






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

    /* -------------------------------
   outline
   ------------------------------- */
    .outline-catch .catch-text {
        width: 100%;
    }

    .outline-catch {
        padding: 5vw 0 0 0;
    }

    .nav-show ul li {
        display: inline-block;
        width: 50%;
        text-align: center;
        vertical-align: middle;
        border-left: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
        padding: 1vw 0;
    }

    .nav-show ul li:nth-child(3) {
        border-bottom: solid 1px #ccc;
    }

    .nav-show ul li:nth-child(4) {
        border-bottom: solid 1px #ccc;
    }

    .nav-show ul {
        padding: 0;
    }

    .item-merit {
        width: 100%;
    }

    .merit-container .merit05 .box dt {
        font-size: 5vw;
    }

    .merit05 .merit_buyer .ab {
        display: block;
        position: relative;
        text-align: right;
        line-height: 1;
        margin-top: 1vw;
    }

    .show .inner .show_pic {
        width: 100%;
        margin-left: 0;
    }

    .merit-container .merit05>div:last-child>div:last-child {
        flex-wrap: wrap;
    }

    .merit-container .merit05>div:last-child>div:last-child>div:nth-child(1) {
        width: 100%;
    }

    .merit-container .merit05>div:last-child>div:last-child>div:nth-child(2) {
        width: 100%;
    }

    .merit-container .merit05>div:last-child>div:last-child>div:nth-child(3) {
        width: 100%;
    }

    .item-merit.merit02 .merit-dl dt {
        min-height: auto;
    }

    .show_graf_ttl {
        font-size: 17px;
    }

    .exhibition_area dl {
        font-size: 16px;
    }

    .nav-show ul li a {
        line-height: 1;
    }
}


/* -------------------------------
タブレット対応
------------------------------- */
body {
    /* max-width: 1000px; */
    min-width: auto;
    width: 100%;
}

header#header_block_pc .head_wrapper, .container, .pic_list02, .pic_list {
    max-width: 1000px;
    width: 100%;
}

.top_information, #top_content .top_block {
    max-width: 1000px;
    width: 100%;
}









.schedule .inner_note {
    text-align: center;
}

.schedule_block ul {
    position: relative;
    width: 112px;
    text-align: center;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
}

.schedule_block>ul:not(:last-child) {
    margin-right: 25px;

}



.outline_page .ttl-line2 {
    color: white !important;
    background-color: #44af35;
    padding: 5px 15px;
    text-align: left;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 36px;
}

.outline_page .ttl-line2 span {
    background: none;
}

.outline_page .ttl-line2:before {
    display: none;
}

.outline_page .special_area .show01 .show {
    border: 2px solid #333;
    border-radius: 20px;
    margin-bottom: 15px;
}

.outline_page .special_area .show01 .show:nth-child(1) {
    border-color: #e50044;
}

.outline_page .special_area .show01 .show:nth-child(2) {
    border-color: #44af35;
}

.outline_page .special_area .show01 .show:nth-child(3) {
    border-color: #7f1083;
}


.outline_page .special_area .show01 .show h4 {
    background: none;
    border-bottom: 1px solid #333;
    line-height: 1;
    text-align: center;
}

.outline_page .special_area .show01 .show:nth-child(1) h4 {
    color: #e50044;
    border-color: #e50044;
}

.outline_page .special_area .show01 .show:nth-child(1) .date dl dt {
    background-color: #e50044;
}

.outline_page .special_area .show01 .show:nth-child(2) h4 {
    color: #44af35;
    border-color: #44af35;
}

.outline_page .special_area .show01 .show:nth-child(2) .date dl dt {
    background-color: #44af35;
}

.outline_page .special_area .show01 .show:nth-child(3) h4 {
    color: #7f1083;
    border-color: #7f1083;
}

.outline_page .special_area .show01 .show:nth-child(3) .date dl dt {
    background-color: #7f1083;
}

.outline_page .special_area .show01 .show h4 {
    padding: 0 0 10px;
    margin-bottom: 18px;
    font-size: 20px;
}


.outline_page .special_area .show .inner .show_pic {
    width: 360px;
    margin-left: 20px;
}

.outline_page .special_area .show dl dd {
    font-size: 15px;
}

.outline_page .special_area .show .date dl dt {
    margin-bottom: 10px;
}


.outline_page .outline dd {
    line-height: 24px;
}

@media only screen and (max-width: 768px) {
    .outline_page .special_area .show .inner .show_pic {
        width: 100%;
        margin-left: 0;
    }

    .outline_page .special_area {
        margin: 3vw 0;
    }

    .outline_page .special_area .show01 .show:nth-child(3) h4 {
        font-size: 20px;
    }

    .outline_page .special_area .show dl dd {
        margin-bottom: 3vw;
    }

    #show05 .flex_wrap {
        display: block;
    }

    .schedule_block ul {
        width: 33vw;
    }

    .schedule .inner_note {
        font-size: 3.5vw;
    }
}




.navi_home a:hover {
    padding: 20px 23px;
}

.navi_home a .ic_home_w {
    display: none;
}

.navi_home a:hover .ic_home_w {
    display: block;
}

.navi_home a:hover .ic_home {
    display: none;
}






#show06 .img_outline {
    text-align: center;
}

#show08 .img_specialevent {
    text-align: center;
}

#show06 .show_outline .flex_wrap {
    display: flex;
    justify-content: center;
}

#show06 .show_outline .flex_wrap>div:nth-child(odd) {
    border: 7px solid #ff8f00;
    border-radius: 10px;
    padding: 10px;
    width: 32%;
}

#show06 .show_outline .flex_wrap>div:nth-child(odd)>div {
    border: 4px double #ff8f00;
    height: 100%;
}

#show06 .show_outline h4 {
    font-weight: bold;
    font-size: 30px;
    color: white;
    background-color: #ff8f00;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 2px;
}

#show06 .show_outline h4+div {
    padding: 20px 10px;
}

#show06 .show_outline h4+div>div:first-child {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: underline;
}

#show06 .show_outline ul {
    padding-left: 20px;
}

#show06 .show_outline ul+div {
    text-align: right;
}

#show06 .show_outline ul li {
    list-style: disc;
}

#show06 .show_outline .flex_wrap>div:nth-child(2) {
    width: 20%;
    padding: 6% 2%;
}

#show06 .show_outline .flex_wrap>div:nth-child(2) h5 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #ff8f00;
    text-decoration: underline;
    margin-bottom: 20px;
}

#show06 .show_outline .flex_wrap>div:nth-child(2) img {
    width: 100%;
}

#show06 .show_outline .flex_wrap>div:nth-child(2) ul li {
    list-style-type: square;
}

#show06 .show_outline .flex_wrap>div:nth-child(4) {
    display: none;
}


#show08 .specialevent {
    border: 4px solid #804f22;
    border-radius: 30px;
    background-color: #fff8f2;
    width: 90%;
    margin: 0 auto;
}

#show08 .specialevent::before {
    /* content: "";
    background-image: url(../img/show/special_bk1.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 126px;
    display: block; */

}

#show08 .specialevent>div {
    padding: 40px 30px 30px;
    /* margin-top: -80px; */
}

#show08 .specialevent>div span.red {
    color: red;
    text-decoration: underline;
}

#show08 .specialevent h4 {
    text-align: center;
}

#show08 .specialevent h4 img {
    width: 70%;
}

#show08 .specialevent h4+div {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 20px;
    line-height: 1.3;
}

#show08 .specialevent>div>div:nth-child(4), #show08 .specialevent>div>div:nth-child(5) {
    border: 2px solid #5e3a19;
    margin-top: 20px;
    background-color: white;
}

#show08 .specialevent>div>div:nth-child(4) h6, #show08 .specialevent>div>div:nth-child(5) h6 {
    background-color: #5e3a19;
    color: white;
    padding: 6px 15px;
    font-size: 18px;
    letter-spacing: 2px;
}

#show08 .specialevent>div>div:nth-child(4) ul {
    padding: 10px 20px;
    padding-left: 20px;
}

#show08 .specialevent>div>div:nth-child(5) ul {
    padding: 20px;
    display: flex;
    padding-left: 40px;
    flex-wrap: wrap;
}

#show08 .specialevent>div>div:nth-child(5) ul span {
    white-space: nowrap;
}

#show08 .specialevent>div>div:nth-child(4) ul li, #show08 .specialevent>div>div:nth-child(5) ul li {
    list-style: none;
}

#show08 .specialevent>div>div:nth-child(5) ul li {
    padding-right: 0;
    width: 21%;
}

#show08 .specialevent>div>div:last-child {
    background-color: #5e3a19;
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 50px;
}

#show08 .specialevent>div>div:last-child>div:first-child {
    text-align: center;
    margin-top: -40px;
    margin-bottom: 10px;
}

#show08 .specialevent>div>div:last-child>div:first-child img {
    width: 80%;
}

#show08 .specialevent>div>div:last-child ul {
    padding-left: 10px;
}

#show08 .specialevent>div>div:last-child ul li {
    list-style: none;
}


@media only screen and (max-width: 640px) {
    #show06 .show_outline .flex_wrap {
        flex-direction: column;
        border: 2px solid #ff8f00;
        padding: 2vw;
    }

    #show06 .show_outline .flex_wrap>div:nth-child(odd) {
        width: 100%;
        padding: 0;
        border: 2px solid #ff8f00;
    }

    #show06 .show_outline .flex_wrap>div:nth-child(2) {
        width: 100%;
    }

    #show06 .show_outline h4 {
        font-size: 6vw;
        padding: 2vw;
    }

    #show06 .show_outline h4+div>div:first-child {
        font-size: 5vw;
        margin-bottom: 3vw;
    }

    #show08 .specialevent {
        width: 100%;
    }

    #show08 .specialevent>div {
        padding: 6vw 4vw;
    }

    #show08 .specialevent h4 img {
        width: 100%;
    }

    #show08 .specialevent h4+div {
        font-size: 5vw;
        margin: 3vw 0;
    }

    #show08 .specialevent h4+div br {
        display: none;
    }

    #show08 .specialevent>div>div:nth-child(5) ul {
        /* display: block; */
        padding: 4vw;
    }

    #show08 .specialevent>div>div:last-child>div:first-child img {
        width: 100%;
    }

    #show08 .specialevent>div>div:last-child ul {
        padding-left: 0;
    }

    #show08 .specialevent>div>div:nth-child(4), #show08 .specialevent>div>div:nth-child(5) {
        margin-top: 3vw;
    }

    #show08 .specialevent>div>div:nth-child(5) ul li {
        width: 49%;
    }

    #show06 .show_outline .flex_wrap>div:nth-child(1) {
        order: 1;
        margin-bottom: 0;
    }

    #show06 .show_outline .flex_wrap>div:nth-child(2) {
        order: 4;
        padding: 6vw 20vw;
        background-color: #f5f5f5;
        position: relative;
        margin-top: 15vw;
    }

    #show06 .show_outline .flex_wrap>div:nth-child(2)::before {
        content: "";
        border-top: 7vw solid #ff8f00;
        border-right: 9vw solid transparent;
        border-bottom: 9vw solid transparent;
        border-left: 9vw solid transparent;
        position: absolute;
        top: -11vw;
        left: 38vw;
    }

    #show06 .show_outline .flex_wrap>div:nth-child(2) img {
        display: none;
    }

    #show06 .show_outline .flex_wrap>div:nth-child(3) {
        order: 3;
    }

    #show06 .show_outline .flex_wrap>div:nth-child(4) {
        order: 2;
        text-align: center;
        display: block;
    }

    #show06 .show_outline .flex_wrap>div:nth-child(4) img {
        width: 35vw;
    }

    #show06 .show_outline h4+div {
        padding: 3vw;
    }

    #show08 .pc_only {
        display: none;
    }

    #show06 .show_outline .flex_wrap>div:nth-child(2) h5 {
        font-size: 6vw;
    }

}




/* -------------------------------
出展カテゴリ　#show07
------------------------------- */

#show07 .catch {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#show07 .catch+div {
    text-align: center;
    margin-bottom: 30px;
}

#show07 .catch+div+div {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

#show07 .catch+div+div ul {
    width: 44%;
    font-size: 90%;
    color: #333;
}

#show07 .catch+div+div ul li:last-child {
    margin-top: 14px;
}

#show07 .cate_grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 0;
    background-color: #f6f6f6;
    padding: 10px;
}

#show07 .cate_grid>div {
    padding: 5px 5px;
    cursor: pointer;
}

#show07 .cate_grid>div img:hover {
    cursor: pointer;
    opacity: 0.7;
    /* transition: 0.5s; */
    /* filter: saturate(30%); */
}

.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    opacity: 0;
    transition: 0.5s;
}

.layer .view_data {
    z-index: 100;
    max-width: 600px;
    min-height: 120px;
    width: 80%;
    transition: all 1s;
    box-shadow: 0 0 10px #ffffff;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    z-index: 200;
}

.layer .view_data>div {

    border: 5px solid #333;
    background-color: white;
    border-radius: 5px;

    padding: 15px 20px;

}

.layer .heading {
    background-color: #9b9b9b;
    display: inline-block;
    margin: 0;
    padding: 4px 8px 3px;
    color: white;
    letter-spacing: 2px;
    font-size: 95%;
    font-weight: normal;
    line-height: 1;
    border-radius: 5px;
    margin-bottom: 6px;
}

.layer .view_data .cate_title {
    font-weight: bold;
    font-size: 145%;
    border-bottom: 2px dashed #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-align: center;
    /* text-decoration: underline; */
}

.view_data_close {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    padding-top: 10px;
}

.view_data_close>div {
    display: inline-block;
    border-radius: 3px;
    background-color: #eee;
    padding: 6px;

}

#show07 .text_red {
    color: red;
    /* font-size: 15px; */
    text-align: center;
    text-decoration: underline;
}

#show07 .exhibition_area {
    margin-bottom: 20px;
}

#show08 .exhibition_area {
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    #show07 .catch+div+div ul {
        width: 100%;
    }

    #show07 .cate_grid {
        display: grid;
        grid-template-columns: repeat(1, auto);
    }

    #show07 .view_data {
        bottom: 9vh;
        left: 0;
        width: 100%;
        padding: 0;
        box-shadow: none;
    }

    #show07 .view_data>div {
        margin: 2vw;
        padding: 0;
    }

}




#show07, #show08 {
    margin-top: -170px;
    padding-top: 170px;
}

.outline_page #wrapper .outline-catch .top_head {
    background-color: #ff8f00;
    padding: 40px 0;
    background: rgb(255 143 0);
    background: linear-gradient(180deg, rgb(255 143 0) 0%, rgb(255 170 62) 60%, rgb(255 143 0) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.outline_page #wrapper .outline-catch .top_head div:first-child {
    font-size: 55px;
    letter-spacing: 4px;
    font-weight: bold;
    color: #fff700;
    line-height: 1.2;
    margin-bottom: 0;
    text-shadow: 0 0 4px #bb6900;
}

.outline_page #wrapper .outline-catch .top_head div:last-child {
    font-size: 26px;
    font-weight: bold;
    color: white;
    line-height: 1;
    letter-spacing: 2px;
    text-shadow: 0 0 4px #bb6900;
}

.outline .mb7 {
    margin-bottom: 7px;
}

@media only screen and (max-width: 768px) {
    .outline_page #wrapper .outline-catch .top_head {
        display: block;
        padding: 4vw;
    }

    .outline_page #wrapper .outline-catch .top_head div:first-child {
        font-size: 10vw;
        margin-bottom: 2vw;
    }

    .outline_page #wrapper .outline-catch .top_head div:last-child {
        font-size: 26px;
        line-height: 1.3;
    }
}


/* -------------------------------
20221101
------------------------------- */

/* header */
header h1 {
    font-size: inherit;
}

header h1>div:last-child {
    /* text-align: left; */
    display: flex;
    /* height: 18px; */
    padding: 0;
    gap: 2px;
    align-items: center;
}

header h1>div:last-child img {
    width: auto;
    height: 18px;
}

header h1>div:last-child a, header h1>div:last-child span {
    color: #f00;
    text-decoration: none;
    font-size: 14px;
    display: block;
    letter-spacing: 0;
}

header h1>div:last-child>div {
    /* width: 20px; */
    /* height: 20px; */
    color: red;
}





/* attendance */
#attendance .tac {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    /* margin-top: 30px; */
    color: #ea5350;
}

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

#attendance .press_btn-area .btn-contact {
    background-color: #ea5550;
}



.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: 0;
    line-height: 2rem;
}

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

.attendance_lead p {
    font-size: 18px;
    line-height: 1.8;
}

.attendance_lead_txt {
    font-size: 24px;
    margin: 2em 0;
    text-align: center;
    color: #000;
    font-weight: 700;
}

.attendance_lead_txt.small {
    color: #f00;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 6px;
}

.attendance_lead h3 {
    border-bottom: solid 2px #ccc;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 18px;
}

.second-container .btn-area {
    margin-bottom: 20px;
}


/* footer */
.fo_sitemap_block01 {
    border-right: 1px solid #d9d9d9;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5;
}

.fo_sitemap .sitemap_ttl span {
    color: #aaa;
}


/* outline */
.outline_page #wrapper .outline-catch .top_head {
    flex-direction: column;
}

.outline_page #wrapper .outline-catch .top_head div:first-child {
    font-size: 38px;
}

.outline_page #wrapper .outline-catch .top_head div:last-child {
    line-height: 1.2;
}

.outline_page #wrapper .outline-catch .top_head {
    padding: 25px 0;
}




.menu>ul {
    justify-content: flex-start;
}

.menu>ul>li {
    /* background-color: #f9951a; */
    max-width: max-content;
}

.menu>ul>li:not(:first-child) {
    flex: 1;
}

nav .menu>ul>li.navi_visit>a, nav .menu>ul>li.navi_visit>span {
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #f9951a;
    /* color: white; */
    flex-direction: column;
    row-gap: 1px;
    padding: 0 22px;
}

nav .menu>ul>li.navi_visit>a:hover, nav .menu>ul>li.navi_visit>span:hover {
    color: white;
    background-color: #f9951a;
    transition: .2s;
    cursor: pointer;
    position: relative;
    /* border-right: 1px solid #fff; */
    /* border-left: 1px solid #fff; */
}

nav .menu>ul li>span:hover::after {
    content: "Coming Soon";
    display: block;
    position: absolute;
    bottom: 0;
    color: #ddd;
    font-size: 90%;
    transition: .2s;
}

.head_contact {
    width: auto;
}

header#header_block_pc .h_box02.case1, header#header_block_pc .h_box02.case2 {
    width: auto;
}

header#header_block_pc .h_box02 .head_access {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

header#header_block_pc .h_box02 .head_access .schedule_pc:nth-child(2) {
    font-size: 15px;
    margin-top: 5px;
}

header#header_block_pc .h_box02 .head_access .schedule_pc:nth-child(2) span {
    font-size: 13px;
    margin-left: 5px;
}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    border-radius: 50%;
    line-height: 50px;
    font-size: 16px;
    padding: 0;
}






@media only screen and (max-width: 640px) {
    #page-top {
        /* display: block!important; */
        display: none;
        bottom: 10vh !important;
        right: 2vw;
        width: 15vw;
        height: 15vw;
        opacity: 0.5;
    }

    .top_btn img {
        /* width: 30px; */
    }


    /* outline */
    .outline_page #wrapper .outline-catch .top_head {
        padding: 3vw;
    }

    .outline_page #wrapper .outline-catch .top_head div:first-child {
        font-size: 6vw;
        line-height: 6.5vw;
    }

    .outline_page #wrapper .outline-catch .top_head div:last-child {
        font-size: 5vw;
    }

    /* drawer */
    .drawer-menu .drawer-menu-item {
        font-size: 1rem;
        display: block;
        padding: .75rem;
        text-decoration: none;
        color: #222;
    }

    .drawer-menu span.drawer-menu-item {
        background-color: #aaa;
        color: white;
    }

    .drawer-menu span.drawer-menu-item::after {
        content: "Coming Soon";
        padding-left: 5vw;
    }
}




/* -------------------------------
banner 20220728
------------------------------- */
.banner .second-container {
    margin-top: 190px;
}

.banner .h1_pagettl {
    background: url(../images/bg_h1.png) left top no-repeat;
}

.banner .h1_ttltxt {
    display: table-cell;
    width: 585px;
    height: 190px;
    max-height: 190px;
    vertical-align: middle;
}

.banner .h1_ttltxt span {
    padding-left: 35px;
}

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

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

.banner .m20 {
    margin: 20px 0;
}

.banner h2.style_h201 {
    border-left: none;
}

.banner h2.style_h201 {
    padding: 25px 25px 25px 30px;
    margin-bottom: 20px;
    border-left: 8px solid #ffc33c;
    font-size: 26px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    background: #f9951a url(../images/bg_h201.svg) left center no-repeat;
    background-size: 8px;
    color: #ffffff;
}

.banner .explanation {
    padding: 10px;
}

.banner h3 {
    margin: 20px 0 10px;
    border-bottom: #aaa 1px solid;
    font-size: 100%;
    font-size: 15px;
}

.banner .explanation li {
    padding-left: 20px;
}

.banner .explanation li::before {
    content: "■";
    color: #f9951a;
    padding-right: 5px;
    margin-left: -20px;
}


.banner a {
    text-decoration: none;
}

.banner .f_wrap {
    display: flex;
}

.banner .max400 {
    max-width: 400px;
}

.banner .banner_box {
    margin-top: 50px;
}

.banner .banner_box>div {
    margin-top: 20px;
    margin-bottom: 30px;
}

.banner .banner_box h4 {
    margin-bottom: 3px;
    font-size: 15px;
}

.banner .banner_box h4:first-letter {
    color: #f9951a;
    padding-right: 5px;

}

.banner .link_banner>div {
    display: flex;
    gap: 50px;
    text-align: center;
    line-height: 1.5;
}

.banner .sns_banner>div {
    display: flex;
    gap: 50px;
    text-align: center;
}

.banner .sns_banner>div>a:first-child {}

.banner .sns_banner>div>a:first-child img {
    max-width: 525px;
}

.banner .sns_banner>div>a:last-child {}

.banner .sns_banner>div>a:last-child img {
    max-width: 275px;
}

.banner .anchor_btn {
    background: #ffffff;
    max-width: 1000px;
    width: 100%;
    margin: 30px auto 0;
}

.banner .anchor_btn ul {
    border: solid 1px #ccc;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 1.2%;
}

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

.banner .anchor_btn ul li:not(:last-child) {
    border-right: solid 1px #ccc;
}

.banner .anchor_btn ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    padding: 10px 0;
    font-size: 18px;
    color: #FF8F00;
    font-weight: bold;
}

.banner .anchor_btn ul li a:hover {
    color: #ce8210;
}

.banner .anchor_btn .only_mb {
    display: none;
}

.banner .anchor_btn i {
    margin-left: 10px;
}

.banner .logo_banner {}

.banner .logo_banner>div {
    display: flex;
    align-items: center;
}

.banner .logo_banner li {
    margin: 10px 0;
    list-style: disc;
}

.banner .logo_banner li a {
    display: inline-block;
    background-color: #FF8F00;
    color: white;
    border-radius: 5px;
    box-shadow: 0 3px 0 #CE8210;
    text-decoration: none;
    padding: 6px 9px 4px;
    line-height: 1;
    margin-left: 10px;
}

.banner .logo_banner li a:hover {
    background-color: #CE8210;
}

.banner .container .bold {
    font-weight: bold;
}

.banner .sns_banner>div a img {
    box-shadow: 0 0 7px #aaa;
}

.banner .link_banner>div a img {
    box-shadow: 0 0 7px #aaa;
    max-width: 250px;
}


.banner .banner_box .banner_flex {
    display: flex;
    /* flex-direction: row-reverse; */
    justify-content: space-between;
}

.banner .banner_box .banner_flex p:last-child {
    /* color: red;
    font-size: 90%; */
}



@media only screen and (max-width: 640px) {
    .h1_ttltxt {
        padding-left: 4vw;
    }

    .banner .explanation {
        padding: 5vw;
    }

    .banner .pcblank {
        display: none;
    }

    .banner .second-container {
        margin-top: 7px;
    }

    .banner img {
        max-width: 100%;
    }

    .banner .max400 {
        max-width: 100%;
    }

    .banner .logo_banner>div {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

    .banner .logo_banner>div img {
        /* box-shadow: 0 0 10px #ddd; */
    }

    .banner .link_banner>div {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

    .banner .link_banner>div a {
        margin: 5vw 0;
        display: block;
    }

    .banner .link_banner>div a img {
        box-shadow: 0 0 10px #ddd;
    }

    .banner .sns_banner>div>a:first-child img {
        max-width: 100%;
    }

    .banner .sns_banner>div {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

    .banner .sns_banner>div a {
        margin: 5vw 0;
        display: block;
    }

    .banner .sns_banner>div a img {
        box-shadow: 0 0 10px #ddd;
    }

    .banner .anchor_btn .only_mb {
        display: block;
    }

    .banner .anchor_btn ul li a {
        line-height: 1.3;
        font-size: 15px;
        padding: 10px 0 0;
    }

    .banner .banner_box h4 {
        font-size: 16px;
    }

    .banner .banner_box .banner_flex {
        display: block;
    }
}





/* -------------------------------
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(/kyushu/img/bg_h302.svg) left center no-repeat;
    background-size: 8px;
}

.h1_seminar {
    background: url(/kyushu/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: 10px;
    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 .logo>div {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
}

.seminar .sem22 .sem_m .face img {
    max-width: 200px;
}

.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>.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: 10px;
}

.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;
}

.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;
}

@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 {
        width: 33vw;
    }

    .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(/kyushu/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(/kyushu/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: 14px;
    margin-top: 14px;
}

.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: 50px 0;
}

.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(/kyushu/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(/kyushu/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(/kyushu/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(/kyushu/img/ic_seminar_navi.png) center 32px no-repeat;
        font-size: 12px;
    }

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

    ul.seminar_date li a:hover {
        background: url(/kyushu/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;
}

#attendance {
    padding-top: 0;
}

#attendance .seminar_lead_ttl h2 {
    margin-bottom: 0;
}



.top_block .banner_img {
    margin-bottom: 10px;
}

.top_block .banner_img img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}


.targetlink {
    background-image: url(../images/targetlink.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-size: contain;
    padding-right: 25px !important;
    line-height: 1;
    text-decoration-line: none !important;
    background-size: contain;
}


#attendance .sco {
    font-weight: bold;
}

#attendance .sco .red {
    color: red;
}

#attendance .scoimg {
    display: flex;
    align-items: center;
}

#attendance .scoimg>div {
    display: block;

}

#attendance .scoimg>div:first-child {
    flex-basis: 25%;
}

#attendance .scoimg>div img {
    max-width: 100%;
}


@media only screen and (max-width: 768px) {
    #top_content .top_block {
        margin: 0;
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .top_information {
        padding: 0;
    }

    #top_content .info_list_btn {
        margin: 5vw auto;
    }

    #top_content .top_information>h2 {
        padding: 10px 0;
    }

    #top_content .top_information ul.info:first-of-type {
        margin-top: 0;
    }

    .header_block_sp h1 img {
        width: 220px;
        margin: 5px 0 6px;
    }

    .header_block_sp .head_logo {
        padding: 1vw 0;
    }

    .header_block_sp .head_logo>div {
        display: flex;
        align-items: center;
        gap: 1vw;
        line-height: 1;
        color: red;
    }

    .header_block_sp .head_logo>div img {
        width: 18vw;
    }

    .header_block_sp .head_logo>div a {
        text-decoration: none;
        color: red;
        font-size: 3.5vw;
        font-weight: bold;
        line-height: 1;
    }

    .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: 0;
    }

    .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: 4.8vw;
        letter-spacing: 0;
        padding-top: 20px;
    }

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

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

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

    #attendance .scoimg>div:first-child {
        flex-basis: 50%;
    }

    #attendance .scoimg {
        display: none;
    }




}


/* -------------------------------
202301
------------------------------- */
.second-container .btn-area.show_bottom {
    margin-top: 80px;
}

.outline_page .special_area {
    margin-top: 15px;
}

.outline_page .newtitle {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    .newtitle {
        font-size: 16px;
        line-height: 1.5;
    }

    .exhibition_area {
        margin: 0;
    }

    #show06>div:nth-child(2) {
        font-size: 16px;
    }

    .second-container .btn-area.show_bottom {
        margin-top: 35px;
    }
}

/* -------------------------------
20230220
------------------------------- */
#show06 .show_outline h4 {
    line-height: 25px;
}

#show06 .show_outline h4+div, #show06 .show_outline .flex_wrap>div:nth-child(2), #show06>div:nth-child(2) {
    line-height: 25px;
}

#show06 .show_outline ul li {
    list-style: disc;
    font-size: 15px;
}

#top_content .top_block .top_fb {
    padding: 0;
    width: 55%;
}

#top_content .top_fb h3 {
    background-color: #E55B52;
    color: white;
    font-size: 26px;
    padding: 3px;
    text-align: center;
    margin-bottom: 20px;
}

#top_content .top_fb .sns_icon {
    display: flex;
    gap: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-left: 20px;
    margin-top: 35px;
    align-items: center;
}

#top_content .top_fb .sns_icon a {
    display: block;
    width: 50px;
}

.top_information {
    padding: 0;
}


/* -------------------------------
20230403
------------------------------- */
.newtitle {
    font-size: 28px;
}


.composition_fwrap {
    display: flex;
}

.composition_fwrap img {
    cursor: pointer;
}

.composition_wrap h2 {
    background-color: #ff8f00;
    color: white;
    font-size: 28px;
    line-height: 1.7;
    text-align: center;
    margin-top: 88px;
    margin-top: 40px;
}

.composition_notes {
    line-height: 2;
    text-align: center;
    margin: 10px 0;
}

.composition_layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    opacity: 0;
    transition: 0.5s;
}

.composition_layer .view_data {
    z-index: 100;
    max-width: 900px;
    min-height: 120px;
    width: 80%;
    transition: all 1s;
    box-shadow: 0 0 10px #ffffff;
    padding: 30px 50px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    z-index: 200;
    display: flex;
    gap: 4%;
    align-items: stretch;
}

.composition_layer .view_data h3 {
    background-color: #EA5550;
    color: white;
    border-radius: 20px;
    display: inline-block;
    line-height: 1;
    padding: 6px 10px;

}

.composition_layer.layer2 .view_data h3 {
    background-color: #22AC38;
}

.composition_layer.layer3 .view_data h3 {
    background-color: #F39800;
}

.composition_layer .view_data>div {
    flex-basis: 48%;
    overflow: hidden;
}

.composition_layer .view_data>div>div {
    border-left: 2px solid #EA5550;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    height: 100%;
}

.composition_layer.layer2 .view_data>div>div {
    border-left: 2px solid #22AC38;
}

.composition_layer.layer3 .view_data>div>div {
    border-left: 2px solid #F39800;
}

.composition_layer .view_data>div>div>div:nth-child(2) {
    color: #EA5550;
    margin-top: 20px;
}

.composition_layer.layer2 .view_data>div>div>div:nth-child(2) {
    color: #22AC38;
}

.composition_layer.layer3 .view_data>div>div>div:nth-child(2) {
    color: #F39800;
}

.outline dl.ramen dd {
    font-size: 20px;
    font-weight: bold;
    line-height: 31px;
}

.exhibition_area h3.ttl-line {
    color: #000;
}

#show03 .merit-container h3 {
    background-color: #FF8F00;
}

#show03 .show_graf_ttl {
    color: #F38800;
    text-align: center;
}

#show03 .show_graf_ttl.black {
    color: #000;
}

.merit-container .merit-dl dt span {
    color: #000;
}

.merit-container .merit-dl dt span.orange {
    color: #F38800;
}

.merit-container .notes {
    font-size: 13px;
    color: #EA5550;
    text-align: center;
}

.merit-container .merit05 .box dt {
    display: flex;
    flex-direction: column;
}

.merit05 .merit_buyer .ab {
    position: absolute;
    right: 0;
    color: black;
    font-size: 50%;
    font-weight: normal;
    position: relative;
    color: #D20000;
    line-height: 1.2;
    margin-top: 6px;
}

.merit05 h4 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
    color: #F38800;
}

#show04 h4.super {
    border-radius: 40px;
    color: white;
    font-size: 28px;
    padding: 9px;
    line-height: 1;
    background-color: #FF8F00;
}

#show04 .img_flex_wrap, #show05 .img_flex_wrap {
    display: flex;
    gap: 10px;
}

#show04 .img_flex_wrap {
    margin-top: 20px;
}

#show04 .f_wrap {
    display: flex;
    gap: 20px;
    margin: 20px 0 0;
    font-weight: bold;
    justify-content: space-around;
}

#show05 .catch {
    font-size: 20px;
    color: #F38800;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

#show05 .catch2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #414141;
}

#show05.invitation_box h4 {
    font-size: 16px;
    background-color: #FF8F00;
    border-radius: 20px;
    color: white;
    margin: 10px auto 20px;
    display: flex;
    padding: 5px 10px;
    line-height: 1;
    width: 100px;
    text-align: center;
    justify-content: center;
}

.merit-container .merit01 h3 {
    background-color: #FF8F00;
}

#show05.invitation_box h4+div {
    font-size: 12px;
}

#show05.invitation_box h4.wide {
    width: 170px;
}

.schedule {
    padding: 20px;
    border: 1px solid #000;
}

.schedule h5 {
    font-size: 28px;
    padding: 0;
    line-height: 1.6;
    background-color: #FF8F00;
}

.schedule .inner {
    padding: 0px;
}

.schedule_block {
    margin-bottom: 30px;
}

.schedule_block ul {
    width: 112px;
}

.exhibition_area p {
    text-align: center;
}

.page_show .img_shadow {
    box-shadow: 3px 3px 7px #ccc;
    margin-bottom: 20px;
}

.outline h4 {
    font-size: 28px;
}

.outline_page .btn-area-flex {
    width: 40%;
    margin: 0 auto;
}

.page_show .merit-container .merit-dl dt {
    font-size: 20px;
}

.show dl dd {
    font-size: 15px;
}

.schedule_block ul li {
    font-size: 12px;
}

.schedule_block ul li:first-of-type {
    border: 2px solid #414141;
    color: #414141;
}

.schedule_block ul:last-of-type li:first-of-type {
    background-color: #414141;
}

.schedule_block ul li.big {
    color: #414141;
}

.schedule_block ul li:first-of-type:before {
    border-top-color: #414141;
}

.outline_page a.btn-contact {
    padding: 18px;
}

#page-top a {
    background: #b3b3b3;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    height: auto;
    display: block;
    border-radius: 0;
    line-height: initial;
}

@media only screen and (max-width: 1000px) {
    header#header_block_pc {
        min-width: 100%;
    }

    #show06 .show_outline .flex_wrap>div:nth-child(2) {
        width: 30%;
    }

    .swiper-slide {
        height: auto;
    }

    #top_content .top_block .top_fb {
        width: 50%;
    }

    #footer #footerbox {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #show06 .show_outline .flex_wrap>div:nth-child(2) {
        width: 100%;
    }

    #top_content .top_block .top_fb {
        width: 55%;
    }

    .outline_page .btn-area-flex {
        width: 80%;
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 640px) {
    #top_content .top_block .top_fb {
        width: 100%;
    }


    /* -------------------------------
    20230403
    ------------------------------- */
    .composition_wrap {
        margin-bottom: 20px;
    }

    .composition_wrap h2 {
        font-size: 17px;
        line-height: 1.4;
        /* margin-top: 40px; */
        margin-top: 15px;
        padding: 10px 0;
    }

    .composition_fwrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }

    .composition_fwrap>div {
        flex: 0 0 63%;
    }

    .composition_layer .view_data {
        padding: 16px 16px 0 16px;
        flex-direction: column;
        width: 90%;
    }

    .composition_layer .view_data>div>div {
        border-left: 2px solid #EA5550;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 15px;
        height: 100%;
        margin-bottom: 15px;
    }

    .nav-show {
        margin-bottom: 20px;
    }

    .nav-show ul li {
        padding: 10px 0;
    }

    .nav-show ul li a {
        line-height: 1.3;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 100%;
        font-size: 14px;
    }

    .nav-category ul li a i, .nav-show ul li a i {
        margin-top: 0;
    }

    #show07 .catch {
        line-height: 1.4;
    }

    .layer .view_data {
        width: 95%;
    }

    #show01, #show02, #show03, #show04, #show05 {
        margin-top: -60px;
        padding-top: 80px;
    }

    .merit-container .merit05>div:last-child>div:last-child>div {
        text-align: center;
    }

    #show03 dd {
        font-size: 15px;
    }

    #show04 h4.super {
        font-size: 18px;
    }

    .page_show dd, .page_show div {
        /* font-size: 14px; */
        /* font-size: 3vw; */
    }

    #show06 .show_outline h4+div, #show06 .show_outline .flex_wrap>div:nth-child(2), #show06>div:nth-child(2) {
        font-size: 15px;
    }

    #show05 .catch, #show05 .catch2 {
        font-size: 18px;
        line-height: 26px;
    }

    .merit-container .merit-dl dt span {
        font-size: 18px;
    }

    .schedule {
        padding: 10px;
    }

    .schedule h5 {
        font-size: 20px;
    }

    .schedule_block ul {
        width: 40%;
    }

    #show03 dd {
        /* font-size: 13px; */
    }

    .merit05 .merit_buyer .ab {
        text-align: center;
    }

    .merit-container .merit05 h3 {
        margin-bottom: 1rem;
    }

    #show07 .cate_grid>div {
        padding: 2px;
        text-align: center;
    }

    #show07 .cate_grid>div img {
        width: 80%;
    }


    .outline h4 {
        font-size: 18px;
        padding: 7px 0;
    }

    .nav-category ul li a i, .nav-show ul li a {
        position: relative;
    }

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

    #show05.invitation_box h4+div {
        padding: 0 1.5em;
    }


}

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

.merit-_meritList_item {
    width: 69%;
}

.merit-_meritList_item:last-child {
    width: 30%;
}

.merit-container .merit05>div:last-child>div:last-child {
    align-items: end;
}

.merit-container .merit05>div:last-child>div:last-child>div:nth-child(1) {
    width: 100% !important;
}

.merit-_meritList_item .f_wrap {
    display: flex;
}

.page_show .middle {
    background-color: #fff8ed;
    padding: 60px 0 60px 0;
}

.second-container .btn-area {
    margin-bottom: 0;
}

.second-container .btn-area.show_bottom {
    margin-top: 0;
}

@media only screen and (max-width: 640px) {
    .merit-_meritList {
        display: block;
    }

    .merit-_meritList_item {
        width: 100%;
    }

    .merit-_meritList_item:last-child {
        width: 100%;
    }

    .merit-_meritList_item .f_wrap {
        display: block;
        text-align: center;
    }
}

.merit05 .merit_buyer .ab {
    color: #FF8F00;
}

@media only screen and (min-width: 769px) {
    #schedule {
        margin-top: -180px;
        padding-top: 180px;
    }
}

@media only screen and (max-width: 768px) {
    span.ol_week {
        background-color: #ff8f00;
    }
}




/* -------------------------------
20230807
------------------------------- */
header .menu_btn {
    display: flex;
    height: 55px;
    padding-top: 5px;
}

header .menu_btn a {
    display: block;
    width: 230px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
    height: 45px;
    text-decoration: none;
    color: white;
    border-radius: 4px;
    position: relative;
    padding-top: 2px;
    background-image: url(../images/icon_arrow.png);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 10px;
}

header .menu_btn a span {
    color: yellow;
    font-weight: normal;
}

header .menu_btn a.left_btn {
    background-color: #009f44;
    box-shadow: 0 4px 0px #004f25;
    z-index: 99;
}

header .menu_btn a.left_btn:hover {

    background-color: #004f25;
}

header .menu_btn a.right_btn {

    background-color: #e55b52;
    box-shadow: 0 4px 0px #ac2b27;
    z-index: 9;
}

header .menu_btn a.right_btn:hover {
    background-color: #ac2b27;
}

header .menu_btn a:hover {
    box-shadow: none;
    margin-top: 4px;
    transition: 0.3s;
}

header .menu_btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -33%;
    width: 30%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
}

header .menu_btn a:hover::before {
    animation: shine2 0.7s;
}

@keyframes shine2 {
    100% {
        left: 100%;
        opacity: 0;
    }
}



#attendance .intro {
    background-color: #f9951a;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding: 20px;
    color: white;
    letter-spacing: 3px;
}

#attendance .intro span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}


.btn_area_3d {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn_area_3d a {
    display: flex;
    border-radius: 100px;
    color: white;
    background-color: #f39800;
    font-size: 19px;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 3px;
    box-shadow: 0 5px 0px #cb6d1e;
    font-weight: bold;
    transition: 0.3s;
    position: relative;
    width: 80%;
    height: 60px;
    max-width: 400px;
    justify-content: center;
    align-items: center;
}

.btn_area_3d a:only-child {
    max-width: 500px;
}

.btn_area_3d a.regist {
    background-color: #e55b52;
    box-shadow: 0 4px 0px #ac2b27;
}

.btn_area_3d a.contact {
    /* background-color: #009f44;
    box-shadow: 0 4px 0px #004f25; */
    background-color: #ff8f00;
    box-shadow: 0 4px 0px #bc6900;
}

.btn_area_3d a:first-child {
    z-index: 1;
}

.btn_area_3d a:hover {
    box-shadow: none;
    margin-top: 5px;
    margin-bottom: -5px;
    transition: 0.3s;
}

.btn_area_3d a.regist:hover {
    background-color: #ac2b27;
}

.btn_area_3d a.contact:hover {
    /* background-color: #004f25; */
    background-color: #bc6900;
}


.btn_area_3d a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 30%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 0;
}

.btn_area_3d a:hover::before {
    animation: shine 1.2s;
}

@keyframes shine {
    100% {
        left: 75%;
        opacity: 0;
    }
}



#attendance .btn_line {
    border-bottom: 1px dashed #aaa;
    position: relative;
    margin-bottom: 40px;
    margin-top: 60px;
}

#attendance .btn_line>div {
    position: absolute;
    display: inline-block;
    margin: 0 auto;
    top: -14px;
    left: 44%;
    background-color: white;
    padding: 0 10px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
}

#attendance .link_banner {
    text-align: center;
    margin-top: 30px;
}

#attendance .tenjikai-uketsuke {
    padding-bottom: 5px;
}

#attendance .guidance .tenjikai-uketsuke a {
    margin-top: 0px;
}

#attendance .guidance .tenjikai-uketsuke.btn a:hover {
    margin-top: 5px;
}

#attendance .guidance .tenjikai-uketsuke a.press {
    background-color: #ea5550;
    box-shadow: 0 5px 0px #ac2b27;
}

#attendance .guidance .tenjikai-uketsuke a.press:hover {
    background-color: #ac2b27;
}

#attendance .btn_line {
    display: flex;
    justify-content: center;
}

#attendance .btn_line>div {
    left: auto;
}


#top_content .top_content_bnr {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}




.page_show .container .show_inner_box {
    max-width: 800px;
    margin: 0 auto 40px;
}

.page_show .container .show_inner_box h3 {
    line-height: 1.5;
    font-weight: bold;
    font-size: 21px;
    /* text-align: center; */
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 10px;
}

.page_show .container .show_inner_box p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 30px;
    padding: 0 20px;
}

.page_show .container .btn a {
    display: block;
    width: 500px;
    max-width: 90%;
    margin: 40px auto 10px;
    margin: 0 auto 10px;
    border-radius: 50px;
    color: white;
    background-color: #ff931e;
    font-size: 25px;
    font-size: 20px;
    text-align: center;
    padding: 19px 0;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 1px;
    box-shadow: 0 5px 0px #cb6d1e;
}

.page_show .container .btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -45%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
}

.page_show .container .btn a:hover::before {
    animation: shine 1.0s;
}

@keyframes shine {
    100% {
        left: 50%;
    }
}

.page_show .container .tenjikai-uketsuke {
    padding-bottom: 5px;
}

.page_show .container .tenjikai-uketsuke a {
    margin-top: 0px;
}

.page_show .container .tenjikai-uketsuke.btn a:hover {
    margin-top: 5px;
    margin-bottom: 5px;
}

.menu-btn {
    font-size: 32px !important;
}



@media only screen and (max-width: 768px) {
    #attendance .intro {
        font-size: 20px;
        line-height: 1.3;
        padding: 10px;
    }

    #attendance .guidance h2.centerbar+div span {
        font-size: 20px;
    }

    .footer-menu .tel_btn ul li img {
        width: 30px;
    }

    .btn_area_3d {
        flex-direction: column;
        align-items: center;
    }

    .page_show .middle {
        padding: 28px 0 20px;
    }
}


/* -------------------------------
2024
------------------------------- */

nav .menu>ul>li.navi_visit>a .smalltitle, nav .menu>ul>li.navi_visit>span .smalltitle {
    display: block;
    font-weight: normal;
    font-size: 12px;
}



#attendance .jizentouroku_note {
    text-align: center;
}

#attendance .jizentouroku_note .red {
    color: red;
    font-weight: normal;
}

#attendance .jizentouroku_note .uline {
    text-decoration: underline;
}

.sp_insta_btn {
    background: #eb0f8d !important;
}

.sp_yt_btn {
    background: #ff0000 !important;
}

.sp_insta_btn a, .sp_yt_btn a {
    color: white !important;
}



.outline_page {
    .fsm {
        font-size: 30px;
    }

    .fsms {
        font-size: 20px;
    }

    .fs22 {
        font-size: 22px;
        line-height: 1;
    }

    .last {
        font-size: 17px;
        margin-left: 10px;
        margin-bottom: 2px;
        line-height: 1;
    }
}

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

    .outline_page {
        span.ol_day {
            font-size: 30px;
        }

        .fsm {
            font-size: 20px;
        }

        .fs22 {
            font-size: 18px;
            line-height: 1;
        }

        .last {
            font-size: 16px;
            margin-left: 10px;
            margin-bottom: 2px;
            line-height: 1;
        }

        ul.ol_period li {
            font-size: 20px;
            margin-bottom: 5px;
        }

        dl.ramen dd {
            font-size: 18px;
            line-height: 25px;
        }
    }





    #top_content {
        .top_head {
            flex-direction: column;
            width: 100%;
            padding-top: 0;

            .left {
                flex-basis: 100%;

                .interview_youtube {
                    padding-bottom: 0;

                    .youtube {
                        iframe {
                            width: 100%;
                            height: auto;
                            height: 60vw;
                        }
                    }

                    .title {
                        display: flex;
                        flex-direction: column;
                        row-gap: 5px;
                        margin-bottom: 0;

                        span {}
                    }
                }
            }

            .right {}
        }
    }


}

/* -------------------------------
20251112
------------------------------- */

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

    .footer-menu ul {
        text-align: center;
        min-height: 55px;
        line-height: 55px;
    }

    .footer-menu ul li {
        display: inline-block;
        vertical-align: middle;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        padding: 0;
        line-height: 1.5;
    }

    .mail_btn {
        display: inline-block;
        width: calc(100% * 250/640);
        vertical-align: middle;
        border-right: 1px solid rgba(0, 0, 64, 0.2);
    }

    .mail_btn img {
        width: 110px;
    }

    .tel_btn {
        display: inline-block;
        width: calc(100% * 250/640);
        vertical-align: middle;
        border-right: 1px solid rgba(0, 0, 64, 0.2);
    }

    .tel_btn img {
        width: 110px;
    }

    .top_btn {
        display: inline-block;
        width: calc(100% * 120/640);
        vertical-align: middle;
        margin: 0 auto;
        padding: 0 5px;
    }

    .top_btn img {
        width: 60px;
    }

    .footer-menu {
        width: 100%;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #6eca00;
        background: -moz-linear-gradient(top, #6eca00 0%, #2e9500 100%);
        background: -webkit-linear-gradient(top, #6eca00 0%, #2e9500 100%);
        background: linear-gradient(to bottom, #6eca00 0%, #2e9500 100%);
        box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .footer-menu {
        left: 0px;
        display: flex;
    }

    .footer-menu>a {
        color: white;
        font-size: 14px;
        line-height: 1.3;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-menu>a img {
        max-width: 25px;
    }

    .footer-menu>a>div {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .footer-menu>a:not(:last-child) {
        border-right: 1px solid #fff;
    }

    .footer-menu>a:nth-child(1) {
        flex: 0 0 40%;
    }

    .footer-menu>a:nth-child(2) {
        flex: 0 0 40%;
    }

    .footer-menu>a:nth-child(2) img {
        width: 20px;
        height: 20px;
    }

    .footer-menu>a:nth-child(3) {
        flex: 0 0 19%;
    }

    .footer-menu>a:nth-child(4) {
        flex: 0 0 15%;
    }
}