@charset "utf-8";
/* CSS Document */



/* top=index */
/* page=shindan*/


#shindan {
    font-family:poppins, "noto-sans-cjk-jp", sans-serif;
    position: relative;
    /*min-height: 820px;*/
    background: #EAE0DB;
    color:  #404040; 
    letter-spacing: 0.2rem;
   /* padding-bottom: 100px;*/
    min-height: 100vh;
}

#shindan.top{
    /*background: url("../img/top.jpg");*/
    background: transparent;
    text-align: center;
    color: #fff;    
    padding-bottom: 0px;
}

#shindan.top #logo{
    position: absolute;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    top: 6%;
    left: 3%;
    text-align: left;
    width: 15%;
    max-width: 125px;   
}


#shindan.top img{
    max-width: 100%;
}

#shindan.top img.pc,#shindan.top img.sp{
    height: 100vh;  
    object-fit: cover;
    width: 100%;
}

#shindan.page02,#shindan.page03{
    background: #D1E1E3;
}

.to-top {
    text-align: right;
    margin-bottom: 2rem;
    font-size: 14px;
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto 10px;
    font-weight: normal;
}

.to-top a {
    color: #404040;
}




#shindan #chart {
    max-width: 1280px;
    margin: 0 auto;
    padding:2rem 0.8rem;

}

#shindan .sp {
    display: none;
}

#shindan .fit {
    position: relative;
    /*margin-top: -2000px;
    padding-top: 2000px;*/
}

#shindan.top .left {
    position: absolute;
    /*left: 10%;*/
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    top: 50%; 
    left: 13%;
}

#shindan .chart-tittle {
    align-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 30px;
    color: #404040; 
    background: #fff;
}

#shindan.top .chart-tittle {
    background: transparent;
    color: #fff;
    padding: 0px 0 40px;
}

#shindan .chart-tittle h3{
    font-size: 30px;
}
#shindan.top .chart-tittle h3{
    font-size: 30px;
    margin-bottom: 40px;
}

#shindan .chart-tittle h3 span{
    font-size: 15px;
    font-weight: lighter;
    display: inline-block;
    margin-bottom: 15px;
}

#shindan .chart-tittle p{
    font-size: 15px;
    position: relative;
    font-weight: bold;
    margin: 15px auto;
}
#shindan .chart-tittle p::before{
    height:1px;
    width: 80%;
    max-width: 340px;
    background:#404040;
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -13px;
}
#shindan .chart-tittle p::after{
    height:1px;
    width: 80%;
    max-width: 340px;
    background:#404040;
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
}
#shindan.top .chart-tittle p{
    font-size: 20px;
}

#shindan.top p.text{
    line-height: 1.9;
}

#shindan.top .chart-tittle p::before,#shindan.top .chart-tittle p::after{
    background:#fff;   
}

#shindan .chart-tittle p span{
    font-size: 20px;
    font-weight: bold;
    /*vertical-align: bottom;*/
}



#shindan .go-back {
    text-align: center;
    padding: 12px 50px;
    border-bottom: 1px solid #404040;
    border-top: none;
    border-right: none;
    border-left: none;
    position: relative;
    color: #404040;
    text-decoration: none;
    margin: 0 auto;
    display: inline-block;
    background-color: transparent;
    cursor: pointer;

}

#shindan .go-back:after {
    position: absolute;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 1px solid #404040;
    border-right: 1px solid #404040;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 8px;
    top: 18px;
    display: inline-block;
}

#shindan .count {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
#shindan .sec1 {
    display: inline-block;
    height: auto;
    margin: 0 auto;
    position: relative;
    font-size: 45px;
}

#shindan .sec1 ol {
    display: inline-block;
    margin: 0 auto;
    float: left;
    margin-left: -30px;
    list-style-type: none;
}


#shindan .count_n {
  /*position: absolute;
  top: 0;
  left: -35px;
  width: 100%;*/
  display: none;
}


#shindan .small {
    float: left;
    margin-right: -30px;
}

/*チャート問題*/

#shindan .q_text {
    font-size: 25px;
    text-align: center;
    margin: 20px auto 40px;
    font-weight: bold;
}

#shindan .q_answer {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
}
#shindan .q_answer li {
    margin: 0 15px;
    text-align: center;
    font-size: 18px;
    font-weight: lighter;
    width: 50%;
    max-width:  400px;
}

#shindan .q_answer li a{
    background: #fff;
    display: inline-block;
    text-decoration: none;
    max-width: 400px;   
    padding: 20px 0 20px;
    width: 100%;    
}

#shindan .q_answer li img{
    max-width: 340px;
    width: 90%;
}

#shindan .q_answer li p {
    color: #404040;
    margin: 20px auto 0;
    align-content: center;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

#shindan .q_answer li dl {
    margin: 30px auto 0;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}
#shindan .q_answer li dd {
    margin: 5px auto;
    display: flex;
    align-items: baseline;
    line-height: 1.2;
}

#shindan .q_answer li dd::before {
    content: "□";
    font-size: 10px;
    margin-right: 5px;
}

/*.to-top {
    text-align: right;
    margin-bottom: 2rem;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.to-top a {
    color: #000000;
}*/


/*結果*/
#shindan .result-title {
    margin: 100px auto;
    text-align: center;
}
#shindan .result-title h2,
#shindan .result-title p,
#shindan .result-title a {
    position: relative;
    z-index: 1;
}

#shindan .result-title p{
    font-weight: bold;
}
#shindan .result_s {
    position: relative;
    font-size: 20px;
    margin-bottom: 0px;
}

#shindan .result_m {
    margin-top: 20px;
    font-size: 35px;
}

#shindan .next-b {
    background: #404040;
    color: #fff;
    padding: 25px 80px;
    text-decoration: none;
    border-radius: 70px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 50px;
}

#shindan.top .next-b {
    background: #fff;
    color: #3B1105;
    padding: 20px 0px;
    font-size: 15px;
    position: relative;
    width: 90%;
    max-width: 300px;
}

#shindan .next-b span{
    font-size: 23px;
}

#shindan .next-b:after {
    position: absolute;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 25px;
    top: 45%;
    display: inline-block;
}

#shindan.top .next-b:after {
    border-top: 1px solid #3B1105;
    border-right: 1px solid #3B1105;
}

@media screen and (max-width: 768px) {
    
    #shindan .sp {
    display: block!important;
}
    #shindan .pc {
    display: none;
}

    
    #shindan .fit {
    position: relative;
    /*margin-top: -1500px;
    padding-top: 2000px;*/
}
    

    #shindan .chart-tittle{
    padding: 20px 0 30px;
}    
    #shindan .chart-tittle h3{
    font-size: 25px;
}
    
    #shindan .chart-tittle h3 span{
    margin-bottom: 5px;
}
    #shindan .chart-tittle p {
    margin: 10px auto;
}
    #shindan .chart-tittle p::before {
    top: -5px;
}
    #shindan .chart-tittle p::after {
    bottom: -5px;
}
    
    
    #shindan .sec1 {
    font-size: 30px;
}
    
    #shindan .q_answer li {
        margin: 0 5px;
        font-size: 14px;
    }
    
    #shindan .q_answer li a{
    padding: 20px 0 20px;
    width: 100%;    
}
    
    #shindan .q_answer li p {
    margin: 10px auto 0;
    font-size: 14px;
    line-height: 1.2;    
}
    
    #shindan .q_answer li dl {
    margin: 15px auto 0;
    font-size: 12px;
    /*text-align: center;*/
    letter-spacing: 0.1rem;
} 
    #shindan .q_answer li dd{
    margin: 7px auto;
    /*justify-content: center; */ 
    }
 
    .button-content {
        display: flex;
        width: 100%;
        padding: 0px 0 50px;
    }
    #shindan .q_text {
        margin: 10px auto 50px;;
        font-size: 20px;
    }
    #shindan .result_s {
    font-size: 16px;
}
    #shindan .result_m {
    font-size: 28px;

}
    #shindan .next-b {
    padding: 20px 40px;
    font-size: 16px;
}
    #shindan .next-b span {
    font-size: 20px;
}
    #shindan .next-b:after {
    width: 10px;
    height: 10px;
    right: 20px;
    top: 43%;
}
    /* top */
    
    #shindan.top #logo{
    top: 5%;
    left: 6%;
}
    
    #shindan.top .left {
    width: 100%;
    left: 0%;    
}
    #shindan.top .chart-tittle h3 {
    font-size: 40px;
}
    #shindan.top .chart-tittle h3 span{
    font-size: 25px;
}  
    #shindan.top .chart-tittle p {
    font-size: 30px;
}
    #shindan.top .chart-tittle p.text {
    font-size: 25px;
}    
    #shindan.top .next-b {
    font-size: 20px;
}
}

@media screen and (max-width: 498px) {
    
    .to-top {
    font-size: 13px;
}
    
    #shindan #chart {
    padding: 1rem 0.8rem;
}
    #shindan .count {
    margin-top: 10px;
}
    #shindan .q_text {
    margin: 5px auto 15px;
    }
    
    #shindan .chart-tittle {
    padding: 20px 0;
    }
    
    #shindan .q_answer li dd::before {
    margin-right: 3px;
}
    
    #shindan .chart-tittle h3 {
    font-size: 18px;
}
    
    #shindan .chart-tittle h3 span {
    font-size: 12px;
}
    
    #shindan .chart-tittle p {
    font-size: 13px;
    }
    
    #shindan .chart-tittle p span {
    font-size: 16px;
}
    
    #shindan.top .chart-tittle h3 {
    font-size: 23px;
}
    #shindan.top .chart-tittle h3 span{
    font-size: 18px;
}  
    #shindan.top .chart-tittle p {
    font-size: 20px;
}
    #shindan.top .chart-tittle p.text {
    font-size: 20px;
}    
    #shindan.top .next-b {
    font-size: 15px;
}

    #shindan.top .chart-tittle {
    padding: 0px 0 25px;
}
    #shindan.top .next-b {
    margin-top: 30px;
    }
    
}