.resize {
  width: 100%;
}
.img-center {
  text-align: center;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-80 {
  margin-top: 80px;
}
.fs12 {
  font-size: 12px !important;
}
.fs13 {
  font-size: 13px;
}
.scroll_wrap {
  margin-top: 90px;
}
.scroll_wrap.scroll_wrap--first {
  margin-top: 30px;
}
.scroll_wrap p {
  line-height: 1.7;
}
.scroll_wrap .tcfd {
  display: flex;
}
.tcfd__desc--sp .tcfd__desc-over {
  width: 40%;
  float: right;
  padding: 0 0 15px 30px;
}
.scroll_wrap .tcfd .tcfd__desc--top {
  width: 60%;
  padding-right: 30px;
}
.scroll_wrap .tcfd .tcfd__img--top {
  width: 40%;
}
.scroll_wrap .tcfd .tcfd__desc {
  /* width: 60%; */
  flex: 1;
  padding-right: 15px;
}
.scroll_wrap .tcfd .tcfd__img {
  width: 30%;
}
.scroll_wrap .tcfd__desc--bold {
  font-weight: bold;
}
#container #contents .contents_inner h2.tcfd__title {
  border-left: 5px solid #F40009;
  padding: 0 0 0 10px;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 100%;
}
.tcfd__map {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  width: 60%;
  margin: 30px auto 0;
}
.tcfd__map li {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pet01 {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 3px solid #e1041b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pet01 dl {
  text-align: center;
}
.pet01 dl dt {
  font-weight: bold;
  color: #e1041b;
  font-size: 15px;
  margin-bottom: 10px;
}
.pet01-en dl dt {
  font-size: 15px;
}
.pet01 dl .per {
  font-weight: bold;
  color: #e1041b;
  font-size: 16px;
  margin-bottom: 5px;
}
.pet01 dl .per strong {
  font-size: 42px;
}
.pet01 dl .pts {
  font-size: 14px;
}
.pet01-en dl .pts {
  font-size: 12px;
}

.pet02 {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #23ac38 url("../image/lg_cocacola.png") no-repeat center
    top 15px;
  background-size: 40%;
  color: #ffffff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}

.pet02 div {
  padding-top: 20px;
  font-size: 16px !important;
  text-align: center !important;
}

.pet02 strong {
  font-size: 32px;
}

.pet02 strong span {
  font-size: 45px;
}

#container #contents .contents_inner table.tcfd__table {
  margin-top: 30px;
}
#container #contents .contents_inner table.tcfd__table th {
  text-align: center;
  border-bottom: 0.5px solid #707070;
  font-weight: bold;
  border-right: 1px solid #707070;
  padding: 1em 0.5em;
  vertical-align: middle;
  min-width: 5em;
}
#container #contents .contents_inner table.tcfd__table .bg_lightgreen {
  background: #eef5e5;
}
#container #contents .contents_inner table.tcfd__table .center {
  text-align: center;
  vertical-align: middle;
}
#container #contents .contents_inner table.tcfd__table--yellow th {
  background: #dbe3ad;
}
#container #contents .contents_inner table.tcfd__table--green th {
  /* background: #59822a;
  color: #ffffff; */
  background: #cbe3ae;
}
#container #contents .contents_inner table.tcfd__table--blue th {
  /* background: #005988;
  color: #ffffff; */
  background: #d3e2f4;
}
#container #contents .contents_inner table.tcfd__table--orange th {
  /* background: #de6e3e;
  color: #ffffff; */
  background: #fbd8ac;
}
#container #contents .contents_inner table.tcfd__table td {
  border-right: 1px solid #707070;
  border-bottom: 0.5px solid #707070;
  vertical-align: middle;
}
#container #contents .contents_inner table.tcfd__table td:last-child {
  border-right: 0px solid #707070;
}

#container #contents .contents_inner table.tcfd__table tbody {
  border: 1px solid #707070;
}
#container #contents .contents_inner table.tcfd__table .tcfd__table-desc--bold {
  font-weight: bold;
}
#container #contents .contents_inner table.tcfd__table .tcfd__table-desc--red {
  color: #f40008;
}
#container #contents .contents_inner table.tcfd__table td {
  padding: 14px 10px;
}
/* #container #contents .contents_inner table.tcfd__table--green td {
  padding: 14px 0px 14px 3px;
} */

#container #contents .contents_inner table.tcfd__table--small {
  width: fit-content !important;
  margin-left: auto;
  margin-right: 0;
}
#container #contents .contents_inner table.tcfd__table--small th,
#container #contents .contents_inner table.tcfd__table--small td {
  font-size: 12px;
  padding: 0.5em;
}

.tcfd__table .progress {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.tcfd__table .progress span {
  display: inline-block;
  border: 1px solid #9a9a9a;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
}
.tcfd__table .progress span.on {
  border: 1px solid #f40009;
  background: #f40009;
}

/* .scroll_wrap */
.scroll_wrap-tcfd > * {
  width: 1070px !important;
}
a.link {
  color: #006CD8;
}
@media screen and (max-width: 1070px) {
  .scroll_wrap-tcfd {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px), screen and (orientation: portrait) {
  .scroll_wrap .tcfd {
    flex-wrap: wrap;
  }
  .scroll_wrap .tcfd .tcfd__desc {
    width: 100%;
    padding-right: 0px;
  }
  .scroll_wrap .tcfd .tcfd__img {
    width: 100%;
    margin-top: 20px;
  }
  .scroll_wrap .tcfd .tcfd__desc--top {
    width: 100%;
    padding-right: 0px;
  }
  .scroll_wrap .tcfd .tcfd__img--top {
    width: 100%;
    margin-top: 20px;
  }
  #container #contents .contents_inner .scroll_wrap .tcfd__table th,
  #container #contents .contents_inner .scroll_wrap .tcfd__table td {
    width: auto;
    display: table-cell;
  }
  .tcfd__map {
    width: 100%;
    flex-wrap: wrap;
  }
  .tcfd__map li {
    width: 100%;
    padding-bottom: 10px;
  }
  .tcfd__desc--sp .tcfd__desc-over {
    float: none;
    padding: 15px 0 0;
    width: 100%;
  }
  .tcfd__desc--sp{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
