﻿@charset "UTF-8";

@media (max-width: 1023px) {
    body {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.5384615385;
    }

    .container {
        padding: 0;
    }

    /* header. */
    .header {
        display: block;
        position: static;
    }

    .title-head {
        min-width: 1px;
        max-width: 100%;
        width: 100%;
        height: auto;
        min-height: 42px;
        padding: 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.1111111111;
    }

        .title-head picture {
            width: 100%;
        }

        .title-head p {
            padding: 5px 90px 5px 60px;
            min-width: 100%
        }

    .title-head--exc p {
        padding: 5px 90px 5px 10px;
    }

    .heading {
        padding: 10px 10px 0 10px
    }

        .heading h2 {
            margin-bottom: 10px
        }

    .img-head {
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
        max-width: 100%;
    }
    /* footer image. */
    img.img-footer {
        width: auto;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    /* nav. */
    .nav-head {
        padding: 0;
        min-height: 36px;
        width: auto;
        position: absolute;
        top: 5px
    }

        .nav-head ul {
            width: 100%;
            padding-right: 0px;
            margin: 0;
            font-size: 11px;
        }

            .nav-head ul li {
                padding: 0;
                vertical-align: middle;
                line-height: 1.5em;
                height: 40px;
            }

        .nav-head span {
            padding: 0em;
        }

            .nav-head span:before {
                line-height: 1em;
            }

        .nav-head a {
            padding: .333em;
        }

        .nav-head ul > li.li-user {
            padding-left: 4em;
            width: auto;
            display: none
        }

            .nav-head ul > li.li-user span.myid {
                padding-left: 2em;
                width: auto;
                max-width: 300px;
                display: block;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                text-align: left;
            }

        .nav-head ul > li.li-language {
            text-align: right;
        }

        .nav-head select.select-language {
            height: 24px;
            padding: 0 1.5em 0 .35em
        }

        .nav-head table,
        .nav-head thead,
        .nav-head tr,
        .nav-head td {
            display: block
        }
    /* globalnav. */
    .nav {
        width: auto;
        display: block;
        position: fixed;
        bottom: inherit;
        top: 0;
        padding-top: 0;
        left: 0;
        z-index: 12;
        width: 100%;
        background-color: transparent;
        height: auto;
        padding-bottom: 0;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        margin: 0;
    }

        .nav ul {
            width: auto;
            display: block;
            height: auto;
            -webkit-transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
            top: -100%;
            position: relative;
            border: none;
            background-color: transparent;
            padding-right: 0
        }

            .nav ul li {
                display: block;
                border-left: none;
                padding: 1em 0 0 0;
                display: none;
                -webkit-transition: 0.5s ease-in-out;
                -moz-transition: 0.5s ease-in-out;
                transition: 0.5s ease-in-out;
            }

    /* toggle button. */
    #nav-toggle {
        display: none;
        position: fixed;
        left: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 101;
        display: block;
        padding: 0;
        display: none;
    }

        #nav-toggle div {
            position: relative;
        }

        #nav-toggle span {
            display: block;
            position: absolute;
            height: 4px;
            width: 100%;
            left: 0;
            border: solid 1px;
            -webkit-transition: 0.35s ease-in-out;
            -moz-transition: 0.35s ease-in-out;
            transition: 0.35s ease-in-out;
        }

            #nav-toggle span:nth-child(1) {
                top: 0;
            }

            #nav-toggle span:nth-child(2) {
                top: 8px;
            }

            #nav-toggle span:nth-child(3) {
                top: 16px;
            }

    .nav.open ul li a {
        text-align: center;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1;
    }

    /* #nav-toggle animation. */
    /* #nav-toggle animation. */
    .open #nav-toggle span:nth-child(1) {
        top: 8px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 8px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    .open #global-nav {
        /* #global-nav top + #mobile-head height. */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

    /* #global-nav スライドアニメーション */
    .nav.open {
        height: 100%;
        overflow: auto;
        top: 0;
        padding-top: 20px;
    }

        .nav.open ul {
            top: 0;
        }

    .nav-ul_01 li:first-child {
        padding-top: 2.5em;
    }

    .nav.open ul li,
    #nav-toggle {
        display: block;
    }

    .nav li:before {
        display: none;
    }

    /* toppage content. */
    .mv {
        position: static;
        padding: 0 20px 20px 20px;
    }

    .hero {
        height: 300px;
        margin: 0 auto 10px auto
    }

    .login {
        position: static;
        bottom: auto;
        right: auto;
        width: 100%;
    }

    .index-main .index-section {
        padding: 30px 20px;
    }

    .index-contact {
        padding: 20px;
    }

    .title-link,
    .title-info,
    .title-free-4 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.25;
    }

    .li-link_index,
    .li-info_index {
        width: 100%;
    }

        .li-info_index dl {
            display: block;
        }

            .li-info_index dl dt {
                padding: 0 0 5px 0;
            }

            .li-info_index dl dd {
                padding: 0;
            }

    .info-id {
        border-right: none;
        margin-right: 0;
    }
    /* =======================================================
FORM
======================================================= */
    .form-container--tt {
        padding: 0 0 10px 0
    }

        .form-container--tt table,
        .form-container--tt table > tbody,
        .form-container--tt table > tbody > tr,
        .form-container--tt table > tbody > tr > td,
        .form-container--tt select {
            display: block
        }

        .form-container--tt select {
            min-width: 209px;
            max-width: 100%
        }

        .form-container--tt .form-label {
            margin-top: 10px
        }
    /* =======================================================
EVENT-DETAIL
======================================================= */
    .event-detail {
        position: static;
        width: 100%;
        height: auto;
    }

    .event-detail_inner {
        height: auto;
        padding: 20px
    }

    .ui-dialog {
        width: 95% !important;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    /* =======================================================
Venue Vote
======================================================= */
    .VenueVoteLogo {
        max-width: 310px;
        max-height: 100px;
        width: auto;
        height: auto;
        display: block;
    }
    /*header*/
    .VenueHeader {
        margin-bottom: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    /*待機メッセージ*/
    .VoteWord {
        font-size: 18px;
        text-align: center;
    }
    /* =======================================================
Test　Attendance　　注意：第1階層での編集のみ有効
======================================================= */
    /*解答残時間*/
    .time-left {
        font-size: 18px
    }
    /*解答数コメント*/
    .unanswered-caution {
        width: 100%;
        padding: 0 0 0 10px;
        font-size: 18px
    }
    /*解答数*/
    .unanswered-count {
        margin-right: 0;
        font-size: 18px
    }

    /*解答時間に関するコメント*/
    .question-caption {
        font-size: 18px
    }

    /* テスト説明文 */
    .test-description {
        margin: 10px 10px 10px 10px;
    }

    /*step*/
    .step {
        display: inline-flex;
        width: auto
    }

    .step-list.step-list--01,
    .step-list.step-list--01.is-active {
        width: 70px;
        background-position: left
    }

    .step-list.step-list--02,
    .step-list.step-list--02.is-active {
        background-position: center;
        width: 140px;
    }

    .step-list.step-list--03,
    .step-list.step-list--03.is-active {
        background-position: right;
        width: 70px;
    }

    /*quest status table*/
    .question-status-table,
    .question-status-table tbody,
    .question-status-table tr,
    .question-status-table td {
        display: block;
        width: 100%;
    }

    /*quest area*/
    .question-table,
    .question-table tbody,
    .question-table tr,
    .question-table td {
        display: block;
        width: 100%
    }

    /*button area*/
    .site-footer--taketest div {
        flex-direction: column;
    }

    .btn-test-wrapper {
        /*margin-left: 0px;*/
        margin-top: 10px
    }
    /*--前回結果表示 other window--*/
    /*title area*/
    .test-header {
        font-size: 24px;
        margin-bottom: 10px;
    }
    /*結果表示area*/
    .test-header--result {
        margin: 0 0 0 0;
        flex-direction: column;
    }

        .test-header--result > div {
            padding: 0;
        }

    /*end*/

    /* 選択肢が横並び　かつ　レスポンシブ時、colgroupを表示しない */
    .choice-table colgroup {
        display: none;
    }

}
