@charset "UTF-8";

.column-youtube,
.column-iframe {
    margin-bottom: 40px;
}

.entry-column a:visited {
    color: #333;
}

.columnImage {
    max-height: 1000px;
    -o-object-fit: contain;
    object-fit: contain;
}

.entry-column table {
    width: 100%;
    border-spacing: inherit;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
}

.entry-column p.caption {
    line-height: 1.5;
    text-align: left !important;
    margin: 0 0 40px;
    margin-top: -15px;
    font-size: 14px;
    color: #666;
}

.entry-column img {
    border-radius: 15px;
    _object-fit: cover;
    margin-bottom: 25px;
}

.entry-footer {
    background: none;
}

.entry-footer .share-wrapper {
    display: flex;
    align-items: center;
}

.share-item a:hover {
    text-decoration: none;
    opacity: .75
}

.contact-form,
.contact-form-group {
    background: #f3f3f3;
}

.acms-page-header {
    border-bottom: none;
}

.page-header {
    margin: 0 0 40px;
}

p.p__wrap_entry_time.font_Lato {
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 40px;
}

.entry {
    margin: 0 auto 25px;
    border-bottom: none;
    max-width: 1200px;
}

.acms-entry.entry-column a:not([class]) {
    text-decoration: underline;
}

.acms-entry.entry-column .outline a {
    text-decoration: none;
}

.serial-nav {
    margin: 0 10px 60px;
    border: 0;
}

.entry-footer {
    padding: 10px 0;
}

.serial-nav a {
    display: block;
    padding: 20px 0;
    color: #111;
    border-bottom: none;
}

.serial-nav a:hover {
    background: none;
    text-decoration: underline;
}

@media screen and (max-width:980px) {
    .page-header {
        margin: 0 0 25px
    }
}

@media screen and (max-width:767px) {
    .serial-nav {
        margin: 0 0 60px;
        border: 0;
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .serial-nav a {
        display: block;
        padding: 20px 0;
        border-bottom: none
    }

    .serial-nav .serial-nav-item {
        display: inline-block
    }

    .serial-nav .serial-nav-item-next {
        text-align: initial;
        margin-left: auto
    }
}

@media screen and (max-width:480px) {
    p.p__wrap_entry_time.font_Lato {
        font-size: 16px;
        margin-top: -10px
    }
}

main.main {
    margin-top: 60px;
}

.topicpath-link {
    font-size: 14px;
}

.topicpath {
    margin-bottom: 0;
    padding: 30px 0;
    background: none;
}

.topicpath-list {
    margin: 0 auto;
    list-style: none;
    display: flex;
    align-items: center;
}

.topicpath-item {
    float: left;
    padding: 0 10px;
    background: initial;
    font-size: 14px;
    white-space: nowrap;
}

li.topicpath-item::before {
    content: "";
    background: var(--main-color1);
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 40px;
    margin-right: 15px;
}

li.topicpath-item:first-child:before {
    content: initial;
}

.topicpath-item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width:980px) {
    main.main {
        margin-top: 40px
    }

    .topicpath-link {
        font-size: 13px
    }

    .topicpath-item {
        font-size: 13px
    }
}

@media screen and (max-width:767px) {
    main.main {
        margin-top: 0
    }

    main.main:has(.entry),
    main.main:has(#sec_application_form),
    main.main:has(#sec_contact_form) {
        margin-top: 40px
    }
}

@media screen and (max-width:480px) {
    .topicpath {
        padding: 10px 0 30px
    }

    .topicpath-link {
        font-size: 12px;
        white-space: nowrap
    }

    .topicpath-item {
        font-size: 12px;
        padding: 3px 10px 3px 0
    }

    li.topicpath-item::before {
        margin-right: 10px
    }
}