.feature {
  word-wrap: break-word;
  hanging-punctuation: allow-end;
}
@media only screen and (max-width: 768px) {
  .feature {
    padding-top: 0px;
  }
}
.feature .featureAbout {
  width: 100%;
}
.feature .featureAbout__wrap.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .feature .featureAbout__wrap.head {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0px;
  }
}
.feature .featureAbout__wrap.head .txtArea {
  width: 46%;
}
@media only screen and (max-width: 768px) {
  .feature .featureAbout__wrap.head .txtArea {
    width: 80%;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature .featureAbout__wrap.head .txtArea p:nth-of-type(1) {
  width: 100%;
  margin-bottom: 50px;
  white-space: nowrap;
  line-height: 2;
  font-size: 2.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 1399px) {
  .feature .featureAbout__wrap.head .txtArea p:nth-of-type(1) {
    white-space: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .feature .featureAbout__wrap.head .txtArea p:nth-of-type(1) {
    font-size: 2rem;
    margin-bottom: 30px;
    letter-spacing: 0.05rem;
  }
}
.feature .featureAbout__wrap.head .txtArea p:nth-of-type(2) {
  width: 100%;
  line-height: 2;
  text-align: justify;
  font-size: 1.9rem;
}
@media only screen and (max-width: 768px) {
  .feature .featureAbout__wrap.head .txtArea p:nth-of-type(2) {
    font-size: 1.5rem;
  }
}
.feature .featureAbout__wrap.head .imgBox {
  width: 52%;
  margin-top: 90px;
  z-index: -10;
}
@media only screen and (max-width: 768px) {
  .feature .featureAbout__wrap.head .imgBox {
    width: 100%;
    z-index: inherit;
    margin-top: 30px;
  }
}
.feature .featureAbout__wrap.head .imgBox img {
  display: block;
  width: 50vw;
  position: absolute;
  left: 50%;
}
@media only screen and (min-width: 1400px) {
  .feature .featureAbout__wrap.head .imgBox img {
    width: 700px;
  }
}
@media only screen and (max-width: 768px) {
  .feature .featureAbout__wrap.head .imgBox img {
    width: 100%;
    position: inherit;
    left: inherit;
  }
}
.feature .featureAbout__wrap.bottom {
  width: 100%;
  margin-bottom: 80px;
  background: #F7F3E7;
}
@media only screen and (max-width: 768px) {
  .feature .featureAbout__wrap.bottom {
    margin-bottom: 0px;
  }
}
.feature .featureAbout__wrap.bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .feature .featureAbout__wrap.bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.feature .featureAbout__wrap.bottom ul li {
  display: block;
  width: 48.6%;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .feature .featureAbout__wrap.bottom ul li {
    width: 100%;
  }
  .feature .featureAbout__wrap.bottom ul li:last-of-type .ttl {
    margin-top: 30px;
  }
}
.feature .featureAbout__wrap.bottom ul li .ttl {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .feature .featureAbout__wrap.bottom ul li .ttl {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.feature .featureAbout__wrap.bottom ul li .txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  padding-left: 25px;
  padding-right: 25px;
  text-align: justify;
  line-height: 1.75;
  border-radius: 10px;
  background: #fff;
  min-height: 220px;
  padding: 10px 10px;
}
@media only screen and (max-width: 768px) {
  .feature .featureAbout__wrap.bottom ul li .txtBox {
    height: auto;
    min-height: 220px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
.feature .featureAbout__wrap.bottom ul li .txtBox-inr {
  display: block;
}
.feature .featureAbout__wrap.bottom ul li .txtBox-inr span {
  display: block;
  letter-spacing: 0.2rem;
  font-size: 1.9rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .feature .featureAbout__wrap.bottom ul li .txtBox-inr span {
    font-size: 1.5rem;
  }
}
.feature .featureAbout__wrap.bottom ul li .txtBox-inr span:nth-of-type(1) {
  color: #EEA6AB;
}
.feature .featureAbout__wrap.bottom ul li .txtBox-inr span:nth-of-type(2) {
  color: #FBC95F;
}
.feature .featureAbout__wrap.bottom ul li .txtBox-inr span:nth-of-type(3) {
  margin-bottom: 20px;
  color: #A0D2D4;
}
@media only screen and (max-width: 768px) {
  .feature .featureAbout__wrap.bottom ul li .txtBox-inr span:nth-of-type(3) {
    margin-bottom: 10px;
  }
}
.feature .featureAbout__wrap.bottom ul li .txtBox p {
  display: inline;
  width: 100%;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .feature .featureAbout__wrap.bottom ul li .txtBox p {
    font-size: 1.5rem;
  }
}
.feature .featurePolicy__wrap.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feature .featurePolicy__wrap.head .lineTop, .feature .featurePolicy__wrap.head .lineBot {
  display: block;
  width: 100%;
}
.feature .featurePolicy__wrap.head .lineTop img, .feature .featurePolicy__wrap.head .lineBot img {
  display: block;
}
@media only screen and (max-width: 768px) {
  .feature .featurePolicy__wrap.head .lineTop {
    margin-top: 40px;
  }
}
.feature .featurePolicy__wrap.head ul {
  padding-top: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .feature .featurePolicy__wrap.head ul {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
.feature .featurePolicy__wrap.head ul li {
  height: 283px;
}
@media only screen and (max-width: 768px) {
  .feature .featurePolicy__wrap.head ul li {
    height: auto;
    margin-bottom: 30px;
  }
}
.feature .featurePolicy__wrap.head ul li .ttl {
  margin-bottom: 20px;
  text-align: left;
  font-size: 2.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .feature .featurePolicy__wrap.head ul li .ttl {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.feature .featurePolicy__wrap.head ul li .ttl span {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 768px) {
  .feature .featurePolicy__wrap.head ul li .ttl span {
    font-size: 1.1rem;
  }
}
.feature .featurePolicy__wrap.head ul li .txtBox p {
  position: relative;
  padding-left: 1em;
  text-align: justify;
  letter-spacing: 0.05rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .feature .featurePolicy__wrap.head ul li .txtBox p {
    padding-left: 1.5em;
    letter-spacing: 0.05rem;
    font-size: 1.5rem;
  }
}
.feature .featurePolicy__wrap.head ul li .txtBox p:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #000;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
@media only screen and (max-width: 768px) {
  .feature .featurePolicy__wrap.head ul li .txtBox p:before {
    width: 8px;
    height: 8px;
    top: 7px;
    left: 2px;
  }
}
.feature .featurePolicy__wrap.head ul li .txtBox p:not(:first-of-type) {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .feature .featurePolicy__wrap.head ul li .txtBox p:not(:first-of-type) {
    margin-top: 10px;
  }
}
.feature .featurePolicy__wrap.head ul li:first-of-type {
  width: 320px;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .feature .featurePolicy__wrap.head ul li:first-of-type {
    width: 100%;
    padding-right: 0px;
  }
}
.feature .featurePolicy__wrap.head ul li:nth-of-type(3) {
  width: 370px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .feature .featurePolicy__wrap.head ul li:nth-of-type(3) {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.feature .featurePolicy__wrap.head ul li:last-of-type {
  width: 310px;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .feature .featurePolicy__wrap.head ul li:last-of-type {
    width: 100%;
    padding-left: 0px;
  }
}
.feature .featurePolicy__wrap.head ul li.lineMid {
  width: 1px;
  height: 283px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .feature .featurePolicy__wrap.head ul li.lineMid {
    width: 100%;
    height: 1px;
  }
}
.feature .featurePolicy__wrap.head ul li.lineMid picture {
  display: block;
  width: 1px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .feature .featurePolicy__wrap.head ul li.lineMid picture {
    width: 100%;
    height: 1px;
  }
}
.feature .featurePolicy__wrap.head ul li.lineMid picture img {
  display: block;
  width: 1px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .feature .featurePolicy__wrap.head ul li.lineMid picture img {
    width: 100%;
    height: 1px;
  }
}
.feature .featurePolicy__wrap.bottom {
  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-top: 40px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .feature .featurePolicy__wrap.bottom {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
.feature .featurePolicy__wrap.bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 185px;
  text-align: center;
  border-radius: 42px;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .feature .featurePolicy__wrap.bottom a {
    width: 125px;
    border-radius: 20px;
  }
}
.feature .featurePolicy__wrap.bottom a span {
  display: block;
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  font-weight: black;
}
@media only screen and (max-width: 768px) {
  .feature .featurePolicy__wrap.bottom a span {
    padding-top: 27px;
    padding-bottom: 10px;
    letter-spacing: 0;
    font-size: 1.25rem;
    font-weight: black;
  }
}
.feature .featurePolicy__wrap.bottom a p {
  padding-bottom: 40px;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .feature .featurePolicy__wrap.bottom a p {
    padding-bottom: 27px;
    font-size: 1.75rem;
    font-weight: bold;
  }
}
.feature .featurePolicy__wrap.bottom a.proBox {
  background: #036EB7;
}
.feature .featurePolicy__wrap.bottom a.lifeBox {
  background: #EB6D80;
}
.feature .featurePolicy__wrap.bottom .x {
  width: 30px;
  margin-left: 40px;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .feature .featurePolicy__wrap.bottom .x {
    width: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.feature #PRO {
  background: url("../img/feature/pSkillBg-pc.jpg");
  background-size: cover;
  background-repeat: repeat;
}
@media only screen and (max-width: 768px) {
  .feature #PRO {
    background: url("../img/feature/pSkillBg-sp.jpg");
    background-size: cover;
  }
}
.feature #PRO h3 {
  bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .feature #PRO h3 {
    bottom: -2px;
  }
}
.feature #PRO h4 {
  color: #036EB7;
}
.feature #LIFE {
  margin-top: -1px;
  background: url("../img/feature/lSkillBg-pc.jpg");
  background-size: cover;
  background-repeat: repeat;
}
@media only screen and (max-width: 768px) {
  .feature #LIFE {
    background: url("../img/feature/lSkillBg-sp.jpg");
    background-size: cover;
  }
}
.feature #LIFE h3 {
  bottom: -12px;
}
@media only screen and (max-width: 768px) {
  .feature #LIFE h3 {
    bottom: -7px;
  }
}
.feature #LIFE h4 {
  color: #EB6D80;
}
.feature .skill {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .feature .skill {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
.feature .skill__ttl {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 55px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .feature .skill__ttl {
    margin-bottom: 20px;
  }
}
.feature .skill__ttl h3 {
  display: block;
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  font-size: 4.2rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .feature .skill__ttl h3 {
    line-height: 1;
    font-size: 1.75rem;
  }
}
.feature .skill__ttl-proBg {
  display: block;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .feature .skill__ttl-proBg {
    width: 72%;
  }
}
.feature .skill__ttl-lifeBg {
  display: block;
  width: 415px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .feature .skill__ttl-lifeBg {
    width: 42%;
  }
}
.feature .skill__wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 16px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .feature .skill__wrap {
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 8px;
    width: 90%;
  }
}
.feature .skill__wrap .preface {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: justify;
  letter-spacing: 0.2rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .feature .skill__wrap .preface {
    width: 85%;
    margin-bottom: 50px;
    letter-spacing: 0.1rem;
    font-size: 1.5rem;
  }
}
.feature .skill__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .feature .skill__wrap ul {
    width: 85%;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feature .skill__wrap ul:not(:last-of-type) {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .feature .skill__wrap ul:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.feature .skill__wrap ul .txtArea {
  width: 53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .feature .skill__wrap ul .txtArea {
    width: 100%;
    position: relative;
  }
}
.feature .skill__wrap ul .txtArea-icon {
  width: 16%;
}
@media only screen and (max-width: 768px) {
  .feature .skill__wrap ul .txtArea-icon {
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.feature .skill__wrap ul .txtArea__box {
  display: block;
  padding-left: 20px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .feature .skill__wrap ul .txtArea__box {
    padding-left: 0px;
  }
}
.feature .skill__wrap ul .txtArea__box span {
  display: block;
  padding-top: 15px;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 768px) {
  .feature .skill__wrap ul .txtArea__box span {
    padding-top: 20px;
    padding-left: 60px;
    font-size: 1.1rem;
  }
}
.feature .skill__wrap ul .txtArea__box h4 {
  padding-top: 15px;
  letter-spacing: 0.2rem;
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .feature .skill__wrap ul .txtArea__box h4 {
    padding-top: 8px;
    padding-left: 60px;
    letter-spacing: 0.1rem;
    font-size: 1.9rem;
  }
}
.feature .skill__wrap ul .txtArea__box p {
  padding-top: 40px;
  text-align: justify;
  line-height: 1.75;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .feature .skill__wrap ul .txtArea__box p {
    padding-top: 13px;
    font-size: 1.5rem;
  }
}
.feature .skill__wrap ul .txtArea__box a {
  width: 260px;
  margin-top: 45px;
  font-size: 1.85rem;
}
@media only screen and (max-width: 768px) {
  .feature .skill__wrap ul .txtArea__box a {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 1.65rem;
  }
}
.feature .skill__wrap ul .txtArea__box .imgBox.sp {
  width: 100%;
  margin-top: 25px;
}
.feature .skill__wrap ul .imgBox.pc {
  width: 41.6%;
}
.feature .history {
  position: relative;
  padding-bottom: 110px;
  background: #F7F3E7;
}
@media only screen and (max-width: 768px) {
  .feature .history {
    padding-bottom: 75px;
  }
}
.feature .history .whiteBg {
  display: block;
  width: 100%;
  height: 340px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .feature .history .whiteBg {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .feature .history__wrap {
    width: 100%;
  }
}
.feature .history__wrap .historyHeading {
  padding-top: 95px;
}
@media only screen and (max-width: 768px) {
  .feature .history__wrap .historyHeading {
    padding-top: 35px;
    padding-bottom: 35px;
    background: #fff;
  }
}
.feature .history__wrap .historyHeading h4 {
  margin-bottom: 65px;
  font-size: 2.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .feature .history__wrap .historyHeading h4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
}
.feature .history__wrap .historyHeading p {
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.17rem;
  font-size: 1.9rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .feature .history__wrap .historyHeading p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
    letter-spacing: 0.1rem;
    font-size: 1.5rem;
  }
}
.feature .history__wrap .historyTimeline {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 110px;
}
@media only screen and (max-width: 768px) {
  .feature .history__wrap .historyTimeline {
    margin-top: 40px;
  }
}
.feature .history__wrap .historyTimeline dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .feature .history__wrap .historyTimeline dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.5rem;
  }
}
.feature .history__wrap .historyTimeline dl:not(:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .feature .history__wrap .historyTimeline dl:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.feature .history__wrap .historyTimeline dl dt {
  width: 140px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .feature .history__wrap .historyTimeline dl dt {
    width: 100%;
  }
}
.feature .history__wrap .historyReport {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  margin-top: 110px;
  border-radius: 16px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .feature .history__wrap .historyReport {
    padding: 25px;
    margin-top: 35px;
  }
}
.feature .history__wrap .historyReport__wrap-p1 {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .feature .history__wrap .historyReport__wrap-p1 {
    font-size: 1.4rem;
  }
}
.feature .history__wrap .historyReport__wrap__box {
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .feature .history__wrap .historyReport__wrap__box {
    width: 75%;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
}
.feature .history__wrap .historyReport__wrap__box a {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .feature .history__wrap .historyReport__wrap__box a {
    font-size: 1.2rem;
  }
}
.feature .history__wrap .historyReport__wrap:first-of-type {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .feature .history__wrap .historyReport__wrap:first-of-type {
    margin-bottom: 20px;
  }
}