.charity_json_contents,
.charity_json_contents * {
  box-sizing: border-box;
}

.charity_json .charity_readtxt {
  margin: 0 auto;
  width: 70%;
}

.charity_json .charity_outline_way li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
  text-indent: -18px;
}

.charity_json .charity_outline_note {
  border: 1px solid #f2f2f2;
  font-size: 12px;
  padding: 20px;
}

.charity_json .charity_outline_btn {
  text-decoration: underline;
}

.charity_json .charity_logo {
  display: block;
  margin: 0 auto;
  max-width: 480px;
}

.charity_json_select {
  background-color: #f2f2f2;
  margin-bottom: 50px;
  padding: 43px 40px 17px;
}

.charity_json_select_goals {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.charity_json_select_goals .info {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 780px;
}

.charity_json_select_goals .info .logo {
  padding-top: 5px;
  width: 245px;
}

.charity_json_select_goals .info .txt {
  border-left: 1px solid #333;
  font-size: 14px;
  margin-left: 24px;
  padding-left: 24px;
}

.charity_json_select_goals .heart {
  width: 67px;
}

.charity_json_select_txt {
  color: #999;
  font-size: 12px;
  margin-bottom: 12px;
}

.charity_json_select_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.charity_json_select_icon .item {
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 15px;
  position: relative;
  width: 84px;
}

.charity_json_select_icon .item:before {
  border: 3px solid transparent;
  content: "";
  display: block;
  height: 86px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  width: 86px;
}

.charity_json_select_icon .item:nth-of-type(9n + 1) {
  margin-left: 0;
}

.charity_json_select_icon .item:hover {
  opacity: 0.7;
}

.charity_json_select_icon .item img {
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.charity_json_select_icon .item.active,
.charity_json_select_icon .item:hover {
  opacity: 1;
}

.charity_json_select_icon .item.active:before,
.charity_json_select_icon .item:hover:before {
  border-color: #f00d8c;
}

.charity_json_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.charity_json_list .item {
  cursor: pointer;
  display: block;
  margin-bottom: 27px;
  margin-left: 30px;
  position: relative;
  width: 300px;
}

.charity_json_list .item .thumbnail {
  align-items: center;
  background: #f2f2f2;
  display: flex;
  height: auto;
  height: 173px;
  justify-content: center;
  width: 100%;
}

.charity_json_list .item .thumbnail img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.charity_json_list .item .info {
  padding: 20px 15px 27px;
}

.charity_json_list .item .info .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57143;
}

.charity_json_list .item .info .group {
  color: #f00d8c;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 15px;
}

.charity_json_list .item:hover {
  opacity: 0.7;
}

.charity_json_list .item:nth-of-type(3n + 1) {
  margin-left: 0;
}

.charity_json .modal_bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 10000;
}

.charity_json .modal_bg.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 10000;
}

.charity_json .modal_wrap {
  background: #fff;
  height: 100%;
  left: 50%;
  max-height: 80%;
  opacity: 0;
  padding-top: 70px;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  width: 880px;
  z-index: 10001;
}

.charity_json .modal_wrap.active {
  opacity: 1;
  pointer-events: auto;
}

.charity_json .modal_wrap .modal_close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
}

.charity_json .modal_wrap .modal_close:hover {
  opacity: 0.6;
}

.charity_json .modal_wrap .modal_close > img {
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.charity_json .modal_inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.charity_json .modal_inner_content {
  padding: 0 62px 60px;
}

.charity_json .modal_inner_content .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.38462;
  margin-bottom: 16px;
}

.charity_json .modal_inner_content .group {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.charity_json .modal_inner_content > .img {
  height: auto;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}

.charity_json .modal_inner_content > .img > img {
  height: auto;
  max-height: 306px;
  max-width: 100%;
  vertical-align: middle;
}

.charity_json .modal_inner_content .info .category_icon {
  margin-bottom: 40px;
}

.charity_json .modal_inner_content .info .category_icon .icon {
  background: #eee;
  display: inline-block;
  height: 50px;
  width: 50px;
}

.charity_json .modal_inner_content .info .category_icon .icon img {
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.charity_json .modal_inner_content .info .category_icon .icon + .icon {
  margin-left: 10px;
}

.charity_json .modal_inner_content .info dl {
  margin-bottom: 30px;
}

.charity_json .modal_inner_content .info dl dt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.charity_json .modal_inner_content .info dl dd {
  font-size: 13px;
  line-height: 2;
}

.charity_json .modal_inner_content .info .ambassador {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.charity_json .modal_inner_content .info .ambassador .item {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  width: 33%;
}

.charity_json .modal_inner_content .info .ambassador .item .img {
  border-radius: 50%;
  height: 60px;
  overflow: hidden;
  width: 60px;
}

.charity_json .modal_inner_content .info .ambassador .item .img img {
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.charity_json .modal_inner_content .info .ambassador .item .name {
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px;
}

.charity_json .modal_inner_content .links {
  border-top: 1px solid #ccc;
  padding-top: 30px;
  text-align: right;
}

.charity_json .modal_inner_content .links .btn {
  border: 2px solid #f00d8c;
  border-radius: 50px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  padding: 14px 48px;
  text-align: center;
}

.charity_json .modal_inner_content .links .btn svg {
  margin-left: 10px;
}

.charity_json .modal_inner_content .links .btn.info {
  background: #fff;
  color: #f00d8c;
}

.charity_json .modal_inner_content .links .btn.info path {
  stroke: #f00d8c;
}

.charity_json .modal_inner_content .links .btn.info:hover {
  opacity: 0.6;
}

.charity_json .modal_inner_content .links .btn.entry {
  background: #f00d8c;
  color: #fff;
  margin-left: 10px;
}

.charity_json .modal_inner_content .links .btn.entry path {
  stroke: #fff;
}

.charity_json .modal_inner_content .links .btn.entry:hover {
  opacity: 0.6;
}

.charity_json .modal_inner_content .links .btn.entry02 {
  background: #6c6c6c;
  border: 2px solid #6c6c6c;
  color: #fff;
  margin-left: 10px;
}

.charity_json .modal_inner_content .links .btn.entry02 path {
  stroke: #fff;
}

.charity_json .modal_inner_content .caption {
  margin-top: 20px;
  text-align: right;
}

.charity_json .charity_covid {
  text-align: center;
}

.charity_json .charity_covid a {
  border: 10px solid #f2f2f2;
  display: inline-block;
  padding: 40px 40px 30px;
  width: 410px;
}

.charity_json .charity_covid img {
  max-width: 100%;
  vertical-align: middle;
}

.charity_json .charity_toggle {
  margin-bottom: 18px;
}

.charity_json .charity_toggle_btn {
  border: 1px solid #f2f2f2;
  cursor: pointer;
  margin-bottom: 15px;
  padding: 13px 20px;
  position: relative;
}

.charity_json .charity_toggle_btn:before {
  border-bottom: 2px solid #f00d8c;
  border-right: 2px solid #f00d8c;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  transition: 0.4s;
  width: 12px;
}

.charity_json .charity_toggle_btn:hover {
  opacity: 0.7;
}

.charity_json .charity_toggle_btn.open:before {
  transform: translateY(-40%) rotate(-135deg);
}

.charity_json .charity_toggle_contents {
  border: 1px solid #f2f2f2;
  padding: 20px;
}

[href^="tel:"] {
  cursor: default;
}

[href^="tel:"]:hover {
  color: #666 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1 !important;
}

.danntai-box li {
  float: left;
  width: 450px;
}

.danntai-box li:nth-child(odd) {
  margin-right: 60px;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.img_center {
  display: block;
  margin: 0 auto;
}

.button-style {
  padding: 15px;
}

.annotation-key {
  width: 60%;
}

.main-box-left {
  float: left;
  text-align: center;
  width: 370px;
}

.main-box-right {
  float: right;
  text-align: center;
  width: 590px;
}

.gray_comment {
  background: #f4f4f4;
  font-size: 15px;
  font-weight: 700;
  margin: 0 auto 50px;
  padding: 20px;
  text-align: center;
  width: 90%;
}

.privilege_box01 img {
  float: left;
  height: auto;
  margin-right: 30px;
  width: 300px;
}

.privilege_box01.cao img {
  float: left;
  height: 200px;
  margin-right: 30px;
  width: 300px;
}

.privilege_box01 img:last-child {
  margin-right: 0;
}

.privilege_box02 p {
  text-align: center;
}

.privilege_box02_left,
.privilege_box02_left_imgbox img {
  float: left;
  margin-right: 30px;
  width: 300px;
}

.privilege_box02_left_imgbox img {
  height: auto;
}

.privilege_box02_left_imgbox img:last-child {
  margin-right: 0;
}

.privilege_box02_right {
  float: left;
  width: 300px;
}

.privilege_box02_right p {
  margin-top: 13px;
}

.privilege_box02_right_imgbox img {
  height: auto;
  width: 300px;
}

.half-block-wrap {
  width: 100%;
}

.half-block {
  float: left;
}

.half-block--center {
  text-align: center;
}

.half-block .img {
  width: 100%;
}

.half-block:first-child {
  margin-right: 5%;
  width: 65%;
}

.half-block.small:first-child {
  margin-right: 5%;
  width: 28%;
}

.half-block.small:last-child {
  margin-top: 9%;
  width: 16%;
}

.half-block:last-child {
  width: 30%;
}

.no-bold {
  font-weight: 400 !important;
}

.pl-15 td:nth-child(2n) {
  padding-left: 15px;
}

.add-logo {
  padding-bottom: 50px;
  padding-right: 250px;
  padding-top: 50px;
  position: relative;
}

p.add-logo {
  font-size: 0.14rem !important;
}

.add-logo .logo_group {
  position: absolute;
  right: 60px;
  top: 0;
  width: 300px;
}

.logo_group img {
  height: auto;
  width: 100%;
}

.h-h1 p a {
  color: #e2007e !important;
  font-size: 0.12rem;
  font-weight: 400;
  text-decoration: underline;
}

.h-h1 p {
  font-weight: 700;
  margin-bottom: 10px;
}

.h-h1 p span {
  display: table-cell;
}

.h-h1 p span span {
  display: inline;
  font-weight: 400;
}

.mz0 {
  margin: 0 !important;
}

.button-style-wrap {
  width: 100%;
}

.button-style-wrap .button {
  margin: 0 auto;
}

.annotation_min span {
  background-color: #f2f2f2;
  display: inline-block;
  font-size: 0.11rem;
  line-height: 1.72727;
  padding: 0.1rem;
}

#charity_runner {
  margin-top: -140px;
  padding-top: 140px;
}

.sec_charity_runner,
.sec_charity_runner * {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.runner_logo {
  display: block;
  margin: 0 auto 16px;
  max-width: 102px;
}

.runner_logo_ttl {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.runner_logo_subttl,
.runner_logo_ttl {
  color: #e2007e;
  font-family: Roboto, sans-serif;
  line-height: 1.2em;
  text-align: center;
}

.runner_logo_subttl {
  font-size: 20px;
}

.sec_charity_runner dl {
  align-items: center;
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  margin: 30px auto;
  width: 860px;
}

.sec_charity_runner dt {
  color: #e2007e;
  font-size: 16px;
  font-weight: 700;
  padding: 16px;
  text-align: center;
  width: 30%;
}

.sec_charity_runner dd {
  border-left: 2px dotted #000;
  font-size: 14px;
  padding: 16px;
  width: 70%;
}

.sec_charity_runner dd a {
  color: #000;
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
}

.sec_cr_graph {
  margin: 0 auto;
  width: 860px;
}

.sec_cr_graph img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.sec_cr_graph_row {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.sec_cr_graph_col01 {
  width: 32px;
}

.sec_cr_graph_col02,
.sec_cr_graph_col03,
.sec_cr_graph_col04 {
  font-family: Roboto, sans-serif;
  position: relative;
  width: 276px;
}

.parts_entry_btn {
  background: #fff;
  border: 2px solid #e2007e;
  border-radius: 5px;
  color: #e2007e;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 12px 8px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  width: 90%;
}

.parts_entry_btn:hover {
  background: #e2007e;
  border-color: #fff;
  color: #fff;
  opacity: 1;
}

.parts_entry_btn.inactive {
  background: #dedede !important;
  border: 2px solid #dedede !important;
  color: #fff !important;
  font-size: 16px;
}

.parts_entry_btn.finished,
.parts_entry_btn.inactive {
  cursor: normal;
  pointer-events: none;
}

.sec_cr_graph .parts_entry_btn {
  left: 50%;
  margin-left: 2px;
  max-width: 242px;
  position: absolute;
  top: 0;
  transform: translate(-50%);
}

.parts_entry_btn.btn_left {
  top: 183px;
}

.parts_entry_btn.btn_center {
  top: 502px;
}

.parts_entry_btn.btn_right {
  top: 794px;
}

.parts_entry_btn.moreinfo {
  line-height: 1.2em;
}

#business_list {
  padding-top: 60px;
}

#tabel_list table {
  border-collapse: separate;
  border-spacing: 2px;
  margin-bottom: 30px;
  width: 100%;
}

#tabel_list thead th {
  background-color: #e2007e;
  color: #fff;
  padding: 4px 10px;
  text-align: center;
}

#tabel_list tbody {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}

#tabel_list tbody th {
  background-color: #e9e9e9;
  font-weight: 700;
  padding: 4px 10px;
  text-align: center;
  width: 16%;
}

#tabel_list .sub_label {
  width: 10%;
}

#tabel_list td {
  background-color: #f2f2f2;
  padding: 4px 10px;
}

#tabel_list .tabel_list_02 td {
  text-align: center;
}

.ambassador_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ambassador_list_item {
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 15px 25px 15px 20px;
  transition: 0.2s;
  width: 306px;
}

.ambassador_list_item:hover {
  border-color: #f00d8c;
  opacity: 1;
}

.ambassador_list_item:nth-of-type(3n) {
  margin-right: 0;
}

.ambassador_list_item .img {
  border-radius: 50%;
  height: 60px;
  overflow: hidden;
  width: 60px;
}

.ambassador_list_item .img img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.ambassador_list_item .txt {
  width: 175px;
}

.ambassador_list_item .txt_name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.ambassador_list_item .txt_group {
  color: #999;
  font-size: 10px;
  line-height: 1.4;
}

.thankyou_proguram .thankyou_frame {
  align-items: center;
  border: 2px solid #f00d8c;
  display: flex;
  justify-content: space-between;
  padding: 40px 56px 40px 30px;
}

.thankyou_proguram .thankyou_frame .txt {
  width: 600px;
}

.thankyou_proguram .thankyou_frame .img {
  width: 284px;
}

.thankyou_proguram .thankyou_frame .img img {
  vertical-align: middle;
  width: 100%;
}

.thankyou_proguram .img_right .img {
  width: 360px;
}

.thankyou_proguram .img_right .txt {
  width: 560px;
}

.thankyou_proguram .img_right .logo39km {
  height: auto;
  width: 50%;
}

.thankyou_proguram .charity_covid {
  display: block;
  text-align: center;
  width: 100%;
}

.thankyou_proguram .charity_covid a {
  border: 10px solid #f2f2f2;
  display: inline-block;
  padding: 35px 35px 25px;
  width: 100%;
}

.thankyou_proguram .charity_covid img {
  max-width: 100%;
  vertical-align: middle;
}

.run_charity_heart {
  border: 1px solid #000;
  margin: 0 auto;
  padding: 20px;
  width: 640px;
}

.run_heart {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 600px;
}

.run_heart_img {
  max-width: 100px;
  width: 50%;
}

.run_heart img {
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.run_heart p {
  width: 460px;
}

.run_heart_btn {
  background: #e3007a;
  margin: 0 auto;
  width: 420px;
}

@media screen and (max-width: 768px) {
  .charity_json .charity_readtxt {
    width: 100%;
  }

  .charity_json .charity_outline_note {
    font-size: 0.1rem;
  }

  .charity_json .charity_logo {
    width: 80%;
  }

  .charity_json_select {
    padding: 40px 20px;
  }

  .charity_json_select_goals {
    display: block;
    margin-bottom: 20px;
  }

  .charity_json_select_goals .info {
    display: block;
    margin-bottom: 20px;
    max-width: none;
  }

  .charity_json_select_goals .info .logo {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }

  .charity_json_select_goals .info .logo > img {
    width: 84%;
  }

  .charity_json_select_goals .info .txt {
    border-left: none;
    font-size: 0.12rem;
    line-height: 1.58333;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }

  .charity_json_select_goals .heart {
    text-align: center;
    width: 100%;
  }

  .charity_json_select_goals .heart > img {
    height: auto;
    width: 24%;
  }

  .charity_json_select_txt {
    font-size: 0.1rem;
    text-align: center;
  }

  .charity_json_select_icon .item {
    height: auto;
    margin-bottom: 2.4%;
    margin-left: 2.4%;
    width: 23%;
  }

  .charity_json_select_icon .item:nth-of-type(9n + 1) {
    margin-left: 2.4%;
  }

  .charity_json_select_icon .item:nth-of-type(4n + 1) {
    margin-left: 0;
  }

  .charity_json_select_icon .item:before {
    border: 2.5px solid transparent;
    height: 104%;
    width: 104%;
  }

  .charity_json_list .item {
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
  }

  .charity_json_list .item .thumbnail {
    height: 51vw;
  }

  .charity_json_list .item .info {
    padding: 15px;
  }

  .charity_json_list .item .info .title {
    font-size: 0.13rem;
    line-height: 1.57692;
  }

  .charity_json_list .item .info .group {
    font-size: 0.1rem;
    margin-top: 15px;
    position: static;
    text-align: right;
  }

  .charity_json .modal_wrap {
    padding-top: 40px;
    width: 90%;
  }

  .charity_json .modal_wrap .modal_close {
    height: 20px;
    right: 10px;
    top: 10px;
    width: 20px;
  }

  .charity_json .modal_inner_content {
    padding: 10px 25px 25px;
  }

  .charity_json .modal_inner_content .title {
    font-size: 0.14rem;
    line-height: 1.39286;
    margin-bottom: 10px;
  }

  .charity_json .modal_inner_content .group {
    font-size: 0.12rem;
    margin-bottom: 20px;
  }

  .charity_json .modal_inner_content > .img {
    margin-bottom: 20px;
  }

  .charity_json .modal_inner_content > .img > img {
    max-height: none;
  }

  .charity_json .modal_inner_content .info .category_icon {
    margin-bottom: 20px;
  }

  .charity_json .modal_inner_content .info .category_icon .icon {
    height: auto;
    width: 16%;
  }

  .charity_json .modal_inner_content .info .category_icon .icon + .icon {
    margin-left: 3%;
  }

  .charity_json .modal_inner_content .info dl {
    margin-bottom: 20px;
  }

  .charity_json .modal_inner_content .info dl dt {
    margin-bottom: 10px;
  }

  .charity_json .modal_inner_content .info dl dd {
    line-height: 1.79167;
  }

  .charity_json .modal_inner_content .info .ambassador .item {
    margin-bottom: 10px;
    width: 50%;
  }

  .charity_json .modal_inner_content .info .ambassador .item .img {
    width: 40px;
  }

  .charity_json .modal_inner_content .info .ambassador .item .name {
    font-size: 0.1rem;
    line-height: 1.6;
    padding: 0 8px;
  }

  .charity_json .modal_inner_content .links {
    border: none;
    padding: 0;
    text-align: center;
  }

  .charity_json .modal_inner_content .links .btn {
    font-size: 0.13rem;
    padding: 0.15rem 0;
    width: 100%;
  }

  .charity_json .modal_inner_content .links .btn.entry,
  .charity_json .modal_inner_content .links .btn.entry02 {
    margin-left: 0;
    margin-top: 10px;
  }

  .charity_json .modal_inner_content .caption {
    text-align: left;
  }

  .charity_json .charity_covid {
    margin-bottom: 60px !important;
    margin-top: 40px;
  }

  .charity_json .charity_covid a {
    border: 2px solid #f2f2f2;
    padding: 30px;
    width: 100%;
  }

  .charity_json .charity_toggle_btn {
    padding: 8px 20px;
  }

  .charity_json .charity_toggle_btn:before {
    height: 8px;
    right: 16px;
    width: 8px;
  }

  .pl-15 td:nth-child(2n-1) {
    width: 130px;
  }

  .button-style-wrap {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .button-style-left,
  .button-style-right {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  .add-logo {
    padding-right: 0;
  }

  .add-logo .logo_group {
    display: block;
    position: relative;
    right: 0;
    text-align: center;
    top: 6px;
    width: 100%;
  }

  .add-logo .logo_group img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 250px;
  }

  .half-block {
    float: none;
  }

  .half-block.small:first-child,
  .half-block:first-child {
    margin-right: 0;
    width: 100%;
  }

  .half-block:last-child {
    width: 100%;
  }

  .half-block.small:last-child {
    margin-top: 0;
    width: 100%;
  }

  .annotation-key {
    width: auto;
  }

  .button-style {
    padding: 10px 0;
  }

  .danntai-box li {
    float: none;
    width: auto;
  }

  .danntai-box li:nth-child(odd) {
    margin-right: 0;
  }

  .main-box-left,
  .main-box-right {
    float: none;
    width: auto;
  }

  .main-box-right {
    text-align: center;
  }

  .privilege_box01 img {
    width: auto;
  }

  .privilege_box01 img,
  .privilege_box01.cao img {
    float: none;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .privilege_box01.cao img {
    width: 640px;
  }

  .privilege_box01 img:last-child {
    margin-bottom: 0;
  }

  .privilege_box02 p {
    text-align: center;
  }

  .privilege_box02_left {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
    width: auto;
  }

  .privilege_box02_left_imgbox img {
    float: none;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0;
    width: auto;
  }

  .privilege_box02_left_imgbox img:last-child {
    margin-bottom: 0;
  }

  .privilege_box02_right {
    float: none;
    width: auto;
  }

  .privilege_box02_right p {
    margin-top: 0;
  }

  .privilege_box02_right_imgbox img {
    height: auto;
    width: auto;
  }

  #charity_runner {
    margin-top: -100px;
    padding-top: 100px;
  }

  .runner_logo {
    display: block;
    margin: 0 auto 3vw;
    width: 20vw;
  }

  .runner_logo_ttl {
    font-size: 4vw;
    margin-bottom: 1vw;
  }

  .runner_logo_subttl {
    font-size: 3vw;
  }

  .sec_charity_runner dl {
    display: block;
    margin: 3vw auto;
    width: 100%;
  }

  .sec_charity_runner dt {
    font-size: 3vw;
    padding: 3vw;
    width: 100%;
  }

  .sec_charity_runner dd {
    border-left: none;
    font-size: 2.4vw;
    padding: 0 3vw 3vw;
    width: 100%;
  }

  .sec_charity_runner dd br {
    display: none;
  }

  .sec_charity_runner dd a {
    font-size: 2.4vw;
  }

  .sec_cr_graph {
    width: 100%;
  }

  .sec_cr_graph_col01 {
    max-width: 32px;
  }

  .sec_cr_graph_col02,
  .sec_cr_graph_col03,
  .sec_cr_graph_col04 {
    max-width: 276px;
  }

  .parts_entry_btn {
    border-radius: 0.5vw;
    font-size: 2vw;
    padding: 1vw;
    width: 90%;
  }

  .parts_entry_btn.inactive {
    font-size: 2vw;
  }

  .parts_entry_btn.finished {
    cursor: normal;
    pointer-events: none;
  }

  .sec_cr_graph .parts_entry_btn {
    left: 50%;
    margin-left: 0.3vw;
    max-width: 25vw;
    position: absolute;
    top: 0;
    transform: translate(-50%);
  }

  .parts_entry_btn.btn_left {
    top: 18vw;
  }

  .parts_entry_btn.btn_center {
    top: 51.5vw;
  }

  .parts_entry_btn.btn_right {
    top: 82vw;
  }

  .parts_entry_btn.moreinfo {
    font-size: 1.6vw;
  }

  .gray_comment {
    width: 80%;
  }

  .add-logo {
    padding-top: 0;
  }

  #business_list {
    padding-top: 30px;
  }

  #tabel_list tbody th {
    width: 22%;
  }

  #tabel_list .sub_label {
    width: 17%;
  }

  .ambassador_list {
    display: block;
  }

  .ambassador_list_item {
    margin: 0 0 10px;
    padding: 15px 20px;
    width: 100%;
  }

  .ambassador_list_item .img {
    width: 20%;
  }

  .ambassador_list_item .txt {
    width: 72%;
  }

  .ambassador_list_item .txt_name {
    font-size: 0.13rem !important;
  }

  .ambassador_list_item .txt_group {
    font-size: 0.11rem !important;
  }

  .thankyou_proguram .thankyou_frame {
    display: block;
    padding: 24px 30px;
  }

  .thankyou_proguram .thankyou_frame .txt {
    width: 100%;
  }

  .thankyou_proguram .thankyou_frame .img {
    margin-top: 10px;
    width: 100%;
  }

  .thankyou_proguram .img_right .img {
    width: 80%;
  }

  .thankyou_proguram .img_right .txt {
    width: 100%;
  }

  .thankyou_proguram .charity_covid a {
    border: 2px solid #f2f2f2;
    padding: 30px;
    width: 100%;
  }

  .run_charity_heart {
    min-width: 260px;
    padding: 10px;
    width: 60%;
  }

  .run_heart {
    width: 100%;
  }

  .run_heart_img {
    margin-right: 10px;
    max-width: 40px;
    width: 50%;
  }

  .run_heart_btn {
    padding: 0 5px;
    width: auto;
  }

  .run_heart p {
    width: auto;
  }
}
