/* ------------------------------------------------------------- */
/* KV                                                            */
/* ------------------------------------------------------------- */
.KV-wrap{
    position: relative;
    height: 200px;
    background: url("../image/diagnosis/diagnosis-KV.jpg") center/cover no-repeat;
}
.KV-txt{
    position: absolute;
    color: #ffffff;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.KV-txt h1{
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.10em;
    /*margin: 52px 0 23px;*/
}

/* ------------------------------------------------------------- */
/* diagnosis                                                       */
/* ------------------------------------------------------------- */
.lead-txt{
    line-height: 1.8;
    font-size: 17px;
    margin-bottom: 60px;
}
.lead-txt small {
	font-size: 14px;
}
.diagnosis-box{
    box-shadow: 3px 2px 3px 0px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    border-radius: 10px;
}
.diagnosis-box h3{
    font-size: 20px;
    font-weight: bold;
    background-color: #1b1443;
    color: #ffffff;
    padding: 20px 25px;
    border-radius: 10px 10px 0 0;
}
.diagnosis-box .radio{
    padding: 10px 35px 20px;
    line-height: 2;
}

/*ラジオボタン*/
.radio{
    padding-left: 10px;
    margin: 12px 0;}
.radio-btn{
    /*display: none;*/
	transform: scale(1.4);
}
.radio label{
	font-size: 18px;
}
.radio-btn + label{
    padding-left: 20px;
    position:relative;
    margin-right: 33px;
}
/*.radio-btn + label::before{
    content: "";
    display: block;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: -7px;
    width: 15px;
    height: 15px;
    border: 1px solid #c4c4c4;
    background-color: #ffffff;
    border-radius: 50%;
}
.radio-btn:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: -4px;
    width: 9px;
    height: 9px;
    background: #006eff;
    border: 1px solid #006eff;
    border-radius: 50%;
}
*/
.btn-b:hover{
    opacity: 0.7;
}
input.btn-b{
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 100px;
    transition: all .3s ease;
}




@media (max-width: 768px){

    /*-----------KV------------*/
    .KV-txt h1{
        font-size: 32px;
    }
    /*-----------news------------*/


}

