.header-page-ttl{
    border-color: #9191e4;
}
.header-page-ttl .ttl h2::before{
    width: 102px;
    height: 102px;
    margin: 6px 0 0 -51px;
    background-image: url(../img/healthcare_workers/mv_icon.svg);
}
.header-page-ttl .img{
    background-image: url(../img/healthcare_workers/mv.jpg);
}
.healthcare_workers-sec{
    padding: 100px 0 160px;
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    font-weight: 400;
}
.healthcare_workers-sec a{
    text-decoration: none;
    color: #000;
}
.healthcare_workers-sec .ctx ul{
    display: flex;
    justify-content: space-between;
}
.healthcare_workers-sec .ctx li{
    display: flex;
    width: 48%;
    border: 1px solid #cccccc;
    font-size: 20px;
    position: relative;
}
.healthcare_workers-sec .ctx li::before{
    content: '';
    border-left: 30px solid transparent;
    border-bottom: 30px solid #004b8c;
    position: absolute;
    bottom: 0;
    right: 0;
}
.healthcare_workers-sec .ctx li a{
    width: 100%;
    padding: 25px 30px;
    text-align: left;
    font-weight: 500;
}

div.healthcare_workers-info{margin: 0 auto;display: flex;justify-content: center;padding: 0 20px;}
 div.healthcare_workers-info   .txt1 {margin:40px 0 0 0;}
 div.healthcare_workers-info   .txt1 .txt1_dt1,
 div.healthcare_workers-info   .txt1 .txt1_dt2 {font-size:2.2rem; font-weight:500; color:#004b8c;text-align: left;}
 div.healthcare_workers-info   .txt1 .txt1_dt2{margin-top: 15px;text-align: left;}
 div.healthcare_workers-info   .txt1 > dd {margin:10px 0 0 0;text-align: left;}
 div.healthcare_workers-info   .contact  {margin:20px 0 0 0;}
 div.healthcare_workers-info .contact .btn {display:block;padding:10px 6px;color;#004b8c;border: 1px solid;#004b8c;text-decoration: none;max-width: 150px;}
 div.healthcare_workers-info .contact .btn:hover {background-color: #004b8c;color:#FFF;text-decoration: none;}

@media screen and (max-width:767px){
    .header-page-ttl .ttl h2::before{
        width: 18vw;
        height: 18vw;
    }
    .healthcare_workers-sec{
        padding: 40px 0 80px;
    }
    .healthcare_workers-sec .ctx ul{
        display: block;
    }
    .healthcare_workers-sec .ctx li{
        width: 100%;
        margin-bottom: 30px;
    }
    .healthcare_workers-sec .ctx li:last-child{
        margin-bottom: 0;
    }
}