.item_various_inquiries_sub figure img{
    margin-top: 0!important;
}

.item_various_inquiries_sub h5 .title-link{
 padding-right: 12px!important;
}

.item_various_inquiries_sub h5{
    min-height: 50px;
   }

.item_various_inquiries_sub figure{
    width: 118px;
    height: 118px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-shadow: none;
    transition: box-shadow .1s ease-in;
    margin: 0 auto;
}

div.seminarInforBlock {
    width: 100%;
    height: 200px;
    background: url(/healthcare/shared/img/background_seminar.png) no-repeat center center, #e4dfda;
    color: #000;
    position: relative;
    transform: scale(1);
}

/* .panel li{
    width: unset!important;
}

.panel li a{
    padding: 20px!important;
} */

.container .row .internal-link-panel-2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    }

@media only screen and (max-width:719px){
    .container .row .internal-link-panel {
        border: 1px solid #ccc;
        border-radius: 4px;
        margin: 25px 0 0 0;
    }

    .container .row .page-link-list li a{
        padding-left:5px!important;
    }

    .item-equitment-list a:nth-child(10) h4 span{
        min-height: 52px;
    }
    .spHide{
        display: none;
    }
}

@media only screen and (min-width:720px){
    .pcHide{
        display: none;
    }
}

@media only screen and (max-width:415px) and (min-width:401px){

    .item-equitment-list a:nth-child(4) h4 span,.item-equitment-list a:nth-child(6) h4 span{
        min-height: 52px;
    }

    .item-equitment-list a:nth-child(10) h4 span{
        min-height: 78px;
    }
    
}

@media only screen and (max-width:400px) and (min-width:350px){

    .item-equitment-list a:nth-child(4) h4 span,.item-equitment-list a:nth-child(6) h4 span{
        min-height: 54px;
    }
    .item-equitment-list a:nth-child(10) h4 span{
        min-height: 78px;
    }
}

@media only screen and (max-width:350px){
    .item-equitment-list a:nth-child(10) h4 span{
        min-height: 102px;
    }
}

@media only screen and (min-width:900px){
    .item-equitment-list{
        padding-left: 110px!important;
        padding-right: 110px!important;
    }

    .various_inquiries_item{
        padding-left: 150px!important;
        padding-right: 150px!important;
    }

    .item_various_inquiries_sub figure{
        width: 150px!important;
        height: 150px!important;
    }
}

.container .row .internal-link-panel-2 li:before {
    display: block;
    content: '';
    position: absolute;
    background-color: #fff;
}

.container .row .internal-link-panel-2 li a:before {
    content: ">";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.85em;
}

.container .row .internal-link-panel-2 li {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    margin: 20px 0 0 0;
}

.container .row .internal-link-panel-2 li a {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 35px 20px 15px;
    text-align: center;
    position: relative;
}

.container .row .btn-function-internal-link:before {
    content: ">>";
}

.container .row .btn-function-internal-link {
    padding-right: 40px;
}

ul.list-btn>li::before{
    content: none !important;
}

ul.list-btn>li{
    padding: 0 20px 0 0 !important;
    display: inline-block;
}

ul.list-btn{
    float: right;
    margin-top: 20px;
}

.line{
    width: 100%;
    height: 2px;
    background: #e9e9e9;
}




