@media screen and (min-width: 835px) {
  .c-btn--big {
    max-width: 450px;
    height: 73px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 834px) {
  .c-btn {
      max-width: 200px;
      height: 45px;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

p {
  font-size: 1.6rem;
  line-height: 1.875;
}

.f60 {
  font-size: 6rem;
}

.f42 {
  font-size: 4.2rem;
}

.f32 {
  font-size: 3.2rem;
}

.f28 {
  font-size: 2.8rem;
  color: #234a64;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

h2.f28 {
  margin-bottom: 30px;
}

.f24 {
  font-size: 2.4rem;
  color: #234a64;
  font-weight: 700;
  letter-spacing: 1px;
}

.f21 {
  font-size: 2.1rem;
  color: #234a64;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.f18 {
  display: block;
  font-size: 1.8rem;
  color: #234a64;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.f15 {
  font-size: 1.5rem;
}

.f14 {
  font-size: 1.4rem;
}

.f13 {
  font-size: 1.3rem;
}

.f12 {
  font-size: 1.2rem;
}

@media(max-width:834px) {
  p {
    font-size: 1.5rem;
  }

  .f60 {
    font-size: 3rem;
  }

  .f42 {
    font-size: 2.8rem;
  }

  .f32 {
    font-size: 1.8rem;
  }

  .f28 {
    font-size: 2rem;
  }

  h2.f28 {
    margin-bottom: 20px;
  }

  .f24 {
    font-size: 1.8rem;
  }

  .f21 {
    font-size: 1.7rem;
  }

  .f18 {
    font-size: 1.65rem;
  }

  .f15 {
    font-size: 1.4rem;
  }

  .f14 {
    font-size: 1.3rem;
  }

  .f13 {
    font-size: 1.2rem;
  }

  .f12 {
    font-size: 1.1rem;
  }
}

.tac {
  text-align: center;
}

.tas {
  text-align: start;
}

.tae {
  text-align: end;
}

.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt25 {
  margin-top: 25px;
}
.mt35 {
  margin-top: 35px;
}

.mb10 {
  display: inline-block;
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb5vw {
  margin-bottom: 5vw;
}

.mb7vw {
  margin-bottom: 7vw;
}

.pdl15 {
  padding-left: 15px;
}

.max834 {
  display: none;
}
.min835 {
  display: block;
}

@media(max-width:834px) {
  .max834 {
    display: block;
  }
  .min835 {
    display: none;
  }
  .mb50_834 {
    margin-bottom: 50px;
  }
}
.max600 {
  display: none;
}

@media(max-width:600px) {
  .max600 {
    display: block;
  }
}

.max480 {
  display: none;
}

@media(max-width:480px) {
  .max480 {
    display: block;
  }
}
.max400 {
  display: none;
}

@media(max-width:400px) {
  .max400 {
    display: block;
  }
}

.fcw {
  color: #fff;
}

.check {
  display: inline-block;
  width: 28px;
  height: 28px;
}
@media(max-width:834px) {
  .check {
    width: 22px;
    height: 22px;
  }
}
.checktext {
  display: flex;
}

.checktext img {
  margin-right: 7px;
}

.backblue {
  padding: 20px 0;
  text-align: center;
  border-radius: 10px;
  background-color: #dceaf1;
}

.blackback {
  background: #000;
}
.btnmini {
  max-width: 430px;
  margin-left: 0;
  height: 79px;
}
.btnlarge {
  font-size: 2.4rem;
  max-width: 670px;
  height: 93px;
}
@media(max-width:834px) {
  .btnmini {
    max-width: 430px;
    margin-left: 0;
    height: 60px;
  }
  .btnlarge {
    font-size: 1.8rem;
    max-width: 670px;
    height: 93px;
  }
}
.caution {
  position: relative;
  padding-left: 35px;
}

.caution::after {
  content: '!';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 26px;
  height: 26px;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
  font-size: 2rem;
  font-family: Marcellus, serif;
  color: #fff;
  background-color: #234a64;
}
@media(max-width:834px) {
  .caution::after {
    width: 22px;
    height: 22px;
    line-height: 23px;
    font-size: 1.6rem;
  }
}


.flexbox {
  display: flex;
  justify-content: space-between;
  row-gap: 35px;
}

.advanced-content04 .flexbox {
  column-gap: 4%;
}

.flexbox-item {
  width: 50%;
}

.flexbox-left {
  padding-right: 4%;
}
.flexbox-item.img02-01 {
  width: 45%;
}
@media(max-width:1050px) {
  .flexbox-item.img02-01 {
    width: 50%;
  }
}
@media(max-width:834px) {
  .flexbox {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }

  .flexbox-item {
    width: 100%;
  }

  .flexbox-left {
    padding-right: 0;
  }
  .flexbox-img {
    display: block;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .flexbox-item.img02-01 {
    width: 100%;
  }
}

.sec-mvpage h2 {
  position: relative;
}

.mv-text-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  text-align: start;
}

.mv-text-mess {
  text-align: start;
  margin-top: 10px;
}

.advanced-heading {
  padding: 9vw 0 7vw;
  background: url(/files/user/osaka/images/advanced_medical/01/intro-back.webp) no-repeat center bottom / contain;
}
@media(max-width:834px) {
  .advanced-heading {
    padding: 40px 0 50px;
  }
}
@media(max-width:450px) {
  .mv-text-mess {
    margin-top: 0px;
  }
}


.advanced-heading-title {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.advanced-heading-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dceaf1;
}

.advanced-heading-top-right{
  margin-top: -6vw;
}
.advanced-heading-img {
  transform: translate(-20px, 0);
  margin-bottom: 10px;
}
.advanced-heading-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 70px 0;
}

.advanced-heading-item {
  padding: 20px;
  text-align: center;
}

.advanced-heading-item:not(:last-of-type) {
  border-right: 1px dotted #92a0b8;
}

@media(max-width:834px) {
  .advanced-heading-top-right{
    margin-top: 0;
  }
  .advanced-heading-img {
    transform: translate(0px, 0);
    max-width: 600px;
    width: 100%;
    margin: 0 auto 10px;
  }
  .advanced-heading-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 35px 0;
  }
  
  .advanced-heading-item {
    padding: 20px; 
    text-align: center;
  }
  
  .advanced-heading-item:not(:last-of-type) {
    border-bottom: 1px dotted #92a0b8;
    border-right: none;
  }
  
}
@media(max-width:500px) {
  .advanced-heading-list {
    margin: 25px 0 15px;
  }
}



.sec-advanced {
  padding: 7vw 0;
}
@media(max-width:834px) {
  .sec-advanced {
    padding: 50px 0;
  }
}

.advanced-content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 7vw;
}
@media(max-width:834px) {
  .advanced-content {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.advanced-content::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #234a64;
}

.advanced-content::before {
  position: absolute;
  content: '';
  top: 0;
  left: 18px;
  width: calc(100% - 18px);
  height: 1px;
  background-color: #dceaf1;
}

.borderitem {
  border: 2px solid #234a64;
  border-radius: 10px;
}

.flexbox-item-heading {
  color: #fff;
  background-color: #234a64;
  text-align: center;
  padding: 10px 0;
}

.flexbox-item-main {
  padding: 25px 35px;
}

.scrollbox {
  overflow-x: scroll;
  padding: 15px 0;
}

.scrollbox-in {
  min-width: 800px;
}

.sec-advanced-steps {
  padding: 7vw 0;
  background-color: #f7f7f7;
}
@media(max-width:834px) {
  .sec-advanced-steps {
    padding: 50px 0;
  }
}


.sec-advanced-steps-lead {
  font-weight: 700;
  color: #fff;
  background-color: #234a64;
  padding: 3px 10px 2px;
  border-radius: 3px;
  width: fit-content;
  margin: auto;
}

.advanced-steps {
  display: flex;
  border-top: 1px solid #dceaf1;
  position: relative;
  padding: 50px 0;
}
.advanced-steps:last-of-type {
  border-bottom: 1px solid #dceaf1;
}

.advanced-steps-title {
  width: 120px;
  padding-right: 40px;
  font-family: Marcellus, serif;
  font-size: 1.8rem;
  background: linear-gradient(90deg, #2487c9 0, #1e4c69);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: .5px;
}

.advanced-steps:last-of-type {
  border-bottom: 1px solid #dceaf1;
  margin: 0 0 8vw;
}

.advanced-steps-main {
  width: calc(100% - 120px - 40%);
  padding-right: 30px;
}

.advanced-steps-img {
  width: calc(100% - 120px - 60%);
}
@media(max-width:834px) {
  .advanced-steps {
    display: flex;
    flex-direction: column;
    padding: 30px 0 50px;
  }
  
  .advanced-steps:last-of-type {
    margin: 0 0 35px;
  }
  .advanced-steps-main {
    width: 100%;
    padding-right: 0;
    margin-top: 15px;
  }
  
  .advanced-steps-img {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0;
  }
}

.advanced-steps__bottom {
  border-top: 1px dotted #92a0b8;
  padding-top: 20px;
  margin-top: 20px;
}

.xray table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  border: #dceaf1 1px solid;
  color: #333333;
}

.xray tr,
.xray th,
.xray td {
  height: 60px;
  text-align: center;
  vertical-align: middle;
}
/* .xray td {
  border: #dceaf1 1px solid;
} */
.xray th,
.xray td {
  border-bottom: #dceaf1 1px solid;
}
.xray td {
  border-left: #dceaf1 1px solid;
}
.xray tbody tr:last-child th,
.xray tbody tr:last-child td {
  border-bottom: none;
}

.xray thead tr {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border: none;
}

.xray thead tr th:nth-of-type(1) {
  background-color: #619fbb;
  border-radius: 10px 0 0 0;
}

.xray thead tr th:nth-of-type(2) {
  background-color: #6ca7c2;
}

.xray thead tr th:nth-of-type(3) {
  background-color: #83b4ca;
}

.xray thead tr th:nth-of-type(4) {
  background-color: #95c2d6;
  border-radius: 0 10px 0 0;
}

.xray tbody tr:nth-of-type(2) td{
  font-size: 1.5rem;
}

.xray tr th:nth-of-type(1) {
  width: 400px;
}

.xray tbody tr th {
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 20px;
  text-align: start;
  /* border: #dceaf1 1px solid; */
}

.xray tr:not(:nth-of-type(2)) td {
  font-size: 2.2rem;
}

.xray tbody tr td:first-of-type {
  color: #6ca7c2;
}
/* .xray tbody tr:last-of-type th {
  border-radius: 0 0 10px 0;
}
.xray tbody tr:last-of-type td:last-of-type {
  border-radius: 0 0 0 10px;
} */
