@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
/*
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/*
html, body {
  font-size: 14px;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
*/
/*
main a:link {
  color: #333;
  text-decoration: none;
}

main a:visited {
  color: #333333;
  text-decoration: none;
}

main a:hover {
  color: #3b2b2b;
  text-decoration: underline;
}

main a:active {
  color: #3b2b2b;
  text-decoration: none;
}
*/
.enable-js .js-animation-item {
  opacity: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.container {
  zoom: 1;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes dropFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes dropFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes dropupFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes dropupFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes dropLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes dropLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes btn {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 32px;
  }
  100% {
    opacity: 0;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    border-radius: 64px;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 32px;
  }
  100% {
    opacity: 0;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    border-radius: 64px;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

img {
  max-width: 100%;
}

a img:hover {
  -webkit-transition: all .25s linear 0s;
  -o-transition: all .25s linear 0s;
  transition: all .25s linear 0s;
  opacity: 0.8;
}

.js-sp-menu {
  display: none;
  color: #aaa;
  font-size: 10px;
}

.js-sp-menu:before {
  color: #aaa;
  content: "\f0c9";
  font-size: 20px;
  height: 22px;
  text-align: center;
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

body {
  background-image: none;
}

.lp-01-wrapper h2 {
  width: 100%;
}

.sub_backTo-top {
  width: 100%;
  text-align: center;
  margin: 60px auto 60px;
}

.area-title {
  font-weight: bold;
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 21px;
  color: #11CDEF;
  text-align: center;
}

.main-area {
  padding: 147px 0 140px;
  margin-bottom: 0;
  position: relative;
  max-width: 1480px;
  margin: 0 auto 0;
}

.main-area .main-title {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin: 40px 0 40px;
}

.main-area .main-container {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-area .main-content {
  max-width: 500px;
}

.main-area .logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.main-area .logo-area .logo-01 {
  width: 100px;
  margin-right: 16px;
}

.main-area .logo-area .logo-02 {
  width: 40px;
  margin-right: 16px;
}

.main-area .logo-area > div {
  font-weight: bold;
  font-size: 11px;
}

.main-area h2 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 28px;
  letter-spacing: 1px;
  color: #3A71E6;
}

.main-area p {
  line-height: 1.75;
  font-size: 13px;
  margin-bottom: 24px;
}

.main-area h3 {
  padding: 8px 16px;
  background: #ddd;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 12px;
}

.main-area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
}

.main-area dl dt {
  width: 120px;
}

.main-area dl dd {
  width: calc( 100% - 120px);
}

.main-area dl dd a {
  color: #004386;
  font-weight: bold;
}

.main-area .button-hero {
  display: block;
  margin-top: 32px;
  background: #004386;
  color: #fff;
  text-align: center;
  padding: 32px 16px;
  font-size: 24px;
  font-weight: bold;
}

.main-area .main-image-bg {
  position: absolute;
  right: 0;
  top: 82px;
  width: 680px;
}

.main-area .image-box {
  position: relative;
}

.main-area .image-box .image-box-content {
  position: absolute;
  top: 169px;
  width: 340px;
  height: 340px;
  padding: 147px 40px 40px 40px;
  background: url("/content/dam/nttcom/hq/jp/business/services/network-mobile/remote-access/5g/img/hero-figure.png") no-repeat center center;
  background-size: contain;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.feature-area {
  padding: 0px 0 40px;
}

.feature-area .feature-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature-area .feature-contents .feature-img {
  max-width: 295px;
}

.feature-area .feature-contents .feature-content {
  padding-top: 32px;
}

.feature-area .feature-contents .feature-content .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature-area .feature-contents .feature-content .feature-item-img {
  width: 140px;
}

.feature-area .feature-contents .feature-content .feature-item-info {
  width: calc( 100% - 140px);
  padding: 8px 0 0 8px;
  margin-bottom: 12px;
}

.feature-area .feature-contents .feature-content .feature-item-info .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: #004386;
  margin-bottom: 6px;
}

.feature-area .feature-contents .feature-content .feature-item-info .description {
  font-size: 12px;
  color: #4D4D4D;
  line-height: 1.6;
}

.about-area-top {
  position: relative;
  background: url(/content/dam/nttcom/hq/jp/business/services/network-mobile/remote-access/5g/img/about-bg.png) no-repeat center center;
  background-size: 100% auto;
}

.about-area-top:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  width: 100%;
  height: 100%;
}

.about-area-top .about-title {
  padding: 40px 0 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-area-top .about-title .image {
  width: 180px;
  display: block;
  margin-right: 24px;
}

.about-area-top .about-title .text {
  color: #fff;
  font-size: 12px;
  line-height: 1.75;
  font-weight: bold;
  padding-top: 8px;
}

.about-area-bottom {
  background: #EAEEF4;
  padding-top: 40px;
  padding-bottom: 32px;
  margin-bottom: 80px;
}

.about-area-bottom .about-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -88px;
  margin-bottom: 24px;
}

.about-area-bottom .icon {
  margin: 0 4px;
}

.about-area-bottom .about-figure-message {
  color: #004386;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.about-area {
  margin-bottom: 64px;
}

.about-area .area-description {
  line-height: 1.7;
  text-align: center;
  font-size: 16px;
  color: #3E3A39;
  margin-bottom: 32px;
}

.about-area .about-column-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}

.about-area .about-column-03 .column-title {
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  background: #004699;
  margin-bottom: 24px;
}

.about-area .about-column-03 .column-item {
  width: calc( 33% - 16px);
  margin: 0 8px 24px;
}

.about-area .about-column-03 .column-item.column-half {
  width: calc( 50% - 16px);
}

.about-area .about-column-03 .column-item.column-half p {
  min-height: 2rem;
}

.about-area .about-column-03 .column-item p {
  line-height: 2;
  font-size: 12px;
  margin-bottom: 32px;
  min-height: 6.8rem;
}

.about-area .about-column-03 .column-item h4 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  font-size: 18px;
}

.about-area .about-column-03 .column-item .tag-item {
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 6px;
  background: #EAEEF4;
  font-size: 12px;
  text-align: center;
}

.about-area .about-column-03 .plus {
  width: 40px;
  margin-bottom: 24px;
}

.about-area .about-figure-message {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 16px;
  color: #004386;
}

.related-content {
  padding: 40px 20px;
  background: url("/content/dam/nttcom/hq/jp/business/services/network-mobile/remote-access/5g/img/bg.svg") 0 0 repeat;
}

.related-content__sub {
  color: #fece2b;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.related-content__heading {
  color: #053079;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}

.related-content__header {
  margin: 0 0 20px;
}

.related-content__item {
  margin: 0 0 20px;
}

.related-content__item a {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background: white;
  -webkit-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.related-content__item a:hover {
  opacity: 0.6;
}

.related-content__item .related-content__img img {
  width: 100%;
}

.related-content__item .related-content__detail {
  padding: 10px 20px 20px;
}

.related-content__item .related-content__detail .-date {
  color: #053079;
  font-size: 11px;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin: 0 0 10px;
}

.related-content__item .related-content__detail .-title {
  font-size: 12px;
}

/* ========================================
ãƒ•ãƒƒã‚¿ãƒ¼éƒ¨åˆ†
======================================== */
.tb_above {
  /*PCã¨ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆ*/
  display: block;
}

.sp_only {
  display: none;
}

.sdpf_wrap .sdpf_inner {
  width: 1180px;
  margin: 0 auto;
}

.one_answer .one_txt {
  color: #1d8eff;
}

.one_answer h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.one_answer_read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.one_answer_read h3 {
  font-size: 30px;
  width: 40%;
}

.one_answer_read p {
  width: 55%;
  line-height: 1.5;
}

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

.one_flexblock .one_flexitems {
  width: 20%;
}

.one_flexblock .one_flexitems h3 {
  padding-bottom: 48px;
  font-size: 30px;
}

.one_flexblock .one_flexitems .lines {
  padding-bottom: 10px;
}

.one_flexblock .one_flexitems p {
  font-size: 14px;
  line-height: 1.5;
}

.sdpfSlider {
  background: url(/content/dam/nttcom/hq/jp/business/services/network-mobile/remote-access/5g/img/sdpfSlider_bg.png) no-repeat top center #eaeef4;
  background-size: cover;
  padding: 60px 0 40px;
}

.sdpfSlider2 {
  background-color: #ebeff6;
  padding: 80px 0;
}

.sdpfSlider h2 {
  margin: 0 auto 30px;
  text-align: center;
  max-width: 600px;
}

.sdpfSlider h2 img {
  margin: 0 auto;
}

.sdpfSlider .top_txt {
  margin: 30px auto;
  color: #1d8eff;
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main-area {
    padding: 100px 0 80px;
    margin-bottom: 0;
    position: relative;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-area .main-title {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    margin: 24px auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main-area .main-container {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-area .main-content {
    max-width: 100%;
    padding: 0 16px;
  }
  .main-area .main-image-bg {
    position: static;
    right: auto;
    top: auto;
    width: 96%;
    margin: 0 auto 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main-area .image-box {
    position: relative;
  }
  .main-area .image-box .image-box-content {
    display: none;
  }
  .feature-area {
    padding: 0px 16px 40px;
  }
  .feature-area .feature-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feature-area .feature-contents .feature-img {
    max-width: 100%;
  }
  .feature-area .feature-contents .feature-content {
    padding-top: 32px;
  }
  .feature-area .feature-contents .feature-content .feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .feature-area .feature-contents .feature-content .feature-item-img {
    width: 200px;
    margin-bottom: 12px;
  }
  .feature-area .feature-contents .feature-content .feature-item-info {
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
  }
  .feature-area .feature-contents .feature-content .feature-item-info .title {
    font-weight: bold;
    font-size: 16px;
  }
  .feature-area .feature-contents .feature-content .feature-item-info .description {
    font-size: 14px;
  }
  .about-area-top {
    position: relative;
  }
  .about-area-top:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    width: 100%;
    height: 100%;
  }
  .about-area-top .about-title {
    padding: 40px 16px 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-area-top .about-title .image {
    width: 240px;
    display: block;
    margin-bottom: 8px;
  }
  .about-area-top .about-title .text {
    font-size: 13px;
  }
  .about-area-top .about-title .text br {
    display: none;
  }
  .about-area-bottom {
    background: #EAEEF4;
    padding: 24px 16px 40px;
    margin-bottom: 80px;
  }
  .about-area-bottom .about-figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
  .about-area-bottom .about-figure > div {
    margin-bottom: 16px;
  }
  .about-area-bottom .icon {
    display: none;
  }
  .about-area-bottom .about-figure-message {
    font-size: 16px;
    line-height: 1.6;
  }
  .about-area {
    margin-bottom: 64px;
    padding: 0 16px;
  }
  .about-area .area-description {
    text-align: left;
    font-size: 16px;
  }
  .about-area .about-column-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-area .about-column-03 .column-title {
    width: 100%;
    padding: 8px 16px;
  }
  .about-area .about-column-03 .column-item {
    width: 100%;
    margin: 0 0 24px;
  }
  .about-area .about-column-03 .column-item.column-half {
    width: 100%;
  }
  .about-area .about-column-03 .column-item.column-half p {
    min-height: 1rem;
  }
  .about-area .about-column-03 .column-item p {
    margin-bottom: 16px;
    min-height: 1rem;
  }
  .about-area .about-column-03 .plus {
    width: 30px;
    margin-bottom: 24px;
  }
  .about-area .about-figure-message {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    margin-top: 16px;
    color: #004386;
  }
  .tb_above {
    /*PCã¨ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆ*/
    display: block;
  }
  .sp_only {
    display: none;
  }
  .sdpfSlider h2 {
    margin: 0 auto 30px;
    text-align: center;
    max-width: 90%;
  }
  .sdpfSlider .top_txt p {
    font-size: 18px;
  }
  .sdpf_wrap .sdpf_inner {
    width: 94%;
  }
  .one_answer_read, .one_flexblock {
    display: block;
    margin-bottom: 30px;
  }
  .one_answer_read h3 {
    font-size: 24px;
    width: 100%;
    margin-bottom: 10px;
  }
  .one_answer_read p {
    width: 100%;
    font-size: 14px;
  }
  .one_answer_read, .one_flexblock {
    display: block;
    margin-bottom: 30px;
  }
  .one_flexblock .one_flexitems {
    width: 100%;
  }
  .one_flexblock .one_flexitems h3 {
    padding-bottom: 18px;
    font-size: 24px;
  }
  .one_flexblock .one_flexitems p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  /*.sdpfSlider{
    background-size: contain;
  }*/
  .sdpfSlider2 {
    padding: 0 0 10px;
  }
  .sdpfSlider h2 {
    text-align: center;
  }
  .sdpfSlider h2 img {
    margin: 0 auto 30px;
    max-width: 100%;
  }
  .sdpfSlider .top_txt {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .related-content__sub {
    font-size: 20px;
  }
  .related-content__heading {
    font-size: 30px;
  }
  .related-content__header {
    margin: 0 0 40px;
  }
  .related-content__item .related-content__detail .-date {
    font-size: 14px;
  }
  .related-content__item .related-content__detail .-title {
    font-size: 14px;
    height: 5em;
  }
  .related-content__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }
  .related-content__item {
    width: 22%;
  }
}

@media screen and (max-width: 480px) {
  .tb_above {
    /*PCã¨ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆ*/
    display: none;
  }
  .sp_only {
    display: block;
  }
  .about-area-top {
    background-size: auto;
  }
}

/** ========================================
 * order 画像パス/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/5g/img/
 * ====================================== */
.main_area {
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/5g/img/5g_top.png") no-repeat;
}

.case_study h2 {
  margin-bottom: 40px;
}

.feature-area .container {
  margin-top: 50px;
}

.inpage_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .inpage_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inpage_link ul {
  width: auto;
}

@media screen and (max-width: 768px) {
  .inpage_link ul {
    width: 94%;
  }
  .inpage_link ul:nth-of-type(2) {
    margin: 0.5em auto 0 !important;
  }
}