@charset "UTF-8";

    /* CSS Document */

    /*header{*/
    /*    text-align:center;*/
    /*}*/
    /*.LogoId{*/
    /*  width: 30%;*/
    /*}*/
    ol {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .form-container > h1 img {
        width: 3rem;
        margin: 0 .5rem 0 0
    }

    .mv img {
        width: 100%;
    }

    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }

    .form-info {
        background-color: #f8f8f8;
        padding: 11px;
        margin-top: 2rem;
        border: 1px dotted #333;
        line-height: 1.4;
        font-size: 1.1rem;
    }

    fieldset {
        margin: 0;
    }


    .notice {
        margin: 1rem 0 0 0;
        background-color: #FFEBBF;
        border: #FFDB8B 1px solid;
        padding: 1rem;
        font-size: 1.2rem;
        border-radius: .6rem;
    }

    .notice em {
        background-color: #F8590A;
        color: #ffffff;
        padding: .4rem .8rem;
        margin: 0 .5rem 0 0;
        font-size: .9rem;
    }


    /* status
    ------------------------------- */

    .status {
        width: 100%;
        margin: 1rem auto 0;
        background: #edeff0;
        border: 1px solid #cccfd0;
        border-radius: 5px;
        color: #666;
    }

    .status li {
        float: left;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 33%;
        position: relative;
    }

    .status li:last-child {
        width: 34%;
        background-image: none;
    }

    .status li.status-sel01,
    .status li.status-sel02,
    .status li.status-sel03 {
        color: #fff;
        font-weight: 900;
        background: #004680;
    }

    @media screen and (min-width: 768px) {
        .status.progress-bar li {
            border-right: solid 1px #cccfd0;
        }

        .status.progress-bar li:last-child {
            border-right: 0;
        }

        .status.progress-bar li.status-sel01::after,
        .status.progress-bar li.status-sel02::after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #004680 transparent transparent transparent;
            transform: rotate(270deg);
            position: absolute;
            top: 0;
            bottom: 0;
            right: -15px;
            margin: auto;
        }

        .status.progress-bar li.status-sel01,
        .status.progress-bar li.status-sel02,
        .status.progress-bar li.status-sel03 {
            color: #fff;
            border: 0;
        }
    }


    /* Progress Bar */
    @media screen and (max-width: 767px) {
        .progress-bar {

        }

        .status.progress-bar li {
            width: 100%;
            background-image: none;
            text-align: center;
            position: relative;
            height: 50px;
            line-height: 50px;
            font-size: 14px;
            font-weight: bold;
            border-bottom: solid 1px #cccfd0;
            color: #333;
        }

        .status.progress-bar li:last-child {
            border-bottom: 0;
        }

        .status.progress-bar li.status-sel01::after,
        .status.progress-bar li.status-sel02::after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #004680 transparent transparent transparent;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -10px;
        }

        .status.progress-bar li.status-sel01,
        .status.progress-bar li.status-sel02,
        .status.progress-bar li.status-sel03 {
            color: #fff;
            border: 0;
        }

        #image_description_btn {
            font-size: 14px;
            width: 50%;
        }

        #image_description_btn::after {
            right: 12px;
        }
    }


    @media screen and (min-width: 768px) {

        .pc_only {
            display: block;
        }

        .sp_only {
            display: none;
        }

        /*header{*/
        /*  text-align:left;*/
        /*}*/
        /*.LogoId{*/
        /*  width: 18rem;*/
        /*}*/
        .form-container > h1 img {
            width: 3.5rem;
        }

        .mv {
            background: linear-gradient(rgba(101, 193, 235, 0) 0%, #E1F4FD 100%);
        }

        .mv img {
            margin-top: -1rem;
        }

        .form-info {
            font-size: 1.4rem;
        }

        .status {
            margin: 2rem 0 0 0;
            font-size: 1.7rem;
        }

        .notice {
            margin: 2rem 0 0 0;
            font-size: 1.6rem;
        }

        .notice em {
            font-size: 1.5rem;
        }

        fieldset {
            margin: 2rem 0 0 0;
        }
    }


    #acMenu {
        position: relative;
        text-align: center;
        margin: 2rem auto;
        cursor: pointer;
        font-weight: 900;
        border: 1px solid #aaa;
        border-radius: 6px;
        padding: .4rem;
        background-color: #eee;
        box-shadow: 0 2px 0 rgba(0, 0, 0, .2);
        width: 80%;
    }
    #acMenu::before {
        content: "";
        display: inline-block;
        background: url(/forms/img/icon-ac-open.png) no-repeat 0 0;
        background-size: 1rem 1rem;
        width: 1rem;
        height: 1rem;
        margin-right: .5rem;
    }
    #acMenu.active::before {
        content: "";
        display: inline-block;
        background: url(/forms/img/icon-ac-close.png) no-repeat 0 0;
        background-size: 1rem 1rem;
        width: 1rem;
        height: 1rem;
        margin-right: .5rem;
    }
    table.tbl01 {
        width: 100%;
    }
    .colWidth25 {
        width: 25%;
    }
    .form-block {
        width: 100%;
        background-color: #fff;
        border: 1em solid #edeff0;
    }
    table.tbl01 th.no-req-cell {
        background-color: #f2f4f5;
        font-weight: 100;
    }

    table.tbl01 th {
        background-color: #fff4db;
        font-weight: 700;
        white-space: nowrap;
        font-size: 87.5%;
    }
    table.tbl01 th, table.tbl01 td {
        padding: 0.8em 1.2em;
        border: 1px solid #ccc;
        vertical-align: top;
        word-break: break-all;
    }
    #acMenu:hover {
        border: 1px solid #aaa;
        border-radius: 6px;
        padding: .4rem;
        background-color: #ddd;
        box-shadow: none;
        top: 2px;
    }
    .gray {
        background-color: gray
    }
    .red {
        background-color: transparent
    }
