@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  歯周病

---------------------------------*/
.periodontal {}
#systemic_disease {
  background: var(--bg-col);
}
/*---------------------------------
リード文
---------------------------------*/
#readtxt {
  padding: 0 !important;
}
#readtxt .wrap {
  background: var(--bg-col);
  border-radius: 1rem;
  padding: 4rem;
}
#readtxt h2 {
  color: var(--co-gol-h);
  font-size: 1.8em;
  letter-spacing: .08em;
  line-height: 1.4;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #readtxt .wrap {
    padding: 2rem;
  }
  #readtxt h2 {
    font-size: 1.5em;
  }
}
/*---------------------------------
写真 ＋ 文章　横並び
---------------------------------*/
section .wrap ._flex figure {}
section .wrap ._flex figure figcaption a {
  color: var(--co-gol);
  text-decoration: underline;
}
section .wrap ._flex .txt {
  flex-basis: 50%;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------
チェックボックス
---------------------------------*/
section .wrap .checkBox {
  background: var(--bg-col);
  border-radius: 1rem;
  margin-top: 5rem;
  padding: 2rem;
}
#systemic_disease .wrap .checkBox {
  background: #fff;
}
section .wrap .checkBox h3 {
  text-align: center;
}
section .wrap .checkBox ul {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: fit-content;
}
section .wrap .checkBox ul li {
  flex-basis: 50%;
  font-size: 1.2em;
  margin: .5rem 0;
}
section .wrap .checkBox ul li::before {
  background: url("../periodontal/images/check.svg") no-repeat center/contain;
  border-radius: 0;
}
section .wrap .checkBox._etc {
  position: relative;
}
section .wrap .checkBox._etc p {
  position: absolute;
  right: 10%;
  bottom: 2rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  section .wrap .checkBox {
    margin-top: 3rem;
  }
  section .wrap .checkBox ul {
    display: block;
    max-width: none;
  }
  section .wrap .checkBox._etc p {
    right: 5%;
  }
}
/*---------------------------------
文章　横並び
---------------------------------*/
section .wrap ._flex._wtxt {}
section .wrap ._flex._wtxt .txt {
  flex-basis: 55%;
}
section .wrap ._flex._wtxt .txt.txt_box {
  background: var(--bg-col);
  border-radius: 1rem;
  flex-basis: 40%;
  padding: 2rem;
}
section .wrap ._flex._wtxt .txt.txt_box h3 {
  padding: 0;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  section .wrap ._flex._wtxt .txt.txt_box {
    margin-top: 2rem;
  }
}
/*---------------------------------
文章　横並び
---------------------------------*/
section .wrap + .wrap {
  margin-top: 5rem;
}
section .wrap ._ryouho {}
section .wrap ._ryouho dl {
  margin-bottom: 3rem;
}
section .wrap ._ryouho dl dt {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.1em;
}
section .wrap ._ryouho dl dd {}
section .wrap .txt._attention {
  background: var(--bg-col);
  border-radius: 1rem;
  margin-top: 5rem;
  padding: 3rem;
}
section .wrap .txt._attention h4 {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  section .wrap .txt._attention {
    margin-top: 2rem;
    padding: 2rem;
  }
}