@charset "UTF-8";
.p-symptoms_desc {
  margin-top: 4rem;
}
.p-symptoms_desc p {
  line-height: 2;
}

/* -------------------------------------
診療内容（Menu）
------------------------------------- */
.medicalMenu-inner {
  padding-block: 13.2rem 8rem;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-inner {
    padding-block: 6.6rem 8.3rem;
  }
}

.medicalMenu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .medicalMenu-btn {
    display: none;
  }
}

.medicalMenu-btn_sp_box {
  display: none;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-btn_sp_box {
    display: block;
    margin-top: 3.9rem;
  }
}

.medicalMenu-block {
  margin-top: 4.2rem;
  border-top: 1px solid #DCDCDC;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-block {
    margin-top: 2.5rem;
    border-bottom: none;
  }
}

.medicalMenu-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .medicalMenu-content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .medicalMenu-content.l-mainInner {
    width: 100%;
    margin: 0;
  }
}

.medicalMenu-item {
  padding: 3.9rem 3.9rem 4rem;
  border: none;
  transition: 0.3s;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 0;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-item {
    padding: 1.7rem 2rem 3.7rem;
    border-left: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
  .medicalMenu-item:nth-child(even) {
    border-left: 1px solid #DCDCDC;
  }
}
.medicalMenu-item.c-btn {
  background-color: transparent;
  border-left: 1px solid #DCDCDC;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-item.c-btn {
    border-left: none;
  }
}
.medicalMenu-item:nth-child(odd) {
  position: relative;
}
.medicalMenu-item:nth-child(odd)::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  bottom: 0;
  left: 100%;
  translate: -50% 0;
  background-color: #DCDCDC;
}
.medicalMenu-item:nth-child(even) {
  border-right: 1px solid #DCDCDC;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-item:nth-child(even) {
    border-right: none;
    border-left: 1px solid #DCDCDC;
  }
}
@media (hover: hover) {
  .medicalMenu-item:hover {
    transition: 0.3s;
    background-color: rgba(222, 223, 218, 0.4);
  }
}

.medicalMenu-ttl {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-ttl {
    order: 1;
  }
}

.medicalMenu-image {
  display: block;
  width: 20rem;
  margin-top: 0;
  grid-column: 1;
  grid-row: 1/4;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-image {
    width: 100%;
    margin-top: 0.8rem;
    order: 2;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .medicalMenu-image {
    width: 14.7rem;
  }
}

.medicalMenu-desc {
  font-size: 1.4rem;
  line-height: 1.5;
  opacity: 0.7;
  margin-top: 0;
  grid-column: 2;
  grid-row: 2;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-desc {
    margin-top: 1.8rem;
    order: 3;
  }
}

.medicalMenu-readmore {
  grid-column: 2;
  grid-row: 3;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-readmore {
    margin-top: auto;
    order: 4;
  }
}
.medicalMenu-readmore .c-btn_iconBox {
  height: 3rem;
}

.medicalMenu-readmore_text {
  border-bottom: 1px solid #2A2A2A;
  font-size: 1.4rem;
  line-height: 1.5;
}

.medicalMenu-image_box {
  margin-top: 8rem;
}

/* -------------------------------------
コンタクトレンズ処方について
------------------------------------- */
.p-symptoms_cl {
  background-color: #2A2A2A;
  color: #FFFFFF;
}

.p-symptoms_cl-inner {
  padding-block: 8.6rem 10rem;
}
@media screen and (max-width: 1024px) {
  .p-symptoms_cl-inner {
    padding-block: 6.6rem 8.3rem;
  }
}

.p-symptoms_cl-content {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 513.5px 1fr;
  gap: 6rem;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .p-symptoms_cl-content {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.p-symptoms_cl-img {
  max-width: 51.3rem;
  padding-top: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-symptoms_cl-img {
    padding-top: 0;
  }
}

.p-symptoms_cl-text {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
@media screen and (max-width: 1024px) {
  .p-symptoms_cl-text {
    gap: 5rem;
  }
}

.p-symptoms_cl-desc {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .p-symptoms_cl-desc {
    font-size: 1.4rem;
  }
}

.p-symptoms_cl-note-text {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-symptoms_cl-note-text {
    font-size: 1.4rem;
  }
}