.articleHead {
  background: url("../../images/head_bg_vol082.png") center;
  background-size: cover;
}
br.sp {
  display: none;
}
@media screen and (max-width: 400px) {
  br.sp {
    display: block;
  }
}
span.sp {
  display: none;
}
@media screen and (max-width: 400px) {
  span.sp {
    display: block;
  }
}

/* #article #contents .main .articleHeadInner .articleTitle,
#article #contents .main .articleHeadInner .articleDate {
  color: #fff;
} */

.mt10 {
  margin-top: 10px;
}
.mt40 {
  margin-top: 40px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb10 {
  margin-bottom: 10px;
}
.mr20 {
  margin-right: 20px;
}
.ml20 {
  margin-left: 20px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
  line-break: strict;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pc-mr40 {
  margin-right: 40px;
}
.pc-ml40 {
  margin-left: 40px;
}
.pc-mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .pc-mr40 {
    margin-right: 0px;
  }
  .pc-ml40 {
    margin-left: 0px;
  }
  .pc-mt40 {
    margin-top: 20px;
  }
}

h5.sub_ttl {
  padding: 10px 0;
  border-bottom: solid 2px #dddddd;
  color: #003082;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 30px;
  text-align: left;
}

/* .articleHead .articleTitle {
  color: #fff;
}
.articleHead .articleDate {
  color: #fff;
} */

.conclusion h3 {
  background: #f4f4f4;
  border-left: solid 10px #003082;
  font-size: 1.5rem;
  padding: 10px 10px 10px 30px;
  margin-bottom: 30px;
}
sup {
  font-size: 50%;
  vertical-align: super;
}

.number_contents {
  padding-bottom: 20px;
  padding-left: 20px;
}
.number_list {
  list-style: none;
  margin-bottom: 8px;
}

.strong {
  font-weight: bold;
}
.sp_only {
  display: none;
}

.icon::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffe7ad;
  margin-right: 10px;
}

.icon02::before {
  background-image: url(../images/square.svg);
  width: 1em;
  height: 1em;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 6px -2px 0;
}

.indent {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.attention p {
  float: left;
}

.popularInner ul {
  margin-left: 10px;
}

#article #contents .main .articleBody .popular .popularGuide {
  background-color: #eaf8d7;
  width: 100%;
  border-radius: 20px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3.5% 5.5%;
}

.Title {
  background: #f4f4f4;
  border-left: solid 10px #003082;
  font-size: 1.5rem;
  padding: 10px 10px 10px 30px;
  margin: 60px 0 30px 0;
}
.content {
  margin-bottom: 30px;
}

tr .thin {
  background: #c4ebfd;
}
tr .normal {
  background: #fbf7c1;
}
.obesity {
  background: #fdb4b4;
}
.bmi th {
  padding: 10px;
}
.bmi th,
.bmi td {
  border: solid 1px #fff;
}
.graph_inner {
  margin: 30px 0 30px 0;
}
.bmi_summery {
  margin-top: 30px;
}

.exercise {
  margin: 10px 0 10px 0;
  text-align: center;
}
.cp_iptxt {
  position: relative;
  width: 80%;
  margin: auto;
}
.cp_iptxt input[type="text"] {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 70%;
  padding: 0.5em;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #000;
  border: 1px solid #1b2538;
  border-radius: 4px;
  margin: 0 10px 20px 0;
}

.ef input[type="text"]:focus {
  outline: none;
}
.ef p {
  font-size: 18px;
}
.ef p span {
  font-weight: bold;
  font-size: 24px;
}
.box {
  margin-left: 14%;
}
.btn {
  text-align: center;
}
#article #contents .main .articleBody .popular .btn .btn-square-shadow {
  display: inline-block;
  padding: 0.7em 1.8em;
  text-decoration: none;
  background: #668ad8;
  color: #fff;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
  font-weight: bold;
}
#article #contents .main .articleBody .popular .btn　a:hover {
  　text-decoration: none;
}
.btn-square-shadow:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
hr.line {
  border: none;
  border-top: 3px dotted #999;
  margin: 30px auto 30px;
}

@media screen and (max-width: 750px) {
  .attentionImg {
    right: -38px;
  }
  .next_risk {
    margin-bottom: 0px;
  }
  .attentionImg img {
    width: 50%;
  }
  .check {
    width: 90%;
  }
  .calculation {
    width: 100%;
  }
  .attention .attentionText {
    padding-left: 120px;
  }
  .solution_indent {
    width: 100%;
  }
  .sp_only {
    display: inline;
  }
}

.numberBlues {
  margin-top: 20px;
  color: #49cecd;
  font-size: 1.125rem;
  line-height: 36px;
  position: relative;
  padding-left: 4em;
  font-feature-settings: "palt";
}

.numberBlues_text {
  margin-bottom: 40px;
}

#article #contents .column .articleBody .popularTitles {
  color: #fff;
  background-color: #85cb20;
  display: inline-block;
  border-left: none;
  letter-spacing: 0.08rem;
  line-height: 1.5;
  margin-top: -10px;
}
#article #contents .main .articleBody .popularTitles {
  font-size: 1.5rem;
  padding: 10px;
  /* margin-bottom: 30px; */
}
#article #contents .column .articleBody .popularInner h3 {
  color: #6b9532;
  font-size: 20px;
}
#article #contents .column .articleBody .popularInner p {
  margin-bottom: 10px;
}
#article #contents .column .articleBody .popularInner p a {
  color: #003082;
  text-decoration: underline;
}
#article #contents .main .articleBody .text-center {
  text-align: center;
}
#article #contents .column .articleBody .popularInner {
  padding: 20px 30px;
  line-height: 1.6;
}
#article #contents .column .articleBody .popularInner.alert {
  border: 4px solid red;
}
#article #contents .column .articleBody .popularInner .h4Center {
  margin-bottom: 10px;
}
#article #contents .column .articleBody .popularInner h4 {
  display: inline;
  line-height: 2.5rem;
}
#article #contents .column .articleBody .popularInner.alert h4 {
  background: linear-gradient(transparent 60%, #ffc2c2 60%);
}
#article #contents .column .articleBody .popularInner.alert p {
  font-weight: normal;
}
#article #contents .column .articleBody .popularInner h5 {
  font-size: 120%;
  margin: 30px auto 10px;
  padding-bottom: 10px;
}
#article #contents .column .articleBody .popularInner .example {
  width: fit-content;
  margin: 0 auto;
  background-color: #fff7e6;
  padding: 20px 25px 20px 20px;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  #article #contents .column .articleBody .popularInner .example {
    margin-top: 20px;
  }
}
#article #contents .column .articleBody .popularInner .example .math {
  font-weight: bold;
  padding-left: 30px;
  padding-top: 10px;
}
@media screen and (max-width: 400px) {
  #article #contents .column .articleBody .popularInner .example .math {
    padding-left: 0px;
  }
}
#article #contents .column .articleBody .popularInner .table {
  margin-top: 40px;
}
#article #contents .column .articleBody .popularInner .table .header td {
  background-color: #fda640;
  text-align: center;
  font-weight: bold;
}
#article #contents .column .articleBody .popularInner .bg-wt {
  background-color: #fffde6;
}
#article #contents .column .articleBody .popularInner .bg-wt2 {
  background-color: #fff7e6;
}
#article #contents .column .articleBody .popularInner th {
  width: 60px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  background-color: #ffe7ad;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#article #contents .column .articleBody .popularInner .br {
  border-right: 2px solid #fff;
  width: 80px;
  text-align: center;
}
#article #contents .column .articleBody .popularInner td {
  padding: 10px;
  vertical-align: middle;
  line-height: 1.6;
  border-bottom: 2px solid #fff;
}
#article #contents .column .articleBody .popularInner ul {
  width: fit-content;
  margin: 0 auto;
  padding-top: 10px;
  line-height: 1.8;
}
#article #contents .column .articleBody .popularInner .flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  #article #contents .column .articleBody .popularInner .flex {
    flex-direction: column;
  }
}
#article #contents .column .articleBody .popularInner .flex img {
  max-width: 200px;
}
#article #contents .column .articleBody .popularInner01 {
  padding: 20px 30px;
}
#article #contents .column .articleBody .popularInner01 .h4Center {
  margin-bottom: 10px;
  text-align: center;
}
#article #contents .column .articleBody .popularInner01 h4 {
  display: inline;
  line-height: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-bottom: none;
  color: #333;
  display: inline-block;
  padding-top: 0;
  text-align: center;
  font-size: 1.1rem;
  text-indent: -0.4em;
}
#article #contents .column .articleBody .popularInner01 {
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px 20px;
  background: #e6f2f5;
  line-height: 1.5;
  font-size: 80%;
  width: 45%;
}
#article #contents .column .articleBody .popularInner02 {
  padding: 20px 30px;
}
#article #contents .column .articleBody .popularInner02 .h4Center {
  margin-bottom: 10px;
  text-align: center;
}
#article #contents .column .articleBody .popularInner02 h4 {
  display: inline;
  line-height: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-bottom: none;
  color: #333;
  display: inline-block;
  padding-top: 0;
  text-align: center;
  font-size: 1.1rem;
  text-indent: -0.4em;
}
#article #contents .column .articleBody .popularInner02 {
  border-radius: 20px;
  margin-top: 10px;
  padding: 20px 30px;
  background: #e6f2f5;
  line-height: 1.5;
}

#article #contents .column .articleBody table.graph01,
#article #contents .column .articleBody table.graph02 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 640px;
  table-layout: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#article #contents .column .articleBody table.graph01 th {
  padding: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  vertical-align: middle;
  line-height: 1.6;
  width: 25%;
}
#article #contents .column .articleBody table.graph01 th.cnt01 {
  background-color: #a3a3a3;
}
#article #contents .column .articleBody table.graph01 th.cnt02 {
  background-color: #098eee;
}
#article #contents .column .articleBody table.graph01 th.cnt03 {
  background-color: #60ace1;
}
#article #contents .column .articleBody table.graph01.yellow strong {
  background-image: linear-gradient(transparent 30%, #ffea49 30%);
}
#article #contents .column .articleBody table.graph01 td ul li {
  list-style: none;
  padding-left: 1.2em;
  text-indent: -1.2em;
  @media screen and (max-width: 750px) {
    text-indent: -1em;
  }
}
#article
  #contents
  .column
  .articleBody
  table.graph01
  td
  ul
  li:nth-child(n + 2) {
  padding-top: 10px;
}
#article #contents .column .articleBody table.graph01 td ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fda640;
  margin-right: 4px;
}
#article #contents .column .articleBody table.graph01 td.cnt02 ul li::before {
  background-color: #85cb20;
}
#article #contents .column .articleBody table.graph01 td.cnt03 ul li::before {
  background-color: #60ace1;
}
#article #contents .column .articleBody table.graph01 td,
#article #contents .column .articleBody table.graph02 th,
#article #contents .column .articleBody table.graph02 td {
  padding: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  vertical-align: middle;
  line-height: 1.6;
  text-align: center;
}
#article #contents .column .articleBody table.graph01 td.cnt01 {
  background-color: #e0e0e089;
  color: #333;
}
#article #contents .column .articleBody table.graph01 td.cnt02 {
  background-color: #abd9fb92;
  color: #098eee;
}
#article #contents .column .articleBody table.graph01 td.cnt03 {
  background-color: #e1ecf4;
  color: #60ace1;
}
#article #contents .column .articleBody table.graph01 td span {
  font-weight: normal;
  font-size: 16px;
}

#article #contents .column .articleBody table.graph01 .ttl {
  text-align: center;
  background-color: #e6e6e6;
  font-size: 14px;
}
#article #contents .column .articleBody table.graph01 td.va-top {
  vertical-align: top;
}

#article #contents .column .articleBody table.graph01 .cnt01 th {
  background-color: #fda640;
}
#article #contents .column .articleBody table.graph01 .cnt01 td {
  background-color: #ffecd7;
}

#article #contents .column .articleBody table.graph01 .cnt02 th {
  background-color: #85cb20;
}
#article #contents .column .articleBody table.graph01 .cnt02 td {
  background-color: #edf9dc;
}

#article #contents .column .articleBody table.graph01 .cnt03 th {
  background-color: #60ace1;
}
#article #contents .column .articleBody table.graph01 .cnt03 td {
  background-color: #e1ecf4;
}

#article #contents .column .articleBody table.graph01 .line {
  border: 3px solid #fd4040;
}

#article #contents .column .articleBody table.graph01 .line_ttl {
  border-left: 2px solid #fd4040;
  background-color: #fd4040;
  color: #fff;
}

#article #contents .column .articleBody table.graph01 .fontsize30 {
  font-size: 30px;
}

#article #contents .column .articleBody table.graph02 th.cnt02 {
  background-color: #c9c9c9;
}
#article #contents .column .articleBody table.graph02 th.alchol {
  background-color: #edf9dc;
}
#article #contents .column .articleBody table.graph02 td.name {
  background-color: #ececec;
}
#article #contents .column .articleBody table.graph02 th.ttl_man {
  background-color: #60ace1;
}
#article #contents .column .articleBody table.graph02 td.man {
  background-color: #e1ecf4;
}
#article #contents .column .articleBody table.graph02 th.ttl_woman {
  background-color: #fd4040;
}
#article #contents .column .articleBody table.graph02 td.woman {
  background-color: #ffdbdb;
}

@media screen and (max-width: 750px) {
  .articleHead {
    background: url("../../images/head_bg_vol082_sp.png") right;
    width: 100%;
    background-position: center;
    background-size: cover;
  }
  #article #contents .column .articleBody table.graph01,
  #article #contents .column .articleBody table.graph02 {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .articleHeadInner {
    background-size: auto 150px;
  }
}

small {
  font-size: 0.8125rem;
}

.summary {
  font-size: 0.8125rem;
  color: #a6a6a6;
  width: 100%;
  border-radius: 20px;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3.5% 5.5%;
}

@media screen and (max-width: 750px) {
  .summary {
    border-radius: 10px;
    margin-top: 20px;
    padding: 3% 4%;
  }
}

.summary figure {
  width: 200px;
}

@media screen and (max-width: 750px) {
  .summary figure {
    width: 100px;
  }
}

/*#vol007 .summary div {
  width: calc(100% - 220px);
}*/

/* @media screen and (max-width: 750px) {
  .summary div {
    width: calc(100%);
  }
} */

@media screen and (max-width: 750px) {
  .summary div p {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}

.summary.left {
  padding-left: 15px;
}

.summary.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 15px;
}

.summary.komune {
  background-color: #f7f7f7;
}
.summary.rizap {
  margin-top: 10px;
}

.summary.maina {
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .summary.maina {
    flex-direction: column-reverse;
    padding: 8% 4%;
  }
  .summary.maina img {
    max-width: 152px;
  }
}
.summary.maina img {
  max-width: 188px;
}
.summary.maina h5 {
  padding-bottom: 20px;
}

.summary.tanto {
  background-color: #ffebe9;
}
.popular_graph h4 {
  padding: 10px 0;
  margin: 30px 0 30px;
  border-bottom: solid 2px #dddddd;
  color: #003082;
  font-size: 1.25rem;
  line-height: 1.3;
}
.graph h5 {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  color: #fff;
  background: #14b09b;
}

.graph figure {
  margin: 30px 0 12px;
  border: #ededed solid 3px;
}

.articleBody .popular .note span {
  margin: 2em auto;
  padding: 0.5em;
  width: 90%;
  background-color: #fff799;
  font-weight: bold;
}
h4.sub_ttl {
  padding: 10px 0;
  border-bottom: solid 2px #dddddd;
  color: #003082;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 30px;
  margin-bottom: 20px;
}
h4.sub_ttl span {
  font-size: 1.5rem;
}
.popular .sub_p {
  margin-top: 16px;
}
.popular .sub_ex {
  border-radius: 20px;
  border: solid 10px #eaf8d7;
  margin-top: 20px;
  padding: 10px 20px;
}
.popular .sub_exttl {
  border-bottom: none;
  color: #333;
  background: linear-gradient(transparent 40%, #ffecd7 60%);
  display: inline-block;
  padding-top: 0;
  padding-bottom: 3px;
  text-align: center;
  padding-right: 4px;
}
@media screen and (max-width: 750px) {
  .popular .sub_ex {
    margin: 20px 0 0 0;
    padding: 10px 10px;
  }
}

@media screen and (max-width: 750px) {
  .graph figure img {
    max-width: 100%;
  }
}
.poplarInner .innerIcon {
  padding: 20px 10px 10px;
  text-align: center;
}
.poplarInner .innerIcon img .icon {
  padding: 10px;
}

.articleBody .popular .content .note {
  padding-top: 20px;
}

table.test {
  margin: 15px auto 15px;
  border-collapse: separate;
  border-spacing: 0px 15px;
  font-size: 16px;
  line-height: 1.6;
}

table.test th,
table.test td {
  padding: 10px;
}

table.test th {
  background: #2da4dc;
  vertical-align: middle;
  text-align: left;
  width: 116px;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
}

table.test th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #2da4dc;
  border-width: 10px;
  margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
  table.test th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #2da4dc 10px solid;
    margin-top: -10px;
  }
}

table.test td {
  background: #f8f8f8;
  padding-left: 20px;
}

table.test td span {
  font-size: 12px;
}

.articleBody ul.lists {
  position: relative;
  list-style: none;
  margin: 30px auto 30px;
}

.articleBody ul.lists li {
  position: relative;
  margin-bottom: 15px;
  list-style: none;
}

.articleBody ul.lists li p {
  padding-left: 1.9em;
  line-height: 1.6;
  font-weight: bold;
}

.articleBody ul.lists li .normal {
  font-weight: normal;
  line-height: 1.6;
  padding-left: 2.5em;
  text-indent: -0.5em;
}

.articleBody ul.lists li p span {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #003082;
}

.mb50 {
  margin-bottom: 50px;
}

.under_line {
  text-decoration: underline;
}
.circle {
  margin-right: 10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  background-color: red;
  color: white;
}

.flex {
  display: flex;
}
/*# sourceMappingURL=style.css.map */

.wrap_list {
  padding: 20px 10px;
}

.wrap_list span.icon {
  font-weight: bold;
}

.graph_wrap {
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .graph_wrap {
    width: 100%;
  }
}
.graph_wrap h4 {
  display: inline;
  line-height: 2rem;
  color: #333;
  background: linear-gradient(transparent 60%, #eaf8d5 60%);
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

#vol066 .vol66_img {
  width: 60%;
  margin: 0 auto;
  padding-top: 30px;
}

#vol066 .mai-number {
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #ffe7ad;
  padding: 40px 20px;
  border-radius: 20px;
  text-align: center;
}
#vol066 .mai-number span {
  font-size: 1.5rem;
  font-weight: bold;
}
#vol065 .mai-number2 span {
  margin-left: 6px;
}
#vol065 .mai-number2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.archive {
  width: fit-content;
  margin: 0 auto;
}

.graph_ttl {
  text-align: center;
}

.text_mt30 {
  margin-top: 30px;
}
.indent_text {
  padding-left: 1em;
  text-indent: -1em;
}
.asterisk {
  font-size: 13px;
  color: #a6a6a6;
}
.table-img {
  margin-top: 20px;
}
.text-bold {
  font-weight: bold;
}
.text-fff {
  color: #fff;
}

@media screen and (max-width: 400px) {
  .vol74_img {
    width: 90%;
    margin: 0 auto;
  }
}

/* 202601追加 */
.text_mt20 {
  margin-top: 20px;
}
.decoration {
  color: #6b9532;
}
.circle-box {
  text-align: center;
}
#article #contents .column .articleBody .popularInner h5.circle-ttl {
  font-size: 30px;
  color: #6b9532;
  margin-top: 0;
}
#article #contents .column .articleBody .popularInner h3.circle-text {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  #article #contents .column .articleBody .popularInner {
    padding: 10px 20px;
    line-height: 1.6;
  }
  #article #contents .column .articleBody .popularInner h5.circle-ttl {
    font-size: 24px;
    /* color: #000;; */
  }
  .table_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .graph01 {
    min-width: 378px;
  }
  .table-img {
    overflow-x: auto;
    .table-img_sp {
      min-width: 700px;
    }
  }
}

.graph01 {
  /* background-color: red; */
  /* td{
    border: 10px solid #000;
  } */
  tr:nth-of-type(2n+4) td {
    border-top: 13px solid #fff;
  }

  /* tr:nth-child(2n) td {
    border-bottom: 2px solid #ffffff;
  } */
}
/* .bg-color01 {
  background-color: #fda640 !important;
  color: #333 !important;
}
.bg-color02 {
  background-color: #fff6ec !important;
  color: #333 !important;
}
.bg-color03 {
  background-color: #5FACE1 !important;
  color: #333 !important;
}
.bg-color04 {
  background-color: #EFF7FC !important;
  color: #333 !important;
}
.bg-color05 {
  background-color: #86CB1F !important;
  color: #333 !important;
}
.bg-color06 {
  background-color: #F3FAE8 !important;
  color: #333 !important;
} */
.td-center{
  vertical-align: middle !important;
}
.table-asterisk {
  margin-top: 8px;
}