body {
  color: #555;
  font-family: 'Noto Sans JP', sans-serif;
}
.list__note {
  padding-left: 1.3em;
}

.list__note li {
  position: relative;
}

.list__note li:before {
  content: '※';
  display: block;
  position: absolute;
  top: 0;
  left: -1.2em;
  line-height: 1.5;
}
.list__note_number {
  counter-reset: number 0;
}

.list__note.list__note_number {
  padding-left: 1.9em;
}

.list__note.list__note_number li:before {
  counter-increment: number 1;
  content: '※' counter(number);
  display: block;
  position: absolute;
  top: 0;
  left: -1.9em;
  line-height: 1.5;
}
.aspect-ratio-16\/9 {
  padding-bottom: 56.25%;
}
.yellow-line {
  padding-bottom: 0px;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, #fff795 0%)
    repeat scroll 0 0;
}

[data-c20-qaOtherQAs] .myContainer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
}

[data-c20-qaOtherQAs] .myTitle {
  font-size: 25px;
  --text-opacity: 1;
  color: #007dbe;
  color: rgba(0, 125, 190, var(--text-opacity));
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 2.5rem;
}

[data-c20-qaOtherQAs] .trg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 3rem;
  font-size: 4.26667vw;
  line-height: 1.2;
  border-width: 0;
  border-bottom: 1px solid #cccccc;
  color: #007dbe;
  background-color: #fff;
  text-align: left;
  display: block;
  width: 100%;
  position: relative;
  outline: none;
}

[data-c20-qaOtherQAs] .trg:first-of-type {
  border-top: 1px solid #cccccc;
}

@media screen and (min-width: 768px) {
  [data-c20-qaOtherQAs] .trg {
    font-size: 18px;
    padding: 1em 1em 1em 3em;
    outline-width: 0;
  }
}

[data-c20-qaOtherQAs] .trg.buttonI--active {
  background-color: #e4f3fb;
}

[data-c20-qaOtherQAs] .trg.buttonI--active:before {
  display: none;
}

[data-c20-qaOtherQAs] .trg.buttonI--active .icon::before {
  transform: rotate3d(0, 0, 1, 90deg);
}

@media screen and (min-width: 768px) {
  [data-c20-qaOtherQAs] .trg.buttonI--active .icon::before {
    transform: rotate3d(0, 0, 1, 90deg) translate3d(0, 1px, 0);
  }
}

[data-c20-qaOtherQAs] .icon {
  position: absolute;
  left: calc(1.2rem + 0.1em);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.2em;
  height: 1.2em;
  background-color: #007dbe;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 0.3em;
  font-style: normal;
}

[data-c20-qaOtherQAs] .icon:before {
  transition: 0.2s;
  content: '▶︎';
  font-size: 0.6em;
  line-height: 1;
  color: white;
}

[data-c20-qaOtherQAs] .content {
  line-height: 1.6;
  font-size: 4.26667vw;
  color: #666666;
  font-size: 3.73333vw;
  padding: 1.2rem 2.4rem;
  display: block;
  border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 768px) {
  [data-c20-qaOtherQAs] .content {
    font-size: 18px;
  }
}

[data-c20-qaOtherQAs] .content.is-hide {
  display: none;
}

[data-c20-qaOtherQAs] .content a {
  color: #007dbe;
  text-decoration: underline;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

[data-c20-qaTableOfContents] {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

[data-c20-qaTableOfContents] .toc {
  list-style-type: decimal;
  margin-left: 0;
  padding-left: 0;
}

[data-c20-qaTableOfContents] .item {
  --text-opacity: 1;
  color: #007dbe;
  color: rgba(0, 125, 190, var(--text-opacity));
  text-decoration: underline;
  list-style-position: inside;
  margin-bottom: 1rem;
}

[data-c20-qaTableOfContents] .item.is-nonumber {
  list-style-type: none;
}

[data-c20-qaTableOfContents] .link {
  --text-opacity: 1;
  color: #007dbe;
  color: rgba(0, 125, 190, var(--text-opacity));
  text-decoration: underline;
  font-weight: 700;
}

[data-c20-qaQAs] .qaQA {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 0.125rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}

[data-c20-qaQAs] .qaQA:last-child {
  margin-bottom: 0;
}

[data-c20-qaQAs] .head {
  background-color: #2264ac;
  display: grid;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  padding: 0.75rem;
  width: 100%;
  position: relative;
  grid-template-areas: 'image title';
  grid-template-columns: 31.9% 1fr;
}

[data-c20-qaQAs] .head::after {
  display: block;
  content: '';
  background: url('https://fastdoctor.jp/wp-content/themes/fastdoctor-common/assets/img/icon/arrow-bottom-yellow.svg');
  width: 18px;
  height: 9px;
  position: absolute;
  bottom: 12px;
  left: calc(50% - 9px);
  transition: 0.5s ease;
}

[data-c20-qaQAs] .head__title {
  grid-area: title;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0.75rem;
  font-size: 14px;
}

[data-c20-qaQAs] .head__image {
  grid-area: image;
  position: relative;
}

[data-c20-qaQAs] .head__number {
  color: #2264ac;
  font-weight: 700;
  --bg-opacity: 1;
  background-color: #e4f3fb;
  background-color: rgba(228, 243, 251, var(--bg-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 9999px;
  position: absolute;
  z-index: 10;
  width: 36px;
  height: 36px;
  top: -0.1rem;
  left: -7px;
}

[data-c20-qaQAs] .head__chara {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 9999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

[data-c20-qaQAs] .myContent {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 1.25rem;
}

[data-c20-qaQAs] .myTitle {
  font-weight: 700;
  line-height: 1.5;
  font-size: 20px;
  --text-opacity: 1;
  color: #345678;
  color: rgba(52, 86, 120, var(--text-opacity));
  text-align: center;
  margin: 1.2rem 0 1.2rem 0;
}

[data-c20-qaQAs] .myText {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

[data-c20-qaQAs] .myLink {
  --text-opacity: 1;
  color: #007dbe;
  color: rgba(0, 125, 190, var(--text-opacity));
  text-decoration: underline;
  font-size: 12px;
  margin-top: 0.5rem;
  --text-opacity: 1;
  color: #007dbe;
  color: rgba(0, 125, 190, var(--text-opacity));
}

[data-c20-qaQAs] .myLink::after {
  content: '》';
}

[data-c20-qaQAs] .myFooter img {
  display: block;
  max-width: 100%;
}

[data-c20-qaQAs] .em {
  color: #e31414;
}

[data-c20-qaQAs] .myHoujinList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px 5px;
  margin: 0;
  padding: 0;
}

[data-c20-qaQAs] .myHoujinList > li {
  font-size: 3.5vw;
}

[data-c20-qaQAs] .myDoctorWrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
  grid-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
}

[data-c20-qaQAs] .myDoctorWrap .doctor__sub {
  font-weight: 700;
  font-size: 11px;
}

.accordionQa [data-c20-qaQAs] .qaQA {
  margin-bottom: 2px;
  cursor: pointer;
}

.accordionQa [data-c20-qaQAs] .qaQA.active {
  margin-bottom: 0.75rem;
}

.accordionQa [data-c20-qaQAs] .qaQA.active .myFooter,
.accordionQa [data-c20-qaQAs] .qaQA.active .myContent {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-height: 10000px;
  transition: 0.5s ease max-height;
}

.accordionQa [data-c20-qaQAs] .qaQA.active .head::after {
  transform: rotate3d(1, 0, 0, 180deg);
}

.accordionQa [data-c20-qaQAs] .myFooter,
.accordionQa [data-c20-qaQAs] .myContent {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0s;
}

.accordionQa [data-c20-qaQAs] .head__title {
  position: relative;
}

[data-c20-qaQAs] .myDoctorWrap .doctor__sub {
  font-weight: 700;
  font-size: 11px;
}

.accordionQa [data-c20-qaQAs] .qaQA.open {
  margin-bottom: 0.75rem;
}

.accordionQa [data-c20-qaQAs] .qaQA.open .myFooter,
.accordionQa [data-c20-qaQAs] .qaQA.open .myContent {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-height: 10000px;
  transition: 0.5s ease max-height;
}

.accordionQa [data-c20-qaQAs] .qaQA.open .head::after {
  transform: rotate3d(1, 0, 0, 180deg);
}

.accordionQa [data-c20-qaQAs] .myFooter,
.accordionQa [data-c20-qaQAs] .myContent {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0s;
}

.accordionQa [data-c20-qaQAs] .head__title {
  position: relative;
}

[data-c20-qaQAs] .myLink {
  --text-opacity: 1;
  color: #007dbe;
  color: rgba(0, 125, 190, var(--text-opacity));
  text-decoration: underline;
  font-size: 12px;
  margin-top: 0.5rem;
  --text-opacity: 1;
  color: #007dbe;
  color: rgba(0, 125, 190, var(--text-opacity));
}

[data-c20-qaQAs] .myLink::after {
  content: '》';
}

[data-c20-qaQAs] .myFooter img {
  display: block;
  max-width: 100%;
}

[data-c20-qaQAs] .em {
  color: #e31414;
}

[data-c20-qaQAs] .myHoujinList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px 5px;
  margin: 0;
  padding: 0;
}

[data-c20-qaQAs] .myHoujinList > li {
  font-size: 3.5vw;
}

.bottom-arrow::after {
  content: '';
  background: url('./img/botom-arrow.png');
  background-size: contain;
  width: 12px;
  height: 6px;
  position: absolute;
  bottom: 6px;
  left: calc(50% - 9px);
  transition: 0.5s ease;
}

.bottom-arrow.active::after {
  content: '';
  background: url('./img/botom-arrow-active.png');
  background-size: contain;
  width: 12px;
  height: 6px;
  position: absolute;
  bottom: 6px;
  left: calc(50% - 9px);
  transition: 0.5s ease;
}

.next-tab-buttons div::after {
  content: '';
  position: absolute;
  top: 0px;
  right: -15px;
  transform: rotate(90deg);
  border: 14px solid transparent;
  border-left: 14px solid #fff;
}
