@charset "utf-8";
/* CSS Document */
@media only screen and (min-width: 750px) {
    /* --- progress --- */
    #progress {
        width: 736px;
        height: 23px;
        margin: 10px auto 14px;
        border-radius: 25px;
        background: #fff;
        padding: 3px;
    }

    #progress p {
        background-image: linear-gradient(-45deg, #1177BB 25%, #0767A7 25%, #0767A7 50%, #1177BB 50%, #1177BB 75%, #0767A7 75%, #0767A7);
        background-size: 20px 20px;
        color: #fff;
        text-align: right;
        font-size: 1.1rem;
        border-radius: 25px;
        height: 100%;
        font-weight: bold;
        padding: 2px 6px;
    }

    #progress p span {
        font-size: 1.2rem;
        margin-right: 1px;
    }

    /*--------------------------------------------------
    個別ページ
    -------------------------------------------------- */
    /*#lp*/
    #lp #title {
        background-position: 0 0;
        background-size: auto auto;
        height: auto;
        padding: 0 21px;
    }

    #lp #title h1 {
        padding: 20px 0 12px;
    }

    #lp #content-box {
        padding-top: 50px;
    }

    #lp #content-box h5 {
        border: 1px solid #DDDDDD;
        border-radius: 3px;
        display: inline-block;
        width: auto;
        padding: 14px;
        float: right;
        margin-bottom: 14px;
        position: relative;
    }

    #lp #content-box h5:after {
        content: '';
        display: block;
        background-color: #fff;
        border-left: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
        width: 14px;
        height: 14px;
        transform: rotate(45deg);
        position: absolute;
        left: -8px;
        top: 50%;
        margin-top: -7px;
    }

    #lp #content-box h5:before {
        content: '';
        width: 83px;
        height: 78px;
        background: url("../../img/img_male.svg");
        background-size: cover;
        position: absolute;
        left: -105px;
        bottom: -15px;
    }

    #stepDetail {
        clear: both;
    }

    #lp #stepDetail .ttl {
        padding: 14px;
    }

    #lp #stepDetail .ttl span {
        font-size: 1.1rem;
        float: right;
    }

    #lp #stepDetail p {
        font-size: 1.3rem;
    }

    #lp #stepDetail .container {
        display: flex;
        padding: 14px;
        justify-content: space-between;
    }

    #lp #stepDetail .step {
        width: 189px;
    }

    #lp #stepDetail .step:nth-child(1),
    #lp #stepDetail .step {
        margin-top: 0;
    }

    #lp #stepDetail .step .stepTtl {
        margin-left: -14px;
    }

    #lp #stepDetail .step figure img {
        width: 78%;
    }

    #lp #stepDetail .step figure {
        height: 107px;
    }

    #lp #stepDetail .step + .step:before {
        font-family: my-icon-font;
        content: "\e900";
        color: #F56B6B;
        position: absolute;
        top: 50%;
        left: 0;
        margin-left: -1.2em;
        margin-top: -1.2em;
        font-size: 2.5rem;
    }

    #lp .notes li, #error .notes li {
        text-indent: 0;
        padding-left: 0;
    }

    /*#kuchikomi*/
    .example {
        margin-bottom: 20px;
        margin-top: 0;
    }

    /*#complete*/
    #complete h5 + p img {
        width: 300px;
    }

    /*#five-grade*/
    .five-grade label:hover {
        cursor: pointer;
    }

    .select-wrap {
        padding: 0;
    }

    .survey-question {
        font-size: 1.6rem;
        font-weight: bold;
        color: #333;
        line-height: 1.4;
        padding: 2rem;
    }

    .survey-answer {
        font-size: 1rem;
        position: relative;
        padding: 2rem;
    }

    .survey-answer-heading {
        font-size: 2rem;
        margin: 0 0 2rem;
    }

    .survey-answer-sub-heading {
        font-size: 1.6rem;
        margin: 0 0 1rem;
    }

    .five-grade,
    .ten-grade {
        font-size: 1.1rem;
    }

    .five-grade .grade-label {
        width: 19%;
    }

    .five-grade .grade-label:nth-child(1):after,
    .five-grade .grade-label:nth-child(3):after,
    .five-grade .grade-label:nth-child(5):after {
        letter-spacing: 0;
        bottom: 17px;
    }

    .ten-grade .grade-label {
        width: 8.5%;
    }

    .two-grades p {
        font-size: 1.2rem;
    }

    /*-------------------------------
    回答項目のデザイン変更
    --------------------------------*/
    #accordion #content-box {
        padding: 30px 0 10px;
    }

    #accordion h2 {
        margin: 0 20px 7px;
    }

    #accordion .select-cat h3 {
        font-size: 1.6rem;
        line-height: 1.6rem;
        padding: 10px 20px;
    }

    #accordion .select-cat ul {
        margin: 15px 20px 20px;
        border: none;
        border-radius: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #accordion .select-wrap ul.next li {
        width: 343px;
        margin-bottom: 12px;
    }

    #accordion .select-wrap ul.next li a {
        border: solid 1px #ccc;
        border-radius: 3px;
        box-shadow: 0 2px 0 #ccc;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 20px 35px 20px 15px;
        line-height: 2.4rem;
    }

    #accordion .select-wrap ul.next li:last-child a {
        border-bottom: solid 1px #ccc;
    }

    #accordion .select-wrap ul.next li a:hover {
        color: #09d;
        background: #e4f2ff;
        border: solid 1px #09d;
        box-shadow: 0 2px 0 #09d;
    }

    #accordion .select-wrap ul.next li a:after {
        font-size: 1.4rem;
        right: 15px;
        margin-top: -1.2rem;
    }

    #accordion .select-wrap ul.next li a:hover:after {
        color: #09d;
    }

    /* 確認画面 */

    .confirm-table th {
        padding: 2rem;
        width: 80%;
    }

    .confirm-table td {
        margin: 0 0 2rem;
        padding: 2rem;
        width: 30%;
        font-size: 1.6rem;
    }

    button.cvbtn {
        width: 300px;
        height: 60px;
        font-size: 1.8rem;
    }

    .btns {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }

    .btns .returnbtn {
        margin: 0 0 5rem;
    }

    .btns .cvbtn,
    .btns .returnbtn {
    }

}
