@charset "UTF-8";

.bg_gray {
  background: #F0F0F0;
}
.bold {
  font-weight: bold;
}
.small {
  font-size: 2.74vw;
}
.btn {
  width: 100%;
  padding-left: 0;
  margin: 60px 0 0 0;
}
.risktxt{
  font-weight: normal;
}
@media screen and (min-width:768px) {
  .small {
    font-size: 13px;
  }

  .pc_flex {
    display: flex;
    justify-content: space-between;
  }
  .pc_flex.reverse {
    flex-direction: row-reverse;
  }
  .pc_flex > * {
    width: 47%;
  }

  .modSection__inner .pc_flex {
    flex-direction: column;
  }
  .modSection__inner .pc_flex > * {
    width: 100%;
  }
}

.update.inner {
  max-width: 85%;
  margin: 0 auto;
}
.update.inner .date-update {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 14px;
}
.update.inner .date-update .date-update__icon {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:768px) {
  .update.inner {
    width: 100%;
    max-width: 1080px;
  }
}

.kv img {
  width: 85%;
  display: block;
  margin: 1.5% auto 0;
}
@media screen and (min-width:768px) {
  .kv img {
    width: 1080px;
  }
}

.main-block {
  padding: 5px 0 40px;
}
@media screen and (min-width:768px) {
  .main-block {
    padding-top: 20px;
    padding-bottom: 54px;
  }
}

.toc {
  line-height: 2;
  background-color: #f5f5f5;
  padding: 24px;
  max-width: 480px;
  margin: 40px auto 0;
}
.toc .toc__title {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.toc .toc__icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toc .toc__icon img {
  width: 100%;
}
.toc .toc__body {
  margin: 16px 0;
}
.toc .toc__list {
  font-size: 14px;
}
.toc .toc__list ul {
  margin-left: 16px;
}
.toc .toc__list a {
  color: #222;
  transition: .3s;
}
.toc .toc__list a:hover {
  color: #00aafa;
}
.toc .toc__list ul ul {
  font-size: 12px;
}
.toc .toc__wrap-btn {
  display: flex;
  justify-content: center;
}
.toc .toc__btn {
  appearance: none;
  display: block;
  font-size: 12px;
  padding: 8px 24px;
  bottom: solid 1px currentColor;
  background-color: #fff;
  min-width: 120px;
  text-align: center;
  font-weight: 500;
}

h2 {
  color: var(--lightBlue);
  font-size: 6.4vw;
  line-height: 1.5;
  border-bottom: 2px solid #000;
  padding-bottom: 0.5em;
  margin: calc(100vw / var(--viewport) * 100) auto calc(100vw / var(--viewport) * 100);
}
h3 {
  line-height: 1.5;
  margin-top: calc(100vw / var(--viewport) * 100);
}
h3 .mark_yellow {
  /*background: linear-gradient(transparent 64%, #fffe00 0%);*/
}
@media screen and (min-width:768px) {
  h2 {
    font-size: 22px;
    margin: 76px auto 30px;
  }
  h3 {
    width: 100%;
    margin: 30px auto 0;
  }
}

@media screen and (min-width:768px) {
  .risktxt img {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width:768px) {
  .photoBox {
    display: flex;
    align-items: flex-start;
  }
  .photoBox img {
    width: 462px;
    height: auto;
    margin-right: 23px;
  }
}

.riskTable {
  width: 100%;
  border: 3px solid #000;
  margin-top: 1.8em !important;
}
.riskTable th,
.riskTable td {
  font-size: calc(11px + (25 - 11) * ((100vw - 320px) / (767 - 320)));
  text-align: left;
  line-height: 1.5;
  width: 50%;
  vertical-align: middle;
  border: 1px solid #000;
  padding: 0.5em 1em;
}
.riskTable thead td {
  font-weight: bold;
  background: #D9D9D9;
  text-align: center;
}
.riskTable tbody td .part_image,
.riskTable tbody td .black_box {
  width: 80%;
  margin: 0 auto;
}
.riskTable tbody td .part_image img {
  width: calc(100vw / var(--viewport) * 100);
  height: auto;
}
.riskTable tbody td .black_icon {
  width: 85%;
  display: inline-block;
}
.riskTable tbody td .black_icon img {
  width: calc(100vw / var(--viewport) * 26);
}
@media screen and (min-width:768px) {
  .pc_flex.partArea .riskTable {
    width: 40%;
  }
  .pc_flex.partArea .risktxt {
    width: 55%;
  }
  .riskTable th,
  .riskTable td {
    font-size: 16px;
  }
  .riskTable tbody td .part_image img {
    width: 85px;
  }
  .riskTable tbody td .black_icon img {
    width: 20px;
  }











}










.modSection__inner {
  font-weight: 400;
  text-align: center;
  margin-top: 80px;
}
.modSection__inner .pc_flex img {
  width: 31.25vw;
}
.modSection__inner .pc_flex .detailDoctor {
  line-height: 2;
}
.modSection__inner .pc_flex .detailDoctor .name {
  font-size: 3.4375vw;
  font-weight: 700;
}
.modSection__inner .pc_flex .detailDoctor .position {
  font-size: 3.4375vw;
  font-weight: 700;
}
.modSection__inner .pc_flex .detailDoctor .text {
  text-align: left;
  padding: 0;
  margin-top: 3.4375vw;
}
@media screen and (max-width:767px) {
  .modSection__inner .pc_flex img {
    margin-bottom: 4.6875vw;
  }
}

@media screen and (min-width:768px) {
  .modSection__inner .pc_flex {
    align-items: center;
  }
  .modSection__inner .pc_flex img {
    width: 200px;
    margin-right: 40px;
  }
  .modSection__inner .pc_flex .detailDoctor {
    text-align: left;
  }
  .modSection__inner .pc_flex .detailDoctor .name {
    font-size: 22px;
  }
  .modSection__inner .pc_flex .detailDoctor .name .big {
    font-size: 28px;
  }
  .modSection__inner .pc_flex .detailDoctor .position {
    font-size: 22px;
  }
  .modSection__inner .pc_flex .detailDoctor .text {
    margin-top: 22px;
  }
}