@charset "UTF-8";
/* CSS Document */
.p-strength {
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .p-strength {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 992px) {
  .p-strength__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 50px;
  }
}
.p-strength__list .box {
  background-color: #f4f4f4;
  padding: 20px 15px;
}
@media screen and (min-width: 992px) {
  .p-strength__list .box {
    width: 49%;
    padding: 30px;
  }
}
.p-strength__list .box:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-strength__list .box:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.p-strength__list .ttl-strength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .p-strength__list .ttl-strength {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-strength__list .ttl-strength .icon {
  margin-right: 10px;
  display: inline-block;
  width: 65px;
}
@media screen and (min-width: 992px) {
  .p-strength__list .ttl-strength .icon {
    margin-right: 0;
    width: 100px;
  }
}
.p-strength__list .ttl-strength .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.11111111;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 992px) {
  .p-strength__list .ttl-strength .ttl {
    margin-top: 28px;
    font-size: 24px;
    line-height: 1.25;
  }
}
.p-strength__list .txt {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .p-strength__list .txt {
    margin-top: 20px;
  }
}

.p-support {
  padding: 50px 0;
  margin-bottom: 50px;
  background-color: #f4f4f4;
}
@media screen and (min-width: 992px) {
  .p-support {
    margin-bottom: 0;
    padding: 120px 0;
  }
}
.p-support__ttl {
  text-decoration: underline;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.66666667;
  font-weight: bold;
  text-align: center;
  -webkit-text-decoration-color: #ff6b45;
          text-decoration-color: #ff6b45;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
@media screen and (min-width: 992px) {
  .p-support__ttl {
    font-size: 24px;
  }
}
.p-support__list {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-support__list {
    margin-top: 40px;
  }
}
.p-support__list .box {
  padding: 20px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 992px) {
  .p-support__list .box {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-support__list .box:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-support__list .box:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.p-support__list .box:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 992px) {
  .p-support__list .txt-wrap {
    width: calc(100% - 280px);
  }
}
.p-support__list .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55555556;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 992px) {
  .p-support__list .ttl {
    font-size: 24px;
  }
}
.p-support__list .list-box {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .p-support__list .list-box {
    margin-top: 20px;
  }
}
.p-support__list .list-box li {
  font-size: 16px;
  line-height: 1.875;
  padding-left: 20px;
  position: relative;
}
.p-support__list .list-box li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "●";
  color: #ff6b45;
}
.p-support__list .list-box li a {
  text-decoration: underline;
}
.p-support__list .img {
  margin-top: 15px;
  padding: 0 40px;
}
@media screen and (min-width: 992px) {
  .p-support__list .img {
    padding: 0;
    margin-top: 0;
    max-width: 230px;
  }
}