.example {
  width: 100%;
}

.example-title {
  text-align: center;
}

.example-tg {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.example-tg tr {
  border-bottom: 1px solid white;
}

.example-tg-year {
  color: white;
  background-color: #8ba0c1;
  text-align: center;
}

.example-tg-old {
  color: #505050;
  background-color: #f1f1f1;
}

.example-tg-result {
  background-color: #f1f1f1;
  font-weight: bold;
}

.example-tg-result:before {
  content: '';
  display: inline-block;
  background-image: url(../../image/speciality/arrow.svg);
  -moz-background-size: cover;
       background-size: cover;
  vertical-align: middle;
}

@media only screen and (min-width: 769px) {
  .example-title {
    font-size: 2.8rem;
    margin: 30px auto;
  }
  .example-title small {
    font-size: 2rem;
    font-weight: normal;
  }
  .example tr {
    height: 47px;
  }
  .example-tg-year {
    width: 80px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .example-tg-old {
    width: 450px;
    padding-left: 35px;
    font-size: 1.8rem;
  }
  .example-tg-result {
    width: 570px;
    font-size: 1.8rem;
  }
  .example-tg-result:before {
    width: 19px;
    height: 19px;
    margin-right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .example {
    margin: 0 auto 6.51042vw;
  }
  .example-title {
    font-size: 4.6875vw;
    margin: 3.90625vw auto;
  }
  .example-title small {
    font-size: 3.64583vw;
  }
  .example td {
    padding-top: 2.60417vw;
    padding-bottom: 2.60417vw;
  }
  .example-tg-year {
    font-size: 3.64583vw;
    padding: 0 2.60417vw;
  }
  .example-tg-old {
    padding-left: 2.60417vw;
    font-size: 3.64583vw;
  }
  .example-tg-result {
    position: relative;
    padding: 0 1.30208vw 0 6.51042vw;
    font-size: 3.64583vw;
  }
  .example-tg-result:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4.94792vw;
    height: 4.94792vw;
  }
}

.reason-item {
  background-color: white;
  -moz-box-shadow: 1.6px 1.2px 9.7px 0.3px rgba(0, 0, 0, 0.11);
       box-shadow: 1.6px 1.2px 9.7px 0.3px rgba(0, 0, 0, 0.11);
}

@media only screen and (min-width: 769px) {
  .reason-item {
    width: 570px;
    margin-bottom: 15px;
    padding: 25px;
  }
  .reason-item-title {
    line-height: 1;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 3px solid #0f3675;
    padding: 0 0 15px;
    margin: 0 0 25px;
  }
  .reason-item-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reason-item-content figure {
    margin: 0;
  }
  .reason-item-content p {
    font-size: 1.4rem;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .reason-item {
    width: 100%;
    margin-bottom: 2.60417vw;
    padding: 3.90625vw;
  }
  .reason-item-title {
    line-height: 1;
    font-size: 4.16667vw;
    font-weight: bold;
    border-bottom: 0.52083vw solid #0f3675;
    padding: 0 0 2.60417vw;
    margin: 0 0 5.20833vw;
  }
  .reason-item-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reason-item-content figure {
    margin: 0;
    width: 22.13542vw;
    height: 19.53125vw;
  }
  .reason-item-content figure img {
    width: 100%;
  }
  .reason-item-content p {
    width: 61.19792vw;
    font-size: 3.64583vw;
  }
}

.reason .c-btn {
  margin: 0 auto;
}

.reason-form {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.reason-form-title {
  background-color: #0f3675;
  color: white;
  text-align: center;
}

.reason-form-title small {
  display: block;
}

.reason-form input {
  display: block;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0;
       border-radius: 0;
  -moz-box-shadow: none;
       box-shadow: none;
  border: 1px solid #dfdfdf;
  color: #b5b5b5;
}

.reason-form input:focus {
  outline: none;
  background-color: #eee;
}

.reason-sign-privacy {
  text-decoration: underline !important;
  text-align: center;
  display: block;
}

@media only screen and (min-width: 769px) {
  .reason-sign {
    width: 365px;
  }
  .reason-sign-title {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .reason-sign-caution {
    font-size: 1.6rem;
    padding-left: 30px;
    margin: 10px 0;
  }
  .reason-sign-content {
    font-size: 1.4rem;
    padding-left: 30px;
    margin: 0 0 24px;
    text-indent: -1em;
    padding: 0 10px 0 3em;
  }
  .reason-sign-privacy {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .reason-form {
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding-bottom: 21px;
  }
  .reason-form-title {
    font-size: 2rem;
    padding: 15px 0;
    margin: 0 0 15px;
  }
  .reason-form-title small {
    font-size: 1.6rem;
  }
  .reason-form input {
    width: 345px;
    padding: 8px 10px;
    margin: 0 auto 8px;
  }
  .reason .c-btn {
    width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .reason-sign {
    width: 100%;
    margin: 15.625vw 0 0;
  }
  .reason-sign-title {
    font-size: 4.6875vw;
    text-align: center;
    margin: 0 0 3.90625vw;
  }
  .reason-sign-caution {
    font-size: 3.64583vw;
    padding: 0 5.20833vw;
    margin: 2.60417vw 0;
  }
  .reason-sign-privacy {
    font-size: 3.125vw;
    margin-bottom: 2.60417vw;
  }
  .reason-sign-content {
    font-size: 3.64583vw;
    padding: 0 5.20833vw;
    margin: 0 0 2.60417vw;
    text-indent: -1em;
    padding-left: 2.2em;
  }
  .reason-form {
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    padding-bottom: 5.20833vw;
  }
  .reason-form-title {
    font-size: 4.16667vw;
    padding: 2.60417vw 0;
    margin: 0 0 2.60417vw;
  }
  .reason-form-title small {
    font-size: 3.125vw;
  }
  .reason-form input {
    font-size: 4.16667vw;
    width: 90%;
    padding: 1.30208vw;
    margin: 0 auto 2.60417vw;
  }
  .reason .c-btn {
    width: 78.125vw;
  }
}

.reason .c-btn {
  margin: 0 auto;
}

.reason-form {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.reason-form-title {
  background-color: #0f3675;
  color: white;
  text-align: center;
}

.reason-form-title small {
  display: block;
}

.reason-form input {
  display: block;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0;
       border-radius: 0;
  -moz-box-shadow: none;
       box-shadow: none;
  border: 1px solid #dfdfdf;
  color: #b5b5b5;
}

.reason-form input:focus {
  outline: none;
  background-color: #eee;
}

.reason-sign-privacy {
  text-decoration: underline !important;
  text-align: center;
  display: block;
}

@media only screen and (min-width: 769px) {
  .reason-sign {
    width: 365px;
  }
  .reason-sign-title {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .reason-sign-caution {
    font-size: 1.6rem;
    padding-left: 30px;
    margin: 10px 0;
  }
  .reason-sign-content {
    font-size: 1.4rem;
    padding-left: 30px;
    margin: 0 0 24px;
    text-indent: -1em;
    padding: 0 10px 0 3em;
  }
  .reason-sign-privacy {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .reason-form {
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding-bottom: 21px;
  }
  .reason-form-title {
    font-size: 2rem;
    padding: 15px 0;
    margin: 0 0 15px;
  }
  .reason-form-title small {
    font-size: 1.6rem;
  }
  .reason-form input {
    width: 345px;
    padding: 8px 10px;
    margin: 0 auto 8px;
  }
  .reason .c-btn {
    width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .reason-sign {
    width: 100%;
    margin: 15.625vw 0 0;
  }
  .reason-sign-title {
    font-size: 4.6875vw;
    text-align: center;
    margin: 0 0 3.90625vw;
  }
  .reason-sign-caution {
    font-size: 3.64583vw;
    padding: 0 5.20833vw;
    margin: 2.60417vw 0;
  }
  .reason-sign-privacy {
    font-size: 3.125vw;
    margin-bottom: 2.60417vw;
  }
  .reason-sign-content {
    font-size: 3.64583vw;
    padding: 0 5.20833vw;
    margin: 0 0 2.60417vw;
    text-indent: -1em;
    padding-left: 2.2em;
  }
  .reason-form {
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    padding-bottom: 5.20833vw;
  }
  .reason-form-title {
    font-size: 4.16667vw;
    padding: 2.60417vw 0;
    margin: 0 0 2.60417vw;
  }
  .reason-form-title small {
    font-size: 3.125vw;
  }
  .reason-form input {
    font-size: 4.16667vw;
    width: 90%;
    padding: 1.30208vw;
    margin: 0 auto 2.60417vw;
  }
  .reason .c-btn {
    width: 78.125vw;
  }
}

.scout_free {
  background-color: white;
  -moz-box-shadow: 1.6px 1.2px 9.7px 0.3px rgba(0, 0, 0, 0.11);
       box-shadow: 1.6px 1.2px 9.7px 0.3px rgba(0, 0, 0, 0.11);
}

.scout_free-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.scout_free-wrapper img {
  width: 100%;
}

.scout_free-ins {
  border: 1px solid #4d6b9b;
}

.scout_free-point {
  counter-reset: li;
}

.scout_free-point-item {
  color: #505050;
  counter-increment: li;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.scout_free-point-item:before {
  content: counter(li) ".";
  display: inline-block;
  color: #0f3675;
  font-weight: bold;
}

.scout_free-point-item p {
  display: inline-block;
}

.scout_free-point-item:nth-of-type(1) {
  border-bottom: 1px dotted #505050;
}

.scout_free h3 {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .scout_free {
    width: 618px;
    padding: 5px;
  }
  .scout_free h3 {
    font-size: 2.1rem;
    margin: 15px 0 28px;
  }
  .scout_free figure {
    margin: 0;
  }
  .scout_free-ins {
    padding: 0 20px 25px;
  }
  .scout_free-point {
    margin-left: 25px;
  }
  .scout_free-point-item {
    width: 327px;
    font-size: 1.8rem;
  }
  .scout_free-point-item:before {
    margin-right: 20px;
    font-size: 2rem;
  }
  .scout_free-point-item:nth-of-type(1) {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .scout_free {
    padding: 1.30208vw;
  }
  .scout_free h3 {
    font-size: 4.16667vw;
    margin: 2.60417vw 0;
  }
  .scout_free figure {
    width: 39.0625vw;
    margin: 0;
  }
  .scout_free figure img {
    width: 100%;
  }
  .scout_free-point {
    width: 45.57292vw;
  }
  .scout_free-point-item {
    font-size: 3.64583vw;
  }
  .scout_free-point-item:before {
    margin-right: 2.60417vw;
    font-size: 3.90625vw;
  }
  .scout_free-point-item:nth-of-type(1) {
    padding-bottom: 2.60417vw;
    margin-bottom: 2.60417vw;
  }
  .scout_free-ins {
    padding: 0 1.30208vw 2.60417vw;
  }
}

.strategy {
  width: 100%;
}

.strategy-title {
  text-align: center;
}

.strategy .tg {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.strategy .tg th,
.strategy .tg td {
  border: 1px solid #929292;
}

.strategy .tg-blue {
  color: white;
  background-color: #0f3675;
}

.strategy .tg-gray {
  background-color: #ebeef0;
}

.strategy .tg th {
  font-weight: normal;
}

.strategy-consultant h3 {
  color: white;
}

.strategy-consultant h3 small {
  display: block;
  font-weight: normal;
}

.strategy .blue_box {
  background-color: #e8effb;
}

.strategy .blue_box h3 {
  background-color: #0f3675;
}

.strategy .gray_box {
  background-color: #f1f1f1;
}

.strategy .gray_box h3 {
  background-color: #505050;
}

.strategy-balloon {
  position: relative;
  background-color: #fff;
  color: #505050;
}

.strategy-balloon:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

@media only screen and (min-width: 769px) {
  .strategy {
    padding: 50px 0 0;
  }
  .strategy-title {
    line-height: 1;
    font-size: 2.8rem;
  }
  .strategy-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px auto 0;
  }
  .strategy-wrapper:nth-of-type(1) {
    margin-bottom: 45px;
  }
  .strategy-col {
    width: 530px;
  }
  .strategy-col p {
    font-size: 1.6rem;
    color: #505050;
  }
  .strategy .-left .tg {
    margin: 50px 0 0;
  }
  .strategy .-right .tg {
    margin: 25px 0 0;
  }
  .strategy .tg th, .strategy .tg td {
    font-size: 1.6rem;
  }
  .strategy .tg th {
    padding: 15px 0;
  }
  .strategy .tg td {
    height: 75px;
  }
  .strategy .tg-vision {
    width: 170px;
    padding: 0 10px;
  }
  .strategy .tg-a {
    width: 115px;
  }
  .strategy .tg-b {
    width: 75px;
  }
  .strategy .tg-c {
    width: 170px;
  }
  .strategy .tg-a, .strategy .tg-b, .strategy .tg-c {
    color: #505050;
    padding: 0 20px;
  }
  .strategy-consultant {
    width: 530px;
    padding-bottom: 25px;
    text-align: center;
  }
  .strategy-consultant h3 {
    padding: 20px 0;
    font-size: 2rem;
  }
  .strategy-consultant h3 small {
    font-size: 1.6rem;
  }
  .strategy .blue_box figure {
    margin: 20px 0 0;
  }
  .strategy .gray_box figure {
    margin: 35px 0 0;
  }
  .strategy-balloon {
    width: 430px;
    font-size: 2rem;
    padding: 20px 0;
    margin: 40px auto 0;
  }
  .strategy-balloon:before {
    border-width: 0 16px 26px 16px;
    top: -26px;
  }
}

@media only screen and (max-width: 768px) {
  .strategy {
    padding: 7.8125vw 0 0;
  }
  .strategy-title {
    font-size: 4.94792vw;
  }
  .strategy-col {
    width: 100%;
    margin: 5.20833vw 0;
  }
  .strategy-col p {
    font-size: 3.64583vw;
    color: #505050;
  }
  .strategy .tg {
    margin: 5.20833vw 0 0;
  }
  .strategy .tg th, .strategy .tg td {
    font-size: 3.64583vw;
  }
  .strategy .tg th {
    padding: 3.90625vw 0;
  }
  .strategy .tg td {
    height: 13.02083vw;
  }
  .strategy .tg-vision {
    width: 40%;
    padding: 0 1.30208vw;
  }
  .strategy .tg-a, .strategy .tg-b, .strategy .tg-c {
    width: 20%;
    color: #505050;
    padding: 0 2.60417vw;
  }
  .strategy-consultant {
    width: 100%;
    padding-bottom: 3.90625vw;
    margin-bottom: 5.20833vw;
    text-align: center;
  }
  .strategy-consultant h3 {
    padding: 2.60417vw 0;
    font-size: 4.16667vw;
  }
  .strategy-consultant h3 small {
    font-size: 3.64583vw;
  }
  .strategy-consultant figure {
    margin: 5.20833vw auto 0;
    width: 82.03125vw;
  }
  .strategy-consultant figure img {
    width: 100%;
  }
  .strategy .blue_box {
    margin-top: 6.51042vw;
  }
  .strategy-balloon {
    width: 82.03125vw;
    font-size: 3.90625vw;
    padding: 5.20833vw 0;
    margin: 10.41667vw auto 0;
  }
  .strategy-balloon:before {
    border-width: 0 4.16667vw 6.77083vw 4.16667vw;
    top: -6.77083vw;
  }
}

.p-search-result-extra {
  background: #f1f1f1;
}

.p-search-manage {
  padding: 34px 0 43px;
  width: 100%;
}

.p-search-manage_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-search-manage_wrap .left {
  width: 50%;
  padding: 0 44px 0 0;
}

.p-search-manage_wrap .right {
  width: 50%;
  padding: 0 17px 0 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-search-manage_wrap article h3 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 700;
  padding: 0 0 0 105px;
  color: #0f3675;
}

.p-search-manage_wrap article h3 + figure {
  margin-top: 12px;
}

.p-search-manage_wrap article figure {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-search-manage_wrap article figure + figure {
  margin-top: 27px;
}

.p-search-manage_wrap article figure img {
  margin-right: 31px;
  width: 53px;
  height: 53px;
  object-fit: cover;
}

.p-search-manage_wrap article figure figcaption {
  width: -webkit-calc(100% - 31px - 53px);
  width: -moz-calc(100% - 31px - 53px);
  width: calc(100% - 31px - 53px);
  background: #fff;
  padding: 15px 9px 10px 19px;
  position: relative;
  -moz-border-radius: 3px;
       border-radius: 3px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.p-search-manage_wrap article figure figcaption::before {
  position: absolute;
  content: "";
  border-width: 12px 17px 12px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-search-manage_wrap article figure figcaption em {
  font-style: normal;
  font-weight: 700;
  display: block;
}

.p-search-manage_wrap article figure figcaption span {
  display: block;
}

@media only screen and (max-width: 768px) {
  .p-search-manage {
    padding: 5.20833vw 0 5.20833vw;
  }
  .p-search-manage_wrap {
    display: block;
  }
  .p-search-manage_wrap .left {
    width: 100%;
    padding: 0;
  }
  .p-search-manage_wrap .right {
    width: 100%;
    padding: 0;
  }
  .p-search-manage_wrap .right article {
    margin-top: 3.90625vw;
  }
  .p-search-manage_wrap article h3 {
    font-size: 4.6875vw;
    line-height: 1.5;
    padding: 0 0 0 13.67188vw;
  }
  .p-search-manage_wrap article figure + figure {
    margin-top: 3.90625vw;
  }
  .p-search-manage_wrap article figure img {
    margin-right: 3.90625vw;
    width: 6.90104vw;
    height: 6.90104vw;
  }
  .p-search-manage_wrap article figure figcaption {
    width: -webkit-calc(100% - 6.90104vw - 3.90625vw);
    width: -moz-calc(100% - 6.90104vw - 3.90625vw);
    width: calc(100% - 6.90104vw - 3.90625vw);
    font-size: 4.16667vw;
    line-height: 1.5;
  }
  .p-search-manage_wrap article figure figcaption::before {
    border-width: 1.5625vw 2.34375vw 1.5625vw 0;
    left: -2.34375vw;
  }
}

.bold-text {
  font-weight: bold;
}

.bgPattern {
  background-image: url(../../image/bg_pattern.jpg);
  background-repeat: repeat-x repeat-y;
  -moz-background-size: 3px 3px;
       background-size: 3px 3px;
}

.reason-title {
  text-align: center;
}

.reason-leftcol {
  position: relative;
}

.reason-leftcol:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}

@media only screen and (min-width: 769px) {
  .reason {
    width: 1100px;
    margin: 0 auto;
    padding: 55px 0;
  }
  .reason-title {
    font-size: 3.2rem;
    margin-bottom: 50px;
    font-weight: bold;
  }
  .reason-leftcol:after {
    top: 50%;
    right: -90px;
    border-style: solid;
    border-width: 90px 0 90px 40px;
    border-color: transparent transparent transparent #c8161d;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .reason-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .reason {
    width: 93.75vw;
    margin: 0 auto;
    padding: 7.8125vw 0;
  }
  .reason-title {
    font-size: 5.20833vw;
    margin-bottom: 5.20833vw;
  }
  .reason-leftcol:after {
    bottom: -13.02083vw;
    left: 50%;
    border-style: solid;
    border-width: 7.8125vw 13.02083vw 0 13.02083vw;
    border-color: #c8161d transparent transparent transparent;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
