@charset "utf-8";

/*************************/
.main_wrap {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#d7f7fb),
    color-stop(10%, #f4ffff),
    color-stop(90%, #f4ffff),
    to(#d3f4f8)
  );
  background: -o-linear-gradient(
    bottom,
    #d7f7fb 0%,
    #f4ffff 10%,
    #f4ffff 90%,
    #d3f4f8 100%
  );
  background: linear-gradient(
    to top,
    #d7f7fb 0%,
    #f4ffff 10%,
    #f4ffff 90%,
    #d3f4f8 100%
  );
  margin-top: -70px;
  min-width: 1000px;
}

.main {
  margin: 0 auto;
  /* width: 1000px; */
}

.main_inner {
  max-width: 832px;
  margin: 0 auto;
  padding: 40px 10px 0;
}

.intro_header {
  margin-bottom: 1.5em;
}

.cont_txt {
  margin: 0em auto 3em;
  font-size: 18px;
  line-height: 200%;
  text-align: justify;
  font-weight: bold;
}

/* prof セクション */
.prof {
  padding-top: 40px;
}

.prof_inner {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.prof_header {
  border-bottom: dotted 2px #000;
  color: #e84737;
  font-size: 35px;
  letter-spacing: 2px;
  padding: 10px 0 20px 0;
}

.position {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: justify;
}

.name {
  font-size: 40px;
  font-weight: bold;
  margin-top: 20px;
  text-align: justify;
}

.name span {
  font-size: 30px;
}

.prof_txt {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-top: 10px;
  text-align: justify;
}
.prof_txt2 {
  letter-spacing: normal;
}

.boundary {
  margin-top: 40px;
}

/* article セクション */
.sub_header {
  margin-top: 60px;
}

.header_img img {
  margin: 0 auto;
}

.article_txt_wrap {
  margin-top: 40px;
}

.article_txt {
  text-align: justify;
  line-height: 2;
  padding: 10px;
}

.article_txt span {
  font-weight: bold;
}

.figure_tit {
  margin-top: -25px;
}

.figure_tit {
  background-color: #e84737;
  background-image: -o-repeating-linear-gradient(
    135deg,
    #fc693f,
    #fc693f 3px,
    transparent 0,
    transparent 6px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #fc693f,
    #fc693f 3px,
    transparent 0,
    transparent 6px
  );
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 10px;
}

.figure {
  background: #d6f6fe;
  border-radius: 15px;
  margin-top: 30px;
  padding: 45px 10px 10px;
}

.figure_desc {
  font-weight: bold;
  padding: 18px 0;
  text-align: justify;
  line-height: 1.8;
}

.figure_zu {
  display: inline-block;
  float: left;
  width: 60px;
}

.figure_inner {
  padding: 0 20px 20px;
}

.viscera_sect {
  padding: 0 3%;
}

.figure_state {
  background: #fff;
  color: #ff2929;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}

.case_inner {
  margin: 30px 0;
  width: 50%;
}

.case_inner_border {
  border-left: #e84737 dotted 4px;
}

.viscera_sect_wrap,
.case_wrap,
.case_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.viscera_sect_txt,
.viscera_sect_img {
  padding: 10px;
}

.viscera_sect_img img {
  max-width: 330px;
  margin: 0 auto;
}

.circle {
  background: #ee847d;
  border-radius: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  width: 100px;
  padding: 10px;
}

.circle_1::before {
  content: "腎障害";
  color: #fff;
  position: relative;
  top: 35%;
  left: 1%;
}

.circle_2::before {
  content: "腎機能の低下";
  color: #fff;
  position: relative;
  top: 30%;
  left: 1%;
}

.symptom_desc {
  font-size: 15px;
  text-align: justify;
  padding: 4% 0 0 3%;
  width: 65%;
}

.viscera_desc {
  text-align: justify;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.5px;
  padding-top: 10px;
}

.graph {
  padding: 40px 0 60px;
  border-bottom: 1px solid #e84737;
}

.source {
  font-size: 13px;
  text-align: left;
}

.graph_caption {
  margin-top: 13px;
}
.source_pdf {
  margin-top: 5px;
}

.graph_caption,
.source_pdf {
  text-align: left;
  font-size: 13px;
}

/* company セクション */
.company {
  padding-top: 50px;
}

.company_img img {
  margin: 0 auto;
  width: 280px;
}

.company_url {
  margin-top: 10px;
  font-size: 13px;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

/* 768pxのブレイクポイント */
@media screen and (max-width: 768px) {
  .main_wrap {
    min-width: 100%;
  }

  .intro_header {
    margin-bottom: 1vw;
  }

  .sp_none {
    display: none;
  }

  .pc_none {
    display: block;
  }

  .prof_header,
  .name {
    font-size: 7vw;
  }

  .prof_img {
    width: 45%;
  }

  .prof_txt {
    margin-top: 4vw;
  }

  .prof {
    padding-top: 4vw;
  }

  .prof_header {
    border-bottom: none;
  }

  .position,
  .name span {
    font-size: 3.5vw;
  }

  .case_wrap {
    display: block;
  }

  .case_inner {
    width: 100%;
    /*margin: 13px;*/
  }

  .case_inner_border {
    border-top: #e84737 dotted 4px;
    border-left: none;
    padding-top: 25px;
  }

  .figure_zu {
    width: 16%;
  }

  .viscera_sect_wrap {
    display: block;
  }

  .viscera_sect_txt {
    padding-bottom: 0;
  }

  .viscera_sect_img {
    padding-top: 0;
  }

  .source {
    text-align: center;
  }

  .source_pdf {
    margin-top: 15px;
  }

  .company_img img {
    width: 50%;
  }
  
  .cont_txt {
    margin-top: 2em;
  }
	
  .sub_header {
    margin-top: 2.6em;
  }
	
  .article_txt_wrap {
    margin-top: 1.2em;
  }
	
  .viscera_sect_img img {
    width: 70%;
  }
	
  .syuttenTxt {
    margin: 2em auto 1em;
  }
}
