.red li{
  color: #D80C18;
}

.imgBox {
  text-align: center;
}

/* .indent_list_other li {
  text-indent: -1rem;
  margin-left: 1rem;
} */

.indent_list1.list_mT>li{
  margin-top: 30px;
}

.indent_list1.list_mT>li:first-child {
  margin-top: 0px;
}

.centerImg {
  text-align: center !important;
  vertical-align: middle;
}

.centerImg img {
  vertical-align: middle;
}

.sub_table tbody tr th {
  text-align: center;
}

.sepBlock {
  display: flex;
  flex-wrap: wrap;
}

.sepBlock.sep02 > .box {
  width: calc((100% - 48px) / 2);
  margin-right: 24px;
}

.sepBlock.sep02 > .box figure img {
  margin-bottom: 30px;
}

.note {
  font-size: 75%;
}

.notes {
  font-size: 14px;
  color: #737373;
}

.layoutC {
  text-align: center;
}

.normal_btn.mw400px a {
  font-size: 16px;
  max-width: 400px;
}

#contact .item {
  margin: 0 auto;
}

.layout-col2 .item {
  width: 63%;
}

.indent_list1 li:not(:first-child) {
  margin-top: 1rem;
}

.notes_list {
  counter-reset: numCounter;
}

.notes_list .num_list:before {
  counter-increment: numCounter;
  content: "※" counters(numCounter,".");
}

@media screen and (max-width: 767px) {
  .normal_btn.mw400px a {
    max-width: 400px;
  }

  .layout-col2 .item {
    width: 74%;
  }

  .sepBlock {
    flex-wrap: unset;
    gap: 10px;
  }

  .sepBlock.sep02 > .box {
    width: 50%;
    margin-right: unset;
  }
}

.toru {
  display: none;
}

.normal_btn.bg_red a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 74px;
  margin-right: auto;
  margin-left: auto;
}