@charset "utf-8";

/* ------------------------------
 地域医療連携室（PC）
------------------------------ */
.list-flow ul {
    display: flex;
    gap: 10px;
}
.list-flow ul li {
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 10px 30px 10px 10px;
    min-height: 90px;
    width: calc((100% - 21px) / 3);
    clip-path: polygon(87% 0%, 100% 49%, 100% 51%, 87% 100%, 0% 100%, 0% 0%);
    background-color: var(--green-color);
    border-radius: 2px;
    
}
.list-flow ul li:last-child {
    background-color: var(--blue-color);
}
.list-flow ul li::before {
    content: none;
}
@media print, screen and (min-width: 768px) {
   
}
/* ------------------------------
 地域医療連携室（SP）
------------------------------ */
@media screen and (max-width: 767px) {
   .list-flow ul {
        flex-flow: row wrap;
    }
    .list-flow ul li {
        padding: 10px 10px 20px 10px;
        width: 100%;
        clip-path: polygon(0 0, 100% 0%, 100% 77%, 50% 100%, 0 77%);
    }
}

/* ------------------------------
 放射線科（PC）
------------------------------ */
.contents .table-head.table-red table tr {
  grid-template-columns: 1fr 6fr;
}
.contents .table-head.table-red table tr:not(:last-child) {
	margin-bottom: 10px;
}
.table-head.table-red table th {
    font-size: 2rem;
    width: 105px;
    padding: 7px 5px;
    color: var(--red-color);
    border: solid 1px var(--red-color) !important;
}
.table-head table th.th-red {
    color: #fff;
    background-color: var(--red-color);
}
.contents .table-head.table-red table td {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* ------------------------------
 放射線科（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .table-head.table-red.res table th {
        width: 105px !important;
    }
}
/* ------------------------------
 インタビュー下層（PC）
------------------------------ */
.heading.width h1 {
    font-size: 5rem;
    line-height: 1.4;
    text-align: left;
}
.heading.width h1::before {
    right: auto;
}

.profileBox {
    display: inline-block;
}
.profileBox .text-lead {
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    color: var(--green-color);
    line-height: 1.4;
    border-bottom: dotted 1px #999;
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-left: 20px;
    background: url(../img/icon_profile.svg) no-repeat 0 .3em / 10px auto;
}
.title-q {
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 2px 8px;
    background-color: var(--gray-color);
    margin-bottom: 30px;
}
.title-q strong {
    font-family: "Barlow", sans-serif;
    margin-right: 5px;
}

@media print, screen and (min-width: 768px) {
    .heading.width:has(figure) .pageTitle {
        padding: 70px 0;
    }
    .heading.width h1 {
        width: 1140px;
        text-align: left;
    }
    
}
/* ------------------------------
 インタビュー下層（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .heading.width h1 {
        font-size: 2.6rem;
    }
   .title-q {
    margin-bottom: 15px;
}
}