@charset "UTF-8";
/* ==========================================================================
   BASE
   ========================================================================== */
.Wrapper {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .Wrapper {
    width: 100%;
    max-width: 960px;
  }
}
@media only screen and (max-width: 1130px) {
  .Wrapper {
    width: 92%;
  }
}

.Outcome__About {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .Outcome__About {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .Outcome__About {
    padding: 40px 0;
  }
}
.Outcome__About:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 470px;
  height: 360px;
  background-size: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1300px) {
  .Outcome__About:before {
    width: 30%;
  }
}
@media only screen and (max-width: 1130px) {
  .Outcome__About:before {
    content: none;
  }
}
.Outcome__About:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 520px;
  height: 560px;
  background-size: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1300px) {
  .Outcome__About:after {
    width: 30%;
  }
}
.Outcome__About .Column-Contener {
  z-index: 3;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 2%;
}
@media only screen and (max-width: 640px) {
  .Outcome__About .Column-Contener {
    display: block;
    padding-bottom: 0;
  }
}
.Outcome__About .Column-Contener .Text {
  width: 48%;
  flex-shrink: 0;
}
@media only screen and (max-width: 640px) {
  .Outcome__About .Column-Contener .Text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.Outcome__About .Column-Contener .Text h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0.4em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1800px) {
  .Outcome__About .Column-Contener .Text h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1300px) {
  .Outcome__About .Column-Contener .Text h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .Outcome__About .Column-Contener .Text h2 {
    letter-spacing: 0;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.Outcome__About .Column-Contener .Text h2 span {
  background: linear-gradient(transparent 50%, #f6ea6f 50%);
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .Outcome__About .Column-Contener .Text h2 span br {
    display: none;
  }
}
.Outcome__About .Column-Contener .Text p {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 2em;
}
@media only screen and (max-width: 1300px) {
  .Outcome__About .Column-Contener .Text p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .Outcome__About .Column-Contener .Text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.Outcome__About .Column-Contener .Text p span {
  margin-top: 10px;
  background: linear-gradient(transparent 50%, #f6ea6f 50%);
  letter-spacing: 0.01em;
  line-height: 1;
  display: inline-block;
}
.Outcome__About .Column-Contener .Text p .notes {
  font-size: 14px;
  background: none;
}
.Outcome__About .Column-Contener .Img {
  width: 48%;
  flex-shrink: 1;
  align-self: stretch;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1800px) {
  .Outcome__About .Column-Contener .Img {
    width: 46%;
  }
}
@media only screen and (max-width: 1300px) {
  .Outcome__About .Column-Contener .Img {
    width: 43%;
  }
}
@media only screen and (max-width: 768px) {
  .Outcome__About .Column-Contener .Img {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .Outcome__About .Column-Contener .Img {
    width: 100%;
  }
}
.Outcome__About .Column-Contener .Img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid #37312c;
}
.Outcome__About .Change__Point {
  position: relative;
  z-index: 3;
  margin-top: 50px;
  padding: 28px 46px;
  background: #f6f4ee;
  border: 1px solid #75c1c4;
}
.Outcome__About .Change__Point dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Outcome__About .Change__Point dl div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-feature-settings: "palt";
}
.Outcome__About .Change__Point dl div dt {
  margin-right: 28px;
  padding: 12px 38px;
  background: #75c1c4;
  border-radius: 20px;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  text-align: center;
  font-weight: bold;
}
.Outcome__About .Change__Point dl div dd {
  font-weight: bold;
  line-height: 1.6;
}
.Outcome__About .Change__Point dl div dd span.Time {
  margin-left: 1em;
}
.Outcome__About .Change__Point dl div dd span.Br--Sp:after {
  content: "／";
  margin: 0 0.5em;
}
@media only screen and (max-width: 1300px) {
  .Outcome__About .Change__Point dl {
    display: block;
  }
  .Outcome__About .Change__Point dl div {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .Outcome__About .Change__Point dl div:first-child {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .Outcome__About .Change__Point {
    padding: 26px;
  }
  .Outcome__About .Change__Point dl div dt {
    padding: 10px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}
@media only screen and (max-width: 640px) {
  .Outcome__About .Change__Point {
    margin-top: 30px;
  }
  .Outcome__About .Change__Point dl div:first-child {
    align-items: flex-start;
  }
  .Outcome__About .Change__Point dl div dt {
    margin-right: 16px;
    letter-spacing: 0;
    text-indent: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .Outcome__About .Change__Point dl div dd span.Time {
    margin-left: 0.5em;
  }
  .Outcome__About .Change__Point dl div dd span.Br--Sp:after {
    content: "\a";
    white-space: pre;
  }
}
@media only screen and (max-width: 400px) {
  .Outcome__About .Change__Point dl div dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .Outcome__About .Change__Point dl div dd {
    width: 100%;
  }
}

.Outcome__Point {
  background-size: cover;
  padding: 70px 0;
}
@media only screen and (max-width: 640px) {
  .Outcome__Point {
    padding: 40px 0 10px;
  }
}
.Outcome__Point h2 {
  text-align: center;
  width: 510px;
  margin: 0 auto 50px;
  letter-spacing: 0.05em;
}
@media all and (-ms-high-contrast: none) {
  .Outcome__Point h2 {
    width: 520px;
  }
}
@media only screen and (max-width: 768px) {
  .Outcome__Point h2 {
    width: 80%;
    margin-bottom: 30px;
  }
}
.Outcome__Point h2 span {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #f6ea6f 50%);
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .Outcome__Point h2 span {
    font-size: 24px;
    font-size: 2.4rem;
    background: linear-gradient(transparent 60%, #f6ea6f 60%);
  }
}
.Outcome__Point .Point__Column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .Outcome__Point .Point__Column {
    display: block;
  }
}
.Outcome__Point .Point__Column .Point__Detail {
  position: relative;
  width: 30.1587%;
  padding: 10px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .Outcome__Point .Point__Column .Point__Detail {
    width: 32%;
  }
}
@media only screen and (max-width: 640px) {
  .Outcome__Point .Point__Column .Point__Detail {
    width: 100%;
    margin-bottom: 20px;
  }
}
.Outcome__Point .Point__Column .Point__Detail:nth-child(2) {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .Outcome__Point .Point__Column .Point__Detail:nth-child(2) {
    margin-top: 0;
  }
}
.Outcome__Point .Point__Column .Point__Detail:first-child, .Outcome__Point .Point__Column .Point__Detail:last-child {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .Outcome__Point .Point__Column .Point__Detail:first-child, .Outcome__Point .Point__Column .Point__Detail:last-child {
    margin-bottom: 20px;
  }
}
.Outcome__Point .Point__Column .Point__Detail img {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .Outcome__Point .Point__Column .Point__Detail img {
    margin-bottom: 10px;
  }
}
.Outcome__Point .Point__Column .Point__Detail .Number {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 3px 12px;
}
.Outcome__Point .Point__Column .Point__Detail .Number span {
  position: absolute;
  z-index: 5;
  font-weight: bold;
  font-size: 25px;
  font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .Outcome__Point .Point__Column .Point__Detail .Number span {
    font-size: 20px;
    font-size: 2rem;
  }
}
.Outcome__Point .Point__Column .Point__Detail .Number:after {
  content: "";
  width: 50px;
  height: 50px;
  border-left: 25px solid #f6ea6f;
  border-top: 25px solid #f6ea6f;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.Outcome__Point .Point__Column .Point__Detail .Text {
  padding: 0 20px 15px;
}
@media only screen and (max-width: 768px) {
  .Outcome__Point .Point__Column .Point__Detail .Text {
    padding: 0 10px 5px;
  }
}
.Outcome__Point .Point__Column .Point__Detail .Text h3 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  .Outcome__Point .Point__Column .Point__Detail .Text h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .Outcome__Point .Point__Column .Point__Detail .Text h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .Outcome__Point .Point__Column .Point__Detail .Text h3 br {
    display: none;
  }
}
.Outcome__Point .Point__Column .Point__Detail .Text p {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .Outcome__Point .Point__Column .Point__Detail .Text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

dt {
  margin-bottom: 15px;
}

.Wrapper.Outcome__Wrapper {
  background: url("/assets/img/index/main-bg.jpg") repeat;
  margin-top: 50px;
  text-align: left;
}

.Outcome__Title-Wrapper {
  margin-top: 15px;
  text-align: left;
}

.Outcome__Name {
  font-weight: bold;
  padding: 15px;
  font-size: 20px;
}

.Outcome__Detail {
  padding: 15px;
}

.Outcome__Point {
  margin-top: 70px;
}
.Outcome__Point h2 {
  width: auto;
  text-align: center;
}

.video-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: center;
}
.video-row .video-item {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
}
.video-row .video-item video {
  width: 100%;
  height: auto;
}
.video-row .video-item .video-caption {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

.video-row-3 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: center;
}
.video-row-3 .video-item {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
}
.video-row-3 .video-item video {
  width: 100%;
  height: auto;
}
.video-row-3 .video-item .video-caption {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

.video-golf {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: center;
}
.video-golf .video-item {
  flex: 1;
  min-width: 400px;
  max-width: 600px;
}
.video-golf .video-item video {
  width: 100%;
  height: auto;
}
.video-golf .video-item .video-caption {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

.picture-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: center;
}
.picture-row .picture-item {
  flex: 1;
  min-width: 400px;
  max-width: 600px;
}
.picture-row .picture-item img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #000;
}
.picture-row .picture-item .picture-caption {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

.picture-row-tall {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: center;
}
.picture-row-tall .picture-item {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
}
.picture-row-tall .picture-item img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #000;
}
.picture-row-tall .picture-item .picture-caption {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

.News__Detail .Article__Body h2 {
  text-align: left !important;
  margin-top: 50px !important;
}

@media only screen and (max-width: 768px) {
  .Outcome__Contents {
    padding: 40px 0 50px;
  }
}
.Outcome__Contents {
  /*@include sp{
    padding: 20px 0 30px;
  }*/
}
.Outcome__Contents--White {
  background: #fff;
}
.Outcome__Contents--Beige {
  background: url(/assets/img/common/bg--beige.jpg);
}
.Outcome__Contents--Gray {
  background: url(/assets/img/common/bg--gray.png);
}
.Outcome__Contents .Bread + h2 {
  margin-top: 60px;
}
.Outcome__Contents .Centering-Wrapper {
  text-align: center;
}
.Outcome__Contents h2 {
  margin: 0 0 60px;
  line-height: 1.6;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-feature-settings: "palt";
}
.Outcome__Contents h2 span {
  padding-left: 0.4em;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f6ea6f 40%);
}
.Outcome__Contents h2 _:-ms-lang(x)::-ms-backdrop,
.Outcome__Contents h2 span {
  background: linear-gradient(transparent 50%, #f6ea6f 50%);
}
@media only screen and (max-width: 768px) {
  .Outcome__Contents h2 {
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .Outcome__Contents h2 span {
    padding-right: 0.1em;
  }
}
.Outcome__Contents h3.Contents-H3 {
  position: relative;
  display: inline-block;
  padding: 13px 0;
  border-top: 1px solid #37312c;
  border-bottom: 1px solid #37312c;
  line-height: 1.6;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
.Outcome__Contents h3.Contents-H3:before, .Outcome__Contents h3.Contents-H3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #37312c;
  left: 0;
}
.Outcome__Contents h3.Contents-H3:before {
  top: 3px;
}
.Outcome__Contents h3.Contents-H3:after {
  bottom: 3px;
}
@media only screen and (max-width: 768px) {
  .Outcome__Contents h3.Contents-H3 {
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    font-size: 20px;
    font-size: 2rem;
  }
}
.Outcome__Contents .Btn {
  margin-top: 20px;
}
.Outcome__Contents .Btn a {
  display: block;
  max-width: 600px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  border: 1px solid #55ae92;
  color: #239c76;
  background: #fff;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: bold;
  line-height: 1.6;
}
@media all and (-ms-high-contrast: none) {
  .Outcome__Contents .Btn a {
    padding: 12px 10px 8px;
  }
}
.Outcome__Contents .Btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-left: 4px solid #55ae92;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.Outcome__Contents .Btn a:hover {
  background: #239c76;
  color: #fff;
}
.Outcome__Contents .Btn a:hover:after {
  border-left-color: #fff;
}
.Outcome__Contents .Btn--Anchor a:after {
  border-left-color: transparent;
  border-top-color: #55ae92;
}
.Outcome__Contents .Btn--Anchor a:hover:after {
  border-left-color: transparent;
  border-top-color: #fff;
}
@media only screen and (max-width: 768px) {
  .Outcome__Contents .Btn a {
    letter-spacing: normal;
  }
}
.Outcome__Contents .Font-S {
  font-size: 14px;
  font-size: 1.4rem;
}
.Outcome__Contents .Disp--Sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .Outcome__Contents .Disp--Sp {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .Outcome__Contents .Disp--Sp-None {
    display: none;
  }
}
.Outcome__Contents .Obj-Fit-Img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.Kaifuku__Point {
  position: relative;
  margin-bottom: 70px;
  border-top: 3px solid #37312c;
  border-bottom: 3px solid #37312c;
}
.Kaifuku__Point:before, .Kaifuku__Point:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  background: repeat-x center url("/assets/img/common/bg--stripe.png");
}
.Kaifuku__Point:before {
  top: 5px;
}
.Kaifuku__Point:after {
  bottom: 5px;
}
.Kaifuku__Point h3 {
  position: relative;
  margin-top: -6px;
  padding-bottom: 34px;
  color: #22a6ab;
  text-align: center;
  text-indent: 0.25em;
  letter-spacing: 0.25em;
  line-height: 1.6;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  font-feature-settings: "palt";
}
.Kaifuku__Point h3:after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 150px);
  content: "";
  width: 300px;
  height: 3px;
  background: repeat-x center url("/assets/img/common/bg--stripe.png");
}
.Kaifuku__Point p {
  margin-top: 30px;
  margin-bottom: 60px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-feature-settings: "palt";
}
.Kaifuku__Point p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .Kaifuku__Point h3 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .Kaifuku__Point p {
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media only screen and (max-width: 640px) {
  .Kaifuku__Point p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
}

.Outcome__Intro li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.Outcome__Intro li div {
  width: 47.62%;
}
.Outcome__Intro li:nth-child(1) img {
  object-position: 80% center;
  font-family: "object-fit: cover; object-position: 80% center;";
}
.Outcome__Intro li:nth-child(1) .Outcome__Intro__Text h3 {
  margin-top: 6px;
}
.Outcome__Intro img {
  width: 100%;
  max-width: none;
  height: 300px;
  object-fit: cover;
  object-position: right center;
}

.Outcome__Intro__Text .Phrase {
  padding: 6px 13px;
  margin-bottom: 14px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
}
.Outcome__Intro__Text .Notes {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
}

@media only screen and (max-width: 1130px) {
  .Outcome__Intro li div:nth-child(1) {
    width: 30.1587%;
  }
  .Outcome__Intro li div:nth-child(2) {
    width: 65.0783%;
  }
  .Outcome__Intro__Text h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .Outcome__Intro li div {
    width: 100% !important;
  }
  .Outcome__Intro li img {
    margin: 0 auto;
  }
  .Outcome__Intro__Text {
    margin-top: 20px;
  }
  .Outcome__Intro__Text h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .Outcome__Intro__Text h3 span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .Outcome__Intro__Text h3 {
    font-feature-settings: "palt";
  }
  .Outcome__Intro__Text h3 span {
    margin-right: 8px;
    padding: 7px;
  }
}
.Disclaimer {
  margin-bottom: 10px;
}

.status-badge {
  display: inline-block;
  padding: 0px 6px;
  border: 2px solid #28a745;
  border-radius: 20px;
  color: #28a745;
  font-size: 14px;
  font-weight: bold;
}
.status-badge i {
  margin-right: 4px;
}

/*# sourceMappingURL=outcome.css.map */
