@charset "UTF-8";
/* CSS Document */
.note .main {
    padding-top: 150px;
    background: url("./img/note_bg.png") no-repeat right top;
    background-size: 70% auto;
}
.note .subPage_header {
  height: auto;
  min-height: unset;
}
.note .subPage_headerBox_inner {
  padding: 0;
}
.note .bottomBnr_inner {
    margin-block-end: 100px;
}
.note .innerCover{
  width: 30vw;
  height: auto;
  border-radius: 0 5px 5px 0;
  min-height: 220px;
}
.note .subPage_headerBox_inner::after{
  display: none;
}
.note .breadcrumb{
  justify-content: flex-start;
}
.note .breadcrumb li a {
  font-size: clamp(12px, 2.8vw, 14px);
}

.note .main .secCover {
  padding: 30px 0 100px;
}
.note .secCover.contact {
    padding: 100px 0;
}
.note .main .secInner {
  margin-inline-end: 0;
  margin: 0 auto 80px;
}
/* index page */
.contentsBox.note_index {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 30px;
}
a.note_index_item {
    width: 47%;
    border: 2px solid #d6dfe8;
    border-radius: 10px;
    padding: 2rem 2rem 0.5rem;
}
.note_index_itemInner {
  position: relative;
}
.note_index_itemInner::before {
  content: "";
  display: block;
  width: 30%;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url(./img/index_bg.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 7px 0 0 0;
}
.note_index_itemInner p {
    font-size: 15px;
    line-height: 1.7;
}
.note_index_itemInner h3 {
    margin-block-end: 1.5rem;
}
.note_index_img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 58 / 45;
  overflow: hidden;
  border-radius: 7px;
}
.underLine {
  display: inline;
  border-bottom: 2px dashed #d6dfe8;
  padding-block-end: 0.2em;
}
/* index page */
.note-contentsBox {
    min-width: 960px;
    margin: 0 auto;
    margin-inline-end: 3vw;
    background: #fff;
    padding-inline: 5vw;
    padding-block: 6vw 3vw;
  box-shadow: 1px 1px 6px #7795c25e;
  position: relative;
}
.note-contentsBox:nth-child(1) {
  background: url("./img/index_bg.svg") no-repeat;
  background-size: 20% auto;
}
.note-contentsBox:nth-child(n+2) {
  margin-block-start: 4rem;
}
.noteInfoBox {
  padding-block: 30px;
  text-align: center;
}
.noteInfo-age,
.noteInfo-duration,
.noteInfo-symptom {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0.5em;
  border: 1px solid #7795c2;
  margin-block: 5px;
}
.noteInfoBox > span:nth-child(n+2) {
  margin-left: 0.5em;
}
.noteInfo-duration::before {
  content: "治療期間";
  font-size: 0.7em;
  color: #7795c2;
  margin-inline-end: 0.5em;
  font-weight: bold;
}
.noteInfo-symptom::before {
  content: "症状";
  font-size: 0.7em;
  color: #7795c2;
  margin-inline-end: 0.5em;
}


.secHeader.noteMainTtl {
    border-bottom: 1px solid #7895c2;
    padding-block-end: 0.5em;
  font-size: 32px;
}
.noteSubTtl {
    background: linear-gradient(0deg, #dfeafb 45%, transparent 45%);
  margin-block-end: 5rem;
}
/*.caseNum {
    font-size: 23px;
    letter-spacing: 0.1em;
    color: rgb(4 17 38 / 65%);
    text-align: left;
    position: relative;
  margin-block-end: 0.3em;
}*/
.caseNum {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20%;
}
.caseNum img {
  width: 100%;
  display: inline-block;
}
.note-contentsBox .caseNum {
  width: 10%;
}
/*.caseNum::before {
  content: "症例番号";
    font-size: 0.5em;
    letter-spacing: 0.05em;
    margin-right: 0.5em;
  font-weight: bold;
}*/
.problemBox {
  border: 1px solid #4d7abc;
  border-radius: 7px;
  padding: 10px 20px;
  margin-block-end: 20px;
}
.problem_ttl {
  border-bottom: 2px dotted #7795c1;
  font-size: 16px;
}
.note-contentsBox h3.progressTtl {
    border-bottom: 2px solid #4d7abc;
  padding-inline-start: 0;
}
.note-contentsBox h3.progressTtl::before {
  display: none;
}
.note-contentsBox h3 {
    position: relative;
    padding-inline-start: 79px;
    line-height: 1.6;
  margin-block-end: 35px;
}
.note-contentsBox h3::before {
    content: "1";
    background: #f6d3de;
    line-height: 60px;
    display: inline-block;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.01px;
    margin-right: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-shadow: 1px 1px 16px #dc3535;
}
.note-contentsBox h3.item2::before {
  content: "2";
}
.note-contentsBox h3.item3::before {
  content: "3";
}
.note-contentsBox .imgBox img {
  border-radius: 10px;
}
.note_dl {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin-inline: auto;
}
.note_dl dt {
    width: 30%;
    padding: 1em;
    background: #ffedda;
    margin-block-end: 22px;
  border: 1px solid #ffedda;
}
.note_dl dd {
    width: 70%;
    margin-inline-start: 0px;
    padding: 1em;
    margin-block-end: 22px;
    background: #fff;
  border: 1px solid #ccc;
}
.note_dl dd.risks {
  padding: 0;
}
/* side effects scroll box */
.sideEffecs_scrollBox {
  background-color: #ebeef3;
  overflow-y: scroll;
  width: 100%;
  height: 250px;
  margin: 0 auto;
  padding: 20px;
}
.sideEffecs_scrollBox h4 {
  margin: 0;
  font-size: 14px;
  padding: 0 0 0.3em;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  border-top: none;
}
.sideEffecs_scrollBox p {
  font-size: 14px;
  text-align: justify;
}
.sideEffecs_scrollBox::-webkit-scrollbar {
  width: 10px;
}
.sideEffecs_scrollBox::-webkit-scrollbar-track {
  background-color: #ccc;
}
.sideEffecs_scrollBox::-webkit-scrollbar-thumb {
  background-color: #19344b;
}
@media screen and (max-width:768px) {
  .note-contentsBox {
    min-width: unset;
    margin-inline-end: 0;
  }
}
@media screen and (max-width: 620px){
  .note .main {
    padding-top: 120px;
    background: none;
  }
  .note .breadcrumb{
  justify-content: flex-start;
  margin: 0;
  top: 0;
}
  .note .innerCover {
    width: 30vw;
    height: auto;
    border-radius: 0 5px 5px 0;
    min-height: 100px;
  }
  .note .innerCover {
    min-height: 100px;
    padding: 3vw 5vw;
  }
  .note .header_txt {
    font-size: clamp(17px, 4.28vw, 20px);
    margin: 0;
  }
  .secHeader.noteMainTtl {
    font-size: clamp(18px, 5.5vw, 22px);
  }
  .noteSubTtl {
    background: linear-gradient(0deg, #dfeafb 45%, transparent 45%);
    font-size: clamp(16px, 4.8vw ,20px);
  }
  /* index page */
.contentsBox.note_index {
    display: flex;
    flex-wrap: wrap;
    column-gap: unset;
    row-gap: 30px;
  margin: 0 auto 32vw;
}
  a.note_index_item {
    width: 100%;
}
  .note_index_img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
/* index page */
  .note .main .secCover {
    padding: 30px 0;
  }
  .note-contentsBox {
    min-width: unset;
    margin-inline-end: 0;
    background: #fff;
    padding-inline: 4vw;
    padding-block: 6vw 3vw;
  }
  .note_dl {
    width: 100%;
  }
  .note_dl dd,
  .note_dl dt,
  .sideEffecs_scrollBox p {
    font-size: clamp(13px, 3.5vw, 15px);
    line-height: 1.6;
  }
}

.case2ColImg {
  width: 48%;
  margin: 0;
  margin-block-end: 3rem;
}
.case2ColImg img {
  display: inline-block;
  width: 100%;
  border-radius: 8px;
}
.case2ColImg figcaption {
    text-align: center;
    padding: 0.4em;
    font-size: 15px;
    font-weight: bold;
}

/* -------
   Slider setting 
-------- */
.note_slider {
  width: 100%;
}
.note_slider.slick-initialized.slick-slider {
  max-width: 600px;
  margin-inline: auto;
}
.note_sliderItem {
  width: 200px;
  height: 100px;
  background: #fff;
  padding: 5px;
}
.note_sliderItem img {
  display: inline-block;
  width: 100%;
  border-radius: 8px;
  margin-block-end: 0.7rem;
}
.sliderDate {
  font-size: 1.2rem;
}
.sliderTxt {
  font-size: 1.3rem;
    border-bottom: 1px solid #dfe9fb;
    border-top: 1px solid #dfe9fb;
  line-height: 1.6;
}
.slick-next {
    right: -29px;
    top: 35%;
}
.slick-prev {
    left: -29px;
    top: 35%;
}
.slick-prev:before,
.slick-next:before {
  color: #4d7abc !important;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
  display: none;
}

.slider p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 100px;
  color: #666;
  margin: 10px;
  text-align: center;
  background-color: #e0e0e0;
}

.buttons {
  display: flex;
  justify-content: center;
}

.buttons .button {
  margin: 8px;
  border: 1px solid #000;
  color: #000;
  padding: 8px;
  text-align: center;
  width: 8em;
  transition: all 300ms ease;
}

.buttons .button:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  transition: all 300ms ease;
}


/* ---------------------
   b/a slider setting 
---------------------- */
.image-compare.h-half.flex.justify-center.items-center.icv.icv__icv--horizontal.standard {
    max-width: 600px;
    border-radius: 10px;
    margin-inline: auto;
    margin-block-end: 6rem;
}
.image-compare-vertical.h-half.flex.justify-center.items-center.icv.icv__icv--vertical.standard {
    max-width: 600px;
    border-radius: 10px;
    margin-inline: auto;
    margin-block-end: 6rem;
}
.icv__label {
    position: absolute;
    bottom: 1rem;
    z-index: 12;
    background: rgb(77 122 188 / 78%);
    color: white;
    padding: 0.5rem 0.75rem;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 620px){
  .slick-next {
    right: -6vw;
    top: 35%;
}
  .slick-prev {
      left: -6vw;
      top: 35%;
  }
  .note_sliderItem {
    width: 180px;
    height: 100px;
    background: #fff;
    padding: 5px;
  }
}
