.shindanPage {
  background: #fff;
}

.shindanMain {
  min-width: 0;
}

.shindanResponsive {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 40px;
  color: #444;
  font-size: 16px;
  line-height: 1.8;
}

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

.shindanResponsive img {
  max-width: 100%;
  height: auto;
}

.shindanResponsive p {
  margin: 0 0 22px;
}

.shindanResponsive a {
  color: #159bd3;
  font-weight: 700;
}

.shindanLead {
  margin: 0 0 28px;
  padding: 22px 26px;
  border: 1px solid #d8efcf;
  border-left: 8px solid #7fc438;
  border-radius: 10px;
  background: #fbfff8;
  font-weight: 700;
}

.shindanResponsive form,
.shindanResponsive table,
.shindanResponsive #ank,
.shindanResponsive #ankbody,
.shindanResponsive #contact_content {
  max-width: 100%;
}

.shindanResponsive input,
.shindanResponsive select,
.shindanResponsive textarea,
.shindanResponsive button {
  max-width: 100%;
}

.shindanResponsive textarea {
  width: 100%;
}

.shindanResponsive .shi_text {
  margin: 0 0 28px;
  padding: 28px;
  border: 1px solid #d8efcf;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 0 rgba(120, 190, 80, 0.14);
}

.shindanResponsive .ank_title {
  margin: 0 0 18px;
  padding: 16px 20px;
  border-radius: 8px;
  background: #7fc438;
  color: #fff;
  font-size: 24px;
  line-height: 1.35;
  text-align: center;
}

#loader-bg {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.82);
}

#loader-bg p {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .shindanResponsive {
    font-size: 15px;
    line-height: 1.75;
  }

  .shindanLead {
    padding: 18px 16px;
  }

  .shindanResponsive .shi_text {
    padding: 20px 16px;
  }

  .shindanResponsive .ank_title {
    font-size: 20px;
  }
}
