@charset "UTF-8";

#main_area.subpage article.post-page-lbox .main-textarea .otsukaseiyaku {
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#main_area.subpage article.post-page-lbox .main-textarea .aq_question {
  margin: 1em auto 3em auto;
}

#main_area.subpage article.post-page-lbox .main-textarea .bargraph {
  font-size: .9em;
}

#main_area.subpage article.post-page-lbox .main-textarea .bargraph>.bargraph__inbox {
  margin-bottom: 7px;
}

#main_area.subpage article.post-page-lbox .main-textarea .bargraph .bargraph__inbox dt {
  width: 90%;
  text-align-last: unset;
  margin: auto;
  font-size: 110%;
}

#main_area.subpage article.post-page-lbox .main-textarea .bargraph .bargraph__inbox dd {
  display: flex;
  width: 90%;
  margin: auto;
  background-color: #f6f6f7;
}

#main_area.subpage article.post-page-lbox .main-textarea .bargraph .bargraph__inbox span {
  display: inline-block;
  padding-right: 15px;
  border-radius: 0;
  background-color: #52b7ff;
  color: #fff;
  font-weight: bold;
  line-height: 36px;
  text-align: right;
  white-space: nowrap;
  min-height: 35px;
}

#main_area.subpage article.post-page-lbox .main-textarea .bargraph .bargraph__inbox div {
  align-self: center;
  margin-left: auto;
  margin-right: 0.5em;
  font-size: 120%;
}

#main_area.subpage article.post-page-lbox .main-textarea .piechart {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin: 1em auto;
}

#main_area.subpage article.post-page-lbox .main-textarea .piechart div {
  font-size: 130%;
  color: #fff;
}

#main_area.subpage article.post-page-lbox .main-textarea .medical_piechart .piechart div {
  color: #3A3A3A;
}

#main_area.subpage article.post-page-lbox .main-textarea .bargraph .bargraph__inbox span.medicalbar {
  background-color: #00b9a6;
}

#main_area.subpage article.post-page-lbox .main-textarea .lifescan_flex.piechart_box {
  display: flex;
  align-items: center;
}

#main_area.subpage article.post-page-lbox .main-textarea .lifescan_flex.piechart_box {
  justify-content: center;
}

#main_area.subpage article.post-page-lbox .main-textarea .lifescan_flex.piechart_box i {
  margin-right: 5px;
}

@media screen and (max-width:890px) {
  #main_area.subpage article.post-page-lbox .main-textarea .piechart {
    margin: 1em auto;
  }

  #main_area.subpage article.post-page-lbox .main-textarea .lifescan_flex.piechart_box {
    flex-direction: column;
    align-items: baseline;
  }
}

#main_area.subpage article.post-page-lbox .main-textarea .aq_page .list_disc.discauto li {
  list-style: auto;
}

#main_area.subpage article.post-page-lbox .main-textarea .aq_page .bluebox {
  border: 4px solid #027bd1;
  padding: 1em;
  border-radius: 30px;
  margin: 1em auto 2em auto;
}

#main_area.subpage article.post-page-lbox .main-textarea .mini_piechart_box .piechart {
  width: 200px;
  height: 200px;
  margin: 1em 2em;
}

#main_area.subpage article.post-page-lbox .main-textarea .aq_page .flexonly {
  display: flex;
  margin: 1em 0;
}

#main_area.subpage article.post-page-lbox .main-textarea .aq_page .flexonly img {
  display: block;
  width: 130px;
  height: 100%;
  margin-right: 1em;
}

#main_area.subpage article.post-page-lbox .main-textarea .aq_page .flexonly p {
  font-size: 80%;
}

@media screen and (max-width:890px) {
  #main_area.subpage article.post-page-lbox .main-textarea .mini_piechart_box .piechart {
    margin: auto;
  }

  #main_area.subpage article.post-page-lbox .main-textarea .aq_page .flexonly {
    flex-direction: column;
    margin: 0;
  }

  #main_area.subpage article.post-page-lbox .main-textarea .aq_page .flexonly img {
    margin: 1em auto;
  }
}

.authorName,
.authorName * {
    text-align: right;
}

.article-date {
    text-align: right;
}

/* ------------タブ切替え------------ */
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    align-items: flex-end;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #325A8C;
  display: block;
  order: -1;
}
.tab-content {
    color: White;
    background: LightGray;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 3px 0.5em;
    order: -1;
    border-radius: 5px 5px 0 0;
    flex: 1 1;
}
.tab-content a {
  color: White;
  display: block;
}
.tab-content:not(:last-of-type) {
  margin-right: 5px;
}

.tab-content.current {
    background: #325A8C;
    height: auto;
    padding: 8px 0.5em;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
