.style--text-small {
    font-size: 0.8em;
}

.style--text-exsmall {
    font-size: 0.7em;
}

.style--text-left {
    text-align: left !important;
}

.style--inline-block {
    display: inline-block;
}

.text-img-area .text-area {
    width: 70%;
    float: left;
}

.text-img-area .pic-area {
    width: 26%;
    float: right;
}

.flyer {
    margin: 20px auto 0;
}

.flyer img {
    width: 100%;
    height: auto;
    display: block;
}

@media only screen and (min-width: 768px) {
    .flyer {
        width: 80%;
    }
}

body {
    border-top: none;
}

.fixed {
    /* border-top: 5px solid #1e3784; */
    background: #ffffff;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 10000;
}

:target:before {
    content: "";
    display: block;
}

@media only screen and (min-width: 320px) {
    .wholewrap {
        padding-top: 70px;
    }

    :target:before {
        height: 147px;
        margin: -147px 0 0;
    }
}

@media only screen and (min-width: 375px) {
    /* .wholewrap {
        padding-top: 120px;
    } */

    :target:before {
        height: 152px;
        margin: -152px 0 0;
    }
}

@media only screen and (min-width: 412px) {
    /* .wholewrap {
        padding-top: 138px;
    } */

    :target:before {
        height: 170px;
        margin: -170px 0 0;
    }
}

@media only screen and (min-width: 768px) {
    .wholewrap {
        padding-top: 70px;
    }

    :target:before {
        height: 249px;
        margin: -249px 0 0;
    }
}
@media only screen and (min-width: 1024px) {
    .wholewrap {
        padding-top: 70px;
    }

    :target:before {
        height: 249px;
        margin: -249px 0 0;
    }
}

.festive.before-renewal {
    margin-bottom: 80px;
}

.festive.before-renewal .festive_download {
    padding: 30px;
    border: 1px solid #ccc;
}

.festive.before-renewal .festive_download_title {
    margin-top: 0em;
    padding-left: calc(20px + 0.5em);
}

.festive.before-renewal .festive_download_title .inlineblock {
    display: inline-block;
    color: inherit;
}

.festive.before-renewal .festive_download_title:before {
    content: "";
    width: 20px;
    height: 25px;
    display: inline-block;
    background: url(/images/common/icon_1r_20.png) no-repeat center top;
    background-size: 100% auto;
    vertical-align: middle;
    margin-right: 0.5em;
    margin-left: calc(-20px - 0.5em);
}

.festive.before-renewal .festive_download_title.link:before {
    background: url(/images/common/icon_2r_20.png) no-repeat center top;
}

.festive.before-renewal .festive_download_item {
    display: inline-block;
}

.festive.before-renewal .festive_download_item a {
    display: inline-block;
    font-size: 100%;
}

.festive.renewal {
    margin-bottom: 80px;
}

.festive.renewal .festive_download {
    padding: 30px;
    border: 1px solid #ccc;
}

.festive.renewal .festive_download_title {
    margin-top: 0em;
}

.festive.renewal .festive_download_title .inlineblock {
    display: inline-block;
    color: inherit;
}

.festive.renewal .festive_download_item {
    margin-right: 5px;
    margin-bottom: 5px;
}

.festive.renewal .festive_download_item a {
    padding: 8px 16px 8px 40px;
    color: #1e3784;
    cursor: pointer;
    border: 1px solid #1e3784;
    box-sizing: border-box;
    position: relative;
    transition: all 200ms;
}

.festive.renewal .festive_download_item a:hover {
    background: rgba(30, 55, 132, 0.2);
}

.festive.renewal .festive_download_item a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/images/common/icon_1r_20.png) no-repeat center top;
    background-size: 100% auto;
    vertical-align: middle;
    margin-right: 0.5em;
    margin-left: calc(-20px - 0.5em);
}

.festive.renewal .festive_download_item.link a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/images/common/icon_3r_20.png) no-repeat center top;
    background-size: 100% auto;
    vertical-align: middle;
    margin-right: 0.5em;
    margin-left: calc(-20px - 0.5em);
}

.festive.renewal .festive_download_section+.festive_download_section {
    margin-top: 25px;
}

.festive.renewal .festive_download_item {
    display: inline-block;
}

.festive.renewal .festive_download_item a {
    display: inline-block;
    font-size: 100%;
}

.festive .festive_bg_text {
    background: #eafbff;
    padding: 15px;
    color: #1f3783;
    border: 1px solid #dbeef3;
}

.pc_none {
    display: block;
}

.sp_none {
    display: none;
}

.column_base:after {
    content: "";
    display: table;
    clear: both;
}

.column_item {
    float: none;
    width: 100%;
}

.column_02 .column_item:first-child {
    margin-right: 0%;
}

.column_02 .column_item {
    width: 100%;
}

.layouts_sidebanner .column_main {
    width: 100%;
}

.layouts_sidebanner .column_side {
    width: 100%;
}

.main_contents {
    margin-bottom: 80px;
}

.main_contents .column_item {
    margin-top: 40px;
}

.main_contents .column_item:first-child {
    margin-top: 0;
}

.main_contents .festive {
    margin-top: 40px;
    margin-bottom: 0;
}

.main_banner_box img {
    width: 100%;
    height: auto;
}

.main_banner_box a {
    cursor: pointer;
}

.main_banner_box a:hover {
    opacity: 0.7;
}

@media only screen and (min-width: 768px) {
    .pc_none {
        display: none;
    }

    .sp_none {
        display: block;
    }

    .column_item {
        float: left;
        width: 50%;
    }

    .column_02 .column_item:first-child {
        margin-right: 2%;
    }

    .column_02 .column_item {
        width: 49%;
    }

    .layouts_sidebanner .column_main {
        width: 65%;
    }

    .layouts_sidebanner .column_side {
        width: 33%;
    }

    .main_contents .column_item {
        margin-top: 0;
    }
}

.field {
    position: relative;
}

.logout {
    position: absolute;
    right: 0;
    top: 0;
}

.logout a {
    display: block;
    padding: 0.5em;
    width: 80px;
    height: 20px;
    line-height: 20px;
    background-color: #1e3784;
    color: #fff;
    text-align: center;
}

/*# sourceMappingURL=add.css.map */

/* form elements */
.exibitdate {
    margin-bottom: 3em;
}

.form_wrapper {
    margin: 1em 0;
    padding: 1.5em;
    background-color: #efefef;
}

.form-lead {
    padding: 1em;
    color: crimson;
}

.form-lead p {
    color: crimson;
    font-weight: bold;
}

.form-lead ul li {
    padding: 0.5em;
    list-style: decimal outside;
    font-size: 1em;
    margin-left: 1em;
    line-height: 1.4;
    color: crimson;
}

.exibit {
    width: 100%;
    background-color: snow;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    margin-bottom: 0.5em;
}

.exibit th,
.exibit td {
    vertical-align: top;
    text-align: center;
    padding: 0.3em;
    line-height: 1.4;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.exibit th {
    font-size: 1.2em;
}

.exibit td {
    font-size: 1.1em;
}

@media only screen and (max-width: 768px) {
    .exibit {
        width: 100%;
        border: none;
        padding: 10px;
        background-color: inherit;
    }

    .exibit th,
    .exibit td {
        border: 0px solid;
    }

    .exibit thead {
        display: none;
    }

    .exibit tbody tr {
        margin: 1em 0;
        display: block;
        background-color: snow;
        padding: 0.5em 0;
    }

    .exibit tbody td {
        display: block;
    }

    .exibit tbody td:before {
        background-color: #fff;
        color: #000;
        display: block;
    }

    .exibit tbody td:nth-of-type(1):before {
        content: "出展希望/出展優先順位";
        background-color: snow;
        padding: 0.5em 0;
        font-weight: bold;
    }
}

.caution {
    padding: 2em;
    width: 100%;
    box-sizing: 100%;
    border: 3px solid #f00;
    background-color: #ffefef;
}

.caution dt {
    color: #f00;
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 1px solid #f00;
    padding: 0.3em;
    margin-bottom: 0.5em;
}

.caution dd {
    padding: 1em;
}

.caution dd p {
    margin-bottom: 0.5em;
    line-height: 1.6 !important;
    font-size: 1em !important;
}

.red {
    color: #f00;
}

.bold {
    font-weight: bold;
}

.notice p {
    line-height: 1.6 !important;
    font-size: 1em !important;
    color: #f00;
    font-weight: bold;
    margin-bottom: 2em;
}

.form_wrapper dt {
    margin-bottom: 0.5em;
    font-size: 1.2em;
    font-weight: bold;
}

.form_wrapper dd {
    margin-bottom: 1em;
    font-size: 0.9em;
}

.form_wrapper dd input[type="text"] {
    font-size: 1.1em;
}

#cname,
#name,
#nname,
#ckana,
#kana {
    width: 50%;
    max-width: 320px;
}

#czip,
#zip {
    max-width: 60px;
}

#ctel,
#cfax,
#tel {
    max-width: 100px;
}

#caddr,
#addr,
#email {
    width: 90%;
    max-width: 320px;
}

.celebration {
    position: relative;
    padding: 1em;
    background-color: #fff;
    margin-bottom: 3em;
}

.celebration::before,
.celebration::after {
    content: "";
    position: absolute;
    top: 100%;
    border-style: solid;
    border-color: transparent;
}

.celebration::before {
    left: 0;
    border-width: 0 15px 15px 0;
    border-right-color: #cfcfcf;
}

.celebration::after {
    right: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-top-color: #cfcfcf;
}

.celebration dt {
    background: url(/images/boothapply/congratulatory.png) no-repeat 0 0;
    padding-left: 100px;
    min-height: 100px;
    line-height: 100px;
    font-weight: normal;
    font-size: 2.4em;
}

.celebration dd {
    text-align: center;
}

.celebration dd a {
    text-decoration: underline;
    color: crimson;
}

.celebration_radio {
    margin-bottom: 1.5em;
    font-size: 1.3em;
}

.celebration_radio li,
.appdoc_radio li {
    display: inline-block;
    font-size: 1.2em;
    margin: 0 1em;
}

.celebration_radio input[type="radio"],
.appdoc_radio input[type="radio"] {
    display: inline-block;
}

.form_wrapper dd textarea {
    display: block;
    width: 100%;
    height: 100px;
}

.emes {
    color: #dd0000;
    font-weight: bold;
    background-color: #ffbcbc;
    display: inline-block;
    padding: 0.1em 0.3em;
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
    .columnwrapper {
        letter-spacing: -0.4em;
    }

    .columnwrapper .column {
        display: inline-block;
        letter-spacing: normal;
        width: 50%;
        vertical-align: top;
    }
}

.form_btn {
    text-align: center;
}

input[type="submit"] {
    padding: 0.5em;
    font-size: 1.2em;
    cursor: pointer;
    background-color: #1e3784;
    color: #fff;
    padding: 1em;
}

.confirm_section form {
    display: inline-block;
}

.main_bnr {
    width: 100%;
    margin-bottom: 40px;
}

.main_bnr a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 26px 0;
    box-sizing: border-box;
}

.bnr_boothapply {
    background: url(/images/index/bnr_boothapply_bg.png);
    position: relative;
}

.bnr_boothapply a:before,
.bnr_boothapply a:after,
.bnr_boothapply .bnr_boothapply_body:before,
.bnr_boothapply .bnr_boothapply_body:after {
    content: "";
    display: block;
    position: absolute;
    transition: all 400ms;
}

.bnr_boothapply a:before {
    top: 8px;
    left: 8px;
    width: 0%;
    height: 2px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.7);
}

.bnr_boothapply a:after {
    top: 8px;
    left: 8px;
    height: 0%;
    width: 2px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.7);
}

.bnr_boothapply .bnr_boothapply_body:before {
    bottom: 12px;
    right: 12px;
    width: 0%;
    height: 2px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.7);
}

.bnr_boothapply .bnr_boothapply_body:after {
    bottom: 12px;
    right: 12px;
    height: 0%;
    width: 2px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.7);
}

.bnr_boothapply a:hover:before,
.bnr_boothapply a:hover .bnr_boothapply_body:before {
    width: calc(100% - 20px);
}

.bnr_boothapply a:hover:after,
.bnr_boothapply a:hover .bnr_boothapply_body:after {
    height: calc(100% - 20px);
}

.bnr_boothapply span {
    color: #fff;
}

.bnr_boothapply .text1 {
    letter-spacing: 0.13em;
    display: block;
    text-align: center;
    font-size: 14px;
}

.bnr_boothapply .text2 {
    text-align: center;
    display: block;
    color: yellow;
    font-size: 26px;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.3;
}

@media only screen and (min-width: 768px) {
    .main_bnr a {
        padding: 38px 0;
    }

    .bnr_boothapply .text1 {
        font-size: 22px;
    }

    .bnr_boothapply .text2 {
        font-size: 40px;
    }
}

.exibit_tbl {
    font-size: 1.1em;
}

.exibit_tbl th,
.exibit_tbl td {
    padding: 0.5em;
}


.youthList {
    margin-bottom: 40px;
    overflow: hidden;
    background: #f2f2f2;
    padding: 10px;
}

.youthItem {
    display: block;
    float: left;
    width: 50%;
    text-align: left;
    box-sizing: border-box;
}

.youthItem br {
    display: none;
}

.youthItem a {
    color: #1e3883;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
    transition: all 200ms;
    padding: 5px 10px 5px 10px;
}

.youthItem a span {
    color: #1e3883;
}

.youthItem a:hover {
    background: #1e3883;
}

.youthItem a:hover span {
    color: #fff;
}

.youthItem.current a {
    pointer-events: none;
}

.youthItem.current a:before {
    content: "△";
    display: inline-block;
    margin-right: 0.5em;
    transform: rotate(90deg);
}

@media only screen and (min-width: 768px) {
    .youthList {
        margin-bottom: 40px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        overflow: hidden;
        padding: 0;
        background: #fff;
        display: flex;
    }

    .youthItem {
        width: 16.666666%;
        border-left: 1px solid #d4d4d4;
        vertical-align: top;
        text-align: center;
    }

    .youthItem br {
        display: block;
    }

    .youthItem a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        padding: 10px 10px;
        height: 60px;
        box-sizing: border-box;
        position: relative;
        transition: all 200ms;
    }

    .youthItem a:hover {
        background: #1e3883;
        color: #fff;
    }

    .youthItem:first-child {
        border-left: 0;
    }

    .youthItem.current a {
        background: #1e3883;
        color: #fff;
        pointer-events: none;
    }

    .youthItem.current a span {
        color: #fff;
    }
}

@media only screen and (min-width: 320px) {
    #zoneresult {
        margin-top: -105px;
        padding-top: 105px;
    }
}

@media only screen and (min-width: 360px) {
    #zoneresult {
        margin-top: -110px;
        padding-top: 110px;
    }
}

@media only screen and (min-width: 412px) {
    #zoneresult {
        margin-top: -115px;
        padding-top: 115px;
    }
}

@media only screen and (min-width: 480px) {
    #zoneresult {
        margin-top: -123px;
        padding-top: 123px;
    }
}

@media only screen and (min-width: 640px) {
    #zoneresult {
        margin-top: -132px;
        padding-top: 132px;
    }
}

@media only screen and (min-width: 768px) {
    #zoneresult {
        margin-top: -156px;
        padding-top: 156px;
    }
}

.oiwaibnr {
    margin: 20px auto 0;
    text-align: center;
}

.oiwaibnr a {
    padding: 20px 40px;
    background: #1e76ad;
    color: #fff;
    display: inline-block;
    transition: 100ms all linear;
    width: 100%;
    box-sizing: border-box;
}

.oiwaibnr a:hover {
    box-shadow: none;
    opacity: 0.7;
}

.oiwaibnr .oiwaibnr_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.oiwaibnr .oiwaibnr_icon img {
    width: 50px;
}

.oiwaibnr .oiwaibnr_text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1.3;
    color: #fff;
}

.oiwaibnr .oiwaibnr_text span {
    font-weight: bold;
    display: inline-block;
    font-size: 1.4em;
    color: #fff;
}

.editorarea a {
    text-decoration: underline;
    font-weight: bold;
}

.field .bnr-booths-login {
    margin: -26px 0 40px;
}

.field .bnr-booths-login a {
    line-height: 1.2;
    color: #1e3784;
    font-size: 14px;
    text-decoration: underline;
    transition: all 200ms;
}

.field .bnr-booths-login a:hover {
    opacity: 0.7;
}

@media only screen and (min-width: 768px) {
    .field .bnr-booths-login a {
        font-size: 16px;
    }

    .field .bnr-booths-login a br {
        display: none;
    }
}

.maintenance {
    color: #387f8d;
    background: #f0fcfe;
    border: 4px solid #387f8d;
    padding: 1em;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 40px;
    display: block;
    transition: all 200ms;
    font-weight: bold;
}

.maintenance:hover {
    border: 4px solid #86c5d1;
}

@media only screen and (min-width: 768px) {
    .maintenance {
        font-size: 2em;
    }
}

.faircancel {
    color: #c33333;
    background: #fef0f0;
    border: 4px solid #c33333;
    padding: 1em;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 40px;
    display: block;
    transition: all 200ms;
    font-weight: bold;
}

.faircancel h2 {
    margin-bottom: 0.5em;
}

.faircancel h2 span {
    color: #c33333;
    font-weight: bold;
}

.faircancel p {
    font-size: 0.7em;
}

@media only screen and (min-width: 768px) {
    .faircancel {
        font-size: 2em;
    }

    .faircancel p {
        font-size: 0.6em;
    }
}

.modaal-overlay {
    z-index: 99999 !important;
}

.modaal-wrapper {
    z-index: 999999 !important;
}

.inline-modal {
    display: none;
}

.inline-modal-h2 {
    color: red;
    font-weight: bold;
    font-size: 1.6em;
    margin-bottom: 1em;
    text-align: center;
}

.inline-modal-p {
    line-height: 1.8;
    font-size: 1.2em;
}

.modaal-close {
    background: #c33333 !important;
    position: absolute !important;
    right: -20px !important;
    top: -20px !important;
}

.style--inline-block {
    display: inline-block;
}

.event_cancel {
    pointer-events: none;
    cursor: default !important;
}

.event_cancel:hover {
    opacity: 1;
}

.event_cancel:hover img {
    opacity: 1 !important;
}

.slide_overlay {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.slide_overlay::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

.slide_overlay::after {
    content: "開催中止";
    color: #c33333;
    font-weight: bold;
    font-size: 54px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
}

.text-link a {
    position: relative;
    padding-left: 1em;
    display: inline-block;
}

.text-link a::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 0.35em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 0.35em solid transparent;
    border-left: 0.5em solid;
    position: absolute;
    top: 0.15em;
    left: 0;
}

.text-link-area {
    margin: 2em 0 6em;
}

.nav>li.subnavigation .subnavigation--sns {
    display: flex;
    gap: 8px;
    justify-content: center;
    padding: 4px;
}

.nav>li.subnavigation .subnavigation--sns a {
    padding: 0;
    background-color: transparent;
    width: 28px;
}

@media only screen and (min-width: 768px) {
    .hdContent {
        display: flex;
        justify-content: space-between;
    }

    .hdContent .pcNone.header-subnavigation-list {
        width: calc(100% - 380px);
        max-width: 380px;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .hdContent .pcNone .header-subnavigation-item {
        width: calc((100% - 5px) / 2);
        padding: 0;
        margin-left: 5px;
        margin-top: 5px;
        margin-right: 0;
        background: none;
    }

    .hdContent .pcNone .header-subnavigation-item.is--wide {
        width: 100%;
        margin-left: 0;
    }

    .hdContent .pcNone .header-subnavigation-item:nth-child(1),
    .hdContent .pcNone .header-subnavigation-item:nth-child(2) {
        margin-top: 0;
    }

    .hdContent .pcNone .header-subnavigation-item:nth-child(2n-1) {
        margin-left: 0;
    }

    .hdContent .pcNone .header-subnavigation-item a {
        padding: 0.5em 1em;
        transition: all 300ms;
        background: #1e3784;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    .hdContent .pcNone .header-subnavigation-item a:hover {
        opacity: 0.7;
    }

    .hdContent .pcNone .header-subnavigation-item.header-subnavigation-item--sns {
        display: flex;
        gap: 8px;
        justify-content: center;
    }

    .hdContent .pcNone .header-subnavigation-item.header-subnavigation-item--sns a {
        padding: 0;
        background-color: transparent;
        width: 30px;
    }
}

.kouhoushi-link {
    color: blue;
    text-decoration: underline;
}

.access {
    display: block;
    margin-bottom: 4em;
}

.access_img {
    text-align: center;
    margin-bottom: 2em;
}

.access_img img {
    max-width: 390px;
    width: 100%;
    height: auto;
}

.access_text li {
    padding-left: 1em;
    text-indent: -1em;
}

.access_text li+li {
    margin-top: 1em;
}

@media only screen and (min-width: 640px) {
    .access {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }

    .access_text {
        display: flex;
        align-items: center;
        padding: 2em;
    }
}

.mapInner {
    height: 400px;
}

.ftInfoColumn {
    display: flex;
    align-items: flex-end;
}

.ftInfoColumn .ftInfo {
    width: 350px;
}

.snsIcon {
    width: calc(100% - 350px);
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.snsIconItem {
    width: 60px;
}

.snsIconItem+.snsIconItem {
    margin-left: 20px;
}

.snsIconItem img {
    width: 100%;
    height: auto;
}

@media (max-width: 500px) {
    .ftInfoColumn {
        display: block;
    }

    .ftInfoColumn .ftInfo {
        width: 100%;
    }

    .ftInfoColumn .snsIcon {
        width: 100%;
        justify-content: center;
    }

    .snsIconItem {
        width: 44px;
    }
}

.salutation-btn {
    margin-bottom: 20px;
    text-align: center !important;
}

.salutation-btn a {
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    border: 1px solid #1f3984;
    padding: 10px 20px;
    background: #1f3984;
    color: #fff;
}

.bnr-photocontest {
    position: relative;
}

.link-photocontest,
.link-photocontest-result,
.link-photocontest-3d,
.link-photo-top {
    position: absolute;
}

.link-photocontest {
    top: 54%;
    left: 11.7%;
    width: 15%;
    height: 22%;
}

.photocontest-only-photo .link-photo-top {
    top: 58%;
    left: 11%;
    width: 16%;
    height: 13%;
}

.photocontest-only-photo .link-photocontest {
    top: 25%;
    left: 48%;
    width: 50%;
    height: 50%;
}

.link-photocontest-result {
    top: 9.9%;
    left: 37.6%;
    width: 28.8%;
    height: 80.5%;
}

.link-photocontest-3d {
    top: 51%;
    left: 67%;
    width: 32%;
    height: 44%;
}

.link-photocontest:hover,
.link-photocontest-result:hover,
.link-photocontest-3d:hover {
    background: rgba(255, 255, 255, 0.3);
}

.bnr-photocontest.big .link-photocontest-3d {
    top: 53%;
    left: 68.2%;
    width: 28.8%;
    height: 40%;
}

.bnr-photocontest.big .link-photocontest-voice {
    position: absolute;
    top: 4%;
    left: 67%;
    width: 31%;
    height: 44%;
}

.movie-publish .ttlStyle {
    font-weight: bold;
    color: #1f3784;
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 32px;
}

.movie-publish-detail {
    font-size: 16px;
    line-height: 1.8;
}

.movie-publish-detail>* {
    margin: 16px 0 0;
}

.movie-publish-detail a {
    color: #1f3784;
    text-decoration: underline;
}

.movie-publish-detail a:hover {
    text-decoration: none;
}

.movie-publish-detail p {
    font-size: 16px;
}

.movie-publish-detail h3 {
    font-size: 20px;
    font-weight: bold;
    color: #1f3784;
}

.movie-publish-detail ol {
    list-style: none;
    padding-top: 0;
    margin-left: 0;
}

.movie-publish-detail ol>li {
    padding-left: 1em;
    text-indent: -1em;
    margin: 0;
    margin-top: 16px;
}

.movie-publish-detail ol>li+li {
    margin-top: 8px !important;
}

.movie-publish-detail .movie-publish-contact {
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 56px;
}

.movie-publish-contact strong {
    font-size: 13px;
}

.movie-publish-contact h4 {
    font-weight: bold;
    margin: 0;
}

.movie-publish-contact p {
    font-size: 13px;
}

.movie-publish-contact-item {
    width: 50%;
    padding: 24px;
}

.movie-publish-contact-item+.movie-publish-contact-item {
    border-left: 1px solid #ccc;
}

.movie-publish-btn a {
    border-radius: 1000px;
    background: #1f3784;
    color: #fff;
    padding: 16px 24px;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}

.movie-publish-btn a:hover {
    opacity: 0.7;
}

.movie-publish-documents ul li {
    padding-left: 1.5em;
    position: relative;
}

.movie-publish-documents ul li+li {
    margin-top: 8px;
}

.movie-publish-documents ul li::before {
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url(/images/common/icon_1r_128.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.movie-publish-contents {
    border-top: 1px solid #ccc;
    padding-top: 32px;
    margin-top: 32px;
}

.movie-publish-contents>* {
    margin-top: 16px;
}

@media (max-width: 767px) {
    .movie-publish .ttlStyle {
        font-size: 18px;
    }

    .movie-publish-detail {
        font-size: 13px;
    }

    .movie-publish-detail p {
        font-size: 13px;
    }

    .movie-publish-detail h3 {
        font-size: 15px;
    }

    .movie-publish-btn a {
        font-size: 12px;
    }

    .movie-publish-detail .movie-publish-contact {
        display: block;
    }

    .movie-publish-contact-item {
        width: 100%;
    }

    .movie-publish-contact-item+.movie-publish-contact-item {
        border-top: 1px solid #ccc;
        border-left: 0;
    }
}

.movie-publish-author {
    text-align: right;
}

.form-intro {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
}

.form-intro strong {
    color: #f76e00;
    font-size: 16px;
}

.form-img-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 440px;
    margin: 0 auto 20px;
}

.form-img {
    max-width: 150px;
    width: 40%;
}

.form-icon-required {
    background: crimson;
    color: #fff;
    border-radius: 4px;
    padding: 0 0.5em;
    font-size: 80%;
    font-weight: bold;
    display: inline-block;
    margin: 0 0.5em;
    vertical-align: text-bottom;
}

.field-form {
    max-width: 690px;
    margin: auto;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 0.25rem;
    border: 1px solid #cccccc;
}

.form-text {
    line-height: 1.8;
    margin-bottom: 40px;
    font-size: 14px;
    text-align: center;
}

.form-text strong {
    font-size: 16px;
    color: #f97900;
}

.form-button {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}

.form-intro em,
.form-text em {
    color: #f90000;
    font-weight: bold;
    text-decoration: underline;
    font-size: 16px;
    margin: 0 5px;
}

.form-text .inlineblock {
    display: inline-block;
}

.form-add-school {
    padding: 20px;
    background: #f1f7ff;
    border-radius: 0.25rem;
}

.form-zip-spacer {
    margin-right: 0.5em;
}

.form-zip-separator {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.form-inner-title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1em;
}

.form-comment {
    margin-bottom: 1em;
    color: crimson;
}

.form-control-pre {
    white-space: pre;
    height: auto;
    min-height: calc(2.25rem + 2px);
}

.btn-outline-primary,
.btn-outline-danger {
    background: #fff;
}

.form-control {
    height: auto;
    line-height: 2;
    min-height: calc(2.25rem + 2px);
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
}

@media (max-width: 460px) {
    .field-form {
        padding: 16px;
    }

    .form-text {
        text-align: left;
    }

    .form-text .inlineblock {
        display: inline;
    }

    .form-control {
        font-size: 16px;
    }
}

.etc-list {
    padding: 0.5em;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.etc-list.is-invalid {
    border: 1px solid #dc3545;
}

.etc-list+.form-row .invalid-feedback {
    display: block;
}

.etc-list li {
    line-height: 2;
}

.style--text-indent-1em {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}

.field-bnr-item+.field-bnr-item {
    margin-top: 24px;
}

.field-bnr-item.item--end {
    position: relative;
}

.field-bnr-item.item--end::before {
    content: "終了";
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 50%;
    border: 0.3em solid #ea5e3e;
    width: 3.155em;
    height: 3.155em;
    line-height: 3.155em;
    text-align: center;
    color: #ea5e3e;
    transform: rotate(-25deg);
    font-size: 130%;
    font-weight: bold;
    background: #fff;
    z-index: 10;
}

@media only screen and (min-width: 768px) {
    .field-bnr-item.item--end::before {
        top: -15px;
        left: -15px;
        border: 0.3em solid #ea5e3e;
        width: 3.155em;
        height: 3.155em;
        line-height: 3.155em;
        font-size: 200%;
    }
}

.bxslider .slider-item.item--end {
    position: relative;
}

.bxslider .slider-item.item--end::before {
    content: "終了";
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    border: 0.3em solid #ea5e3e;
    width: 2.6em;
    height: 2.6em;
    line-height: 2.6em;
    text-align: center;
    color: #ea5e3e;
    transform: rotate(-25deg);
    font-size: 130%;
    font-weight: bold;
    background: #fff;
    z-index: 10;
}

@media only screen and (min-width: 768px) {
    .bxslider .slider-item.item--end::before {
        top: 15px;
        left: 15px;
        border: 0.3em solid #ea5e3e;
        width: 2.6em;
        height: 2.6em;
        line-height: 2.6em;
        font-size: 200%;
    }
}

.salutation-author {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.author-name {
    text-align: right;
    margin-right: 20px;
}

.author-img {
    width: 200px;
}

@media (max-width: 414px) {
    .author-img {
        width: 200px;
    }
}


.form-intro {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    letter-spacing: .1em;
}

.form-intro strong {
    color: #f76e00;
    font-size: 16px;
}

.form-img-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 440px;
    margin: 0 auto 20px;
}

.form-img {
    max-width: 150px;
    width: 40%;
}

.field-form {
    max-width: 690px;
    margin: auto;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 0.25rem;
    border: 1px solid #cccccc;
}

.form-text {
    line-height: 1.8;
    margin-bottom: 40px;
    font-size: 14px;
    text-align: center;
}

.form-text strong {
    font-size: 16px;
    color: #f97900;
}

.form-intro em,
.form-text em {
    color: #f90000;
    font-weight: bold;
    text-decoration: underline;
    font-size: 16px;
    margin: 0 5px;
}

.form-text .inlineblock {
    display: inline-block;
}

.form-add-school {
    padding: 20px;
    background: #f1f7ff;
    border-radius: 0.25rem;
}

.btn-outline-primary,
.btn-outline-danger {
    background: #fff;
}

@media (max-width: 460px) {
    .field-form {
        padding: 16px;
    }

    .form-text {
        text-align: left;
    }

    .form-text .inlineblock {
        display: inline;
    }
}

.etc-list {
    padding: .5em;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.etc-list.is-invalid {
    border: 1px solid #dc3545;
}

.etc-list+.form-row .invalid-feedback {
    display: block;
}

.etc-list li {
    line-height: 2;
}

.elearning input[type="text"],
.elearning button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

.elearning .btn {
    border-radius: 0.375rem;
    padding: 14px 24px;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
}

.elearning .elearning-search {
    padding: 32px 0;
}

.elearning .elearning-search__form {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.elearning .elearning-search__form input[type="text"] {
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    background-color: #f8fafc;
    font-size: 16px;
    padding: 8px 12px;
    width: 20em;
}

.elearning .elearning-search__form .btn {
    background-color: #1f3784;
    color: white;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .elearning .elearning-search {
        padding: 16px 0;
    }
}

.elearning .elearning-archive__detail.is--hidden .comment-readmore-overlay {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(255 255 255 / 100%), rgba(255 255 255 / 60%) 30%, transparent);
}

.elearning .elearning-archive__detail.is--hidden .comment-readmore-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-inline: auto;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #1f3784;
    border: 1px solid #1f3784;
    border-radius: 0.375rem;
    padding: 0.7692307692em 1.3846153846em;
    transition: all 200ms;
    display: inline-block;
    width: fit-content;
    font-size: 11px;
    font-weight: bold;
}

.elearning .elearning-new {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px 16px;
}

.elearning .elearning-new.elearning-new__column2,
.elearning .elearning-new.elearning-new__column3 {
    justify-content: start;
}

.elearning .elearning-new__item {
    width: calc((100% - 16px * 2) / 3);
    max-width: 680px;
    border-radius: 0.75rem;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.05), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.elearning-new__head {
    padding: 16px 24px 8px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.elearning-new__body {
    padding: 8px 24px 16px;
}

.elearning-new__foot {
    padding: 16px 24px;
    border-top: 1px solid #f1f5f9;
}

.elearning .elearning-new__date {
    color: #1f3784;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: bold;
}

.elearning .elearning-new__actions {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.elearning .elearning-new__link {
    position: relative;
    display: block;
    width: fit-content;
    background-color: #e93223;
    border: 1px solid #e93223;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 10px 18px;
}

.elearning .elearning-new__link:hover {
    background-color: #fff;
    color: #e93223;
}

.elearning .elearning-new__modal-button {
    font-size: 13px;
    position: relative;
    display: block;
    width: fit-content;
    background-color: #1f3784;
    border: 1px solid #1f3784;
    color: #fff;
    transition: all 200ms;
    padding: 10px 18px;
}

.elearning .elearning-new__modal-button:hover {
    color: #1f3784;
    background-color: #fff;
}

.elearning .elearning-new__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #0f1729;
    display: flex;
    align-items: center;
}

.elearning .elearning-new__movie {
    border-radius: 0.375rem;
    overflow: hidden;
}

.elearning .elearning-new__movie img {
    width: 100%;
}

@media (max-width: 1240px) {
    .elearning .elearning-new {
        width: calc(309px + 16px + 309px);
        margin-inline: auto;
    }

    .elearning .elearning-new .elearning-new__item {
        width: 309px;
        margin-top: 0;
    }
}

@media (max-width: 660px) {

    .elearning .elearning-new.elearning-new__column2,
    .elearning .elearning-new.elearning-new__column3 {
        justify-content: center;
    }

    .elearning .elearning-new.elearning-new__column2 .elearning-new__item,
    .elearning .elearning-new.elearning-new__column3 .elearning-new__item {
        width: 100%;
        max-width: 310px;
    }

    .elearning .elearning-new__title {
        font-size: 14px;
    }

    .elearning .elearning-new__link,
    .elearning .elearning-new__modal-button {
        font-size: 12px;
    }
}

@media (max-width: 640px) {
    .elearning .elearning-new {
        width: 100%;
    }

    .elearning .elearning-new__actions {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
}

.elearning .elearning-modal__comment {
    font-size: 12px;
    padding-top: 16px;
    position: relative;
    display: none;
}

.elearning .elearning-modal__comment>*+* {
    margin-top: 1em;
}

.elearning .elearning-modal__comment.is--hidden {
    overflow: hidden;
}

.elearning .elearning-modal__comment.is--hidden::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, #fff);
}

.elearning .elearning-modal__files {
    padding-top: 32px;
    display: none;
}

.elearning .elearning-modal__files-list {
    padding: 18px 24px;
    font-size: 12px;
}

.elearning .elearning-archive__box {
    border-radius: 0.75rem;
    box-shadow: 0 0 0 1px rgb(15 23 42 / 5%), 0 20px 25px -5px rgb(0 0 0 / 10%), 0 8px 10px -6px rgb(0 0 0 / 10%);
}

.elearning .elearning-archive__item.is--hidden {
    display: none;
}

.elearning .elearning-archive__item {
    padding: 40px;
}

.elearning .elearning-archive__item+.elearning-archive__item {
    border-top: 1px solid #e7e7e7;
}

.elearning .elearning-archive__item .scnd-contents-box-body-afterword {
    padding-top: 16px;
}

.elearning .elearning-archive__item .scnd-download-ul {
    padding: 8px 16px;
    font-size: 12px;
}

.elearning .elearning-archive__item .scnd-download-ul-li {
    padding: 10px 0 10px 2.5em;
}

.elearning .elearning-archive__body {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.elearning .elearning-archive__detail p {
    text-indent: 0;
}

.elearning .elearning-archive__thumbnail {
    width: 240px;
}

.elearning .elearning-archive__thumbnail-inner {
    border-radius: 0.375rem;
    overflow: hidden;
}

.elearning .elearning-archive__thumbnail img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.elearning .elearning-archive__link {
    position: relative;
    margin-top: -1.6em;
    display: block;
    width: fit-content;
    margin-inline: auto;
    background-color: #e93223;
    border: 1px solid #e93223;
    color: #fff;
    padding: 10px 18px;
    text-align: center;
}

.elearning .elearning-archive__link:hover {
    background-color: #fff;
    color: #e93223;
}

.elearning .elearning-archive__detail {
    width: calc(100% - 190px - 16px);
}

.elearning .elearning-archive__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #0f1729;
    display: flex;
    align-items: center;
}

.elearning .elearning-archive__comment>*+* {
    margin-top: 1em;
}

.elearning .elearning-archive__detail {
    transition: all 200ms;
    display: block;
    overflow: hidden;
    position: relative;
}

.elearning .elearning-archive__detail.is--hidden {
    max-height: 200px;
}

.elearning .elearning-archive__detail .comment-readmore-overlay,
.elearning .elearning-archive__detail .comment-readmore-btn {
    display: none;
}

.elearning .elearning-archive__detail.is--hidden .comment-readmore-overlay {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(255 255 255 / 100%), rgba(255 255 255 / 60%) 30%, transparent);
}

.elearning .elearning-archive__detail.is--hidden .comment-readmore-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-inline: auto;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #1f3784;
    border: 1px solid #1f3784;
    border-radius: 0.375rem;
    padding: 0.7692307692em 1.3846153846em;
    transition: all 200ms;
    display: inline-block;
    width: fit-content;
    font-size: 11px;
    font-weight: bold;
}

.elearning .elearning-archive__files {
    border: 1px solid #e2e8ec;
    background-color: #f8fafc;
    border-radius: 0.375rem;
    padding: 24px;
}

.elearning .elearning-archive__files-item+.elearning-archive__files-item {
    margin-top: 0.25em;
}

.elearning .elearning-archive__files-item .pdf {
    display: flex;
    gap: 0.25em;
    font-weight: bold;
}

.elearning .elearning-archive__files-item .pdf::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: url(../images/common/icon_pdf.png) no-repeat 0 0 / contain;
    flex-shrink: 0;
}

.elearning .elearning-archive__files-item .excel {
    display: flex;
    gap: 0.25em;
    font-weight: bold;
}

.elearning .elearning-archive__files-item .excel::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: url(../images/common/icon-excel.png) no-repeat 0 0 / contain;
    flex-shrink: 0;
}

.elearning .elearning-archive__files-item .word {
    display: flex;
    gap: 0.25em;
    font-weight: bold;
}

.elearning .elearning-archive__files-item .word::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: url(../images/common/icon-word.png) no-repeat 0 0 / contain;
    flex-shrink: 0;
}

.elearning .elearning-archive__pagination {
    border-top: 1px solid #e7e7e7;
    padding: 32px 40px;
}

@media (max-width: 768px) {
    .elearning-archive__box {
        max-width: 460px;
        margin-inline: auto;
    }

    .elearning .elearning-archive__list {}

    .elearning .elearning-archive__body {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .elearning .elearning-archive__item {
        padding: 24px;
    }

    .elearning .elearning-archive__item+.elearning-archive__item {
        margin-top: 16px;
    }

    .elearning .elearning-archive__body a {
        gap: 8px;
    }

    .elearning .elearning-archive__detail {
        width: 100%;
    }
}

.elearning.elearning-modal.is--hidden {
    display: none;
}

.elearning.elearning-modal {
    position: fixed;
    inset: 0;
    padding: 16px;
    z-index: 100000;
}

.elearning .elearning-modal__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.3);
}

.elearning .elearning-modal__item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
    overflow: hidden;
    position: relative;
    top: 80px;
    right: 0;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 160px);
    max-width: 592px;
    margin-inline: auto;
    z-index: 1000000;
    transition: all 200ms;
    text-align: left;
    font-size: 14px;
}

.elearning .elearning-modal__header {
    padding: 16px 32px 16px;
    background-color: #3b82f1;
    font-size: 20px;
    color: #fff;
}

.elearning .elearning-modal__body {
    overflow: auto;
    max-height: calc(100vh - 160px);
}

.elearning.elearning-modal .elearning-new__head {
    padding: 48px 56px 8px;
}

.elearning.elearning-modal .elearning-new__body {
    padding: 8px 56px 16px;
}

.elearning.elearning-modal .elearning-new__foot {
    border-top: 0px;
}

.elearning.elearning-modal .elearning-modal__comment {
    padding: 16px 56px;
}

.elearning.elearning-modal .elearning-modal__files {
    display: block;
    padding: 0px 56px 16px;
}

.elearning.elearning-modal .elearning-modal__files-inner {
    border: 1px solid #e2e8ec;
    background-color: #f8fafc;
    border-radius: 0.375rem;
}

.elearning.elearning-modal .elearning-modal__files-item+.elearning-modal__files-item {
    margin-top: .25em;
}

.elearning.elearning-modal .elearning-modal__files-item .pdf {
    display: flex;
    gap: 0.25em;
    font-weight: bold;
}

.elearning.elearning-modal .elearning-modal__files-item .pdf::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: url(../images/common/icon_pdf.png) no-repeat 0 0 / contain;
    flex-shrink: 0;
}

.elearning.elearning-modal .elearning-modal__files-item .excel {
    display: flex;
    gap: 0.25em;
    font-weight: bold;
}

.elearning.elearning-modal .elearning-modal__files-item .excel::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: url(../images/common/icon-excel.png) no-repeat 0 0 / contain;
    flex-shrink: 0;
}

.elearning.elearning-modal .elearning-modal__files-item .word {
    display: flex;
    gap: 0.25em;
    font-weight: bold;
}

.elearning.elearning-modal .elearning-modal__files-item .word::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: url(../images/common/icon-word.png) no-repeat 0 0 / contain;
    flex-shrink: 0;
}

.elearning .elearning-modal__body .elearning-new__modal-button {
    display: none;
}

.elearning .elearning-modal__comment-inner {
    font-size: 14px;
    color: #0f1729;
    word-break: break-all;
}

.elearning .elearning-modal__footer {
    border-top: 1px solid #e7e7e7;
    padding: 32px 32px 32px;
    position: sticky;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255 255 255 / .8);
}

.elearning .elearning-modal__closebtn {
    width: fit-content;
    background-color: #9e9e9e;
    border-radius: .375rem;
    padding: 10px 18px;
    display: block;
    color: #fff;
    margin-inline: auto;
    cursor: pointer;
    font-size: 13px;
}

.elearning.elearning-modal .elearning-modal__comment {
    display: block;
}

@media (max-width: 768px) {
    .elearning.elearning-modal .elearning-new__head {
        padding: 16px 24px 8px;
    }

    .elearning.elearning-modal .elearning-new__body {
        text-align: center;
        padding: 8px 24px 16px;
    }

    .elearning.elearning-modal .elearning-modal__comment {
        padding: 16px 24px;
    }

    .elearning .elearning-modal__footer {
        padding: 24px;
    }

    .elearning .elearning-modal__closebtn {
        font-size: 12px;
    }
}

/* E-learningのログイン */
.indexlogin {
    display: flex;
    justify-content: center;
}

.indexlogin__form {
    font-size: 16px;
    max-width: 20rem;
    width: 100%;
}

.indexlogin__item+.indexlogin__item {
    margin-top: 1.5rem;
}

.indexlogin__item-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexlogin__item+.indexlogin__item-forget {
    font-size: 14px;
    margin-top: 2.5rem;
}

.indexlogin__label {
    margin-bottom: 0.25rem;
    color: #63686f;
}

.indexlogin__input {
    border: 1px solid rgb(209 213 219 / 1);
    padding: .5rem .75rem;
    border-radius: 0.375rem;
    box-sizing: border-box;
    width: 100%;
}

.indexlogin__input#pass {
    padding-right: 2.75rem;
}

.indexlogin__password-wrap {
    position: relative;
}

.indexlogin__password-visible-icon {
    width: 2em;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/index/eye.svg);
    background-size: 1em auto;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.indexlogin__password-visible-icon.is--visible {
    background-image: url(../images/index/eyeclose.svg);
}

.indexlogin__error {
    margin-top: 0.25rem;
    font-size: 14px;
}

.indexlogin__error--upper {
    margin-bottom: 2rem;
    text-align: center;
    padding: 0 2em;
}

[type="submit"].indexlogin__btn {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
}

[type="submit"].indexlogin__btn::-webkit-search-decoration {
    display: none;
}

[type="submit"].indexlogin__btn::focus {
    outline-offset: -2px;
}

[type="submit"].indexlogin__btn {
    font-size: 14px;
    padding: .5rem 1rem;
    border-radius: .5rem;
    border: 0px;
    margin-left: 1rem;
}

@media (max-width: 767px) {
    .indexlogin__item-btn {
        display: block;
    }

    .indexlogin__item-btn-column+.indexlogin__item-btn-column {
        margin-top: 1.5rem;
    }
}

.accordion__body {
    overflow: hidden;
    transition: all 200ms;
}

.past-event__accordion {
    border: 2px solid #1e3784;
    border-radius: .25rem;
}

.past-event__accordion+.past-event__accordion {
    margin-top: 10px;
}

.past-event__accordion-head {
    padding: .5em 1em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    border-bottom: 0px;
    background-color: #1e3784;
    color: white;
    font-size: 125%;
}

.past-event__accordion-head::after {
    content: "+";
    font-size: 125%;
    transition: all 200ms;
}

.past-event__accordion-head.is--open::after {
    transform: rotate(45deg);
}

.past-event__accordion-head:hover {}

.past-event__accordion-head:hover h2 {}

.past-event__accordion-list {
    padding: 2em;
    border-top: 1px solid #1e3784;
}

@media (max-width: 767px) {
    .past-event__accordion-head {
        font-size: 100%;
    }

    .past-event__accordion-list {
        padding: 1em;
    }
}
