
    body {
        overflow: hidden;
        margin: 0;
        padding: 0;
        font-family: Noto Sans JP,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    }

    #main {
        height: 100%;
    }

    .start_screen {
        position: absolute;
        width: 100vw;
        height: 100%;
        background-color: #ECEEEF;
        text-align: center;
    }

    .start_inner {
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .start_inner img {
        width: 90%;
        height: 40%;
    }

.notice{
    margin-top: 2rem;
}
.notice span,
.notice2 span{
    display: inline-block;
    background-color: #444;
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 2px 5px;
    margin-right: 5px;
}
.notice2{
    margin-top: 0rem;
    margin-bottom: 3rem;
}

    #start_button {
        display: block;
        color: #fff;
        background-color: #60BC66;
        padding: 10px;
        border: solid 1px #60BC66;
        border-radius: 100px;
        text-align: center;
        width: 55%;
        margin: 50px auto 0;
        position: relative;
        font-weight: bold;
    }

    #start_button:after {
        content: "";
        display: block;
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }

    .copyright {
        position: absolute;
        bottom: 0;
        font-size: 0.7rem;
        text-align: center;
        margin: auto;
        width: 100%;
    }

    .test_block,
    .test_block2,
    .test_block3 {
        /*margin: auto;*/
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        border: solid 1px #666;
        box-sizing: border-box;
        display: none;
        background-color: #ECEEEF;
    }

    .test_block {
        flex-wrap: wrap;
    }

    .firstChoiceTitle {
        width: 100%;
        height: 5%;
        text-align: center;
        vertical-align: middle;
    }

    .firstChoiceTitle p {
        margin: 1% 0 0 0;
        font-weight: bold;
        font-size: 1.1rem;
    }

    .firstChoiceTitle p span,
    .test_block2 .choiceArea > h4 span {
        color: #02b10e;
    }

    .firstCheckblock {
        display: none;
    }

    .firstCheckblock + label,
    .nextButtonBlock {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        transition: .5s;
        height: calc(85%/3);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
    }

    .firstCheckblock:nth-of-type(1) + label {
        background-image: url('../img/firstChoice1.jpg');

    }

    .firstCheckblock:nth-of-type(2) + label {
        background-image: url('../img/firstChoice2.jpg');
    }

    .firstCheckblock:nth-of-type(3) + label {
        background-image: url('../img/firstChoice3.jpg');
    }

    .firstCheckblock + label:before {
        content: "";
        position: absolute;
        top : 0;
        left : 0;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        transition: .5s;
    }

    .firstCheckblock + label:after {
        position: absolute;
        color: #fff;
        font-weight: bold;
    }

    .firstCheckblock + label:nth-of-type(1):after {
        content: "家事や子育てをスマートに、趣味も楽しみたい方";
    }

    .firstCheckblock + label:nth-of-type(2):after {
        content: "災害に備える、災害時も安心安全に暮らしたい方";
    }

    .firstCheckblock + label:nth-of-type(3):after {
        content: "デザインにこだわりたい、丁寧に暮らしたい方";
    }



    .nextButtonBlock {
        height: 10%;
    }

    .firstCheckblock:checked + label:before {
        background-color: rgba(96, 188, 102, 0.8);
    }


    .test_block2 {
        position: absolute;
        padding: 30px 0;
        display: none;
        top: 0px;
        transition: .7s;
        overflow-y: scroll;
        background-color: #ECEEEF;
        /*opacity: 0;*/
    }

    .test_block2 div {
        display: none;
    }

    .next_button1 {
        border: solid 1px #666;
        border-radius: 3px;
        margin: 10px auto;
        text-align: center;
        padding: 10px;
        width: 200px;
        background-color: #666;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
    }

    .next_button2,
    .next_button3,
    .next_button_disable {
        width: 80%;
        padding: 10px 0;
        margin: auto;
        border: solid 1px #60BC66;
        background-color: #60BC66;
        color: #fff;
        border-radius: 100px;
        text-align: center;
        font-weight: bold;
        box-sizing: border-box;
    }

    .next_button_disable {
        background-color: #CBCBCB;
        border-color: #CBCBCB;
    }


    #NextButton2 {
        margin: 20px auto;
    }

    .choiceArea,
    .resultchoiceArea {
        background-color: #fff;
        width: 90%;
        margin: auto;
        filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
        padding: 10px 20px;
        box-sizing: border-box;
    }


    .secondCheckblock {
        display: none;
    }

    .secondCheckblock + label {
        position: relative;
        padding-left: 1.5rem;
        line-height: 1.5rem;
        margin: 50px auto;
        font-size: 1rem;
        display: inline-block;
        margin: 15px auto;
    }

    .secondCheckblock + label:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        display: inline-block;
        width: 1rem;
        height: 1rem;
        border: solid 1px #555;
    }

    .secondCheckblock:checked + label:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 5px;
        transform: translateY(-80%) rotate(45deg);
        display: inline-block;
        width: 0.5rem;
        height: 0.9rem;
        border-bottom: solid 3px #60BC66;
        border-right: solid 3px #60BC66;
    }

    /*****************************************/
.test_block3{
    flex-wrap: wrap;
}

.test_block3 div:first-of-type{
    width: 100%;
    height: 10%;
    background-color: #ECEEEF;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
}
.test_block3 div:first-of-type p{
    margin: 5% 0 0 0;
}


.thirdCheckblock{
    display: none;
    width: calc(100%/2);
    height: calc(90%/3);
}
.thirdCheckblock img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


    /*****************************************/

    .result_block {
        position: absolute;
        text-align: center;
        display: none;
        background-color: #ECEEEF;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        padding: 30px 0;
    }

    .resultchoiceArea {
        position: relative;
        top: -80px;
    }

    .resultchoiceArea > div {
        display: none;
    }

    .resultchoiceArea > div img {
        width: 100%;
    }

    .result_logo {
        width: 90%;
        margin: auto;
        position: relative;
        z-index: 10;
    }

    .Productname {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 10px 0;
    }

    .lineupLink,
    .reqdocLink {
        display: block;
        position: relative;
        text-decoration: none;
        border: solid 2px #2256BF;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 5px;
        margin: 1rem auto;
        font-size: 15px;
    }

    .lineupLink:after,
    .reqdocLink:after {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        border-top: solid 2px #2256BF;
        border-right: solid 2px #2256BF;
        right: 5%;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    .reqdocLink:after {
        border-color: #fff;
    }

    .lineupLink {
        background-color: #fff;
        color: #2256BF;
    }

    .reqdocLink {
        background-color: #2256BF;
        color: #fff;
    }

    .reset {
        display: block;
        position: relative;
        width: 90%;
        border: solid 1px #333;
        padding: 15px 0;
        box-sizing: border-box;
        margin: -50px auto 100px;
        border-radius: 100px;
        background-color: #333;
        color: #fff;
    }

    .reset:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 5%;
        width: 7px;
        height: 7px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transform: translateY(-50%) rotate(45deg);
    }
/******************/
/*** PC用スタイル ***/
/******************/
@media screen and (min-width:850px) { 
    .next_button2,
    .next_button3,
    .next_button_disable{
        padding: 30px 0;
        width: 100%;
        cursor: pointer;
        user-select: none;
    }
    /******スタート画面*******/
    .start_inner img {
        width: 40%;
        height: 20%;
    }
    #start_button{
        width:40%;
        padding: 30px 0;
        font-size: 20px;
        cursor: pointer;
        margin: 0 auto;
    }
    
    /******質問１画面*******/
    .firstChoiceTitle {
        width: 100%;
        height: 5%;
        text-align: center;
        vertical-align: middle;
    }

    .firstChoiceTitle p {
        margin: 13% 0 0 0;
        font-weight: bold;
        font-size: 1.3rem;
    }
    .firstCheckblock + label{
        box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, .2);
        user-select: none;
    }
    .firstCheckblock + label:after{
        font-size: 1rem;
        margin: 0 5%;
    }
    .firstCheckblock + label,
    .nextButtonBlock{
        width:calc(95%/3);
        margin: auto;
        cursor: pointer;
    }
    /******質問２画面*******/
    
    .choiceArea,
    .resultchoiceArea{
        width: 60%;
        padding: 10px 10%;
    }
    h4{
        text-align: center;
        font-size: 1.2rem;
    }
    .secondCheckblock + label{
        cursor: pointer;
        letter-spacing: 0.6px;
        font-size: 1.2rem;
    }
    /******質問３画面*******/
    .test_block3 div:first-of-type {
        width: 100%;
        margin: auto;
    }
    
    .test_block3 div:first-of-type p{
        font-size: 1.5rem;
    }
    .thirdCheckblock{
        width : calc(95%/6);
        height: calc(95%/6);
        margin: 0 auto;
        cursor: pointer;
        box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, .2);
    }
    /* 診断結果画面　*/
    .result_logo {
        width: 980px;
        margin: 0px;
    }
    .resultchoiceArea {
        top: -220px;
    }
    
    .lineupLink,
    .reqdocLink {
        
        font-size: 1.3rem;
    }
    
    .reset {
        width: 40%;
        padding: 1.5rem 0;
        margin: -200px auto 100px;
        font-size: 1.3rem;
    }
    
}
@media screen and (min-width:1200px) {
    .thirdCheckblock{
        height : calc(90%/3);
    }
}