/* Scss Document */
.intro {
  font-size: 1.8rem;
  line-height: 2;
}

.life_support .title-l {
  color: #EF835B;
}

.support-list {
  margin-top: 2em;
}
.support-item {
  padding: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support-item:nth-child(odd) {
  background: rgba(232, 90, 36, 0.1);
}
.support-img {
  width: 22%;
  background: #fff;
  font-size: 0;
  line-height: 0;
}
.support-body {
  width: 75%;
}
.support-body h3 {
  margin-bottom: 0.25em;
  font-size: 2rem;
  color: #662212;
}
.support-body .members-only {
  margin: 0.25em 0;
  color: #E95A24;
  font-weight: bold;
}
.support-body .members-only a {
  padding-right: 1.75em;
  color: #E95A24;
  position: relative;
}
.support-body .members-only a:before, .support-body .members-only a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  content: "";
  vertical-align: middle;
}
.support-body .members-only a:before {
  right: 0.5em;
  width: 14px;
  height: 1px;
  background: #E95A24;
}
.support-body .members-only a:after {
  right: 0.5em;
  width: 9px;
  height: 9px;
  border-top: 1px solid #E95A24;
  border-right: 1px solid #E95A24;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.support-link {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.support-link li {
  margin: 0.5em 0 0 2em;
}
.support-link li a {
  padding-right: 1.75em;
  display: inline-block;
  color: #163b70;
  position: relative;
  font-weight: bold;
}
.support-link li a:before, .support-link li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  content: "";
  vertical-align: middle;
}
.support-link li a:before {
  right: 0.5em;
  width: 14px;
  height: 1px;
  background: #163b70;
}
.support-link li a:after {
  right: 0.5em;
  width: 9px;
  height: 9px;
  border-top: 1px solid #163b70;
  border-right: 1px solid #163b70;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 600px) {
  .support-list {
    margin-top: 2em;
  }
  .support-item {
    padding: 1.25em;
    display: block;
  }
  .support-img {
    margin: 0 auto;
    width: 75%;
    background: #fff;
  }
  .support-body {
    margin-top: 2em;
    width: 100%;
  }
  .support-body h3 {
    margin-bottom: 0.25em;
    font-size: 2rem;
  }
  .support-body .members-only {
    margin: 0.25em 0;
    font-weight: bold;
  }
  .support-link {
    margin-top: 1em;
    display: block;
  }
  .support-link li {
    margin: 0.5em 0 0 0;
  }
}