@media screen and (min-width: 768px) {
  .inner {
    width: 100%;
    max-width: 1280px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .mainContents {
    max-width: 1016px;
    margin: 0 auto;
    text-align: justify;
  }

  .contents {
    padding-bottom: 6%;
    font-size: 1.25vw;
  }

  .sp_only {
    display: none;
  }

  .pc_only {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .header2021 .header-navi .header-navi__main .mainnav .mainnav-item::after {
    z-index: 999;
  }

  .irWrapper {
    margin-top: 1em;
  }

  .contentsWrap .inner .sideNav {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .contents {
    font-size: 16px;
  }
}

/*===========================
	block
===========================*/
.block {
  border-radius: 8px;
  background: #FFF;
  box-sizing: border-box;
}

.block .inner {
  width: 100%;
  max-width: none;
  padding: 10% 5%;
  box-sizing: border-box;
  display: block;
}

@media screen and (min-width: 768px) {
  .block .inner {
    padding: 20px;
  }

  .block.cnt .inner {
    padding: 30px 40px;
  }
}

@media screen and (min-width: 992px) {
  .block .inner {
    padding: 30px;
  }

  .block.cnt .inner {
    padding: 40px 60px;
  }
}

/*======================
  health-management
======================*/
.health-management .healthArea {
  background: url("../img/management/health_img01-sp.png") no-repeat bottom center;
  background-size: 100%;
  height: 0;
  padding-top: 357%;
  position: relative;
}

.health-management .healthArea div {
  width: 90%;
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.health-management .healthArea div h3 {
  font-weight: bold;
  font-size: 6.875vw;
  margin-bottom: 12%;
}

.health-management .goal {
  width: 90%;
  margin: 0 auto;
}

.health-management .goal li {
  background: #c1e7ef;
  border-radius: 50%;
}

.health-management .goal li div {
  position: relative;
  padding-top: 100%;
}

.health-management .goal li div p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
}

.health-management .goal li div p span {
  display: block;
  color: #bf273d;
  font-size: 1.75em;
}

.health-management dl dt {
  font-weight: bold;
}

.health-management dl dd {
  padding-left: 2em;
  margin-bottom: 14%;
}

.health-management dl dd p {
  text-indent: -1em;
  margin-left: 1em;
}

.health-management dl dd:last-of-type {
  margin-bottom: 0;
}

.health-management .qualification ul li small {
  font-size: 0.75em;
}

.health-management .system img {
  margin-bottom: 5%;
}

@media screen and (min-width: 768px) {
  .health-management .sp_only {
    display: none !important;
  }

  .health-management .healthArea {
    background: url("../img/management/health_img01-pc.png") no-repeat bottom center;
    background-size: 100%;
    padding-top: 56.29%;
  }

  .health-management .healthArea div {
    width: 62%;
    position: absolute;
    top: 6%;
    left: 40px;
    transform: translate(0%, 0%);
  }

  .health-management .healthArea div h3 {
    font-size: 1.71875vw;
    margin-bottom: 4%;
  }

  .health-management dl dd {
    margin-bottom: 5%;
  }

  .health-management .system img {
    width: 83%;
    max-width: 642px;
    margin: 0 auto;
  }

  .health-management .system p {
    margin: 2em 0;
  }

  .health-management .system p b {
    display: block;
    margin-bottom: 1em;
  }

  .health-management .qualification ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .health-management .qualification ul li {
    width: 40%;
  }

  .health-management .qualification p {
    margin-bottom: 2em;
  }

  .health-management .qualification p b {
    display: block;
    margin-bottom: 1em;
  }

  .health-management .qualification p:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .health-management .healthArea div {
    left: 70px;
  }

  .health-management .qualification ul li {
    margin-bottom: 30px;
  }
}

.innerBlock {
  margin-top: 2rem;
}

.innerBlock .item {
  margin-top: 1rem;
}

.innerBlock .header {
  font-weight: bold;
}

.innerBlock .subheader {
  font-size: 1.0rem;
  font-weight: bold;
}

.innerBlock .txt {
  margin-left: 1.2rem;
}

.innerBlock .txt span {
  margin-left: 1rem;
}


@media screen and (max-width: 768px) {
  .innerBlock .txt span {
    margin-left: 3.8rem;
  }
}

.mainContents .moduleWrap .download-pdf {
  color: #1d77de;
  text-decoration: underline;
}




p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.moduleWrap .inner .margin-top {
  margin-top: 1.5%;
}

/*======================
  healthTable
======================*/
.healthTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: solid 1px #d8d8d8;
  border-right: solid 1px #d8d8d8;
  box-sizing: border-box;
}

.healthTable th,
.healthTable td {
  border-bottom: solid 1px #d8d8d8;
  border-left: solid 1px #d8d8d8;
  padding: 10px;
  box-sizing: border-box;
  font-size: 4.6875vw;
  vertical-align: middle;
}

.healthTable th {
  background: #ebe8e8;
}

@media screen and (min-width: 768px) {

  .healthTable th,
  .healthTable td {
    text-align: center;
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1280px) {

  .healthTable th,
  .healthTable td {
    font-size: 16px;
  }
}

.healthTable .bg-gray {
  background: #707070;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
}

.annotation-container {
  padding: 1.5% 3%;
}

.annotation-container p{
  font-size: 3.2vw;
}

@media screen and (min-width: 768px) {

  .annotation-container p{
    font-size: 1vw;
  }
}


.annotation-container .margin-left {
  margin-left: 5%;
}

@media screen and (min-width: 1280px) {

  .annotation-container p{
    font-size: 13px;
  }
}