@charset "UTF-8";
.healthcarenoteWrapper {
  padding: 65px 0 50px;
  margin: 0 auto
}
.healthcarenoteTitle h1 {
  font-size: 50px;
  text-align: center;
  letter-spacing: 3.75px;
  line-height: 1;
  margin-bottom: 52px
}
.healthcarenoteTitleSmall {
  font-size: 24px;
  text-align: center;
  letter-spacing: 2.25px
}
.healthcarenoteMain {
  margin-bottom: 50px
}
.healthcarenoteMainContents {
  padding: 80px 0
}
.healthcarenoteMainBlock {
  width: 65.9%;
  margin: 0 auto
}
.healthcarenoteTopText {
  font-size: 18px;
  margin-bottom: 70px
}
.healthcarenoteTopLink {
  display: inline-block;
  font-size: 25px;
  color: #202124;
  margin-bottom: 20px
}
.healthcarenoteImageBlock {
  width: 100%;
  display: block
}
.healthcarenoteImageBlock--wide {
  width: 100%
}
.healthcarenoteImageBlock--bottom {
  margin-bottom: 90px
}
.healthcarenoteImage {
  display: block;
  width: 100%;
  image-rendering: -webkit-optimize-contrast
}
.healthcarenoteSide {
  position: fixed;
  bottom: 17%;
  right: 0
}
.healthcarenoteBlock {
  max-width: 900px;
  margin: 0 auto;
  width: 65.9%
}
.healthcarenoteText {
  margin-bottom: 50px;
  font-size: 16px
}
.healthcarenoteText--bottom {
  margin-bottom: 52px
}
.healthcarenoteText--half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%
}
.healthcarenoteFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.healthcarenoteBr {
  display: none
}
.healthcarenotePc {
  display: block
}
.healthcarenoteSp {
  display: none
}
.healthcarenoteSmall {
  font-size: 16px
}
.healthcarenoteSmall--small {
  margin-bottom: 90px
}
.healthcarenoteSmall--bottom {
  margin-bottom: 30px
}
.healthcarenoteSide {
  position: fixed;
  bottom: 19%;
  right: 0;
  z-index: 100;
}
.healthcarenoteSideLink {
  display: block;
  width: 150px;
  margin-bottom: 20px;
  background-color: #06BF5A;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer
}
.healthcarenoteSideLink:hover {
  color: #fff;
  background: #9FCC01
}
.healthcarenoteButtonBlock {
  margin: 50px 0 120px
}
.healthcarenoteButton {
  width: 309px;
  display: block;
  background-color: #9FCC01;
  padding: 20px 0;
  font-size: 18px;
  border-radius: 8px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  text-align: center
}
.healthcarenoteButton:hover {
  color: #fff;
  background-color: rgba(159, 204, 1, 0.7);
}
.healthcarenoteBlock h3 {
  font-size: 30px;
  border-bottom: 1px solid #202124;
  margin-bottom: 50px
}
.healthcarenoteImageBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px
}
.healthcarenoteImageContent {
  width: 157px
}
.healthcarenoteImageContent--qr {
  margin-left: 160px
}
.healthcarenoteImageContent--qr {
  width: 90px
}
.healthcarenoteLargeText {
  font-size: 18px
}
.healthcarenoteSmallText {
  font-size: 14px
}
/* SP　*/
@media screen and (max-width: 768px) {
  .healthcarenoteWrapper {
    width: 100%;
    padding: 50px 0
  }
  .healthcarenoteTitle h1 {
    font-size: 28px;
    text-align: center;
    letter-spacing: 2.1px;
    margin-bottom: 30px
  }
  .healthcarenoteTitleMiddle {
    font-size: 20px
  }
  .healthcarenoteTitleSmall {
    font-size: 17px;
    text-align: center;
    letter-spacing: 1.36px
  }
  .healthcarenoteMainBlock {
    width: 78.7%
  }
  .healthcarenoteMainContents {
    padding: 50px 0
  }
  .healthcarenoteSide {
    display: none
  }
  .healthcarenoteBr {
    display: inline
  }
  .healthcarenoteTopText {
    margin-bottom: 24px;
    margin-right: 0;
    font-size: 16px
  }
  .healthcarenotePc {
    display: none
  }
  .healthcarenoteSp {
    display: block
  }
  .healthcarenoteImageBlock {
    width: 100%;
    margin-bottom: 60px
  }
  .healthcarenoteBlock {
    padding: 0 20px;
    width: 100%
  }
  .healthcarenoteFlex {
    display: block
  }
  .healthcarenoteText {
    margin-bottom: 20px
  }
  .healthcarenoteButtonBlock {
    margin: 30px 0 87px
  }
  .healthcarenoteButton {
    width: 100%;
    font-size: 18px
  }
  .healthcarenoteText--half {
    display: none
  }
  .healthcarenoteBlock h3 {
    font-size: 23px
  }
  .healthcarenoteImageBlock {
    display: block
  }
  .healthcarenoteImageContent {
    width: 157px;
    margin: 0 auto
  }
  .healthcarenoteImageContent--space {
    margin-top: 30px;
    margin-bottom: 50px
  }
  .healthcarenoteSmallText {
    font-size: 14px
  }
  .healthcarenoteImage--small {
    width: 80%;
    margin: 0 auto
  }
  .healthcarenoteFlexImage {
    margin: 30px 0
  }
}