@charset "utf-8";
/*章見出し*/
h2.W01, h2.W01_2 {
  font-size: 21px;
  font-weight: 700;
  border-top: 5px solid #940306;
  border-bottom: 3px solid #940306;
  padding: 5px 10px;
  margin: 35px 0 10px
}
/*大見出し*/
h3.W02, h3.W02_2 {
  font-size: 17px;
  font-weight: 700;
  border-left: 7px solid #940306;
  border-top: 1px solid #940306;
  padding: 9px 10px 5px;
  margin: 35px 0 15px;
}
h3.W02_3 {
  font-size: 16px;
  font-weight: 700;
  border-left: 1px solid #FF6E00;
  border-top: 1px solid #FF6E00;
  padding: 9px 10px 5px;
  margin: 35px 0 15px;
}
h4.W03 {
  font-size: 16px;
  font-weight: 700;
  color: #940306;
  margin: 25px 0 15px;
}
/*本文*/
p.W05 {
  font-size: 0.95rem;
  line-height: 2.1rem;
  text-align: justify;
}
/*本文*/
p.W05_2 {
  border: thin solid #940306;
  padding: 0.5rem;
  font-size: 0.95rem;
  line-height: 2.1rem;
  text-align: justify;
}
/*図タイトル*/
p.S01 {
  font-size: 0.95rem;
  margin: 0;
}
/*図脚注*/
p.S03 {
  font-size: 0.8rem;
  margin: 0;
}
/*著者関連*/
p.W10 {
  font-size: 0.9rem;
  line-height: 1.0rem;
  text-align: justify;
  margin-bottom: 0rem;
}
p.W11 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-align: justify;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 0rem;
}
p.W12 {
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-align: justify;
  margin-top: 0.8rem;
}
/*文献*/
p.W14 {
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-align: justify;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
p.W15 {
  font-size: 0.8rem;
  margin: 0;
}
.sub {
  vertical-align: sub;
  font-size: 0.7em;
  font-weight: normal;
}
.sup {
  vertical-align: super;
  font-size: 0.7em;
  font-weight: normal;
}
.houkatu750 {
  width: 100%;
  height: auto;
  margin: 1rem auto;
  max-width: 750px;
  min-width: 350px;
}
.houkatu550 {
  width: 100%;
  height: auto;
  margin: 1rem auto;
  max-width: 550px;
  min-width: 350px;
}
.houkatu450 {
  width: 100%;
  height: auto;
  margin: 1rem auto;
  max-width: 450px;
  min-width: 350px;
}
.houkatu300 {
  width: 100%;
  height: auto;
  margin: 1rem auto;
  max-width: 300px;
  min-width: 150px;
}
.houkatu300float {
  width: 100%;
  height: auto;
  max-width: 300px;
  min-width: 150px;
  float: right;
  margin-left: 2rem;
}
.houkatu200 {
  width: 100%;
  height: auto;
  margin: 1rem auto;
  max-width: 200px;
  min-width: 100px;
}
.Plink {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  max-width: 650px;
  min-width: 350;
  height: auto;
  margin: 1rem 0 0 0.5rem;
  position: relative;
}
.Clink {
  flex-basis: 80px;
  flex-grow: 0;
  height: auto;
  margin: 0;
}
.Clink img {
  margin-top: 0px;
}
.Clink_text {
  flex-basis: 270px;
  flex-grow: 1;
  height: auto;
  font-size: 0.85rem;
  color: #464646;
  margin: 0 0 0.5rem 1rem;
  line-height: 1.5rem;
  border-top: thin solid #000000;
  text-align: justify;
}
.Plink a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
}
#all {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.Pbook {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 650px;
  min-width: 350;
  height: auto;
  margin: 1rem 0 0.2rem 0.4rem;
  position: relative;
}
.Pbook a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Cbook {
  flex-basis: 120px;
  flex-grow: 0;
  height: auto;
}
.Cbook img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-top: 0px;
  border: thin solid #000000;
}
.Cbook_text {
  flex-basis: 220px;
  flex-grow: 1;
  font-size: 0.85rem;
  color: #464646;
  margin: 0 0 0.5rem 0.5rem;
  line-height: 1.5rem;
  border-top: thin solid #000000;
  text-align: justify;
}
.Pfusen {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 650px;
  min-width: 350;
  height: auto;
  margin: 1rem 0 0.2rem 0.4rem;
}
.Cfusen_red {
  flex-basis: 220px;
  flex-grow: 0;
  height: 50px;
  background-image: url("https://db62n3wsbj7cz.cloudfront.net/files/premium_blog/zzzgazou/red.png");
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: -5.5px center;
}
.Cfusen_yellow {
  flex-basis: 220px;
  flex-grow: 0;
  height: 50px;
  background-image: url("https://db62n3wsbj7cz.cloudfront.net/files/premium_blog/zzzgazou/yellow.png");
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: -5.5px center;
}
.Cfusen_green {
  flex-basis: 220px;
  flex-grow: 0;
  height: 50px;
  background-image: url("https://db62n3wsbj7cz.cloudfront.net/files/premium_blog/zzzgazou/green.png");
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: -5.5px center;
}
.Cfusen_title {
  font-size: 0.8rem;
  color: #940306;
  margin: 0.5rem 3.8rem 0.5rem 0.5rem;
  line-height: 1.1rem;
  font-weight: 600
}
.Cfusen_text {
  flex-basis: 350px;
  flex-grow: 1;
  font-size: 0.85rem;
  color: #940306;
  margin: 0 0 0.5rem 0;
  line-height: 1.5rem;
  text-align: justify;
}
.Pauthor {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  max-width: 750;
  min-width: 350;
  height: auto;
  margin: 1rem 0 0.2rem 0.4rem;
  position: relative;
}
.Cauthor {
  flex-basis: 120px;
  min-width: 120px;
  flex-grow: 0;
  height: auto;
}
.Cauthor img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-top: 0px;
}
.Cauthor_text {
  flex-basis: 630px;
  min-width: 200px;
  flex-grow: 1;
  color: #464646;
  margin: 0 0 0.5rem 0.5rem;
  line-height: 1.5rem;
  border-top: thin solid #000000;
  text-align: justify;
  padding-right: 1rem;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*症例等の囲み部分用*/
.rap02_2 {
  grid-column: 1/2;
  grid-row: 2/3;
  background: #d8e4d1;
}
.rap02_2 > .W05_2 {
  font-size: 0.95rem;
  line-height: 1.7rem;
  text-align: justify;
  border: none;
  margin-bottom: 0;
  margin-top: 0;
}
/* Digestアイコン */
.logo {
  width: 10rem;
  height: auto;
}
.logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: bottom;
  margin-top: 0px;
}
/* 伝えたいこと部分 */
.rap {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-auto-rows: auto;
}
.rap00 {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: auto;
}
.rap01 {
  grid-column: 1/3;
  grid-row: 1/2;
  background: #94d76d;
  padding: 0.2rem 0.2rem 0.2rem 0.7rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #213516;
}
.rap02 {
  grid-column: 1/2;
  grid-row: 2/3;
  background: #d8e4d1;
  padding: 0 1rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.rap02 > .W05_2 {
  font-size: 0.95rem;
  line-height: 1.8rem;
  text-align: justify;
  text-indent: -0.95rem;
  padding-left: 0.95rem;
  border: none;
  margin-bottom: 0;
  margin-top: 0;
}
.rap02_child {
  flex-basis: 200px;
  flex-grow: 1;
  min-width: 100px;
  margin: 2rem;
  border: 4px dashed rgb(28, 112, 2);
  background-color: #94d76d;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.rap02_child a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.rap2_text {
  font-size: 1.2rem;
  margin: 1rem;
  text-align: center;
  font-weight: 600;
}
.rap03 {
  grid-column: 2/3;
  grid-row: 2/3;
  background: #94d76d;
  padding: 0.5rem;
}
.rap03 img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: contain;
  object-position: 50% 100%;
  margin-top: 0px;
}
/*目次部分*/
.toc {
  background-color: #F1EECE;
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin: 1rem 0 3rem 0;
  padding: 1rem;
  border-radius: 0.7rem;
}
.f_nav {
  color: #FFFFFF;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #8D3F40;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.litext {
  color: #7B3B3C;
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-bottom: 0.8rem;
  list-style-position: inside;
}
.litext a {
  color: #7B3B3C;
  text-decoration: none;
}
.litext a:hover {
  color: #F55053;
}
/* 矢印部分 */
.arrow_rap {
  display: grid;
  grid-template-columns: 20% 8% 1fr;
  grid-template-rows: auto;
  margin: 2rem 0 0.5rem 0;
}
.arrow_01 {
  grid-column: 1/2;
  grid-row: 1;
  background: #ffffff;
}
.arrow_02 {
  grid-column: 2/3;
  grid-row: 1;
  background: #ffffff;
}
.arrow_02 > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: bottom;
  margin-top: 0px;
}
.arrow_03 {
  grid-column: 3/4;
  grid-row: 1;
  background: #ffffff;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  font-weight: 600;
  color: #275b09;
}
.rap_m {
  display: grid;
  grid-template-columns: 65% 30%;
  grid-auto-rows: auto;
  justify-content: space-around;
}
.rap_m_text {
  grid-column: 1/2;
  grid-row: 1/2;
}
.rap_m_img {
  grid-column: 2/3;
  grid-row: 1/2;
}
.rap_m_img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: contain;
  object-position: top;
  margin-top: 0px;
}
@media (width < 550px) {
  .arrow_rap {
    display: grid;
    grid-template-columns: 5% 12% 1fr;
    grid-template-rows: auto;
    margin: 2rem 0 0.5rem 0;
  }
  .rap_m {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .rap_m_text {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rap_m_img {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .rap_m_img img {
    width: 80%;
    height: 80%;
    vertical-align: bottom;
    object-fit: contain;
    object-position: 100% 100%;
  }
  .houkatu300float {
    width: 180px;
    height: auto;
  }
}
/* アニメの設定 */
.turn {
  animation: turn 1s;
}
@keyframes turn {
  to {
    transform: rotateY(1turn);
  }
}
.turn2 {
  animation: turn2 1s;
}
@keyframes turn2 {
  to {
    transform: rotateY(2turn);
  }
}
.opa {
  animation: opa 1.5s forwards;
}
@keyframes opa {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tsize {
  animation: tsize 2s forwards;
}
@keyframes tsize {
  to {
    color: #d0217b;
    font-size: 1.1rem;
  }
}
.arrow {
  animation: arrowpp 0.5s 3;
}
@keyframes arrowpp {
  0% {
    translate: 0 0;
  }
  40% {
    translate: 0 25px;
  }
  50% {
    translate: 0 30px;
  }
  60% {
    translate: 0 25px;
  }
  100% {
    translate: 0 0;
  }
}
.pitfall {
	animation: pitfall 1s 3 ease forwards;
}
@keyframes pitfall {
0% {
translate: 0 -40px;
}
100% {
translate: 0 50px;
}
}
.opac {
	animation: opac 2s forwards;
}
@keyframes opac {
0% {
opacity: 0;
}
to {
opacity: 1;
}
}