/**
* PC CSS
* scheduleのスタイル
*/
#schedule-2 {

    .list-boxed2 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(166px, 1fr));

        li {
            a {
                color: var(--color-primary);
                font-size: clamp(0.813rem, 0.738rem + 0.32vw, 0.938rem);
                font-weight: 500;
                display: grid;
                align-items: center;
                grid-template-columns: auto 9.7px;
                height: 60px;
                line-height: 1.4;
                padding: 0 10px;
                width: 100%;


                /* &:after {
                    content: "\f054";
                    font-family: "Font Awesome 6 Free";
                    font-weight: bold;
                }*/
            }

        }

        /* カラーバリエーション */
        &.list-boxed2--main {
            background: none;
            border-left: 1px solid var(--color-main);
            border-top: 1px solid var(--color-main);

            li {
                background: #E5F2FB;
                border-bottom: 1px solid var(--color-main);
                border-right: 1px solid var(--color-main);
                margin-bottom: 0;

                a {
                    &:after {
                        color: var(--color-main);
                    }
                }
            }
        }
    }

    /*a 下線*/
    a.deco {
        text-decoration: underline;
        text-underline-offset: 5px;
        text-decoration-thickness: 3px;
        color: var(--color-main);
    }


    /* カレンダー */



    /*コメント*/
    .scheduleTable .comment {
        position: relative;
    }

    .scheduleTable .comment .text {
        position: absolute;
        top: -10px;
        padding: .8rem;
        background: #ffffff;
        border: solid 1px #1d317d;
        font-size: .9rem;
        letter-spacing: 0rem;
        line-height: 1.4rem;
        z-index: 1000;
    }


    /*　幅　*/
    .w5per,
    .w5per_Sp {
        width: 5%;
    }

    .w30per,
    .w30per_Sp {
        width: 30%;
    }

    .w35per,
    .w35per_Sp {
        width: 35%;
    }

    .w55per,
    .w55per_Sp {
        width: 55%;
    }






    /*アプリ登録など*/
    .scheduleTable .comment .text.text_headline {
        top: 20px;
        padding: 15px 5px 5px;
    }

    .scheduleTable .comment .text.text_headline .tit_headline {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -12px;
        padding: 3px 10px;
        line-height: 1.4;
        font-size: 0.75rem;
        white-space: nowrap;
        background: #fce94c;
    }

    /*矢印アイコン*/
    .scheduleTable .txt_schedule_coop {
        display: inline-block;
        margin-left: 2px;
        padding: 5px 7px 5px 20px;
        line-height: 1.4;
        font-size: 0.775rem;
        color: #FFF;
        background: #c62a45;
        -webkit-clip-path: polygon(15px 0, 100% 0, 100% 100%, 15px 100%, 0% 50%);
        clip-path: polygon(15px 0, 100% 0, 100% 100%, 15px 100%, 0% 50%);
    }

    /* スマホ用 */
    @media screen and (max-width:736px) {

        /*文字サイズ*/
        .scheduleTable {
            font-size: 0.85rem;
        }

        /*コメント*/
        .scheduleTable .comment p.text {
            padding: 5px;
            font-size: 0.7rem;
            line-height: 1.0rem;
        }
    }

    /*枠*/
    .scheduleTable td.nothing {
        /* padding: 0 !important; */
        width: 5px !important;
        box-sizing: border-box;
    }

    @media screen and (max-width:736px) {
        .scheduleTable td.nothing {
            padding: 0 !important;
            width: 4px !important;
            box-sizing: border-box;
        }
    }

    .scheduleTable .schedule_briefing,
    .scheduleTable .schedule_individual,
    .scheduleTable .schedule_procedure,
    .scheduleTable .schedule_room,
    .scheduleTable .schedule_welcome {
        position: relative;
        z-index: 1;
        box-sizing: border-box;
        margin: 0 0 0 0;

        & a {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            border: none;
            cursor: pointer;
            outline: none;
            padding: 2px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            text-decoration: underline;
            text-align: center;
            line-height: 1.6;
        }
    }


    /*　枠　入学式　*/
    @media (min-width: 737px) {
        .scheduleTable .comment .text.txt_schedule_ceremony {
            top: 50px;
            left: 100px;
            width: calc(100% + 90%);
        }
    }

    @media screen and (max-width: 736px) {
        .scheduleTable .comment .text.txt_schedule_ceremony {
            top: -5px;
            left: 60px;
            width: calc(100% + 90%);
            margin-right: 10px;
        }
    }


    /* 吹き出し */
    .balloon-009 {
        display: flex;
        justify-content: center;
        align-items: start;
        gap: 0 22px;
    }

    .balloon-009 img {
        max-width: 70px;
        /*height: 100%;
        border: 3px solid #f2f2f2;
        border-radius: 50%;*/
    }

    .balloon-009 p {
        position: relative;
        max-width: 300px;
        margin: 3px 0 0;
        padding: .8em 1em;
        border-radius: 5px;
        background-color: #e5f4fa;
        color: #212529;
    }

    .balloon-009 p::before {
        position: absolute;
        left: -15px;
        width: 15px;
        height: 30px;
        background-color: #e5f4fa;
        clip-path: polygon(0 50%, 100% 0, 100% 100%);
        content: '';
    }

    /*資料請求*/
    .top-contact {
        /* display: grid;
        grid-template-columns: 1fr 1fr;
        gap: clamp(0.875rem, -1.363rem + 9.18vw, 4.375rem);
        align-items: start;
        margin: 0 auto clamp(3.125rem, 2.126rem + 4.1vw, 4.688rem);
        padding: 0 clamp(0.938rem, 0.375rem + 2.4vw, 1.875rem);*/
        max-width: 800px;

        .top-contact__item {
            border: 2px solid var(--color-main);
            border-radius: 15px;
            padding: clamp(0.938rem, 0.538rem + 1.64vw, 1.563rem) clamp(0.625rem, 0.026rem + 2.46vw, 1.563rem) calc(clamp(0.938rem, 0.538rem + 1.64vw, 1.563rem) + clamp(2.188rem, 1.788rem + 1.64vw, 2.813rem));
            display: grid;
            grid-template-rows: subgrid;
            grid-row: span 3;
            position: relative;

            .top-contact__title {
                font-size: clamp(1.25rem, 0.85rem + 1.64vw, 1.875rem);
                display: grid;
                grid-template-rows: subgrid;
                grid-row: span 2;
                align-items: center;
                gap: clamp(1.063rem, 0.743rem + 1.31vw, 1.563rem);
                margin: 0 auto;
                text-align: center;
                width: fit-content;

                img {
                    margin: auto;
                }
            }

            /* //.top-contact__title */

            .top-contact {
                .top-contact__item {
                    grid-row: span 2;
                    gap: 20px;

                    .top-contact__title {
                        grid-template-rows: initial;
                        grid-row: initial;

                        &.top-contact__title--document {
                            grid-template-columns: clamp(6.563rem, 6.363rem + 0.82vw, 6.875rem) auto;
                        }

                        &.top-contact__title--line {
                            grid-template-columns: clamp(4.688rem, 4.488rem + 0.82vw, 5rem) auto;
                        }
                    }

                    /* //.top-contact__title */

                }
            }

            .top-contact__action {
                background: var(--color-main);
                border-radius: 0 0 12px 12px;
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;

                .btn {
                    font-size: clamp(0.875rem, 0.715rem + 0.66vw, 1.125rem);
                    height: clamp(2.188rem, 1.788rem + 1.64vw, 2.813rem);
                    padding: 0;
                    width: 100%;

                    &:active {
                        border: none;
                        color: #FFF;
                    }
                }
            } /* //.top-contact__action */

        }
    }
}



