@charset "UTF-8";
.header-201704lp {
  margin-top: 20px;
  margin-left: 20PX;
  margin-right: 20PX;
  border-top: #da0024 1px solid;
  padding-top: 9px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1; }
  .header-201704lp img {
    vertical-align: bottom; }
  @media only screen and (max-width: 767px) {
    .header-201704lp {
      margin-top: 10px;
      margin-right: 10px;
      margin-left: 10px;
      padding-bottom: 10px; }
      .header-201704lp img {
        max-width: 120px;
        height: auto; } }

@-webkit-keyframes main_hover {
  from {
    bottom: 60px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }

@keyframes main_hover {
  from {
    bottom: 60px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }

@media only screen and (max-width: 767px) {
  @-webkit-keyframes main_hover {
    from {
      bottom: 20px;
      opacity: 1; }
    to {
      bottom: 0;
      opacity: 0; } }
  @keyframes main_hover {
    from {
      bottom: 20px;
      opacity: 1; }
    to {
      bottom: 0;
      opacity: 0; } } }

.lp201704-main {
  display: table;
  width: 100%; }
  .lp201704-main img {
    vertical-align: bottom; }
  @media only screen and (max-width: 767px) {
    .lp201704-main {
      display: block; } }
  .lp201704-main__item {
    display: table-cell;
    width: 50%;
    vertical-align: top; }
    @media only screen and (max-width: 767px) {
      .lp201704-main__item {
        width: auto;
        display: block; } }
  .lp201704-main__background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100.1%;
    height: auto;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear; }
    @media only screen and (max-width: 767px) {
      .lp201704-main__background {
        position: static; } }
  .lp201704-main__btn {
    position: relative;
    display: block;
    padding-top: 63.777777777777777%;
    height: 0;
    overflow: hidden;
    text-align: center; }
    .lp201704-main__btn:hover .lp201704-main__background {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    @media only screen and (max-width: 767px) {
      .lp201704-main__btn {
        height: auto;
        padding-top: 0; } }
    .lp201704-main__btn:hover .lp201704-main__text::after {
      -webkit-animation: .5s linear  infinite main_hover;
              animation: .5s linear  infinite main_hover; }
    .lp201704-main__btn:hover .lp201704-main__title_intro::after {
      width: 235px; }
      @media only screen and (max-width: 767px) {
        .lp201704-main__btn:hover .lp201704-main__title_intro::after {
          width: 100%; } }
    .lp201704-main__btn:hover .lp201704-main__title_collabo::after {
      width: 332px; }
      @media only screen and (max-width: 767px) {
        .lp201704-main__btn:hover .lp201704-main__title_collabo::after {
          width: 100%; } }
  .lp201704-main__title {
    display: inline-block;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto; }
    .lp201704-main__title img {
      display: block;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
    @media only screen and (max-width: 767px) {
      .lp201704-main__title {
        padding-bottom: 12px;
        margin-bottom: 12px; }
        .lp201704-main__title img {
          height: 16px;
          width: auto; } }
    .lp201704-main__title::after {
      position: absolute;
      content: '';
      display: inline-block;
      width: 38px;
      height: 2px;
      background-color: #fff;
      left: 0;
      right: 0;
      bottom: 0;
      margin-left: auto;
      margin-right: auto;
      -webkit-transition: width 0.3s ease-out;
      transition: width 0.3s ease-out; }
      @media only screen and (max-width: 767px) {
        .lp201704-main__title::after {
          width: 20px;
          height: 1px; } }
  .lp201704-main__text {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 2px;
    padding-bottom: 90px;
    line-height: 26px; }
    @media only screen and (max-width: 767px) {
      .lp201704-main__text {
        font-size: 8px;
        line-height: 16px;
        padding-bottom: 35px; } }
    .lp201704-main__text::after {
      display: inline-block;
      position: absolute;
      content: '';
      width: 15px;
      height: 15px;
      border-right: solid 2px;
      border-bottom: solid 2px;
      left: 0;
      right: 0;
      bottom: 60px;
      margin-left: auto;
      margin-right: auto;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
      @media only screen and (max-width: 767px) {
        .lp201704-main__text::after {
          border-width: 1px;
          bottom: 10px; } }
  .lp201704-main__comment {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .lp201704-main__comment {
        width: 100%;
        height: 50%;
        right: 0;
        bottom: 0;
        margin: auto; } }

.lp201704-lead {
  max-width: 839px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 160px; }
  @media only screen and (max-width: 767px) {
    .lp201704-lead {
      margin-left: 10px;
      margin-right: 10px;
      padding-top: 40px;
      padding-bottom: 40px; } }
  .lp201704-lead img {
    vertical-align: bottom; }
  .lp201704-lead__cont {
    text-align: center; }
  .lp201704-lead__title {
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .lp201704-lead__title {
        margin-bottom: 20px; }
        .lp201704-lead__title img {
          height: 13px;
          width: auto; } }
  .lp201704-lead__text {
    margin-bottom: 65px; }
    @media only screen and (max-width: 767px) {
      .lp201704-lead__text {
        margin-bottom: 30px; } }
    .lp201704-lead__text p {
      font-size: 14px;
      line-height: 26px;
      margin-bottom: 26px; }
      @media only screen and (max-width: 767px) {
        .lp201704-lead__text p {
          font-size: 12px; } }
  .lp201704-lead__nav {
    margin-left: 10px;
    margin-right: 10px; }
    .lp201704-lead__nav:before, .lp201704-lead__nav:after {
      content: "";
      display: table; }
    .lp201704-lead__nav:after {
      clear: both; }
  .lp201704-lead__btn {
    color: #3f484d;
    width: calc(50% - 20px);
    float: left;
    font-size: 14px;
    line-height: 26px; }
    @media only screen and (max-width: 767px) {
      .lp201704-lead__btn {
        font-size: 12px;
        float: none;
        width: 100%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto; } }
    .lp201704-lead__btn:last-child {
      float: right; }
      @media only screen and (max-width: 767px) {
        .lp201704-lead__btn:last-child {
          float: none; } }
    .lp201704-lead__btn a {
      position: relative;
      color: #ffffff;
      background-color: #3f484d;
      display: block;
      border: solid 1px;
      padding-top: 36px;
      padding-bottom: 36px;
      box-sizing: border-box;
      -webkit-transition: opacity .2s ease;
      transition: opacity .2s ease; }
      @media only screen and (max-width: 767px) {
        .lp201704-lead__btn a {
          padding-top: 22px;
          padding-bottom: 22px; } }
      .lp201704-lead__btn a::after {
        display: inline-block;
        content: '';
        width: 8px;
        height: 8px;
        margin-left: 6px;
        border-right: solid 1px;
        border-top: solid 1px;
        vertical-align: middle;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .lp201704-lead__btn a:hover {
        opacity: .8; }

.lp201704-content {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 262px;
  padding-bottom: 140px; }
  @media only screen and (max-width: 767px) {
    .lp201704-content {
      padding-top: 120px;
      padding-bottom: 60px;
      background-size: auto 120px; } }
  .lp201704-content img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto; }
  .lp201704-content_introduce {
    background-image: url(/client_info/JINSJINS/view/userweb/ext/st/business/img/bg_cont-01.jpg); }
  .lp201704-content_collaboration {
    background-image: url(/client_info/JINSJINS/view/userweb/ext/st/business/img/bg_cont-02.jpg); }
    .lp201704-content_collaboration .lp201704-content__header {
      padding-bottom: 90px;
      border-bottom: solid 1px;
      margin-left: 20px;
      margin-right: 20px; }
      @media only screen and (max-width: 767px) {
        .lp201704-content_collaboration .lp201704-content__header {
          padding-bottom: 30px; } }
  .lp201704-content__block {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff; }
  .lp201704-content__box {
    padding-top: 80px; }
    @media only screen and (max-width: 767px) {
      .lp201704-content__box {
        padding-top: 20px; } }
  .lp201704-content__header {
    text-align: center;
    margin-bottom: 95px; }
    @media only screen and (max-width: 767px) {
      .lp201704-content__header {
        margin-bottom: 40px; } }
  .lp201704-content__title {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 40px; }
    .lp201704-content__title img {
      vertical-align: bottom; }
      @media only screen and (max-width: 767px) {
        .lp201704-content__title img {
          height: 18px;
          width: auto; } }
    @media only screen and (max-width: 767px) {
      .lp201704-content__title {
        padding-bottom: 20px;
        margin-bottom: 20px; } }
    .lp201704-content__title::after {
      position: absolute;
      content: '';
      display: inline-block;
      width: 38px;
      height: 1px;
      background-color: #000;
      left: 0;
      right: 0;
      bottom: 0;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (max-width: 767px) {
        .lp201704-content__title::after {
          width: 28px; } }
  .lp201704-content__leadtext {
    font-size: 14px;
    line-height: 26px; }
    @media only screen and (max-width: 767px) {
      .lp201704-content__leadtext {
        font-size: 12px;
        line-height: 20px; } }
  .lp201704-content__contents-block {
    margin-left: 10px;
    margin-right: 10px; }

.lp201704-content-introduce_pt-01 {
  padding-bottom: 110px; }
  @media only screen and (max-width: 767px) {
    .lp201704-content-introduce_pt-01 {
      margin-left: 20px;
      margin-right: 20px;
      padding-bottom: 40px; } }

.lp201704-content-introduce_pt02 {
  max-width: 1042px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 90px; }
  @media only screen and (max-width: 767px) {
    .lp201704-content-introduce_pt02 {
      margin-left: 30px;
      margin-right: 30px;
      padding-bottom: 40px; } }

.lp201704-content-introduce__image {
  margin-bottom: 28px; }
  @media only screen and (max-width: 767px) {
    .lp201704-content-introduce__image {
      margin-bottom: 12px; } }

.lp201704-content-introduce__title {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 28px; }
  @media only screen and (max-width: 767px) {
    .lp201704-content-introduce__title {
      font-size: 10px;
      line-height: 18px;
      margin-bottom: 12px; } }

.lp201704-content-introduce__text {
  max-width: 904px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 14px;
  line-height: 24px; }
  @media only screen and (max-width: 767px) {
    .lp201704-content-introduce__text {
      font-size: 10px;
      line-height: 18px; } }
  .lp201704-content-introduce__text p {
    font-size: 14px;
    line-height: 24px; }
    @media only screen and (max-width: 767px) {
      .lp201704-content-introduce__text p {
        font-size: 10px;
        line-height: 18px; } }

.lp201704-content-introduce__nav {
  text-align: center; }

.lp201704-content-introduce__btn {
  position: relative;
  color: #3f484d;
  display: inline-block;
  max-width: 400px;
  width: 100%;
  margin-top: 50px;
  padding-top: 36px;
  padding-bottom: 36px;
  border: solid 1px;
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box;
  -webkit-transition: color .2s ease;
  transition: color .2s ease; }
  @media only screen and (max-width: 767px) {
    .lp201704-content-introduce__btn {
      margin-top: 20px;
      font-size: 12px;
      line-height: 24px;
      padding-top: 22px;
      padding-bottom: 22px; } }
  .lp201704-content-introduce__btn::after {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border-right: solid 1px;
    border-top: solid 1px;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .lp201704-content-introduce__btn:hover {
    color: #da0024; }

.lp201704-content-introduce__image-row {
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .lp201704-content-introduce__image-row {
      margin-bottom: 10px; } }
  .lp201704-content-introduce__image-row_p2:before, .lp201704-content-introduce__image-row_p2:after {
    content: "";
    display: table; }
  .lp201704-content-introduce__image-row_p2:after {
    clear: both; }
  .lp201704-content-introduce__image-row_p2 .lp201704-content-introduce__image-wrap {
    width: calc(50% - 10px);
    float: left; }
    @media only screen and (max-width: 767px) {
      .lp201704-content-introduce__image-row_p2 .lp201704-content-introduce__image-wrap {
        width: calc(50% - 5px); } }
    .lp201704-content-introduce__image-row_p2 .lp201704-content-introduce__image-wrap:nth-child(2) {
      float: right;
      -webkit-transition-delay: 200ms;
              transition-delay: 200ms; }

.lp201704-btn-line {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px; }
  .lp201704-btn-line__btn {
    position: relative;
    color: #ffffff;
    background-color: #3f484d;
    display: inline-block;
    width: 400px;
    max-width: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
    border: solid 1px;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease; }
    @media only screen and (max-width: 767px) {
      .lp201704-btn-line__btn {
        font-size: 12px;
        line-height: 24px;
        padding-top: 22px;
        padding-bottom: 22px; } }
    .lp201704-btn-line__btn::after {
      display: inline-block;
      content: '';
      width: 8px;
      height: 8px;
      margin-left: 6px;
      border-right: solid 1px;
      border-top: solid 1px;
      vertical-align: middle;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .lp201704-btn-line__btn:hover {
      opacity: .8; }

.lp201704-content-collaboration {
  margin-top: 90px;
  margin-bottom: 90px;
  padding-bottom: 90px;
  border-bottom: solid 1px; }
  @media only screen and (max-width: 767px) {
    .lp201704-content-collaboration {
      margin-left: 20px;
      margin-right: 20px;
      margin-top: 40px;
      margin-bottom: 40px;
      padding-bottom: 20px; } }
  .lp201704-content-collaboration img {
    max-width: 100%;
    height: auto; }
  .lp201704-content-collaboration__image {
    max-width: 1042px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center; }
    .lp201704-content-collaboration__image:before, .lp201704-content-collaboration__image:after {
      content: "";
      display: table; }
    .lp201704-content-collaboration__image:after {
      clear: both; }
    @media only screen and (max-width: 767px) {
      .lp201704-content-collaboration__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-line-pack: center;
            align-content: center; } }
  .lp201704-content-collaboration__image-main {
    float: left;
    width: 58.541266794626%; }
    @media only screen and (max-width: 767px) {
      .lp201704-content-collaboration__image-main {
        float: none;
        width: 65%;
        height: 100px;
        position: relative; }
        .lp201704-content-collaboration__image-main img {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; } }
  .lp201704-content-collaboration__image-sub {
    float: right;
    width: 40%;
    height: 100px; }
    @media only screen and (max-width: 767px) {
      .lp201704-content-collaboration__image-sub {
        float: none;
        width: 25%;
        position: relative; }
        .lp201704-content-collaboration__image-sub img {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; } }
  .lp201704-content-collaboration__title {
    max-width: 885px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px; }
    @media only screen and (max-width: 767px) {
      .lp201704-content-collaboration__title {
        font-size: 12px;
        line-height: 18px; } }
    .lp201704-content-collaboration__title a {
      -webkit-transition: color .2s ease;
      transition: color .2s ease; }
      .lp201704-content-collaboration__title a::after {
        display: inline-block;
        content: '';
        width: 8px;
        height: 8px;
        margin-left: 24px;
        border-right: solid 1px;
        border-top: solid 1px;
        vertical-align: baseline;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
        @media only screen and (max-width: 767px) {
          .lp201704-content-collaboration__title a::after {
            position: relative;
            top: -2px;
            width: 6px;
            height: 6px; } }
      .lp201704-content-collaboration__title a:hover {
        color: #da0024; }
  .lp201704-content-collaboration__text {
    max-width: 885px;
    margin-left: auto;
    margin-right: auto; }
    .lp201704-content-collaboration__text p {
      font-size: 14px;
      line-height: 24px; }
      @media only screen and (max-width: 767px) {
        .lp201704-content-collaboration__text p {
          font-size: 12px;
          line-height: 18px; } }

.lp201704-faq {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 767px) {
    .lp201704-faq {
      margin-left: 20px;
      margin-right: 20px; } }
  .lp201704-faq p {
    font-size: 14px;
    line-height: 24px; }
    @media only screen and (max-width: 767px) {
      .lp201704-faq p {
        font-size: 10px;
        line-height: 18px; } }
  .lp201704-faq__box {
    margin-left: 10px;
    margin-right: 10px; }
  .lp201704-faq__title {
    font-size: 18px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .lp201704-faq__title {
        font-size: 14px;
        margin-bottom: 12px; } }
  .lp201704-faq__list {
    border-top: solid 1px #cfd1d2; }
  .lp201704-faq__item {
    position: relative;
    padding-top: 24px;
    padding-bottom: 20px;
    border-bottom: solid 1px #cfd1d2;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .lp201704-faq__item {
        padding-top: 12px;
        padding-bottom: 10px; } }
    .lp201704-faq__item::after {
      display: inline-block;
      position: absolute;
      content: '';
      width: 8px;
      height: 8px;
      border-right: solid 1px #535b5f;
      border-bottom: solid 1px #535b5f;
      right: 5px;
      top: 24px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
      @media only screen and (max-width: 767px) {
        .lp201704-faq__item::after {
          width: 6px;
          height: 6px;
          top: 12px; } }
    .lp201704-faq__item.is-open::after {
      border-right: none;
      border-bottom: none;
      border-left: solid 1px #535b5f;
      border-top: solid 1px #535b5f; }
  .lp201704-faq__question {
    padding-right: 1em; }
  .lp201704-faq__answer {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s linear;
    transition: height .3s linear; }
    .lp201704-faq__answer p {
      padding-top: 6px;
      color: #ff3333;
      text-indent: -1.5em;
      margin-left: 1.5em; }
      .lp201704-faq__answer p a {
        color: inherit; }

.footer-201704lp {
  margin-top: 100px;
  margin-left: 20PX;
  margin-right: 20PX;
  border-top: #da0024 1px solid;
  padding-top: 9px;
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 1; }
  .footer-201704lp:before, .footer-201704lp:after {
    content: "";
    display: table; }
  .footer-201704lp:after {
    clear: both; }
  @media only screen and (max-width: 767px) {
    .footer-201704lp {
      margin-top: 40px;
      padding-bottom: 20px; } }
  .footer-201704lp img {
    vertical-align: bottom; }
  .footer-201704lp > p {
    display: inline-block; }
  .footer-201704lp__corplogo {
    margin-right: 12px; }
    @media only screen and (max-width: 767px) {
      .footer-201704lp__corplogo {
        margin-right: 0; } }
    .footer-201704lp__corplogo img {
      width: 80px;
      height: auto; }
      @media only screen and (max-width: 767px) {
        .footer-201704lp__corplogo img {
          width: 50px; } }
  .footer-201704lp__address {
    color: #da0024; }
  @media only screen and (max-width: 767px) {
    .footer-201704lp__address {
      font-size: 10px; }
      .footer-201704lp__address img {
        width: 160px;
        height: auto; } }
  .footer-201704lp__goPagetop {
    float: right; }
    .footer-201704lp__goPagetop a {
      display: block;
      height: 0;
      padding-top: 16px;
      width: 82px;
      overflow: hidden;
      background-image: url(/client_info/JINSJINS/view/userweb/ext/st/business/img/footer_btn_pagetop.png);
      background-position: left top;
      background-repeat: no-repeat; }
      .footer-201704lp__goPagetop a:hover {
        background-position: left -20px; }

.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms; }

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

.page-nav {
  position: fixed;
  top: 100px;
  left: 0;
  background-color: transparent;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 10px 5px 0;
  -webkit-transition: top .3s;
  transition: top .3s; }
  @media only screen and (max-width: 1023px) {
    .page-nav {
      display: none; } }
  .page-nav__cont {
    margin-bottom: 24px; }
  .page-nav__cont-item {
    position: relative;
    -webkit-transition: left .3s linear;
    transition: left .3s linear;
    font-size: 0;
    margin-bottom: 5px;
    left: -161px;
    box-sizing: border-box; }
    .page-nav__cont-item span {
      display: inline-block;
      background-color: #96a0a8;
      color: #ffffff;
      font-size: 12px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      -webkit-transition: background-color .3s linear;
      transition: background-color .3s linear; }
    .page-nav__cont-item:hover, .page-nav__cont-item.is-current {
      left: 0; }
      .page-nav__cont-item:hover span, .page-nav__cont-item.is-current span {
        background-color: #3f484d; }
  .page-nav__cont-item-label {
    width: 161px;
    margin-right: 5px; }
  .page-nav__cont-item-num {
    width: 40px; }
  .page-nav__contact-item {
    margin-bottom: 5px; }
    .page-nav__contact-item a {
      position: relative;
      display: block;
      color: #3f484d;
      background-color: #fff;
      padding-top: 3px;
      padding-left: 10px;
      border-top: solid 1px;
      border-right: solid 1px;
      border-bottom: solid 1px;
      -webkit-transition: color .2s ease,left .3s linear;
      transition: color .2s ease,left .3s linear;
      left: -161px; }
      .page-nav__contact-item a::after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-right: solid 1px;
        border-top: solid 1px;
        right: 15px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .page-nav__contact-item a:hover {
        color: #da0024;
        left: 0; }