@charset "utf-8";

.title-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 150px;
        margin: 0 0 5rem auto;
        color: #ffffff;
        font-size: 3rem;
}

.souzoku-seminar-list .title-wrap,
.souzoku_seminar_detail .title-wrap {
        background-color: #54BC00;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e8ffc2' fill-opacity='0.14' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

.contents-inner {
        max-width: 940px;
        padding: 0 20px;
        margin: 5rem auto 15rem auto;
}

.first-title {
        padding: 1rem 1rem 1rem 2rem;
        margin-bottom: 3rem;
        font-size: 3rem;
        font-weight: bold;
        background: #fff0de;
        border-left: solid 5px #EF8200;
}

.seminar-form-box {
        width: 100%;
        margin: 2rem auto;
}

.seminar-form-link {
        display: block;
        width: 100%;
        padding: 2rem;
        margin: 10rem auto 5rem;
        text-align: center;
        font-size: 2.8rem;
        color: #ffffff;
        background: linear-gradient(45deg, #FF3E80 50%, #e62044 50%);
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.seminar-form-link:hover {
        transform: scale(1.01);
        transition: .3s;
}

.souzoku-seminar-list .ymd-new {
        font-size: 1.5rem;
        font-weight: bold;
        color: #333333;
}

.date-flex {
        display: flex;
        align-items: center;
        margin: 1rem auto 0;
}

.news-cat-box {
        display: flex;
        align-items: center;
}

.date-flex .ymd-new {
        margin-bottom: 0;
}

.cat-0 .news-cat {
        padding: 0.3rem 2rem;
        font-size: 1.4rem;
        color: #ffffff;
        background-color: #e5001b;
}

.cat-1 .news-cat {
        padding: 0.3rem 2rem;
        font-size: 1.4rem;
        color: #ffffff;
        background-color: #104AB5;
}

.title-new-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-left: 2%;
}

.news-title-box {
        font-weight: bold;
}

.ymd-new {
        width: auto;
}

.ymd-new,
.new-mark {
        float: none;
        margin-right: 0;
}

.date-flex:hover,
.date-flex:hover .ymd-new {
        color: #54BC00;
}

.application-form {
        position: fixed;
        top: 50%;
        right: 0;
        font-size: 1.8rem;
        writing-mode: vertical-rl;
        color: #ffffff;
        background-color: #FF3E80;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 20px;
        transform: translateY(-50%);
}

.application-form-link {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 2rem;
}

.application-form:hover {
        animation: shad07 1.5s infinite;
}

@keyframes shad07 {
        0% {
                box-shadow: 0 0 0 0 #FF3E80;
        }

        70% {
                box-shadow: 0 0 0 10px rgb(39 172 217 / 0%);
        }

        100% {
                box-shadow: 0 0 0 0 rgb(39 172 217 / 0%);
        }
}

.pager {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10rem;
}

.pager a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3px 10px;
        margin: 0 1rem;
        background-color: #f1f1f1;
}

.pager a.current {
        color: #ffffff;
        background-color: #54BC00;
}




.footer {
        padding-top: 5rem;
}

/* souzoku_seminar_detail */
.souzoku_seminar_detail .contents-inner {
        max-width: 940px;
        padding: 0 20px;
        margin: 5rem auto 15rem auto;
}

.souzoku_seminar_detail .souzoku_seminar_detail-title {
        margin-bottom: 2rem;
        font-size: 3rem;
}

.souzoku_seminar_detail .date-box {
        margin-bottom: 2rem;
        color: #104AB5;
        font-weight: bold;
}

.souzoku_seminar_detail .detail-box-text {
        margin-bottom: 10rem;
}

.souzoku_seminar_detail .btn-link {
        position: relative;
        width: max-content;
        margin: 0 0 0 auto;
}

.souzoku_seminar_detail .btn {
        display: flex;
        align-items: center;
        padding: 1rem 8rem 1rem 3rem;
        color: #ffffff;
        background-color: #54BC00;
        border-radius: 5px 15px;
}

.souzoku_seminar_detail .btn-link::before {
        content: "";
        position: absolute;
        top: calc(50% - 3px);
        right: 20px;
        width: 10px;
        height: 1px;
        background: #ffffff;
        transform: translateY(-50%) skewY(31deg);
}

.souzoku_seminar_detail .btn-link::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 40px;
        height: 1px;
        background: #ffffff;
        transform: translateY(-50%);
}

.souzoku_seminar_detail .btn-link:hover {
        background-position: right center;
        background-size: 200% auto;
        -webkit-animation: pulse 2s infinite;
        border-radius: 5px 15px;
}

.souzoku_seminar_detail .btn-link:hover {
        animation: shad04 1.5s infinite;
}


@media screen and (max-width:768px) {
        .sp {
                display: none;
        }

        .title-wrap {
                margin-bottom: 0;
        }

        .souzoku_seminar_detail .contents-inner {
                margin-top: 0;
        }

        .souzoku_seminar_detail .souzoku_seminar_detail-title {
                padding: 0.5rem 0.5rem 0.5rem 1rem;
                font-size: 1.8rem;
                color: #ffffff;
                background-color: #104AB5;
                border-radius: 5px 10px;
        }

        .breadcrumb {
                margin-bottom: 0;
        }


        .contents-inner {
                margin-top: 1rem;
        }

        .date-flex {
                display: block;
        }

        .date-flex>a {
                width: 100%;
        }

        .title-new-wrap {
                display: block;
                margin-top: 0.5rem;
        }

        .news-title-box {
                float: left;
        }

        .news-title-wrap::after,
        .report-list .news-title-wrap::after {
                margin-top: 0.5rem;
                margin-bottom: 1rem;
        }

        .application-form {
                font-size: 1.6rem;
        }

        .application-form-link {
                padding: 2rem 1rem;
        }

        .souzoku_seminar_detail .btn-link {
                width: 100%;
        }


}

@media screen and (max-width:599px) {
        .sp {
                display: block;
        }

        .seminar-form-link {
                padding: 1.5rem;
                font-size: 2rem;
        }

        .application-form {
                display: none
        }
}