@charset "utf-8";

#implant_html.perio2019_spring .l_cont_block p {
    line-height: 32px;
    margin-top: 24px;
}

#implant_html.perio2019_spring .l_cont_block h3 {
    font-size: 20px;
    font-weight: bold;
    border-left: 4px solid #0072BE;
    border-bottom: 1px dotted #CCC;
    background-color: #fff;
    padding: 4px 12px;
}

#implant_html.perio2019_spring .l_cont_block h4 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #0072BE;
    color: #0072BE;
    line-height: 1.3;
    margin-top: 24px;
    padding: 10px;
}

#implant_html.perio2019_spring .image_box {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 32px;
}

#implant_html.perio2019_spring .image_box img {
    flex: 1;
    min-width: 0;
}

#implant_html.perio2019_spring .table_contents {
    background: #fff;
    text-align: center;
    border: 4px solid #D0E7FF;
    border-radius: 5px;
    padding: 0px 8px 8px 8px;
    margin: 24px 10px 0;
}

#implant_html.perio2019_spring .table_contents ul li {
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
}

#implant_html.perio2019_spring .table_contents ul li a {
    display: block;
    border-bottom: 2px dotted #D0E7FF;
    padding: 6px 0;
}

#implant_html.perio2019_spring .table_contents ul li:last-of-type a {
    border-bottom: none;
}

#implant_html.perio2019_spring .archive_container {
    margin-top: 32px;
}

#implant_html.perio2019_spring .archive_box {
    margin-top: 32px;
}

#implant_html.perio2019_spring .paranemic_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 24px;
    padding: 0 12px;
    gap: 10px;
    text-align: left;
}

#implant_html.perio2019_spring .paranemic_box dt {
    font-weight: bold;
}

#implant_html.perio2019_spring .paranemic_box dd {
    flex: 1;
}

#implant_html.perio2019_spring .text_small {
    display: block;
    font-size: 14px;
}

#implant_html.perio2019_spring .text_center {
    text-align: center;
}

#implant_html.perio2019_spring .text_right {
    text-align: right;
}

@media screen and (max-width: 768px) {

    #implant_html.perio2019_spring .image_head {
        margin: 24px 10px 0;
    }

    #implant_html.perio2019_spring .image_head img {
        width: 100%;
    }

    #implant_html.perio2019_spring .image_box {
        margin: 24px 10px 0;
        flex-direction: column;
        gap: 15px;
    }

    #implant_html.perio2019_spring .image_box img {
        width: 100%;
    }

    #implant_html.perio2019_spring h3 {
        margin: 0 10px;
    }

    #implant_html.perio2019_spring .paranemic_box dt {
        width: 4rem;
    }

    #implant_html.perio2019_spring .paranemic_box dd {
        flex: 1 1 calc(100% - 4rem - 10px);
    }
}