.btnRound a span {
  background-color: #ff6e32;
}

/*
Break Point
****************************************************/
.inlineS,
.inlineSp {
  display: none !important;
}

@media print, screen and (max-width: 640px) {
  .inlineS {
    display: inline !important;
  }
}

@media print, screen and (max-width: 480px) {
  .inlineSp {
    display: inline !important;
  }
}

/*
Point
****************************************************/
.point {
  background-color: #f5f9e6;
  border-radius: 15px;
  color: #004831;
  margin: 0 auto 1.5em;
  padding: 2em;
  position: relative;
  width: 86.67%;
}

.point::before {
  background: url("../img/point_img_balloon_01.svg") no-repeat center bottom;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 100px;
  height: 100px;
}

.pointTit {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.pointTxt {
  line-height: 1.5;
  text-align: left;
  padding-top: 0.5em;
  padding-right: 80px;
  padding-bottom: 0.5em;
  padding-left: 35px;
  position: relative;
}

.pointTxt::before {
  background: url(../img/icon_check.svg) no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
}

.pointTxt strong {
  color:  #ff6e32;
  text-decoration: underline;
}

.secDiagnosis .point {
  padding-left: 1.5em;
  width: auto;
}

@media print, screen and (max-width: 640px) {
  .point::before {
    width: 90px;
    height: 90px;
  }

  .pointTit {
    font-size: 1.75rem;
    text-align: left;
  }
}

@media print, screen and (max-width: 480px) {
  .secDiagnosis .point {
    padding-bottom: 80px;
  }

  .secDiagnosis .point::before {
    width: 80px;
    height: 80px;
  }

  .secDiagnosis .pointTxt {
    padding-right: 0;
  }
}

/*
SpeechLine
****************************************************/
.speechLine {
  align-items: center;
  background-color: #004831;
  border-radius: 22px;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: center;
  margin: 0 auto 1.5em;
  position: relative;
  text-align: center;
  width: 86.67%;
  height: 44px;
}

.speechLine::before {
  border: 10px solid transparent;
  border-top-color: #004831;
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
}

.secDiagnosis .speechLine {
  margin-top: 4em;
  width: auto;
}

.secDiagnosis .speechLine:first-child {
  margin-top: 0;
}

/*
Data
****************************************************/
.secData {
  padding: 13.33% 0;
  background: #fff url("../img/bg_dotto.png") repeat center top/77px 80px;
  border-top: 5px solid #63967d;
  text-align: center;
}

.secData .titLine .titLineInner:first-child {
  margin-bottom: 0.5em;
  font-size: 2.0rem;
}

.secData .listIndent {
  text-align: left;
}

.dataItems {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.dataItem {
  width: 86.67%;
  margin: 0 auto;
  padding: 5.625% 6.718758%;
  background: #fff;
  border: 2px solid #63967d;
  border-radius: 15px;
  box-shadow: 8px 8px 0 rgba(99, 150, 125, 0.3);
}

.dataItem + .dataItem {
  margin-top: 4.5%;
}

.dataTxt {
  line-height: 1.5;
  text-align: left;
}

@media print, screen and (max-width: 480px) {
  .dataItem .titLine {
    font-size: 2.4rem;
  }
}