/*
madical_title
*/
.madical_title{
    padding: 100px 0px;
}
    .madical_title h2{
        font-family: sofia-pro, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 38px;
        width: 184px;
    }
    .madical_title h3{
        margin-top: 10px;
        font-size: 15px;
        font-weight: bold;
    }

/*
h3_title
*/
.h3_title{
    font-family: "Noto Sans JP";
    color: #0E2631;
    margin-left: 0;
    margin-bottom: 0px;
    position: relative;
    display: block;
    font-size: 32px;
    text-align: left;
    padding-bottom: 0px;
    font-weight: 700;
    font-style: normal;
}
    .h3_title::after {
        content: "";
        display: block;
        width: 40px;
        height: 6px;
        background-color: #0E2631;
        margin-top: 20px;
        margin-left: 0;
        margin-right: auto;
    }

.medical_leadtext{
    padding-top: 50px;
    padding-bottom: 50px;
}
    .medical_leadtext p{
        margin-top: 20px;
        font-size: 16px;
        line-height: 28px;
    }
    .medical_leadtext p.attention_text{
        margin-top: 20px;
        font-size: 13px;
        color: #ff4c2e;
        line-height: 24px;
    }


.product_box{
        padding: 40px 0;
        display: table;
        width: 100%;
    }
    .product_text_box{
        vertical-align: middle;
        display: table-cell;
        width: 40%;
    }
    .product_service_logo{
        width: 197px;
    }
    .product_service_logo img{
        width: 100%;
    }
    .product_detail_text{
        font-size: 16px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 500;
        font-style: normal;
        line-height: 38px;
        margin-top: 30px;
    }
    .index_link,
    .product_link,
    .request_link{
        font-size: 15px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        width: 130px;
        line-height: 42px;
        border: 2px solid #0E2631;
        border-radius: 23px;
        margin-top: 30px;
        display: block;
        float: left;
    }
    .product_link{
        margin-left: 15px;
        width: 160px;
    }
    .request_link{
        margin-top: 15px;
        clear: both;
        width: 240px;
        background-color: #0E2631;
        color: #fff;
    }
    .product_img_box{
        vertical-align: middle;
        display: table-cell;
        width: 60%;
        padding-left: 80px;
    }
    .product_img_box img{
        width: 100%;
        height: auto;
    }



/*
leaflet_request
*/
.leaflet_request{
    padding: 60px 0px;
}
    .leaflet_dl_box{
        padding: 40px;
        border-radius: 8px;
        background-color: #fff;
        margin: 30px auto 20px;
    }
    .leaflet_dl_box h4{
        font-size: 30px;
        font-weight: bold;
    }
    .dl_service{

    }
    .dl_service h5{
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 25px;
        margin-top: 50px;
    }
    .leaflet_dl_list{

    }
    .leaflet_dl_list li{
        width: 100%;
        border-bottom: 1px solid #979797;
        overflow: hidden;
    }
    .leaflet_dl_list li:first-child{
        border-top: 1px solid #979797;
    }
    .leaflet_dl_list li p{
        padding: 15px 0px;
        float: left;
        line-height: 30px;
        font-size: 15px;
    }
    .leaflet_dl_list li a{
        display: block;
        font-size: 13px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        width: 144px;
        line-height: 30px;
        background-color: #0E2631;
        color: #fff;
        border-radius: 8px;
        margin-top: 15px;
        float: right;
    }
    .contact_form_box{
        border-radius: 8px;
        background-color: #fff;
    }



/*============================

SP

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

/*
contact_title
*/
.madical_title{
    padding: 60px 0px;
}
    .madical_title h2{
        font-size: 30px;
    }

.h3_title{
    font-size: 24px;
}

.product_box{
    padding: 40px 0;
    display: block;
}
    .product_text_box{
        display: block;
        width: 100%;
    }
    .product_service_logo{
        width: 150px;
    }
    .product_service_logo img{
        width: 100%;
    }
    .product_detail_text{
        font-size: 13px;
        line-height: 24px;
        margin-top: 20px;
    }
    .product_img_box{
        display: block;
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }
    .product_img_box img{
        width: 100%;
        height: auto;
    }


.leaflet_request{
    padding: 30px 0px;
}
    .leaflet_dl_box{
        padding: 20px;
    }
    .leaflet_dl_box h4{
        font-size: 20px;
    }
    .dl_service{

    }
    .dl_service h5{
        font-size: 15px;
        margin-top: 40px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .leaflet_dl_list li{
        text-align: left;
    }
    .leaflet_dl_list li p{
        padding: 10px 0px;
        font-size: 14px;
        float: inherit;
        line-height: 18px;
        width: 100%;
    }
    .leaflet_dl_list li a{
        float: inherit;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .contact_form_box{
        padding: 0px;
    }


}