/*********************************************
 * CSS Document
 *
 * UNIQUE
 *********************************************/
/* ====================================
 * VAR *
====================================*/
/*********************************************
 * VAR
 *********************************************/
/* ------------------------------- *
 * BREAK POINT *
 * ---*/
/* ------------------------------- *
 * COLOR *
 * ---*/
/*====================================
 * disease *
====================================*/
/* ------------------------------- */
/* MAIN */
/* --- */
#disease .cmn-page__ttl .page__ttl-inner {
  background-image: url(../img/about/main_img-sp.jpg);
}

@media (min-width: 960px) {
  #disease .cmn-page__ttl .page__ttl-inner {
    background-image: url(../img/about/main_img-pc.jpg);
  }
}

/* ------------------------------- */
/* CONTENTS */
/* --- */
#disease {
  /* common */
  /* about */
  /* symptom */
  /* disease */
  /* checkup */
  /* faq */
}

#disease section {
  margin-bottom: 6rem;
}

@media (min-width: 1200px) {
  #disease section {
    margin-bottom: 12rem;
  }
}

#disease .about {
  margin-bottom: 11rem;
}

#disease .about__txtBox {
  margin-bottom: 4rem;
}

#disease .about__imgBox {
  width: calc((100vw - 100%) / 2 + 100%);
  position: relative;
  padding: 6rem 0 5rem;
}

#disease .about__imgBox::before {
  content: "";
  width: calc(100% + 1.5rem);
  height: 100%;
  background: url(../img/disease/about_deco-sp.png) no-repeat center right/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#disease .about__img {
  border-radius: .5rem 0 0 .5rem;
  display: flex;
  align-items: center;
}

@media (min-width: 600px) {
  #disease .about__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #disease .about__txtBox {
    width: 41.6%;
    margin-bottom: 0;
  }
  #disease .about__imgBox {
    width: calc(53.3% + ((100vw - 100%) / 2));
    margin-right: calc((100vw - 100%) / -2);
    padding: 5rem 0 7.5rem;
    margin-top: 3.5rem;
  }
  #disease .about__imgBox::before {
    width: calc(100% - 4rem);
    background-image: url(../img/disease/about_deco-pc.png);
  }
  #disease .about__img {
    max-height: 49.3rem;
  }
}

@media (min-width: 1200px) {
  #disease .about {
    margin-bottom: 19.5rem;
  }
}

#disease .symptomLists {
  padding: 3rem 2rem;
  background-color: #FFF;
  border-radius: .5rem;
}

#disease .symptomLists__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#disease .symptomLists__list:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 2rem;
}

#disease .symptomLists__icon {
  width: 3rem;
  height: 3rem;
  border: 1px solid #B18247;
  border-radius: .5rem;
  position: relative;
}

#disease .symptomLists__icon::before {
  content: "";
  width: 1rem;
  height: .6rem;
  border-bottom: 1px solid #B18247;
  border-left: 1px solid #B18247;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%) rotate(-50deg) skewX(-10deg);
}

#disease .symptomLists__txt {
  width: calc(100% - 4rem);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}

@media (min-width: 600px) {
  #disease .symptomLists {
    padding: 4rem 3rem;
  }
  #disease .symptomLists__icon {
    width: 4rem;
    height: 4rem;
    border-width: 2px;
  }
  #disease .symptomLists__icon::before {
    width: 1.6rem;
    height: .9rem;
    border-width: 2px;
  }
  #disease .symptomLists__txt {
    width: calc(100% - 6rem);
    font-size: 1.9rem;
  }
}

@media (min-width: 1200px) {
  #disease .symptomLists {
    padding: 5rem;
  }
  #disease .symptomLists__list:not(:last-child) {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
  #disease .symptomLists__txt {
    font-size: 2.6rem;
  }
}

#disease .factor {
  margin-bottom: 0;
}

#disease .diseaseLists {
  /* care */
}

#disease .diseaseLists__list {
  padding: 3rem 2rem;
  background-color: #FFF;
  border-radius: .5rem;
}

#disease .diseaseLists__list:not(:last-child) {
  margin-bottom: 3rem;
}

#disease .diseaseLists__list--gray {
  background-color: #F5F5F5;
}

#disease .diseaseLists__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 3rem;
}

#disease .diseaseLists__ttl::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/disease/ttl_icon.png) no-repeat center/contain;
  position: absolute;
  top: .5rem;
  left: 0;
}

#disease .diseaseLists__imgBox {
  margin-top: 2rem;
}

#disease .diseaseLists .careLists {
  margin-top: 3rem;
}

#disease .diseaseLists .careLists__list {
  background-color: #F5F5F5;
  padding: 3rem 2rem;
  border-radius: .5rem;
}

#disease .diseaseLists .careLists__list:not(:last-child) {
  margin-bottom: 2rem;
}

#disease .diseaseLists .careLists__ttl {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.8rem;
  position: relative;
  padding-left: 1.5rem;
}

#disease .diseaseLists .careLists__ttl::before {
  content: "";
  width: .3rem;
  height: calc(100% - .25em);
  background-color: #B18247;
  border-radius: .5rem;
  position: absolute;
  top: .25rem;
  left: 0;
}

#disease .diseaseLists .careLists__imgBox {
  margin-top: 2rem;
}

@media (min-width: 600px) {
  #disease .diseaseLists {
    /* care */
  }
  #disease .diseaseLists__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #disease .diseaseLists__txtBox.imgTrue {
    width: 55.3%;
  }
  #disease .diseaseLists__imgBox {
    width: 41%;
    margin-top: 0;
  }
  #disease .diseaseLists .careLists__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #disease .diseaseLists .careLists__txtBox.imgTrue {
    width: 56%;
  }
  #disease .diseaseLists .careLists__imgBox {
    width: 40.3%;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  #disease .diseaseLists {
    /* care */
  }
  #disease .diseaseLists__list {
    padding: 5rem 4rem;
  }
  #disease .diseaseLists__list:not(:last-child) {
    margin-bottom: 4rem;
  }
  #disease .diseaseLists__ttl {
    font-size: 2.6rem;
    margin-bottom: 3rem;
    padding-left: 3.5rem;
  }
  #disease .diseaseLists__ttl::before {
    width: 2.5rem;
    height: 2.5rem;
    top: .75rem;
  }
  #disease .diseaseLists .careLists {
    margin-top: 4rem;
  }
  #disease .diseaseLists .careLists__list {
    padding: 4rem;
  }
  #disease .diseaseLists .careLists__list:not(:last-child) {
    margin-bottom: 3rem;
  }
  #disease .diseaseLists .careLists__ttl {
    font-size: 2.2rem;
    margin-bottom: 3.5rem;
    padding-left: 1.8rem;
  }
  #disease .diseaseLists .careLists__ttl::before {
    height: calc(100% - .6em);
    top: .7rem;
  }
}

#disease .checkupLists__list {
  position: relative;
  margin-top: -3rem;
}

#disease .checkupLists__list:not(:last-child) {
  margin-bottom: 3rem;
}

#disease .checkupLists__ttl {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .1em;
  color: #B18247;
  display: inline-block;
  padding: 2rem;
  border-radius: .5rem;
  background-color: #FFF;
  transform: translateY(3rem);
}

#disease .checkupLists__inner {
  background-color: #FFF;
}

#disease .checkupLists__txtBox {
  padding: 4rem 2rem 2rem;
}

@media (min-width: 600px) {
  #disease .checkupLists__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #disease .checkupLists__txtBox.imgTrue {
    width: 58.4%;
    box-sizing: border-box;
  }
  #disease .checkupLists__imgBox {
    width: 41.6%;
  }
}

@media (min-width: 1200px) {
  #disease .checkupLists__list {
    margin-top: -3.5rem;
  }
  #disease .checkupLists__list:not(:last-child) {
    margin-bottom: 3.5rem;
  }
  #disease .checkupLists__inner {
    align-items: flex-start;
  }
  #disease .checkupLists__ttl {
    font-size: 3rem;
    padding: 2rem 4rem;
    transform: translateY(3.5rem);
  }
  #disease .checkupLists__txtBox {
    padding: 7.5rem 4rem 5.5rem;
  }
}

#disease .faq {
  margin-bottom: 0;
}

/*====================================
 * XXX *
====================================*/
/* ------------------------------- */
/* XXX */
/* --- */
/*# sourceMappingURL=unique2.css.map */