@charset "UTF-8";
html .lp , body .lp ,.lp div, .lp span, .lp applet, .lp object, .lp iframe,
.lp h1, .lp h2, .lp h3, .lp h4, .lp h5, .lp .lp h6, .lp p, .lp blockquote, .lp pre,
.lp a, .lp abbr, .lp acronym, .lp address, .lp big, .lp cite, .lp code,
.lp del, .lp dfn, .lp em, .lp img, .lp ins, .lp kbd, .lp q, .lp s, .lp samp,
.lp small, .lp strike, .lp strong, .lp sub, .lp sup, .lp tt, .lp var,
.lp b, .lp u, .lp i, .lp center,
.lp dl, .lp dt, .lp dd, .lp ol, .lp ul, .lp li,
.lp fieldset, .lp form, .lp label, .lp legend,
.lp table, .lp caption, .lp tbody, .lp tfoot, .lp thead, .lp tr, .lp th, .lp td,
.lp article, .lp aside, .lp canvas, .lp details, .lp embed,
.lp figure, .lp figcaption, .lp footer, .lp header, .lp hgroup,
.lp menu, .lp nav, .lp output, .lp ruby, .lp section, .lp summary,
.lp time, .lp mark, .lp audio, .lp video {
margin: 0;
padding: 0;
border: none;
text-align: left;
zoom: 1;
}
.lp article, .lp aside, .lp details, .lp figcaption, .lp figure,
.lp footer, .lp header, .lp hgroup, .lp menu, .lp nav, .lp section {
display: block;
}
.lp table {
border-collapse: collapse;
font-family: inherit;
}
.lp h1,.lp h2,.lp h3,.lp h4,.lp h5 {
font-size: 100%;
font-weight: normal;
line-height: 1;
}
.lp input,.lp textarea,.lp select {
font-family: inherit;
font-size: 16px;
}
.lp input[type="button"],.lp input[type="text"],.lp input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
.lp textarea {
resize: none;
-webkit-appearance: none;
border-radius: 0;
}
.lp th,.lp td {
border-collapse: collapse;
}
.lp table th,.lp table td {
white-space: nowrap;
}
.lp ul,.lp ol {
list-style-type: none;
}
.lp img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width :auto;
}

@charset "UTF-8";

@media (min-width: 993px) and (max-width: 1199px) {
    .lp .header__logo {
        padding-top: 16px !important;
    }
    .lp .header__logo img {
        height: 48px !important;
    }
    .lp .gnavList__item {
        font-size: 11px !important;
    }
    .lp .gnavList__item a {
        padding: 0 7px !important;
    }
    .lp .gnavCta__item a {
        font-size: 11px !important;
        padding: 38px 8px 10px !important;
    }
}

/*pc*/
@media screen and (min-width: 993px) {
    .lp {
        position: relative;
        padding-top: 80px !important;
    }
    .lp .header {
        width: 100vw;
        height: 80px;
        position: fixed;
        top: 0;
        display: flex;
        justify-content: space-between;
        padding: 0 16px;
        box-sizing: content-box;
    }
    .lp .header__logo {
        padding-top: 12px;
    }
    .lp .header__logo img {
        width: auto;
        height: 56px;
    }
    .lp .gnavBox {
        display: flex;
    }
    .lp .gnavBtn {
        display: none;
    }
    .lp .gnavList {
        display: flex;
    }
    .lp .gnavList__item {
        font-size: 13px;
        font-weight: bold;
    }
    .lp .gnavList__item a {
        display: block;
        line-height: 80px;
        padding: 0 11px;
        text-decoration: none;
    }
    .lp .gnavList__item a:hover {
        opacity: 0.7;
    }
    .lp .gnavCta {
        display: flex;
        margin-right: 40px;
    }
    .lp .gnavCta__item {
        line-height: 80px;
        margin: 0 4px;
        position: relative;
    }
    .lp .gnavCta__item:before {
        content: '';
        width: 24px;
        height: 24px;
        position: absolute;
        top: 15px;
        left: calc(50% - 12px);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        pointer-events: none;
    }
    .lp .gnavCta__item.--tel {
    }
    .lp .gnavCta__item.--contact {
    }
    .lp .gnavCta__item.--tel:before  {
        background-image: url("../img/foreign-talent-placement/icon_tel-blue.png");
    }
    .lp .gnavCta__item.--request:before  {
      background-image: url("../img/foreign-talent-placement/icon_request.png");
  }
    .lp .gnavCta__item.--contact:before {
        background-image: url("../img/foreign-talent-placement/icon_contact.png");
    }
    .lp .gnavCta__item a {
        line-height: 13px;
        margin-top: 8px;
        font-weight: bold;
        font-size: 13px;
        display: block;
        text-decoration: none;
        padding: 38px 16px 10px;
    }
    .lp .gnavCta__item.--tel a {
      color: #0458A9;
      background-color: #fff;
      border-radius: 8px;
      border: 2px solid #0458A9;
      line-height: 9px;
  }
    .lp .gnavCta__item.--request a {
        color: #fff;
        background-color: #43A047;
        border-radius: 8px;
    }
    .lp .gnavCta__item.--contact a {
        color: #fff;
        background-color: #FD244E;
        border-radius: 8px;
    }
}
/*sp*/
@media screen and (max-width: 992px) {
    .lp {
        position: relative;
        padding-top: 48px !important;
    }
    .lp .header {
        width: 100vw;
        height: 48px;
        position: fixed;
        top: 0;
        padding: 0;
        box-sizing: content-box;
    }
    .lp .gnavBtn {
        position: fixed;
        width: 48px;
        height: 48px;
        left: 0;
        top: 0;
    }
    .lp .gnavBtn span {
        position: absolute;
        width: 32px;
        background-color: #333;
        height: 2px;
        top: 22px;
        left: 8px;
    }
    .lp .gnavBtn span:before {
        position: relative;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: -8px;
        left: 0;
        background-color: #333;
    }
    .lp .gnavBtn span:after {
        position: relative;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 8px;
        left: 0;
        background-color: #333;
    }
    .lp .gnavList {
        display: none;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        margin-top: 48px;
    }
    .lp .gnavList__item {
        font-size: 16px;
        font-weight: bold;
        border-top: 1px solid #ccc;
    }
    .lp .gnavList__item a {
        display: block;
        padding: 0 12px;
        line-height: 40px;
        text-decoration: none;
    }
    .lp .gnavCta {
        position: fixed;
        display: flex;
        right: 4px;
        top: 0px;
    }
    .lp .gnavCta__item {
        line-height: 40px;
        margin: 4px 4px;
        position: relative;
    }
    .lp .gnavCta__item:before {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 4px;
      left: calc(50% - 8px);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      pointer-events: none;
    }
    .lp .gnavCta__item.--tel {
    }
    .lp .gnavCta__item.--contact {
    }
    .lp .gnavCta__item.--tel:before  {
        background-image: url("../img/foreign-talent-placement/icon_tel-blue.png");
    }
    .lp .gnavCta__item.--request:before  {
      background-image: url("../img/foreign-talent-placement/icon_request.png");
  }
    .lp .gnavCta__item.--contact:before {
        background-image: url("../img/foreign-talent-placement/icon_contact.png");
    }
    .lp .gnavCta__item a {
        line-height: 4.8;
        height: 40px;
        font-weight: normal;
        font-size: 12px;
        display: block;
        text-decoration: none;
        padding: 0 14px;
    }
    .lp .gnavCta__item.--tel a {
      color: #0458A9;
      background-color: #fff;
      border-radius: 8px;
      border: 1px solid #0458A9;
      height: 38px;
  }
    .lp .gnavCta__item.--request a {
        color: #fff;
        background-color: #43A047;
        border-radius: 8px;
    }
    .lp .gnavCta__item.--contact a {
        color: #fff;
        background-color: #FD244E;
        border-radius: 8px;
    }
}

.lp .main-img {
    width: 100%;
    height: 100vh;
    min-height: 800px;
    background-image: url("../img/foreign-talent-placement/top-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing:border-box;
    padding-top: 24px;
}

.lp .main-img__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.lp .stepjob-logo {
    display: none;
}

.lp .shoukaijisseki {
    position: relative;
    display: flex;
}

.lp .shoukaijisseki__lbox {
    position: relative;
    padding-left: 84px;
    padding-top: 16px;
}

.lp .shoukaijisseki__lbox::before {
    content: "";
    background-image: url("../img/foreign-talent-placement/oukan.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 69px;
    height: 88px;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 16px;
}

.lp .shoukaijisseki__lboxtitle {
    font-size: 18px;
    line-height: 0;
    color: #E54701;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
}

.lp .shoukaijisseki__numberbox {
    position: relative;
}

.lp .shoukaijisseki__number  {
    font-size: 68px;
    color: #e54701;
    font-family: "Anton", sans-serif;
}

.lp .shoukaijisseki__mei {
    font-size: 34px;
    color: #e54701;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
}

.lp .shoukaijisseki__rbox {
    position: relative;
    top: 78px;
    padding-left: 10px;
}

.lp .shoukaijisseki__rboxtext {
    font-size: 18px;
    color: #e54701;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
}

.lp .main-img__copy {
    width: 707px;
    height: 199px;
}

.lp .main-img__pc {
    display: block; 
}

.lp .main-img__sp {
    display: none;
}

.lp .main-img__copy--sp {
  display: none;
}

.lp .main-img__pic {
    width: 345px;
    height: 155px;
}

.lp .jissekinumber {
    position: relative;
    width: 707px;
}

.lp .jissekinumber__sns {
    text-align: right;
}

.lp .follower__text {
    font-size: 28px;
    color: #333333;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
}

.lp .follower__number {
    font-size: 62px;
    color: #e54702;
    font-family: "Anton", sans-serif;
}

.lp .jissekinumber__ruikei {
    position: relative;
    text-align: right;
}

.lp .ruikei__text01 {
    font-size: 28px;
    color: #333333;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 262px;
}

.lp .ruikei__number {
    font-size: 62px;
    color: #e54702;
    font-family: "Anton", sans-serif;
}

.lp .ruikei__text02 {
    font-size: 28px;
    color: #333333;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
}

.lp .dairiten__text {
    font-size: 14px;
    color: #333333;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    width: 707px;
    text-align: right;
}

.lp .section01 {
    width: 100%;
    height: 742px;
    background-image: url("../img/foreign-talent-placement/blue-bg01.png");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing:border-box;
}

.lp .section01__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.lp .section01__title {
    font-size: 48px;
    color: #fff;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    text-align: center;
    padding-top: 81px;
}

.lp .section01__pic {
    width: 1000px;
    height: 353px;
    padding-top: 50px;
}

.lp .section01__pic--pc {
  display: block; 
}

.lp .section01__pic--sp {
  display: none;
}

.lp .section01__text {
    font-size: 34px;
    color: #fff;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    text-align: center;
    padding-top: 83px;
}

.lp .sp-br {
  display: none;
}

.lp .section01__text--koyo {
    color: #F4E818;
    font-weight: bold;
}

.lp .triangle__section01--bottom {
    position: relative;
    width: 100%;
}

.lp .triangle__section01--bottom::after{  
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -1px;
    left: 50%;
    right: 0;
    border-style: solid;
    border-width: 220px 50vw 0 50vw;
    border-color: #0458A9 transparent transparent transparent;
    transform: translateX(-50%);
}

.lp .section02 {
    width: 100%;
    height: 1080px;
    background-image: url("../img/foreign-talent-placement/orange-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing:border-box;
}

.lp .section02__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.lp .section02__title {
    font-size: 42px;
    color: #333333;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    text-align: center;
    padding-top: 284px;
}

.lp .text__color--blue {
    color: #0458A9;
    font-weight: bold;
}

.lp .section02__pic {
    width: 1000px;
    height: 467px;
    padding-top: 37px;
}

.lp .section02__pic--pc {
  display: block; 
}

.lp .section02__pic--sp {
  display: none;
}

.lp .btn__bg {
    background: #fff;
    width: 844px;
    height: 165px;
    margin: 0 auto;
    border-radius: 32px;
    position: relative;
    z-index: 1;
}

.lp .btn__box {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 784px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 30px;
}

.lp .btn__seikyu {
    position: relative;
    width: 386px;
}

.lp .btn__contact {
    position: relative;
    width: 386px;
}

.lp a.btn__green {
    display: block;
    text-align: center;
    width: 366px;
    height: 80px;
    padding: 10px;
    border-radius: 24px;
    border-bottom: 7px solid #406542;
    background: #43A047;
    color: #fff;
}

.lp .btn__text--seikyu {
    font-size: 42px;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 42px;
}

.lp .btn__red--contact,
.lp a.btn__red {
    display: block;
    text-align: center;
    width: 366px;
    height: 80px;
    padding: 10px;
    border-radius: 24px;
    border-bottom: 7px solid #A3102C;
    background: #FD244E;
    color: #fff;
}

.lp .btn__text--contact {
    font-size: 42px;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 55px;
}

.lp .btn__box::after {
    content: "";
    background-image: url(../img/foreign-talent-placement/group131.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 101px;
    height: 119px;
    position: absolute;
    top: 72px;
    right: -40px;
    z-index: 1;
}

.lp .triangle__section02--bottom {
    position: relative;
    width: 100%;
}

.lp .triangle__section02--bottom::after{  
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -1px;
    left: 50%;
    right: 0;
    border-style: solid;
    border-width: 240px 50vw 0 50vw;
    border-color: #FB8C00 transparent transparent transparent;
    transform: translateX(-50%);
}

.lp .section03 {
    width: 100%;
    height: 1122px;
    background-image: url("../img/foreign-talent-placement/beige-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing:border-box;
}

.lp .section03__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.lp .section03__title {
    font-size: 42px;
    color: #333333;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    text-align: center;
    padding-top: 300px;
    padding-bottom: 48px;
}

.lp .text__color--pink {
    color: #da4b8e;
    font-weight: bold;
}

.lp .lightbluebox__wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 8px;
}

.lp .lightbluebox01 {
    background: #64D8FF;
    width: 328px;
    height: 328px;
}

.lp .text-size2412 {
    font-size: 24px;
    color: #333333;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
}

.lp .number-size6634 {
    font-size: 66px;
    color: #333333;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    text-align: center;
}

.lp .text-size4021 {
    font-size: 40px;
    color: #333333;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    text-align: center;
    position: relative;
    right: 10px;
}

.lp .image-width01 {
    width: 328px;
    text-align: center;
}

.lp .image-size01 {
    width: 288px;
    height: 182px;
    position: relative;
    bottom: 10px;
}

.lp .lightbluebox02 {
    background: #64D8FF;
    width: 328px;
    height: 328px;
}

.lp .image-size02 {
  width: 202px;
  height: 197px;
  position: relative;
  bottom: 20px;
}

.lp .lightbluebox03 {
    background: #64D8FF;
    width: 328px;
    height: 328px;
}

.lp .image-size03 {
  width: 236px;
  height: 179px;
  position: relative;
  bottom: 5px;
}

.lp .lightbluebox04 {
    background: #64D8FF;
    width: 328px;
    height: 328px;
}

.lp .image-size04 {
  width: 198px;
  height: 177px;
  position: relative;
  bottom: 5px;
}

.lp .lightbluebox05 {
    background: #64D8FF;
    width: 328px;
    height: 328px;
}

.lp .image-size05 {
    width: 226px;
    height: 179px;
    position: relative;
    bottom: 5px;
}

.lp .lightbluebox06 {
    background: #64D8FF;
    width: 328px;
    height: 328px;
}

.lp .image-size06 {
    width: 214px;
    height: 179px;
    position: relative;
    bottom: 5px;
}

.lp .triangle__section03--bottom::after{  
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    right: 0;
    border-style: solid;
    border-width: 220px 50vw 0 50vw;
    border-color: #F7E7D8 transparent transparent transparent;
    transform: translateX(-50%);
}

.lp .section04__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.lp .section04__title {
    font-size: 42px;
    color: #333333;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    text-align: center;
    padding-top: 295px;
}

.lp .section04__subtitle {
    font-size: 34px;
    color: #333333;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    text-align: center;
    padding-top: 48px;
}

.lp .text__color--gaikokujin {
    color: #269AC3;
    font-weight: bold;
}

.lp .section04__pic {
    width: 1000px;
    height: 593px;
    padding-top: 58px;
    padding-bottom: 48px;
}

.lp .section04__pic--pc {
  display: block; 
}

.lp .section04__pic--sp {
  display: none;
}

.lp .triangle__section04--bottom::after{  
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    right: 0;
    border-style: solid;
    border-width: 220px 50vw 0 50vw;
    border-color: #fff transparent transparent transparent;
    transform: translateX(-50%);
}

.lp .section05 {
    width: 100%;
    height: 1711px;
    background-image: url("../img/foreign-talent-placement/purple-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing:border-box;
}

.lp .section05__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.lp .section05__title {
    font-size: 42px;
    color: #333333;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    text-align: center;
    padding-top: 305px;
    padding-bottom: 48px;
}

.lp .text__color--stepjob {
    color: #ff4715;
    font-weight: bold;
}

.lp .section05__pic01 {
    width: 1000px;
    height: 284px;
    padding-bottom: 25px;
}

.lp .section05__pic--pc01 {
  display: block; 
}

.lp .section05__pic--sp01 {
  display: none;
}

.lp .section05__pic02 {
    width: 1000px;
    height: 750px;
    padding-bottom: 80px;
}

.lp .section05__pic--pc02 {
  display: block; 
}

.lp .section05__pic--sp02 {
  display: none;
}

.lp .section05__btn--box {
    width: 1000px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.lp .btn__box--sec05 {
    position: relative;
    width: 668px;
    margin: 0 auto;
}

.lp a.btn_03 {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 674px;
    height: 86px;
    margin: 0 auto;
    border: 8px solid #333;
    color: #333;
    border-radius: 53px;
    transition: 0.5s;
    background-color: #fff;
}

.lp .btn_03::after {
    position: absolute;
    content: "";
    background: url(../img/foreign-talent-placement/group200.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 40px;
    top: -8px;
    width: 100px;
    height: 40px;
}

.lp .btn_03::before {
    position: absolute;
    content: "";
    background: url(../img/foreign-talent-placement/group201.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 32px;
    bottom: -7px;
    width: 100px;
    height: 40px;
}

.lp .section05__text {
    font-size: 32px;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    position: absolute;
    top: 20px;
    right: 0;
    left: 120px;
}

.lp .section05__text::after {
    content:"";
    display:block;
    width: 415px;
    height: 6px;
    background-color: #FF4715;
    position: absolute;
    border-radius: 10px;
    bottom: -5px;
    left: 0;
}

.lp .triangle__section05--bottom::after{  
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    right: 0;
    border-style: solid;
    border-width: 220px 50vw 0 50vw;
    border-color: #E6D8F7 transparent transparent transparent;
    transform: translateX(-50%);
}

.lp .section06 {
    width: 100%;
    height: 1791px;
    background-image: url("../img/foreign-talent-placement/green-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing:border-box;
}

.lp .section06__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.lp .section06__fukidashi--pic {
    width: 1000px;
    text-align: center;
    position: relative;
    z-index: 2;
    
}

.lp .section06__fukidashi-pc {
    width: 678px;
    height: 202px;
    padding-top: 300px;
}

.lp .section06__fukidashi-sp {
  display: none;
}

.lp .section06__match--pic {
    width: 1000px;
    position: relative;
    bottom: 70px;
    z-index: 1;
}

.lp .section06__match-sp {
  display: none;
}

.lp .section06__match--pic::before {
    content: "";
    background-image: url(../img/foreign-talent-placement/group27.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 161px;
    height: 256px;
    position: absolute;
    top: -210px;
    left: -40px;
}

.lp .section06__match--pic::after {
    content: "";
    background-image: url(../img/foreign-talent-placement/group26.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 161px;
    height: 256px;
    position: absolute;
    top: -210px;
    right: -40px;
}

.lp .section06__match-pc {
    width: 1000px;
    height: 1026px;
    position: relative;
    z-index: 1;
}

.lp .section06__btn--box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 47.5px;
}

.lp .btn__box--sec06 {
    position: relative;
}

.lp a.btn_06-left {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 420px;
    height: 86px;
    margin: 0 auto;
    border: 8px solid #333;
    color: #333;
    border-radius: 53px;
    transition: 0.5s;
    background-color: #fff;
}

.lp .btn_06-left::after {
    position: absolute;
    content: "";
    background: url(../img/foreign-talent-placement/group200.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 50px;
    top: -8px;
    width: 100px;
    height: 40px;
}

.lp .btn_06-left::before {
    position: absolute;
    content: "";
    background: url(../img/foreign-talent-placement/group201.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 60px;
    bottom: -7px;
    width: 100px;
    height: 40px;
}

.lp .section06__text--left {
    font-size: 32px;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    position: absolute;
    top: 20px;
    right: 0;
    left: 60px;
}

.lp .section06__text--left::after {
    content:"";
    display:block;
    width: 318px;
    height: 6px;
    background-color: #FF4715;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
}

.lp a.btn_06-right {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 530px;
  height: 86px;
    margin: 0 auto;
    border: 8px solid #333;
    color: #333;
    border-radius: 53px;
    transition: 0.5s;
    background-color: #fff;
}

.lp .btn_06-right::after {
    position: absolute;
    content: "";
    background: url(../img/foreign-talent-placement/group200.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 40px;
    top: -8px;
    width: 100px;
    height: 40px;
}

.lp .btn_06-right::before {
    position: absolute;
    content: "";
    background: url(../img/foreign-talent-placement/group201.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 45px;
    bottom: -7px;
    width: 100px;
    height: 40px;
}

.lp .section06__text--right {
    font-size: 32px;
      font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    position: absolute;
    top: 20px;
    right: 0;
    left: 35px;
}

.lp .section06__text--right::after {
    content:"";
    display:block;
    width: 470px;
    height: 6px;
    background-color: #FF4715;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
}

.lp .modal-btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.lp .modal-window {
  width: 100%;
  height: 100vh;
  background-image: url(../img/foreign-talent-placement/group230.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: 10px;
  display: none;
  z-index: 1000;
  overflow: scroll;
}

.lp .modal-window .modal-close {
  position: absolute;
  top: -5px;
  right: 30px;
  cursor: pointer;
  font-size: 40px;
  color: #fff;
}

.lp .modal-area {
  max-width: 1000px;
  height: 100vh;
  margin: 0 auto;
}

.lp .modal__top {
  position: relative;
}

.lp .modal__top--img-pc {
  width: 586px;
  height: 174px;
  position: relative;
  top: 20px;
}

.lp .modal__top--img-sp {
  display: none;
}

.lp .modal__macting {
  position: relative;
}

.lp .modal__macting--img-pc {
  width: 431px;
  height: 193px;
  position: absolute;
  top: 20px;
  left: 70px;
}

.lp .modal__macting--img-sp {
  display: none;
}

.lp .modal__mainimg {
  position: relative;
}

.lp .modal__mainimg::after {
  content: "";
  background-image: url(../img/foreign-talent-placement/group233.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 351px;
  height: 353px;
  position: absolute;
  top: -115px;
  right: 30px;
  bottom: 0;
}

.lp .modal__mainimg--size-pc {
  width: 1000px;
  height: 1184px;
  position: absolute;
  top: 200px;
  z-index: 2;
}

.lp .modal__mainimg--size-sp {
  display: none;
}

.lp .modal__bottom {
  position: relative;
}

.lp .modal__bottom--btn-pc {
  width: 537px;
  height: 106px;
  position: absolute;
  top: 1430px;
  left: 80px;
}

.lp .modal__bottom--btn-sp {
  display: none;
}

.lp .modal__bottom::before {
  content: "";
  background-image: url(../img/foreign-talent-placement/group236.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 246px;
  height: 271px;
  position: absolute;
  top: 1340px;
  right: 90px;
  bottom: 0;
  z-index: 2;
}

.lp .triangle__section06--bottom::after{  
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    right: 0;
    border-style: solid;
    border-width: 220px 50vw 0 50vw;
    border-color: #52DA68 transparent transparent transparent;
    transform: translateX(-50%);
}

.lp .section07 {
    width: 100%;
    height: 1333px;
    background-image: url("../img/foreign-talent-placement/blue-bg02.png");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing:border-box;
}

.lp .section07__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.lp .section07__title {
    font-size: 42px;
    color: #fff;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    text-align: center;
    padding-top: 300px;
}

.lp .section07__donyu {
    width: 1000px;
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px;
}

.lp .section07__donyu::before {
    content: "";
    background-image: url(../img/foreign-talent-placement/group28.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 167px;
    height: 251px;
    position: absolute;
    top: -140px;
    left: 40px;
    z-index: 1;
}

.lp .section07__donyu::after {
    content: "";
    background-image: url(../img/foreign-talent-placement/group29.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 167px;
    height: 251px;
    position: absolute;
    top: -140px;
    right: 24px;
    z-index: 1;
}

.lp .section07__donyu--pic {
    position: relative;
    z-index: 2;
}

.lp .section07__donyu--pic-sp {
display: none;
}

.lp .section07__donyu--pic01 {
    width: 600px;
    height: 343px;
    position: absolute;
    top: 260px;
    left: 500px;
    transform: translate(-50%,-50%);
    z-index: 3;
}

.lp .section07__donyu--pic01-sp {
  display: none;
}

.lp .section07__btn--box {
    width: 1000px;
    text-align: center;
    position: relative;
    z-index: 1;  
}

.lp .btn__box--sec07 {
    position: relative;
    width: 668px;
    margin: 0 auto;
}

.lp a.btn_07-right {
      display: block;
      text-align: center;
      text-decoration: none;
      width: 652px;
    height: 86px;
      margin: 0 auto;
      border: 8px solid #333;
      color: #333;
      border-radius: 53px;
      transition: 0.5s;
    background-color: #fff;
}

.lp .btn_07-right::after {
    position: absolute;
    content: "";
    background: url(../img/foreign-talent-placement/group200.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 40px;
    top: -8px;
    width: 100px;
    height: 40px;
}

.lp .btn_07-right::before {
    position: absolute;
    content: "";
    background: url(../img/foreign-talent-placement/group201.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 45px;
    bottom: -7px;
    width: 100px;
    height: 40px;
}

.lp .section07__text--right {
    font-size: 32px;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    position: absolute;
    top: 24px;
    right: 0;
    left: 180px;
}

.lp .section07__text--right::after {
    content:"";
    display:block;
    width: 318px;
    height: 6px;
    background-color: #FF4715;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
}

.lp .triangle__section07--bottom {
    width: 100%;
}

.lp .triangle__section07--bottom::after{  
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    right: 0;
    border-style: solid;
    border-width: 220px 50vw 0 50vw;
    border-color: #0458A9 transparent transparent transparent;
    transform: translateX(-50%);
}

.lp .section08__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.lp .section08__title {
    font-size: 42px;
    color: #333;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    text-align: center;
    padding-top: 300px;
    padding-bottom: 55px;
}

.section09 {
    padding: 0 16px;
}

.section09__inner {
    max-width: 1000px;
    margin: 0 auto !important;
    padding-bottom: 120px;
}

.section09__title {
    font-size: 42px;
    color: #333;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    text-align: center;
    padding-top: 108px;
    padding-bottom: 48px;
}



/*section {
  padding: 9rem 0
}*/

.lp ul li {
  list-style-type: none
}

.lp #container.my-text {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: 1s
}

/*a:-webkit-any-link {
  text-decoration: none
}*/

.lp .cbox2 {
  position: relative;
  margin: 0 auto 0px auto;
  width: 100%;
  height: 550px
}

.lp .cbox2 .cons {
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 100;
  top: 50px;
  width: 700px;
  height: auto;
  padding: 20px 30px 20px 31px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #999;
  text-align: justify
}

.lp #bottom {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffc382;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  position: fixed;
  top: 1%;
  right: 1%
}

.lp #header {
  position: relative;
  height: 100px
}

.lp #video-area {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden
}

.lp #video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%
}

.lp .welcome-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.lp .welcome-content h1 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 20px
}

.lp .welcome-content p {
  color: #fff;
  font-size: 24px
}

.lp .inner {
  width: 96%;
  margin: 0 auto
}

.lp .home_title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
  margin-bottom: 3rem;
  color: #011446
}

.lp .home_title i {
  color: #011446;
  display: block;
  font-family: "Oswald", "Noto Sans JP", serif;
  font-size: 2.6rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: .6rem;
  margin: 0 auto 1rem;
  position: relative
}

.lp .home_title i:after {
  content: "";
  width: 100%;
  height: .4rem;
  background: currentColor;
  position: absolute;
  bottom: -.2rem;
  left: 0
}

.lp .news_cat_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1px;
  margin-bottom: 3.6rem
}

.lp .news_cat_list li {
  border: 1px solid #00a26a;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 1em;
  min-width: 15.6rem;
  text-align: center;
  transition: all .2s;
  cursor: pointer;
  margin: -1px 0 0 -1px
}

.lp .news_cat_list li.show {
  background: #00a26a !important;
  color: #fff
}

.lp .news_cat_list li:hover,
.lp .news_cat_list li a:hover {
  background: #00a26a;
  color: #fff
}

.lp .news_cont {
  display: none
}

.lp .news_cont.show {
  display: block;
  -webkit-animation: 1s fadeIn;
  animation: 1s fadeIn
}

.lp .news_list {
  border-top: 1px solid #e2e2e2;
  margin-bottom: 4rem
}

.lp .news_list li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  padding: 1.6rem 0;
  text-decoration: none;
  color: #333
}

.lp .news_list li a time {
  width: 12%;
  flex-shrink: 0;
  margin-right: 1rem
}

.lp .news_list li a .cat {
  width: 12%;
  flex-shrink: 0;
  text-align: center;
  background: #051665;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: .7rem;
  margin-right: 2.5rem
}

.lp .news_list li a:hover {
  background: #f9fffd;
  color: #333
}

.lp .news_list li a.pdf .tit:after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(//stepjob.jp/wp-content/themes/stepjob/assets/css/../img/common/ico_pdf.png) no-repeat center/contain;
  display: inline-block;
  margin-left: .5rem;
  margin-bottom: -1px
}

.lp .btn {
  display: inline-block;
  background: #00a26a;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  min-width: 16rem;
  padding: 1.5rem;
  text-decoration: none;
  position: relative
}

.lp .btn a {
  color: #fff !important
}

.lp .btn_line {
  color: #2ca26a;
  border-bottom: 1px solid #2ca26a;
  align: end;
  font-weight: 500;
  line-height: 1;
  min-width: 18rem;
  padding: 0 1rem 1rem;
  text-decoration: none;
  display: flex;
  font-size: 1.5rem;
  position: relative;
  justify-content: flex-end
}

.lp .btn:after,
.lp .btn_line:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .3);
  position: absolute;
  left: 0;
  top: 0;
  transition: all .2s;
  opacity: 0
}

.lp .t-center {
  text-align: center
}

.lp .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: calc(var(--bs-gutter-y)*-1);
  margin-right: calc(var(--bs-gutter-x)*-.5);
  margin-left: calc(var(--bs-gutter-x)*-.5)
}

.lp .col-md-4 {
  flex: 0 0 auto;
  width: 33.33333333%
}

.lp .video {
  margin: 20px auto;
  width: 1000px;
  height: 548px;
  text-align: center;
  display: flex;
  justify-content: center
}

.lp .cont_list {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto
}

.lp .cont_list .list_box {
  width: 32%;
  border-top: solid 4px #00a26a;
  padding: 0;
  background: #fff;
  box-shadow: 0px 8px 20px rgb(54 167 191/38%);
  text-align: center;
  margin: 30px 0;
  padding-bottom: 20px
}

.lp .cont_list .list_box .pic {
  margin-bottom: 1rem;
  width: 50%;
  margin: 10px auto
}

.lp .cont_list .list_box .pic img {
  width: auto;
  height: 180px
}

.lp .service_list_item_inner_txt h5 {
  text-align: center !important
}

.lp .box_sub_md {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top
}

.lp .txt {
  display: inline-block;
  vertical-align: top
}

.lp a {
  color: #333;
  transition: all .2s;
  text-decoration: underline
}

.lp li,
.lp ol {
  list-style: none
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  30% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  30% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.lp .hero {
  background-image: url(//stepjob.jp/wp-content/themes/stepjob/assets/css/../img/members/hero.jpg)
}

.lp .staffs_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: left;
  width: 900px;
  position: absolute;
  right: 0;
  bottom: 130px;
  left: 50px;
  z-index: 3;
}

.lp .staffs_list_item {
  width: 33%;
  display: flex;
  margin-right: .5%;
  position: relative;
  flex-direction: column;
  margin-bottom: 10px
}

.lp .staffs_list_item:nth-child(3n) {
  margin-right: 0
}

.lp .staffs_list_item a {
  display: block;
  padding: 1.5rem;
  text-decoration: none;
  border: 1px solid #a36a00;
  background: #f4f4f4
}

.lp .staffs_list_item a:before {
  content: "";
  width: 100%;
  height: 100%;
  border-top: 2px solid #00a26a;
  border-bottom: 2px solid #00a26a;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .4s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 2
}

.lp .staffs_list_item a:after {
  content: "";
  width: 100%;
  height: 100%;
  border-right: 2px solid #00a26a;
  border-left: 2px solid #00a26a;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .4s;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: 2
}

.lp .staffs_list_item a:hover {
  color: #333;
  opacity: .8
}

.lp .staffs_list_item a:hover:before,
.lp .staffs_list_item a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.lp .staffs_list_item .profile {
  display: flex;
  position: relative;
  background: #f4f4f4;
  margin-bottom: 2.5rem;
  flex-direction: column
}

.lp .staffs_list_item .profile .thumb {
  width: 100%;
  padding-top: 40%;
  height: 0;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 2rem;
  margin-bottom: 1rem
}

.lp .staffs_list_item .profile .thumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto
}

.lp .staffs_list_item .profile .txt_box {
  padding-top: 1rem;
  padding-left: 2rem;
  height: 70px
}

.lp .staffs_list_item .profile .txt_box .position {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .04em
}

.lp .staffs_list_item .profile .txt_box .post_name {
  font-size: 1.5rem;
  font-weight: 500;
  margin: .8rem 0;
  margin-top: -1.5rem;
  margin-bottom: 1.5rem
}

.lp .staffs_list_item .profile .txt_box .name {
  font-size: 1.2rem
}

.lp .staffs_list_item .profile .place_list {
  position: absolute;
  right: 0;
  top: 0;
  display: flex
}

.lp .staffs_list_item .profile .place_list li {
  min-width: 8rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .04em;
  background: #a36a00;
  color: #fff;
  text-align: center;
  padding: .3rem
}

.lp .staffs_list_item .profile .place_list li.overseas {
  background: #00a26a
}

.lp .staffs_list_item .detail {
  font-size: 1.4rem;
  line-height: 1.7rem;
  padding-left: 2rem;
  height: 20px
}

.lp .staff_detail {
  letter-spacing: .04em
}

.lp .staff_detail .profile_title {
  display: flex;
  align-items: center;
  color: #a36a00;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem
}

.lp .staff_detail .profile_title:after {
  content: "";
  height: 1px;
  background: currentColor;
  margin-left: 2.4rem;
  flex-grow: 1
}

.lp .staff_detail .block {
  margin-bottom: 3.2rem
}

.lp .profile_header {
  margin-bottom: 6rem;
  display: flex;
  justify-content: space-between
}

.lp .officer {
  font-size: 1rem;
  margin-bottom: -.5rem
}

.lp .profile_header p {
  line-height: 2.0
}

.lp .profile_header .thumb {
  width: 38.83333%;
  padding: 1.6rem 0 0 1.6rem;
  margin-right: 6rem;
  flex-shrink: 0;
  position: relative
}

.lp .profile_header .thumb:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19.2rem 19.2rem 0 0;
  border-color: #a36a00 transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

.lp .profile_header .txt_box {
  flex-grow: 1;
  min-width: 7em;
  margin-top: .4rem;
  position: relative
}

.lp .profile_header .name {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center
}

.lp .profile_header .en_name {
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 1.6rem
}

.lp .profile_header .place_list {
  display: flex;
  margin-bottom: 3.2rem
}

.lp .profile_header .place_list li {
  min-width: 8rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  background: #a36a00;
  color: #fff;
  text-align: center;
  padding: .5rem;
  margin-right: 1rem
}

.lp .profile_header .place_list li.overseas {
  background: #00a26a
}

.lp .profile_header .position {
  color: #333;
  font-size: 1.8rem
}

.lp .profile_header .bnr {
  position: absolute;
  top: 0;
  right: 0;
  width: 26rem
}

.lp .profile_header .bnr a {
  display: block
}

.lp .profile_header .bnr a:hover {
  opacity: .7
}

.lp .profile_header.thumb_s {
  flex-wrap: wrap;
  position: relative
}

.lp .profile_header.thumb_s .thumb {
  width: 13.16667%;
  padding: .8rem 0 0 .8rem;
  margin-right: 4.8rem
}

.lp .profile_header.thumb_s .thumb:before {
  border-width: 8rem 8rem 0 0
}

.lp .profile_header.thumb_s .txt_box {
  margin-top: .8rem
}

.lp .profile_header.thumb_s .txt_box .block {
  margin-bottom: 1.6rem
}

.lp .profile_header.thumb_s .name_box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 3.2rem
}

.lp .profile_header.thumb_s .name_box .place_list {
  margin-bottom: 0;
  margin-left: 8rem
}

.lp .profile_header.thumb_s .name {
  font-size: 4rem;
  margin-bottom: 0
}

.lp .profile_header.thumb_s .en_name {
  margin-left: .8rem
}

.lp .profile_header.thumb_s .position {
  width: calc(100% - 30rem);
  margin-top: 1.6rem
}

.lp .profile_header.thumb_s .bnr {
  position: relative;
  margin-top: auto
}

.lp .profile_body {
  margin-bottom: 8rem
}

.lp .profile_body .col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.lp .profile_body .col2_item {
  width: 48%;
  margin-bottom: 6rem
}

.lp .profile_body .col2_item:last-child,
.lp .profile_body .col2_item:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0
}

.lp .profile_body .col2_item:last-child:first-child {
  width: 100%
}

.lp .profile_body .col2_item ul li {
  display: flex;
  margin-bottom: .5em
}

.lp .profile_body .col2_item ul li:last-child {
  margin-bottom: 0
}

.lp .profile_body .col2_item ul li span {
  margin-right: 1em;
  flex-shrink: 0
}

.lp .profile_body .col2_item ul.year li span {
  width: 4em
}

.lp .profile_body .col2_item ul.ym li span {
  width: 6em
}

.lp .profile_body .col2_item ul.ymd li span {
  width: 8em
}

.lp .profile_body .col2_item ul.wide li span {
  width: 12em
}


.lp .article h4.wpsm_panel-title {
  text-align: left;
  position: relative;
  padding: .3em .6em .3em 2.2em
}

.lp .article h4.wpsm_panel-title:before {
  content: "Q";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0;
  color: #fff;
  background: #0c6ca1;
  font-weight: 700;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  left: .5em;
  top: 26px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 0px #fff;
  border-radius: 50%
}

.lp .nav-links {
  display: flex;
  justify-content: center;
  margin-top: 3rem
}

.lp .pagination {
  text-align: center;
  padding: 0
}

.lp .pagination a {
  margin: 0 1rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 1.5rem;
  background-color: #00a26a;
  color: #fff;
  border: 1px solid #00a26a;
  text-decoration: none
}

.lp .pagination a:hover {
  background-color: #fff;
  color: #00a26a
}

.lp .pagination {
  margin: 0;
  clear: both;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  width: 100%
}

.lp .pagination .current {
  background-color: var(--cocoon-current-background-color)
}

.lp .pagination .current,
.lp .pagination>a:hover {
  background: #0d0d0d;
  border-color: #0d0d0d;
  color: #fff;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem
}

.lp .prev,
.lp .next {
  display: block
}

.lp .pagination-next {
  margin-top: 24px
}

.lp .pagination-next-link,
.lp .comment-btn {
  background-color: #f9f9f9;
  border: 1px solid var(--cocoon-thin-color);
  color: var(--cocoon-text-color);
  display: block;
  font-size: 1.2em;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 10px;
  display: block
}

.lp .pagination-next-link:hover,
.lp .comment-btn:hover {
  background-color: #f5f8fa;
  transition: all .3s ease-in-out;
  color: var(--cocoon-text-color)
}

.lp .pager-links {
  margin: 24px 0;
  clear: both;
  text-align: center
}

.lp .pager-links .post-page-numbers {
  background-color: transparent
}

.lp .pager-links span {
  background-color: var(--cocoon-current-background-color)
}

.lp .pager-links a {
  display: inline-block
}

.pager-links a span {
  background-color: var(--cocoon-white-color)
}

.pager-links a:hover span {
  background-color: #f5f8fa;
  transition: all .3s ease-in-out;
  color: var(--cocoon-text-color)
}

.pager-prev-next a {
  width: 30%;
  margin: 0 4px
}

.pager-prev-next span {
  width: 100%;
  margin: 0
}

.pager-post-navi {
  margin: 38px 0;
  display: flex;
  flex-direction: column
}

.pager-post-navi a {
  padding: 10px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  font-size: .8em
}

.pager-post-navi a .iconfont {
  font-size: 1.8em;
  color: var(--cocoon-thin-color);
  padding: 8px
}

.pager-post-navi a figure {
  min-width: 120px;
  max-width: 120px
}

.pager-post-navi a.prev-post {
  flex-direction: row;
  padding-left: 5px
}

.pager-post-navi a.prev-post .prev-post-title {
  margin-left: 10px
}

.pager-post-navi a.next-post {
  flex-direction: row-reverse;
  padding-right: 5px
}

.pager-post-navi a.next-post .next-post-title {
  margin-right: 10px
}

.pager-post-navi a.prev-next-home {
  justify-content: center;
  font-size: 50px;
  text-align: center;
  color: var(--cocoon-middle-thickness-color)
}

.post-navi-square a {
  height: auto
}

.post-navi-default.post-navi-border a {
  border-top: 1px solid var(--cocoon-basic-border-color);
  border-bottom: 1px solid var(--cocoon-basic-border-color)
}

.post-navi-default.post-navi-border .next-post {
  border-top-width: 0
}

.post-navi-default.post-navi-border .next-post:first-child {
  border-top-width: 1px
}

.pager-post-navi.post-navi-square {
  flex-direction: row
}

.pager-post-navi.post-navi-square a {
  width: 50%
}

.post-navi-square.post-navi-border a {
  border: 1px solid var(--cocoon-basic-border-color)
}

.post-navi-square.post-navi-border a:last-child {
  border-left-width: 0
}

canvas,
iframe,
video,
.fb_iframe_widget,
.fb_iframe_widget span {
  max-width: 100%
}

.lp .overflow-container {
  overflow-y: scroll
}

.aspect-ratio {
  height: 0;
  padding-top: 56.25%;
  position: relative
}

.aspect-ratio--object {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100
}

@media screen and (max-width: 992px) {
    .lp .header__logo {
        display: none;
    }
  .lp .stepjob-logo {
      width: 204px;
      height: 57px;
      display: block !important;
  }
  .lp .main-img {
      height: 870px;
      background-image: url("../img/foreign-talent-placement/top-bg.png");
      background-repeat: no-repeat;
      background-size: 100vw auto;
      box-sizing:border-box;
  }

  .lp .main-img__inner {
    max-width: 343px;
    margin: 0 auto;
  }

  .lp .shoukaijisseki {
    position: relative;
    display: block;
  }

  .lp .shoukaijisseki__rboxtext {
    font-size: 14px;
  }

  .lp .shoukaijisseki__rbox {
    position: relative;
    top: 0;
    padding-left: 0;
  }

  .lp .main-img__pc { 
    display: none; 
  }
    
  .lp .main-img__sp {
    width: 308px;
    height: 240px;
    display: block; 
  }

  .lp .main-img__copy {
    width: 343px;
    padding-bottom: 50px;
  }

  .lp .jissekinumber__sns {
    text-align: left;
  }

  .lp .follower__text {
    font-size: 18px;
  }

  .lp .jissekinumber {
    width: 345px;
  }

  .lp .jissekinumber__ruikei {
    position: relative;
    text-align: right;
    bottom: 20px;
  }

  .lp .ruikei__text01 {
    font-size: 18px;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
  }

  .lp .ruikei__text02 {
    font-size: 18px;
  }

  .lp .dairiten__text {
    width: 345px;
    position: relative;
    top: -20px;
    right: 10px;
  }

  .lp .section01 {
    height: 900px;
  }

  .lp .section01__inner {
    max-width: 343px;
    margin: 0 auto;
  }

  .lp .section01__title {
    font-size: 28px;
  }

  .lp .section01__pic {
    width: 375px;
    margin: 0 auto;
  }

  .lp .section01__pic {
    width: 375px;
    height: 533px;
    background-image: url("../img/foreign-talent-placement/group224.png");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing:border-box;
    position: relative;
    top: 43px;
    right: 16px;
    box-sizing: border-box !important;
  }

  .lp .section01__pic--pc { 
    display: none; 
  }
    
  .lp .section01__pic--sp {
    width: 375px;
    height: 533px;
    display: block;
    position: relative;
    top: 43px;
    right: 41px;
  }

  .lp .section01__text {
    font-size: 24px;
  }

  .lp .triangle__section01--bottom::after{  
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -1px;
    left: 50%;
    right: 0;
    border-style: solid;
    border-width: 80px 50vw 0 50vw;
    border-color: #0458A9 transparent transparent transparent;
    transform: translateX(-50%);
  }

  .lp .sp-br {
    display: block;
  }

  .lp .section02 {
    height: 940px;
  }

  .lp .section02__inner {
    max-width: 343px;
    margin: 0 auto;
  }

  .lp .section02__title {
    font-size: 28px;
    padding-top: 143px;
  }

  .lp .section02__pic {
    width: 343px;
    height: auto;
  }

  .lp .section02__pic--pc { 
    display: none; 
  }
    
  .lp .section02__pic--sp {
    width: 343px;
    display: block;
  }

  .lp .btn__bg {
    width: 343px;
    height: 246px;
  }

  .lp .btn__box  {
    position: absolute;
    display: block;
    width: 311px;
    top: 20px;
    right: 10px;
    bottom: 0;
    left: 10px;
  }

  .lp .btn__seikyu {
    width: 311px;
  }

  .lp a.btn__green {
    width: 300px;
    height: 70px;
  }

  .lp .btn__text--seikyu {
    font-size: 34px;
  }

  .lp .btn__contact {
    width: 311px;
  }

  .lp a.btn__red {
    width: 300px;
    height: 70px;
    position: absolute;
    top: 15px;
  }

  .lp .btn__text--contact {
    font-size: 34px;
    bottom: 20px
    ;
  }

  .lp .btn__box::after {
    top: 175px;
    right: -40px;
  }

  .lp .triangle__section02--bottom::after{  
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -1px;
    left: 50%;
    right: 0;
    border-style: solid;
    border-width: 80px 50vw 0 50vw;
    border-color: #FB8C00 transparent transparent transparent;
    transform: translateX(-50%);
  }

  .lp .section03 {
    height: 800px;
  }

  .lp .section03__inner {
    max-width: 343px;
    margin: 0 auto;
  }

  .lp .section03__title {
    font-size: 28px;
    padding-top: 130px;
  }

  .lp .lightbluebox01 {
    width: 169px;
    height: 169px;
  }

  .lp .lightbluebox02 {
    width: 169px;
    height: 169px;
  }

  .lp .lightbluebox03 {
    width: 169px;
    height: 169px;
  }

  .lp .lightbluebox04 {
    width: 169px;
    height: 169px;
  }

  .lp .lightbluebox05 {
    width: 169px;
    height: 169px;
  }

  .lp .lightbluebox06 {
    width: 169px;
    height: 169px;
  }

  .lp .image-width01 {
    width: 169px;
  }

  .lp .text-size2412 {
    font-size: 12px;
  }

  .lp .number-size6634 {
    font-size: 34px;
    position: relative;
    bottom: 5px;
  }

  .lp .text-size4021 {
    font-size: 21px;
    right: 0px;
  }

  .lp .image-size01 {
    width: 149px;
    height: 94px;
    position: relative;
    bottom: 8px;
  }

  .lp .image-size02 {
    width: 104px;
    height: 101px;
    position: relative;
    bottom: 14px;
  }

  .lp .image-size03 {
    width: 121px;
    height: 92px;
    position: relative;
    bottom: 6px;
  }

  .lp .image-size04 {
    width: 102px;
    height: 91px;
    position: relative;
    bottom: 6px;
  }

  .lp .image-size05 {
    width: 117px;
    height: 90px;
    position: relative;
    bottom: 6px;
  }

  .lp .image-size06 {
    width: 111px;
    height: 90px;
    position: relative;
    bottom: 7px;
  }
  .lp .triangle__section03--bottom::after{  
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    right: 0;
    margin-top: -1px;
    border-style: solid;
    border-width: 80px 50vw 0 50vw;
    border-color: #F7E7D8 transparent transparent transparent;
    transform: translateX(-50%);
  }

  .lp .section04 {
    height: 2080px;
  }

  .lp .section04__inner {
    max-width: 343px;
    margin: 0 auto;
  }

  .lp .section04__title {
    font-size: 28px;
    padding-top: 130px;
  }

  .lp .section04__subtitle {
    font-size: 24px;
  }

  .lp .section04__pic {
    width: 375px;
    height: 1353px;
    position: relative;
    right: 16px;
  }

  .lp .section04__pic--pc { 
    display: none; 
  }
    
  .lp .section04__pic--sp {
    width: 375px;
    height: 1353px;
    display: block;
  }

  .lp .triangle__section04--bottom::after{  
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    right: 0;
    margin-top: -1px;
    border-style: solid;
    border-width: 80px 50vw 0 50vw;
    border-color: #fff transparent transparent transparent;
    transform: translateX(-50%);
  }

  .lp .section05 {
    height: 900px;
  }

  .lp .section05__inner {
    max-width: 343px;
    height: 900px;
    margin: 0 auto;
  }

  .lp .section05__title {
    font-size: 28px;
    padding-top: 130px;
  }

  .lp .section05__pic01 {
    width: 343px;
    height: 85px;
    margin: 0 auto;
  }

  .lp .section05__pic--pc01 { 
    display: none; 
  }
    
  .lp .section05__pic--sp01 {
    width: 343px;
    height: 98px;
    display: block;
  }

  .lp .section05__pic02 {
    width: 343px;
    height: 200px;
    margin: 0 auto;
  }

  .lp .section05__pic--pc02 { 
    display: none; 
  }
    
  .lp .section05__pic--sp02 {
    width: 343px;
    height: 380px;
    display: block;
  }

  .lp .section05__btn--box {
    width: 343px;
    top: 122px;
  }

  .lp .btn__box--sec05 {
    width: 343px;
  }

  .lp a.btn_03 {
    width: 333px;
    height: 68px;
    border: 4px solid #333;
  }

  .lp .section05__text {
    font-size: 18px;
    top: 23px;
    left: 55px;
  }

  .lp .section05__text::after {
    width: 234px;
  }

  .lp .btn_03::before {
    width: 45px;
    height: 20px;
    left: 60px;
    bottom: -3px;
  }

  .lp .btn_03::after {
    width: 45px;
    height: 20px;
    top: -3px;
    right: 52px;
  }

  .lp .triangle__section05--bottom::after{  
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    right: 0;
    margin-top: -1px;
    border-style: solid;
    border-width: 80px 50vw 0 50vw;
    border-color: #E6D8F7 transparent transparent transparent;
    transform: translateX(-50%);
  }

  .lp .section06 {
    height: 1260px;
  }

  .lp .section06__inner {
    max-width: 343px;
    margin: 0 auto;
  }
  
  .lp .section06__fukidashi--pic {
    width: 343px;
    padding-top: 120px;
  }

  .lp .section06__fukidashi-pc { 
    display: none; 
  }
    
  .lp .section06__fukidashi-sp {
    width: 400px;
    height: auto;
    position: relative;
    top: 25px;
    left: 0;
    display: block;
  }

  .lp .section06__match--pic {
    width: 343px;
  }

  .lp .section06__match-pc { 
    display: none; 
  }

  .lp .section06__match-sp {
    width: 343px;
    height: 456px;
    display: block;
  }

  .lp .section06__match--pic::after {
    width: 79px;
    height: 126px;
    top: -184px;
    right: 7px;
  }

  .lp .section06__match--pic::before {
    width: 79px;
    height: 126px;
    top: -184px;
    left: 7px;
  }

  .lp .section06__btn--box {
    display: block;
    padding-bottom: 0px;
  }

  .lp a.btn_06-left {
    width: 333px;
    height: 68px;
    border: 4px solid #333;
    position: relative;
    top: -46px;
  }

  .lp .btn_06-left::before {
    width: 45px;
    height: 20px;
    left: 60px;
  }

  .lp .section06__text--left {
    font-size: 18px;
    top: 15px;
    left: 80px;
  }

  .lp .btn_06-left::after {
    width: 45px;
    height: 20px;
    right: 52px;
  }

  .lp .section06__text--left::after {
    width: 180px;
    bottom: auto;
  }

  .lp a.btn_06-right {
    width: 333px;
    height: 68px;
    border: 4px solid #333;
    position: relative;
    top: -33px;
  }

  .lp .btn_06-right::before {
    width: 45px;
    height: 20px;
    left: 60px;
    bottom: -7px;
  }

  .lp .btn_06-right::after {
    width: 45px;
    height: 20px;
    right: 52px;
  }

  .lp .section06__text--right {
    font-size: 18px;
    left: 35px;
  }

  .btn_06-right::after {
    width: 45px;
    height: 20px;
    top: -8px;
    right: 52px;
  }

  .lp .section06__text--right::after {
    width: 265px;
    bottom: auto;
  }

  .lp .modal-area {
    max-width: 343px;
    margin: 0 auto;
  }

  .lp .modal-window .modal-close {
    position: absolute;
    top: -5px;
    right: 0;
    left: 336px;
    z-index: 3;
  }

  .lp .modal__top--img-pc {
    display: none;
  }

  .lp .modal__top--img-sp {
    display: block;
    width: 340px;
    height: 101px;
    position: absolute;
    top: 50px;
  }

  .lp .modal__macting--img-pc {
    display: none;
  }

  .lp .modal__macting--img-sp {
    display: block;
    width: 238px;
    height: 107px;
    position: relative;
    top: 155px;
  }

  .lp .modal__mainimg--size-pc {
    display: none;
  }

  .lp .modal__mainimg--size-sp {
    width: 343px;
    height: 980px;
    display: block;
    position: relative;
    top: 140px;
    z-index: 2;
  }

  .lp .modal__mainimg::after {
    background-image: url(../img/foreign-talent-placement/group240.png);
    width: 143px;
    height: 144px;
    position: absolute;
    top: 11px;
    right: 5px;
    z-index: 1;
  }

  .lp .modal__bottom--btn-pc {
    display: none;
  }

  .lp .modal__bottom--btn-sp {
    display: block;
    width: 343px;
    height: 65px;
    position: absolute;
    top: 268px;
    z-index: 2;
  }

  .lp .modal__bottom::before {
    background-image: url(../img/foreign-talent-placement/group242.png);
    width: 97px;
    height: 132px;
    position: absolute;
    top: 160px;
    right: 136px;
    z-index: 1;
  }

  .lp .triangle__section06--bottom::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    right: 0;
    margin-top: -1px;
    border-style: solid;
    border-width: 80px 50vw 0 50vw;
    border-color: #52DA68 transparent transparent transparent;
    transform: translateX(-50%);
  }

  .lp .section07 {
    height: 1480px;
  }

  .lp .section07__inner {
    max-width: 343px;
    margin: 0 auto;
  }
  
  .lp .section07__title {
    font-size: 28px;
    padding-top: 130px;
  }

  .lp .section07__donyu {
    width: 343px;
  }

  .lp .section07__donyu::before {
    display: none;
  }

  .lp .section07__donyu::after {
    display: none;
  }

  .lp .section07__donyu--pic { 
    display: none; 
  }

  .lp .section07__donyu--pic-sp {
    width: 343px;
    height: 1150px;
    display: block;
  }

  .lp .section07__donyu--pic01 {
    display: none;
  }

  .lp .section07__donyu--pic01-sp {
    width: 330px;
    height: 198px;
    display: block;
    position: absolute;
    top: 60px;
    left: 7px;
  }

  .lp .staffs_list {
    display: block;
    left: 25px;
    bottom: 55px;
    width: 300px;
  }

  .lp .staffs_list_item {
    width: 100%;
  }

  .lp .section07__btn--box {
    width: 343px;
  }

  .lp .btn__box--sec07 {
    width: 343px;
  }

  .lp a.btn_07-right {
    width: 333px;
    height: 68px;
    border: 4px solid #333;
    position: relative;
    top: -33px;
  }

  .lp .section07__text--right{
    font-size: 18px;
    top: 15px;
    left: 80px;
  }

  .lp .section07__text--right::after {
    width: 178px;
    bottom: auto;
  }

  .lp .btn_07-right::before {
    width: 45px;
    height: 20px;
    left: 60px;
  }

  .lp .btn_07-right::after {
    width: 45px;
    height: 20px;
    right: 52px;
  }

  .lp .triangle__section07--bottom::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    right: 0;
    margin-top: -1px;
    border-style: solid;
    border-width: 80px 50vw 0 50vw;
    border-color: #0458A9 transparent transparent transparent;
    transform: translateX(-50%);
  }

  .lp .section08__inner {
    max-width: 343px;
    margin: 0 auto;
  }

  .lp .section08__title {
    font-size: 28px;
    padding-top: 130px;
  }

  .lp .section09__inner {
    max-width: 343px;
    margin: 0 auto;
    padding-bottom: 120px;
  }

  .lp .section09__title {
    font-size: 28px;
    padding-top: 130px;
  }

}

@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@400;500;600&display=swap");
      
      /*!
       *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
       *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
       */
       
       @font-face {
        font-family: 'FontAwesome';
        src: url(//stepjob.jp/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.1.0);
        src: url(//stepjob.jp/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'), url(//stepjob.jp/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'), url(//stepjob.jp/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'), url(//stepjob.jp/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
        font-weight: normal;
        font-style: normal;
      }
      
      .lp .fa {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
      }
      
      .lp .fa-lg {
        font-size: 1.33333333em;
        line-height: .75em;
        vertical-align: -15%
      }
      
      .lp .fa-2x {
        font-size: 2em
      }
      
      .lp .fa-3x {
        font-size: 3em
      }
      
      .lp .fa-4x {
        font-size: 4em
      }
      
      .lp .fa-5x {
        font-size: 5em
      }
      
      .lp .fa-fw {
        width: 1.28571429em;
        text-align: center
      }
      
      .lp .fa-ul {
        padding-left: 0;
        margin-left: 2.14285714em;
        list-style-type: none
      }
      
      .lp .fa-ul>li {
        position: relative
      }
      
      .lp .fa-li {
        position: absolute;
        left: -2.14285714em;
        width: 2.14285714em;
        top: .14285714em;
        text-align: center
      }
      
      .lp .fa-li.fa-lg {
        left: -1.85714286em
      }
      
      .lp .fa-border {
        padding: .2em .25em .15em;
        border: solid .08em #eee;
        border-radius: .1em
      }
      
      .lp .pull-right {
        float: right
      }
      
      .lp .pull-left {
        float: left
      }
      
      .lp .fa.pull-left {
        margin-right: .3em
      }
      
      .lp .fa.pull-right {
        margin-left: .3em
      }
      
      .lp .fa-spin {
        -webkit-animation: spin 2s infinite linear;
        -moz-animation: spin 2s infinite linear;
        -o-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear
      }
      
      @-moz-keyframes spin {
        0% {
          -moz-transform: rotate(0deg)
        }
      
        100% {
          -moz-transform: rotate(359deg)
        }
      }
      
      @-webkit-keyframes spin {
        0% {
          -webkit-transform: rotate(0deg)
        }
      
        100% {
          -webkit-transform: rotate(359deg)
        }
      }
      
      @-o-keyframes spin {
        0% {
          -o-transform: rotate(0deg)
        }
      
        100% {
          -o-transform: rotate(359deg)
        }
      }
      
      @keyframes spin {
        0% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg)
        }
      
        100% {
          -webkit-transform: rotate(359deg);
          transform: rotate(359deg)
        }
      }
      
      .lp .fa-rotate-90 {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
      }
      
      .lp .fa-rotate-180 {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
      }
      
      .lp .fa-rotate-270 {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
      }
      
      .lp .fa-flip-horizontal {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
        -webkit-transform: scale(-1, 1);
        -moz-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        transform: scale(-1, 1)
      }
      
      .lp .fa-flip-vertical {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
        -webkit-transform: scale(1, -1);
        -moz-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
        -o-transform: scale(1, -1);
        transform: scale(1, -1)
      }
      
      .lp .fa-stack {
        position: relative;
        display: inline-block;
        width: 2em;
        height: 2em;
        line-height: 2em;
        vertical-align: middle
      }
      
      .lp .fa-stack-1x,
      .lp .fa-stack-2x {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center
      }
      
      .lp .fa-stack-1x {
        line-height: inherit
      }
      
      .lp .fa-stack-2x {
        font-size: 2em
      }
      
      .lp .fa-inverse {
        color: #fff
      }
      
      .lp .fa-glass:before {
        content: "\f000"
      }
      
      .lp .fa-music:before {
        content: "\f001"
      }
      
      .lp .fa-search:before {
        content: "\f002"
      }
      
      .lp .fa-envelope-o:before {
        content: "\f003"
      }
      
      .lp .fa-heart:before {
        content: "\f004"
      }
      
      .lp .fa-star:before {
        content: "\f005"
      }
      
      .lp .fa-star-o:before {
        content: "\f006"
      }
      
      .lp .fa-user:before {
        content: "\f007"
      }
      
      .lp .fa-film:before {
        content: "\f008"
      }
      
      .lp .fa-th-large:before {
        content: "\f009"
      }
      
      .lp .fa-th:before {
        content: "\f00a"
      }
      
      .lp .fa-th-list:before {
        content: "\f00b"
      }
      
      .lp .fa-check:before {
        content: "\f00c"
      }
      
      .lp .fa-times:before {
        content: "\f00d"
      }
      
      .lp .fa-search-plus:before {
        content: "\f00e"
      }
      
      .lp .fa-search-minus:before {
        content: "\f010"
      }
      
      .lp .fa-power-off:before {
        content: "\f011"
      }
      
      .lp .fa-signal:before {
        content: "\f012"
      }
      
      .lp .fa-gear:before,
      .lp .fa-cog:before {
        content: "\f013"
      }
      
      .lp .fa-trash-o:before {
        content: "\f014"
      }
      
      .lp .fa-home:before {
        content: "\f015"
      }
      
      .lp .fa-file-o:before {
        content: "\f016"
      }
      
      .lp .fa-clock-o:before {
        content: "\f017"
      }
      
      .lp .fa-road:before {
        content: "\f018"
      }
      
      .lp .fa-download:before {
        content: "\f019"
      }
      
      .lp .fa-arrow-circle-o-down:before {
        content: "\f01a"
      }
      
      .lp .fa-arrow-circle-o-up:before {
        content: "\f01b"
      }
      
      .lp .fa-inbox:before {
        content: "\f01c"
      }
      
      .lp .fa-play-circle-o:before {
        content: "\f01d"
      }
      
      .lp .fa-rotate-right:before,
      .lp .fa-repeat:before {
        content: "\f01e"
      }
      
      .lp .fa-refresh:before {
        content: "\f021"
      }
      
      .lp .fa-list-alt:before {
        content: "\f022"
      }
      
      .lp .fa-lock:before {
        content: "\f023"
      }
      
      .lp .fa-flag:before {
        content: "\f024"
      }
      
      .lp .fa-headphones:before {
        content: "\f025"
      }
      
      .lp .fa-volume-off:before {
        content: "\f026"
      }
      
      .lp .fa-volume-down:before {
        content: "\f027"
      }
      
      .lp .fa-volume-up:before {
        content: "\f028"
      }
      
      .lp .fa-qrcode:before {
        content: "\f029"
      }
      
      .lp .fa-barcode:before {
        content: "\f02a"
      }
      
      .lp .fa-tag:before {
        content: "\f02b"
      }
      
      .lp .fa-tags:before {
        content: "\f02c"
      }
      
      .lp .fa-book:before {
        content: "\f02d"
      }
      
      .lp .fa-bookmark:before {
        content: "\f02e"
      }
      
      .lp .fa-print:before {
        content: "\f02f"
      }
      
      .lp .fa-camera:before {
        content: "\f030"
      }
      
      .lp .fa-font:before {
        content: "\f031"
      }
      
      .lp .fa-bold:before {
        content: "\f032"
      }
      
      .lp .fa-italic:before {
        content: "\f033"
      }
      
      .lp .fa-text-height:before {
        content: "\f034"
      }
      
      .lp .fa-text-width:before {
        content: "\f035"
      }
      
      .lp .fa-align-left:before {
        content: "\f036"
      }
      
      .lp .fa-align-center:before {
        content: "\f037"
      }
      
      .lp .fa-align-right:before {
        content: "\f038"
      }
      
      .lp .fa-align-justify:before {
        content: "\f039"
      }
      
      .lp .fa-list:before {
        content: "\f03a"
      }
      
      .lp .fa-dedent:before,
      .lp .fa-outdent:before {
        content: "\f03b"
      }
      
      .lp .fa-indent:before {
        content: "\f03c"
      }
      
      .lp .fa-video-camera:before {
        content: "\f03d"
      }
      
      .lp .fa-photo:before,
      .lp .fa-image:before,
      .lp .fa-picture-o:before {
        content: "\f03e"
      }
      
      .lp .fa-pencil:before {
        content: "\f040"
      }
      
      .lp .fa-map-marker:before {
        content: "\f041"
      }
      
      .lp .fa-adjust:before {
        content: "\f042"
      }
      
      .lp .fa-tint:before {
        content: "\f043"
      }
      
      .lp .fa-edit:before,
      .lp .fa-pencil-square-o:before {
        content: "\f044"
      }
      
      .lp .fa-share-square-o:before {
        content: "\f045"
      }
      
      .lp .fa-check-square-o:before {
        content: "\f046"
      }
      
      .lp .fa-arrows:before {
        content: "\f047"
      }
      
      .lp .fa-step-backward:before {
        content: "\f048"
      }
      
      .lp .fa-fast-backward:before {
        content: "\f049"
      }
      
      .lp .fa-backward:before {
        content: "\f04a"
      }
      
      .lp .fa-play:before {
        content: "\f04b"
      }
      
      .lp .fa-pause:before {
        content: "\f04c"
      }
      
      .lp .fa-stop:before {
        content: "\f04d"
      }
      
      .lp .fa-forward:before {
        content: "\f04e"
      }
      
      .lp .fa-fast-forward:before {
        content: "\f050"
      }
      
      .lp .fa-step-forward:before {
        content: "\f051"
      }
      
      .lp .fa-eject:before {
        content: "\f052"
      }
      
      .lp .fa-chevron-left:before {
        content: "\f053"
      }
      
      .lp .fa-chevron-right:before {
        content: "\f054"
      }
      
      .lp .fa-plus-circle:before {
        content: "\f055"
      }
      
      .lp .fa-minus-circle:before {
        content: "\f056"
      }
      
      .lp .fa-times-circle:before {
        content: "\f057"
      }
      
      .lp .fa-check-circle:before {
        content: "\f058"
      }
      
      .lp .fa-question-circle:before {
        content: "\f059"
      }
      
      .lp .fa-info-circle:before {
        content: "\f05a"
      }
      
      .lp .fa-crosshairs:before {
        content: "\f05b"
      }
      
      .lp .fa-times-circle-o:before {
        content: "\f05c"
      }
      
      .lp .fa-check-circle-o:before {
        content: "\f05d"
      }
      
      .lp .fa-ban:before {
        content: "\f05e"
      }
      
      .lp .fa-arrow-left:before {
        content: "\f060"
      }
      
      .lp .fa-arrow-right:before {
        content: "\f061"
      }
      
      .lp .fa-arrow-up:before {
        content: "\f062"
      }
      
      .lp .fa-arrow-down:before {
        content: "\f063"
      }
      
      .lp .fa-mail-forward:before,
      .lp .fa-share:before {
        content: "\f064"
      }
      
      .lp .fa-expand:before {
        content: "\f065"
      }
      
      .lp .fa-compress:before {
        content: "\f066"
      }
      
      .lp .fa-plus:before {
        content: "\f067"
      }
      
      .lp .fa-minus:before {
        content: "\f068"
      }
      
      .lp .fa-asterisk:before {
        content: "\f069"
      }
      
      .lp .fa-exclamation-circle:before {
        content: "\f06a"
      }
      
      .lp .fa-gift:before {
        content: "\f06b"
      }
      
      .lp .fa-leaf:before {
        content: "\f06c"
      }
      
      .lp .fa-fire:before {
        content: "\f06d"
      }
      
      .lp .fa-eye:before {
        content: "\f06e"
      }
      
      .lp .fa-eye-slash:before {
        content: "\f070"
      }
      
      .lp .fa-warning:before,
      .lp .fa-exclamation-triangle:before {
        content: "\f071"
      }
      
      .lp .fa-plane:before {
        content: "\f072"
      }
      
      .lp .fa-calendar:before {
        content: "\f073"
      }
      
      .lp .fa-random:before {
        content: "\f074"
      }
      
      .lp .fa-comment:before {
        content: "\f075"
      }
      
      .lp .fa-magnet:before {
        content: "\f076"
      }
      
      .lp .fa-chevron-up:before {
        content: "\f077"
      }
      
      .lp .fa-chevron-down:before {
        content: "\f078"
      }
      
      .lp .fa-retweet:before {
        content: "\f079"
      }
      
      .lp .fa-shopping-cart:before {
        content: "\f07a"
      }
      
      .lp .fa-folder:before {
        content: "\f07b"
      }
      
      .lp .fa-folder-open:before {
        content: "\f07c"
      }
      
      .lp .fa-arrows-v:before {
        content: "\f07d"
      }
      
      .lp .fa-arrows-h:before {
        content: "\f07e"
      }
      
      .lp .fa-bar-chart-o:before {
        content: "\f080"
      }
      
      .lp .fa-twitter-square:before {
        content: "\f081"
      }
      
      .lp .fa-facebook-square:before {
        content: "\f082"
      }
      
      .lp .fa-camera-retro:before {
        content: "\f083"
      }
      
      .lp .fa-key:before {
        content: "\f084"
      }
      
      .lp .fa-gears:before,
      .lp .fa-cogs:before {
        content: "\f085"
      }
      
      .lp .fa-comments:before {
        content: "\f086"
      }
      
      .lp .fa-thumbs-o-up:before {
        content: "\f087"
      }
      
      .lp .fa-thumbs-o-down:before {
        content: "\f088"
      }
      
      .lp .fa-star-half:before {
        content: "\f089"
      }
      
      .lp .fa-heart-o:before {
        content: "\f08a"
      }
      
      .lp .fa-sign-out:before {
        content: "\f08b"
      }
      
      .lp .fa-linkedin-square:before {
        content: "\f08c"
      }
      
      .lp .fa-thumb-tack:before {
        content: "\f08d"
      }
      
      .lp .fa-external-link:before {
        content: "\f08e"
      }
      
      .lp .fa-sign-in:before {
        content: "\f090"
      }
      
      .lp .fa-trophy:before {
        content: "\f091"
      }
      
      .lp .fa-github-square:before {
        content: "\f092"
      }
      
      .lp .fa-upload:before {
        content: "\f093"
      }
      
      .lp .fa-lemon-o:before {
        content: "\f094"
      }
      
      .lp .fa-phone:before {
        content: "\f095"
      }
      
      .lp .fa-square-o:before {
        content: "\f096"
      }
      
      .lp .fa-bookmark-o:before {
        content: "\f097"
      }
      
      .lp .fa-phone-square:before {
        content: "\f098"
      }
      
      .lp .fa-twitter:before {
        content: "\f099"
      }
      
      .lp .fa-facebook:before {
        content: "\f09a"
      }
      
      .lp .fa-github:before {
        content: "\f09b"
      }
      
      .lp .fa-unlock:before {
        content: "\f09c"
      }
      
      .lp .fa-credit-card:before {
        content: "\f09d"
      }
      
      .lp .fa-rss:before {
        content: "\f09e"
      }
      
      .lp .fa-hdd-o:before {
        content: "\f0a0"
      }
      
      .lp .fa-bullhorn:before {
        content: "\f0a1"
      }
      
      .lp .fa-bell:before {
        content: "\f0f3"
      }
      
      .lp .fa-certificate:before {
        content: "\f0a3"
      }
      
      .lp .fa-hand-o-right:before {
        content: "\f0a4"
      }
      
      .lp .fa-hand-o-left:before {
        content: "\f0a5"
      }
      
      .lp .fa-hand-o-up:before {
        content: "\f0a6"
      }
      
      .lp .fa-hand-o-down:before {
        content: "\f0a7"
      }
      
      .lp .fa-arrow-circle-left:before {
        content: "\f0a8"
      }
      
      .lp .fa-arrow-circle-right:before {
        content: "\f0a9"
      }
      
      .lp .fa-arrow-circle-up:before {
        content: "\f0aa"
      }
      
      .lp .fa-arrow-circle-down:before {
        content: "\f0ab"
      }
      
      .lp .fa-globe:before {
        content: "\f0ac"
      }
      
      .lp .fa-wrench:before {
        content: "\f0ad"
      }
      
      .lp .fa-tasks:before {
        content: "\f0ae"
      }
      
      .lp .fa-filter:before {
        content: "\f0b0"
      }
      
      .lp .fa-briefcase:before {
        content: "\f0b1"
      }
      
      .lp .fa-arrows-alt:before {
        content: "\f0b2"
      }
      
      .lp .fa-group:before,
      .lp .fa-users:before {
        content: "\f0c0"
      }
      
      .lp .fa-chain:before,
      .lp .fa-link:before {
        content: "\f0c1"
      }
      
      .lp .fa-cloud:before {
        content: "\f0c2"
      }
      
      .lp .fa-flask:before {
        content: "\f0c3"
      }
      
      .lp .fa-cut:before,
      .lp .fa-scissors:before {
        content: "\f0c4"
      }
      
      .lp .fa-copy:before,
      .lp .fa-files-o:before {
        content: "\f0c5"
      }
      
      .lp .fa-paperclip:before {
        content: "\f0c6"
      }
      
      .lp .fa-save:before,
      .lp .fa-floppy-o:before {
        content: "\f0c7"
      }
      
      .lp .fa-square:before {
        content: "\f0c8"
      }
      
      .lp .fa-navicon:before,
      .lp .fa-reorder:before,
      .lp .fa-bars:before {
        content: "\f0c9"
      }
      
      .lp .fa-list-ul:before {
        content: "\f0ca"
      }
      
      .lp .fa-list-ol:before {
        content: "\f0cb"
      }
      
      .lp .fa-strikethrough:before {
        content: "\f0cc"
      }
      
      .lp .fa-underline:before {
        content: "\f0cd"
      }
      
      .lp .fa-table:before {
        content: "\f0ce"
      }
      
      .lp .fa-magic:before {
        content: "\f0d0"
      }
      
      .lp .fa-truck:before {
        content: "\f0d1"
      }
      
      .lp .fa-pinterest:before {
        content: "\f0d2"
      }
      
      .lp .fa-pinterest-square:before {
        content: "\f0d3"
      }
      
      .lp .fa-google-plus-square:before {
        content: "\f0d4"
      }
      
      .lp .fa-google-plus:before {
        content: "\f0d5"
      }
      
      .lp .fa-money:before {
        content: "\f0d6"
      }
      
      .lp .fa-caret-down:before {
        content: "\f0d7"
      }
      
      .lp .fa-caret-up:before {
        content: "\f0d8"
      }
      
      .lp .fa-caret-left:before {
        content: "\f0d9"
      }
      
      .lp .fa-caret-right:before {
        content: "\f0da"
      }
      
      .lp .fa-columns:before {
        content: "\f0db"
      }
      
      .lp .fa-unsorted:before,
      .lp .fa-sort:before {
        content: "\f0dc"
      }
      
      .lp .fa-sort-down:before,
      .lp .fa-sort-desc:before {
        content: "\f0dd"
      }
      
      .lp .fa-sort-up:before,
      .lp .fa-sort-asc:before {
        content: "\f0de"
      }
      
      .lp .fa-envelope:before {
        content: "\f0e0"
      }
      
      .lp .fa-linkedin:before {
        content: "\f0e1"
      }
      
      .lp .fa-rotate-left:before,
      .lp .fa-undo:before {
        content: "\f0e2"
      }
      
      .lp .fa-legal:before,
      .lp .fa-gavel:before {
        content: "\f0e3"
      }
      
      .lp .fa-dashboard:before,
      .lp .fa-tachometer:before {
        content: "\f0e4"
      }
      
      .lp .fa-comment-o:before {
        content: "\f0e5"
      }
      
      .lp .fa-comments-o:before {
        content: "\f0e6"
      }
      
      .lp .fa-flash:before,
      .lp .fa-bolt:before {
        content: "\f0e7"
      }
      
      .lp .fa-sitemap:before {
        content: "\f0e8"
      }
      
      .lp .fa-umbrella:before {
        content: "\f0e9"
      }
      
      .lp .fa-paste:before,
      .lp .fa-clipboard:before {
        content: "\f0ea"
      }
      
      .lp .fa-lightbulb-o:before {
        content: "\f0eb"
      }
      
      .lp .fa-exchange:before {
        content: "\f0ec"
      }
      
      .lp .fa-cloud-download:before {
        content: "\f0ed"
      }
      
      .lp .fa-cloud-upload:before {
        content: "\f0ee"
      }
      
      .lp .fa-user-md:before {
        content: "\f0f0"
      }
      
      .lp .fa-stethoscope:before {
        content: "\f0f1"
      }
      
      .lp .fa-suitcase:before {
        content: "\f0f2"
      }
      
      .lp .fa-bell-o:before {
        content: "\f0a2"
      }
      
      .lp .fa-coffee:before {
        content: "\f0f4"
      }
      
      .lp .fa-cutlery:before {
        content: "\f0f5"
      }
      
      .lp .fa-file-text-o:before {
        content: "\f0f6"
      }
      
      .lp .fa-building-o:before {
        content: "\f0f7"
      }
      
      .lp .fa-hospital-o:before {
        content: "\f0f8"
      }
      
      .lp .fa-ambulance:before {
        content: "\f0f9"
      }
      
      .lp .fa-medkit:before {
        content: "\f0fa"
      }
      
      .lp .fa-fighter-jet:before {
        content: "\f0fb"
      }
      
      .lp .fa-beer:before {
        content: "\f0fc"
      }
      
      .lp .fa-h-square:before {
        content: "\f0fd"
      }
      
      .lp .fa-plus-square:before {
        content: "\f0fe"
      }
      
      .lp .fa-angle-double-left:before {
        content: "\f100"
      }
      
      .lp .fa-angle-double-right:before {
        content: "\f101"
      }
      
      .lp .fa-angle-double-up:before {
        content: "\f102"
      }
      
      .lp .fa-angle-double-down:before {
        content: "\f103"
      }
      
      .lp .fa-angle-left:before {
        content: "\f104"
      }
      
      .lp .fa-angle-right:before {
        content: "\f105"
      }
      
      .lp .fa-angle-up:before {
        content: "\f106"
      }
      
      .lp .fa-angle-down:before {
        content: "\f107"
      }
      
      .lp .fa-desktop:before {
        content: "\f108"
      }
      
      .lp .fa-laptop:before {
        content: "\f109"
      }
      
      .lp .fa-tablet:before {
        content: "\f10a"
      }
      
      .lp .fa-mobile-phone:before,
      .lp .fa-mobile:before {
        content: "\f10b"
      }
      
      .lp .fa-circle-o:before {
        content: "\f10c"
      }
      
      .lp .fa-quote-left:before {
        content: "\f10d"
      }
      
      .lp .fa-quote-right:before {
        content: "\f10e"
      }
      
      .lp .fa-spinner:before {
        content: "\f110"
      }
      
      .lp .fa-circle:before {
        content: "\f111"
      }
      
      .lp .fa-mail-reply:before,
      .lp .fa-reply:before {
        content: "\f112"
      }
      
      .lp .fa-github-alt:before {
        content: "\f113"
      }
      
      .lp .fa-folder-o:before {
        content: "\f114"
      }
      
      .lp .fa-folder-open-o:before {
        content: "\f115"
      }
      
      .lp .fa-smile-o:before {
        content: "\f118"
      }
      
      .lp .fa-frown-o:before {
        content: "\f119"
      }
      
      .lp .fa-meh-o:before {
        content: "\f11a"
      }
      
      .lp .fa-gamepad:before {
        content: "\f11b"
      }
      
      .lp .fa-keyboard-o:before {
        content: "\f11c"
      }
      
      .lp .fa-flag-o:before {
        content: "\f11d"
      }
      
      .lp .fa-flag-checkered:before {
        content: "\f11e"
      }
      
      .lp .fa-terminal:before {
        content: "\f120"
      }
      
      .lp .fa-code:before {
        content: "\f121"
      }
      
      .lp .fa-mail-reply-all:before,
      .lp .fa-reply-all:before {
        content: "\f122"
      }
      
      .lp .fa-star-half-empty:before,
      .lp .fa-star-half-full:before,
      .lp .fa-star-half-o:before {
        content: "\f123"
      }
      
      .lp .fa-location-arrow:before {
        content: "\f124"
      }
      
      .lp .fa-crop:before {
        content: "\f125"
      }
      
      .lp .fa-code-fork:before {
        content: "\f126"
      }
      
      .lp .fa-unlink:before,
      .lp .fa-chain-broken:before {
        content: "\f127"
      }
      
      .lp .fa-question:before {
        content: "\f128"
      }
      
      .lp .fa-info:before {
        content: "\f129"
      }
      
      .lp .fa-exclamation:before {
        content: "\f12a"
      }
      
      .lp .fa-superscript:before {
        content: "\f12b"
      }
      
      .lp .fa-subscript:before {
        content: "\f12c"
      }
      
      .lp .fa-eraser:before {
        content: "\f12d"
      }
      
      .lp .fa-puzzle-piece:before {
        content: "\f12e"
      }
      
      .lp .fa-microphone:before {
        content: "\f130"
      }
      
      .lp .fa-microphone-slash:before {
        content: "\f131"
      }
      
      .lp .fa-shield:before {
        content: "\f132"
      }
      
      .lp .fa-calendar-o:before {
        content: "\f133"
      }
      
      .lp .fa-fire-extinguisher:before {
        content: "\f134"
      }
      
      .lp .fa-rocket:before {
        content: "\f135"
      }
      
      .lp .fa-maxcdn:before {
        content: "\f136"
      }
      
      .lp .fa-chevron-circle-left:before {
        content: "\f137"
      }
      
      .lp .fa-chevron-circle-right:before {
        content: "\f138"
      }
      
      .lp .fa-chevron-circle-up:before {
        content: "\f139"
      }
      
      .lp .fa-chevron-circle-down:before {
        content: "\f13a"
      }
      
      .lp .fa-html5:before {
        content: "\f13b"
      }
      
      .lp .fa-css3:before {
        content: "\f13c"
      }
      
      .lp .fa-anchor:before {
        content: "\f13d"
      }
      
      .lp .fa-unlock-alt:before {
        content: "\f13e"
      }
      
      .lp .fa-bullseye:before {
        content: "\f140"
      }
      
      .lp .fa-ellipsis-h:before {
        content: "\f141"
      }
      
      .lp .fa-ellipsis-v:before {
        content: "\f142"
      }
      
      .lp .fa-rss-square:before {
        content: "\f143"
      }
      
      .lp .fa-play-circle:before {
        content: "\f144"
      }
      
      .lp .fa-ticket:before {
        content: "\f145"
      }
      
      .lp .fa-minus-square:before {
        content: "\f146"
      }
      
      .lp .fa-minus-square-o:before {
        content: "\f147"
      }
      
      .lp .fa-level-up:before {
        content: "\f148"
      }
      
      .lp .fa-level-down:before {
        content: "\f149"
      }
      
      .lp .fa-check-square:before {
        content: "\f14a"
      }
      
      .lp .fa-pencil-square:before {
        content: "\f14b"
      }
      
      .lp .fa-external-link-square:before {
        content: "\f14c"
      }
      
      .lp .fa-share-square:before {
        content: "\f14d"
      }
      
      .lp .fa-compass:before {
        content: "\f14e"
      }
      
      .lp .fa-toggle-down:before,
      .lp .fa-caret-square-o-down:before {
        content: "\f150"
      }
      
      .lp .fa-toggle-up:before,
      .lp .fa-caret-square-o-up:before {
        content: "\f151"
      }
      
      .lp .fa-toggle-right:before,
      .lp .fa-caret-square-o-right:before {
        content: "\f152"
      }
      
      .lp .fa-euro:before,
      .lp .fa-eur:before {
        content: "\f153"
      }
      
      .lp .fa-gbp:before {
        content: "\f154"
      }
      
      .lp .fa-dollar:before,
      .lp .fa-usd:before {
        content: "\f155"
      }
      
      .lp .fa-rupee:before,
      .lp .fa-inr:before {
        content: "\f156"
      }
      
      .lp .fa-cny:before,
      .lp .fa-rmb:before,
      .lp .fa-yen:before,
      .lp .fa-jpy:before {
        content: "\f157"
      }
      
      .lp .fa-ruble:before,
      .lp .fa-rouble:before,
      .lp .fa-rub:before {
        content: "\f158"
      }
      
      .lp .fa-won:before,
      .lp .fa-krw:before {
        content: "\f159"
      }
      
      .lp .fa-bitcoin:before,
      .lp .fa-btc:before {
        content: "\f15a"
      }
      
      .lp .fa-file:before {
        content: "\f15b"
      }
      
      .lp .fa-file-text:before {
        content: "\f15c"
      }
      
      .lp .fa-sort-alpha-asc:before {
        content: "\f15d"
      }
      
      .lp .fa-sort-alpha-desc:before {
        content: "\f15e"
      }
      
      .lp .fa-sort-amount-asc:before {
        content: "\f160"
      }
      
      .lp .fa-sort-amount-desc:before {
        content: "\f161"
      }
      
      .lp .fa-sort-numeric-asc:before {
        content: "\f162"
      }
      
      .lp .fa-sort-numeric-desc:before {
        content: "\f163"
      }
      
      .lp .fa-thumbs-up:before {
        content: "\f164"
      }
      
      .lp .fa-thumbs-down:before {
        content: "\f165"
      }
      
      .lp .fa-youtube-square:before {
        content: "\f166"
      }
      
      .lp .fa-youtube:before {
        content: "\f167"
      }
      
      .lp .fa-xing:before {
        content: "\f168"
      }
      
      .lp .fa-xing-square:before {
        content: "\f169"
      }
      
      .lp .fa-youtube-play:before {
        content: "\f16a"
      }
      
      .lp .fa-dropbox:before {
        content: "\f16b"
      }
      
      .lp .fa-stack-overflow:before {
        content: "\f16c"
      }
      
      .lp .fa-instagram:before {
        content: "\f16d"
      }
      
      .lp .fa-flickr:before {
        content: "\f16e"
      }
      
      .lp .fa-adn:before {
        content: "\f170"
      }
      
      .lp .fa-bitbucket:before {
        content: "\f171"
      }
      
      .lp .fa-bitbucket-square:before {
        content: "\f172"
      }
      
      .lp .fa-tumblr:before {
        content: "\f173"
      }
      
      .lp .fa-tumblr-square:before {
        content: "\f174"
      }
      
      .lp .fa-long-arrow-down:before {
        content: "\f175"
      }
      
      .lp .fa-long-arrow-up:before {
        content: "\f176"
      }
      
      .lp .fa-long-arrow-left:before {
        content: "\f177"
      }
      
      .lp .fa-long-arrow-right:before {
        content: "\f178"
      }
      
      .lp .fa-apple:before {
        content: "\f179"
      }
      
      .lp .fa-windows:before {
        content: "\f17a"
      }
      
      .lp .fa-android:before {
        content: "\f17b"
      }
      
      .lp .fa-linux:before {
        content: "\f17c"
      }
      
      .lp .fa-dribbble:before {
        content: "\f17d"
      }
      
      .lp .fa-skype:before {
        content: "\f17e"
      }
      
      .lp .fa-foursquare:before {
        content: "\f180"
      }
      
      .lp .fa-trello:before {
        content: "\f181"
      }
      
      .lp .fa-female:before {
        content: "\f182"
      }
      
      .lp .fa-male:before {
        content: "\f183"
      }
      
      .lp .fa-gittip:before {
        content: "\f184"
      }
      
      .lp .fa-sun-o:before {
        content: "\f185"
      }
      
      .lp .fa-moon-o:before {
        content: "\f186"
      }
      
      .lp .fa-archive:before {
        content: "\f187"
      }
      
      .lp .fa-bug:before {
        content: "\f188"
      }
      
      .lp .fa-vk:before {
        content: "\f189"
      }
      
      .lp .fa-weibo:before {
        content: "\f18a"
      }
      
      .lp .fa-renren:before {
        content: "\f18b"
      }
      
      .lp .fa-pagelines:before {
        content: "\f18c"
      }
      
      .lp .fa-stack-exchange:before {
        content: "\f18d"
      }
      
      .lp .fa-arrow-circle-o-right:before {
        content: "\f18e"
      }
      
      .lp .fa-arrow-circle-o-left:before {
        content: "\f190"
      }
      
      .lp .fa-toggle-left:before,
      .lp .fa-caret-square-o-left:before {
        content: "\f191"
      }
      
      .lp .fa-dot-circle-o:before {
        content: "\f192"
      }
      
      .lp .fa-wheelchair:before {
        content: "\f193"
      }
      
      .lp .fa-vimeo-square:before {
        content: "\f194"
      }
      
      .lp .fa-turkish-lira:before,
      .lp .fa-try:before {
        content: "\f195"
      }
      
      .lp .fa-plus-square-o:before {
        content: "\f196"
      }
      
      .lp .fa-space-shuttle:before {
        content: "\f197"
      }
      
      .lp .fa-slack:before {
        content: "\f198"
      }
      
      .lp .fa-envelope-square:before {
        content: "\f199"
      }
      
      .lp .fa-wordpress:before {
        content: "\f19a"
      }
      
      .lp .fa-openid:before {
        content: "\f19b"
      }
      
      .lp .fa-institution:before,
      .lp .fa-bank:before,
      .lp .fa-university:before {
        content: "\f19c"
      }
      
      .lp .fa-mortar-board:before,
      .lp .fa-graduation-cap:before {
        content: "\f19d"
      }
      
      .lp .fa-yahoo:before {
        content: "\f19e"
      }
      
      .lp .fa-google:before {
        content: "\f1a0"
      }
      
      .lp .fa-reddit:before {
        content: "\f1a1"
      }
      
      .lp .fa-reddit-square:before {
        content: "\f1a2"
      }
      
      .lp .fa-stumbleupon-circle:before {
        content: "\f1a3"
      }
      
      .lp .fa-stumbleupon:before {
        content: "\f1a4"
      }
      
      .lp .fa-delicious:before {
        content: "\f1a5"
      }
      
      .lp .fa-digg:before {
        content: "\f1a6"
      }
      
      .lp .fa-pied-piper-square:before,
      .lp .fa-pied-piper:before {
        content: "\f1a7"
      }
      
      .lp .fa-pied-piper-alt:before {
        content: "\f1a8"
      }
      
      .lp .fa-drupal:before {
        content: "\f1a9"
      }
      
      .lp .fa-joomla:before {
        content: "\f1aa"
      }
      
      .lp .fa-language:before {
        content: "\f1ab"
      }
      
      .lp .fa-fax:before {
        content: "\f1ac"
      }
      
      .lp .fa-building:before {
        content: "\f1ad"
      }
      
      .lp .fa-child:before {
        content: "\f1ae"
      }
      
      .lp .fa-paw:before {
        content: "\f1b0"
      }
      
      .lp .fa-spoon:before {
        content: "\f1b1"
      }
      
      .lp .fa-cube:before {
        content: "\f1b2"
      }
      
      .lp .fa-cubes:before {
        content: "\f1b3"
      }
      
      .lp .fa-behance:before {
        content: "\f1b4"
      }
      
      .lp .fa-behance-square:before {
        content: "\f1b5"
      }
      
      .lp .fa-steam:before {
        content: "\f1b6"
      }
      
      .lp .fa-steam-square:before {
        content: "\f1b7"
      }
      
      .lp .fa-recycle:before {
        content: "\f1b8"
      }
      
      .lp .fa-automobile:before,
      .lp .fa-car:before {
        content: "\f1b9"
      }
      
      .lp .fa-cab:before,
      .lp .fa-taxi:before {
        content: "\f1ba"
      }
      
      .lp .fa-tree:before {
        content: "\f1bb"
      }
      
      .lp .fa-spotify:before {
        content: "\f1bc"
      }
      
      .lp .fa-deviantart:before {
        content: "\f1bd"
      }
      
      .lp .fa-soundcloud:before {
        content: "\f1be"
      }
      
      .lp .fa-database:before {
        content: "\f1c0"
      }
      
      .lp .fa-file-pdf-o:before {
        content: "\f1c1"
      }
      
      .lp .fa-file-word-o:before {
        content: "\f1c2"
      }
      
      .lp .fa-file-excel-o:before {
        content: "\f1c3"
      }
      
      .lp .fa-file-powerpoint-o:before {
        content: "\f1c4"
      }
      
      .lp .fa-file-photo-o:before,
      .lp .fa-file-picture-o:before,
      .lp .fa-file-image-o:before {
        content: "\f1c5"
      }
      
      .lp .fa-file-zip-o:before,
      .lp .fa-file-archive-o:before {
        content: "\f1c6"
      }
      
      .lp .fa-file-sound-o:before,
      .lp .fa-file-audio-o:before {
        content: "\f1c7"
      }
      
      .lp .fa-file-movie-o:before,
      .lp .fa-file-video-o:before {
        content: "\f1c8"
      }
      
      .lp .fa-file-code-o:before {
        content: "\f1c9"
      }
      
      .lp .fa-vine:before {
        content: "\f1ca"
      }
      
      .lp .fa-codepen:before {
        content: "\f1cb"
      }
      
      .lp .fa-jsfiddle:before {
        content: "\f1cc"
      }
      
      .lp .fa-life-bouy:before,
      .lp .fa-life-saver:before,
      .lp .fa-support:before,
      .lp .fa-life-ring:before {
        content: "\f1cd"
      }
      
      .lp .fa-circle-o-notch:before {
        content: "\f1ce"
      }
      
      .lp .fa-ra:before,
      .lp .fa-rebel:before {
        content: "\f1d0"
      }
      
      .lp .fa-ge:before,
      .lp .fa-empire:before {
        content: "\f1d1"
      }
      
      .lp .fa-git-square:before {
        content: "\f1d2"
      }
      
      .lp .fa-git:before {
        content: "\f1d3"
      }
      
      .lp .fa-hacker-news:before {
        content: "\f1d4"
      }
      
      .lp .fa-tencent-weibo:before {
        content: "\f1d5"
      }
      
      .lp .fa-qq:before {
        content: "\f1d6"
      }
      
      .lp .fa-wechat:before,
      .lp .fa-weixin:before {
        content: "\f1d7"
      }
      
      .lp .fa-send:before,
      .lp .fa-paper-plane:before {
        content: "\f1d8"
      }
      
      .lp .fa-send-o:before,
      .lp .fa-paper-plane-o:before {
        content: "\f1d9"
      }
      
      .lp .fa-history:before {
        content: "\f1da"
      }
      
      .lp .fa-circle-thin:before {
        content: "\f1db"
      }
      
      .lp .fa-header:before {
        content: "\f1dc"
      }
      
      .lp .fa-paragraph:before {
        content: "\f1dd"
      }
      
      .lp .fa-sliders:before {
        content: "\f1de"
      }
      
      .lp .fa-share-alt:before {
        content: "\f1e0"
      }
      
      .lp .fa-share-alt-square:before {
        content: "\f1e1"
      }
      
      .lp .fa-bomb:before {
        content: "\f1e2"
      }
      
      .lp .wpsm_panel {
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
      }
      
      .lp .wpsm_panel-body {
        padding: 15px
      }
      
      .lp .wpsm_panel-heading {
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
      }
      
      .lp .wpsm_panel-heading>.dropdown .dropdown-toggle {
        color: inherit
      }
      
      .lp .wpsm_panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        color: inherit
      }
      
      .lp .wpsm_panel-title>a,
      .lp .wpsm_panel-title>small,
      .lp .wpsm_panel-title>.small,
      .lp .wpsm_panel-title>small>a,
      .lp .wpsm_panel-title>.small>a {
        color: inherit
      }
      
      .lp .wpsm_panel-footer {
        padding: 10px 15px;
        background-color: #f5f5f5;
        border-top: 1px solid #ddd;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
      }
      
      .lp .wpsm_panel>.list-group,
      .lp .wpsm_panel>.wpsm_panel-collapse>.list-group {
        margin-bottom: 0
      }
      
      .lp .wpsm_panel>.list-group .list-group-item,
      .lp .wpsm_panel>.wpsm_panel-collapse>.list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
      }
      
      .lp .wpsm_panel>.list-group:first-child .list-group-item:first-child,
      .lp .wpsm_panel>.wpsm_panel-collapse>.list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
      }
      
      .lp .wpsm_panel>.list-group:last-child .list-group-item:last-child,
      .lp .wpsm_panel>.wpsm_panel-collapse>.list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
      }
      
      .lp .wpsm_panel>.wpsm_panel-heading+.wpsm_panel-collapse>.list-group .list-group-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0
      }
      
      .lp .wpsm_panel-heading+.list-group .list-group-item:first-child {
        border-top-width: 0
      }
      
      .lp .list-group+.wpsm_panel-footer {
        border-top-width: 0
      }
      
      .lp .wpsm_panel>.table,
      .lp .wpsm_panel>.table-responsive>.table,
      .lp .wpsm_panel>.wpsm_panel-collapse>.table {
        margin-bottom: 0
      }
      
      .lp .wpsm_panel>.table caption,
      .lp .wpsm_panel>.table-responsive>.table caption,
      .lp .wpsm_panel>.wpsm_panel-collapse>.table caption {
        padding-right: 15px;
        padding-left: 15px
      }
      
      .lp .wpsm_panel>.table:first-child,
      .lp .wpsm_panel>.table-responsive:first-child>.table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
      }
      
      .lp .wpsm_panel>.table:first-child>thead:first-child>tr:first-child,
      .lp .wpsm_panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
      .lp .wpsm_panel>.table:first-child>tbody:first-child>tr:first-child,
      .lp .wpsm_panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
      }
      
      .lp .wpsm_panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
      .lp .wpsm_panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
      .lp .wpsm_panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
      .lp .wpsm_panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
      .lp .wpsm_panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
      .lp .wpsm_panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
      .lp .wpsm_panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
      .lp .wpsm_panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
        border-top-left-radius: 3px
      }
      
      .lp .wpsm_panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
      .lp .wpsm_panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
      .lp .wpsm_panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
      .lp .wpsm_panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
      .lp .wpsm_panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
      .lp .wpsm_panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
      .lp .wpsm_panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
      .lp .wpsm_panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
        border-top-right-radius: 3px
      }
      
      .lp .wpsm_panel>.table:last-child,
      .lp .wpsm_panel>.table-responsive:last-child>.table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
      }
      
      .lp .wpsm_panel>.table:last-child>tbody:last-child>tr:last-child,
      .lp .wpsm_panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
      .lp .wpsm_panel>.table:last-child>tfoot:last-child>tr:last-child,
      .lp .wpsm_panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
      }
      
      .lp .wpsm_panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
      .lp .wpsm_panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
      .lp .wpsm_panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
      .lp .wpsm_panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
      .lp .wpsm_panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
      .lp .wpsm_panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
      .lp .wpsm_panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
      .lp .wpsm_panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
        border-bottom-left-radius: 3px
      }
      
      .lp .wpsm_panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
      .lp .wpsm_panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
      .lp .wpsm_panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
      .lp .wpsm_panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
      .lp .wpsm_panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
      .lp .wpsm_panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
      .lp .wpsm_panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
      .lp .wpsm_panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
        border-bottom-right-radius: 3px
      }
      
      .lp .wpsm_panel>.wpsm_panel-body+.table,
      .lp .wpsm_panel>.wpsm_panel-body+.table-responsive,
      .lp .wpsm_panel>.table+.wpsm_panel-body,
      .lp .wpsm_panel>.table-responsive+.wpsm_panel-body {
        border-top: 1px solid #ddd
      }
      
      .lp .wpsm_panel>.table>tbody:first-child>tr:first-child th,
      .lp .wpsm_panel>.table>tbody:first-child>tr:first-child td {
        border-top: 0
      }
      
      .lp .wpsm_panel>.table-bordered,
      .lp .wpsm_panel>.table-responsive>.table-bordered {
        border: 0
      }
      
      .lp .wpsm_panel>.table-bordered>thead>tr>th:first-child,
      .lp .wpsm_panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
      .lp .wpsm_panel>.table-bordered>tbody>tr>th:first-child,
      .lp .wpsm_panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
      .lp .wpsm_panel>.table-bordered>tfoot>tr>th:first-child,
      .lp .wpsm_panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
      .lp .wpsm_panel>.table-bordered>thead>tr>td:first-child,
      .lp .wpsm_panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
      .lp .wpsm_panel>.table-bordered>tbody>tr>td:first-child,
      .lp .wpsm_panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
      .lp .wpsm_panel>.table-bordered>tfoot>tr>td:first-child,
      .lp .wpsm_panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
      }
      
      .lp .wpsm_panel>.table-bordered>thead>tr>th:last-child,
      .lp .wpsm_panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
      .lp .wpsm_panel>.table-bordered>tbody>tr>th:last-child,
      .lp .wpsm_panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
      .lp .wpsm_panel>.table-bordered>tfoot>tr>th:last-child,
      .lp .wpsm_panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
      .lp .wpsm_panel>.table-bordered>thead>tr>td:last-child,
      .lp .wpsm_panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
      .lp .wpsm_panel>.table-bordered>tbody>tr>td:last-child,
      .lp .wpsm_panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
      .lp .wpsm_panel>.table-bordered>tfoot>tr>td:last-child,
      .lp .wpsm_panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
      }
      
      .lp .wpsm_panel>.table-bordered>thead>tr:first-child>td,
      .lp .wpsm_panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
      .lp .wpsm_panel>.table-bordered>tbody>tr:first-child>td,
      .lp .wpsm_panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
      .lp .wpsm_panel>.table-bordered>thead>tr:first-child>th,
      .lp .wpsm_panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
      .lp .wpsm_panel>.table-bordered>tbody>tr:first-child>th,
      .lp .wpsm_panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
        border-bottom: 0
      }
      
      .lp .wpsm_panel>.table-bordered>tbody>tr:last-child>td,
      .lp .wpsm_panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
      .lp .wpsm_panel>.table-bordered>tfoot>tr:last-child>td,
      .lp .wpsm_panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
      .lp .wpsm_panel>.table-bordered>tbody>tr:last-child>th,
      .lp .wpsm_panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
      .lp .wpsm_panel>.table-bordered>tfoot>tr:last-child>th,
      .lp .wpsm_panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
      }
      
      .lp .wpsm_panel>.table-responsive {
        margin-bottom: 0;
        border: 0
      }
      
      .lp .wpsm_panel-group {
        margin-bottom: 20px
      }
      
      .lp .wpsm_panel-group .wpsm_panel {
        margin-bottom: 0;
        border-radius: 4px
      }
      
      .lp .wpsm_panel-group .wpsm_panel+.wpsm_panel {
        margin-top: 5px
      }
      
      .lp .wpsm_panel-group .wpsm_panel-heading {
        border-bottom: 0
      }
      
      .lp .wpsm_panel-group .wpsm_panel-heading+.wpsm_panel-collapse>.wpsm_panel-body,
      .lp .wpsm_panel-group .wpsm_panel-heading+.wpsm_panel-collapse>.list-group {
        border-top: 1px solid #ddd
      }
      
      .lp .wpsm_panel-group .wpsm_panel-footer {
        border-top: 0
      }
      
      .lp .wpsm_panel-group .wpsm_panel-footer+.wpsm_panel-collapse .wpsm_panel-body {
        border-bottom: 1px solid #ddd
      }
      
      .lp .wpsm_panel-default {
        border-color: #ddd
      }
      
      .lp .wpsm_panel-default>.wpsm_panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
      }
      
      .lp .wpsm_panel-default>.wpsm_panel-heading+.wpsm_panel-collapse>.wpsm_panel-body {
        border-top-color: #ddd
      }
      
      .lp .wpsm_panel-default>.wpsm_panel-heading .badge {
        color: #f5f5f5;
        background-color: #333
      }
      
      .lp .wpsm_panel-default>.wpsm_panel-footer+.wpsm_panel-collapse>.wpsm_panel-body {
        border-bottom-color: #ddd
      }
      
      .lp .wpsm_panel-primary {
        border-color: #337ab7
      }
      
      .lp .wpsm_panel-primary>.wpsm_panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
      }
      
      .lp .wpsm_panel-primary>.wpsm_panel-heading+.wpsm_panel-collapse>.wpsm_panel-body {
        border-top-color: #337ab7
      }
      
      .lp .wpsm_panel-primary>.wpsm_panel-heading .badge {
        color: #337ab7;
        background-color: #fff
      }
      
      .lp .wpsm_panel-primary>.wpsm_panel-footer+.wpsm_panel-collapse>.wpsm_panel-body {
        border-bottom-color: #337ab7
      }
      
      .lp .wpsm_panel-success {
        border-color: #d6e9c6
      }
      
      .lp .wpsm_panel-success>.wpsm_panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
      }
      
      .lp .wpsm_panel-success>.wpsm_panel-heading+.wpsm_panel-collapse>.wpsm_panel-body {
        border-top-color: #d6e9c6
      }
      
      .lp .wpsm_panel-success>.wpsm_panel-heading .badge {
        color: #dff0d8;
        background-color: #3c763d
      }
      
      .lp .wpsm_panel-success>.wpsm_panel-footer+.wpsm_panel-collapse>.wpsm_panel-body {
        border-bottom-color: #d6e9c6
      }
      
      .lp .wpsm_panel-info {
        border-color: #bce8f1
      }
      
      .lp .wpsm_panel-info>.wpsm_panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
      }
      
      .lp .wpsm_panel-info>.wpsm_panel-heading+.wpsm_panel-collapse>.wpsm_panel-body {
        border-top-color: #bce8f1
      }
      
      .lp .wpsm_panel-info>.wpsm_panel-heading .badge {
        color: #d9edf7;
        background-color: #31708f
      }
      
      .lp .wpsm_panel-info>.wpsm_panel-footer+.wpsm_panel-collapse>.wpsm_panel-body {
        border-bottom-color: #bce8f1
      }
      
      .lp .wpsm_panel-warning {
        border-color: #faebcc
      }
      
      .lp .wpsm_panel-warning>.wpsm_panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
      }
      
      .lp .wpsm_panel-warning>.wpsm_panel-heading+.wpsm_panel-collapse>.wpsm_panel-body {
        border-top-color: #faebcc
      }
      
      .lp .wpsm_panel-warning>.wpsm_panel-heading .badge {
        color: #fcf8e3;
        background-color: #8a6d3b
      }
      
      .lp .wpsm_panel-warning>.wpsm_panel-footer+.wpsm_panel-collapse>.wpsm_panel-body {
        border-bottom-color: #faebcc
      }
      
      .lp .wpsm_panel-danger {
        border-color: #ebccd1
      }
      
      .lp .wpsm_panel-danger>.wpsm_panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
      }
      
      .lp .wpsm_panel-danger>.wpsm_panel-heading+.wpsm_panel-collapse>.wpsm_panel-body {
        border-top-color: #ebccd1
      }
      
      .lp .wpsm_panel-danger>.wpsm_panel-heading .badge {
        color: #f2dede;
        background-color: #a94442
      }
      
      .lp .wpsm_panel-danger>.wpsm_panel-footer+.wpsm_panel-collapse>.wpsm_panel-body {
        border-bottom-color: #ebccd1
      }
      
      .lp .fade {
        -webkit-transition: opacity .15s linear;
        -o-transition: opacity .15s linear;
        transition: opacity .15s linear
      }
      
      .lp .fade.in {
        opacity: 1
      }
      
      .lp .wpsm_panel-group .collapse {
        display: none
      }
      
      .lp .collapse.in {
        display: block !important
      }
      
      .lp tr.collapse.in {
        display: table-row
      }
      
      .lp tbody.collapse.in {
        display: table-row-group
      }
      
      .lp .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .35s;
        -o-transition-duration: .35s;
        transition-duration: .35s;
        -webkit-transition-property: height, visibility;
        -o-transition-property: height, visibility;
        transition-property: height, visibility;
      }

    .lp h4 {
    padding: .3em .6em;
    border-top: dotted 1px #01a563;
    border-bottom: dotted 1px #01a563;
    font-size: 2.3rem;
    text-align: center;
    display: block;
    color: #00613a;
    margin-bottom: 2rem;
    margin-top: 3rem;
    }
      
@charset "UTF-8";

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  30% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  30% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.hero {
  background-image: url(//stepjob.jp/wp-content/themes/stepjob/assets/css/../img/qa/hero.jpg)
}

.hero:before {
  display: none
}

.anchor_list {
  display: flex;
  flex-wrap: wrap
}

.anchor_list li {
  width: 19.75%;
  margin-right: .3125%;
  margin-bottom: .3rem
}

.anchor_list li:nth-child(5n) {
  margin-right: 0
}

.anchor_list li a {
  display: block;
  text-decoration: none;
  background: #00a26a;
  position: relative;
  padding: 1rem 1rem 1rem 4rem
}

.anchor_list li a:before {
  content: '';
  width: .5em;
  height: .5em;
  border-style: solid;
  border-width: 2px;
  border-color: #d64869 #d64869 transparent transparent;
  position: absolute;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 1.8rem;
  top: 0;
  bottom: 0;
  margin: auto
}

.business_list_item {
  padding-top: 9.5rem
}

.business_list_item .name {
  display: flex;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 700;
  letter-spacing: .04em;
  position: relative;
  margin-bottom: 5rem
}

.business_list_item .name i {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 2rem
}

.business_list_item .name:before {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #e3e3e3;
  order: 2;
  margin-left: 2rem;
  margin-top: .25em
}

.business_list_item .name:after {
  content: "";
  width: 12rem;
  height: 2px;
  background: #01a269;
  position: absolute;
  right: 0;
  top: .25em
}

.business_list_item .detail {
  border: 1px solid #e0e0e0;
  padding: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.business_list_item .detail ul {
  width: 48%
}

.business_list_item .detail ul li {
  margin-bottom: .5em;
  position: relative;
  padding-left: 1.5rem
}

.business_list_item .detail ul li:before {
  content: "";
  width: .9rem;
  height: .9rem;
  border-radius: 50%;
  border: 2px solid #333;
  position: absolute;
  left: 0;
  top: .5em
}

.business_list_item .detail ul li.heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
  padding-left: 0
}

.business_list_item .detail ul li.heading:before {
  display: none
}

.business_list_item .detail ul li.heading:nth-of-type(n+2) {
  margin-top: 1.5em
}

.qa_box {
  width: 80%;
  margin: 0 auto
}

.h1_title {
  width: 400px !important;
  text-align: center;
  padding-left: 0
}

h3 {
  margin-top: 3rem;
  font-size: 2rem;
  color: #011446;
  height: 30px;
  padding-left: 20px;
  border-left: solid 8px#011446
}

@media (max-width:992px) {

  .inner,
  .qa_box,
  .h1_title {
    width: 100% !important
  }

  .hero {
    background-image: url(//stepjob.jp/wp-content/themes/stepjob/assets/css/../img/qa/hero_sp.jpg)
  }

  .anchor_list {
    justify-content: space-between
  }

  .anchor_list li {
    width: 48.8%;
    margin-right: 0;
    margin-bottom: .8rem
  }

  .anchor_list li a {
    padding: 1rem 1rem 1rem 3rem
  }

  .anchor_list li a:before {
    left: 1.2rem
  }

  .business_list_item {
    padding-top: 6rem
  }

  .business_list_item .name {
    flex-wrap: wrap;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 3rem
  }

  .business_list_item .name i {
    order: 5;
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
    font-size: 1.3rem
  }

  .business_list_item .name:after {
    width: 7.2rem
  }

  .business_list_item .detail {
    padding: 1.5rem
  }

  .business_list_item .detail ul {
    width: 100%
  }

  .business_list_item .detail ul li.heading {
    font-size: 1.6rem
  }

  .business_list_item .detail ul:nth-child(n+2) li.heading:first-child {
    margin-top: 1.5em
  }
}

.lp .wpsm_panel-heading {
  padding: 0
}

.lp .wpsm_panel-title {
  background-color: #00a26a;
  margin: 0;
  text-transform: none;
  line-height: 1
}

.lp .wpsm_panel-title a {
  text-decoration: none;
  overflow: hidden;
  display: block;
  padding: 0;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  color: #fff;
  border-bottom: 0;
}

.lp .wpsm_panel-title a:focus {
  outline: 0px
}

/*.wpsm_panel-title a:hover,
.wpsm_panel-title a:focus {
  color: #fff
}*/

.lp .acc-a {
  color: #fff;
  background-color: #00a26a;
  border-color: #ddd
}

.lp .wpsm_panel-default>.wpsm_panel-heading {
  color: #fff;
  background-color: #00a26a;
  border-color: #00a26a;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.lp .wpsm_panel-default {
  border: 1px solid transparent;
  margin-bottom: 20px;
  overflow: hidden;
  float: none;
  width: 100%;
  display: block
}

.lp .ac_title_class {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  color: #fff
}

.lp .wpsm_panel {
  overflow: hidden;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
  border-radius: 4px
}

.lp .wpsm_panel+.wpsm_panel {
  margin-top: 5px
}

.lp .wpsm_panel-body {
  background-color: #fff;
  color: #000;
  border-top-color: #00a26a;
  font-size: 14px;
  font-family: Open Sans;
  overflow: hidden;
  border: 2px solid transparent
}

.lp .ac_open_cl_icon {
  background-color: #00a26a;
  color: #fff;
  float: right;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block
}

.lp .wpsm_panel-title h4 {
  text-align: left;
  position: relative;
  padding: .3em .6em .3em 2.2em
}

.lp .wpsm_panel-title h4:before {
  content: "Q";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0;
  color: #fff;
  background: #0c6ca1;
  font-weight: 700;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  left: .5em;
  top: 26px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 0px #fff;
  border-radius: 50%
}

.lp h3.wpsm_panel-title {
  position: relative;
  border-left: 0 solid #777;
  border-right: 0 solid #ccc;
  border-top: 0 solid #ccc;
  border-bottom: 1px solid #aadec9;
  font-size: 22px;
  padding: 0 0 6px;
  letter-spacing: .08em;
  margin-bottom: 20px;
  text-align: left
}

.lp #wpsm_accordion_7699 .wpsm_panel-body {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-top-color: #e8e8e8 !important;
  font-size: 16px !important;
  font-family: sans-serif !important;
  overflow: hidden;
  border: 2px solid #e8e8e8 !important;
}

.lp #wpsm_accordion_7699 .ac_open_cl_icon {
  background-color: #e8e8e8 !important;
  color: #000000 !important;
  float: right !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  line-height: 1.0 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  display: inline-block !important;
}

@charset "UTF-8";

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
  }
  
  .wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
  }
  
  .wpcf7 form.init .wpcf7-response-output,
  .wpcf7 form.resetting .wpcf7-response-output,
  .wpcf7 form.submitting .wpcf7-response-output {
    display: none
  }
  
  .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
  }
  
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
  }
  
  .wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
  }
  
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
  }
  
  .wpcf7-form-control-wrap {
    position: relative
  }
  
  .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
  }
  
  .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
  }
  
  .wpcf7-list-item {
    display: inline-block;
    /*margin: 0 0 0 1em*/
  }
  
  .wpcf7-list-item-label:before,
  .wpcf7-list-item-label:after {
    content: " "
  }
  
  .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
  }
  
  form.submitting .wpcf7-spinner {
    visibility: visible
  }
  
  .wpcf7-spinner:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
  }
  
  @media (prefers-reduced-motion:reduce) {
    .wpcf7-spinner:before {
      animation-name: blink;
      animation-duration: 2s
    }
  }
  
  @keyframes spin {
    from {
      transform: rotate(0deg)
    }
  
    to {
      transform: rotate(360deg)
    }
  }
  
  @keyframes blink {
    from {
      opacity: 0
    }
  
    50% {
      opacity: 1
    }
  
    to {
      opacity: 0
    }
  }
  
  .wpcf7 input[type=file] {
    cursor: pointer
  }
  
  .wpcf7 input[type=file]:disabled {
    cursor: default
  }
  
  .wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
  }
  
  .wpcf7 input[type=url],
  .wpcf7 input[type=email],
  .wpcf7 input[type=tel] {
    direction: ltr
  }
  
  .wpcf7-reflection>output {
    display: list-item;
    list-style: none
  }
  
  .wpcf7-reflection>output[hidden] {
    display: none
  }
  
  .popup-template .modal {
    opacity: 0;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  
  .popup-template .modal.is-open {
    opacity: 1;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  
  .wpcf7-back {
    float: left;
    margin-top: 5px;
    position: relative;
    width: 70px
  }
  
  .cf7msm-ro {
    white-space: pre-wrap
  }

  @-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  30% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  30% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

/*html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: 0 0
}*/

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ul,
ol {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  text-decoration: none
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto
}

td {
  padding: 10px
}

th {
  text-align: left;
  padding-right: 20px
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

/*,
*:before,
*:after {
  box-sizing: border-box
}*/

.lp i {
  font-style: normal
}

html .lp  {
  font-size: 62.5%
}

body .lp  {
  font-family: "メイリオ", "Yu Mincho", "ＭＳ ゴシック", "Noto Sans""Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1em;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #333;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

body .lp * {
  box-sizing: content-box !important;
}

.h1_title {
  text-align: left;
  font-size: 3rem;
  padding-left: 40px;
  font-weight: 700;
  padding: 2rem 1rem 1rem;
  width: 70%;
  color: #fbfbfb;
  letter-spacing: .04em;
  margin: 3rem 0;
  background: #011446;
  padding-left: 40px;
  border-bottom: 4px solid #e05507
}

.h1_title span {
  font-size: 1rem;
  vertical-align: bottom;
  padding-left: 3px
}

.lp nav img {
  max-width: 100%;
  display: block
}

.column-left img,
.column-right img,
.u10 img {
  max-width: 100%;
  margin: 0 auto
}

.main_box {
  position: relative
}

.main_img img {
  width: 100%
}

.main_img {
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
  display: inline-block;
  height: 380px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center
}

.mb-1 {
  margin-bottom: 1rem !important
}

.mb-2 {
  margin-bottom: 2rem !important
}

.mb-3 {
  margin-bottom: 3rem !important
}

.mb-4 {
  margin-bottom: 4rem !important
}

.mb-5 {
  margin-bottom: 5rem !important
}

.mb-6 {
  margin-bottom: 6rem !important
}

.mb-7 {
  margin-bottom: 5rem !important
}

.mb-7 {
  margin-bottom: 6rem !important
}

.mb-7 {
  margin-bottom: 7rem !important
}

.mb-8 {
  margin-bottom: 8rem !important
}

.mb-9 {
  margin-bottom: 9rem !important
}

.mb-10 {
  margin-bottom: 10rem !important
}

.mb-11 {
  margin-bottom: 11rem !important
}

.mb-12 {
  margin-bottom: 12rem !important
}

.mb-13 {
  margin-bottom: 13rem !important
}

.mb-14 {
  margin-bottom: 14rem !important
}

.mt-1 {
  margin-top: 1rem !important
}

.mt-2 {
  margin-top: 2rem !important
}

.mt-3 {
  margin-top: 3rem !important
}

.mt-4 {
  margin-top: 4rem !important
}

.mt-5 {
  margin-top: 5rem !important
}

.mt-6 {
  margin-top: 6rem !important
}

.mt-7 {
  margin-top: 5rem !important
}

.mt-7 {
  margin-top: 6rem !important
}

.mt-7 {
  margin-top: 7rem !important
}

.mt-8 {
  margin-top: 8rem !important
}

.mt-9 {
  margin-top: 9rem !important
}

.mt-10 {
  margin-top: 10rem !important
}

.mt-11 {
  margin-top: 11rem !important
}

.mt-12 {
  margin-top: 12rem !important
}

.mt-13 {
  margin-top: 13rem !important
}

.mt-14 {
  margin-top: 14rem !important
}

.clearfix {
  clear: both
}

a {
  color: #333;
  transition: all .2s
}

/*a:hover {
  color: #00a26a
}*/

address {
  font-style: normal
}

.sp {
  display: none
}

.section {
  padding: 9rem 0
}

.block {
  margin-bottom: 6rem
}

.form_box {
  margin-top: 3rem
}

.form_box dl {
  display: flex;
  margin-bottom: 1em
}

.form_box dl dt {
  flex-shrink: 0;
  width: 26%;
  font-weight: 700;
  padding-top: .625em;
  margin-right: 5em
}

.form_box dl dd {
  flex-grow: 1
}

.form_box .must {
  display: inline-block;
  background: #d63638;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 5px 10px;
  margin-left: .5rem
}

.form_box .notice {
  display: block;
  margin-top: .5em;
  color: #666;
  font-size: 1.3rem
}

#inq-end-1 a,
#inq-end-2 a,
#contact a,
#contact_home a,
#contact_co a,
#endmessage_hj a,
#inq-end a,
#request a,
#qa a {
  color: #00a26a
}

#inq-end-1 .section a,
#inq-end-2 .section a,
#contact .section a,
#contact_home .section a,
#contact_co .form_box a,
#endmessage_hj .section a,
#inq-end .section a,
#request .section a,
#qa .section a {
  text-decoration: underline #00a26a;
  color: #00a26a
}

/*#inq-end-1 a:hover,
#inq-end-2 a:hover,
#contact a:hover,
#contact_home a:hover,
#contact_co a:hover {
  color: #02144c;
  text-decoration: none
}*/

.mw_wp_form_confirm .notice,
.mw_wp_form_confirm .must {
  display: none
}

.bg {
  background: #f7f7f7
}

h2.rctitle {
  margin: 10px 0 !important;
  padding: 0 !important
}

h2.rctitle:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 24px;
  height: 26px;
  background: url(https://stepjob.jp/hfwp/wp-content/uploads/2020/09/icons.png) no-repeat;
  background-size: contain;
  margin-left: -24px;
  margin-top: 5px
}

h2.rctitle:after {
  display: none
}

.rctitleu {
  margin: 0 0 40px;
  text-align: center;
  font-size: 20px;
  position: relative
}

.rctitleu:after {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00a26a;
  border-radius: 2px
}

font-size:3rem;
padding:25px 5px 0px 5px;
background-color:transparent;
border-radius:2px;

.news_article h1 {
  border-top: 2px solid #e3e3e3;
  padding: 1em 0 2em;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .04em
}

.news_article h1:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  background-color: #2ca26a;
  width: 12rem;
  height: 2px
}

.news_article h2 {
  font-size: 30px;
  padding: 25px 5px 0;
  background-color: transparent;
  border-radius: 2px;
  text-align: center;
  text-shadow: 1px 1px 1px #bbb;
  margin: 1em 0 1.8em !important;
  line-height: 1.1;
  color: #204832;
  position: relative
}

.news_article h2:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 24px;
  height: 38px;
  background: url(https://stepjob.jp/hfwp/wp-content/uploads/2020/09/icons.png) no-repeat;
  background-size: contain;
  margin-left: -35px;
  margin-top: 5px
}

.news_article h3,
.article h3,
h3 {
  position: relative;
  border-left: 0 solid #777;
  border-right: 0 solid #ccc;
  border-top: 0 solid #ccc;
  border-bottom: 1px solid #9bcee2;
  font-size: 22px;
  padding: 0 0 6px;
  letter-spacing: .08em;
  margin-bottom: 20px
}

.news_article h3:before,
.article h3:before,
h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2b5";
  font-weight: 900;
  padding-right: 25px;
  color: #138fd4;
  text-shadow: 1px 2px 2px #fff
}

.news_article h3,
h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1em
}

.business_list_item .name {
  display: flex;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 700;
  letter-spacing: .04em;
  position: relative;
  margin-bottom: 5rem;
  padding-left: 10px;
  border-left: solid 5px #01a269
}

.business_list_item .name i {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 2rem
}

.business_list_item .name:before {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #e3e3e3;
  order: 2;
  margin-left: 2rem;
  margin-top: .25em
}

.business_list_item .name:after {
  content: "";
  width: 30rem;
  height: 2px;
  background: #2ca276;
  position: absolute;
  right: 0;
  top: .25em
}

.article h3,
.h3 {
  position: relative;
  border-bottom: 1px solid #aadec9;
  font-size: 2.5rem;
  padding: 0 0 6px;
  display: flex;
  letter-spacing: .08em;
  margin-bottom: .5rem;
  margin-top: 5rem;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  align-content: stretch
}

.article h3 img,
.h3 img {
  align-self: center;
  margin-right: 1rem
}

.article h3:before,
h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2b5";
  font-weight: 900;
  padding-right: 5px;
  color: #02d47d;
  text-shadow: 1px 2px 2px #fff
}

h4 {
  padding: .3em .6em;
  border-top: dotted 1px #01a563;
  border-bottom: dotted 1px #01a563;
  font-size: 2.3rem;
  text-align: center;
  display: block;
  color: #00613a;
  margin-bottom: 2rem;
  margin-top: 3rem
}

h5 {
  padding: 0 .5em;
  color: #494949;
  margin-bottom: 2rem;
  margin-top: 3rem;
  font-size: 2rem;
  text-align: left;
  background: 0 0;
  border-left: solid 8px #ff9924;
  border-bottom: 0 solid #ddd
}

h6 {
  padding: .25em .5em;
  display: block;
  line-height: 1.3;
  background: -moz-linear-gradient(left, #00a662 1%, #fcff3e);
  background: -webkit-linear-gradient(left, #00a662 1%, #fcff3e);
  background: linear-gradient(to right, #00a662 1%, #fcff3e);
  vertical-align: middle;
  border-radius: 25px;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 2rem;
  margin-top: 3rem
}

/*p {
  margin: 1.4em 0
}*/

.inner {
  max-width: 1440px;
  margin: 0 auto
}

.t-center {
  text-align: center
}

.t-right {
  text-align: right
}

.t-left {
  text-align: left
}

.t-bold {
  font-weight: 700
}

.btn {
  display: inline-block;
  background: #00a26a;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  min-width: 18rem;
  padding: 1.5rem;
  margin: 0 10px;
  text-decoration: none;
  position: relative
}

.btn i {
  font-family: "Oswald", "Noto Sans JP", serif;
  font-size: 133.333%;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 5px
}

.btn:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .3);
  position: absolute;
  left: 0;
  top: 0;
  transition: all .2s;
  opacity: 0
}

/*.btn:hover {
  color: #fff
}

.btn:hover:after {
  opacity: 1
}*/

.btn.ico_contact:before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(//ptw.ss-complex.jp/wordpress/wp-content/themes/stepjob/assets/css/../img/common/ico_mail.png) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  margin-right: .25em
}

.btn.nega {
  background: #666
}

.btn_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.btn_wrap>* {
  margin: 0 1.6rem
}

.btn_business {
  text-align: center
}

.btn_business a {
  position: relative;
  overflow: hidden;
  display: block;
  border: solid 1px #00a26a;
  padding: 1.5rem 0 1.63rem;
  line-height: 1
}

.btn_business a i {
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: #00a26a;
  -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1);
  transition: all .2s cubic-bezier(.77, 0, .175, 1)
}

.btn_business a:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00a26a;
  -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1);
  transition: all .2s cubic-bezier(.77, 0, .175, 1)
}

.btn_business a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 72px;
  height: 1px;
  background: #00a26a;
  z-index: 2;
  -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1);
  transition: all .2s cubic-bezier(.77, 0, .175, 1)
}

/*.btn_business a:hover {
  opacity: 1
}

.btn_business a:hover i {
  color: #fff
}

.btn_business a:hover:before {
  right: 0
}

.btn_business a:hover:after {
  width: 42px;
  background: #fff
}*/

.ico_arrow {
  text-decoration: none
}

.ico_arrow:before {
  content: '';
  width: .5em;
  height: .5em;
  border-style: solid;
  border-width: 2px;
  border-color: #00a26a #00a26a transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  margin-right: .5em;
  margin-bottom: .1em
}

.new_ico {
  font-size: 10px !important;
  width: 35px !important;
  display: inline-block;
  color: #fff !important;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-left: 5px;
  -moz-border-radius: 3px;
  background-color: #c33;
  padding: 2px 0
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: 1s
}

.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.is-cont {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: opacity .3s ease-in, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-in, transform .3s ease-out;
  transition: opacity .3s ease-in, transform .3s ease-out, -webkit-transform .3s ease-out
}

.is-cont:nth-child(1) {
  transition-delay: .1s
}

.is-cont:nth-child(2) {
  transition-delay: .2s
}

.is-cont:nth-child(3) {
  transition-delay: .3s
}

.is-cont:nth-child(4) {
  transition-delay: .4s
}

.is-cont:nth-child(5) {
  transition-delay: .5s
}

.is-cont:nth-child(6) {
  transition-delay: .6s
}

.is-cont:nth-child(7) {
  transition-delay: .7s
}

.is-cont:nth-child(8) {
  transition-delay: .8s
}

.is-cont:nth-child(9) {
  transition-delay: .9s
}

.is-cont:nth-child(10) {
  transition-delay: 1s
}

.is-cont:nth-child(11) {
  transition-delay: 1.1s
}

.is-cont:nth-child(12) {
  transition-delay: 1.2s
}

.is-cont:nth-child(13) {
  transition-delay: 1.3s
}

.is-cont:nth-child(14) {
  transition-delay: 1.4s
}

.is-cont:nth-child(15) {
  transition-delay: 1.5s
}

.header {
  width: 100%;
  background: #f7f7f7;
  z-index: 1000
}

.header .h_inner {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.header .logo {
  padding-left: 3rem
}

.header .logo a {
  display: block
}

/*.header .logo a:hover {
  opacity: .7
}*/

.header .menu_list>li {
  display: inline-block;
  padding: 0 1.8rem;
  position: relative
}

.header .menu_list>li a {
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 5px;
  position: relative
}

/*.header .menu_list>li a:hover {
  color: #00a26a
}*/

.header .menu_list .acc>a:after {
  content: "";
  width: .5em;
  height: .5em;
  border-top: 2px solid #00a26a;
  border-right: 2px solid #00a26a;
  -webkit-transform: translate(-50%, -25%) rotate(135deg);
  transform: translate(-50%, -25%) rotate(135deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none
}

.header .menu_list .current>a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #00a26a;
  opacity: .3;
  position: absolute;
  left: 0;
  bottom: 0
}

.header .menu_list .sub {
  display: none;
  position: absolute;
  left: -25%;
  top: 100%;
  background: #f7f7f7;
  padding: 1.5em;
  width: 150%;
  word-break: keep-all;
  -webkit-animation: fadeIn .2s;
  animation: fadeIn .2s;
  z-index: 100
}

.header .menu_list .sub li {
  padding: .5em 0
}

.header .menu_list .contact {
  padding-right: 0
}

.header .menu_list .contact .btn {
  padding: 2.5rem 1rem
}

/*.header .menu_list .contact .btn:hover {
  color: #fff
}*/

.header.scroll {
  position: fixed;
  left: 0
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #363636;
  width: 4.8rem;
  height: 4.8rem;
  border-top: 2px solid #00a26a;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 900;
  margin-bottom: 75px
}

#pagetop:before {
  content: '';
  border-style: solid;
  border-width: 0 1px 1px;
  width: 1rem;
  height: 1rem;
  border-style: solid;
  border-width: 2px;
  border-color: #f7f7f7 #f7f7f7 transparent transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

#pagetop:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .2);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .2s
}

.icon {
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #3b5998
}

.fab {
  font-family: "Font Awesome 5 Brands"
}

/*#pagetop:hover:after {
  opacity: 1
}*/

.footer,
.footer1 {
  background: #001446;
  color: #fff
}

.footer1 {
  border-top: 2px solid #00a26a
}

.footer .f_nav {
  display: flex
}

.footer .f_nav_box {
  width: 14.4%;
  margin-right: 2.72%
}

.footer .f_nav_box:last-child {
  margin-right: 0
}

.footer .f_nav_box.wide {
  width: 31.52%
}

.footer .f_nav_box.wide .f_nav_list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2
}

.footer .f_nav_title {
  padding-bottom: 1.3rem;
  margin-bottom: 3.2rem;
  position: relative
}

.footer .f_nav_title:after {
  content: "";
  width: 5.5rem;
  height: 3px;
  background: #00a26a;
  position: absolute;
  left: 0;
  bottom: 0
}

.footer .f_nav_title.no_acc:after {
  display: none
}

.footer .f_nav_title a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1
}

/*.footer .f_nav_title a:hover {
  color: #00a26a
}*/

.footer .f_nav_list {
  margin-bottom: 3rem
}

.footer .f_nav_list:last-child {
  margin-bottom: 0
}

.footer .f_nav_list li {
  font-size: 1.3rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e3e3e3;
  display: inline-block;
  width: 100%
}

.footer .f_nav_list li a {
  text-decoration: none;
  color: #fff
}

/*.footer .f_nav_list li a:hover {
  text-decoration: none;
  color: #00a26a
}*/

.footer .f_nav_list li dl {
  display: flex
}

.footer .f_nav_list li dl dt {
  min-width: 3em;
  flex-shrink: 0
}

.footer .f_nav_list li dl dd:before {
  content: "："
}

.footer .f_nav_list li.sp {
  display: none
}

.footer .copy {
  background: #00a26a;
  padding: .59em 0
}

.footer .copy2 {
  padding: .59em 0;
  background: #fff
}

.footer .copy_inner {
  display: flex;
  align-items: center;
  margin-right: 5px;
  align-content: center;
  justify-content: space-around
}

.inner.copy_inner ul.f_copy_r {
  display: flex;
  align-items: center;
  margin-right: 5px
}

.inner.copy_inner li {
  display: flex;
  align-items: center
}

.inner.copy_inner li a {
  display: flex;
  align-items: center;
  color: #fff
}

/*.inner.copy_inner li a:hover {
  color: #eee
}*/

.inner.copy_inner li span {
  margin-right: 5px;
  margin-left: 20px
}

.footer .copy .link {
  display: flex
}

.footer .copy .link li {
  margin-right: 2em
}

.footer .copy .link li a {
  font-size: 1.3rem;
  text-decoration: none
}

.footer .copy small {
  font-size: 1.2rem
}

.breadcrumb {
  background: #e4e3e3
}

.breadcrumb_list {
  padding: 16px 0 2px;
  margin-top: 18px
}

.breadcrumb_list li {
  display: inline-block;
  color: #000;
  margin-right: 2em;
  font-size: 1.4rem;
  position: relative
}

.breadcrumb_list li:after {
  content: '';
  position: absolute;
  width: .5em;
  height: .5em;
  border-style: solid;
  border-width: 2px;
  border-color: currentColor currentColor transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -1em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.breadcrumb_list li:last-child:after {
  display: none
}

.breadcrumb_list li a {
  color: #01a269;
  text-decoration: none
}

/*.breadcrumb_list li a:hover {
  color: #001446
}*/

.breadcrumb_list li:after {
  border-width: 1px;
  right: -1.25em
}

.image img {
  height: 240px
}

.hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.hero:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.hero_inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  position: relative
}

.hero.no_bg {
  height: auto;
  border-bottom: 0;
  padding: 10rem 0
}

.hero.no_bg:before {
  display: none
}

.hero.no_bg .hero_inner {
  color: #333
}

.hero.no_bg+.section {
  padding-top: 0
}

.page_title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #011446;
  letter-spacing: .04em;
  margin-bottom: 3rem
}

.page_title i {
  font-family: "Oswald", "Noto Sans JP", serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  color: #011446;
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 1.6rem;
  border-bottom: 5px solid currentColor
}

.sec_title {
  border-top: 2px solid #e3e3e3;
  padding: 1em 0 2em;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .04em
}

.sec_title:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  background-color: #00a26a;
  width: 25rem;
  height: 2px
}

.sec_title i {
  display: block;
  margin-top: 1rem;
  font-family: "Oswald", "Noto Sans JP", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .04em
}

.sub_title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .04em;
  padding-left: 1em;
  position: relative;
  margin-bottom: 3.2rem;
  margin-top: 3.5rem;
  display: flex;
  border-bottom: none
}

.sub_title:before {
  content: "";
  /*width: 4px;*/
  height: 100%;
  background: #00a26a;
  position: absolute;
  top: 0;
  left: 0
}

.sub_title:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #e0e0e0;
  margin-left: 1em;
  margin-top: .5em
}

.ex_title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1em
}

.label {
  background: #f7f7f7;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 1em;
  border: 1px solid #e9e9e9;
  border-left: 5px solid #00a26a;
  position: relative;
  margin-bottom: 2rem;
  text-decoration: none;
  display: block
}

.label:after {
  content: '';
  width: .5em;
  height: .5em;
  border-style: solid;
  border-width: 2px;
  border-color: #00a26a #00a26a transparent transparent;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 3rem
}

.wp-pagenavi>span,
.wp-pagenavi>a {
  margin: 0 1rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 1.5rem;
  border: 1px solid #e9e9e9;
  text-decoration: none
}

/*.wp-pagenavi .current,
.wp-pagenavi>a:hover {
  background: #00a26a;
  border-color: #00a26a;
  color: #fff
}*/

.wp-pagenavi .extend {
  border: 0
}

.bsyu {
  display: inline-block;
  background: #d63638;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 5px 10px;
  margin-left: .5rem
}

.pic01 {
  top: -60px;
  position: absolute;
  width: 30%;
  text-align: center;
  margin-left: 50%;
  transform: rotate(353deg);
  border: 9px solid #fff;
  line-height: 0;
  box-shadow: 9px 5px 18px 0 rgb(0 0 0/22%)
}

#contact_co.inner,
#contact.inner,
#request.inner,
.form_inner {
  max-width: 1000px !important;
  margin: 0 auto !important
}

.circle-inner {
  position: absolute;
  left: 50%;
  top: 66%;
  line-height: 4rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  width: 80%;
  color: #000
}

.circle-left {
  position: absolute;
  width: 96%;
  height: 530px;
  background: #fff;
  margin: 0 auto;
  top: 5%;
  left: 2%
}

.icon-txt-en {
  font-size: 2rem
}

.icon-txt {
  color: #fff;
  font-size: 350%;
  font-weight: 700;
  line-height: 3rem;
  margin-top: 7%
}

.circle-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 84%
}

.circle-left-mini {
  position: absolute;
  margin: 0 auto;
  top: -10%;
  left: -1%;
  z-index: 1
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  padding: 1em;
  background: url(//ptw.ss-complex.jp/wordpress/wp-content/themes/stepjob/assets/css/../img/common/ico_arrow.png) no-repeat right 10px center/0.5em, #f7f7f7;
  border: 1px solid #e9e9e9;
  font-size: 1.6rem;
  max-width: 100%;
  border-radius: 0
}

select::-ms-expand {
  display: none
}

button {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  transition: all .2s
}

input[type=text],
input[type=email],
input[type=url] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.6rem;
  padding: .5em;
  background: #F8F8F8 !important;
  border: 1px solid #e9e9e9;
  border-radius: 0
}

#inq.form_submit {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  border: 0;
  cursor: pointer;
  transition: all .2s;
  border-radius: 0;
  display: inline-block;
  background: #00a26a;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  min-width: 16rem;
  padding: 1.5rem
}

input[type=checkbox]:checked:before {
  display: none !important
}

/*input[type=submit]:hover {
  opacity: .7
}*/

input.size_full {
  width: 100%
}

input.size_m {
  width: 80%
}

input.size_s {
  width: 30%
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.6rem;
  padding: .5em;
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  width: 100%;
  border-radius: 0
}

input[type=text],
input[type=url],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
  color: #333;
  font-size: 12px;
  line-height: 1.42857;
  padding: 8px;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0
}

.list>li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em
}

ul.mark {
  list-style: disc;
  list-style-position: inside
}

ul.mark.list>li {
  padding-left: 1.5em;
  text-indent: -1.5em
}

.column-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  text-align: center
}

.column-wrap>div {
  width: 49.5%;
  margin: 0 10px
}

.r10 {
  padding-right: 10px !important
}

.build_box {
  padding: 1rem;
  font-size: 2rem;
  left: 50%;
  letter-spacing: .05em;
  background-color: #2ca26a;
  color: #fff;
  border: 8px solid #f2f2f2;
  width: 50%;
  float: right;
  right: 0;
  justify-content: flex-end
}

.border-yellow {
  background: linear-gradient(transparent 60%, #ff6 60%)
}

.nav-previous.btn,
.nav-next.btn {
  margin: 0 atuo;
  text-align: center
}

.grecaptcha-badge {
  visibility: hidden
}

.mb_sp-3 {
  margin-bottom: 2rem !important
}

@media (max-width:1280px) and (min-width:993px) {
  html {
    font-size: 45%
  }
}

@media (max-width:992px) {
  body {
    font-size: 1.3rem
  }

  body.open {
    overflow: hidden
  }

  body.open .header {
    position: fixed;
    top: 0 !important
  }

  body.open .header .menu_btn span:first-child,
  body.open .header .menu_btn span:last-child {
    opacity: 0
  }

  body.open .header .menu_btn span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  body.open .header .menu_btn span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .sp {
    display: block
  }

  .pc {
    display: none
  }

  .mb-10 {
    margin-bottom: 3rem !important
  }

  .mb_sp-1 {
    margin-bottom: 1rem !important
  }

  .mb_sp-2 {
    margin-bottom: 2rem !important
  }

  .mb_sp-3 {
    margin-bottom: 3rem !important
  }

  .mb_sp-4 {
    margin-bottom: 4rem !important
  }

  .mb_sp-5 {
    margin-bottom: 5rem !important
  }

  .mb_sp-6 {
    margin-bottom: 6rem !important
  }

  .mt_sp-1 {
    margin-top: 1rem !important
  }

  .mt_sp-2 {
    margin-top: 2rem !important
  }

  .mt_sp-3 {
    margin-top: 3rem !important
  }

  .mt_sp-4 {
    margin-top: 4rem !important
  }

  .mt_sp-5 {
    margin-top: 5rem !important
  }

  .mt_sp-6 {
    margin-top: 6rem !important
  }

  .mt_sp-7 {
    margin-top: 5rem !important
  }

  .mt_sp-7 {
    margin-top: 6rem !important
  }

  .mt_sp-7 {
    margin-top: 7rem !important
  }

  .mt_sp-8 {
    margin-top: 8rem !important
  }

  .mt_sp-9 {
    margin-top: 9rem !important
  }

  .mt_sp-10 {
    margin-top: 10rem !important
  }

  .mt_sp-11 {
    margin-top: 11rem !important
  }

  .mt_sp-12 {
    margin-top: 12rem !important
  }

  .mt_sp-13 {
    margin-top: 13rem !important
  }

  .mt_sp-14 {
    margin-top: 14rem !important
  }

  .main_img {
    height: auto
  }

  .section {
    padding: 8rem 0
  }

  .block {
    margin-bottom: 4rem
  }

  .btn {
    min-width: 150px;
    width: 100%;
    padding: 2rem 1.5rem;
    margin: 0 auto;
    font-size: 1.8rem
  }

  .btn_wrap>* {
    width: 100%;
    margin: 0 0 1.6rem
  }

  .btn_wrap>*:last-child {
    margin-bottom: 0
  }

  .header .logo {
    padding: 1.5rem;
    max-width: 158px;
    position: relative;
    z-index: 1000
  }

  .header .menu_btn {
    width: 4rem;
    height: 1.5rem;
    position: relative;
    margin-right: 1.5rem;
    z-index: 1000
  }

  .header .menu_btn span {
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    transition: all .2s
  }

  .header .menu_btn span:first-child {
    top: 0
  }

  .header .menu_btn span:nth-child(2),
  .header .menu_btn span:nth-child(3) {
    top: 0;
    bottom: 0;
    margin: auto
  }

  .header .menu_btn span:last-child {
    bottom: 0
  }

  .header .menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff
  }

  .header .menu nav {
    overflow-y: scroll;
    height: 100%
  }

  .header .menu_list {
    padding-top: 5.2rem
  }

  .header .menu_list>li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #e9e9e9
  }

  .header .menu_list>li:first-child {
    border-top: 1px solid #e9e9e9
  }

  .header .menu_list>li a {
    padding: 1.5rem;
    font-size: 1.3rem;
    line-height: 1;
    display: block
  }

  .header .menu_list>li a:after {
    content: "";
    width: .6em;
    height: .6em;
    border-top: 2px solid #00a26a;
    border-right: 2px solid #00a26a;
    -webkit-transform: translate(-50%, -25%) rotate(45deg);
    transform: translate(-50%, -25%) rotate(45deg);
    position: absolute;
    right: 2rem;
    top: 0;
    bottom: 0;
    margin: auto
  }

  /*.header .menu_list>li a:hover {
    color: #333
  }*/

  .header .menu_list .current>a:before {
    display: none
  }

  .header .menu_list .acc>a:before {
    content: "";
    width: 1.3rem;
    height: 2px;
    background: #00a26a;
    position: absolute;
    left: auto;
    right: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    opacity: 1
  }

  .header .menu_list .acc>a:after {
    width: 1.3rem;
    height: 2px;
    border: 0;
    background: #00a26a;
    position: absolute;
    right: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all .2s;
    display: block
  }

  .header .menu_list .acc>a.open {
    background: rgba(72, 201, 1214, .05)
  }

  .header .menu_list .acc>a.open:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  .header .menu_list .acc:hover .sub {
    display: none
  }

  .header .menu_list .sub {
    position: relative;
    padding: 0;
    background: rgba(72, 201, 1214, .05);
    border-top: 1px solid #e9e9e9;
    width: 100%;
    left: auto
  }

  .header .menu_list .sub li {
    padding: 0
  }

  .header .menu_list .sub li a {
    border-bottom: 1px solid #e9e9e9;
    padding: 1.5rem 3rem
  }

  .header .menu_list .sub li:last-child a {
    border-bottom: 0
  }

  .header .menu_list .contact {
    padding: 2rem;
    border-bottom: 0
  }

  #pagetop {
    width: 4.4rem;
    height: 4.4rem;
    margin-bottom: 112px
  }

  .footer .f_nav {
    flex-wrap: wrap
  }

  .footer .f_nav_box {
    width: 100%;
    margin-right: 0;
    padding: 1.5em;
    border-bottom: 1px solid #fff
  }

  .footer .f_nav_box:first-of-type {
    border-top: 1px solid #fff
  }

  .footer .f_nav_box.contact {
    border: 0;
    padding-bottom: 0
  }

  .footer .f_nav_box.wide {
    width: 100%
  }

  .footer .f_nav_box.wide .f_nav_list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }

  .footer .f_nav_box.wide .f_nav_list li {
    width: 48%
  }

  .footer .f_nav_title {
    padding: 0;
    margin: 0
  }

  .footer .f_nav_title:after {
    width: .8rem;
    height: .8rem;
    background: 0 0;
    border-style: solid;
    border-width: 2px;
    border-color: currentColor currentColor transparent transparent;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: auto;
    right: 1rem;
    top: 0;
    margin: auto;
    transition: all .4s
  }

  .footer .f_nav_title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .footer .f_nav_title.no_acc {
    padding: 1.5em 0;
    border-top: 1px solid #666
  }

  .footer .f_nav_title.no_acc:after {
    display: none
  }

  .footer .f_nav_title a {
    font-size: 1.2rem
  }

  .footer .f_nav_list {
    margin-top: 1rem;
    margin-bottom: 0;
    display: none
  }

  .footer .f_nav_list li {
    font-size: 1.1rem;
    padding: .5em 1em;
    border-bottom: 0
  }

  .footer .f_nav_list li.pc {
    display: none
  }

  .footer .f_nav_list li.sp {
    display: inline-block
  }

  .footer .f_nav_list+.f_nav_title.no_acc {
    margin-top: 1.5em
  }

  .footer .copy {
    padding: 1.25rem 0;
    text-align: center
  }

  .footer .copy_inner {
    flex-direction: column;
    justify-content: center
  }

  .footer .copy .link {
    margin-bottom: 1rem;
    justify-content: center
  }

  .footer .copy .link li {
    margin: 0 1em
  }

  .footer .copy small {
    font-size: .9rem
  }

  .inner.copy_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap
  }

  .inner.copy_inner ul.f_copy_r {
    display: flex;
    align-items: center;
    margin-right: 15px
  }

  .inner.copy_inner li {
    display: flex;
    align-items: center
  }

  .inner.copy_inner li a {
    display: flex;
    align-items: center
  }

  .inner.copy_inner li span {
    margin-right: 5px;
    margin-left: 20px
  }

  .hero.no_bg {
    padding: 5rem 0
  }

  .page_title {
    font-size: 1.4rem
  }

  .page_title i {
    font-size: 2.6rem;
    line-height: 1.1;
    border-width: 3px
  }

  .sec_title {
    font-size: 1.8rem
  }

  .sec_title:before {
    width: 7rem
  }

  .sec_title i {
    font-size: 1rem;
    margin-top: .5rem
  }

  .sub_title {
    font-size: 1.6rem;
    margin-bottom: 2.5rem
  }

  .sub_title:before {
    width: 3px
  }

  .sub_title:after {
    margin-left: 1rem
  }

  .ex_title {
    font-size: 1.5rem;
    margin-bottom: 1rem
  }

  .label {
    font-size: 1.5rem;
    margin-bottom: 1.5rem
  }

  .wp-pagenavi>span,
  .wp-pagenavi>a {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem
  }

  select {
    width: 100%;
    padding: 5px;
    overflow: hidden
  }

  .column-wrap>div,
  .column-left img,
  .column-right img {
    width: 100%;
    margin: 0 0 3%
  }

  .column-left .btn,
  .column-right.btn {
    margin: 0 auto
  }

  .circle-left-mini {
    top: -4%;
    left: -1%
  }

  #contact_co .inner,
  #contact .inner,
  #request.inner,
  #document .inner.form_inner {
    width: 90% !important
  }
}

@media (max-width:349px) {
  html {
    font-size: 55%
  }
}

.groupmenu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.groupmenu_list li {
  width: 31.5%;
  margin-bottom: 2rem
}

.groupmenu_list li.size_l {
  width: 48.666%;
  margin-bottom: 5rem
}

.groupmenu_list li.current .thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}

.groupmenu_list li .thumb {
  display: block;
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative
}

.groupmenu_list li .thumb:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .2s
}

.groupmenu_list li .thumb img {
  transition: all .2s
}

.groupmenu_list li a {
  text-decoration: none
}

.groupmenu_list li a i {
  font-size: 1.7rem;
  font-weight: 700;
  display: block;
  padding-left: 2rem;
  position: relative
}

.groupmenu_list li a i:before {
  content: "";
  width: .5em;
  height: .5em;
  border-top: 2px solid #00a26a;
  border-right: 2px solid #00a26a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto
}

/*.groupmenu_list li a:hover .thumb:after {
  opacity: 1
}

.groupmenu_list li a:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}*/

.two_btn {
  margin-top: 50px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly
}

.access-map {
  width: 600px;
  height: 450px
}

.interviewHead__sub {
  width: 75%;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}

.balloon_inner {
  background: url(//ptw.ss-complex.jp/wordpress/wp-content/themes/stepjob/assets/css/../img/home/bg_left.png) left top no-repeat, url(//ptw.ss-complex.jp/wordpress/wp-content/themes/stepjob/assets/css/../img/home/bg_right.png) right bottom no-repeat;
  margin: -55px 0;
  padding: 55px 0;
  width: 100%;
  height: 675px;
  background-size: 25%
}

.interviewHead {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -ms-align-items: stretch;
  align-items: stretch
}

.interviewHead__main {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  width: 100%;
  margin-left: -15%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.interviewHead__sub>img {
  display: block;
  width: 100%;
  -webkit-box-shadow: 20px 20px 0 #eee;
  box-shadow: 20px 20px 0 #eee
}

.interviewSlogan {
  margin-top: 3em;
  padding: 0 .3em 0 .35em;
  font-size: 31px;
  line-height: 1.4;
  letter-spacing: .05em
}

.interviewSlogan>span {
  display: table;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  padding: 0 10px;
  background-color: #2ca26a;
  color: #fff;
  line-height: 1.6;
  white-space: nowrap
}

.interviewSlogan>span+span {
  margin-top: 5px
}

.interviewSlogan--short {
  margin-top: 3.5em;
  font-size: 44px;
  letter-spacing: .1em
}

.interviewInfo {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  margin-top: 5%;
  padding-left: 10px;
  text-shadow: 1px 0px 2px rgba(255, 255, 255, .6), 0px 1px 2px rgba(255, 255, 255, .6), -1px 0px 2px rgba(255, 255, 255, .6), 0px -1px 2px rgba(255, 255, 255, .6)
}

.name-big-size {
  font-size: 30px
}

.name-small-size {
  font-size: 1rem
}

.interviewPerson__main {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: .2em
}

.interviewPerson__main>span {
  display: table;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  min-width: 3em;
  background-color: #2da36a;
  color: #fff;
  text-shadow: none;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: normal;
  text-align: center
}

.interviewPerson__main>span>span {
  display: block;
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  -o-transform: skewX(10deg);
  transform: skewX(10deg);
  text-shadow: none
}

.interviewPerson__sub {
  font-size: 14px;
  letter-spacing: -.05em
}

.interviewHistory {
  margin-top: 1.5em
}

.interviewHistory__main {
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  margin-right: .6em;
  margin-bottom: 3px;
  background-color: #444141;
  color: #fff;
  font-size: 14px;
  letter-spacing: .5em;
  text-align: center;
  text-shadow: none;
  min-width: 12em
}

.interviewHistory__main>span {
  display: block;
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  -o-transform: skewX(10deg);
  transform: skewX(-10deg)
}

.interviewHistory__sub {
  font-size: 14px;
  letter-spacing: -.05em
}

.interviewSubHeading {
  display: table;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  margin: 30px auto 60px;
  background-color: #2da36a;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
  -webkit-backface-visibility: hidden
}

.interviewSubHeading span {
  display: block;
  position: relative;
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  -o-transform: skewX(10deg);
  transform: skewX(10deg);
  padding: 10px 3em;
  -webkit-backface-visibility: hidden
}

.interviewSubHeading span:before {
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 20px 10px 0;
  border-style: solid;
  border-color: #2da36a transparent transparent;
  content: ""
}

.interviewSection {
  letter-spacing: .1em
}

.interviewSection__title {
  display: table;
  position: relative;
  margin-bottom: 30px;
  padding-left: 3em;
  font-size: 28.5px;
  text-align: left
}

.interviewSection__titleIcon {
  display: block;
  position: absolute;
  top: -.4em;
  left: 0;
  width: 2em;
  height: 2em;
  margin-right: .5em;
  border-radius: 50%;
  background: #2da36a;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  line-height: 2;
  letter-spacing: normal;
  text-align: center
}

.interviewSection__titleIcon:before {
  position: absolute;
  right: -14%;
  bottom: -14%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: .4em solid transparent;
  border-left: .4em solid #2da36a;
  content: ""
}

.interviewSection__titleMark {
  background: linear-gradient(transparent 70%, #ecf865 70%);
  color: inherit
}

.interviewSection__body {
  margin-bottom: 100px;
  font-size: 18px;
  line-height: 2.2
}

.dailySchedule {
  padding: 20px 30px 30px;
  background: #2da36a;
  background: -webkit-linear-gradient(left, #2da36a 25%, #75dca1 100%);
  background: -moz-linear-gradient(left, #2da36a 25%, #75dca1 100%);
  background: linear-gradient(to right, #2da36a 25%, #75dca1 100%);
  line-height: 1.6
}

.dailySchedule__title {
  position: relative;
  margin-bottom: 15px;
  padding-top: calc(3em + 10px);
  color: #fff;
  line-height: 1.3;
  text-align: center
}

.dailySchedule__title:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 3em;
  height: 3em;
  margin: 0 auto;
  border: 1px solid #fff;
  -webkit-border-radius: 3em;
  border-radius: 3em;
  content: ""
}

.dailySchedule__title:after {
  display: block;
  position: absolute;
  top: .5em;
  right: 1em;
  left: 0;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: ""
}

.dailySchedule__item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  padding: 20px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

.dailySchedule__item+.dailySchedule__item {
  margin-top: 4px
}

.dailySchedule__item:not(:last-of-type):before {
  position: absolute;
  top: 100%;
  left: calc(2.5em + 20px);
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 12px 12px 0;
  border-style: solid;
  border-color: #2da36a transparent transparent;
  content: ""
}

.dailySchedule__item:not(:last-of-type):after {
  position: absolute;
  top: calc(100% - 6px);
  left: calc(2.5em + 20px);
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 12px 12px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  content: ""
}

.dailySchedule__time {
  border-radius: 2px;
  width: 6em;
  padding: 0 1em;
  background-color: #2da36a;
  color: #fff;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  letter-spacing: normal;
  text-align: center;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}

.dailySchedule__symbol {
  display: block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 1em;
  margin: 0 auto;
  line-height: 1
}

.dailySchedule__body {
  padding-left: 20px;
  width: 100%;
  -ms-align-self: center;
  align-self: center
}

.dailySchedule__detail {
  margin-top: 10px;
  padding: 15px;
  border-radius: 2px;
  background-color: #eee;
  font-size: 15px
}

.dailyScheduleText+.dailyScheduleText,
.dailyScheduleText__body+.dailyScheduleText__title {
  margin-top: .6em
}

.dailyScheduleText__title {
  font-weight: 700
}

.interviewPhoto {
  -webkit-box-shadow: 20px 20px 0 #eee;
  box-shadow: 20px 20px 0 #eee
}

.interviewPhoto--full {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 120px
}

.interviewSection__body+.interviewPhoto--full {
  margin-top: -60px
}

.interviewPhoto--left {
  float: left;
  margin: 0 60px 40px 0
}

.interviewPhoto--right {
  float: right;
  margin: 0 0 40px 40px
}

.interviewPhoto--left,
.interviewPhoto--right {
  width: 45%
}

.ul_twoBox>li:first-child {
  float: left
}

.ul_twoBox>li {
  width: 49%;
  float: right
}

.clearfix {
  display: block
}

.contact-text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700
}

@media (max-width:280px) {
  .contact-text {
    font-size: 1.3rem
  }

  h2.rctitle {
    font-size: 3rem !important
  }

  .icon1,
  .icon2,
  .icon3,
  .icon4,
  .icon5,
  .icon6 {
    font-size: 2.5rem
  }
}

@media (max-width:992px) {
  .contact-text {
    text-align: center;
    font-size: 2rem;
    font-weight: 700
  }

  .column-wrap {
    margin: 6% auto
  }

  .news_content ul,
  .ul_twoBox {
    padding-left: 0 !important;
    margin-left: 0 !important;
    display: flex;
    justify-content: center;
    flex-direction: column
  }

  .ul_twoBox>li {
    width: 100%;
    float: right;
    margin: 0 auto;
    margin-bottom: 3rem
  }

  #campaign.home_title img,
  #cotactinfo .home_title img {
    width: 100%
  }

  .column-wrap {
    flex-direction: column
  }

  .groupmenu_list li {
    width: 100%;
    margin-bottom: 3.5rem
  }

  .groupmenu_list li.size_l {
    width: 100%;
    margin-bottom: 3.5rem
  }

  .groupmenu_list li:last-child {
    margin-bottom: 0
  }

  .groupmenu_list li .thumb {
    margin-bottom: 1.6rem
  }

  .groupmenu_list li .thumb img {
    width: 100%
  }

  .groupmenu_list li a i {
    font-size: 1.4rem;
    padding-left: 1.5rem
  }

  th {
    width: 100% !important;
    padding-left: 10px;
    display: block !important;
    text-align: left
  }

  td {
    padding: 10px;
    display: block !important;
    width: 100% !important
  }

  input[type=text],
  input[type=email],
  input[type=url] {
    width: 100% !important
  }

  .form_box dl {
    flex-wrap: wrap
  }

  .form_box dl dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 1em;
    margin-right: 0
  }

  .access-map {
    width: 100%;
    height: 335px
  }
}

@media screen and (max-width:768px) {
  .btn {
    font-size: 1.3rem
  }

  .section {
    padding: 4.5rem 0
  }

  .breadcrumb_list {
    margin-top: 10px
  }

  .interviewSubHeading span {
    padding: 0 1rem !important
  }

  .image img {
    width: 100%;
    height: auto
  }

  .interviewHead__main {
    margin-left: -13%
  }

  .circle-left {
    position: static;
    width: 100%;
    border-radius: initial;
    display: block
  }

  .interviewInfo {
    margin-top: 1.5em;
    margin-right: 10px
  }

  .interviewHead__sub {
    margin-top: 50px;
    width: 100%
  }

  .interviewSlogan {
    margin-top: 2.5em;
    font-size: 28px
  }

  .interviewSlogan--short {
    margin-top: 2em;
    font-size: 38px
  }

  .interviewPerson__main {
    font-size: 27px
  }

  .interviewPerson__sub {
    font-size: 13px
  }

  .interviewHistory__sub {
    font-size: 13px
  }

  .interviewSection__title {
    font-size: 25px
  }

  .dailySchedule__item {
    display: block
  }

  .dailySchedule__time {
    display: inline-block;
    width: auto;
    min-width: 3em
  }

  .dailySchedule__symbol {
    display: inline;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    line-height: inherit
  }

  .dailySchedule__body {
    clear: left;
    padding-top: 10px;
    padding-left: 0
  }

  .dailySchedule__detail {
    font-size: 13px
  }

  .interviewPhoto--left {
    margin-right: 40px
  }

  .interviewPhoto--right {
    margin-left: 20px
  }

  #workstyleTitle {
    height: 250px
  }

  #workstyleTitle__main {
    right: 40px;
    left: 40px;
    font-size: 26px;
    width: auto;
    max-width: none
  }

  .circle-left-mini {
    width: 100px;
    height: 100px
  }

  .circle-inner {
    width: 100%
  }

  .pic01 {
    width: 60%;
    top: -20px
  }

  .interviewSection__body {
    font-size: 16px;
    line-height: 2
  }

  .dailySchedule {
    padding: 20px
  }

  .icon-txt {
    font-size: 150%
  }

  .h1_title {
    width: 100%;
    padding-left: 0;
    letter-spacing: .1rem
  }
}

@media screen and (max-width:700px) {
  .interviewHistory__sub {
    letter-spacing: normal
  }

  .interviewHead {
    padding-bottom: 20px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse
  }

  .interviewHead:before {
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -5;
    background-color: #eee;
    content: ""
  }

  .interviewHead__main {
    margin-left: 0
  }

  .interviewHead__sub {
    width: 100%;
    padding-right: 20px
  }

  .interviewSlogan {
    margin-top: -2.5em !important;
    padding-left: 40px
  }

  .interviewInfo {
    margin-right: 20px;
    text-shadow: none;
    padding-left: 10px;
    align-self: flex-start !important
  }

  .interviewPerson__sub {
    letter-spacing: normal
  }
}

@media screen and (max-width:600px) {
  .contact-text {
    font-size: 1.5rem
  }

  .column-wrap {
    margin: 15% auto
  }

  .interviewSlogan {
    font-size: 26px
  }

  .interviewSlogan--short {
    font-size: 36px
  }

  .interviewPerson__main {
    font-size: 24px
  }
}

@media screen and (max-width:400px) {
  ul li {
    margin-bottom: 0
  }

  .interviewSlogan {
    font-size: 22px
  }

  .interviewSlogan--short {
    font-size: 30px
  }

  .interviewPerson__main {
    font-size: 20px
  }

  .interviewPerson__main>span {
    font-size: 11px
  }

  .interviewHistory__main {
    font-size: 11px
  }

  .interviewSubHeading span {
    padding: 0 1rem
  }
}

@media screen and (max-width:500px) {
  .interviewHistory__sub {
    font-size: 11px
  }

  .interviewPerson__sub {
    font-size: 11px
  }
}

@media screen and (max-width:600px) {
  .interviewSection__title {
    padding-left: 3.5em;
    font-size: 22px
  }

  .interviewPhoto--left,
  .interviewPhoto--right {
    display: block;
    float: none;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 70px
  }

  .interviewSection__body+.interviewPhoto--left,
  .interviewSection__body+.interviewPhoto--right {
    margin-top: -60px
  }

  #workstyleTitle {
    height: 200px
  }

  #workstyleTitle__main {
    font-size: 21px
  }
}

#workstyle #main__inner {
  padding-top: 0
}

#workstyleTitle {
  position: relative;
  height: 300px;
  background-image: url("/assets/recruit/images/main/workstyle/title/bg.jpg");
  background-position: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat
}

#workstyleTitle__main {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: .32em
}

.single .entry-header h1.entry-title {
  font-size: 18px;
  margin: 20px 3px 0;
  text-align: left;
  padding-bottom: 5px
}

.category .main h1.archive-title {
  font-size: 22px;
  margin: 40px 0 10px;
  text-align: left
}

.page .entry-header h1.entry-title {
  font-size: 20px;
  margin: 20px 5px 0 20px;
  text-align: center
}

.related-entry-heading,
.comment-title {
  margin: 22px 0;
  font-size: 16px
}

.article h2,
.h2 {
  font-size: 30px;
  padding: 25px 5px 0;
  background-color: transparent;
  border-radius: 2px;
  text-align: center;
  text-shadow: 1px 1px 1px #bbb;
  margin: 1em 0 1.8em !important;
  line-height: 1.1;
  color: #204832;
  position: relative
}

.article h2:before,
.h2:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 24px;
  background: url(//ptw.ss-complex.jp/wordpress/wp-content/themes/stepjob/assets/css/../img/common/icons.png) no-repeat;
  background-size: contain;
  margin-left: -28px;
  margin-top: 4px
}

.article h2:after {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 150px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0d6ca1;
  border-radius: 2px
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin: 1em 0 .5em
}

.article h3,
h3 {
  position: relative;
  border-left: 0 solid #777;
  border-right: 0 solid #ccc;
  border-top: 0 solid #ccc;
  border-bottom: 1px solid #9bcee2;
  font-size: 22px;
  padding: 0 0 6px;
  letter-spacing: .08em;
  margin-bottom: 20px
}

.article h3:before,
h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2b5";
  font-weight: 900;
  padding-right: 5px;
  color: #138fd4;
  text-shadow: 1px 2px 2px #fff
}

#caregiving h3:before,
#construction h3:before {
  color: #fff
}

#caregiving h3,
#construction h3 {
  margin-left: 0
}

.article h4 {
  padding: .3em .6em;
  border-top: dotted 1px #01a563;
  border-bottom: dotted 1px #01a563;
  font-size: 16px;
  text-align: center;
  display: block;
  color: #00613a
}

.footer h4.wt {
  padding: .2em .6em;
  border-top: dotted 1px #83d3ff;
  border-bottom: dotted 1px #83d3ff;
  font-size: 14px;
  text-align: center;
  display: block;
  color: #fff;
  margin-bottom: 10px
}

.article h5 {
  padding: 0 .5em;
  color: #494949;
  background: 0 0;
  border-left: solid 8px #ff9924;
  border-bottom: 0 solid #ddd
}

.article h6 {
  padding: .25em .5em;
  display: block;
  line-height: 1.3;
  background: -moz-linear-gradient(left, #00a662 1%, #fcff3e);
  background: -webkit-linear-gradient(left, #00a662 1%, #fcff3e);
  background: linear-gradient(to right, #00a662 1%, #fcff3e);
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px
}

.article h6:before {
  content: '●';
  color: #fff;
  margin-right: 8px
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
 .fa,
 .fab,
 .fad,
 .fal,
 .far,
 .fas {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1
 }
 
 .fa-lg {
   font-size: 1.33333em;
   line-height: .75em;
   vertical-align: -.0667em
 }
 
 .fa-xs {
   font-size: .75em
 }
 
 .fa-sm {
   font-size: .875em
 }
 
 .fa-1x {
   font-size: 1em
 }
 
 .fa-2x {
   font-size: 2em
 }
 
 .fa-3x {
   font-size: 3em
 }
 
 .fa-4x {
   font-size: 4em
 }
 
 .fa-5x {
   font-size: 5em
 }
 
 .fa-6x {
   font-size: 6em
 }
 
 .fa-7x {
   font-size: 7em
 }
 
 .fa-8x {
   font-size: 8em
 }
 
 .fa-9x {
   font-size: 9em
 }
 
 .fa-10x {
   font-size: 10em
 }
 
 .fa-fw {
   text-align: center;
   width: 1.25em
 }
 
 .fa-ul {
   list-style-type: none;
   margin-left: 2.5em;
   padding-left: 0
 }
 
 .fa-ul>li {
   position: relative
 }
 
 .fa-li {
   left: -2em;
   position: absolute;
   text-align: center;
   width: 2em;
   line-height: inherit
 }
 
 .fa-border {
   border: .08em solid #eee;
   border-radius: .1em;
   padding: .2em .25em .15em
 }
 
 .fa-pull-left {
   float: left
 }
 
 .fa-pull-right {
   float: right
 }
 
 .fa.fa-pull-left,
 .fab.fa-pull-left,
 .fal.fa-pull-left,
 .far.fa-pull-left,
 .fas.fa-pull-left {
   margin-right: .3em
 }
 
 .fa.fa-pull-right,
 .fab.fa-pull-right,
 .fal.fa-pull-right,
 .far.fa-pull-right,
 .fas.fa-pull-right {
   margin-left: .3em
 }
 
 .fa-spin {
   -webkit-animation: fa-spin 2s linear infinite;
   animation: fa-spin 2s linear infinite
 }
 
 .fa-pulse {
   -webkit-animation: fa-spin 1s steps(8) infinite;
   animation: fa-spin 1s steps(8) infinite
 }
 
 @-webkit-keyframes fa-spin {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg)
   }
 
   to {
     -webkit-transform: rotate(1turn);
     transform: rotate(1turn)
   }
 }
 
 @keyframes fa-spin {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg)
   }
 
   to {
     -webkit-transform: rotate(1turn);
     transform: rotate(1turn)
   }
 }
 
 .fa-rotate-90 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg)
 }
 
 .fa-rotate-180 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg)
 }
 
 .fa-rotate-270 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
   -webkit-transform: rotate(270deg);
   transform: rotate(270deg)
 }
 
 .fa-flip-horizontal {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
   -webkit-transform: scaleX(-1);
   transform: scaleX(-1)
 }
 
 .fa-flip-vertical {
   -webkit-transform: scaleY(-1);
   transform: scaleY(-1)
 }
 
 .fa-flip-both,
 .fa-flip-horizontal.fa-flip-vertical,
 .fa-flip-vertical {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
 }
 
 .fa-flip-both,
 .fa-flip-horizontal.fa-flip-vertical {
   -webkit-transform: scale(-1);
   transform: scale(-1)
 }
 
 :root .fa-flip-both,
 :root .fa-flip-horizontal,
 :root .fa-flip-vertical,
 :root .fa-rotate-90,
 :root .fa-rotate-180,
 :root .fa-rotate-270 {
   -webkit-filter: none;
   filter: none
 }
 
 .fa-stack {
   display: inline-block;
   height: 2em;
   line-height: 2em;
   position: relative;
   vertical-align: middle;
   width: 2.5em
 }
 
 .fa-stack-1x,
 .fa-stack-2x {
   left: 0;
   position: absolute;
   text-align: center;
   width: 100%
 }
 
 .fa-stack-1x {
   line-height: inherit
 }
 
 .fa-stack-2x {
   font-size: 2em
 }
 
 .fa-inverse {
   color: #fff
 }
 
 .fa-500px:before {
   content: "\f26e"
 }
 
 .fa-accessible-icon:before {
   content: "\f368"
 }
 
 .fa-accusoft:before {
   content: "\f369"
 }
 
 .fa-acquisitions-incorporated:before {
   content: "\f6af"
 }
 
 .fa-ad:before {
   content: "\f641"
 }
 
 .fa-address-book:before {
   content: "\f2b9"
 }
 
 .fa-address-card:before {
   content: "\f2bb"
 }
 
 .fa-adjust:before {
   content: "\f042"
 }
 
 .fa-adn:before {
   content: "\f170"
 }
 
 .fa-adversal:before {
   content: "\f36a"
 }
 
 .fa-affiliatetheme:before {
   content: "\f36b"
 }
 
 .fa-air-freshener:before {
   content: "\f5d0"
 }
 
 .fa-airbnb:before {
   content: "\f834"
 }
 
 .fa-algolia:before {
   content: "\f36c"
 }
 
 .fa-align-center:before {
   content: "\f037"
 }
 
 .fa-align-justify:before {
   content: "\f039"
 }
 
 .fa-align-left:before {
   content: "\f036"
 }
 
 .fa-align-right:before {
   content: "\f038"
 }
 
 .fa-alipay:before {
   content: "\f642"
 }
 
 .fa-allergies:before {
   content: "\f461"
 }
 
 .fa-amazon:before {
   content: "\f270"
 }
 
 .fa-amazon-pay:before {
   content: "\f42c"
 }
 
 .fa-ambulance:before {
   content: "\f0f9"
 }
 
 .fa-american-sign-language-interpreting:before {
   content: "\f2a3"
 }
 
 .fa-amilia:before {
   content: "\f36d"
 }
 
 .fa-anchor:before {
   content: "\f13d"
 }
 
 .fa-android:before {
   content: "\f17b"
 }
 
 .fa-angellist:before {
   content: "\f209"
 }
 
 .fa-angle-double-down:before {
   content: "\f103"
 }
 
 .fa-angle-double-left:before {
   content: "\f100"
 }
 
 .fa-angle-double-right:before {
   content: "\f101"
 }
 
 .fa-angle-double-up:before {
   content: "\f102"
 }
 
 .fa-angle-down:before {
   content: "\f107"
 }
 
 .fa-angle-left:before {
   content: "\f104"
 }
 
 .fa-angle-right:before {
   content: "\f105"
 }
 
 .fa-angle-up:before {
   content: "\f106"
 }
 
 .fa-angry:before {
   content: "\f556"
 }
 
 .fa-angrycreative:before {
   content: "\f36e"
 }
 
 .fa-angular:before {
   content: "\f420"
 }
 
 .fa-ankh:before {
   content: "\f644"
 }
 
 .fa-app-store:before {
   content: "\f36f"
 }
 
 .fa-app-store-ios:before {
   content: "\f370"
 }
 
 .fa-apper:before {
   content: "\f371"
 }
 
 .fa-apple:before {
   content: "\f179"
 }
 
 .fa-apple-alt:before {
   content: "\f5d1"
 }
 
 .fa-apple-pay:before {
   content: "\f415"
 }
 
 .fa-archive:before {
   content: "\f187"
 }
 
 .fa-archway:before {
   content: "\f557"
 }
 
 .fa-arrow-alt-circle-down:before {
   content: "\f358"
 }
 
 .fa-arrow-alt-circle-left:before {
   content: "\f359"
 }
 
 .fa-arrow-alt-circle-right:before {
   content: "\f35a"
 }
 
 .fa-arrow-alt-circle-up:before {
   content: "\f35b"
 }
 
 .fa-arrow-circle-down:before {
   content: "\f0ab"
 }
 
 .fa-arrow-circle-left:before {
   content: "\f0a8"
 }
 
 .fa-arrow-circle-right:before {
   content: "\f0a9"
 }
 
 .fa-arrow-circle-up:before {
   content: "\f0aa"
 }
 
 .fa-arrow-down:before {
   content: "\f063"
 }
 
 .fa-arrow-left:before {
   content: "\f060"
 }
 
 .fa-arrow-right:before {
   content: "\f061"
 }
 
 .fa-arrow-up:before {
   content: "\f062"
 }
 
 .fa-arrows-alt:before {
   content: "\f0b2"
 }
 
 .fa-arrows-alt-h:before {
   content: "\f337"
 }
 
 .fa-arrows-alt-v:before {
   content: "\f338"
 }
 
 .fa-artstation:before {
   content: "\f77a"
 }
 
 .fa-assistive-listening-systems:before {
   content: "\f2a2"
 }
 
 .fa-asterisk:before {
   content: "\f069"
 }
 
 .fa-asymmetrik:before {
   content: "\f372"
 }
 
 .fa-at:before {
   content: "\f1fa"
 }
 
 .fa-atlas:before {
   content: "\f558"
 }
 
 .fa-atlassian:before {
   content: "\f77b"
 }
 
 .fa-atom:before {
   content: "\f5d2"
 }
 
 .fa-audible:before {
   content: "\f373"
 }
 
 .fa-audio-description:before {
   content: "\f29e"
 }
 
 .fa-autoprefixer:before {
   content: "\f41c"
 }
 
 .fa-avianex:before {
   content: "\f374"
 }
 
 .fa-aviato:before {
   content: "\f421"
 }
 
 .fa-award:before {
   content: "\f559"
 }
 
 .fa-aws:before {
   content: "\f375"
 }
 
 .fa-baby:before {
   content: "\f77c"
 }
 
 .fa-baby-carriage:before {
   content: "\f77d"
 }
 
 .fa-backspace:before {
   content: "\f55a"
 }
 
 .fa-backward:before {
   content: "\f04a"
 }
 
 .fa-bacon:before {
   content: "\f7e5"
 }
 
 .fa-bacteria:before {
   content: "\e059"
 }
 
 .fa-bacterium:before {
   content: "\e05a"
 }
 
 .fa-bahai:before {
   content: "\f666"
 }
 
 .fa-balance-scale:before {
   content: "\f24e"
 }
 
 .fa-balance-scale-left:before {
   content: "\f515"
 }
 
 .fa-balance-scale-right:before {
   content: "\f516"
 }
 
 .fa-ban:before {
   content: "\f05e"
 }
 
 .fa-band-aid:before {
   content: "\f462"
 }
 
 .fa-bandcamp:before {
   content: "\f2d5"
 }
 
 .fa-barcode:before {
   content: "\f02a"
 }
 
 .fa-bars:before {
   content: "\f0c9"
 }
 
 .fa-baseball-ball:before {
   content: "\f433"
 }
 
 .fa-basketball-ball:before {
   content: "\f434"
 }
 
 .fa-bath:before {
   content: "\f2cd"
 }
 
 .fa-battery-empty:before {
   content: "\f244"
 }
 
 .fa-battery-full:before {
   content: "\f240"
 }
 
 .fa-battery-half:before {
   content: "\f242"
 }
 
 .fa-battery-quarter:before {
   content: "\f243"
 }
 
 .fa-battery-three-quarters:before {
   content: "\f241"
 }
 
 .fa-battle-net:before {
   content: "\f835"
 }
 
 .fa-bed:before {
   content: "\f236"
 }
 
 .fa-beer:before {
   content: "\f0fc"
 }
 
 .fa-behance:before {
   content: "\f1b4"
 }
 
 .fa-behance-square:before {
   content: "\f1b5"
 }
 
 .fa-bell:before {
   content: "\f0f3"
 }
 
 .fa-bell-slash:before {
   content: "\f1f6"
 }
 
 .fa-bezier-curve:before {
   content: "\f55b"
 }
 
 .fa-bible:before {
   content: "\f647"
 }
 
 .fa-bicycle:before {
   content: "\f206"
 }
 
 .fa-biking:before {
   content: "\f84a"
 }
 
 .fa-bimobject:before {
   content: "\f378"
 }
 
 .fa-binoculars:before {
   content: "\f1e5"
 }
 
 .fa-biohazard:before {
   content: "\f780"
 }
 
 .fa-birthday-cake:before {
   content: "\f1fd"
 }
 
 .fa-bitbucket:before {
   content: "\f171"
 }
 
 .fa-bitcoin:before {
   content: "\f379"
 }
 
 .fa-bity:before {
   content: "\f37a"
 }
 
 .fa-black-tie:before {
   content: "\f27e"
 }
 
 .fa-blackberry:before {
   content: "\f37b"
 }
 
 .fa-blender:before {
   content: "\f517"
 }
 
 .fa-blender-phone:before {
   content: "\f6b6"
 }
 
 .fa-blind:before {
   content: "\f29d"
 }
 
 .fa-blog:before {
   content: "\f781"
 }
 
 .fa-blogger:before {
   content: "\f37c"
 }
 
 .fa-blogger-b:before {
   content: "\f37d"
 }
 
 .fa-bluetooth:before {
   content: "\f293"
 }
 
 .fa-bluetooth-b:before {
   content: "\f294"
 }
 
 .fa-bold:before {
   content: "\f032"
 }
 
 .fa-bolt:before {
   content: "\f0e7"
 }
 
 .fa-bomb:before {
   content: "\f1e2"
 }
 
 .fa-bone:before {
   content: "\f5d7"
 }
 
 .fa-bong:before {
   content: "\f55c"
 }
 
 .fa-book:before {
   content: "\f02d"
 }
 
 .fa-book-dead:before {
   content: "\f6b7"
 }
 
 .fa-book-medical:before {
   content: "\f7e6"
 }
 
 .fa-book-open:before {
   content: "\f518"
 }
 
 .fa-book-reader:before {
   content: "\f5da"
 }
 
 .fa-bookmark:before {
   content: "\f02e"
 }
 
 .fa-bootstrap:before {
   content: "\f836"
 }
 
 .fa-border-all:before {
   content: "\f84c"
 }
 
 .fa-border-none:before {
   content: "\f850"
 }
 
 .fa-border-style:before {
   content: "\f853"
 }
 
 .fa-bowling-ball:before {
   content: "\f436"
 }
 
 .fa-box:before {
   content: "\f466"
 }
 
 .fa-box-open:before {
   content: "\f49e"
 }
 
 .fa-box-tissue:before {
   content: "\e05b"
 }
 
 .fa-boxes:before {
   content: "\f468"
 }
 
 .fa-braille:before {
   content: "\f2a1"
 }
 
 .fa-brain:before {
   content: "\f5dc"
 }
 
 .fa-bread-slice:before {
   content: "\f7ec"
 }
 
 .fa-briefcase:before {
   content: "\f0b1"
 }
 
 .fa-briefcase-medical:before {
   content: "\f469"
 }
 
 .fa-broadcast-tower:before {
   content: "\f519"
 }
 
 .fa-broom:before {
   content: "\f51a"
 }
 
 .fa-brush:before {
   content: "\f55d"
 }
 
 .fa-btc:before {
   content: "\f15a"
 }
 
 .fa-buffer:before {
   content: "\f837"
 }
 
 .fa-bug:before {
   content: "\f188"
 }
 
 .fa-building:before {
   content: "\f1ad"
 }
 
 .fa-bullhorn:before {
   content: "\f0a1"
 }
 
 .fa-bullseye:before {
   content: "\f140"
 }
 
 .fa-burn:before {
   content: "\f46a"
 }
 
 .fa-buromobelexperte:before {
   content: "\f37f"
 }
 
 .fa-bus:before {
   content: "\f207"
 }
 
 .fa-bus-alt:before {
   content: "\f55e"
 }
 
 .fa-business-time:before {
   content: "\f64a"
 }
 
 .fa-buy-n-large:before {
   content: "\f8a6"
 }
 
 .fa-buysellads:before {
   content: "\f20d"
 }
 
 .fa-calculator:before {
   content: "\f1ec"
 }
 
 .fa-calendar:before {
   content: "\f133"
 }
 
 .fa-calendar-alt:before {
   content: "\f073"
 }
 
 .fa-calendar-check:before {
   content: "\f274"
 }
 
 .fa-calendar-day:before {
   content: "\f783"
 }
 
 .fa-calendar-minus:before {
   content: "\f272"
 }
 
 .fa-calendar-plus:before {
   content: "\f271"
 }
 
 .fa-calendar-times:before {
   content: "\f273"
 }
 
 .fa-calendar-week:before {
   content: "\f784"
 }
 
 .fa-camera:before {
   content: "\f030"
 }
 
 .fa-camera-retro:before {
   content: "\f083"
 }
 
 .fa-campground:before {
   content: "\f6bb"
 }
 
 .fa-canadian-maple-leaf:before {
   content: "\f785"
 }
 
 .fa-candy-cane:before {
   content: "\f786"
 }
 
 .fa-cannabis:before {
   content: "\f55f"
 }
 
 .fa-capsules:before {
   content: "\f46b"
 }
 
 .fa-car:before {
   content: "\f1b9"
 }
 
 .fa-car-alt:before {
   content: "\f5de"
 }
 
 .fa-car-battery:before {
   content: "\f5df"
 }
 
 .fa-car-crash:before {
   content: "\f5e1"
 }
 
 .fa-car-side:before {
   content: "\f5e4"
 }
 
 .fa-caravan:before {
   content: "\f8ff"
 }
 
 .fa-caret-down:before {
   content: "\f0d7"
 }
 
 .fa-caret-left:before {
   content: "\f0d9"
 }
 
 .fa-caret-right:before {
   content: "\f0da"
 }
 
 .fa-caret-square-down:before {
   content: "\f150"
 }
 
 .fa-caret-square-left:before {
   content: "\f191"
 }
 
 .fa-caret-square-right:before {
   content: "\f152"
 }
 
 .fa-caret-square-up:before {
   content: "\f151"
 }
 
 .fa-caret-up:before {
   content: "\f0d8"
 }
 
 .fa-carrot:before {
   content: "\f787"
 }
 
 .fa-cart-arrow-down:before {
   content: "\f218"
 }
 
 .fa-cart-plus:before {
   content: "\f217"
 }
 
 .fa-cash-register:before {
   content: "\f788"
 }
 
 .fa-cat:before {
   content: "\f6be"
 }
 
 .fa-cc-amazon-pay:before {
   content: "\f42d"
 }
 
 .fa-cc-amex:before {
   content: "\f1f3"
 }
 
 .fa-cc-apple-pay:before {
   content: "\f416"
 }
 
 .fa-cc-diners-club:before {
   content: "\f24c"
 }
 
 .fa-cc-discover:before {
   content: "\f1f2"
 }
 
 .fa-cc-jcb:before {
   content: "\f24b"
 }
 
 .fa-cc-mastercard:before {
   content: "\f1f1"
 }
 
 .fa-cc-paypal:before {
   content: "\f1f4"
 }
 
 .fa-cc-stripe:before {
   content: "\f1f5"
 }
 
 .fa-cc-visa:before {
   content: "\f1f0"
 }
 
 .fa-centercode:before {
   content: "\f380"
 }
 
 .fa-centos:before {
   content: "\f789"
 }
 
 .fa-certificate:before {
   content: "\f0a3"
 }
 
 .fa-chair:before {
   content: "\f6c0"
 }
 
 .fa-chalkboard:before {
   content: "\f51b"
 }
 
 .fa-chalkboard-teacher:before {
   content: "\f51c"
 }
 
 .fa-charging-station:before {
   content: "\f5e7"
 }
 
 .fa-chart-area:before {
   content: "\f1fe"
 }
 
 .fa-chart-bar:before {
   content: "\f080"
 }
 
 .fa-chart-line:before {
   content: "\f201"
 }
 
 .fa-chart-pie:before {
   content: "\f200"
 }
 
 .fa-check:before {
   content: "\f00c"
 }
 
 .fa-check-circle:before {
   content: "\f058"
 }
 
 .fa-check-double:before {
   content: "\f560"
 }
 
 .fa-check-square:before {
   content: "\f14a"
 }
 
 .fa-cheese:before {
   content: "\f7ef"
 }
 
 .fa-chess:before {
   content: "\f439"
 }
 
 .fa-chess-bishop:before {
   content: "\f43a"
 }
 
 .fa-chess-board:before {
   content: "\f43c"
 }
 
 .fa-chess-king:before {
   content: "\f43f"
 }
 
 .fa-chess-knight:before {
   content: "\f441"
 }
 
 .fa-chess-pawn:before {
   content: "\f443"
 }
 
 .fa-chess-queen:before {
   content: "\f445"
 }
 
 .fa-chess-rook:before {
   content: "\f447"
 }
 
 .fa-chevron-circle-down:before {
   content: "\f13a"
 }
 
 .fa-chevron-circle-left:before {
   content: "\f137"
 }
 
 .fa-chevron-circle-right:before {
   content: "\f138"
 }
 
 .fa-chevron-circle-up:before {
   content: "\f139"
 }
 
 .fa-chevron-down:before {
   content: "\f078"
 }
 
 .fa-chevron-left:before {
   content: "\f053"
 }
 
 .fa-chevron-right:before {
   content: "\f054"
 }
 
 .fa-chevron-up:before {
   content: "\f077"
 }
 
 .fa-child:before {
   content: "\f1ae"
 }
 
 .fa-chrome:before {
   content: "\f268"
 }
 
 .fa-chromecast:before {
   content: "\f838"
 }
 
 .fa-church:before {
   content: "\f51d"
 }
 
 .fa-circle:before {
   content: "\f111"
 }
 
 .fa-circle-notch:before {
   content: "\f1ce"
 }
 
 .fa-city:before {
   content: "\f64f"
 }
 
 .fa-clinic-medical:before {
   content: "\f7f2"
 }
 
 .fa-clipboard:before {
   content: "\f328"
 }
 
 .fa-clipboard-check:before {
   content: "\f46c"
 }
 
 .fa-clipboard-list:before {
   content: "\f46d"
 }
 
 .fa-clock:before {
   content: "\f017"
 }
 
 .fa-clone:before {
   content: "\f24d"
 }
 
 .fa-closed-captioning:before {
   content: "\f20a"
 }
 
 .fa-cloud:before {
   content: "\f0c2"
 }
 
 .fa-cloud-download-alt:before {
   content: "\f381"
 }
 
 .fa-cloud-meatball:before {
   content: "\f73b"
 }
 
 .fa-cloud-moon:before {
   content: "\f6c3"
 }
 
 .fa-cloud-moon-rain:before {
   content: "\f73c"
 }
 
 .fa-cloud-rain:before {
   content: "\f73d"
 }
 
 .fa-cloud-showers-heavy:before {
   content: "\f740"
 }
 
 .fa-cloud-sun:before {
   content: "\f6c4"
 }
 
 .fa-cloud-sun-rain:before {
   content: "\f743"
 }
 
 .fa-cloud-upload-alt:before {
   content: "\f382"
 }
 
 .fa-cloudflare:before {
   content: "\e07d"
 }
 
 .fa-cloudscale:before {
   content: "\f383"
 }
 
 .fa-cloudsmith:before {
   content: "\f384"
 }
 
 .fa-cloudversify:before {
   content: "\f385"
 }
 
 .fa-cocktail:before {
   content: "\f561"
 }
 
 .fa-code:before {
   content: "\f121"
 }
 
 .fa-code-branch:before {
   content: "\f126"
 }
 
 .fa-codepen:before {
   content: "\f1cb"
 }
 
 .fa-codiepie:before {
   content: "\f284"
 }
 
 .fa-coffee:before {
   content: "\f0f4"
 }
 
 .fa-cog:before {
   content: "\f013"
 }
 
 .fa-cogs:before {
   content: "\f085"
 }
 
 .fa-coins:before {
   content: "\f51e"
 }
 
 .fa-columns:before {
   content: "\f0db"
 }
 
 .fa-comment:before {
   content: "\f075"
 }
 
 .fa-comment-alt:before {
   content: "\f27a"
 }
 
 .fa-comment-dollar:before {
   content: "\f651"
 }
 
 .fa-comment-dots:before {
   content: "\f4ad"
 }
 
 .fa-comment-medical:before {
   content: "\f7f5"
 }
 
 .fa-comment-slash:before {
   content: "\f4b3"
 }
 
 .fa-comments:before {
   content: "\f086"
 }
 
 .fa-comments-dollar:before {
   content: "\f653"
 }
 
 .fa-compact-disc:before {
   content: "\f51f"
 }
 
 .fa-compass:before {
   content: "\f14e"
 }
 
 .fa-compress:before {
   content: "\f066"
 }
 
 .fa-compress-alt:before {
   content: "\f422"
 }
 
 .fa-compress-arrows-alt:before {
   content: "\f78c"
 }
 
 .fa-concierge-bell:before {
   content: "\f562"
 }
 
 .fa-confluence:before {
   content: "\f78d"
 }
 
 .fa-connectdevelop:before {
   content: "\f20e"
 }
 
 .fa-contao:before {
   content: "\f26d"
 }
 
 .fa-cookie:before {
   content: "\f563"
 }
 
 .fa-cookie-bite:before {
   content: "\f564"
 }
 
 .fa-copy:before {
   content: "\f0c5"
 }
 
 .fa-copyright:before {
   content: "\f1f9"
 }
 
 .fa-cotton-bureau:before {
   content: "\f89e"
 }
 
 .fa-couch:before {
   content: "\f4b8"
 }
 
 .fa-cpanel:before {
   content: "\f388"
 }
 
 .fa-creative-commons:before {
   content: "\f25e"
 }
 
 .fa-creative-commons-by:before {
   content: "\f4e7"
 }
 
 .fa-creative-commons-nc:before {
   content: "\f4e8"
 }
 
 .fa-creative-commons-nc-eu:before {
   content: "\f4e9"
 }
 
 .fa-creative-commons-nc-jp:before {
   content: "\f4ea"
 }
 
 .fa-creative-commons-nd:before {
   content: "\f4eb"
 }
 
 .fa-creative-commons-pd:before {
   content: "\f4ec"
 }
 
 .fa-creative-commons-pd-alt:before {
   content: "\f4ed"
 }
 
 .fa-creative-commons-remix:before {
   content: "\f4ee"
 }
 
 .fa-creative-commons-sa:before {
   content: "\f4ef"
 }
 
 .fa-creative-commons-sampling:before {
   content: "\f4f0"
 }
 
 .fa-creative-commons-sampling-plus:before {
   content: "\f4f1"
 }
 
 .fa-creative-commons-share:before {
   content: "\f4f2"
 }
 
 .fa-creative-commons-zero:before {
   content: "\f4f3"
 }
 
 .fa-credit-card:before {
   content: "\f09d"
 }
 
 .fa-critical-role:before {
   content: "\f6c9"
 }
 
 .fa-crop:before {
   content: "\f125"
 }
 
 .fa-crop-alt:before {
   content: "\f565"
 }
 
 .fa-cross:before {
   content: "\f654"
 }
 
 .fa-crosshairs:before {
   content: "\f05b"
 }
 
 .fa-crow:before {
   content: "\f520"
 }
 
 .fa-crown:before {
   content: "\f521"
 }
 
 .fa-crutch:before {
   content: "\f7f7"
 }
 
 .fa-css3:before {
   content: "\f13c"
 }
 
 .fa-css3-alt:before {
   content: "\f38b"
 }
 
 .fa-cube:before {
   content: "\f1b2"
 }
 
 .fa-cubes:before {
   content: "\f1b3"
 }
 
 .fa-cut:before {
   content: "\f0c4"
 }
 
 .fa-cuttlefish:before {
   content: "\f38c"
 }
 
 .fa-d-and-d:before {
   content: "\f38d"
 }
 
 .fa-d-and-d-beyond:before {
   content: "\f6ca"
 }
 
 .fa-dailymotion:before {
   content: "\e052"
 }
 
 .fa-dashcube:before {
   content: "\f210"
 }
 
 .fa-database:before {
   content: "\f1c0"
 }
 
 .fa-deaf:before {
   content: "\f2a4"
 }
 
 .fa-deezer:before {
   content: "\e077"
 }
 
 .fa-delicious:before {
   content: "\f1a5"
 }
 
 .fa-democrat:before {
   content: "\f747"
 }
 
 .fa-deploydog:before {
   content: "\f38e"
 }
 
 .fa-deskpro:before {
   content: "\f38f"
 }
 
 .fa-desktop:before {
   content: "\f108"
 }
 
 .fa-dev:before {
   content: "\f6cc"
 }
 
 .fa-deviantart:before {
   content: "\f1bd"
 }
 
 .fa-dharmachakra:before {
   content: "\f655"
 }
 
 .fa-dhl:before {
   content: "\f790"
 }
 
 .fa-diagnoses:before {
   content: "\f470"
 }
 
 .fa-diaspora:before {
   content: "\f791"
 }
 
 .fa-dice:before {
   content: "\f522"
 }
 
 .fa-dice-d20:before {
   content: "\f6cf"
 }
 
 .fa-dice-d6:before {
   content: "\f6d1"
 }
 
 .fa-dice-five:before {
   content: "\f523"
 }
 
 .fa-dice-four:before {
   content: "\f524"
 }
 
 .fa-dice-one:before {
   content: "\f525"
 }
 
 .fa-dice-six:before {
   content: "\f526"
 }
 
 .fa-dice-three:before {
   content: "\f527"
 }
 
 .fa-dice-two:before {
   content: "\f528"
 }
 
 .fa-digg:before {
   content: "\f1a6"
 }
 
 .fa-digital-ocean:before {
   content: "\f391"
 }
 
 .fa-digital-tachograph:before {
   content: "\f566"
 }
 
 .fa-directions:before {
   content: "\f5eb"
 }
 
 .fa-discord:before {
   content: "\f392"
 }
 
 .fa-discourse:before {
   content: "\f393"
 }
 
 .fa-disease:before {
   content: "\f7fa"
 }
 
 .fa-divide:before {
   content: "\f529"
 }
 
 .fa-dizzy:before {
   content: "\f567"
 }
 
 .fa-dna:before {
   content: "\f471"
 }
 
 .fa-dochub:before {
   content: "\f394"
 }
 
 .fa-docker:before {
   content: "\f395"
 }
 
 .fa-dog:before {
   content: "\f6d3"
 }
 
 .fa-dollar-sign:before {
   content: "\f155"
 }
 
 .fa-dolly:before {
   content: "\f472"
 }
 
 .fa-dolly-flatbed:before {
   content: "\f474"
 }
 
 .fa-donate:before {
   content: "\f4b9"
 }
 
 .fa-door-closed:before {
   content: "\f52a"
 }
 
 .fa-door-open:before {
   content: "\f52b"
 }
 
 .fa-dot-circle:before {
   content: "\f192"
 }
 
 .fa-dove:before {
   content: "\f4ba"
 }
 
 .fa-download:before {
   content: "\f019"
 }
 
 .fa-draft2digital:before {
   content: "\f396"
 }
 
 .fa-drafting-compass:before {
   content: "\f568"
 }
 
 .fa-dragon:before {
   content: "\f6d5"
 }
 
 .fa-draw-polygon:before {
   content: "\f5ee"
 }
 
 .fa-dribbble:before {
   content: "\f17d"
 }
 
 .fa-dribbble-square:before {
   content: "\f397"
 }
 
 .fa-dropbox:before {
   content: "\f16b"
 }
 
 .fa-drum:before {
   content: "\f569"
 }
 
 .fa-drum-steelpan:before {
   content: "\f56a"
 }
 
 .fa-drumstick-bite:before {
   content: "\f6d7"
 }
 
 .fa-drupal:before {
   content: "\f1a9"
 }
 
 .fa-dumbbell:before {
   content: "\f44b"
 }
 
 .fa-dumpster:before {
   content: "\f793"
 }
 
 .fa-dumpster-fire:before {
   content: "\f794"
 }
 
 .fa-dungeon:before {
   content: "\f6d9"
 }
 
 .fa-dyalog:before {
   content: "\f399"
 }
 
 .fa-earlybirds:before {
   content: "\f39a"
 }
 
 .fa-ebay:before {
   content: "\f4f4"
 }
 
 .fa-edge:before {
   content: "\f282"
 }
 
 .fa-edge-legacy:before {
   content: "\e078"
 }
 
 .fa-edit:before {
   content: "\f044"
 }
 
 .fa-egg:before {
   content: "\f7fb"
 }
 
 .fa-eject:before {
   content: "\f052"
 }
 
 .fa-elementor:before {
   content: "\f430"
 }
 
 .fa-ellipsis-h:before {
   content: "\f141"
 }
 
 .fa-ellipsis-v:before {
   content: "\f142"
 }
 
 .fa-ello:before {
   content: "\f5f1"
 }
 
 .fa-ember:before {
   content: "\f423"
 }
 
 .fa-empire:before {
   content: "\f1d1"
 }
 
 .fa-envelope:before {
   content: "\f0e0"
 }
 
 .fa-envelope-open:before {
   content: "\f2b6"
 }
 
 .fa-envelope-open-text:before {
   content: "\f658"
 }
 
 .fa-envelope-square:before {
   content: "\f199"
 }
 
 .fa-envira:before {
   content: "\f299"
 }
 
 .fa-equals:before {
   content: "\f52c"
 }
 
 .fa-eraser:before {
   content: "\f12d"
 }
 
 .fa-erlang:before {
   content: "\f39d"
 }
 
 .fa-ethereum:before {
   content: "\f42e"
 }
 
 .fa-ethernet:before {
   content: "\f796"
 }
 
 .fa-etsy:before {
   content: "\f2d7"
 }
 
 .fa-euro-sign:before {
   content: "\f153"
 }
 
 .fa-evernote:before {
   content: "\f839"
 }
 
 .fa-exchange-alt:before {
   content: "\f362"
 }
 
 .fa-exclamation:before {
   content: "\f12a"
 }
 
 .fa-exclamation-circle:before {
   content: "\f06a"
 }
 
 .fa-exclamation-triangle:before {
   content: "\f071"
 }
 
 .fa-expand:before {
   content: "\f065"
 }
 
 .fa-expand-alt:before {
   content: "\f424"
 }
 
 .fa-expand-arrows-alt:before {
   content: "\f31e"
 }
 
 .fa-expeditedssl:before {
   content: "\f23e"
 }
 
 .fa-external-link-alt:before {
   content: "\f35d"
 }
 
 .fa-external-link-square-alt:before {
   content: "\f360"
 }
 
 .fa-eye:before {
   content: "\f06e"
 }
 
 .fa-eye-dropper:before {
   content: "\f1fb"
 }
 
 .fa-eye-slash:before {
   content: "\f070"
 }
 
 .fa-facebook:before {
   content: "\f09a"
 }
 
 .fa-facebook-f:before {
   content: "\f39e"
 }
 
 .fa-facebook-messenger:before {
   content: "\f39f"
 }
 
 .fa-facebook-square:before {
   content: "\f082"
 }
 
 .fa-fan:before {
   content: "\f863"
 }
 
 .fa-fantasy-flight-games:before {
   content: "\f6dc"
 }
 
 .fa-fast-backward:before {
   content: "\f049"
 }
 
 .fa-fast-forward:before {
   content: "\f050"
 }
 
 .fa-faucet:before {
   content: "\e005"
 }
 
 .fa-fax:before {
   content: "\f1ac"
 }
 
 .fa-feather:before {
   content: "\f52d"
 }
 
 .fa-feather-alt:before {
   content: "\f56b"
 }
 
 .fa-fedex:before {
   content: "\f797"
 }
 
 .fa-fedora:before {
   content: "\f798"
 }
 
 .fa-female:before {
   content: "\f182"
 }
 
 .fa-fighter-jet:before {
   content: "\f0fb"
 }
 
 .fa-figma:before {
   content: "\f799"
 }
 
 .fa-file:before {
   content: "\f15b"
 }
 
 .fa-file-alt:before {
   content: "\f15c"
 }
 
 .fa-file-archive:before {
   content: "\f1c6"
 }
 
 .fa-file-audio:before {
   content: "\f1c7"
 }
 
 .fa-file-code:before {
   content: "\f1c9"
 }
 
 .fa-file-contract:before {
   content: "\f56c"
 }
 
 .fa-file-csv:before {
   content: "\f6dd"
 }
 
 .fa-file-download:before {
   content: "\f56d"
 }
 
 .fa-file-excel:before {
   content: "\f1c3"
 }
 
 .fa-file-export:before {
   content: "\f56e"
 }
 
 .fa-file-image:before {
   content: "\f1c5"
 }
 
 .fa-file-import:before {
   content: "\f56f"
 }
 
 .fa-file-invoice:before {
   content: "\f570"
 }
 
 .fa-file-invoice-dollar:before {
   content: "\f571"
 }
 
 .fa-file-medical:before {
   content: "\f477"
 }
 
 .fa-file-medical-alt:before {
   content: "\f478"
 }
 
 .fa-file-pdf:before {
   content: "\f1c1"
 }
 
 .fa-file-powerpoint:before {
   content: "\f1c4"
 }
 
 .fa-file-prescription:before {
   content: "\f572"
 }
 
 .fa-file-signature:before {
   content: "\f573"
 }
 
 .fa-file-upload:before {
   content: "\f574"
 }
 
 .fa-file-video:before {
   content: "\f1c8"
 }
 
 .fa-file-word:before {
   content: "\f1c2"
 }
 
 .fa-fill:before {
   content: "\f575"
 }
 
 .fa-fill-drip:before {
   content: "\f576"
 }
 
 .fa-film:before {
   content: "\f008"
 }
 
 .fa-filter:before {
   content: "\f0b0"
 }
 
 .fa-fingerprint:before {
   content: "\f577"
 }
 
 .fa-fire:before {
   content: "\f06d"
 }
 
 .fa-fire-alt:before {
   content: "\f7e4"
 }
 
 .fa-fire-extinguisher:before {
   content: "\f134"
 }
 
 .fa-firefox:before {
   content: "\f269"
 }
 
 .fa-firefox-browser:before {
   content: "\e007"
 }
 
 .fa-first-aid:before {
   content: "\f479"
 }
 
 .fa-first-order:before {
   content: "\f2b0"
 }
 
 .fa-first-order-alt:before {
   content: "\f50a"
 }
 
 .fa-firstdraft:before {
   content: "\f3a1"
 }
 
 .fa-fish:before {
   content: "\f578"
 }
 
 .fa-fist-raised:before {
   content: "\f6de"
 }
 
 .fa-flag:before {
   content: "\f024"
 }
 
 .fa-flag-checkered:before {
   content: "\f11e"
 }
 
 .fa-flag-usa:before {
   content: "\f74d"
 }
 
 .fa-flask:before {
   content: "\f0c3"
 }
 
 .fa-flickr:before {
   content: "\f16e"
 }
 
 .fa-flipboard:before {
   content: "\f44d"
 }
 
 .fa-flushed:before {
   content: "\f579"
 }
 
 .fa-fly:before {
   content: "\f417"
 }
 
 .fa-folder:before {
   content: "\f07b"
 }
 
 .fa-folder-minus:before {
   content: "\f65d"
 }
 
 .fa-folder-open:before {
   content: "\f07c"
 }
 
 .fa-folder-plus:before {
   content: "\f65e"
 }
 
 .fa-font:before {
   content: "\f031"
 }
 
 .fa-font-awesome:before {
   content: "\f2b4"
 }
 
 .fa-font-awesome-alt:before {
   content: "\f35c"
 }
 
 .fa-font-awesome-flag:before {
   content: "\f425"
 }
 
 .fa-font-awesome-logo-full:before {
   content: "\f4e6"
 }
 
 .fa-fonticons:before {
   content: "\f280"
 }
 
 .fa-fonticons-fi:before {
   content: "\f3a2"
 }
 
 .fa-football-ball:before {
   content: "\f44e"
 }
 
 .fa-fort-awesome:before {
   content: "\f286"
 }
 
 .fa-fort-awesome-alt:before {
   content: "\f3a3"
 }
 
 .fa-forumbee:before {
   content: "\f211"
 }
 
 .fa-forward:before {
   content: "\f04e"
 }
 
 .fa-foursquare:before {
   content: "\f180"
 }
 
 .fa-free-code-camp:before {
   content: "\f2c5"
 }
 
 .fa-freebsd:before {
   content: "\f3a4"
 }
 
 .fa-frog:before {
   content: "\f52e"
 }
 
 .fa-frown:before {
   content: "\f119"
 }
 
 .fa-frown-open:before {
   content: "\f57a"
 }
 
 .fa-fulcrum:before {
   content: "\f50b"
 }
 
 .fa-funnel-dollar:before {
   content: "\f662"
 }
 
 .fa-futbol:before {
   content: "\f1e3"
 }
 
 .fa-galactic-republic:before {
   content: "\f50c"
 }
 
 .fa-galactic-senate:before {
   content: "\f50d"
 }
 
 .fa-gamepad:before {
   content: "\f11b"
 }
 
 .fa-gas-pump:before {
   content: "\f52f"
 }
 
 .fa-gavel:before {
   content: "\f0e3"
 }
 
 .fa-gem:before {
   content: "\f3a5"
 }
 
 .fa-genderless:before {
   content: "\f22d"
 }
 
 .fa-get-pocket:before {
   content: "\f265"
 }
 
 .fa-gg:before {
   content: "\f260"
 }
 
 .fa-gg-circle:before {
   content: "\f261"
 }
 
 .fa-ghost:before {
   content: "\f6e2"
 }
 
 .fa-gift:before {
   content: "\f06b"
 }
 
 .fa-gifts:before {
   content: "\f79c"
 }
 
 .fa-git:before {
   content: "\f1d3"
 }
 
 .fa-git-alt:before {
   content: "\f841"
 }
 
 .fa-git-square:before {
   content: "\f1d2"
 }
 
 .fa-github:before {
   content: "\f09b"
 }
 
 .fa-github-alt:before {
   content: "\f113"
 }
 
 .fa-github-square:before {
   content: "\f092"
 }
 
 .fa-gitkraken:before {
   content: "\f3a6"
 }
 
 .fa-gitlab:before {
   content: "\f296"
 }
 
 .fa-gitter:before {
   content: "\f426"
 }
 
 .fa-glass-cheers:before {
   content: "\f79f"
 }
 
 .fa-glass-martini:before {
   content: "\f000"
 }
 
 .fa-glass-martini-alt:before {
   content: "\f57b"
 }
 
 .fa-glass-whiskey:before {
   content: "\f7a0"
 }
 
 .fa-glasses:before {
   content: "\f530"
 }
 
 .fa-glide:before {
   content: "\f2a5"
 }
 
 .fa-glide-g:before {
   content: "\f2a6"
 }
 
 .fa-globe:before {
   content: "\f0ac"
 }
 
 .fa-globe-africa:before {
   content: "\f57c"
 }
 
 .fa-globe-americas:before {
   content: "\f57d"
 }
 
 .fa-globe-asia:before {
   content: "\f57e"
 }
 
 .fa-globe-europe:before {
   content: "\f7a2"
 }
 
 .fa-gofore:before {
   content: "\f3a7"
 }
 
 .fa-golf-ball:before {
   content: "\f450"
 }
 
 .fa-goodreads:before {
   content: "\f3a8"
 }
 
 .fa-goodreads-g:before {
   content: "\f3a9"
 }
 
 .fa-google:before {
   content: "\f1a0"
 }
 
 .fa-google-drive:before {
   content: "\f3aa"
 }
 
 .fa-google-pay:before {
   content: "\e079"
 }
 
 .fa-google-play:before {
   content: "\f3ab"
 }
 
 .fa-google-plus:before {
   content: "\f2b3"
 }
 
 .fa-google-plus-g:before {
   content: "\f0d5"
 }
 
 .fa-google-plus-square:before {
   content: "\f0d4"
 }
 
 .fa-google-wallet:before {
   content: "\f1ee"
 }
 
 .fa-gopuram:before {
   content: "\f664"
 }
 
 .fa-graduation-cap:before {
   content: "\f19d"
 }
 
 .fa-gratipay:before {
   content: "\f184"
 }
 
 .fa-grav:before {
   content: "\f2d6"
 }
 
 .fa-greater-than:before {
   content: "\f531"
 }
 
 .fa-greater-than-equal:before {
   content: "\f532"
 }
 
 .fa-grimace:before {
   content: "\f57f"
 }
 
 .fa-grin:before {
   content: "\f580"
 }
 
 .fa-grin-alt:before {
   content: "\f581"
 }
 
 .fa-grin-beam:before {
   content: "\f582"
 }
 
 .fa-grin-beam-sweat:before {
   content: "\f583"
 }
 
 .fa-grin-hearts:before {
   content: "\f584"
 }
 
 .fa-grin-squint:before {
   content: "\f585"
 }
 
 .fa-grin-squint-tears:before {
   content: "\f586"
 }
 
 .fa-grin-stars:before {
   content: "\f587"
 }
 
 .fa-grin-tears:before {
   content: "\f588"
 }
 
 .fa-grin-tongue:before {
   content: "\f589"
 }
 
 .fa-grin-tongue-squint:before {
   content: "\f58a"
 }
 
 .fa-grin-tongue-wink:before {
   content: "\f58b"
 }
 
 .fa-grin-wink:before {
   content: "\f58c"
 }
 
 .fa-grip-horizontal:before {
   content: "\f58d"
 }
 
 .fa-grip-lines:before {
   content: "\f7a4"
 }
 
 .fa-grip-lines-vertical:before {
   content: "\f7a5"
 }
 
 .fa-grip-vertical:before {
   content: "\f58e"
 }
 
 .fa-gripfire:before {
   content: "\f3ac"
 }
 
 .fa-grunt:before {
   content: "\f3ad"
 }
 
 .fa-guilded:before {
   content: "\e07e"
 }
 
 .fa-guitar:before {
   content: "\f7a6"
 }
 
 .fa-gulp:before {
   content: "\f3ae"
 }
 
 .fa-h-square:before {
   content: "\f0fd"
 }
 
 .fa-hacker-news:before {
   content: "\f1d4"
 }
 
 .fa-hacker-news-square:before {
   content: "\f3af"
 }
 
 .fa-hackerrank:before {
   content: "\f5f7"
 }
 
 .fa-hamburger:before {
   content: "\f805"
 }
 
 .fa-hammer:before {
   content: "\f6e3"
 }
 
 .fa-hamsa:before {
   content: "\f665"
 }
 
 .fa-hand-holding:before {
   content: "\f4bd"
 }
 
 .fa-hand-holding-heart:before {
   content: "\f4be"
 }
 
 .fa-hand-holding-medical:before {
   content: "\e05c"
 }
 
 .fa-hand-holding-usd:before {
   content: "\f4c0"
 }
 
 .fa-hand-holding-water:before {
   content: "\f4c1"
 }
 
 .fa-hand-lizard:before {
   content: "\f258"
 }
 
 .fa-hand-middle-finger:before {
   content: "\f806"
 }
 
 .fa-hand-paper:before {
   content: "\f256"
 }
 
 .fa-hand-peace:before {
   content: "\f25b"
 }
 
 .fa-hand-point-down:before {
   content: "\f0a7"
 }
 
 .fa-hand-point-left:before {
   content: "\f0a5"
 }
 
 .fa-hand-point-right:before {
   content: "\f0a4"
 }
 
 .fa-hand-point-up:before {
   content: "\f0a6"
 }
 
 .fa-hand-pointer:before {
   content: "\f25a"
 }
 
 .fa-hand-rock:before {
   content: "\f255"
 }
 
 .fa-hand-scissors:before {
   content: "\f257"
 }
 
 .fa-hand-sparkles:before {
   content: "\e05d"
 }
 
 .fa-hand-spock:before {
   content: "\f259"
 }
 
 .fa-hands:before {
   content: "\f4c2"
 }
 
 .fa-hands-helping:before {
   content: "\f4c4"
 }
 
 .fa-hands-wash:before {
   content: "\e05e"
 }
 
 .fa-handshake:before {
   content: "\f2b5"
 }
 
 .fa-handshake-alt-slash:before {
   content: "\e05f"
 }
 
 .fa-handshake-slash:before {
   content: "\e060"
 }
 
 .fa-hanukiah:before {
   content: "\f6e6"
 }
 
 .fa-hard-hat:before {
   content: "\f807"
 }
 
 .fa-hashtag:before {
   content: "\f292"
 }
 
 .fa-hat-cowboy:before {
   content: "\f8c0"
 }
 
 .fa-hat-cowboy-side:before {
   content: "\f8c1"
 }
 
 .fa-hat-wizard:before {
   content: "\f6e8"
 }
 
 .fa-hdd:before {
   content: "\f0a0"
 }
 
 .fa-head-side-cough:before {
   content: "\e061"
 }
 
 .fa-head-side-cough-slash:before {
   content: "\e062"
 }
 
 .fa-head-side-mask:before {
   content: "\e063"
 }
 
 .fa-head-side-virus:before {
   content: "\e064"
 }
 
 .fa-heading:before {
   content: "\f1dc"
 }
 
 .fa-headphones:before {
   content: "\f025"
 }
 
 .fa-headphones-alt:before {
   content: "\f58f"
 }
 
 .fa-headset:before {
   content: "\f590"
 }
 
 .fa-heart:before {
   content: "\f004"
 }
 
 .fa-heart-broken:before {
   content: "\f7a9"
 }
 
 .fa-heartbeat:before {
   content: "\f21e"
 }
 
 .fa-helicopter:before {
   content: "\f533"
 }
 
 .fa-highlighter:before {
   content: "\f591"
 }
 
 .fa-hiking:before {
   content: "\f6ec"
 }
 
 .fa-hippo:before {
   content: "\f6ed"
 }
 
 .fa-hips:before {
   content: "\f452"
 }
 
 .fa-hire-a-helper:before {
   content: "\f3b0"
 }
 
 .fa-history:before {
   content: "\f1da"
 }
 
 .fa-hive:before {
   content: "\e07f"
 }
 
 .fa-hockey-puck:before {
   content: "\f453"
 }
 
 .fa-holly-berry:before {
   content: "\f7aa"
 }
 
 .fa-home:before {
   content: "\f015"
 }
 
 .fa-hooli:before {
   content: "\f427"
 }
 
 .fa-hornbill:before {
   content: "\f592"
 }
 
 .fa-horse:before {
   content: "\f6f0"
 }
 
 .fa-horse-head:before {
   content: "\f7ab"
 }
 
 .fa-hospital:before {
   content: "\f0f8"
 }
 
 .fa-hospital-alt:before {
   content: "\f47d"
 }
 
 .fa-hospital-symbol:before {
   content: "\f47e"
 }
 
 .fa-hospital-user:before {
   content: "\f80d"
 }
 
 .fa-hot-tub:before {
   content: "\f593"
 }
 
 .fa-hotdog:before {
   content: "\f80f"
 }
 
 .fa-hotel:before {
   content: "\f594"
 }
 
 .fa-hotjar:before {
   content: "\f3b1"
 }
 
 .fa-hourglass:before {
   content: "\f254"
 }
 
 .fa-hourglass-end:before {
   content: "\f253"
 }
 
 .fa-hourglass-half:before {
   content: "\f252"
 }
 
 .fa-hourglass-start:before {
   content: "\f251"
 }
 
 .fa-house-damage:before {
   content: "\f6f1"
 }
 
 .fa-house-user:before {
   content: "\e065"
 }
 
 .fa-houzz:before {
   content: "\f27c"
 }
 
 .fa-hryvnia:before {
   content: "\f6f2"
 }
 
 .fa-html5:before {
   content: "\f13b"
 }
 
 .fa-hubspot:before {
   content: "\f3b2"
 }
 
 .fa-i-cursor:before {
   content: "\f246"
 }
 
 .fa-ice-cream:before {
   content: "\f810"
 }
 
 .fa-icicles:before {
   content: "\f7ad"
 }
 
 .fa-icons:before {
   content: "\f86d"
 }
 
 .fa-id-badge:before {
   content: "\f2c1"
 }
 
 .fa-id-card:before {
   content: "\f2c2"
 }
 
 .fa-id-card-alt:before {
   content: "\f47f"
 }
 
 .fa-ideal:before {
   content: "\e013"
 }
 
 .fa-igloo:before {
   content: "\f7ae"
 }
 
 .fa-image:before {
   content: "\f03e"
 }
 
 .fa-images:before {
   content: "\f302"
 }
 
 .fa-imdb:before {
   content: "\f2d8"
 }
 
 .fa-inbox:before {
   content: "\f01c"
 }
 
 .fa-indent:before {
   content: "\f03c"
 }
 
 .fa-industry:before {
   content: "\f275"
 }
 
 .fa-infinity:before {
   content: "\f534"
 }
 
 .fa-info:before {
   content: "\f129"
 }
 
 .fa-info-circle:before {
   content: "\f05a"
 }
 
 .fa-innosoft:before {
   content: "\e080"
 }
 
 .fa-instagram:before {
   content: "\f16d"
 }
 
 .fa-instagram-square:before {
   content: "\e055"
 }
 
 .fa-instalod:before {
   content: "\e081"
 }
 
 .fa-intercom:before {
   content: "\f7af"
 }
 
 .fa-internet-explorer:before {
   content: "\f26b"
 }
 
 .fa-invision:before {
   content: "\f7b0"
 }
 
 .fa-ioxhost:before {
   content: "\f208"
 }
 
 .fa-italic:before {
   content: "\f033"
 }
 
 .fa-itch-io:before {
   content: "\f83a"
 }
 
 .fa-itunes:before {
   content: "\f3b4"
 }
 
 .fa-itunes-note:before {
   content: "\f3b5"
 }
 
 .fa-java:before {
   content: "\f4e4"
 }
 
 .fa-jedi:before {
   content: "\f669"
 }
 
 .fa-jedi-order:before {
   content: "\f50e"
 }
 
 .fa-jenkins:before {
   content: "\f3b6"
 }
 
 .fa-jira:before {
   content: "\f7b1"
 }
 
 .fa-joget:before {
   content: "\f3b7"
 }
 
 .fa-joint:before {
   content: "\f595"
 }
 
 .fa-joomla:before {
   content: "\f1aa"
 }
 
 .fa-journal-whills:before {
   content: "\f66a"
 }
 
 .fa-js:before {
   content: "\f3b8"
 }
 
 .fa-js-square:before {
   content: "\f3b9"
 }
 
 .fa-jsfiddle:before {
   content: "\f1cc"
 }
 
 .fa-kaaba:before {
   content: "\f66b"
 }
 
 .fa-kaggle:before {
   content: "\f5fa"
 }
 
 .fa-key:before {
   content: "\f084"
 }
 
 .fa-keybase:before {
   content: "\f4f5"
 }
 
 .fa-keyboard:before {
   content: "\f11c"
 }
 
 .fa-keycdn:before {
   content: "\f3ba"
 }
 
 .fa-khanda:before {
   content: "\f66d"
 }
 
 .fa-kickstarter:before {
   content: "\f3bb"
 }
 
 .fa-kickstarter-k:before {
   content: "\f3bc"
 }
 
 .fa-kiss:before {
   content: "\f596"
 }
 
 .fa-kiss-beam:before {
   content: "\f597"
 }
 
 .fa-kiss-wink-heart:before {
   content: "\f598"
 }
 
 .fa-kiwi-bird:before {
   content: "\f535"
 }
 
 .fa-korvue:before {
   content: "\f42f"
 }
 
 .fa-landmark:before {
   content: "\f66f"
 }
 
 .fa-language:before {
   content: "\f1ab"
 }
 
 .fa-laptop:before {
   content: "\f109"
 }
 
 .fa-laptop-code:before {
   content: "\f5fc"
 }
 
 .fa-laptop-house:before {
   content: "\e066"
 }
 
 .fa-laptop-medical:before {
   content: "\f812"
 }
 
 .fa-laravel:before {
   content: "\f3bd"
 }
 
 .fa-lastfm:before {
   content: "\f202"
 }
 
 .fa-lastfm-square:before {
   content: "\f203"
 }
 
 .fa-laugh:before {
   content: "\f599"
 }
 
 .fa-laugh-beam:before {
   content: "\f59a"
 }
 
 .fa-laugh-squint:before {
   content: "\f59b"
 }
 
 .fa-laugh-wink:before {
   content: "\f59c"
 }
 
 .fa-layer-group:before {
   content: "\f5fd"
 }
 
 .fa-leaf:before {
   content: "\f06c"
 }
 
 .fa-leanpub:before {
   content: "\f212"
 }
 
 .fa-lemon:before {
   content: "\f094"
 }
 
 .fa-less:before {
   content: "\f41d"
 }
 
 .fa-less-than:before {
   content: "\f536"
 }
 
 .fa-less-than-equal:before {
   content: "\f537"
 }
 
 .fa-level-down-alt:before {
   content: "\f3be"
 }
 
 .fa-level-up-alt:before {
   content: "\f3bf"
 }
 
 .fa-life-ring:before {
   content: "\f1cd"
 }
 
 .fa-lightbulb:before {
   content: "\f0eb"
 }
 
 .fa-line:before {
   content: "\f3c0"
 }
 
 .fa-link:before {
   content: "\f0c1"
 }
 
 .fa-linkedin:before {
   content: "\f08c"
 }
 
 .fa-linkedin-in:before {
   content: "\f0e1"
 }
 
 .fa-linode:before {
   content: "\f2b8"
 }
 
 .fa-linux:before {
   content: "\f17c"
 }
 
 .fa-lira-sign:before {
   content: "\f195"
 }
 
 .fa-list:before {
   content: "\f03a"
 }
 
 .fa-list-alt:before {
   content: "\f022"
 }
 
 .fa-list-ol:before {
   content: "\f0cb"
 }
 
 .fa-list-ul:before {
   content: "\f0ca"
 }
 
 .fa-location-arrow:before {
   content: "\f124"
 }
 
 .fa-lock:before {
   content: "\f023"
 }
 
 .fa-lock-open:before {
   content: "\f3c1"
 }
 
 .fa-long-arrow-alt-down:before {
   content: "\f309"
 }
 
 .fa-long-arrow-alt-left:before {
   content: "\f30a"
 }
 
 .fa-long-arrow-alt-right:before {
   content: "\f30b"
 }
 
 .fa-long-arrow-alt-up:before {
   content: "\f30c"
 }
 
 .fa-low-vision:before {
   content: "\f2a8"
 }
 
 .fa-luggage-cart:before {
   content: "\f59d"
 }
 
 .fa-lungs:before {
   content: "\f604"
 }
 
 .fa-lungs-virus:before {
   content: "\e067"
 }
 
 .fa-lyft:before {
   content: "\f3c3"
 }
 
 .fa-magento:before {
   content: "\f3c4"
 }
 
 .fa-magic:before {
   content: "\f0d0"
 }
 
 .fa-magnet:before {
   content: "\f076"
 }
 
 .fa-mail-bulk:before {
   content: "\f674"
 }
 
 .fa-mailchimp:before {
   content: "\f59e"
 }
 
 .fa-male:before {
   content: "\f183"
 }
 
 .fa-mandalorian:before {
   content: "\f50f"
 }
 
 .fa-map:before {
   content: "\f279"
 }
 
 .fa-map-marked:before {
   content: "\f59f"
 }
 
 .fa-map-marked-alt:before {
   content: "\f5a0"
 }
 
 .fa-map-marker:before {
   content: "\f041"
 }
 
 .fa-map-marker-alt:before {
   content: "\f3c5"
 }
 
 .fa-map-pin:before {
   content: "\f276"
 }
 
 .fa-map-signs:before {
   content: "\f277"
 }
 
 .fa-markdown:before {
   content: "\f60f"
 }
 
 .fa-marker:before {
   content: "\f5a1"
 }
 
 .fa-mars:before {
   content: "\f222"
 }
 
 .fa-mars-double:before {
   content: "\f227"
 }
 
 .fa-mars-stroke:before {
   content: "\f229"
 }
 
 .fa-mars-stroke-h:before {
   content: "\f22b"
 }
 
 .fa-mars-stroke-v:before {
   content: "\f22a"
 }
 
 .fa-mask:before {
   content: "\f6fa"
 }
 
 .fa-mastodon:before {
   content: "\f4f6"
 }
 
 .fa-maxcdn:before {
   content: "\f136"
 }
 
 .fa-mdb:before {
   content: "\f8ca"
 }
 
 .fa-medal:before {
   content: "\f5a2"
 }
 
 .fa-medapps:before {
   content: "\f3c6"
 }
 
 .fa-medium:before {
   content: "\f23a"
 }
 
 .fa-medium-m:before {
   content: "\f3c7"
 }
 
 .fa-medkit:before {
   content: "\f0fa"
 }
 
 .fa-medrt:before {
   content: "\f3c8"
 }
 
 .fa-meetup:before {
   content: "\f2e0"
 }
 
 .fa-megaport:before {
   content: "\f5a3"
 }
 
 .fa-meh:before {
   content: "\f11a"
 }
 
 .fa-meh-blank:before {
   content: "\f5a4"
 }
 
 .fa-meh-rolling-eyes:before {
   content: "\f5a5"
 }
 
 .fa-memory:before {
   content: "\f538"
 }
 
 .fa-mendeley:before {
   content: "\f7b3"
 }
 
 .fa-menorah:before {
   content: "\f676"
 }
 
 .fa-mercury:before {
   content: "\f223"
 }
 
 .fa-meteor:before {
   content: "\f753"
 }
 
 .fa-microblog:before {
   content: "\e01a"
 }
 
 .fa-microchip:before {
   content: "\f2db"
 }
 
 .fa-microphone:before {
   content: "\f130"
 }
 
 .fa-microphone-alt:before {
   content: "\f3c9"
 }
 
 .fa-microphone-alt-slash:before {
   content: "\f539"
 }
 
 .fa-microphone-slash:before {
   content: "\f131"
 }
 
 .fa-microscope:before {
   content: "\f610"
 }
 
 .fa-microsoft:before {
   content: "\f3ca"
 }
 
 .fa-minus:before {
   content: "\f068"
 }
 
 .fa-minus-circle:before {
   content: "\f056"
 }
 
 .fa-minus-square:before {
   content: "\f146"
 }
 
 .fa-mitten:before {
   content: "\f7b5"
 }
 
 .fa-mix:before {
   content: "\f3cb"
 }
 
 .fa-mixcloud:before {
   content: "\f289"
 }
 
 .fa-mixer:before {
   content: "\e056"
 }
 
 .fa-mizuni:before {
   content: "\f3cc"
 }
 
 .fa-mobile:before {
   content: "\f10b"
 }
 
 .fa-mobile-alt:before {
   content: "\f3cd"
 }
 
 .fa-modx:before {
   content: "\f285"
 }
 
 .fa-monero:before {
   content: "\f3d0"
 }
 
 .fa-money-bill:before {
   content: "\f0d6"
 }
 
 .fa-money-bill-alt:before {
   content: "\f3d1"
 }
 
 .fa-money-bill-wave:before {
   content: "\f53a"
 }
 
 .fa-money-bill-wave-alt:before {
   content: "\f53b"
 }
 
 .fa-money-check:before {
   content: "\f53c"
 }
 
 .fa-money-check-alt:before {
   content: "\f53d"
 }
 
 .fa-monument:before {
   content: "\f5a6"
 }
 
 .fa-moon:before {
   content: "\f186"
 }
 
 .fa-mortar-pestle:before {
   content: "\f5a7"
 }
 
 .fa-mosque:before {
   content: "\f678"
 }
 
 .fa-motorcycle:before {
   content: "\f21c"
 }
 
 .fa-mountain:before {
   content: "\f6fc"
 }
 
 .fa-mouse:before {
   content: "\f8cc"
 }
 
 .fa-mouse-pointer:before {
   content: "\f245"
 }
 
 .fa-mug-hot:before {
   content: "\f7b6"
 }
 
 .fa-music:before {
   content: "\f001"
 }
 
 .fa-napster:before {
   content: "\f3d2"
 }
 
 .fa-neos:before {
   content: "\f612"
 }
 
 .fa-network-wired:before {
   content: "\f6ff"
 }
 
 .fa-neuter:before {
   content: "\f22c"
 }
 
 .fa-newspaper:before {
   content: "\f1ea"
 }
 
 .fa-nimblr:before {
   content: "\f5a8"
 }
 
 .fa-node:before {
   content: "\f419"
 }
 
 .fa-node-js:before {
   content: "\f3d3"
 }
 
 .fa-not-equal:before {
   content: "\f53e"
 }
 
 .fa-notes-medical:before {
   content: "\f481"
 }
 
 .fa-npm:before {
   content: "\f3d4"
 }
 
 .fa-ns8:before {
   content: "\f3d5"
 }
 
 .fa-nutritionix:before {
   content: "\f3d6"
 }
 
 .fa-object-group:before {
   content: "\f247"
 }
 
 .fa-object-ungroup:before {
   content: "\f248"
 }
 
 .fa-octopus-deploy:before {
   content: "\e082"
 }
 
 .fa-odnoklassniki:before {
   content: "\f263"
 }
 
 .fa-odnoklassniki-square:before {
   content: "\f264"
 }
 
 .fa-oil-can:before {
   content: "\f613"
 }
 
 .fa-old-republic:before {
   content: "\f510"
 }
 
 .fa-om:before {
   content: "\f679"
 }
 
 .fa-opencart:before {
   content: "\f23d"
 }
 
 .fa-openid:before {
   content: "\f19b"
 }
 
 .fa-opera:before {
   content: "\f26a"
 }
 
 .fa-optin-monster:before {
   content: "\f23c"
 }
 
 .fa-orcid:before {
   content: "\f8d2"
 }
 
 .fa-osi:before {
   content: "\f41a"
 }
 
 .fa-otter:before {
   content: "\f700"
 }
 
 .fa-outdent:before {
   content: "\f03b"
 }
 
 .fa-page4:before {
   content: "\f3d7"
 }
 
 .fa-pagelines:before {
   content: "\f18c"
 }
 
 .fa-pager:before {
   content: "\f815"
 }
 
 .fa-paint-brush:before {
   content: "\f1fc"
 }
 
 .fa-paint-roller:before {
   content: "\f5aa"
 }
 
 .fa-palette:before {
   content: "\f53f"
 }
 
 .fa-palfed:before {
   content: "\f3d8"
 }
 
 .fa-pallet:before {
   content: "\f482"
 }
 
 .fa-paper-plane:before {
   content: "\f1d8"
 }
 
 .fa-paperclip:before {
   content: "\f0c6"
 }
 
 .fa-parachute-box:before {
   content: "\f4cd"
 }
 
 .fa-paragraph:before {
   content: "\f1dd"
 }
 
 .fa-parking:before {
   content: "\f540"
 }
 
 .fa-passport:before {
   content: "\f5ab"
 }
 
 .fa-pastafarianism:before {
   content: "\f67b"
 }
 
 .fa-paste:before {
   content: "\f0ea"
 }
 
 .fa-patreon:before {
   content: "\f3d9"
 }
 
 .fa-pause:before {
   content: "\f04c"
 }
 
 .fa-pause-circle:before {
   content: "\f28b"
 }
 
 .fa-paw:before {
   content: "\f1b0"
 }
 
 .fa-paypal:before {
   content: "\f1ed"
 }
 
 .fa-peace:before {
   content: "\f67c"
 }
 
 .fa-pen:before {
   content: "\f304"
 }
 
 .fa-pen-alt:before {
   content: "\f305"
 }
 
 .fa-pen-fancy:before {
   content: "\f5ac"
 }
 
 .fa-pen-nib:before {
   content: "\f5ad"
 }
 
 .fa-pen-square:before {
   content: "\f14b"
 }
 
 .fa-pencil-alt:before {
   content: "\f303"
 }
 
 .fa-pencil-ruler:before {
   content: "\f5ae"
 }
 
 .fa-penny-arcade:before {
   content: "\f704"
 }
 
 .fa-people-arrows:before {
   content: "\e068"
 }
 
 .fa-people-carry:before {
   content: "\f4ce"
 }
 
 .fa-pepper-hot:before {
   content: "\f816"
 }
 
 .fa-perbyte:before {
   content: "\e083"
 }
 
 .fa-percent:before {
   content: "\f295"
 }
 
 .fa-percentage:before {
   content: "\f541"
 }
 
 .fa-periscope:before {
   content: "\f3da"
 }
 
 .fa-person-booth:before {
   content: "\f756"
 }
 
 .fa-phabricator:before {
   content: "\f3db"
 }
 
 .fa-phoenix-framework:before {
   content: "\f3dc"
 }
 
 .fa-phoenix-squadron:before {
   content: "\f511"
 }
 
 .fa-phone:before {
   content: "\f095"
 }
 
 .fa-phone-alt:before {
   content: "\f879"
 }
 
 .fa-phone-slash:before {
   content: "\f3dd"
 }
 
 .fa-phone-square:before {
   content: "\f098"
 }
 
 .fa-phone-square-alt:before {
   content: "\f87b"
 }
 
 .fa-phone-volume:before {
   content: "\f2a0"
 }
 
 .fa-photo-video:before {
   content: "\f87c"
 }
 
 .fa-php:before {
   content: "\f457"
 }
 
 .fa-pied-piper:before {
   content: "\f2ae"
 }
 
 .fa-pied-piper-alt:before {
   content: "\f1a8"
 }
 
 .fa-pied-piper-hat:before {
   content: "\f4e5"
 }
 
 .fa-pied-piper-pp:before {
   content: "\f1a7"
 }
 
 .fa-pied-piper-square:before {
   content: "\e01e"
 }
 
 .fa-piggy-bank:before {
   content: "\f4d3"
 }
 
 .fa-pills:before {
   content: "\f484"
 }
 
 .fa-pinterest:before {
   content: "\f0d2"
 }
 
 .fa-pinterest-p:before {
   content: "\f231"
 }
 
 .fa-pinterest-square:before {
   content: "\f0d3"
 }
 
 .fa-pizza-slice:before {
   content: "\f818"
 }
 
 .fa-place-of-worship:before {
   content: "\f67f"
 }
 
 .fa-plane:before {
   content: "\f072"
 }
 
 .fa-plane-arrival:before {
   content: "\f5af"
 }
 
 .fa-plane-departure:before {
   content: "\f5b0"
 }
 
 .fa-plane-slash:before {
   content: "\e069"
 }
 
 .fa-play:before {
   content: "\f04b"
 }
 
 .fa-play-circle:before {
   content: "\f144"
 }
 
 .fa-playstation:before {
   content: "\f3df"
 }
 
 .fa-plug:before {
   content: "\f1e6"
 }
 
 .fa-plus:before {
   content: "\f067"
 }
 
 .fa-plus-circle:before {
   content: "\f055"
 }
 
 .fa-plus-square:before {
   content: "\f0fe"
 }
 
 .fa-podcast:before {
   content: "\f2ce"
 }
 
 .fa-poll:before {
   content: "\f681"
 }
 
 .fa-poll-h:before {
   content: "\f682"
 }
 
 .fa-poo:before {
   content: "\f2fe"
 }
 
 .fa-poo-storm:before {
   content: "\f75a"
 }
 
 .fa-poop:before {
   content: "\f619"
 }
 
 .fa-portrait:before {
   content: "\f3e0"
 }
 
 .fa-pound-sign:before {
   content: "\f154"
 }
 
 .fa-power-off:before {
   content: "\f011"
 }
 
 .fa-pray:before {
   content: "\f683"
 }
 
 .fa-praying-hands:before {
   content: "\f684"
 }
 
 .fa-prescription:before {
   content: "\f5b1"
 }
 
 .fa-prescription-bottle:before {
   content: "\f485"
 }
 
 .fa-prescription-bottle-alt:before {
   content: "\f486"
 }
 
 .fa-print:before {
   content: "\f02f"
 }
 
 .fa-procedures:before {
   content: "\f487"
 }
 
 .fa-product-hunt:before {
   content: "\f288"
 }
 
 .fa-project-diagram:before {
   content: "\f542"
 }
 
 .fa-pump-medical:before {
   content: "\e06a"
 }
 
 .fa-pump-soap:before {
   content: "\e06b"
 }
 
 .fa-pushed:before {
   content: "\f3e1"
 }
 
 .fa-puzzle-piece:before {
   content: "\f12e"
 }
 
 .fa-python:before {
   content: "\f3e2"
 }
 
 .fa-qq:before {
   content: "\f1d6"
 }
 
 .fa-qrcode:before {
   content: "\f029"
 }
 
 .fa-question:before {
   content: "\f128"
 }
 
 .fa-question-circle:before {
   content: "\f059"
 }
 
 .fa-quidditch:before {
   content: "\f458"
 }
 
 .fa-quinscape:before {
   content: "\f459"
 }
 
 .fa-quora:before {
   content: "\f2c4"
 }
 
 .fa-quote-left:before {
   content: "\f10d"
 }
 
 .fa-quote-right:before {
   content: "\f10e"
 }
 
 .fa-quran:before {
   content: "\f687"
 }
 
 .fa-r-project:before {
   content: "\f4f7"
 }
 
 .fa-radiation:before {
   content: "\f7b9"
 }
 
 .fa-radiation-alt:before {
   content: "\f7ba"
 }
 
 .fa-rainbow:before {
   content: "\f75b"
 }
 
 .fa-random:before {
   content: "\f074"
 }
 
 .fa-raspberry-pi:before {
   content: "\f7bb"
 }
 
 .fa-ravelry:before {
   content: "\f2d9"
 }
 
 .fa-react:before {
   content: "\f41b"
 }
 
 .fa-reacteurope:before {
   content: "\f75d"
 }
 
 .fa-readme:before {
   content: "\f4d5"
 }
 
 .fa-rebel:before {
   content: "\f1d0"
 }
 
 .fa-receipt:before {
   content: "\f543"
 }
 
 .fa-record-vinyl:before {
   content: "\f8d9"
 }
 
 .fa-recycle:before {
   content: "\f1b8"
 }
 
 .fa-red-river:before {
   content: "\f3e3"
 }
 
 .fa-reddit:before {
   content: "\f1a1"
 }
 
 .fa-reddit-alien:before {
   content: "\f281"
 }
 
 .fa-reddit-square:before {
   content: "\f1a2"
 }
 
 .fa-redhat:before {
   content: "\f7bc"
 }
 
 .fa-redo:before {
   content: "\f01e"
 }
 
 .fa-redo-alt:before {
   content: "\f2f9"
 }
 
 .fa-registered:before {
   content: "\f25d"
 }
 
 .fa-remove-format:before {
   content: "\f87d"
 }
 
 .fa-renren:before {
   content: "\f18b"
 }
 
 .fa-reply:before {
   content: "\f3e5"
 }
 
 .fa-reply-all:before {
   content: "\f122"
 }
 
 .fa-replyd:before {
   content: "\f3e6"
 }
 
 .fa-republican:before {
   content: "\f75e"
 }
 
 .fa-researchgate:before {
   content: "\f4f8"
 }
 
 .fa-resolving:before {
   content: "\f3e7"
 }
 
 .fa-restroom:before {
   content: "\f7bd"
 }
 
 .fa-retweet:before {
   content: "\f079"
 }
 
 .fa-rev:before {
   content: "\f5b2"
 }
 
 .fa-ribbon:before {
   content: "\f4d6"
 }
 
 .fa-ring:before {
   content: "\f70b"
 }
 
 .fa-road:before {
   content: "\f018"
 }
 
 .fa-robot:before {
   content: "\f544"
 }
 
 .fa-rocket:before {
   content: "\f135"
 }
 
 .fa-rocketchat:before {
   content: "\f3e8"
 }
 
 .fa-rockrms:before {
   content: "\f3e9"
 }
 
 .fa-route:before {
   content: "\f4d7"
 }
 
 .fa-rss:before {
   content: "\f09e"
 }
 
 .fa-rss-square:before {
   content: "\f143"
 }
 
 .fa-ruble-sign:before {
   content: "\f158"
 }
 
 .fa-ruler:before {
   content: "\f545"
 }
 
 .fa-ruler-combined:before {
   content: "\f546"
 }
 
 .fa-ruler-horizontal:before {
   content: "\f547"
 }
 
 .fa-ruler-vertical:before {
   content: "\f548"
 }
 
 .fa-running:before {
   content: "\f70c"
 }
 
 .fa-rupee-sign:before {
   content: "\f156"
 }
 
 .fa-rust:before {
   content: "\e07a"
 }
 
 .fa-sad-cry:before {
   content: "\f5b3"
 }
 
 .fa-sad-tear:before {
   content: "\f5b4"
 }
 
 .fa-safari:before {
   content: "\f267"
 }
 
 .fa-salesforce:before {
   content: "\f83b"
 }
 
 .fa-sass:before {
   content: "\f41e"
 }
 
 .fa-satellite:before {
   content: "\f7bf"
 }
 
 .fa-satellite-dish:before {
   content: "\f7c0"
 }
 
 .fa-save:before {
   content: "\f0c7"
 }
 
 .fa-schlix:before {
   content: "\f3ea"
 }
 
 .fa-school:before {
   content: "\f549"
 }
 
 .fa-screwdriver:before {
   content: "\f54a"
 }
 
 .fa-scribd:before {
   content: "\f28a"
 }
 
 .fa-scroll:before {
   content: "\f70e"
 }
 
 .fa-sd-card:before {
   content: "\f7c2"
 }
 
 .fa-search:before {
   content: "\f002"
 }
 
 .fa-search-dollar:before {
   content: "\f688"
 }
 
 .fa-search-location:before {
   content: "\f689"
 }
 
 .fa-search-minus:before {
   content: "\f010"
 }
 
 .fa-search-plus:before {
   content: "\f00e"
 }
 
 .fa-searchengin:before {
   content: "\f3eb"
 }
 
 .fa-seedling:before {
   content: "\f4d8"
 }
 
 .fa-sellcast:before {
   content: "\f2da"
 }
 
 .fa-sellsy:before {
   content: "\f213"
 }
 
 .fa-server:before {
   content: "\f233"
 }
 
 .fa-servicestack:before {
   content: "\f3ec"
 }
 
 .fa-shapes:before {
   content: "\f61f"
 }
 
 .fa-share:before {
   content: "\f064"
 }
 
 .fa-share-alt:before {
   content: "\f1e0"
 }
 
 .fa-share-alt-square:before {
   content: "\f1e1"
 }
 
 .fa-share-square:before {
   content: "\f14d"
 }
 
 .fa-shekel-sign:before {
   content: "\f20b"
 }
 
 .fa-shield-alt:before {
   content: "\f3ed"
 }
 
 .fa-shield-virus:before {
   content: "\e06c"
 }
 
 .fa-ship:before {
   content: "\f21a"
 }
 
 .fa-shipping-fast:before {
   content: "\f48b"
 }
 
 .fa-shirtsinbulk:before {
   content: "\f214"
 }
 
 .fa-shoe-prints:before {
   content: "\f54b"
 }
 
 .fa-shopify:before {
   content: "\e057"
 }
 
 .fa-shopping-bag:before {
   content: "\f290"
 }
 
 .fa-shopping-basket:before {
   content: "\f291"
 }
 
 .fa-shopping-cart:before {
   content: "\f07a"
 }
 
 .fa-shopware:before {
   content: "\f5b5"
 }
 
 .fa-shower:before {
   content: "\f2cc"
 }
 
 .fa-shuttle-van:before {
   content: "\f5b6"
 }
 
 .fa-sign:before {
   content: "\f4d9"
 }
 
 .fa-sign-in-alt:before {
   content: "\f2f6"
 }
 
 .fa-sign-language:before {
   content: "\f2a7"
 }
 
 .fa-sign-out-alt:before {
   content: "\f2f5"
 }
 
 .fa-signal:before {
   content: "\f012"
 }
 
 .fa-signature:before {
   content: "\f5b7"
 }
 
 .fa-sim-card:before {
   content: "\f7c4"
 }
 
 .fa-simplybuilt:before {
   content: "\f215"
 }
 
 .fa-sink:before {
   content: "\e06d"
 }
 
 .fa-sistrix:before {
   content: "\f3ee"
 }
 
 .fa-sitemap:before {
   content: "\f0e8"
 }
 
 .fa-sith:before {
   content: "\f512"
 }
 
 .fa-skating:before {
   content: "\f7c5"
 }
 
 .fa-sketch:before {
   content: "\f7c6"
 }
 
 .fa-skiing:before {
   content: "\f7c9"
 }
 
 .fa-skiing-nordic:before {
   content: "\f7ca"
 }
 
 .fa-skull:before {
   content: "\f54c"
 }
 
 .fa-skull-crossbones:before {
   content: "\f714"
 }
 
 .fa-skyatlas:before {
   content: "\f216"
 }
 
 .fa-skype:before {
   content: "\f17e"
 }
 
 .fa-slack:before {
   content: "\f198"
 }
 
 .fa-slack-hash:before {
   content: "\f3ef"
 }
 
 .fa-slash:before {
   content: "\f715"
 }
 
 .fa-sleigh:before {
   content: "\f7cc"
 }
 
 .fa-sliders-h:before {
   content: "\f1de"
 }
 
 .fa-slideshare:before {
   content: "\f1e7"
 }
 
 .fa-smile:before {
   content: "\f118"
 }
 
 .fa-smile-beam:before {
   content: "\f5b8"
 }
 
 .fa-smile-wink:before {
   content: "\f4da"
 }
 
 .fa-smog:before {
   content: "\f75f"
 }
 
 .fa-smoking:before {
   content: "\f48d"
 }
 
 .fa-smoking-ban:before {
   content: "\f54d"
 }
 
 .fa-sms:before {
   content: "\f7cd"
 }
 
 .fa-snapchat:before {
   content: "\f2ab"
 }
 
 .fa-snapchat-ghost:before {
   content: "\f2ac"
 }
 
 .fa-snapchat-square:before {
   content: "\f2ad"
 }
 
 .fa-snowboarding:before {
   content: "\f7ce"
 }
 
 .fa-snowflake:before {
   content: "\f2dc"
 }
 
 .fa-snowman:before {
   content: "\f7d0"
 }
 
 .fa-snowplow:before {
   content: "\f7d2"
 }
 
 .fa-soap:before {
   content: "\e06e"
 }
 
 .fa-socks:before {
   content: "\f696"
 }
 
 .fa-solar-panel:before {
   content: "\f5ba"
 }
 
 .fa-sort:before {
   content: "\f0dc"
 }
 
 .fa-sort-alpha-down:before {
   content: "\f15d"
 }
 
 .fa-sort-alpha-down-alt:before {
   content: "\f881"
 }
 
 .fa-sort-alpha-up:before {
   content: "\f15e"
 }
 
 .fa-sort-alpha-up-alt:before {
   content: "\f882"
 }
 
 .fa-sort-amount-down:before {
   content: "\f160"
 }
 
 .fa-sort-amount-down-alt:before {
   content: "\f884"
 }
 
 .fa-sort-amount-up:before {
   content: "\f161"
 }
 
 .fa-sort-amount-up-alt:before {
   content: "\f885"
 }
 
 .fa-sort-down:before {
   content: "\f0dd"
 }
 
 .fa-sort-numeric-down:before {
   content: "\f162"
 }
 
 .fa-sort-numeric-down-alt:before {
   content: "\f886"
 }
 
 .fa-sort-numeric-up:before {
   content: "\f163"
 }
 
 .fa-sort-numeric-up-alt:before {
   content: "\f887"
 }
 
 .fa-sort-up:before {
   content: "\f0de"
 }
 
 .fa-soundcloud:before {
   content: "\f1be"
 }
 
 .fa-sourcetree:before {
   content: "\f7d3"
 }
 
 .fa-spa:before {
   content: "\f5bb"
 }
 
 .fa-space-shuttle:before {
   content: "\f197"
 }
 
 .fa-speakap:before {
   content: "\f3f3"
 }
 
 .fa-speaker-deck:before {
   content: "\f83c"
 }
 
 .fa-spell-check:before {
   content: "\f891"
 }
 
 .fa-spider:before {
   content: "\f717"
 }
 
 .fa-spinner:before {
   content: "\f110"
 }
 
 .fa-splotch:before {
   content: "\f5bc"
 }
 
 .fa-spotify:before {
   content: "\f1bc"
 }
 
 .fa-spray-can:before {
   content: "\f5bd"
 }
 
 .fa-square:before {
   content: "\f0c8"
 }
 
 .fa-square-full:before {
   content: "\f45c"
 }
 
 .fa-square-root-alt:before {
   content: "\f698"
 }
 
 .fa-squarespace:before {
   content: "\f5be"
 }
 
 .fa-stack-exchange:before {
   content: "\f18d"
 }
 
 .fa-stack-overflow:before {
   content: "\f16c"
 }
 
 .fa-stackpath:before {
   content: "\f842"
 }
 
 .fa-stamp:before {
   content: "\f5bf"
 }
 
 .fa-star:before {
   content: "\f005"
 }
 
 .fa-star-and-crescent:before {
   content: "\f699"
 }
 
 .fa-star-half:before {
   content: "\f089"
 }
 
 .fa-star-half-alt:before {
   content: "\f5c0"
 }
 
 .fa-star-of-david:before {
   content: "\f69a"
 }
 
 .fa-star-of-life:before {
   content: "\f621"
 }
 
 .fa-staylinked:before {
   content: "\f3f5"
 }
 
 .fa-steam:before {
   content: "\f1b6"
 }
 
 .fa-steam-square:before {
   content: "\f1b7"
 }
 
 .fa-steam-symbol:before {
   content: "\f3f6"
 }
 
 .fa-step-backward:before {
   content: "\f048"
 }
 
 .fa-step-forward:before {
   content: "\f051"
 }
 
 .fa-stethoscope:before {
   content: "\f0f1"
 }
 
 .fa-sticker-mule:before {
   content: "\f3f7"
 }
 
 .fa-sticky-note:before {
   content: "\f249"
 }
 
 .fa-stop:before {
   content: "\f04d"
 }
 
 .fa-stop-circle:before {
   content: "\f28d"
 }
 
 .fa-stopwatch:before {
   content: "\f2f2"
 }
 
 .fa-stopwatch-20:before {
   content: "\e06f"
 }
 
 .fa-store:before {
   content: "\f54e"
 }
 
 .fa-store-alt:before {
   content: "\f54f"
 }
 
 .fa-store-alt-slash:before {
   content: "\e070"
 }
 
 .fa-store-slash:before {
   content: "\e071"
 }
 
 .fa-strava:before {
   content: "\f428"
 }
 
 .fa-stream:before {
   content: "\f550"
 }
 
 .fa-street-view:before {
   content: "\f21d"
 }
 
 .fa-strikethrough:before {
   content: "\f0cc"
 }
 
 .fa-stripe:before {
   content: "\f429"
 }
 
 .fa-stripe-s:before {
   content: "\f42a"
 }
 
 .fa-stroopwafel:before {
   content: "\f551"
 }
 
 .fa-studiovinari:before {
   content: "\f3f8"
 }
 
 .fa-stumbleupon:before {
   content: "\f1a4"
 }
 
 .fa-stumbleupon-circle:before {
   content: "\f1a3"
 }
 
 .fa-subscript:before {
   content: "\f12c"
 }
 
 .fa-subway:before {
   content: "\f239"
 }
 
 .fa-suitcase:before {
   content: "\f0f2"
 }
 
 .fa-suitcase-rolling:before {
   content: "\f5c1"
 }
 
 .fa-sun:before {
   content: "\f185"
 }
 
 .fa-superpowers:before {
   content: "\f2dd"
 }
 
 .fa-superscript:before {
   content: "\f12b"
 }
 
 .fa-supple:before {
   content: "\f3f9"
 }
 
 .fa-surprise:before {
   content: "\f5c2"
 }
 
 .fa-suse:before {
   content: "\f7d6"
 }
 
 .fa-swatchbook:before {
   content: "\f5c3"
 }
 
 .fa-swift:before {
   content: "\f8e1"
 }
 
 .fa-swimmer:before {
   content: "\f5c4"
 }
 
 .fa-swimming-pool:before {
   content: "\f5c5"
 }
 
 .fa-symfony:before {
   content: "\f83d"
 }
 
 .fa-synagogue:before {
   content: "\f69b"
 }
 
 .fa-sync:before {
   content: "\f021"
 }
 
 .fa-sync-alt:before {
   content: "\f2f1"
 }
 
 .fa-syringe:before {
   content: "\f48e"
 }
 
 .fa-table:before {
   content: "\f0ce"
 }
 
 .fa-table-tennis:before {
   content: "\f45d"
 }
 
 .fa-tablet:before {
   content: "\f10a"
 }
 
 .fa-tablet-alt:before {
   content: "\f3fa"
 }
 
 .fa-tablets:before {
   content: "\f490"
 }
 
 .fa-tachometer-alt:before {
   content: "\f3fd"
 }
 
 .fa-tag:before {
   content: "\f02b"
 }
 
 .fa-tags:before {
   content: "\f02c"
 }
 
 .fa-tape:before {
   content: "\f4db"
 }
 
 .fa-tasks:before {
   content: "\f0ae"
 }
 
 .fa-taxi:before {
   content: "\f1ba"
 }
 
 .fa-teamspeak:before {
   content: "\f4f9"
 }
 
 .fa-teeth:before {
   content: "\f62e"
 }
 
 .fa-teeth-open:before {
   content: "\f62f"
 }
 
 .fa-telegram:before {
   content: "\f2c6"
 }
 
 .fa-telegram-plane:before {
   content: "\f3fe"
 }
 
 .fa-temperature-high:before {
   content: "\f769"
 }
 
 .fa-temperature-low:before {
   content: "\f76b"
 }
 
 .fa-tencent-weibo:before {
   content: "\f1d5"
 }
 
 .fa-tenge:before {
   content: "\f7d7"
 }
 
 .fa-terminal:before {
   content: "\f120"
 }
 
 .fa-text-height:before {
   content: "\f034"
 }
 
 .fa-text-width:before {
   content: "\f035"
 }
 
 .fa-th:before {
   content: "\f00a"
 }
 
 .fa-th-large:before {
   content: "\f009"
 }
 
 .fa-th-list:before {
   content: "\f00b"
 }
 
 .fa-the-red-yeti:before {
   content: "\f69d"
 }
 
 .fa-theater-masks:before {
   content: "\f630"
 }
 
 .fa-themeco:before {
   content: "\f5c6"
 }
 
 .fa-themeisle:before {
   content: "\f2b2"
 }
 
 .fa-thermometer:before {
   content: "\f491"
 }
 
 .fa-thermometer-empty:before {
   content: "\f2cb"
 }
 
 .fa-thermometer-full:before {
   content: "\f2c7"
 }
 
 .fa-thermometer-half:before {
   content: "\f2c9"
 }
 
 .fa-thermometer-quarter:before {
   content: "\f2ca"
 }
 
 .fa-thermometer-three-quarters:before {
   content: "\f2c8"
 }
 
 .fa-think-peaks:before {
   content: "\f731"
 }
 
 .fa-thumbs-down:before {
   content: "\f165"
 }
 
 .fa-thumbs-up:before {
   content: "\f164"
 }
 
 .fa-thumbtack:before {
   content: "\f08d"
 }
 
 .fa-ticket-alt:before {
   content: "\f3ff"
 }
 
 .fa-tiktok:before {
   content: "\e07b"
 }
 
 .fa-times:before {
   content: "\f00d"
 }
 
 .fa-times-circle:before {
   content: "\f057"
 }
 
 .fa-tint:before {
   content: "\f043"
 }
 
 .fa-tint-slash:before {
   content: "\f5c7"
 }
 
 .fa-tired:before {
   content: "\f5c8"
 }
 
 .fa-toggle-off:before {
   content: "\f204"
 }
 
 .fa-toggle-on:before {
   content: "\f205"
 }
 
 .fa-toilet:before {
   content: "\f7d8"
 }
 
 .fa-toilet-paper:before {
   content: "\f71e"
 }
 
 .fa-toilet-paper-slash:before {
   content: "\e072"
 }
 
 .fa-toolbox:before {
   content: "\f552"
 }
 
 .fa-tools:before {
   content: "\f7d9"
 }
 
 .fa-tooth:before {
   content: "\f5c9"
 }
 
 .fa-torah:before {
   content: "\f6a0"
 }
 
 .fa-torii-gate:before {
   content: "\f6a1"
 }
 
 .fa-tractor:before {
   content: "\f722"
 }
 
 .fa-trade-federation:before {
   content: "\f513"
 }
 
 .fa-trademark:before {
   content: "\f25c"
 }
 
 .fa-traffic-light:before {
   content: "\f637"
 }
 
 .fa-trailer:before {
   content: "\e041"
 }
 
 .fa-train:before {
   content: "\f238"
 }
 
 .fa-tram:before {
   content: "\f7da"
 }
 
 .fa-transgender:before {
   content: "\f224"
 }
 
 .fa-transgender-alt:before {
   content: "\f225"
 }
 
 .fa-trash:before {
   content: "\f1f8"
 }
 
 .fa-trash-alt:before {
   content: "\f2ed"
 }
 
 .fa-trash-restore:before {
   content: "\f829"
 }
 
 .fa-trash-restore-alt:before {
   content: "\f82a"
 }
 
 .fa-tree:before {
   content: "\f1bb"
 }
 
 .fa-trello:before {
   content: "\f181"
 }
 
 .fa-tripadvisor:before {
   content: "\f262"
 }
 
 .fa-trophy:before {
   content: "\f091"
 }
 
 .fa-truck:before {
   content: "\f0d1"
 }
 
 .fa-truck-loading:before {
   content: "\f4de"
 }
 
 .fa-truck-monster:before {
   content: "\f63b"
 }
 
 .fa-truck-moving:before {
   content: "\f4df"
 }
 
 .fa-truck-pickup:before {
   content: "\f63c"
 }
 
 .fa-tshirt:before {
   content: "\f553"
 }
 
 .fa-tty:before {
   content: "\f1e4"
 }
 
 .fa-tumblr:before {
   content: "\f173"
 }
 
 .fa-tumblr-square:before {
   content: "\f174"
 }
 
 .fa-tv:before {
   content: "\f26c"
 }
 
 .fa-twitch:before {
   content: "\f1e8"
 }
 
 .fa-twitter:before {
   content: "\f099"
 }
 
 .fa-twitter-square:before {
   content: "\f081"
 }
 
 .fa-typo3:before {
   content: "\f42b"
 }
 
 .fa-uber:before {
   content: "\f402"
 }
 
 .fa-ubuntu:before {
   content: "\f7df"
 }
 
 .fa-uikit:before {
   content: "\f403"
 }
 
 .fa-umbraco:before {
   content: "\f8e8"
 }
 
 .fa-umbrella:before {
   content: "\f0e9"
 }
 
 .fa-umbrella-beach:before {
   content: "\f5ca"
 }
 
 .fa-uncharted:before {
   content: "\e084"
 }
 
 .fa-underline:before {
   content: "\f0cd"
 }
 
 .fa-undo:before {
   content: "\f0e2"
 }
 
 .fa-undo-alt:before {
   content: "\f2ea"
 }
 
 .fa-uniregistry:before {
   content: "\f404"
 }
 
 .fa-unity:before {
   content: "\e049"
 }
 
 .fa-universal-access:before {
   content: "\f29a"
 }
 
 .fa-university:before {
   content: "\f19c"
 }
 
 .fa-unlink:before {
   content: "\f127"
 }
 
 .fa-unlock:before {
   content: "\f09c"
 }
 
 .fa-unlock-alt:before {
   content: "\f13e"
 }
 
 .fa-unsplash:before {
   content: "\e07c"
 }
 
 .fa-untappd:before {
   content: "\f405"
 }
 
 .fa-upload:before {
   content: "\f093"
 }
 
 .fa-ups:before {
   content: "\f7e0"
 }
 
 .fa-usb:before {
   content: "\f287"
 }
 
 .fa-user:before {
   content: "\f007"
 }
 
 .fa-user-alt:before {
   content: "\f406"
 }
 
 .fa-user-alt-slash:before {
   content: "\f4fa"
 }
 
 .fa-user-astronaut:before {
   content: "\f4fb"
 }
 
 .fa-user-check:before {
   content: "\f4fc"
 }
 
 .fa-user-circle:before {
   content: "\f2bd"
 }
 
 .fa-user-clock:before {
   content: "\f4fd"
 }
 
 .fa-user-cog:before {
   content: "\f4fe"
 }
 
 .fa-user-edit:before {
   content: "\f4ff"
 }
 
 .fa-user-friends:before {
   content: "\f500"
 }
 
 .fa-user-graduate:before {
   content: "\f501"
 }
 
 .fa-user-injured:before {
   content: "\f728"
 }
 
 .fa-user-lock:before {
   content: "\f502"
 }
 
 .fa-user-md:before {
   content: "\f0f0"
 }
 
 .fa-user-minus:before {
   content: "\f503"
 }
 
 .fa-user-ninja:before {
   content: "\f504"
 }
 
 .fa-user-nurse:before {
   content: "\f82f"
 }
 
 .fa-user-plus:before {
   content: "\f234"
 }
 
 .fa-user-secret:before {
   content: "\f21b"
 }
 
 .fa-user-shield:before {
   content: "\f505"
 }
 
 .fa-user-slash:before {
   content: "\f506"
 }
 
 .fa-user-tag:before {
   content: "\f507"
 }
 
 .fa-user-tie:before {
   content: "\f508"
 }
 
 .fa-user-times:before {
   content: "\f235"
 }
 
 .fa-users:before {
   content: "\f0c0"
 }
 
 .fa-users-cog:before {
   content: "\f509"
 }
 
 .fa-users-slash:before {
   content: "\e073"
 }
 
 .fa-usps:before {
   content: "\f7e1"
 }
 
 .fa-ussunnah:before {
   content: "\f407"
 }
 
 .fa-utensil-spoon:before {
   content: "\f2e5"
 }
 
 .fa-utensils:before {
   content: "\f2e7"
 }
 
 .fa-vaadin:before {
   content: "\f408"
 }
 
 .fa-vector-square:before {
   content: "\f5cb"
 }
 
 .fa-venus:before {
   content: "\f221"
 }
 
 .fa-venus-double:before {
   content: "\f226"
 }
 
 .fa-venus-mars:before {
   content: "\f228"
 }
 
 .fa-vest:before {
   content: "\e085"
 }
 
 .fa-vest-patches:before {
   content: "\e086"
 }
 
 .fa-viacoin:before {
   content: "\f237"
 }
 
 .fa-viadeo:before {
   content: "\f2a9"
 }
 
 .fa-viadeo-square:before {
   content: "\f2aa"
 }
 
 .fa-vial:before {
   content: "\f492"
 }
 
 .fa-vials:before {
   content: "\f493"
 }
 
 .fa-viber:before {
   content: "\f409"
 }
 
 .fa-video:before {
   content: "\f03d"
 }
 
 .fa-video-slash:before {
   content: "\f4e2"
 }
 
 .fa-vihara:before {
   content: "\f6a7"
 }
 
 .fa-vimeo:before {
   content: "\f40a"
 }
 
 .fa-vimeo-square:before {
   content: "\f194"
 }
 
 .fa-vimeo-v:before {
   content: "\f27d"
 }
 
 .fa-vine:before {
   content: "\f1ca"
 }
 
 .fa-virus:before {
   content: "\e074"
 }
 
 .fa-virus-slash:before {
   content: "\e075"
 }
 
 .fa-viruses:before {
   content: "\e076"
 }
 
 .fa-vk:before {
   content: "\f189"
 }
 
 .fa-vnv:before {
   content: "\f40b"
 }
 
 .fa-voicemail:before {
   content: "\f897"
 }
 
 .fa-volleyball-ball:before {
   content: "\f45f"
 }
 
 .fa-volume-down:before {
   content: "\f027"
 }
 
 .fa-volume-mute:before {
   content: "\f6a9"
 }
 
 .fa-volume-off:before {
   content: "\f026"
 }
 
 .fa-volume-up:before {
   content: "\f028"
 }
 
 .fa-vote-yea:before {
   content: "\f772"
 }
 
 .fa-vr-cardboard:before {
   content: "\f729"
 }
 
 .fa-vuejs:before {
   content: "\f41f"
 }
 
 .fa-walking:before {
   content: "\f554"
 }
 
 .fa-wallet:before {
   content: "\f555"
 }
 
 .fa-warehouse:before {
   content: "\f494"
 }
 
 .fa-watchman-monitoring:before {
   content: "\e087"
 }
 
 .fa-water:before {
   content: "\f773"
 }
 
 .fa-wave-square:before {
   content: "\f83e"
 }
 
 .fa-waze:before {
   content: "\f83f"
 }
 
 .fa-weebly:before {
   content: "\f5cc"
 }
 
 .fa-weibo:before {
   content: "\f18a"
 }
 
 .fa-weight:before {
   content: "\f496"
 }
 
 .fa-weight-hanging:before {
   content: "\f5cd"
 }
 
 .fa-weixin:before {
   content: "\f1d7"
 }
 
 .fa-whatsapp:before {
   content: "\f232"
 }
 
 .fa-whatsapp-square:before {
   content: "\f40c"
 }
 
 .fa-wheelchair:before {
   content: "\f193"
 }
 
 .fa-whmcs:before {
   content: "\f40d"
 }
 
 .fa-wifi:before {
   content: "\f1eb"
 }
 
 .fa-wikipedia-w:before {
   content: "\f266"
 }
 
 .fa-wind:before {
   content: "\f72e"
 }
 
 .fa-window-close:before {
   content: "\f410"
 }
 
 .fa-window-maximize:before {
   content: "\f2d0"
 }
 
 .fa-window-minimize:before {
   content: "\f2d1"
 }
 
 .fa-window-restore:before {
   content: "\f2d2"
 }
 
 .fa-windows:before {
   content: "\f17a"
 }
 
 .fa-wine-bottle:before {
   content: "\f72f"
 }
 
 .fa-wine-glass:before {
   content: "\f4e3"
 }
 
 .fa-wine-glass-alt:before {
   content: "\f5ce"
 }
 
 .fa-wix:before {
   content: "\f5cf"
 }
 
 .fa-wizards-of-the-coast:before {
   content: "\f730"
 }
 
 .fa-wodu:before {
   content: "\e088"
 }
 
 .fa-wolf-pack-battalion:before {
   content: "\f514"
 }
 
 .fa-won-sign:before {
   content: "\f159"
 }
 
 .fa-wordpress:before {
   content: "\f19a"
 }
 
 .fa-wordpress-simple:before {
   content: "\f411"
 }
 
 .fa-wpbeginner:before {
   content: "\f297"
 }
 
 .fa-wpexplorer:before {
   content: "\f2de"
 }
 
 .fa-wpforms:before {
   content: "\f298"
 }
 
 .fa-wpressr:before {
   content: "\f3e4"
 }
 
 .fa-wrench:before {
   content: "\f0ad"
 }
 
 .fa-x-ray:before {
   content: "\f497"
 }
 
 .fa-xbox:before {
   content: "\f412"
 }
 
 .fa-xing:before {
   content: "\f168"
 }
 
 .fa-xing-square:before {
   content: "\f169"
 }
 
 .fa-y-combinator:before {
   content: "\f23b"
 }
 
 .fa-yahoo:before {
   content: "\f19e"
 }
 
 .fa-yammer:before {
   content: "\f840"
 }
 
 .fa-yandex:before {
   content: "\f413"
 }
 
 .fa-yandex-international:before {
   content: "\f414"
 }
 
 .fa-yarn:before {
   content: "\f7e3"
 }
 
 .fa-yelp:before {
   content: "\f1e9"
 }
 
 .fa-yen-sign:before {
   content: "\f157"
 }
 
 .fa-yin-yang:before {
   content: "\f6ad"
 }
 
 .fa-yoast:before {
   content: "\f2b1"
 }
 
 .fa-youtube:before {
   content: "\f167"
 }
 
 .fa-youtube-square:before {
   content: "\f431"
 }
 
 .fa-zhihu:before {
   content: "\f63f"
 }
 
 .sr-only {
   border: 0;
   clip: rect(0, 0, 0, 0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px
 }
 
 .sr-only-focusable:active,
 .sr-only-focusable:focus {
   clip: auto;
   height: auto;
   margin: 0;
   overflow: visible;
   position: static;
   width: auto
 }
 
 @font-face {
   font-family: "Font Awesome 5 Brands";
   font-style: normal;
   font-weight: 400;
   font-display: block;
   src: url(../webfonts/fa-brands-400.eot);
   src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")
 }
 
 .fab {
   font-family: "Font Awesome 5 Brands"
 }
 
 @font-face {
   font-family: "Font Awesome 5 Free";
   font-style: normal;
   font-weight: 400;
   font-display: block;
   src: url(../webfonts/fa-regular-400.eot);
   src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")
 }
 
 .fab,
 .far {
   font-weight: 400
 }
 
 @font-face {
   font-family: "Font Awesome 5 Free";
   font-style: normal;
   font-weight: 900;
   font-display: block;
   src: url(../webfonts/fa-solid-900.eot);
   src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")
 }
 
 .fa,
 .far,
 .fas {
   font-family: "Font Awesome 5 Free"
 }
 
 .fa,
 .fas {
   font-weight: 900
 }
