/* reset */
body,div,h1,h2,h3,h4,h5,h6,p,section,ul,li,img{
    margin: 0;
    padding: 0;
}
ul,li {
    list-style: none;
}

#sp04 img {
    max-width: 100%;
}
/* layout */
#sp04 {
    padding-top: 40px;
    background-color: #f3f3ff;
}
#sp04 .main {
    background-color: #fff;
    max-width: 720px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 8px 8px 32px rgba(232, 154, 147, .25);
    margin-bottom: 40px;
}
#sp04 .main .inner {
    display: flex;
    flex-direction: column;
}


/* header */
#sp04 .header .inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px 16px;
    max-width: 720px;
    margin: 0 auto;
}
#sp04 .header .inner img {
    /* max-width: 330px; */
    max-width: 120px;
}
/* footer */
#sp04 .footer {
    background-color: #fff;
}
#sp04 .footer_top {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
#sp04 .footer_top img {
    /* max-width: 330px; */
    max-width: 130px;
}
#sp04 .footer_bottom {
    padding: 16px 0;
    text-align: center;
}
#sp04 .footer_bottom img {
    max-width: 330px;
}

/* root_cure */
#sp04 .root_cure .root_cure_img {
    margin-top: 32px;
}
#sp04 .root_cure .cta_button {
    margin-top: 24px;
}

/* specialist */
#sp04 .specialist_bottom {
    position: relative;
    margin-bottom: 30px;
}
#sp04 .specialist_btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

/* cta */
#sp04 .cta {
    background-color: #F6F6F6;
    padding: 48px 0;
}
#sp04 .cta .cta_text {
    margin: 0 48px;
}

/* knee_diagnosis */
#sp04 .knee_diagnosis {
    background-color: #f6f6f6;
}

/* about */
#sp04 .about .inner {
    padding: 0 16px;
}
/* #sp04 .about .clinic {
    
} */
#sp04 .about .clinic--aoyama {
    margin-top: 24px;
    border-bottom: 1px solid #D2D2D2;
}
#sp04 .about .clinic h2 {
    color: #2E3192;
    font-size: 21px;
    margin: 16px 0;
}
#sp04 .about .clinic .clinic_info {
    margin: 32px 0;
}
@media screen and (max-width:768px){
    #sp04 {
        padding-top: 0;
    }
    #sp04 .main {
        margin-bottom: 0;
    }
    #sp04 .header .inner img {
        max-width: 96px;
    }

}