@charset "UTF-8";
@media all and (min-width: 751px) {
  body.expert-team #title:before {
    background-image: url(../images/expert-team/title-bg.jpg);
  }
  /* INDEX */
  .image-coronary {
    width: min(655px, 100%);
    margin: auto;
  }
  .image-coronary .image.image-fluid {
    margin-top: -90px;
    z-index: -1;
    position: relative;
  }
  .image-box.image-map .image:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .list-type01 li {
    background: linear-gradient(90deg, #F3F5F9 230px, #fff 0%);
    display: flex;
    align-items: center;
  }
  .list-type01 li:not(:last-child) {
    margin-bottom: 15px;
  }
  .list-type01 li > span {
    display: inline-block;
    color: #0b318f;
    font-weight: bold;
    text-align: center;
    width: min(230px, 100%);
    padding: 14px;
    box-sizing: border-box;
    line-height: 1.3;
  }
  .list-type01 li > span > span {
    font-size: 88.88%;
  }
  .list-type01 li p {
    width: calc(100% - 230px);
    background-color: #fff;
    margin: 0;
    padding: 10px 10px 10px 15px;
    box-sizing: border-box;
  }
  .pulmonary-detail .detail-box:not(:last-child) {
    margin-bottom: 15px;
  }
  .pulmonary-detail dl {
    margin-bottom: 15px;
  }
  .pulmonary-detail dt {
    float: left;
    clear: left;
    font-weight: bold;
    color: #83033e;
  }
  .pulmonary-detail dt::before {
    content: "⚫︎";
    color: #83033e;
    font-size: 80%;
    margin-right: 5px;
  }
  .pulmonary-detail dd {
    padding-left: 135px;
  }
  #shd-catheter .ct-box {
    display: flex;
    gap: 60px;
  }
  #shd-catheter .ct-box table {
    width: 100%;
  }
  #shd-catheter .ct-box table td {
    width: 120px;
    box-sizing: border-box;
    text-align: right;
    font-weight: bold;
    color: #0b318f;
  }
  #shd-catheter .ct-box .left-item {
    width: 424px;
  }
  #shd-catheter .ct-box .right-item {
    width: 424px;
  }
  #shd-catheter .percutaneous-block {
    position: relative;
  }
  #shd-catheter .percutaneous-block span {
    position: absolute;
    top: 0;
    right: 0;
  }
  #shd-catheter .percutaneous-block ul {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    counter-reset: number 0;
  }
  #shd-catheter .percutaneous-block ul li {
    width: 218px;
    list-style: none;
    position: relative;
  }
  #shd-catheter .percutaneous-block ul li::before {
    counter-increment: number 1;
    content: counter(number) " ";
    width: 25px;
    height: 25px;
    position: absolute;
    background: #0b318f;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }
  #shd-catheter .percutaneous-block ul figcaption {
    letter-spacing: -0.5px;
  }
}
@media only screen and (max-width: 750px) {
  body.expert-team #title:before {
    background-image: url(../images/expert-team/title-bg_sp.jpg);
  }
  /* INDEX */
  .image-coronary {
    width: min(650px, 100%);
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  .image-coronary .image:first-child {
    width: 65%;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 0;
  }
  .image-coronary .image.image-fluid {
    width: 50%;
    margin-top: -13%;
    z-index: -1;
    position: relative;
    margin-bottom: 0;
    line-height: 1;
  }
  .image-box.image-map .image:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .list-type01 li:not(:last-child) {
    margin-bottom: 15px;
  }
  .list-type01 li > span {
    width: 100%;
    background-color: #F3F5F9;
    display: inline-block;
    color: #0b318f;
    font-weight: bold;
    padding: 10px;
    font-size: 112.5%;
    line-height: 1.3;
  }
  .list-type01 li > span > span {
    font-size: 88.88%;
  }
  .list-type01 li p {
    background-color: #fff;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
  }
  .pulmonary-detail .detail-box:not(:last-child) {
    margin-bottom: 15px;
  }
  .pulmonary-detail dl {
    margin-bottom: 15px;
  }
  .pulmonary-detail dt {
    font-weight: bold;
    color: #83033e;
  }
  .pulmonary-detail dt::before {
    content: "⚫︎";
    color: #83033e;
    font-size: 80%;
  }
  .pulmonary-detail dd {
    padding-left: 15px;
  }
  #shd-catheter .ct-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 0px;
  }
  #shd-catheter .ct-box .right-item {
    margin-top: -1px;
  }
  #shd-catheter .ct-box table {
    width: 100%;
  }
  #shd-catheter .ct-box table tr:first-of-type td {
    border-top: none;
  }
  #shd-catheter .ct-box table th,
  #shd-catheter .ct-box table td {
    display: block;
    box-sizing: border-box;
    border-right: none;
    text-align: center;
  }
  #shd-catheter .ct-box table td {
    box-sizing: border-box;
    font-weight: bold;
    color: #0b318f;
  }
  #shd-catheter .percutaneous-block ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    counter-reset: number 0;
  }
  #shd-catheter .percutaneous-block ul li {
    width: 45%;
    list-style: none;
    position: relative;
  }
  #shd-catheter .percutaneous-block ul li::before {
    counter-increment: number 1;
    content: counter(number) " ";
    width: 25px;
    height: 25px;
    position: absolute;
    background: #0b318f;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }
  #shd-catheter .percutaneous-block ul figcaption {
    letter-spacing: -0.5px;
  }
}

/*# sourceMappingURL=page-expert-team.css.map */
