
body{
}

.question-text {
    font-size: 18px;
}

.quote-answer__list .q-btn>div {
    color: #333;
}
.quote-answer__list .q-btn {
    background: #fff;
    border-radius: 8px;
    color: #333;
    font-size: 1.5vw;
    font-weight: 700;
    padding: 10px 5px;
    width: 100%;
    max-width: inherit;
    margin-bottom: 15px;
    cursor: pointer;
    border: 3px solid #333;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}


.q-btn span{
    font-weight: bold;
}
.q-tag input[type="number"]{
    text-align: center;
    width: 100px;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 20px;
    transform: scale(1.2);
    font-size: 20px;
    border: 2px solid #eee;
}

#q1 .quote-answer__list .q-btn {
    width: 49%;
}

#q3 .quote-answer__list .q-btn {
    width: 100%;
}
#q3 .quote-answer__list:after{
    width: 24%;
    content:"";
}

#q4 .quote-answer__list .q-btn {
    width: 49%;
}

#q5 .quote-answer__list .q-btn {
    width: 49%;
}

#q6 .quote-answer__list .q-btn {
    width: 100%;
}
#q7 .quote-answer__list .q-btn {
    width: 100%;
}
#q8 .quote-answer__list .q-btn {
    width: 49%;
}
.main-contents {
    background-color: inherit;
}



.result-ttl{
    font-size: 20px;
    font-weight: bold;
    background-color: #008fff;
    position: relative;
    padding: 20px;
    color: #fff;
    margin: -20px -20px 0;
}
.mikomi{
    text-align: center;
    font-weight: bold;
    letter-spacing: .2em;
}
.seiyaku,
.apo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    position: relative;
    margin: 30px 0;
    border-bottom: 1px solid #ccc;
}



/*
.seiyaku::before, .seiyaku::after,
.apo::before, .apo::after
{
    background-color: #008fff;
    border-radius: 100px;
    content: "";
    display: block;
    width: 3px;
    height: 40px;
    position: absolute;
    bottom: -10px;
}

.seiyaku::before,
.apo::before
{
    left: 0;
    transform: rotate(-30deg);
}
.seiyaku::after,
.apo::after
{
    right: 0;
    transform: rotate(30deg);
}
*/

.seiyaku .sub,
.apo .sub{
    font-weight: bold;
    margin-right: 10px;

}
.seiyaku .before,
.apo .before{
    font-weight: bold;
    font-size:20px;
}


.seiyaku .after,
.apo .after{
    font-size:50px;
    font-weight: bold;
    color: #008fff;
}
.seiyaku span,
.apo span{
    font-weight: bold;
}






/*
.result-ttl::before, .result-ttl::after {
    background-color: #008fff;
    border-radius: 100px;
    content: "";
    display: block;
    width: 3px;
    height: 40px;
    position: absolute;
    bottom: -10px;
}

.result-ttl::before {
    left: 0;
    top:0;
    transform: rotate(-30deg);
}
.result-ttl::after {
    right: 0;
    top:0;
    transform: rotate(30deg);
}*/
.answer-item{
    display:block;
}
.result-txt{
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.8em;
    padding: 20px;
    background-color: #f2f8fa;
    }
.result-img{
    margin-top: 30px;
}
.result-voice{
    display: flex;
    align-items: center;
    padding: 20px;
}
.result-voice .img{
    width: 20%;
}
.result-voice .info{
    width: 80%;
    padding-left: 20px;
    text-align: left;
}
.result-voice .ttl{
    font-weight: bold;
    font-size: 30px;
    border-bottom: 2px solid #fff;
}
.result-voice .ttl span{
    font-size: 40px;
    margin: 0 20px;
    color: #008fff;
    font-weight: bold;
}
.result-voice-prof{
    margin-top: 40px;
background-color: #008fff;
    padding: 20px;
    font-weight: bold;
    color: #fff;
}
.result-voice .txt{
    margin-top: 20px;
    font-size: 15px;
}

.result-voice .txt span{
    margin-top: 10px;
    display: block;
    color: #aeadad;
    text-align: right;
    font-size: 13px;
}
.consul-ttl{
text-align: center;
margin-top: 40px;
font-weight: bold;
color:#008fff;
position: relative;
display: inline-block;
padding: 0 30px;
    font-size: 20px;
}

.consul-ttl::before, .consul-ttl::after {
background-color: #008fff;
border-radius: 100px;
content: "";
display: block;
width: 3px;
height: 40px;
position: absolute;
bottom: -10px;
}

.consul-ttl::before {
left: 0;
transform: rotate(-30deg);
}
.consul-ttl::after {
right: 0;
transform: rotate(30deg);
}

.result-consul{
display: flex;
align-items: center;

max-width: 600px;
margin: 20px auto;
}

.result-consul .img{
width: 15%;
overflow: hidden;
border-radius: 50%;
}
.result-consul .img img{
width: 100%;
height: 100%;
object-fit: cover;
}
.result-consul .info{
width: 85%;
padding-left: 20px;
text-align: left;
}

.result-consul .txt{

font-size: 15px;
}

.result-consul .prof{
margin-top: 10px;
border-radius: 10px;
font-weight: bold;
font-size: 12px;
}

.marker {
font-weight: bold;
color: #0f81dc;
background: linear-gradient(transparent 60%, #ffff66 60%);
}

.to-init {
    margin-top: 20px;

}
.to-init a{
    font-weight: bold;
    color: #008fff;
    font-size: 18px;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .quote-answer__list .q-btn {

        font-size: 3.5vw;

    }


    .seiyaku .sub,
    .apo .sub{
        width: 100%;

    }
    .seiyaku .before,
    .apo .before{

    }


    .seiyaku .after,
    .apo .after{

    }
    .seiyaku span,
    .apo span{

    }
    .seiyaku, .apo {
        padding: 0 0 20px;
    }


}